Search found 459 matches

by T42
Mon Nov 29, 2004 9:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Tivoli and Ascential
Replies: 3
Views: 1505

Also, please do not share the same disk space (heck, I prefers to use separate mountpoints for each purpose).
by T42
Mon Nov 29, 2004 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to add a row as a last row for each partition
Replies: 1
Views: 1144

Here is what I think you are trying to do: You are attempting to generate a record for each DataStage EE's partition. I'm sorry but you can not do that as easily as you think you could. Hypothetically, it could be done with a custom stage, but that would require some extensive research (or some high...
by T42
Mon Nov 29, 2004 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing Log files
Replies: 1
Views: 1064

You want to generate a log file for every compilation you do?

That is not a feature available for us at this time. You can file an eCase Enhancement request to Ascential Support for this feature if you feel that this is important for your business process.
by T42
Mon Nov 29, 2004 9:46 pm
Forum: IBM QualityStage
Topic: umask in Quality Stage
Replies: 10
Views: 6290

QualityStage have nothing to do with the way you set the umask. It is your qsadm account (and the system's global configuration) that determines the umask. Check out how your configurations are set up, and contact your system administrator (You need to specify which shell and which UNIX box you are ...
by T42
Mon Nov 29, 2004 9:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MVS to TX
Replies: 1
Views: 1284

Unfortunately, no. TX is a distinctly different engine than PX, and Server. You can try contacting Ascential Support to see if there are any conversion tools you can use. However, I suspects that you will need to start from scratch for this.
by T42
Mon Nov 29, 2004 8:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where to write a coding for PX Routine?
Replies: 5
Views: 2882

We do not call it routines when you code things in C. We call it operators. Custom Stages, and Buildops.

There are routines within PX. However, I need to know what you want to do before I can properly answer your questions.
by T42
Mon Nov 29, 2004 8:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Enterprise
Replies: 3
Views: 1615

Contact your DBA administrator and ask them to ensure that you have all necessary access rights on the DB2 server. Contact your UNIX administrator and ask them to ensure that the DB2 server is exactly the same as your DataStage server in terms of PX installation. Contact Ascential Support if you nee...
by T42
Mon Nov 29, 2004 8:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Export Executables
Replies: 2
Views: 1458

Contact Ascential Support with the precise version of DataStage on the precise platform you are using (not just 7.x -- 7.0.1? 7.1? 7.5? 7.5a?) There may be a patch for you.
by T42
Mon Nov 29, 2004 8:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance using sorter
Replies: 1
Views: 1569

Suggestions: 1. Remove sort, and see what the performance time is. 2. Ensure that your scratch space is on local SAN disks. 3. Increase your partitioning level. Don't do 1 node. 4. Land to datasets and then execute the sort, see what performance time is. The more information you gather, the better y...
by T42
Wed Nov 17, 2004 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 REMOTE CONNECTION (Client Instance Name)
Replies: 1
Views: 1779

Client Instance Name is the DB2 instance name used on your local server that points to the production server. Be sure to have db2setup.cfg set up for that too. You will probably have to set up the Database, Username, Password, and Server, since you will be pointing to different databases on the same...
by T42
Wed Nov 17, 2004 2:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Restartability V7.0
Replies: 1
Views: 751

Use a Nested Condition stage, and connect to locations where you consider restartability can be done properly, and use a parameter to toggle the condition.

An automated solution would be a bit more complicated than this.
by T42
Wed Nov 17, 2004 11:57 am
Forum: IBM QualityStage
Topic: Quality Stage and DS
Replies: 14
Views: 9919

Re: Quality Stage and DS

I have a few basic doubts with using QualityStage 1. Can I call a QualityStage job from a DataStage Server Job ? Yes, you can. You will need to install QSforDS plugin for both client and server in order for this to work. See the eService web site or contact your Ascential rep for the CD. 2. I have ...
by T42
Wed Nov 17, 2004 8:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading the records from thesored dataset using transformer
Replies: 9
Views: 5421

Re: reading the records

Do a search on here for counters, and be creative.
by T42
Wed Nov 17, 2004 8:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Where to write a coding for PX Routine?
Replies: 5
Views: 2882

Huh? Please rephrase your question.
by T42
Wed Nov 17, 2004 8:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warring while finding Max, Min Date - Aggregator Stage
Replies: 1
Views: 1026

Don't pass invalid data to the aggregator stage. Use a transformer's constraint. That's all.