Search found 195 matches

by dsedi
Wed Jun 29, 2005 2:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output file full--File size limitation?
Replies: 5
Views: 2143

Thanks and I am sorry for that ArndW!

As you suggested, we found the ulimit is low and with the help of our UNIX admin we set the Ulimit file(blocks) size as unlimit to run the JOb.

Thanks again!

Edi
by dsedi
Wed Jun 29, 2005 10:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: node_node2: Player 34 terminated unexpectedly.
Replies: 1
Views: 1440

node_node2: Player 34 terminated unexpectedly.

Hi All,

One of my Job failed due to the following reason.

node_node2: Player 34 terminated unexpectedly.
main_program: Unexpected termination by Unix signal 14(SIGALRM)


Any Idea's regarding this.

Thanks in advance.
Edi
by dsedi
Wed Jun 29, 2005 10:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output file full--File size limitation?
Replies: 5
Views: 2143

ThanKs Very much ArndW and Ray!
by dsedi
Tue Jun 28, 2005 11:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Output file full--File size limitation?
Replies: 5
Views: 2143

Output file full--File size limitation?

Hi All,

One of our Job filed with the reason Output file full.
the file size is 0.99 GB and we still have have more space in the disk.

is there any file size limitation.

Thanks in advance.
Edi
by dsedi
Mon Jun 20, 2005 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code Internal error - missing
Replies: 3
Views: 1632

Thanks very much for the information.
Any idea's about the patch number?

edi
by dsedi
Mon Jun 20, 2005 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code Internal error - missing
Replies: 3
Views: 1632

Parallel job reports failure (code Internal error - missing

Hi, some of the jobs in our project failed occationally with the below reason. but if i reset the job and rerun the particular job again..job finished sucessfully. could you suggest me to root cause and resolution for this. "Parallel job reports failure (code Internal error - missing script fil...
by dsedi
Wed Mar 23, 2005 2:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return values from Lookup stage
Replies: 4
Views: 2996

For unmatched key values of Character fields, lookup stage returns NULL value. this is true only if you would select If Not Found property as CONTINUE in stage properties. IsNull() function should work for charecter fields.do some cross checks..otherwise try isNull(input)=@true or simply use len(inp...
by dsedi
Wed Mar 23, 2005 1:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximum number of links
Replies: 3
Views: 1897

Transformer stages in parallel jobs can have one input and any number of outputs.

Edi
by dsedi
Thu Mar 10, 2005 8:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job not finished- continously running..
Replies: 1
Views: 1268

Job not finished- continously running..

Hi all, One of our job in the sequencer is keep on running status always ..that is the job didn't finished automatically... which is running perfectly in some other environment, the functionality of the job is it uses a dataset as source input and writes into a oracle table after doing a lookup. whe...
by dsedi
Mon Feb 28, 2005 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Condition failed in Sequential File
Replies: 8
Views: 9260

Thanks ArndW !

Nice learning!

i am able to find the option you specified in PX 7.5
and also in DS server ...

NOT in PX Version 7.0... :o i am using PX7.0

ok..fine...
so is there any other way to specify the job to continue even if my Filter output is null?

Edi
by dsedi
Mon Feb 28, 2005 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Condition failed in Sequential File
Replies: 8
Views: 9260

Thanks.... but this is Parallel Extender/PX) JOb Not the server Job! i am able to find "first line is column names" option in Dsserver JOb sequential stage..not in PX sequential file stage.. well ..is there any way to instruct my job to continue even if my greb command output is null..(i.e...
by dsedi
Mon Feb 28, 2005 11:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Condition failed in Sequential File
Replies: 8
Views: 9260

Thanks ArndW !

but first line in data file doesn't have column names
it have some metadata information about the file (anyway it was not used in the particular job).

and where do i need to specify the option "First line is column names" while reading?

Edi
by dsedi
Mon Feb 28, 2005 10:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Condition failed in Sequential File
Replies: 8
Views: 9260

Filter Condition failed in Sequential File

Hi All, one of my job read data using sequential file stage from .csv file which contains a header record followed by actual data. so we are using grep -v -e "^01" command in the "filter" options of the sequential file now my job failed due to no rows(data) in my input file excep...
by dsedi
Thu Feb 17, 2005 11:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exclusive access to job to compile it!
Replies: 5
Views: 2602

yes ArndW!

that is what i post in the initial message

"Clearing file RT_STATUS403"

the above message is because of clearing the status file!

Thanks again!

Edi
by dsedi
Thu Feb 17, 2005 10:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot get exclusive access to job to compile it!
Replies: 5
Views: 2602

Thanks ArndW!! I did that several times...even i kill that job thru UNIX command in unix machine.. regarding this, i approched a ascential tech support person too.. ..but no use... i am not able to do anything with the job... any way I have an another copy in my backup.. but what to know why this wa...