The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
|
|
Database connectors missing
Posted: 31 Jul 08 1:04 PM
|
After having upgraded to 7.2 we are having to create a database connection every time a new user logs onto a computer. Is there a way for us to save the connection? |
|
|
|
Re: Database connectors missing
Posted: 31 Jul 08 6:42 PM
|
Check the following registry setting for an existing SLX user:
My Computer\HKCU\Software\SalesLogix\ADOLogin\
Using this, you should be able to create a .REG file that will do the work for you.
Phil |
|
|
|
Re: Database connectors missing
Posted: 01 Aug 08 3:45 AM
|
Define the settings here - they will be copied automatically for each user. Use settings from an existing connection.
The following is an example registry entry that allows the same Data Link to be available for users logging on to Sage SalesLogix.
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\SalesLogix\CUD] [HKEY_LOCAL_MACHINE\SOFTWARE\SalesLogix\CUD\ADOLogin] [HKEY_LOCAL_MACHINE\SOFTWARE\SalesLogix\CUD\ADOLogin\Connection1] "Data Source"="SLX" "DBPassword"="" "DBUser"="" "Extended Properties"="PORT=19026;LOG=ON" "Initial Catalog"="SLX" "Provider"="SLXOLEDB.1" "Alias"="SLX" @=""
|
|
|
| |
|