Search found 15603 matches

by ArndW
Wed Jul 29, 2009 4:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS 8.0.1 indtallation
Replies: 3
Views: 1475

a) did you setup the Websphere console? If "yes", then what is your error message when trying to use the admin tool?
by ArndW
Wed Jul 29, 2009 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert Binary data to ascii format
Replies: 10
Views: 8646

There are various forms of "binary" and unless you know what type it is you won't be able to convert it. Is your source EBCDIC that you need to convert? Or is it packed decimal data?
by ArndW
Wed Jul 29, 2009 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which is the better File Format
Replies: 8
Views: 2706

It is like asking which is the better vehicle - a Porsche or a Chevy van. The answer will depend upon what you want to do with it. Fixed width files are great for parallel processing (finding the 100th line is a simple matter of mutiplying line length times rows). This quick direct access is not pos...
by ArndW
Wed Jul 29, 2009 3:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS 8.0.1 indtallation
Replies: 3
Views: 1475

The domain will be "your.Datastage.machine:9080" but you will need to have a project to connect to. Can you log into your DataStage administrator? Did you perform the setup actions in the Websphere web client?
by ArndW
Wed Jul 29, 2009 1:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage user removing
Replies: 4
Views: 1180

With Version 8 you use the Websphere frontend for managing users, with a couple of mouse-clicks you can revoke privileges from users.
by ArndW
Wed Jul 29, 2009 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update multiple jobs
Replies: 3
Views: 846

Wow - that was fast work indeed!
by ArndW
Wed Jul 29, 2009 1:30 am
Forum: General
Topic: Sending Email through after job subroutine on Windows pf
Replies: 3
Views: 2016

This is a difficult one to answer from DataStage. You should start at the other end, namely from your chosen program used to send mail on Windows. Once you can send a mail with attachments from the DOS command line, implementing it into DataStage should be easy. Which mail program are you using on W...
by ArndW
Wed Jul 29, 2009 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Before job-subroutine --> need help
Replies: 40
Views: 10775

This would not work with a before-job subroutine. The correct way to implement this is to use a job sequence where you execute your external command(s) and then pass the results to the job as parameters; those can then be used in your transform stage.
by ArndW
Wed Jul 29, 2009 1:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: join stage issue
Replies: 8
Views: 2012

Try running your job with a 1-node configuration and then with a 2-node configuration. If the results are different, then you have a partitioning problem that you need to correct.
by ArndW
Wed Jul 29, 2009 12:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to update multiple jobs
Replies: 3
Views: 846

I think your best bet would be to export a job with old, then make the changes and export the job again and run a "diff" on the two .dsx files. Then export all of the jobs into a .dsx file and perform a global replace on it and re-import the jobs.
by ArndW
Tue Jul 28, 2009 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable Create Copy or Save As Job
Replies: 11
Views: 7173

The 32766 limit is UNIX one; the inode/entry table for a directory is limited to this number of files. When this happened at a customer site with lots of jobs, I did a quickie fix of resizing all the RT_STATUSnnn files from dynamic to static files. The better solution is to "calve" a new p...
by ArndW
Tue Jul 28, 2009 4:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit interval in Oracle enterprise stage in a parallel job
Replies: 13
Views: 6256

I was referring to the insert array size earlier, as you have noted those are the only options given for Oracle.
by ArndW
Tue Jul 28, 2009 2:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit interval in Oracle enterprise stage in a parallel job
Replies: 13
Views: 6256

You can explicitly set the value on INSERTs, but with UPSERTs the two ENVironment variables apply:

APT_ORAUPSERT_COMMIT_ROW_INTERVAL
APT_ORAUPSERT_COMMIT_TIME_INTERVAL
by ArndW
Tue Jul 28, 2009 1:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Viewing Dataset form Production envi UNIX.
Replies: 3
Views: 1135

But if it were a PX installation and a valid dataset, then the answer is "yes"
by ArndW
Tue Jul 28, 2009 1:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSR.ADMIN: Error updating secondary indices.
Replies: 4
Views: 2799

With Version 8 you can use the Websphere console to specify which userid is actually used - did you check that userid's access rights to the directory or those of your UNIX user? It does look like a permissions issue.