Search found 17 matches

by mmregan
Mon Mar 10, 2014 7:39 pm
Forum: Integration Development
Topic: Event Subscription
Replies: 11
Views: 1440

Event Subscription

I am getting an error when trying to subscribe to an event in v3.0. The sps.exe tool is throwing the following error from the command line: Could not find schema information for the element 'http://schemas.softprocorp.com/select/integration/registration/2008/04:Subscriptions'. Could not find schema ...
by mmregan
Mon Feb 03, 2014 5:02 pm
Forum: Integration Development
Topic: RequestedTask via API
Replies: 4
Views: 2212

Re: RequestedTask via API

Thanks Joni, that was the problem. I would have never imagined the Default Admin Account not having full permission. Great to know!!
by mmregan
Mon Feb 03, 2014 10:48 am
Forum: Integration Development
Topic: RequestedTask via API
Replies: 4
Views: 2212

Re: RequestedTask via API

Thanks Bob, I did not realize that requirement. I have updated my code as: DateTime localRequestedDateTime = DateTime.SpecifyKind(combinedRequestedDateTime, DateTimeKind.Local); dynamic dynamicTask = spOrder.CreateNew("RequestedTask"); dynamicTask.Description = "Title Search"; dy...
by mmregan
Fri Jan 31, 2014 8:16 pm
Forum: Integration Development
Topic: RequestedTask via API
Replies: 4
Views: 2212

RequestedTask via API

I am trying to create a RequestedTask via the API and manipulate its properties, but am getting an error when I try to set the RequestedDate. Is this an issue, or is this field protected on purpose? In the UI I can change this date. dynamic dynamicTask = spOrder.CreateNew("RequestedTask");...
by mmregan
Mon Dec 16, 2013 12:02 pm
Forum: Integration Development
Topic: ServerPackage - Error Fetching/Saving Order
Replies: 1
Views: 445

ServerPackage - Error Fetching/Saving Order

I have a server package that is listening for a standard Windows event (FileSystemEventHandler), opening an order when a certain event fires, modifying that order then saving the changes. When I try to save the order I am getting an error: Error attaching file ORDER 043810.txt: Exclusive locks are o...
by mmregan
Wed May 05, 2010 4:51 pm
Forum: Server
Topic: Lookup Table Names
Replies: 1
Views: 798

Re: Lookup Table Names

Never mind,

Found the list of tables in SPAdmin -> Managers -> Manager List -> Lookup Tables
by mmregan
Mon May 03, 2010 6:11 pm
Forum: Server
Topic: Lookup Table Names
Replies: 1
Views: 798

Lookup Table Names

I am trying to use the Lookups API to locate records for OrderContact Persons (i.e. Lender Person, Listing Agent Person, etc.), but I continue to get table not found exceptions (so far i have tried "OrderContactPerson", "OrderContact - Person", and several other variations on thi...