For my application we connect to Two database. One is Application database which a a normal SQL server database and the second one is SSAS cubes ( SQL Server Analysis Services ).
In order to test MDX query Load on Jmeter I made JDBC Connection confuguration and JDBC Requet
JDBC Connection confuguration = jdbc:jtds:sqlserver://SRV-05:1433;DatabaseName=ETPAnalytics1 JDBC Requet =select * from users
I am facing issues.....The above connections works fine and get a proper Response however when i try to connect to Cubes of Analysis Services.It gives error "Login failed for user 'SRV-05\Administrator'. I have tried different Login Id. For your information.Our Analysis services is windows authenticated.So When I leave the user id and password.It tries to Login with Local machines domain ID.
I have tried different Drivers as well.....Kindly help..