Page 1 of 1

"View data" shows data but job aborts

Posted: Wed Nov 19, 2014 4:59 pm
by dsuser7
Hi,

The "view data" option in ODBC Connector stage of Datastage Designer connects and shows data, but the job aborts with the below error

The connector could not establish a connection to data source <DSN_name> using user <user_id>

I have checked the values passed to the db connection parameters, nevertheless they are the same while viewing data and while running jobs.

Could you help understand what is that I'm not seeing.

Any help is appreciated.

Thanks

Posted: Wed Nov 19, 2014 6:03 pm
by thanush9sep
Compute Nodes?

Posted: Wed Nov 19, 2014 8:54 pm
by dsuser7
So running the job in Grid is causing this?
How can I prevent it?

Posted: Thu Nov 20, 2014 6:06 am
by vinothkumar
Get the compute node names and ask your DBA to configure that database in them.

Posted: Thu Nov 20, 2014 11:12 am
by dsuser7
The account actually got locked, and once password was reset, the job ran successfully.
However we think it is because the password contained special chars like "#"

Posted: Thu Nov 20, 2014 3:15 pm
by qt_ky
I have definitely run into this issue before, due to special characters in the password. Thanks for sharing.

Posted: Thu Nov 20, 2014 3:16 pm
by ray.wurlod
That'll do it. There is an explicit warning about special characters in passwords (including how to avoid problems when they're used by mapping to a special sequence such as __036__) in the documentation.