Page 1 of 1

Surrogate Key Generator special character in password issue

Posted: Thu Oct 15, 2015 10:02 am
by mczern
I have recently run into the issue where the Oracle password contains special characters. This causes job failure for jobs that contain a Surrogate Key Generator transform. Search of the forum provided a solution..
viewtopic.php?t=145477

"check your oracle password, is there any special character is there in your password ? Put the password inside double quotes " ". "


Two questions:

1. If we have a job parameter as the password value in the Surrogate Key generator transform, do I double quote the variable within the transform?

2. We are currently on 9.1, does this issue go away with any 9.1 patch releases?

Posted: Thu Oct 15, 2015 1:34 pm
by qt_ky
I recommend preventing the problem to begin with, so you don't have to spend time on workarounds:

1. with respect to Information Server

Naming restrictions for user IDs and passwords

2. with respect to Oracle

<see Oracle docs online>

Re: Surrogate Key Generator special character in password is

Posted: Thu Oct 15, 2015 6:37 pm
by rkashyap
mczern wrote:1. If we have a job parameter as the password value in the Surrogate Key generator transform, do I double quote the variable within the transform?
=> No, add double quotes to the value of password in job-parameter.

Re: Surrogate Key Generator special character in password is

Posted: Fri Oct 16, 2015 2:48 am
by naveenkumar.ssn
Hi,

If you can change the oracle password - I would suggest you to change it in accordance , else if you are left with no other option , I would suggest you to add the quotes in the parameter values.

Regards
Naveen

Posted: Fri Oct 16, 2015 6:51 am
by qt_ky
In other words, preventing the problem to begin with, so you don't have to spend time on workarounds... :wink: