M
mwalton@microstrategy.com
Guest
The Salesforce ODBC driver creates a database config file based on the current username used at the time of connection. For example, mwalton@microstrategy.com would cause the driver to create the mwalton.config file. This is fine as long as you don't have a name conflict from a different domain. Say for example, if I tried to connect with a user called mwalton@yahoo.com then the connection would fail since the driver would attemp to use the mwalton.config file and find that the username was different. We know that we can always specify a different database name using the Database connection option. That being said we don't want to specify the Database name since we want to be able to use the same DSN for multiple users and have the driver create the config file for each user login at the time of connection. This way we don't have to have multiple DSNs, one for each user which is not a good option when you might have hundreds of Salesforce users. We'd like to log an enhancement to have the driver create a differnent config file on its own if it encounters the same config file name but with a different Salesforce user. Can you please implement this in the driver?
Continue reading...
Continue reading...