Search found 15603 matches

by ArndW
Wed Jul 22, 2009 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nameless folder appears, project corrupt?
Replies: 23
Views: 6482

Both those messages are OK, the first one just means that nothing much was done to the file, the second means that the file is not a resizable hashed file (usually this refers to directories). This means that your DataStage files are internally consistent, which is an important first step. Next, ens...
by ArndW
Wed Jul 22, 2009 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference in Job Export (.dsx file)
Replies: 5
Views: 987

I will guess that the extra code is in the original and you are seeing an artefact. If you were to do a force compile on the original and copy and compare the .dsx files they should be identical.
by ArndW
Wed Jul 22, 2009 5:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Version 8
Replies: 2
Views: 1200

At Version 8.0 the design time information is stored both in hashed file and in the database repository. This does not change at 8.1; log information is stored in hashed files at 8.0 while at 8.1 you have a choice of where to put log information.
by ArndW
Wed Jul 22, 2009 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference in Job Export (.dsx file)
Replies: 5
Views: 987

Do you mean that this line is in one file and not the other? You should also post a couple of lines above and below, at leas to find out in which .dsx file section they appear.
by ArndW
Wed Jul 22, 2009 3:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nameless folder appears, project corrupt?
Replies: 23
Views: 6482

Since you are still at Version 7 the UNIX level backup would probably get you going again, unless the system was very busy with developers creating new jobs while the backup was running. Just stop DataStage (to ensure that no users can login), rename to "bad" directory, restore it from bac...
by ArndW
Wed Jul 22, 2009 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI_INVALID_HANDLE with NLS Mapping
Replies: 14
Views: 8019

Remember that a "?" mark might be an undisplayable character, so you will need to produce the hex equivalent. Start with the source - what is the hex value of the first character. Then check the same character in the sequential file. If you maps are NONE then they will be identical. If bot...
by ArndW
Wed Jul 22, 2009 3:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: nameless folder appears, project corrupt?
Replies: 23
Views: 6482

You are going to have either delete the project then restore a backup or roll up your sleeves and be prepared to do a number of actions from the TCL command line level. By far the most preferable solution is to start from a restored backup and with a "clean" project. Do you have a backup o...
by ArndW
Wed Jul 22, 2009 2:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type 11
Replies: 18
Views: 6517

Hmmm.. I can only find one mention of that in this thread. Nonethess, I am sure that you are well on your way to solving your problem by yourself and that others on this thread are better able to assist you than I could.
by ArndW
Wed Jul 22, 2009 2:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to Open Datastage Manager
Replies: 5
Views: 1577

How about answering some of the questions posed earlier in the thread: - does this happen to only your client or do others have the same problem? - did you or did you not install a patch for this problem? I'd also like to confirm that this is only the Manager or does it also happen with the Designer...
by ArndW
Wed Jul 22, 2009 2:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to do the Scheduling for every 1 hour
Replies: 6
Views: 2363

What does the "editability" of the settings by others have to do with the original question? Scheduling is not done by shell scripts, but by cron on UNIX, so if any other method is to be recommended, it would be by directly editing the crontabs.
by ArndW
Wed Jul 22, 2009 2:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PxCFF Stage - how to set null default values for decimals
Replies: 4
Views: 2552

Why not set it specifically for the column. right-mouse-click on the column name and "edit row" to get to where you can specify the column specific handling of default values.
by ArndW
Wed Jul 22, 2009 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI_INVALID_HANDLE with NLS Mapping
Replies: 14
Views: 8019

I think you are trying too much at once. Reduce the problem to the read portion, just read the data and then write to a sequential file. Ensure you choose the right mapping for your source - once that works, you can add complexity.
by ArndW
Wed Jul 22, 2009 2:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fault Type 11
Replies: 18
Views: 6517

I note that this is the first time you've mentioned the sequence and job behaviour in this thread.
by ArndW
Wed Jul 22, 2009 1:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to do the Scheduling for every 1 hour
Replies: 6
Views: 2363

There is no one-button solution, but if you want to schedule it to run hourly over a day then you need to put in 24 entries from the director.
by ArndW
Wed Jul 22, 2009 12:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI_INVALID_HANDLE with NLS Mapping
Replies: 14
Views: 8019

Since RU8PC866 does not contain mappings for arabic characters but you stated that they are visible in the source, you are essentially corrupting your data by mapping it from KOI8-R during your initial read. This stage needs to be told that the incoming data is already in AR8MSWIN1256