Search found 197 matches

by crouse
Tue Jul 15, 2008 4:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting Datasets
Replies: 10
Views: 4000

That's the first step.
You need to find the actual executable.
It is in you $DSHOME/bin directory.
The directory has to be in your path or you need to specify the path.
by crouse
Tue Jul 15, 2008 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting Datasets
Replies: 10
Views: 4000

orchadmin -help
by crouse
Fri Jul 11, 2008 3:28 pm
Forum: General
Topic: Addition of Rows in Datastage
Replies: 3
Views: 2190

Check out hash partitioning and sorting, transforms and stage variables. Hash partitioning gets the "like" data in the same partition, sort it in the right order, store the previous cumulative in a stage variable, add the stage variable to the new input row, output the row with the new cum...
by crouse
Fri Jul 11, 2008 3:27 pm
Forum: General
Topic: Addition of Rows in Datastage
Replies: 3
Views: 2190

Check out hash partitioning and sorting, transforms and stage variables. Hash partitioning gets the "like" data in the same partition, sort it in the right order, store the previous cumulative in a stage variable, add the stage variable to the new input row, output the row with the new cum...
by crouse
Thu May 15, 2008 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with sort in Datastage server - stage: Oracle_OCI_9i
Replies: 11
Views: 6907

Is this for server or parallel? (server in heading, but in the parallel forum)
In server, I get the same result (your Toad result) in both the view data, and SQL Developer (Oracle's answer to Toad).
by crouse
Thu May 15, 2008 3:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Quality stage plug-in in Data stage repository
Replies: 3
Views: 1935

It would have come on the distribution media for QualityStage. Or else, you'll need to contact IBM for assistance with downloading it. It should be a "no charge" item.
by crouse
Thu May 15, 2008 10:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Adding Quality stage plug-in in Data stage repository
Replies: 3
Views: 1935

Do you have the QS plugin for DS?

If so, run the DS package installer ($DSHOME/bin/dspackinst) application from the command line. It asks you for the directory where the plugin resides, and what DS projects to install it into.
by crouse
Fri May 09, 2008 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle EE Stage changing timestamp value when target is date
Replies: 6
Views: 2193

Run: select * from nls_database_parameters select * from nls_session_parameters select * from nls_instance_parameters in each environment and see if the time and date settings/formats are the same. If not, that could be a place to start looking for the problem. We've had similar problems. Best to ru...
by crouse
Mon Apr 28, 2008 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logs in Director getting cleared during DS migration
Replies: 3
Views: 1627

Unless you're using Version Control, then your logs stay around. (How? I don't know. Magic, I think.)
by crouse
Thu Apr 24, 2008 9:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERROR: Cannot find 'BEGIN HEADER'
Replies: 3
Views: 2252

"dsjob -import" from the UNIX command line only accepts a DSX file, I'm pretty certain. That's why it is complaining about the BEGIN HEADER.

You can import the xml from with windows client command line via dscmdimport.

Or from the DataStage Manager GUI.
by crouse
Tue Apr 22, 2008 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage Not reading File Name
Replies: 4
Views: 1867

Make sure there are no directories under the directory that the folder stage points to. Put a file in there that is a bit smaller than 2GB, and another file just over 2GB. If it picks up the <2GB and doesn't read the >2Gb file, then you may need a patch from your service provider to support files gr...
by crouse
Fri Mar 14, 2008 12:09 pm
Forum: General
Topic: Cannot edit the Target or Source Stages
Replies: 3
Views: 1662

Betcha a donut the last time you accessed one of these stages you had two screens...and windows is displaying it now on that "other" screen that is no long attached. Reattach the other monitor/screen, open up the job again, open the stage, drag the screen back onto your primary display, sa...
by crouse
Fri Mar 14, 2008 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trnasformer issue
Replies: 4
Views: 1475

Try reading the dataset and a row generator into a funnel and then into the transformer. As chulett says, you have to have data in in order to have data out.
by crouse
Fri Mar 14, 2008 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trnasformer issue
Replies: 4
Views: 1475

Try reading the dataset and a row generator into a funnel and then into the transformer. As chulett says, you have to have data in in order to have data out.