Search found 142 matches

by pxraja
Mon Jun 22, 2009 10:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 8523

Re: Inserting record - two behaviours

BTW - You need to figure out how you managed to get a DATE in a NUMBER field, we can't. As noted earlier, check to see how many times the key combination of the problematic record(s) occurs in your input data set.[/quote] I have used hash file stage to capture rejected records and viewed the data.. ...
by pxraja
Mon Jun 22, 2009 9:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 8523

chulett wrote:ps. You should have done a CLEAR.FILE on your log file name as noted in the error, not the completely unrelated "phantom" directory. ...
how to find the log file name for the particular Job?

please give the full syntax for using CLEAR.FILE
by pxraja
Mon Jun 22, 2009 1:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 8523

Doing a "CLEAR.FILE &PH&" has nothing to do with your issue. The "&PH&" hashed file (actually stored as a project subdirectory) contains only Tee'd output from background processes. I ... Thanks for your information andrew my concern is to avoid the warnings and ...
by pxraja
Mon Jun 22, 2009 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 8523

Your log file is corrupted and the quickest way to get back up and running is to use the Director and clear all log file entries; this triggers a TCL command of "CLEAR.FILE" which will reset the log f ... I had used CLEAR.FILE &PH& but in vain, Its ok i have copied in to new job a...
by pxraja
Mon Jun 22, 2009 12:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 8523

I meant the "update and insert" dml not the source query, I thought that was your "custom" one. And your phantom is strictly from blowing the logs over 2GB in size just as it states, probably by runni ... There is no custom query for update and insert on the target ODBC stage. y...
by pxraja
Sun Jun 21, 2009 10:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 8523

I would suspect it's an issue with your 'custom query', that and loading multiple records with the same keys in a run. Why custom rather than generated? Care to post it? ... SELECT TBL1.COL1,TBL1.COL2,TBL1.COL3,TBL2.COL4,TBL2.COL5, TBL2.COL6,TBL2.COL7,TBL2.COL8 FROM TBL1,TBL2 WHERE TBL1.COL1=TBL2.C...
by pxraja
Sun Jun 21, 2009 9:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting record - two behaviours
Replies: 16
Views: 8523

Inserting record - two behaviours

Hi all, I am wondering how the warnings are thrown, while inserting records. there are two behaviours one is, while running the job for custom query with update and insert login on target table, some records are rejected with the warnings "ORA-00932: inconsistent datatypes: expected NUMBER got ...
by pxraja
Fri Jun 19, 2009 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job getting aborted abruptly
Replies: 12
Views: 8576

Re: Job getting aborted abruptly

Moreover, if I want to compile the job it is giving compilation error: Cannot get exclusive acces to job. Job may be monitored When I am facing this error, I had tried to by copying the job and saving it with different name.. it was working... you can try by stopping the DSENGINE and starting it aga...
by pxraja
Tue Jun 16, 2009 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal Termination of Stage
Replies: 4
Views: 2999

Hi whenever I was facing this problem i used to compile the job and rerun it. It was working fine. I think this is due to no. of process running at the backend or if the server is busy with the existing processes. I am not sure about what i think, since I am also eager to know why this error is occu...
by pxraja
Sun Jun 14, 2009 11:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 9
Views: 4932

Could this be a "hard space" character from a Word document or similar? ... I had copied from director logs and pasted, did you mean to say that '?' is present in the source which is not accepted varchar type? when i am searching for 'district centre ? Janakpuri' in the odbc. It is throwi...
by pxraja
Fri Jun 12, 2009 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 9
Views: 4932

The character between Centre and Janakpuri is 0xA0 (Char(160)). Check your source data to determine whether this actually occurs there. And do check the NLS_LANG setting for Oracle. ... I had checked in the source system its proper "Janakpuri" is present, no special character, also i had ...
by pxraja
Sat May 30, 2009 1:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 9
Views: 4932

some spelling mistake in the code

Convert(".", "", Oconv(inputlinkname, "MCP"))
by pxraja
Sat May 30, 2009 1:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 9
Views: 4932

Hi ray & andrew, thanks for your reply, but the field is not a date field. It is Location having value like "Janakpuri" I had used conver(".","",Oconv(inputfieldname,MCP)) and after passing inputfieldname alone without using any conversion and added one reject seque...
by pxraja
Wed May 27, 2009 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 9
Views: 4932

DSD.BCIPut call to OCONV failed

Hi all, I am getting following warnings and following that 4 records are not passed to the target. Could any one suggest on, how to avoid the mentioned warnings. below are the warning for one of the record. Transformer_2.DSLink4: DSD.BCIPut call to OCONV failed. Column: PARAMDESC1, NLS mapname: ISO8...
by pxraja
Mon May 18, 2009 12:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stoping & Restarting Repository Database while server ba
Replies: 8
Views: 4737

Hi

the mentioned commands were used in AIX server did not noticed the datastage server is installed in windows environment.. :o

any how I would not suggest the same will work in windows environment or not