Search found 73 matches

by pkll
Fri Aug 01, 2014 11:05 am
Forum: General
Topic: ODBC ISSUE(Datetime field overflow)
Replies: 7
Views: 5056

Code: Select all

ODBC_Connector:Execute failed on statement INSERT INTO dbo.Tablename
(ALL Column Names) VALUES
(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
I am getting above warning message and i am using Data Stage 9.1 & SQL server 2008!!!
by pkll
Fri Aug 01, 2014 8:21 am
Forum: General
Topic: ODBC ISSUE(Datetime field overflow)
Replies: 7
Views: 5056

ODBC ISSUE(Datetime field overflow)

Hi All, I am getting below error message ODBC_Connector_49,0:ODBC function "SQLExecute" reported: SQLSTATE = 22008: Native Error Code = 0: Msg = [IBM (DataDirect OEM)][ODBC SQL Server Driver]Datetime field overflow (CC_OdbcStatement::executeinsert,file CC_OdbcDBStatement.cpp,line 812) My s...
by pkll
Mon Jun 30, 2014 11:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null value on the accessor interfacing to field
Replies: 7
Views: 7669

If IsNotNull(DSLink110.TrxnTyp) Then DSLink110.TrxnTyp Else "NULL"

check this condition.
by pkll
Mon Jun 16, 2014 11:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Reading Problem?
Replies: 3
Views: 1942

Hi,

I am getting this error when i tried to view data in source DB2.
by pkll
Mon Jun 16, 2014 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Reading Problem?
Replies: 3
Views: 1942

DB2 Reading Problem?

Hi ,

My Source is DB2 Database. When I am trying to read the data it is showing below message.

Code: Select all

Failed to receive the response from the handler:Request Timed Out.
Could you please suggest me how can I resolve this problem?

Thanks in Advance!!
by pkll
Fri Jun 13, 2014 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert columns into Rows with metadata?
Replies: 13
Views: 4827

Hi Chulett,

Can you please explain detail level how can I do by using pivot stage?

Thanks for Advance!!
by pkll
Thu Jun 12, 2014 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert columns into Rows with metadata?
Replies: 13
Views: 4827

Hi Chulett, As per your suggestion I got the required output. If I tortured you extremely sorry. As per our conversation I am learning something. Thanks for it. I have one more doubt, Now I am thinking as reverse order suppose if my input is EMPNO|101|102|103 EMPNAME|AAA|BBB|CCC SALARY|10000|20000|3...
by pkll
Wed Jun 11, 2014 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert columns into Rows with metadata?
Replies: 13
Views: 4827

If I will create 50 Dummy columns performance will decrease more over I have more than 2 million records is there. Above I had taken one column instead of three columns .if 1 column output will come means I can apply same logic remaining columns. any how based on my output how can I get required out...
by pkll
Wed Jun 11, 2014 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert columns into Rows with metadata?
Replies: 13
Views: 4827

Hi Chulett,

I have not three columns. I have around 50 columns .I can't create 50 dummy columns.

EMPNO
-------
101
102
103

Required output is

EMPNO|101|102|103

but I am getting output as
EMPNO
101|102|103

So how can I get required output means I need to concatenate with metadata also.
by pkll
Wed Jun 11, 2014 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert columns into Rows with metadata?
Replies: 13
Views: 4827

Hi Chullet, in the above example I don't have any key column so I had created one dummy column and assign value '1'. I had taken that value as key column. Remaining all I applied logic. but I am getting output as EMPNO ENAME SAL -------------- ------------------ -------------------------- 101|102|10...
by pkll
Wed Jun 11, 2014 6:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert columns into Rows with metadata?
Replies: 13
Views: 4827

How to convert columns into Rows with metadata?

Hi, I have One Scenario. EMPNO|ENAME|SALARY 101|AAA|10000 102|BBB|20000 103|CCC|30000 I want Output EMPNO|101|102|103 EMPNAME|AAA|BBB|CCC SALARY|10000|20000|30000 I tried but I didn't get desired output. I create one dummy key column in transformer datastage and hardcoded one value. In sort stage ba...
by pkll
Tue May 27, 2014 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CheckSum Datatype?
Replies: 1
Views: 1033

CheckSum Datatype?

Hi,

The default data type of checksum number is char 32. is it possible to generate the checksum number as char 20?
by pkll
Mon May 26, 2014 3:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convertion of 60 digit Alpha Numeric to 40 digit?
Replies: 9
Views: 3398

The above data is just example if I have input1 column with 40 to 60 characters data and output should generate unique sequence number with 40 digits.
by pkll
Mon May 26, 2014 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Convertion of 60 digit Alpha Numeric to 40 digit?
Replies: 9
Views: 3398

INPUT COLUMN1 ABC1234ASDFEDGCFEDSADHEEEHAEERA112345671234556 aS34566789908725474907ATAGHEK4DDJDMMDEKKXDI234 AJJANNEJ678239JDHNE4889E09MSJKJKSKSSS123UJX345 AS82378483999MSKKMSAAN778939NMNMM1234567889999 ABC1234ASDFEDGCFEDSADHEEEHAEERA112345671234556 OUTPUT COLUMN1 OUTPUT KEY VALUE ABC1234ASDFEDGCFEDS...