Search found 15603 matches
- Mon Jan 29, 2007 2:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: cannot able to read the records of variable lenghts
- Replies: 7
- Views: 1481
What source are you reading from? A sequential file? It sounds as if you have declared the fields to be fixed length but they are of variable lengths so you would need to change your file metadata. Does this file have column delimiters? If it does then the change to a varying length column should be...
- Mon Jan 29, 2007 2:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error Encountered while running a job in a sequence.
- Replies: 13
- Views: 2959
- Mon Jan 29, 2007 2:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HOW to Delete Job Log via Command?
- Replies: 3
- Views: 1676
Welcome to DSXChange. There is no built-in command with which you can delete a specific job's log file contents. It is possible to write some some in BASIC to do this and I think that parts have been posted here before. It is best to stick with the standard purge mechanism, i.e. purging a job's log ...
- Sun Jan 28, 2007 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: about Datastage Job Backup
- Replies: 6
- Views: 3198
.....simple copy paste in come other place??... Also if I create a new project with a different name and paste all these... A UNIX or Windows copy-paste of a DataStage account will not work. The engine stores information about secondary indices inside hashed files using an absolute path, so any cha...
- Sun Jan 28, 2007 4:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Renaming and deleting a dataset
- Replies: 34
- Views: 12192
But the name of the descriptor file can be changed; yes - the data files will retain their original naming conventions but the access will always be through the descriptor so that doesn't make a difference. It might be a bit misleading if someone browses the data directory but functionally the name ...
- Sat Jan 27, 2007 10:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compile error - Subroutine failed to complete successfully
- Replies: 19
- Views: 7898
np, Peter. I've been driving the bike outside and keep on having to come back every once in a while to thaw out so I login to DSXchange. That "+=" name is not supposed to be there, you should also check the DSU_BP directory for that name and perhaps other ones that don't belong. That text is used in...
- Sat Jan 27, 2007 10:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Renaming and deleting a dataset
- Replies: 34
- Views: 12192
splayer, you also need to set your other environment variables using the $DSHOME/dsenv script. Have you checked whether the file exists and that you don't have execute rights to it? You can rename the .ds "descriptor" file using UNIX "mv". The file only contains information linking to the actual dat...
- Sat Jan 27, 2007 8:31 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compile error - Subroutine failed to complete successfully
- Replies: 19
- Views: 7898
Although it is possible to install two instances of the server on the same machine (I'm not at a machine with DS right now so can't tell you where in the intall/upgrade manual this is described - but I think it has a whole chapter to itself) I don't know if this will help you, since the issue seems ...
- Sat Jan 27, 2007 5:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compile error - Subroutine failed to complete successfully
- Replies: 19
- Views: 7898
- Sat Jan 27, 2007 5:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compile error - Subroutine failed to complete successfully
- Replies: 19
- Views: 7898
- Sat Jan 27, 2007 4:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compile error - Subroutine failed to complete successfully
- Replies: 19
- Views: 7898
- Sat Jan 27, 2007 3:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Renaming and deleting a dataset
- Replies: 34
- Views: 12192
- Sat Jan 27, 2007 3:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Compile error - Subroutine failed to complete successfully
- Replies: 19
- Views: 7898
- Fri Jan 26, 2007 4:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Renaming and deleting a dataset
- Replies: 34
- Views: 12192
- Fri Jan 26, 2007 12:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Tranformer Constraint Expressions
- Replies: 36
- Views: 13920
DSLink6 is a lookup, and you specified that Column C is a key for this lookup and thus it needs some value. You could have put a constant value into the Key Expression Box if you wanted to (it would have compiled but perhaps not run the way you wished). I assume you have modified your job since the ...