Search found 15603 matches

by ArndW
Tue Mar 04, 2008 6:26 am
Forum: General
Topic: Which one is efficient join or merge or lookup stage
Replies: 1
Views: 661

This looks like a follow-on post to this one. I think that I agree with Ray's assessment in this case. If you don't care whether the interview answers are right or wrong, try this site.
by ArndW
Tue Mar 04, 2008 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while File Set creation
Replies: 14
Views: 6521

PX allows you to control the "type" of many messages. I suggested that you "deprecate" the warning message and turn it into a normal, informational, one in my original post.

This is done by using "message handlers" in PX.
by ArndW
Tue Mar 04, 2008 4:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while File Set creation
Replies: 14
Views: 6521

I'm confused about how buffering mode plays a role here. Ahh, I just reread the post and realized you are using file sets. The Parallel Job Advanced Developer Guide quotes File sets The export operator can generate and name exported files, write them to their destination, and list the files it has g...
by ArndW
Tue Mar 04, 2008 4:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: newline character
Replies: 13
Views: 3424

Are you sure that you need a Windows format file, as your backend is UNIX?
by ArndW
Tue Mar 04, 2008 4:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting string to timestamp
Replies: 7
Views: 1368

Please post your StringToTimeStamp derivation.
by ArndW
Tue Mar 04, 2008 3:39 am
Forum: General
Topic: initial project creation fails, creates javacore .txt file
Replies: 7
Views: 4054

Even though I don't know the problem I do have a question - did the "test" project get created successfully? Also, could you try to create a project from the UNIX command line using dsadmin -domain <domain> -user <user> -password <password> -server <DataStage server> -createproject <project name> [-...
by ArndW
Tue Mar 04, 2008 3:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting string to timestamp
Replies: 7
Views: 1368

Hello and welcome to DSXChange.

First try to isolate the error. Convert your decimal to a string and put the output into a file or a peek stage. Does it convert correctly as you expect? If yes, then please post a couple of sample values and also your StringToTimeStamp() conversion statement.
by ArndW
Tue Mar 04, 2008 3:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using MQ Connector stage
Replies: 8
Views: 3172

Something is odd here, directories/hashed files with "QS" are used for the V8 quality stage, I don't see how MQ could utilize them. Is the project directory path full?
by ArndW
Tue Mar 04, 2008 3:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: seq stage to db2api stage
Replies: 3
Views: 1023

2Ksaint - no need for a second thread, you already have one addressing this issue at this location.
by ArndW
Tue Mar 04, 2008 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while File Set creation
Replies: 14
Views: 6521

This message normally will not appear unless you modify your stage and change the Stage -> Advanced tab and specifying "export". Did you do that?
by ArndW
Tue Mar 04, 2008 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populating sysdate using column generator
Replies: 3
Views: 1010

No, you are not wrong. Which is why I ended up using a transform instead of the column generator to use the current time.
by ArndW
Tue Mar 04, 2008 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding the residense of log files in datastage.
Replies: 13
Views: 5414

Question - you posted in PX but stated you are using Server jobs. Which is it? The answers are different in each product. The RT_LOGnnnn hashed file IS a table. It does not reside in a schema on an SQL database as you assume, though. The DDL is not published officially, but as Ray has already pointe...
by ArndW
Tue Mar 04, 2008 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: config db2 server and Datastage EE on IBM AIX
Replies: 18
Views: 4796

It would seem that your environment isn't set up completely and the library is missing.
1. I'm on V8 so my libraries are in different positions, but you can use "cd $DSHOME\.." and "find . -name dsdb2.so" to get the directory
2. Ensure that this directory is part of the LIBPATH environment variable.
by ArndW
Tue Mar 04, 2008 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Populating sysdate using column generator
Replies: 3
Views: 1010

I thought I could do that once as well, but the column generator doesn't work that way, so I ended up reverted to using a transform stage in PX and getting the system date and time "the olde way".
by ArndW
Tue Mar 04, 2008 2:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: newline character
Replies: 13
Views: 3424

Anju, Ray's response is part of Premium content, which you can view if you were to sign up for that relatively inexpensive membership. Even though the message is not currently viewable in it's entirety, the portion that is visible gives you the clue on how to solve your problem. Basically, a "\n" (U...