Hello all... Sorry for the cross posting, but I'd like to thank all of those who had an answer, Richard, Steve, and Addisu. The problem was a combination of all the answers...The NHD projects put a conflate.tmp file in the "HOME" directory, in my case I had AV running locally, but for some reason the "HOME" directory was still running off the network. The script TEST.SETENV needed to be altered in order to, one, locate "HOME" and second, to change the location of "HOME."
Thx again... RSL
-----Original Message----- From: Steve McCourt [mailto:smccourt@sympatico.ca\ Sent: Friday, March 08, 2002 4:32 AM To: 'Lega, Robert' Subject: RE: AVArray Error message
Hi Robert,
The script that produces the error is accessing a list that has only 1 element in it. It probably works fine for the first one, then it has nothing to get the second time through. There is probably something hardcoded asking the list to access element 1. You should ensure that whatever list is giving you trouble has more than 1 object in it. It sounds like it's something in the startup script of the project?
Steve
e.g. theObj = theList.Get(1)
or maybe something like this:
for each i in theList if(i = 0) then theSrcName = SrcName.Make("c:cov1 polygon") theFTab = FTab.Make(theSrcName) elseif(i = 1) then theSrcName = SrcName.Make("c:cov2 polygon") theFTab = FTab.Make(theSrcName) end end
-----Original Message----- From: Lega, Robert [mailto:rlega@SANMAP.COM\ Sent: Thursday, March 07, 2002 12:28 PM Subject: AVArray Error message
Listers....need some assistance with an error that pops up as I'm loading a project...when I go to set the Source Coverages I get an error: AVArray:index 1 not in range 0..0
Can any person please help?
RSL
To unsubscribe, write to gislist-unsubscribe@geocomm.com ________________________________________________________________________ Setup a GeoCommunity Account and have access to FAST DataDownloads and Premium Career Posting at a discounted rate! https://www.geocomm.com/cgi-bin/accounts/login
On-line Archives available at http://spatialnews.geocomm.com/community/lists/
|