Search found 186 matches

by hargun
Mon Sep 10, 2012 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while extracting data
Replies: 1
Views: 2272

error while extracting data

Hi , My job is running fine in Dev but in qa failed with following error AUDIT_JOB_BATCH,0: Fatal Error: Attempt to setIsNull() on the accessor interfacing to non-nullable field "JOB_BATCH_GK". My job design is odbc(audit_job_batch) . . seq file...........................lkp..................
by hargun
Mon Sep 10, 2012 10:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC size mismatch on timestamp
Replies: 5
Views: 10963

ODBC size mismatch on timestamp

hi, i am using the query in ODBC stage but i am getting follwoing error. ODBC_Connector_0: Schema reconciliation detected a size mismatch for column JFCSALE. When reading database column DATETIME(fraction=3) into column DATETIME(fraction=0), truncation, loss of precision or data corruption can occur...
by hargun
Sat Sep 08, 2012 11:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failed in qa
Replies: 6
Views: 3045

Thanks j wiles for quick resposnse. so according to your suggestion i need to work with DBA to check whether the tables are defined properly in QA database according to DEV or not. Please correct me for follwing example. if i have ACCT_STATUS column is in table in DEV and it should be same in name a...
by hargun
Sat Sep 08, 2012 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failed in qa
Replies: 6
Views: 3045

job failed in qa

hi, i have built one job and run fine in dev environment. in job i am using oracle connector stage and using the query in it and tranform the records into seq file but when i migrate to qa i am getting the following error Oracle_stage: When checking operator: The modify operator keeps field "AM...
by hargun
Tue Sep 04, 2012 5:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error sequential file
Replies: 5
Views: 2919

hi chullet,

Thanks for reply .can you please explain the solution that you have provided and how can i fix this .
by hargun
Mon Sep 03, 2012 8:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal error sequential file
Replies: 5
Views: 2919

Fatal error sequential file

Hi all, i am extracting data from fix width file Record delimiter:unix newline reocord lenght:fixed quote:none delimiter:none The following errors iam getting. Bad record delimiter after fixed-length record: expected "\n", got " " seq_Account,0: Short read encountered on import; ...
by hargun
Wed Aug 29, 2012 6:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed width error
Replies: 1
Views: 1320

fixed width error

Hi i am extracting the fixed width and getting followign error sf_file,0: Bad record delimiter after fixed-length record: expected " ", got "0" This i am getting in director but when i view data in file getting Bad record delimiter after fixed-length record: expected "\n&quo...
by hargun
Sat Aug 25, 2012 9:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: look up failure
Replies: 4
Views: 1930

look up failure

Hi, i am doing look up on source and refernce and the follwoing error i am getting. lkp_PrinBal,1: Failed a key lookup for record 186 Key Values: FAC_CUST_ID: 00000809 my design is like refrence(seqfile) . seq file . source......................lkp........................seq file I am doing lookup o...
by hargun
Sat Aug 18, 2012 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datatype Issue
Replies: 12
Views: 6122

Hi Arnd Select case SUBSTRING(lc.refno,1,3) when 'OSB' THEN SO.AMT WHEN 'OSG' THEN SO.AMT WHEN 'PPS' THEN SO.AMT ELSE LC.AMT END AS CURR_BALANCE From table name can you help me how can i fix this with float because ODBC is expecting the DLFOAT and whenever i give the decimal i got the following erro...
by hargun
Sat Aug 18, 2012 11:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype conversions
Replies: 17
Views: 9465

Re: Datatype conversions

Hi bhasd so both Neg(MonthFromDate(TimestampToDate(update.IssueDate))- MonthFromDate(TimestampToDate(update.ExpiryDate or Neg(DaysSinceFromDate(TimeStampToDate(update.IssueDate),TimeStampToDate(update.ExpiryDate)))/30 Can you please advise on this i can use either one of them giving me the same result
by hargun
Sat Aug 18, 2012 11:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype conversions
Replies: 17
Views: 9465

Re: Datatype conversions

Thanks for providing this solution.I appreciate.This resolves.....
by hargun
Sat Aug 18, 2012 10:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datatype Issue
Replies: 12
Views: 6122

Hi chulett i have check the datatype in table .It is float for amt with Precsion 53 and scale is null and ref no is char the Query i am using Select case SUBSTRING(lc.refno,1,3) when 'OSB' THEN SO.AMT WHEN 'OSG' THEN SO.AMT WHEN 'PPS' THEN SO.AMT ELSE LC.AMT END AS CURR_BALANCE From table name I tri...
by hargun
Sat Aug 18, 2012 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype conversions
Replies: 17
Views: 9465

Hi chullet,

i know he did for days being very new to datastage can you please provide the whole code .....
by hargun
Sat Aug 18, 2012 8:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype conversions
Replies: 17
Views: 9465

Hi Arnd,

Can you provide the code that i can use in transformer to get the number of days and then compute the months
by hargun
Sat Aug 18, 2012 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datatype Issue
Replies: 12
Views: 6122

Hi Arnnd

i saw only Float in datatype in ODBC stage how can i use dfloat please let me know about.