Search found 9 matches

by JeremyArmstrong
Wed Oct 19, 2011 1:32 pm
Forum: Integration Development
Topic: Error getting order - Collection was modified
Replies: 1
Views: 461

Re: Error getting order - Collection was modified

This related thread helped answer my question. It is, I believe, because we are being notified on each change, but not necessarily a saved change. In the meantime, another change is made to the order, which causes it to be out of sync. I think we will handle this through better filtering. http://www...
by JeremyArmstrong
Tue Oct 18, 2011 6:28 pm
Forum: Integration Development
Topic: Error getting order - Collection was modified
Replies: 1
Views: 461

Error getting order - Collection was modified

When the following line of code executes: using (var order = softProOrderTrackingClient.GetOrder(softProOrderQuerySpec, true)) I am encountering the following error: Collection was modified; enumeration operation may not execute. at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource...
by JeremyArmstrong
Thu Aug 25, 2011 11:21 pm
Forum: Server
Topic: Remote Application Integration
Replies: 4
Views: 1219

Re: Remote Application Integration

Hey John, We have a sales/CRM application that is hosted with a third party. We are sending them event notifications (via web service), but the plan is to use the API from the third party system to access our system to query for order details. The goal is to eliminate some double entry. I can see in...
by JeremyArmstrong
Wed Aug 24, 2011 6:17 pm
Forum: Server
Topic: Remote Application Integration
Replies: 4
Views: 1219

Remote Application Integration

We are planning on having our select server integrate with another application outside of our network (third party solution). Will he select server API work well for this, or does it have to be local? If it does work for this, is there documented best practices for exposing the select server API ext...
by JeremyArmstrong
Wed Aug 24, 2011 10:47 am
Forum: Integration Development
Topic: Event Notification - Network Name Error
Replies: 7
Views: 969

Re: Event Notification - Network Name Error

Well, I am not sure what was done to fix the issue, but my service has started receiving notifications. I am guessing it ended up being an error found during subscription. Sorry I can't provide more, but you can consider this thread resolved. Thank you!
by JeremyArmstrong
Tue Aug 23, 2011 11:04 am
Forum: Integration Development
Topic: Event Notification - Network Name Error
Replies: 7
Views: 969

Re: Event Notification - Network Name Error

Mark, Thank you. I have asked Swathi to respond regarding the records in the database and to provide more info on when this is happening. I have also sent you a private message with our XML subscription file contents so you can validate and even run a test against our test webservice to see if you c...
by JeremyArmstrong
Tue Aug 23, 2011 10:10 am
Forum: Integration Development
Topic: Event Notification - Network Name Error
Replies: 7
Views: 969

Re: Event Notification - Network Name Error

Oh, I just realized it won't let me upload a .txt document (which is strange to me). So instead, here is the contents of the error message... Event Type: Error Event Source: SoftPro Select Server Event Category: None Event ID: 0 Date: 8/22/2011 Time: 1:09:42 PM User: N/A Computer: TEST-SOFTPRO2 Desc...
by JeremyArmstrong
Tue Aug 23, 2011 10:08 am
Forum: Integration Development
Topic: Event Notification - Network Name Error
Replies: 7
Views: 969

Re: Event Notification - Network Name Error

Second attempt to upload attachment...
by JeremyArmstrong
Mon Aug 22, 2011 7:42 pm
Forum: Integration Development
Topic: Event Notification - Network Name Error
Replies: 7
Views: 969

Event Notification - Network Name Error

We have subscribed to events, but we are not successfully receiving them. I have attached an example of the error we are getting. Our service is fairly basic and follows the sample *asmx based project provided in the SDK. Any ideas on where to look?