Search found 75 matches

by tmeisinger
Tue Oct 22, 2019 4:56 pm
Forum: Integration Development
Topic: Plugin Setup
Replies: 6
Views: 2014

Re: Plugin Setup

Yes, for Testing. Version 4.6.3-ivylane20190913r1
by tmeisinger
Mon Oct 21, 2019 11:58 am
Forum: Integration Development
Topic: Plugin Setup
Replies: 6
Views: 2014

Plugin Setup

I just created a "clean" environment with a new install of VS2015 and your new SoftPro Select SDK. I then followed your steps to create the simple Shell Package and when I attempt to Debug, I'm getting an Error MsgBox to popup during the load with, Invalid URI: The format of the URI could ...
by tmeisinger
Fri Mar 01, 2019 12:39 pm
Forum: Automation Code Snippets
Topic: Create an Attachment Folder
Replies: 11
Views: 3756

Re: Create an Attachment Folder

Thank you, still learning Python and the colon was missing in the handout I got at the user group a couple of years ago (Custom Order Rules for SoftPro Select).
by tmeisinger
Fri Mar 01, 2019 11:00 am
Forum: Automation Code Snippets
Topic: Create an Attachment Folder
Replies: 11
Views: 3756

Create an Attachment Folder

In Automation, if I don't have an Attachment Folder, I would like to create it. I'm doing this when a Document is Added. I'm struggling with how to Create Folder, any help would be appreciated. I'm getting "unexpected token '<newline>'" as the reason my process fails. # Context ( IAttachme...
by tmeisinger
Tue Feb 19, 2019 1:44 pm
Forum: Integration Development
Topic: Server API Error SoftPro.EntityModel.dll
Replies: 1
Views: 1039

Server API Error SoftPro.EntityModel.dll

My code (compiled DLL) runs fine locally when running under my localhost, but when pushed to our website, I'm getting the following when attempting to " using (IOrder Order = OrderStore.NewOrder(spec)) " An exception of type 'System.TypeLoadException' occurred in SoftPro.EntityModel.dll an...
by tmeisinger
Wed Nov 14, 2018 10:55 am
Forum: Shell (User Interface)
Topic: Checking if User is Member of Group
Replies: 2
Views: 1095

Re: Checking if User is Member of Group

Sorry, I'm looking for a Group Membership, the Security Group is called "Title Officer".
by tmeisinger
Thu Nov 08, 2018 2:10 pm
Forum: Shell (User Interface)
Topic: Checking if User is Member of Group
Replies: 2
Views: 1095

Checking if User is Member of Group

In my Client Shell, I know the current user is a member of a group, but my Contains statement is always False. Any ideas? // Select Server SelectServer ss = GetService<SelectServer>(); // Security Manager ISecurityManager sm = ss.GetService<ISecurityManager>(); // Get Current User ISecurityUser Curr...
by tmeisinger
Wed May 23, 2018 2:52 pm
Forum: Integration Development
Topic: StackOverflowException in OrderTracking.Client
Replies: 1
Views: 842

StackOverflowException in OrderTracking.Client

I'm able to search for an existing Order, but when I try to OpenOrder I'm getting an unhandled exception... I'm able to open the Order in Select and save the Order, so it doesn't seem to be a problem with the Order itself, but when I'm trying open it via the API.
SoftPro.PNG
SoftPro.PNG (64.29 KiB) Viewed 842 times
by tmeisinger
Mon Apr 09, 2018 2:37 pm
Forum: General
Topic: Timeout exception and Blank orders
Replies: 9
Views: 2132

Re: Timeout exception and Blank orders

Thanks for the reply Bob. Sounds like a different issue, we are having problems when trying to create a NewOrder. It is random, say 30% or 40% of the time it will timeout after 2 minutes. Same exact code will work the next time. Sometimes a couple of failures in a row and other times multiple succes...
by tmeisinger
Mon Mar 26, 2018 9:08 am
Forum: General
Topic: Timeout exception and Blank orders
Replies: 9
Views: 2132

Re: Timeout exception and Blank orders

We just upgraded from 4.0.30302.62 to 4.3.60108.11 and looks like we might be having the same problem. Support didn't seem to have a record of a fix for this. Can anyone offer additional information?