Search found 336 matches

by Raftsman
Mon Nov 27, 2006 11:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Stage
Replies: 6
Views: 3533

Sequential File Stage

I have a *.txt comma delimited file on the server. If I use the Server version of DS, I can view the data and process it. When I use the Parallel version, the view option abort and cannot process the file. I changed some defaults to DOS format and still not viewing the data. Could someone please exp...
by Raftsman
Fri Nov 24, 2006 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Staggered Sequential Key
Replies: 3
Views: 1509

It was the load balancing the staggers the numbers. I have 4 node processing 111 records, Partition 0,1,2,3. Part 0 contained 1-27, Part 1 contained 1-26, part 2 contained 1-26 and part 3 contained 1-32. Using the formula to assign keys staggers the counts by 4. So the last partition 3 contained num...
by Raftsman
Thu Nov 23, 2006 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Staggered Sequential Key
Replies: 3
Views: 1509

Staggered Sequential Key

When I generate a unique partitioned key using @PARTITIONNUM + (@NUMPARTITIONS * (@INROWNUM - 1)) + 1 + MAXEVNTID Where MAXEVNTID = max value from the last job execution, The DB2 table sequentially increment the key by 1 on different partitions. So far so good. When the key sequence number hit 100, ...
by Raftsman
Wed Nov 22, 2006 11:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning - Writing to DB2
Replies: 4
Views: 2703

Thank you very much...I can't tell you how much this has frustrated me. Thank god for this forum..
by Raftsman
Wed Nov 22, 2006 11:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partitioning - Writing to DB2
Replies: 4
Views: 2703

Partitioning - Writing to DB2

I am trying to understand the partitioning mechanism with DS and cannot seem to get it working properly. In the Transformer stage I created a Stage Variable containing the init. value as @PARTITIONNUM - @NUMPARTITIONS + 1 =====> Stored in svCounter In my stage derivation I put MAXEVNTID + svCounter ...
by Raftsman
Tue Nov 21, 2006 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version - Parallel
Replies: 1
Views: 907

Version - Parallel

Could someone please tell me what version it says under the help "About DataStage Designer" panel on the EE platform. We installed the server version as well and now it refers to the server version. Is it always been that way. Also, after the install, the designer pallette is screwed up an...
by Raftsman
Tue Nov 21, 2006 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Status
Replies: 19
Views: 7922

Well I thought it was going to be simple. I coded the following line in the Transformer Stage variable and it didn't like it. Derivation Stage Variable StageName.$UserStatus + @NUMPARTITIONS >>>>> svCounter It can find StageName.$UserStatus STageName = Transformer_200 I wish the manual had more exam...
by Raftsman
Tue Nov 21, 2006 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Status
Replies: 19
Views: 7922

Hopefully my last question for this topic. I created a server job that reads from DB2 into a transformer stage variable. The value is stored in the userstatus through a routine. Because I don't have an output area defined, I receive errors. How can I get around this without writing to output. Is the...
by Raftsman
Tue Nov 21, 2006 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel and Server Installs
Replies: 5
Views: 1323

You're right, we installed the wrong version. Thanks for all your help
by Raftsman
Tue Nov 21, 2006 10:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel and Server Installs
Replies: 5
Views: 1323

We had the parallel engine installed. I have been inquiring about SetUserStatus function that works only in Server version. We installed the server version and now the parallel jobs tell me that they don't run on this version. I recompiled the jobs and still got the same error.
by Raftsman
Tue Nov 21, 2006 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel and Server Installs
Replies: 5
Views: 1323

Parallel and Server Installs

Can we install the Server and Parallel engine on the same box. If so,is there a sequence to install both. We just install the server and now all parallel job won't run.

Thanks
by Raftsman
Tue Nov 21, 2006 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Status
Replies: 19
Views: 7922

I checked our license structure and we do have the server version. If I install the server version, will it be a separate program icon or will it appear when I open up the NEW dialog box.
by Raftsman
Mon Nov 20, 2006 9:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Status
Replies: 19
Views: 7922

Is there a way to setup a server job with the PX version. We never had the server version. I checked the NEW program function and it only has the parallel job creation option.
by Raftsman
Mon Nov 20, 2006 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Status
Replies: 19
Views: 7922

What are my options if this is not possible. I thought I could use the SetUserStatus to store my variable to be used later in the Job Sequence Stream. I guess I am back to storing the values in a sequential file.
by Raftsman
Mon Nov 20, 2006 1:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User Status
Replies: 19
Views: 7922

I created a routine and tried to call it in the derivation of the stage variable, I kepp getting told that my routine doesn't exist. Is there an environment variable that needs to be turned on