Running Adodb mdx connection with Intergrated Security
Posted: Tue Sep 16, 2008 10:34 am
Hello,
Client has a legacy TM1 system. This system goes way back with over 8 years of history. At the time they didn’t have dynamic subsets so using VBA and ADO a system was written to give them the linkage with MDX they required.
The problem now comes in is that the client is now using Integrated Login. Would they still be able to use the current ADO and VBA Code to connect to TM1 or has it become obsolete?
Connection String in VBA
AdoCon.ConnectionString = "Provider=TM1OLAP.1;Data Source=" & tm1Server & ";User ID=" & sUserName & ";Password=" & sPassWord
TIA
Client has a legacy TM1 system. This system goes way back with over 8 years of history. At the time they didn’t have dynamic subsets so using VBA and ADO a system was written to give them the linkage with MDX they required.
The problem now comes in is that the client is now using Integrated Login. Would they still be able to use the current ADO and VBA Code to connect to TM1 or has it become obsolete?
Connection String in VBA
AdoCon.ConnectionString = "Provider=TM1OLAP.1;Data Source=" & tm1Server & ";User ID=" & sUserName & ";Password=" & sPassWord
TIA