Search found 1290 matches

by BobRichards
Thu Feb 18, 2016 6:08 pm
Forum: Business Rules
Topic: New Module Greyed out
Replies: 1
Views: 2706

Re: New Module Greyed out

Please see forum post: How to Edit Custom Order Rules.
by BobRichards
Thu Feb 18, 2016 6:07 pm
Forum: Business Rules
Topic: module greyed out
Replies: 1
Views: 2699

Re: module greyed out

Please see forum post: How to Edit Custom Order Rules.
by BobRichards
Wed Feb 17, 2016 4:29 pm
Forum: Integration Development
Topic: Simple Order Validation
Replies: 18
Views: 2257

Re: Simple Order Validation

Server package development is done by stopping the Select mid-tier service (spssvc.exe) that is on the current machine . When you run the debug version of your package from Visual Studio will it will start the Select service and load your package into it. I assume that you do not have the Select mid...
by BobRichards
Wed Feb 17, 2016 2:32 pm
Forum: Integration Development
Topic: Steps for Live - key
Replies: 7
Views: 872

Re: Steps for Live - key

I have spoken to the individuals who reviewed your request. They did not understand what you were after. I explained it and the request should now be handled properly. Sorry about that.
by BobRichards
Tue Feb 16, 2016 6:34 pm
Forum: Integration Development
Topic: Steps for Live - key
Replies: 7
Views: 872

Re: Steps for Live - key

You need to send your package requests to a SoftPro customer representative. Please follow the directions in the SDK topic Cookbook/All Packages and API Projects/How do I get a Package License. Thanks.
by BobRichards
Mon Feb 15, 2016 2:02 pm
Forum: Integration Development
Topic: New Shell Package Not Compiling
Replies: 10
Views: 1401

Re: New Shell Package Not Compiling

I quickly googled the error codes you experienced. Try the checked answer at http://stackoverflow.com/questions/8524 ... oller-to-m for their advice. This appears to be a Visual Studio issue.
by BobRichards
Thu Feb 11, 2016 2:40 pm
Forum: Integration Development
Topic: Steps for Live - key
Replies: 7
Views: 872

Re: Steps for Live - key

Ahhh. After re-reading your original post, I believe you are working on a Shell package. As you said, your package must be deployed to each client workstation that is running the Select client application. Nothing has changed from the information that is in the SDK for Shell Package Development. Loo...
by BobRichards
Wed Feb 10, 2016 4:05 pm
Forum: General
Topic: Question on DB fields
Replies: 4
Views: 1033

Re: Question on DB fields

It does not have any special meaning. In some cases it serves as a logical separator.
by BobRichards
Wed Feb 10, 2016 3:04 pm
Forum: Integration Development
Topic: Steps for Live - key
Replies: 7
Views: 872

Re: Steps for Live - key

See the Select SDK topics in How-To/Server Package Development. It provide directions on how to sign an assembly and register/deploy a package to the Select mid-tier.
by BobRichards
Tue Feb 09, 2016 1:09 pm
Forum: Integration Development
Topic: OpenOrder Object reference not set to an instance of an obje
Replies: 9
Views: 1384

Re: OpenOrder Object reference not set to an instance of an

Does it happen if you manually open the failing orders and perform the same operations? (Assuming you can perform the same operations, of course.)