Search found 37 matches

by MTA
Sat Mar 11, 2006 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset, Fileset
Replies: 15
Views: 6538

FYI: From development guide: DataStage doesn't know how large your data is, so cannot make an informed choice whether to combine data using a join stage or a lookup stage. Here's how to decide which to use: There are two data sets being combined. One is the primary or driving dataset, sometimes call...
by MTA
Sat Mar 11, 2006 11:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE
Replies: 5
Views: 1837

Or you can set it to your working directory as mentioned above
by MTA
Sat Mar 04, 2006 10:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler issues with Enterprise edition
Replies: 12
Views: 4508

Can you please post the path to the c++ compiler APT_COMPILER , APT_LINKER and APT_COMPILEROPT it the later two are set.:
Also Does your $PATH include "/opt/SUNWspro/bin"
by MTA
Mon Feb 27, 2006 12:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pattern Matching in Filter Stage
Replies: 9
Views: 4625

Did you mention 'abc%'?. The filter stage expects the exact record value in the where clause. To solve this you might want to create another field in the input record to the filter stage and populate it with a subsrting of the original fileds so that you can specify the exact value as 'abc' in the f...
by MTA
Wed Feb 22, 2006 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Empty spaces in OCI Target table
Replies: 10
Views: 2638

Naveen is there a difference between Outlink.Col = '' and Outlink.Col = ""
please note the difference in cotes
by MTA
Tue Feb 21, 2006 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Joining Billions of records with millions
Replies: 9
Views: 3922

Telsi, It is important to know how much scratch disc is avalilable. since sorting takes place in the scratch, I doubt the volume you are refering here can be handled in the scratch with out effecting other applications. I agree with others on considering a database join .
by MTA
Mon Feb 20, 2006 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Comiling the Job Sequencer
Replies: 6
Views: 2489

This shoul dbe under your project folder usually your project folder is under $DSHOME
by MTA
Fri Feb 17, 2006 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message about duplicate entry
Replies: 6
Views: 2221

Somu, You might as well consider using a sort stage between the db2 lookup stage and look you stage. The advantage of using sort stage is two fold.
1) you can remove duplicates
2) Having sorted data will help improve performence.
by MTA
Fri Feb 17, 2006 11:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple db2 versions
Replies: 5
Views: 1454

Thank you madhav. The solution you are proposing is very interesting I will defenatly ask my DBA to try this.
by MTA
Thu Feb 16, 2006 10:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error from DSDB2 Stage
Replies: 6
Views: 4321

where did you specify the LIBPATH. in dsenv or environmental variable level. If you do not specify the in DSENV you will not be able to view data by view data tab but will be able to run the job.
by MTA
Thu Feb 16, 2006 9:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job being monitored eror
Replies: 11
Views: 3868

You need to run UNLOCK from UVSH utility by logging onto the project from command line. If this does not work you may have to reboot the server
by MTA
Thu Feb 16, 2006 9:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Remote Configuration
Replies: 4
Views: 1586

I belive DB2 EE stage would not work for hetrogenious systems. Use db2 API Stage instead. I am sure If the operating systems are different then DB2 EE stage would not work.But you may still want to double check with ascential since the remote Operating system is the same.
by MTA
Thu Feb 16, 2006 8:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple db2 versions
Replies: 5
Views: 1454

FYI: Why I do not want to use Db2 varialbles at project level is that the view data tab wont work and also importing metadat is not possible as it needs db2 entries in DSENV file
by MTA
Wed Feb 15, 2006 10:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple db2 versions
Replies: 5
Views: 1454

Womawil: The database is cataloged as I mentioned. And we are able to connect to database via the command line. there is no issues with db2 cataloging and still it does not connect unless we change the dsenv to point to the db2 v8.2( doing this we would not be able to connect to db2 v7.1: Another wa...
by MTA
Tue Feb 14, 2006 11:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple db2 versions
Replies: 5
Views: 1454

Multiple db2 versions

Comments needed: I am having problem connecting to db2 on a remote Aix box. We have two instances of the db2 V7.1(mainframe) AND V8.2 ( unix Aix) . Datastage is on solaris. db2 client for 8.2 is installed and is cataloged and the connection to database v8.2 is perfect when tested through command lin...