Search found 15603 matches

by ArndW
Sat Feb 04, 2006 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Import
Replies: 27
Views: 9002

It depends where your attach point. look at the option, you will need to specify "-filepath {path}" if you are not attached to the directory where the DS_JOBOBJECTS reside.
by ArndW
Sat Feb 04, 2006 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Import
Replies: 27
Views: 9002

I posted the command line options for fixtool for you a couple of posts back. cd to the project directory and enter "fixtool -file DS_JOBOBJECTS -logging". If it looks OK then add the "-fix" option and see if it helps. I don't think it will if UVFIXFILE wasn't successful, but it's worth a shot.
by ArndW
Sat Feb 04, 2006 3:36 am
Forum: Site/Forum
Topic: The Macromedia Flash "Server to Parallel Transition Lab
Replies: 5
Views: 2656

Is there any chance of removing this for users? perhaps a counter in our cookie once we've reached the magical 7 impressions to make it go away? I find it rather annoying and bothersome.
by ArndW
Sat Feb 04, 2006 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To avoid nullable warning in lookupstage against DB2 UDB ta
Replies: 2
Views: 924

Can you not define your SS_NUM_8 as a nullable column in your DS job and then handle it explicitly?
by ArndW
Fri Feb 03, 2006 3:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: last record
Replies: 8
Views: 1979

Rob,

I'm not sure what you meant by your post, if I want the "first" row on a column such as an integer one called "AGE" and do a select with an "ORDER BY AGE" in my DataStage query the first row returned will have the lowest column value of "AGE".
by ArndW
Fri Feb 03, 2006 1:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Telnet & rsh option
Replies: 4
Views: 886

Kommven,

are we dealing with PX or Server here - I'm confused about which product to discuss. rsh is used in PX but not in server...
by ArndW
Fri Feb 03, 2006 1:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of job: Throwing IDENT1 detected Error
Replies: 6
Views: 4160

Buffer size in interprocess communication is usually irrelevant, it only needs to be increased if the singe row sizes are very large. Leave it at it's default setting.
by ArndW
Fri Feb 03, 2006 12:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of job: Throwing IDENT1 detected Error
Replies: 6
Views: 4160

Which stage is "CopyOfJ_Stage_PS_PERSONAL_DATA"? The error is triggered from the IPC stage after that. Have you changed either the timeout or the buffer size in the IPC? If your system is very heavily loaded and slow, you might raise the default timeout from 10 (I think it is that value, but I'm not...
by ArndW
Fri Feb 03, 2006 12:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in moving Hashfiles from one project to another proj
Replies: 7
Views: 3023

You can just move the files from one box to another when you use paths. This is assuming the boxes are on the same platform, when you move between a Windows and a UNIX machine you need to change the internal file byte oder (FNUXI) a tool exists to let you do that as well.
by ArndW
Fri Feb 03, 2006 11:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in moving Hashfiles from one project to another proj
Replies: 7
Views: 3023

By posting "urgent" you have managed to get your post ignored by many here; Klaus was kind enought to respond. In the future you'll see that responses and discussion go a lot better when you don't try to push... A hashed file in a project has several components, only one of which are the UNIX entrie...
by ArndW
Fri Feb 03, 2006 8:52 am
Forum: General
Topic: command to get the job creation date
Replies: 3
Views: 3486

There is no date field embedded in the designtime information of a job, but you can look at the DS_AUDIT table in the project repository. That file will give you an audit trail of the change history for your jobs, among other information. The DS_AUDIT table is not described or documented and does co...
by ArndW
Fri Feb 03, 2006 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in Link Collector
Replies: 4
Views: 1797

No real difference between the two in what they achieve. The interprocess does it automatically for active-active links, while with IPC you get to control where it is done.
by ArndW
Fri Feb 03, 2006 3:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Import
Replies: 27
Views: 9002

Everything related to a DataStage project is stored in the project directory.
by ArndW
Fri Feb 03, 2006 2:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Import
Replies: 27
Views: 9002

Since the file is corrupt, none of the DataStage internal saves/copies will work, you are limited to working with the file system objects in the project's DS_JOBOBJECTS directory. The DS_JOBOBJECTS hashed file contains most of the repository metadata about your jobs and it is particular to a project...
by ArndW
Fri Feb 03, 2006 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Import
Replies: 27
Views: 9002

The larger the project is, the more difficult it is to backup but the more important it is to do so. One of those nasty laws of computing. UVFIXFILE is a TCL command, executed within DataStage. The options can be listed by doing a "HELP UVFIXFILE" (don't do this in the Administrator, the screen gets...