Search found 54 matches

by danvanf
Wed Jan 11, 2023 7:13 pm
Forum: Shell (User Interface)
Topic: MFA, event after login success
Replies: 5
Views: 3520

Re: MFA, event after login success

Thanks, I appreciate the effort. As to where it could hook in... Right after username/password authentication was complete, then the third authentication mechanism would take place. If they passed, Select loads. If not, Select exits. It could be an event or hook that fires last in the sequence of st...
by danvanf
Mon Oct 31, 2022 2:55 pm
Forum: Shell (User Interface)
Topic: MFA, event after login success
Replies: 5
Views: 3520

Re: MFA, event after login success

Hi Bob,

# 2, to just have an opportunity to intercept the startup process after authentication is accepted and before let's say a file can be opened. If they fail the test force Select to close.

Thanks
by danvanf
Sat Oct 29, 2022 4:23 pm
Forum: Shell (User Interface)
Topic: MFA, event after login success
Replies: 5
Views: 3520

MFA, event after login success

Hello, I am tasked with creating an MFA integration into Select. I've spent a few hours in the SDK documentation looking around. I'm more knowledgeable but haven't cracked this authentication egg. :? :?: Are there any events around the authentication process to which I could attach? :?: Is there a m...
by danvanf
Fri Jul 22, 2022 1:50 pm
Forum: Integration Development
Topic: Generating documents through the SDK - which dlls are needed?
Replies: 7
Views: 1585

Re: Generating documents through the SDK - which dlls are needed?

No problem, happy to try to help a bit. I have fought that battle. I will hand it back to the professionals after this one. :lol: 8-) :lol: Are you running from the Select Folder or have you tried putting all Select DLLs in your output folder? Here's something that might help to narrow it down. A li...
by danvanf
Thu Jul 21, 2022 3:42 pm
Forum: Integration Development
Topic: Generating documents through the SDK - which dlls are needed?
Replies: 7
Views: 1585

Re: Generating documents through the SDK - which dlls are needed?

Hey, brooklyndev, I've done some document rendering using these: SoftPro.Documents.Client SoftPro.Documents.Controls SoftPro.Documents.Markup SoftPro.Documents.Rendering.CrystalReports SoftPro.Documents.Rendering.Static SoftPro.Documents.Rendering.TXTextControl SoftPro.Imaging.Client SoftPro.Select....
by danvanf
Sat Feb 12, 2022 10:15 pm
Forum: General
Topic: Can a new file be archived immediately?
Replies: 4
Views: 4181

Re: Can a new file be archived immediately?

The solution to this is to set the Blob Archive to 1 day during and for at least 1 day after the import is complete. The Archive process takes place every 10 minutes. This looks to work out well for a week+ import process.
by danvanf
Thu Jan 27, 2022 6:01 pm
Forum: General
Topic: Multithreading console app
Replies: 0
Views: 23501

Multithreading console app

Howdy Bob and everyone else. I am converting a bunch of multipage tiff files to pdf files and attaching them to/creating new files for them in Select 4.3. The process will be rather slow given the computing power available. In the past, I've used multithreading to crush the computer on this sort of ...
by danvanf
Thu Jun 17, 2021 4:09 pm
Forum: General
Topic: Can a new file be archived immediately?
Replies: 4
Views: 4181

Re: Can a new file be archived immediately?

:lol: :lol: :lol:, great image. Thanks, I will check that direction.
by danvanf
Thu Jun 17, 2021 3:41 pm
Forum: General
Topic: Can a new file be archived immediately?
Replies: 4
Views: 4181

Can a new file be archived immediately?

Hello, We are planning on bringing 250 gb of old file PDF documents into Select. We are bringing HalFile scanned images in. Most of the file numbers will be new in Select, and of course, the Attachments to those files will be new. Is there any way that we can set something to tell Select we'd like t...
by danvanf
Mon Dec 21, 2020 5:22 pm
Forum: Server
Topic: "MakeSelectServerPackage" task failed unexpectedly
Replies: 1
Views: 2589

"MakeSelectServerPackage" task failed unexpectedly

Hello, I am building a server side package that I'm running into a problem when I try to call a DLL which in turn makes calls to Google's PubSub service. As soon as I reference it AND create an object based on a defination in the DLL Visual Studio gives an error "The "MakeSelectServerPacka...