Search found 98 matches

by mrisen
Wed Aug 05, 2015 3:19 pm
Forum: Integration Development
Topic: Access to the path 'SoftProServer4.0' is denied.
Replies: 11
Views: 1734

Re: Access to the path 'SoftProServer4.0' is denied.

Well, ok, that seems weird. The credentials being passed are the Admin credentials, but the process is running under a network account who's purpose is to synchronize orders from our system and SoftPro. That account doesn't do anything more. My understanding is that the SoftPro credentials handle al...
by mrisen
Wed Aug 05, 2015 2:11 pm
Forum: Integration Development
Topic: Access to the path 'SoftProServer4.0' is denied.
Replies: 11
Views: 1734

Re: Access to the path 'SoftProServer4.0' is denied.

Code: Select all

var softproServer = new SelectServer(config.SelectServerName, credential);
by mrisen
Wed Aug 05, 2015 1:17 pm
Forum: Integration Development
Topic: Access to the path 'SoftProServer4.0' is denied.
Replies: 11
Views: 1734

Access to the path 'SoftProServer4.0' is denied.

We're getting "Access to the path 'SoftProServer4.0' is denied. " on a new test box. We've determined that a workaround is to add the calling user to the local Administrators group, but would prefer to not do this. Does anyone know what permissions need to be specifically granted in order ...
by mrisen
Tue Jul 28, 2015 6:50 pm
Forum: Integration Development
Topic: Setting the Trust Account for an order via the API
Replies: 23
Views: 9642

Re: Setting the Trust Account for an order via the API

I'm just guessing here, but I suspect you can't set the trust account until after the order is created. I think you should try creating an order, saving it, then set the trust account, then save it again.
by mrisen
Fri Jul 17, 2015 1:23 pm
Forum: Integration Development
Topic: ReceivedByID is null
Replies: 4
Views: 756

Re: ReceivedByID is null

From 3.0 (HF4.2)
by mrisen
Wed Jul 15, 2015 6:51 pm
Forum: Integration Development
Topic: ReceivedByID is null
Replies: 4
Views: 756

ReceivedByID is null

We are noticing that after upgrading to SoftPro 4.0.3.3, most of our orders have a null in the ReceivedByID column in the pfm.Order table. We use this column for reporting which is where it was first noticed. Is this a bug or is this intentional? If intentional, what is an appropriate workaround for...
by mrisen
Fri Jun 12, 2015 4:26 pm
Forum: Installation and Setup
Topic: Windows Identity already exists with a different ID
Replies: 2
Views: 849

Re: Windows Identity already exists with a different ID

Any suggestions would be welcome. :)
by mrisen
Thu Jun 11, 2015 7:26 pm
Forum: Integration Development
Topic: Is SDK 4.0.30302.30 valid for installation 4.0.30302.46?
Replies: 1
Views: 426

Is SDK 4.0.30302.30 valid for installation 4.0.30302.46?

Just a quick question - is SoftPro SDK 4.0.30302.30 valid for installations of 4.0.30302.46 (and I'm wondering... is it valid for 4.0.30302.*?)
by mrisen
Thu Jun 11, 2015 2:37 pm
Forum: Installation and Setup
Topic: Windows Identity already exists with a different ID
Replies: 2
Views: 849

Windows Identity already exists with a different ID

Scenario: Took a backup of our production environment User's username changed (got married) Restored backup to test environment Upgraded to SoftPro 4.0.3 User tries to login bug gets "Sequence contains no matching elements" upon login or clicking on any control I go into SoftPro Management...