Hi all
I've got an error when running a Job into SAP Data Services Designer version 14.2.1.224.
I've configured a Data Store (lets call it DS_PROD) which points to an iSeries machine based on an iSeries ODBC Driver (32 bits). This happens to be my PROD environment which I'm not supposed to use in the Development Stage, however, I gave it a try by retrieving just a few records in order to see that the User DSN configured for this purpose is right. In fact, this exercise worked perfectly fine
Then, I created another Data Store (lets call it DS_QA), but I pointed this Data Store to a different User DSN (another iSeries machine used for QA purposes) which has the same options as the one I already mentioned (except of course the IP Address of the iSeries Server, and the Library List related to the QA iSeries machine ).
When I execute the same job, using DS_QA Data Store, I get the next error:
7976 | 5360 | CON-120302 | 29/01/2014 08:16:15 p.m. | |Session JB_CNCUP904_DATOS_COMPLEMENTARIOS_DE_CLIENTES |
7976 | 5360 | CON-120302 | 29/01/2014 08:16:15 p.m. | ODBC call <SQLDriverConnect> for data source <ICBS_BNKPRD01_1> failed: <[Microsoft][ODBC Driver Manager] Data source name not |
7976 | 5360 | CON-120302 | 29/01/2014 08:16:15 p.m. | found and no default driver specified>. Notify Customer Support. |
When I change the Data Store in order to use DS_QA in one of my SQL Transforms, I can use the Update Schema button correctly so I suppose Data Services is able to get the structure of the table I query on such SQL Transform, so I guess SAP Data Services Designer recognizes such Data Store and the DSN it is related to, as a valid one. However I got that error.
Moreover, if I use such DSN from within a local Excel document, I can actually get information out of the iSeries QA machine, which makes me think the DSN definition is quite good and valid.
Both iSeries Servers have the same OS version installed
If any of you, could have any clue regarding this issue, I would be truly grateful.