Search found 40 matches

by prasanna_anbu
Tue Aug 03, 2010 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect the database
Replies: 21
Views: 8826

The Datastage server is shared with Systest environment and Dev environment. but each environments having its own databases. there is no problem to connect the systest environment. I have faced the issue in dev environment.
by prasanna_anbu
Tue Aug 03, 2010 9:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect the database
Replies: 21
Views: 8826

I defined it in the parameter set. and invoke the parameter set in the job.
by prasanna_anbu
Tue Aug 03, 2010 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect the database
Replies: 21
Views: 8826

I have tried with different username/password combination still the same error persist.
by prasanna_anbu
Tue Aug 03, 2010 8:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect the database
Replies: 21
Views: 8826

kris007 wrote:Are you using the same user id to connect to database via datastage and command line. This is a simple permissions issue where you either provided a wrong user name or password or both or the password got locked.
Yes. I have used the same username and password in datastage and command line.
by prasanna_anbu
Tue Aug 03, 2010 7:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect the database
Replies: 21
Views: 8826

Sorry please find the error message below.

dbeR_Transaction_C: Error Idx = 1;
DB2Driver Embedded SQL message: SQL30082N Security processing failed with reason "24" ("USERNAME AND/OR
PASSWORD INVALID"). SQLSTATE=08001
;
sqlcode = -30082;
sqlstate = 08001
by prasanna_anbu
Tue Aug 03, 2010 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to connect the database
Replies: 21
Views: 8826

Unable to connect the database

Hi,

I am not able to connect to a DB2 database from datastage.Its giving the error message like dsadm Username/Password is expired.But then when i was connectiing to the database using the same user id and password ,its working fine. Please help me on this.
by prasanna_anbu
Tue Nov 04, 2008 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating surogate key
Replies: 1
Views: 794

creating surogate key

please help me in getting the steps to generate surrogate keys using the user_id and the planname column.
by prasanna_anbu
Sat Nov 01, 2008 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to date function
Replies: 3
Views: 1111

the value for LKP_To_TFM_Check_Null.transaction_dt is

Oct 29 2008 12:00:00:000AM

Nov 3 2008 12:00:00:000AM
by prasanna_anbu
Sat Nov 01, 2008 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to date function
Replies: 3
Views: 1111

string to date function

Hi I have used in a stage variable like If(LKP_To_TFM_Check_Null.transaction_dt = "") Then 13 else If(Len(LKP_To_TFM_Check_Null.transaction_dt)<11) Then 13 Else If(IsValid("date",StringToDate(LKP_To_TFM_Check_Null.transaction_dt[1,11],"%mmm %dd %yyyy"))) Then 0 Else 13 ...
by prasanna_anbu
Sat Nov 01, 2008 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDate("#date_2nd_month#")
Replies: 3
Views: 1092

string to date

I have used If(LKP_To_TFM_Check_Null.transaction_dt = "") Then 13 else If(Len(LKP_To_TFM_Check_Null.transaction_dt)<11) Then 13 Else If(IsValid("date",StringToDate(LKP_To_TFM_Check_Null.transaction_dt[1,11],"%mmm %dd %yyyy"))) Then 0 Else 13 in this i have get NOV 3 200...