02-07-2011 01:00 PM
The "Import" really means nothing.. All that matters is the SalesLogix Admin user is mapped to a Windows domain based user account (ex: WebDLL). Fill in the rest of the user profile data manually.
02-09-2011 12:11 PM
I am looking at Step 1 under "Configuring Authentication for Windows 2003" in the SLX Implementation Guide.
It reads:
On the Web Server computer, log on as a domain administrator or as a user with rights to
modify the Active Directory.
This user should be the Application Pool user.
Does this mean that the WebDLL user has to be a domain administrator? It seems to be inferred by the requirements for the App Pool running as WebDLL, and I want to make sure I know what I'm asking for before I am laughed out of the room by our sys admins.
02-11-2011 08:18 AM
The short-cut would be to make your WebDLL user a Local Admin and/or Domain Admin. Could be a rights issue.
Your SData portal is working properly? If so, mimic everything from that portal to your ProcessHost portal.
When you are prompted for credentials, you are putting in a SLX user name and password?
A few other things
* Put SData / ProcessHost into its own Application Pool. If on IIS7 or 7.5, ensure that is an "Integrated" App Pool (not Classic). Also, check the "Advanced" settings to ensure the "Physical Path Credentials" are set to the web dll user.
* Leave the "use windows authentication" checkbox checked for the Admin user tied to the WebDLL user (at least for now).
02-11-2011 08:24 AM
No, sdata and ProcessHost are both crashing too (same error).
WebDLL is already a Local Admin, but I have to pull teeth to get our sys admins to modify these rights. That's really the very last thing I have to try, but I'll check your other suggestions too.
02-11-2011 08:32 AM
Local Admin should be sufficient. Try everything else before having to go to Domain Admin, but ensure the WebDLL can access the SLX Attachment path.
02-11-2011 08:59 AM
02-11-2011 09:46 AM
In the WG Administrator program under System - Offices Tab. Eaist way is to open up a window to that directory & the copy & paste the path into the SLX Administrator. Using the "browse" method only allows you to choose a network path.
02-11-2011 09:57 AM
02-16-2011 10:55 AM
I ran into this once and found that it really was a silly mistake on my part. Though I had set Admin to use Windows Authentication and set it point to the WebDLL user, I had missed one very important step. In Administrator, under Tools - Options, on the Passwords tab, there is a box there as well to "Use Windows Authentication" - this was unchecked for me. Once I checked that, then all worked correctly. You may already have this checked, but it's worth a look.
02-16-2011 11:36 AM