Search found 200 matches

by sjordery
Thu Mar 12, 2009 6:47 am
Forum: General
Topic: Incorrect User Assigned to jobs
Replies: 3
Views: 1330

Incorrect User Assigned to jobs

Hi All, We've hit a bit of a strange problem here. One of our users has the username 'smorris'. They are set up with Developer permissions in a project. However, we have seen a few instances of other users running a job or sequence in that project, and in Director, the 'User' field in the header det...
by sjordery
Thu Mar 05, 2009 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Instance Jobs - single node configuration - same CPU
Replies: 2
Views: 1978

Thanks Ernie. The background is that the job that runs multi-instance has 3 stages: SeqFile ---> Tfm ---> Dataset The tfm uses RCP and a schema to basically load up a dataset. There are 7 instances, and based on what you've said above they run sequentially I believe. The loop is a simple counter con...
by sjordery
Thu Mar 05, 2009 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multi Instance Jobs - single node configuration - same CPU
Replies: 2
Views: 1978

Multi Instance Jobs - single node configuration - same CPU

Hi All, This is a bit of a theory question and I'm afraid probably reveals my ignorance about how DataStage works 'under the covers'. Imagine I have a project that has a default config file with single node. In that project is a job sequence, that has start and end loop activities. Inside the loop i...
by sjordery
Fri Jan 23, 2009 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does DataStage XML input support XML version 1.1
Replies: 4
Views: 1664

Ah, having read that.. am I right to say that putting version="1.1" in the heading wouldn't highlight an issue - problems would come if some 1.1 compliant content (that was not 1.0 compliant) appeared on the files....


Thanks again,
S
by sjordery
Fri Jan 23, 2009 10:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does DataStage XML input support XML version 1.1
Replies: 4
Views: 1664

Thanks Craig.

Renewed my Premium membership about 15 mins ago, so will read your full answer later once it gets applied to the account. :)

Cheers,
S
by sjordery
Fri Jan 23, 2009 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does DataStage XML input support XML version 1.1
Replies: 4
Views: 1664

Does DataStage XML input support XML version 1.1

Hi All, I've had a search through, but couldn't find what I was after, so... as per the title really. We have a supplier that is considering "upgrading" the XML files they send us from version 1.0 to version 1.1. As a test, I changed the header line on the input XML from: <?xml version=&qu...
by sjordery
Thu Nov 27, 2008 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT Function not performing as expected...
Replies: 11
Views: 3687

I could only get it to work with Record Delimiter=null - the reason this failed before was that I didn't specify that setting on the output file, only on the input :oops: Still, working as expected now (albeit with the 0D's still there), so will mark as resolved. Thanks everyone for your help. Regar...
by sjordery
Thu Nov 27, 2008 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT Function not performing as expected...
Replies: 11
Views: 3687

If you do as Ray suggests you will need to increase BigCol to hold more than 25 charactes. The "Final Delimiter" is not the same as the "Line delimiter" I tried this by setting Record Delimiter to 'null' - this produced one row of output in DataStage (appears as one row, seperat...
by sjordery
Thu Nov 27, 2008 5:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT Function not performing as expected...
Replies: 11
Views: 3687

Change the format to "no line terminators" then your Convert() function will work. Of course you will then only have one line of data. Thanks Ray. I have changed the Final Delimiter on the input file to 'none', but this made no difference. Is this what you meant by "no line terminato...
by sjordery
Wed Nov 26, 2008 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT Function not performing as expected...
Replies: 11
Views: 3687

ArndW wrote: this would only output a new data line when a ">" character is found, which usually would mean the end of an end tag...
or the end of an open tag :wink:

I'll fiddle with the logic and get it though :D
by sjordery
Wed Nov 26, 2008 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT Function not performing as expected...
Replies: 11
Views: 3687

Thanks very much for that - it's certainly given me a different direction to think in.

Much appreciated.

S
by sjordery
Wed Nov 26, 2008 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT Function not performing as expected...
Replies: 11
Views: 3687

Thanks. Is there an easy way of removing these? The actual problem I have is that I am trying to parse an XML file. One of the elements contains lots of text that is formatted on the file as: <textElement> Lots of text starts here and goes on and on. Then a new bit starts here, causing problems. The...
by sjordery
Wed Nov 26, 2008 6:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CONVERT Function not performing as expected...
Replies: 11
Views: 3687

CONVERT Function not performing as expected...

Hi All, I have a simple test job set up with: SF ===> TFM ===> SF The Sequential Files have a single column (BigCol) of VarChar(25). The input file is: Line One Line Two Line Three And the Hex representation is: http://photos-d.ll.facebook.com/photos-ll-snc1/v1050/92/62/721071516/n721071516_1514339_...
by sjordery
Mon Oct 06, 2008 5:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Set of values from a data base table to Sequence Job
Replies: 7
Views: 2072

Thanks Ray! I did exactly as mentioned to set the status of the job with a value by invoking a routine which calls DSSetUserStatus function and it worked fine. If we need to catch more than one value and pass it to set of parameters in a sequence job then ,do we need to design those many jobs or can...
by sjordery
Tue Sep 30, 2008 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing Set of values from a data base table to Sequence Job
Replies: 7
Views: 2072

Thanks Ray for your suggestion. I have some confusion on this could you please explain 1-1st I will read the values from the table using any dabase stage then how to load the string to job's user status area which will be used in another sequence job? 2-Is the Sequence job will depedent on this job?...