Hello friends
I need to add one table in my cube from different datasouce.
i have two Datasource oneis MYSQL another is SQL
when i add create dimension from MYSQL and process cube it executed successfully.
but when i add another table from SQLServer and then made dimension based on that sQLSERVER table then it gives me error during dimension processing.
Errors in the high-level relational engine. The following exception occurred while the managed IDbCommand interface was being used: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right
syntax to use near '(
N'SQLNCLI10.1',
N'Server=GGN_DBCRM;Trusted_Connection=yes;Database=E2S;'' at line 6.
as i understand ; this error shows that my connection to sqlserver is not done successfully.
Kindly help Friends suggest some solution