Search found 186 matches

by hargun
Wed Mar 21, 2012 2:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Report customize issue
Replies: 5
Views: 1788

Report customize issue

hi, I am generating a report for job by describing about the stages in the description tab but the problem is i can't see that description for source and target stages in report where as i am able to see for processing stages.please advise me on this one. How can i see for source or target stages de...
by hargun
Thu Feb 02, 2012 7:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job failed in qa environment
Replies: 4
Views: 1576

job failed in qa environment

hi,

i have design one job running fine in dev environment but failed in qa .Its simple extraction from source to target.what i have to check for this kind of situation to fix this issue.Please help me on this
by hargun
Tue Oct 18, 2011 6:44 pm
Forum: General
Topic: sequencer job issue
Replies: 4
Views: 1500

hi chulett, there are no warnings in log.......in trigger i give the condition s like if job execute ok then its goes to the next job activity otherwise it send the email and terminate the job. all the jobs running individually fine ....the job sequence run fine first and after second run only first...
by hargun
Tue Oct 18, 2011 5:20 pm
Forum: General
Topic: sequencer job issue
Replies: 4
Views: 1500

sequencer job issue

hi, i have design sequence job with 5 jobs in job activity .when i run the job it only runs the first job and finished after that.I didn't understand why the other jobs are not running. i check each job individually and run it but in sequence only first job is running other s are not running. i have...
by hargun
Tue Oct 18, 2011 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: header and trailer validation
Replies: 10
Views: 5807

thanks all .......
by hargun
Tue Oct 18, 2011 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: header and trailer validation
Replies: 10
Views: 5807

hi chulett

i want to use the header and trailer in sequence job if it fails it send email to sequencer and job abort.
by hargun
Tue Oct 18, 2011 6:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: header and trailer validation
Replies: 10
Views: 5807

hi sura,

can you tell me what kind of logic i have to use in stage varaiables.Can you send me some kind of coding so that i can use that one.
by hargun
Mon Oct 17, 2011 7:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: header and trailer validation
Replies: 10
Views: 5807

header and trailer validation

hi, My job design is seq file..........>xfm............>seq file(header) ...............>seq file(trailer) i have comma delimiter seq file and file have header ,detail and trailer records.I want to validate header and trailer. Can you please advice me how can i do header and trailer validation. i sp...
by hargun
Fri Oct 07, 2011 7:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot insert duplicate key
Replies: 2
Views: 2092

Cannot insert duplicate key

i am getting the followinfg error SQLSTATE=23000, DBMS.CODE=2627 [DataStage][SQL Client][ODBC][IBM (DataDirect OEM) ][ODBC SQL Server Driver][SQL Server]Violation of PRIMARY KEY constraint 'PK__TBL_SRC_PARIS_EX__49A4C67D'. Cannot insert duplicate key in object 'TBL_SRC_PARIS_EXTRACT'. SQLSTATE=01000...
by hargun
Thu Oct 06, 2011 6:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning
Replies: 13
Views: 7538

hi chulett,

can you please send me the tranformation code.

in seg file Column RPT_DT having datatype char ,length(23,3)and in target is datetime.

The tranformtion code i am using is
timestamp(iconv(trim(RPT)," D/2"))

can you please advice me on this
by hargun
Thu Oct 06, 2011 6:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: data truncated issue
Replies: 2
Views: 1534

data truncated issue

hi, i am getting the following error. SQL statement:INSERT INTO TBL_SRC_PARIS_EXTRACT(RPT_DT, CHILD_FUND_ID, CHILD_FUND_CATG, CHILD_FUND_SHRT_NM, SERIES_ID, SERIES_CATG, SERIES_TYP, PARENT_FUND_ID, PARENT_FUND_CATG, ACCT_INVST, AI_CNTR_TYP, PARIS_CNTR_NUM, PARIS_CNTR_NAME, PARIS_BUS_MRKT, END_OF_PR_...
by hargun
Thu Oct 06, 2011 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql login error
Replies: 1
Views: 1976

sql login error

hi i m getting the following error AAC_PARIS_TST..ODBC_37: DSD.BCIConnect connecting to AAC, call to SQLConnect failed. SQLSTATE=28000, DBMS.CODE=18456 [DataStage][SQL Client][ODBC][IBM (DataDirect OEM) ][ODBC SQL Server Driver][SQL Server]Login failed for user 'sql_u my job design is seq file.........
by hargun
Wed Oct 05, 2011 6:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning
Replies: 13
Views: 7538

hi sura,

the datatype and length in sequential file is same as that of target ODBC(sql server)

i can view in seqentail file but couldn't be able to insert to target ODBS
by hargun
Wed Oct 05, 2011 6:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning
Replies: 13
Views: 7538

yes chullett

this is server job
by hargun
Wed Oct 05, 2011 6:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning
Replies: 13
Views: 7538

my error is this.

SQLSTATE=01004, DBMS.CODE=0
[DataStage][SQL Client]Data has been truncated
SQLSTATE=22005, DBMS.CODE=0
[DataStage][SQL Client][ODBC][IBM (DataDirect OEM) ][ODBC SQL Server Driver]Invalid character value for cast specification
This one i coming from target ODBC(SQL server)