Search found 6 matches

by ADIRBK2010
Tue Aug 25, 2015 11:55 am
Forum: General
Topic: ODBC.ini file Alternatives
Replies: 5
Views: 3100

Here is the way that we fixed this. 1.Create a shell script that would generate a file that would containing ODBC entries - We parameterised databasenames,servernames to script. 2. Only in the parallel job where it connects to database - add a existing environmental variable which contains the defau...
by ADIRBK2010
Mon Mar 02, 2015 7:23 pm
Forum: General
Topic: ODBC.ini file Alternatives
Replies: 5
Views: 3100

ODBC.ini file Alternatives

Hi All , I got some funny requirement to connect to more than 300 SQL Server Databases and run a simple query on each database. I have created a Job which would connect to all of these , All the DSN/connection entries were added to .odbc.ini file and I am parameterizing the connection name to run th...
by ADIRBK2010
Mon Mar 02, 2015 6:53 pm
Forum: General
Topic: Capture Fatal error message
Replies: 7
Views: 2935

Thank you very much guys
by ADIRBK2010
Wed Jan 14, 2015 10:39 pm
Forum: General
Topic: Capture Fatal error message
Replies: 7
Views: 2935

I am new to Datastage and unable to write a routine in simple steps. None of the links are giving a valid response on google. I am not sure in which language/script the DS routines are written atleast to refer sample routines. Someone gave a link to regularly used routines and the link is already ex...
by ADIRBK2010
Mon Jan 05, 2015 12:30 pm
Forum: General
Topic: Capture Fatal error message
Replies: 7
Views: 2935

I cannot use a Reject link for a source connector . It throws a compile time error.

IBM documentations says that its known issue that it allows to create a reject link in designer but cannot compile the same.
by ADIRBK2010
Sun Jan 04, 2015 5:09 pm
Forum: General
Topic: Capture Fatal error message
Replies: 7
Views: 2935

Capture Fatal error message

Hi, I am looking for a better approach to solve this. my job needs to test connectivity of databases . We have designed a job which would connect to a single database and runs a small query. When our the parallel jobs completes we are writing the status a success to a report file and if the job Para...