Search found 15603 matches

by ArndW
Tue Oct 30, 2007 5:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File Transfer
Replies: 2
Views: 964

Two other approaches are:
1. copy the file to a temporary name. Once copy is complete change the name.
2. Create the file with no privileges to anyone but the writing process. Once copy is complete change the privileges to grant access.
by ArndW
Tue Oct 30, 2007 5:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to kill a process, file locked
Replies: 3
Views: 2340

If you have any of the UNIX utilities installed you could try doing a "fuser -fux" on the file to identify what processes have a file open. I don't think that the normal Windows utilities let you do that.
by ArndW
Tue Oct 30, 2007 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: list all the jobs which are in aborted status
Replies: 10
Views: 5720

These internal tables are not documented. This is done mainly so that the product can be changed and enhanced over time; if these were officially documented then IBM/Ascential could never change them again. This is why none of these internal hashed files / tables are documented and many of them have...
by ArndW
Tue Oct 30, 2007 5:50 am
Forum: General
Topic: Regarding Fatal warning in the transfomer.
Replies: 12
Views: 4437

first, set APT_DISABLE_COMBINATION=true in your job parameters to make sure that the transform stage is actually causing the error.
(also, post in PX/EE instead of general)
by ArndW
Tue Oct 30, 2007 12:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: list all the jobs which are in aborted status
Replies: 10
Views: 5720

after doing a uvsh or dssh then you need to LOGTO {YourProject} and then execute your SELECT clause.
by ArndW
Tue Oct 30, 2007 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File input "1-Apr-97" how to convert in date
Replies: 2
Views: 997

And add 2 more ELSE clauses for double-digit days then you are ready.
by ArndW
Mon Oct 29, 2007 10:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Broken Connection - Job Locked
Replies: 3
Views: 2399

Surez2000 (and Suresh), there are some basic flaws in your (Surez2000) recommendation that might be dangerous to use in a live environment. First off, just issuing a uvsh call will create a UV account in whatever the current directory is. This is a bad thing. If you issue a uvsh call in the $DSHOME ...
by ArndW
Mon Oct 29, 2007 10:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running DS job command from remote system
Replies: 3
Views: 1014

Doesn't the V8 command line have a "[-server {servername}]" anymore?
by ArndW
Mon Oct 29, 2007 10:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can we run two separate flows to a single target
Replies: 4
Views: 1172

If you design both "flows" in one job and link the two flows together you have control over the ordering. Likewise, you can design 2 jobs and control them through a job sequence to control ordering. The first option can be made more efficient, but the second is simpler to write and maintain.
by ArndW
Mon Oct 29, 2007 8:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filesets in Datastage
Replies: 5
Views: 2911

rename a file or a column? I can't think of another way to do this - but perhaps someone else might add an officially supported method to this thread.
by ArndW
Mon Oct 29, 2007 7:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file
Replies: 2
Views: 1480

cnew - welcome to DSXChange. there are just under 20 different builtin algorithms to hash the key into a bucket for hashed files. Only one of these, type 30, is a dynamic hashed file, all others are static hashed files. The DSXchange Search is a powerful tool and if you use it on this subject you wi...
by ArndW
Mon Oct 29, 2007 6:34 pm
Forum: General
Topic: ROUTINES UNABLE TO OPEN
Replies: 5
Views: 2085

The REINDEX command only repairs the indices, but your error message indicates that your DS_TRANSFORMS hashed file is corrupt.

Try executing, from your UNIX shell:

Code: Select all

$DSHOME/bin/fixtool -file /path/to/your/projectdir/DS_TRANSFORMS
by ArndW
Mon Oct 29, 2007 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Writing to a DB2 table
Replies: 3
Views: 1056

That depends on how you write your job! You are in control of what records get sent to the database.
by ArndW
Mon Oct 29, 2007 6:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Support for large dates - say 5874897-12-31
Replies: 7
Views: 2727

You might have trouble with variable-length date formatting in PX. How about keeping your date in a numeric (i.e. Julian) form and then using your database SQL to perform the to_date() conversion?
by ArndW
Mon Oct 29, 2007 6:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot find parameter file record DSParams in &UFD&
Replies: 12
Views: 10036

I'm not sure if I understood - you got the same error message but the DSParams file is still present with 777 permissions and a last modified date a long time in the past?

Also, there should never be a DATA.30 or OVER.30 in the project directory itself, only in the subdirectories.