Search found 292 matches

by roteague
Fri Apr 22, 2011 12:33 pm
Forum: Integration Development
Topic: API Requirements
Replies: 9
Views: 1187

Re: API Requirements

Suggestion, rather than running in your Bin directory, which is what it looks like you are doing, run out of the SoftPro directory itself. 1. Set the working directory to the SoftPro directory (C:\Program Files (x86)\SoftPro\Select) 2. Add a Post-build event: copy $(TargetFileName) "C:\Program ...
by roteague
Fri Apr 22, 2011 12:24 pm
Forum: Integration Development
Topic: Event Notification Throwing Exception
Replies: 2
Views: 575

Event Notification Throwing Exception

I'm trying to run sps.exe unsubscribe and it's throwing an exception. I haven't been able to trace down the error in the event log. Can I just manually remove the entry from the EventSubscriptions table?
by roteague
Thu Apr 21, 2011 2:51 pm
Forum: Integration Development
Topic: API Requirements
Replies: 9
Views: 1187

Re: API Requirements

Gcorrigan wrote:My console app is in the same folder as these "modules". However, I never ran the installation of the SoftPro client, just copied the application folder over.
That is all I ever do.
by roteague
Wed Apr 20, 2011 3:56 pm
Forum: Integration Development
Topic: API Requirements
Replies: 9
Views: 1187

Re: API Requirements

Your console app executible needs to be in the same directory as the SoftPro modules; SoftPro.ClientModel.dll is part of the SoftPro install. If you program throws an exception on this, you need to double check to make sure what directory the app is using. This is the same model that we use in numer...
by roteague
Mon Apr 18, 2011 3:39 pm
Forum: Integration Development
Topic: API Requirements
Replies: 9
Views: 1187

Re: API Requirements

You only need to have the SoftPro modules on the server. I don't know how the license is resolved.
by roteague
Thu Apr 14, 2011 3:11 pm
Forum: Business Rules
Topic: Error in Business Rules
Replies: 10
Views: 7186

Re: Error in Business Rules

I did an analysis of the business rule failures (about 1500 errors), and it seems to be pretty consistent which rules fail. AdditionalChargeFirstNonEmpty AllPayoffs CommitmentPoliciesToInsure CountersignaturePolicy CreditDebitChecked FIndPayoffCharge FindPercentBasisCharge FindProrationCharge HudLin...
by roteague
Wed Apr 13, 2011 8:53 pm
Forum: Business Rules
Topic: Error in Business Rules
Replies: 10
Views: 7186

Re: Error in Business Rules

Thanks Mark, All our errors are coming from API calls; this particular error was being raised frequently times yesterday, and on one order. I reported this particular one because it's one of the few that I've been able to get an error message that seems to make sense. The problem is, we are continua...
by roteague
Wed Apr 13, 2011 2:35 pm
Forum: General
Topic: Troubleshooting WCF
Replies: 6
Views: 1154

Re: Troubleshooting WCF

Try copying your program executable into the SoftPro Select client installation folder and running it from there. There are a number of libraries that are not directly referenced by your application that still must be present. You need to copy all SoftPro files, including everything in the data dir...
by roteague
Wed Apr 13, 2011 1:44 pm
Forum: Business Rules
Topic: Error in Business Rules
Replies: 10
Views: 7186

Re: Error in Business Rules

Here is the Stack Trace: <Exception Type="System.Exception" Message="&#xA;Error occurred while trying to load business object data. Type="TitleInsurancePremium", ID=b6452689-dd5f-e011-8ff0-0050568e002c&#xA;System.Exception: &#xA;Error occurred while trying to loa...
by roteague
Tue Apr 12, 2011 9:06 pm
Forum: Business Rules
Topic: Error in Business Rules
Replies: 10
Views: 7186

Error in Business Rules

I'm running into the following error in one of the built in business rules: TItleInsurancePremium. The stack trace shows the error is a SqlException "@ID is not a parameter for procedure HudLineLoad." The stored procedure HudLineLoad takes a single parameter @OrderID, not @ID. This leads m...