SQL Serve Password with Escape Character

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
vkumar
Participant
Posts: 31
Joined: Fri Oct 08, 2004 2:38 pm
Location: Boston MA

SQL Serve Password with Escape Character

Post by vkumar »

Hello...

We are trying to connect to MS SQL Server using ODBC Stage.
The password is "n8aC\Y)D"

We are able to view data but not able to run the job with this Password.
We tried using Double Quotes("), Single Quotes ('), and Escape Characters but not able to run the job.

The user connection works fine when connected using Aqua Data Studio.

Pls advise..
Thanx........
CTCT
mctny
Charter Member
Charter Member
Posts: 166
Joined: Thu Feb 02, 2006 6:55 am

Re: SQL Serve Password with Escape Character

Post by mctny »

how about changing the password?
Thanks,
Chad
__________________________________________________________________
"There are three kinds of people in this world; Ones who know how to count and the others who don't know how to count !"
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Is the first character a space or some non-printing character? It's possible that, if it's a space, it's been trimmed. I know that's not correct (and would be a bug), but that's my guess.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vkumar
Participant
Posts: 31
Joined: Fri Oct 08, 2004 2:38 pm
Location: Boston MA

Post by vkumar »

Finally...it worked

An additional Escape Character for the Escape Character and Double quotes are used.

Actual Password n8aC\Y)D
But is works if passed like this "n8aC\\Y)D"

Thanx
Thanx........
CTCT
Post Reply