Search found 10 matches

by shorttrack
Thu Jul 06, 2023 11:10 am
Forum: Server
Topic: Package license validation failed error
Replies: 4
Views: 6108

Re: Package license validation failed error

Thanks for the reminder Bob. I went back through the SDK and found we were missing the [ProvideLicense ...] entry. Sometimes the computer is not plugged in.
by shorttrack
Wed Jul 05, 2023 12:42 pm
Forum: Server
Topic: Package license validation failed error
Replies: 4
Views: 6108

Package license validation failed error

We have a server package that runs in Debug mode without issue. We've received a PackageLicense.lic file and added it as instructed in the SDK. When we add it to the server and start the server, we see errors in Event Viewer stating "Failed to validate the package license. The license key is mi...
by shorttrack
Tue Mar 16, 2021 10:44 am
Forum: Shell (User Interface)
Topic: Scripting shell package installation suggestions?
Replies: 5
Views: 978

Re: Scripting shell package installation suggestions?

Hi Bob,

Thanks for the quick reply. I'm awaiting a response with the specifics.
by shorttrack
Fri Mar 12, 2021 4:07 pm
Forum: Shell (User Interface)
Topic: Scripting shell package installation suggestions?
Replies: 5
Views: 978

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 /...
by shorttrack
Wed Mar 10, 2021 3:13 pm
Forum: Shell (User Interface)
Topic: Scripting shell package installation suggestions?
Replies: 5
Views: 978

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...
by shorttrack
Tue Jul 09, 2019 8:39 pm
Forum: Integration Development
Topic: Consistent NewOrder(spec) Timeout
Replies: 1
Views: 956

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...
by shorttrack
Fri Nov 30, 2018 3:56 pm
Forum: Standard/Enterprise Development
Topic: Licensing Error - Haven't seen before
Replies: 2
Views: 2738

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...
by shorttrack
Fri Nov 30, 2018 3:36 pm
Forum: Standard/Enterprise Development
Topic: Licensing Error - Haven't seen before
Replies: 2
Views: 2738

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...
by shorttrack
Fri Oct 26, 2018 2:25 pm
Forum: General
Topic: License - dedicated license for specific user possible?
Replies: 1
Views: 1685

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?
by shorttrack
Fri Oct 05, 2018 6:41 pm
Forum: Standard/Enterprise Development
Topic: Possible to Attach a Document to an Order?
Replies: 1
Views: 2421

Possible to Attach a Document to an Order?

Is it possible to attach a document to an existing order?