12 messages in com.googlegroups.google-base-data-api"[Line 30, Column 134, element link] ...
FromSent OnAttachments
Eagl...@gmail.com12 Mar 2007 15:40 
Frank Mantek13 Mar 2007 00:54 
Eagl...@gmail.com13 Mar 2007 05:12 
Frank Mantek13 Mar 2007 05:43 
Eagl...@gmail.com13 Mar 2007 06:22 
Frank Mantek13 Mar 2007 06:48 
Eagl...@gmail.com13 Mar 2007 08:34 
Frank Mantek13 Mar 2007 08:52 
Eagl...@gmail.com13 Mar 2007 09:24 
Frank Mantek13 Mar 2007 09:32 
Eagl...@gmail.com13 Mar 2007 11:06 
Frank Mantek14 Mar 2007 02:30 
Subject:"[Line 30, Column 134, element link] Illegal character in path
From:Eagl...@gmail.com (Eagl@gmail.com)
Date:03/12/2007 03:40:55 PM
List:com.googlegroups.google-base-data-api

Hello All,

I'm pretty sure why my inserts, updates and deletes aren't working. II'm using the vb.net google example form working with .NET 2.0 'm getting a

"[Line 30, Column 134, element link] Illegal character in path at index 36: http://www.electroexchange.com/Ninja Gaiden - XBOX,itemname, 40,id,auctiondetails"

My status code is still 200 (success), but when I examine the entry.batchdata.interrupt.reason bject I get the above.

Dim returnFeed As GBaseFeed = service.Batch(batchFeed, New Uri(Me.batchFeed.Batch))

For Each entry As GBaseEntry In returnFeed.Entries If entry.BatchData.Status.Code > 300 Then Me.ItemCount.Text = "errors encountered" Application.DoEvents() Exit Sub End If Next

I imagine that I have may have to replace the spaces with %20, but I'm not exactly where or on which object to do this.

Continuing to work away. Thanks for any input.