Search found 54 matches

by muhsmann
Thu Dec 08, 2011 2:00 pm
Forum: General
Topic: SQL Server Msg 50000
Replies: 1
Views: 668

SQL Server Msg 50000

Apparently the stored proc RenameTrustee raises error using WITH LOG. I don't recall ever seeing one these berfore but my SQL monitoring caught it this morning: Message Error: 50000, Severity: 16, State: 1. Message Unable to rename trustee: Cannot rename to asteves, trustee already exists. I'm not s...
by muhsmann
Thu Dec 08, 2011 1:26 pm
Forum: Integration Development
Topic: Event log error from Select Service
Replies: 2
Views: 555

Re: Event log error from Select Service

Randy, Yes this strated happening and nothing had changed wrt Select service. The Select clients were filling the affects as well. What I did find was the SQL server had un-bounded memory constraints. There were other indicatations that the box was suffering from lack of memory resources. The issue ...
by muhsmann
Wed Dec 07, 2011 12:00 pm
Forum: Integration Development
Topic: Event log error from Select Service
Replies: 2
Views: 555

Event log error from Select Service

This morning the connection to server is taking a very long time. I looked in the Application Log of the Event viewer of the Select Service box and see a few of these errors: Error occured on service boundary. Error: The socket connection was aborted. This could be caused by an error processing your...
by muhsmann
Tue Feb 08, 2011 1:22 pm
Forum: Shell (User Interface)
Topic: spregpkg error in Boylan
Replies: 2
Views: 691

Re: spregpkg error in Boylan

Hadi,
Apparently the SDK didn't get upgraded! After the upgrade my spregpkg worked as well as the rest of my post-build events.
by muhsmann
Fri Feb 04, 2011 6:39 pm
Forum: Shell (User Interface)
Topic: spregpkg error in Boylan
Replies: 2
Views: 691

spregpkg error in Boylan

I'm currently building my VS solution w/ the Boylan client version - during my build I register my custom print handler package. The following is my post build event for the dll build: copy $(TargetFileName) "C:\Program Files\SoftPro\Select\" "C:\Program Files\SoftPro\Select\spregpkg....
by muhsmann
Fri Aug 13, 2010 1:09 pm
Forum: Integration Development
Topic: OrderTracking Message
Replies: 26
Views: 3246

Re: OrderTracking Message

Where do I get the formula from? I'm pretty ignorant of anything on the client side. Can I retrieve it from the database?
by muhsmann
Fri Aug 13, 2010 1:01 pm
Forum: Integration Development
Topic: OrderTracking Message
Replies: 26
Views: 3246

Re: OrderTracking Message

That was it - using the wrong template in the test project.
How do you want me to send the test project to you?
by muhsmann
Fri Aug 13, 2010 12:23 pm
Forum: Integration Development
Topic: OrderTracking Message
Replies: 26
Views: 3246

Re: OrderTracking Message

I'm not sure - I have our app manager looking into that. BTW my test project seems to be working fine. I have stripped away all the database access and basically used static strings to represent that data but once I SaveOrder there are no messages and the order saves and is a fully function member o...
by muhsmann
Fri Aug 13, 2010 11:54 am
Forum: Integration Development
Topic: OrderTracking Message
Replies: 26
Views: 3246

Re: OrderTracking Message

Currently we are not using any CountersignatureText fields - I've attached the code that populates the IOrder object maybe there's something else in there? private void populateOrder(IOrder order, DataRow dr) { order.SetCustomField(SP_CUSTOM_FIELD_FIPSordernumber, dr[FIPSFields.File_Number].ToString...
by muhsmann
Fri Aug 13, 2010 9:59 am
Forum: Integration Development
Topic: OrderTracking Message
Replies: 26
Views: 3246

Re: OrderTracking Message

There wasn't any information in the call stack that was of any use?