View Single Post
  #5 (permalink)  
Old June 2nd, 2007, 09:23
bmj_23 bmj_23 is offline
Senior Member and Blogger
 
Join Date: May 2007
Posts: 170
Thanks: 4
Thanked 31 Times in 31 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 2
bmj_23 will become famous soon enough
Re: Location Loading Sequence

Just from looking at that XML output you are getting back from the CSV upload process, you may have a space an unwanted space at the end of your file...

Your file looks like it has : SVU070180528,N, AL

and it probably should have: SVU070180528,N,AL

The upload process may be interpreting that as a blank domain name (or a domain name of with a leading space) when the Gid you are using references the AL domain.

Correct that error and re-try the upload process.