Friday, November 17, 2006 10:26 AM
This is another annoying thing about BTS2004 WSSLib I have discovered.
You cannot have two receive locations with the same URI. The problem being that the view field is not included in the URI! So if you have two receive location for the same document library but different view it will not work.
I have made it work in my demo by using http://<MYSERVERNAME>/ in one of them and http://localhost in the other. Stupid but it works ...
The question now is: How will I make it work in production? Can I create another URI that points to the same libary?