Search found 82 matches

by dlerickson
Fri Mar 29, 2024 11:46 am
Forum: Shell (User Interface)
Topic: Order Number Prefix Questions
Replies: 8
Views: 1565

Re: Order Number Prefix Questions

Update to the last: I just found pf.OrderNumberingGroupView, which already does the join, so would query against this instead of joining the tables manually.
by dlerickson
Fri Mar 29, 2024 11:39 am
Forum: Shell (User Interface)
Topic: Order Number Prefix Questions
Replies: 8
Views: 1565

Re: Order Number Prefix Questions

Hey Bob, I found this old thread from a while ago, and now need a good reliable way to get from a specific Profile to the available order prefixes for that Profile via querying the database directly. I've found what seems to be kind of a hacky way to do it, by joining SelectDb.core.NumberingGroup to...
by dlerickson
Tue Nov 07, 2023 10:32 am
Forum: Server
Topic: Filtering Out Templates, etc.
Replies: 2
Views: 5972

Re: Filtering Out Templates, etc.

Nevermind on this, I found the IOrderInfo.IsTemplate property. Is there anything else that I'd need to filter out, though?
by dlerickson
Mon Nov 06, 2023 8:13 pm
Forum: Server
Topic: Filtering Out Templates, etc.
Replies: 2
Views: 5972

Filtering Out Templates, etc.

When handling one of the order save events (i.e. IOrderStore.OrderSaved), what's a good way to filter the Orders that are passed through to determine if the Order is an actual Title order as opposed to a template, etc.? I tried going with IOrder.IsDesignMode, but that only seems to return a true val...
by dlerickson
Wed Sep 06, 2023 12:15 am
Forum: Server
Topic: Cannot Run Debug Instance From VS
Replies: 1
Views: 2593

Cannot Run Debug Instance From VS

I'm trying to run a Server integration project in debug, and am encountering the following error: Failed to setup additional package. Error: Could not load file or assembly 'SoftPro.Select.Service, Version=4.6.0.0, Culture=neutral, PublicKeyToken=3834c39820615aaf' or one of its dependencies. The loc...
by dlerickson
Tue Sep 20, 2022 12:48 pm
Forum: Server
Topic: Missing DLL in SDK?
Replies: 1
Views: 2293

Missing DLL in SDK?

We're trying our hand at getting a server package up and running for the first time, so I went through the usual Visual Studio process for package creation and scaffolding. The reference list has SoftPro.Select.Service.dll as a dependency, and it didn't get pulled into the project. Not only that, I ...
by dlerickson
Wed May 25, 2022 2:28 pm
Forum: Shell (User Interface)
Topic: Spregpkg Unresponsiveness
Replies: 5
Views: 2858

Re: Spregpkg Unresponsiveness

This was for deployment on our Development server, not using the Exp hive. Everything runs fine on my local machine using VS in debug mode, etc. I'm fairly certain that for our Dev environment, I had admin rights. I didn't see any sort of error messaging concerning access rights; spregpkg runs uneve...
by dlerickson
Wed May 25, 2022 10:17 am
Forum: Shell (User Interface)
Topic: Spregpkg Unresponsiveness
Replies: 5
Views: 2858

Re: Spregpkg Unresponsiveness

Right. What I'm saying is that running spregpkg.exe /m:unregister /p:MyPackage.dll (with the subsequent call to select.exe /setup) is not actually removing the registry entries for MyPackage.dll. I've done this many times, and its behavior is not consistent. So: A. What blockers would prevent it fro...
by dlerickson
Tue May 24, 2022 5:10 pm
Forum: Shell (User Interface)
Topic: Spregpkg Unresponsiveness
Replies: 5
Views: 2858

Spregpkg Unresponsiveness

Guys, What EXACTLY does spregpkg.exe do? I'm trying to unregister a particular package in order to replace it with a newer version, and no matter what I do, it still shows up in the package listings in the About section of Select. Is there any sort of logging available for spregpkg? ILDASM shows an ...
by dlerickson
Wed Sep 15, 2021 11:26 am
Forum: Shell (User Interface)
Topic: GdPicture error when printing documents
Replies: 3
Views: 2839

Re: GdPicture error when printing documents

Version is 4.3.60210.108. I should also mention that we have a PrintJobHandler package that seems to be getting disrupted by this (i.e. the OnProcess handler never gets fired during document processing.)