05-13-2009 05:38 PM
Solved! Go to Solution.
05-21-2009 04:22 AM
Usually I create the ODBC DSN in Control Panel->Administrative Tools->Data Sources on remote computer, then follow this KB to query the data in Excel.
http://zone.ni.com/devzone/cda/tut/p/id/2970
I don't have much idea of the "CitadelRemoteODBC DCOM". I don't find it in my DCOM configuration. How do you configure the ADO access through Excel?
01-08-2010 12:25 PM
Ryan, See: Citadel 5 Remote Database Access Using COM+ and ADO
This is a kb article describing how to access Citadel 5 using ADO.
01-08-2010 01:34 PM
I think I answered my own question, although I do not know if this is the best way to handle this or not....
On the server where the Citadel database resides, go to the Component Services administration, Right click on "My Computer" and click properties. Go to the COM Security tab. As a gross reality check, I made changes to all 4 items, I have not yet tested if limiting 1 or more of these or the associated options will still allow the access....
Access Permissions:
Edit Limits: Add the domain user or group an make sure the box is checked to "Allow" for both Local and Remote Access
Edit Default: Add the domain user or group an make sure the box is checked to "Allow" for both Local and Remote Access
Launch and Activate Permissions:
Edit Limits: Add the domain user or group an make sure the box is checked to "Allow" for Local Launch, Remote Launch, Local Activation, and Remote Activation
Edit Default: Add the domain user or group an make sure the box is checked to "Allow" for Local Launch, Remote Launch, Local Activation, and Remote Activation
Once these changes were made, all users within the domain group I had defined were able to run the ado query.