Hi,
We have a problem at the time of linking the DB2 and SQL server tables.
I'll give the breif discription:
A report contains fields which are from DB2 tables.
and this report has 10 parameters 5 of them are from DB2 and 5 of them are from SQL server table.
Now,
I linked the Master table (which is from SQL Server) with Employee table (which is from DB2 database)using the primary key Master.EmpID--->EMployee.EmpID.
And other tables are liked from Employee table (here other tables means other DB2 tables). Up to this every thing is fine.
But at the time of adding a SQL server table other then the Master, I got the ODBC Error. for example,
we have a field name called EmailID in Master----> link with Position.Emailid (which contains the position names, used at the time of filtering the report (ie it is one of the parameter)
It's kind of 2 links from same sql Master table --> one is for DB2 (using EmpID) and anoter one is for SQL table (using EMAILID).
Note:
If i test the sample report with only SQL db tables its working fine.
I'm not sure How clearly I explain my problem. Please let me know if you need more info/clarification.
Thanks
MK
We have a problem at the time of linking the DB2 and SQL server tables.
I'll give the breif discription:
A report contains fields which are from DB2 tables.
and this report has 10 parameters 5 of them are from DB2 and 5 of them are from SQL server table.
Now,
I linked the Master table (which is from SQL Server) with Employee table (which is from DB2 database)using the primary key Master.EmpID--->EMployee.EmpID.
And other tables are liked from Employee table (here other tables means other DB2 tables). Up to this every thing is fine.
But at the time of adding a SQL server table other then the Master, I got the ODBC Error. for example,
we have a field name called EmailID in Master----> link with Position.Emailid (which contains the position names, used at the time of filtering the report (ie it is one of the parameter)
It's kind of 2 links from same sql Master table --> one is for DB2 (using EmpID) and anoter one is for SQL table (using EMAILID).
Note:
If i test the sample report with only SQL db tables its working fine.
I'm not sure How clearly I explain my problem. Please let me know if you need more info/clarification.
Thanks
MK