Search found 258 matches

by samyamkrishna
Sun May 20, 2012 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Column Import Failure
Replies: 1
Views: 1494

Column Import Failure

Hi, The column import stage is giving error: Failure during execution of operator logic. record{final_delim=end, record_delim='\n', delim='|', null_field='', quote= double } ( but when i change the schema file to record{final_delim=end, record_delim='\n', delim='|', null_field='', quote= none } ( th...
by samyamkrishna
Thu May 10, 2012 2:45 am
Forum: General
Topic: Space Occupied by datastage logs
Replies: 6
Views: 2853

Datastage is logging into XMETA.

If the job creates a log with 6 million warning. is there a possibilty of over loading the database.
by samyamkrishna
Wed May 09, 2012 8:52 am
Forum: General
Topic: Space Occupied by datastage logs
Replies: 6
Views: 2853

Thanks for the info you guys gave....

We already have information analyser will do it using that.

But i would like to know how the logs take up space in UNIX or in XMETA.
by samyamkrishna
Tue May 08, 2012 8:40 am
Forum: General
Topic: Space Occupied by datastage logs
Replies: 6
Views: 2853

Space Occupied by datastage logs

Hi, I have created a job to check how good the source file is. For every import error there will be a warning. We read the logs and identify the columns which have junk data in them. Now if the source file has 6 million records and worst case all of them have junk data the director log is going to b...
by samyamkrishna
Thu Mar 15, 2012 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container called more than once in a single job
Replies: 15
Views: 4401

ya i tried with APT_DISABLE_COMBINATION=False. it hangs as before.
by samyamkrishna
Thu Mar 15, 2012 7:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container called more than once in a single job
Replies: 15
Views: 4401

thanks to the variable

$APT_DISABLE_COMBINATION=True

which made it all possible.
by samyamkrishna
Thu Mar 15, 2012 7:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container called more than once in a single job
Replies: 15
Views: 4401

Hey I just added the variables and it ran fine. :D

Can we conclude something from this.
by samyamkrishna
Wed Mar 14, 2012 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container called more than once in a single job
Replies: 15
Views: 4401

Hi, I tried a simple design with the shared container. SC | | RG------CP---------SC | | SC RG Row Generator CP Copy SC Shared container. Row generator generating 10 records. Sending these records into the same sharedcontainer thrice. With One shared container works fine two shared container works fi...
by samyamkrishna
Wed Mar 14, 2012 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container called more than once in a single job
Replies: 15
Views: 4401

|--------CI1----------CP | |--------CI2----------CP | . | . | . SF----| . | . | . | . |---------CIn----------CP SF----Sequential File CI----Column Import CP----Copy stage The output link from Column import goes to Copy stage The reject link from the ColumnImport goes to the container There are 30 C...
by samyamkrishna
Tue Mar 13, 2012 12:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container called more than once in a single job
Replies: 15
Views: 4401

yes teh file names are parameterised and i am passing different values for both teh shared containers
by samyamkrishna
Tue Mar 13, 2012 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container called more than once in a single job
Replies: 15
Views: 4401

Re: shared container called more than once in a single job

updating the code ipSC----->Transformer------------CS--------SF(dd conv=ascii 2>/dev/null) | | Constraint | fail if more than | #threshlod SF | | CS
by samyamkrishna
Tue Mar 13, 2012 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: shared container called more than once in a single job
Replies: 15
Views: 4401

shared container called more than once in a single job

Hi, I have created a container. The design is as shown below ipSC----->Transformer--------CS--------SF(dd conv=ascii 2>/dev/null) | | Constraint | fail if more than | #threshlod SF | | CS ipSC=Input Link Shared Container CS= Copy Stage SF=Sequential File filter for one sequential file is dd conv=asc...
by samyamkrishna
Tue Sep 20, 2011 11:32 pm
Forum: General
Topic: help in dsjob command
Replies: 9
Views: 4235

Re: help in dsjob command

why dont you build a sequence for it.
it will be easier