Skip to main content
My process includes a Sharepoint 2003 List Event.

The process runs fine until it reaches this event - it's purpose is to update a list entry with a link.

Running K2 Server in console reveals that "ServerEvent: "http:172.16.0.2:82/sites/...." contains an illegal character ':'. "

How can this be right? A semicolon is surely a perfectly legal character to use in a URL. I even tried remapping the virtual server to use port 80 - making the URL simply "http://172.16.0.2". And it still reports an illegal character!!

Can anyone shed some light on this for me? Many thanks.

Richard
You'll notice that on the "enter connection information" section of the Sharepoint list event that you have the "virtual server URL" section, and the "site section". The virtual server section is the place where it expects http: notation. The "Site" section only expects alphabetic characters and slashes. So, if the Url where your list resided was Http://sharepoint01/sites/site1 , then you would enter "http://sharepoint01" in the virtual server URL section, and "/sites/site1" in the Site section. Hope this helps as I had the same problem when entering in http:// into that second section.
Many thanks for the help. Everything is sorted now. Cheers!

Rich

Reply