Search found 292 matches

by roteague
Tue Apr 05, 2011 1:31 pm
Forum: Shell (User Interface)
Topic: RecordingInformation Custom Field
Replies: 2
Views: 645

Re: RecordingInformation Custom Field

Thanks Mark, this is one place where we need the custom field. Because of Hawaii's unique land system, we can have multiple documents for a recording; IRecordingInformation only allows one. Right now, we are using a hack to store the data, but we would prefer to store it in a custom field.
by roteague
Mon Apr 04, 2011 7:57 pm
Forum: Shell (User Interface)
Topic: RecordingInformation Custom Field
Replies: 2
Views: 645

RecordingInformation Custom Field

Why does dbo.RecordingInformation have a CustomField column, but is not accessible via the API? Is this an oversight in the API, or is there some reason you don't want it exposed? We would like to be able to store multiple Document Numbers (currently, IRecordingInformation only allows 1 document).
by roteague
Thu Mar 17, 2011 3:52 pm
Forum: Server
Topic: Event Notifications
Replies: 11
Views: 2327

Re: Event Notifications

Sorry Kevin,

I turned off the SMTP Event Notification over a year ago. I would think the email would be based upon how you have the email server configured at your site.
by roteague
Thu Mar 17, 2011 3:45 pm
Forum: Integration Development
Topic: Package Not Loading
Replies: 2
Views: 526

Re: Package Not Loading

Hadi, it's working now. I'm not sure why.

It wasn't a coding issue or anything like that. I have Select running in two different environments, and it wasn't working correctly in the new one. Packages loaded in one, but not the other.

Thanks for the help,
by roteague
Thu Mar 17, 2011 3:03 pm
Forum: Integration Development
Topic: Package Not Loading
Replies: 2
Views: 526

Package Not Loading

I've got a couple of packages that are not loading. They seem to be properly registred; there were no errors when running spregpkg and the entries appear in the System Registery. The Registry key Guid's match that in the package itself. No errors in the event log. One of the package modules also con...
by roteague
Wed Mar 16, 2011 5:41 pm
Forum: Server
Topic: Cannot access select server from WCF service
Replies: 18
Views: 4401

Re: Cannot access select server from WCF service

Try this: NetworkCredential credential = new NetworkCredential(userName, userPasword, global::SoftPro.ClientModel.Constants.ServerDomain); SelectServer server = new Select.Client.SelectServer(softProUri, credential); // Do the authentication upon loading server.EnsureAuthenticated(); It works for us.
by roteague
Tue Mar 08, 2011 3:03 pm
Forum: Server
Topic: Error Saving Order via API
Replies: 9
Views: 1406

Re: Error Saving Order via API

We are running 2.6 SP4.
by roteague
Fri Mar 04, 2011 1:40 pm
Forum: Server
Topic: Error Saving Order via API
Replies: 9
Views: 1406

Re: Error Saving Order via API

It looks like both are working fine now. Thanks for the help, I'll have to remember to make sure the fields I need to update aren't marked as hidden.
by roteague
Thu Mar 03, 2011 1:25 pm
Forum: Server
Topic: Error Saving Order via API
Replies: 9
Views: 1406

Re: Error Saving Order via API

I changed the definition on a couple of fields, to IsHidden = 0. One of the fields started updating, but the other exhibits the same error message. I'll have to monitor it for a while to see if the first field continues to update.

Thanks Mark,
by roteague
Wed Mar 02, 2011 6:07 pm
Forum: Server
Topic: Error Saving Order via API
Replies: 9
Views: 1406

Re: Error Saving Order via API

Unfortunately, there is no event log, so I don't have a stack trace. All I have is a validation message. The Custom Field is on the Order object, and was create by SoftPro for us.