Hi Bob,
Thanks for the quick reply. I'm awaiting a response with the specifics.
Search found 8 matches
- Tue Mar 16, 2021 10:44 am
- Forum: Shell (User Interface)
- Topic: Scripting shell package installation suggestions?
- Replies: 5
- Views: 76
- Fri Mar 12, 2021 4:07 pm
- Forum: Shell (User Interface)
- Topic: Scripting shell package installation suggestions?
- Replies: 5
- Views: 76
Re: Scripting shell package installation suggestions?
Hi Bob, thanks. We're copying the shell package's dll into the Select directory, then running these commands in sequence from the cmd prompt. Works fine when done one at a time. > cd C:\Program Files (x86)\SoftPro\Select > spregpkg.exe /m:register /p:Vfi.SoftPro.Select.ShortTrack.Sign.dll > select /...
- Wed Mar 10, 2021 3:13 pm
- Forum: Shell (User Interface)
- Topic: Scripting shell package installation suggestions?
- Replies: 5
- Views: 76
Scripting shell package installation suggestions?
We have a shell package that installs with two commands from cmd prompt on the machine with the Select client. When we try to script the installation to run, using either Powershell or cmd interface, we get this error after calling select.exe /setup . select-error.png Any suggestions on what could b...
- Tue Jul 09, 2019 8:39 pm
- Forum: Integration Development
- Topic: Consistent NewOrder(spec) Timeout
- Replies: 1
- Views: 454
Consistent NewOrder(spec) Timeout
Any idea why code using the SDK works for 4.3.60210.13 when creating a new order via os.NewOrder() with an OrderCreationSpec but throws a Timeout Exception inside an Aggregate exception every time in 4.3.60210.48? The .48 installation is a fresh install on a new machine. Our code can authenticate an...
- Fri Nov 30, 2018 3:56 pm
- Forum: Standard/Enterprise Development
- Topic: Licensing Error - Haven't seen before
- Replies: 2
- Views: 665
Re: Licensing Error - Haven't seen before
Following up on this, I now understand that there's likely a number of concurrent licenses usage issue here. Is there a best practice with the Classic SDK to a) check the availability of a license and b) hold onto a license for a time? Wrt to b), I'm concerned about losing the license after creating...
- Fri Nov 30, 2018 3:36 pm
- Forum: Standard/Enterprise Development
- Topic: Licensing Error - Haven't seen before
- Replies: 2
- Views: 665
Licensing Error - Haven't seen before
I'm suddenly seeing the following error when previously working code is running as a service. When I run the code directly, it works. Any insight you can provide is appreciated. SoftPro.Classic.Licensing.Client.Exceptions.EnvironmentDataException: ERROR [42000] [Microsoft][ODBC SQL Server Driver][SQ...
- Fri Oct 26, 2018 2:25 pm
- Forum: General
- Topic: License - dedicated license for specific user possible?
- Replies: 1
- Views: 704
License - dedicated license for specific user possible?
Is it possible to allocate or dedicate a license to a specific user of SoftPro so that it will always be available for that user? In this context, if an SDK integration requires a seat, is there a way to ensure one of the licenses is always available to the integration?
- Fri Oct 05, 2018 6:41 pm
- Forum: Standard/Enterprise Development
- Topic: Possible to Attach a Document to an Order?
- Replies: 1
- Views: 568
Possible to Attach a Document to an Order?
Is it possible to attach a document to an existing order?