Search found 190 matches

by John Smith
Wed Jul 02, 2008 10:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge
Replies: 8
Views: 1927

chill man. have you profiled your data? that error message seems to indicate a data/data tpye issue that's all.
by John Smith
Wed Jul 02, 2008 8:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with lookup condition continue
Replies: 4
Views: 2070

you got to be careful when you try to mimic a DS lookup using joins within the database. DS lookup is a left outer join.
by John Smith
Wed Jul 02, 2008 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Does anyone have a PX job template for SCD type 2?
Replies: 8
Views: 3787

If you're on v8 then use the SCD stage. If you're on 7.5 you can use CDC stage. Not hard to template them up if you want to. I would use RCP if your environment can allow that.
by John Smith
Wed Jul 02, 2008 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype Not Supported
Replies: 9
Views: 5330

which two columns are defined in your source? Is it Name and ID? What you want is to explicit define the columns you are sourcing and the columns you want into the target. Make sure that the datatype for these columns are exactly what is defined in the database. As the previous poster added make sur...
by John Smith
Wed Jul 02, 2008 12:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sort stage outputs Fewer Records
Replies: 10
Views: 6599

Maybe you have duplicate records and have turn on the option to remove dupes?
by John Smith
Wed Jul 02, 2008 12:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merge
Replies: 8
Views: 1927

What is the meaning of the value 'R' in your field? You are trying to convert this value into a timestamp. So you need to put in the rule to handle this value before passing it on to the target stage as a timestamp. For instance you might decide to filter out all records with the value R in this fie...
by John Smith
Wed Jul 02, 2008 12:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server multiple queries in Datastage
Replies: 6
Views: 3633

Are the SQL queries look the same? You can use RCP in a generic job that can run all your queries.
by John Smith
Tue Jul 01, 2008 11:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg Datastage and Database installation and config
Replies: 4
Views: 1289

Given that you are running Windows, I'd recommend put them into separate servers.
by John Smith
Tue Jul 01, 2008 11:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage warning
Replies: 3
Views: 2537

It's just a warning why worry about it? Sometime DS throw out warnings but so long as you are sure what you are doing then why worry about it?
by John Smith
Tue Jul 01, 2008 11:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Graphical Performance Monitor
Replies: 7
Views: 1830

You might have wrong version of the C++ compiler installed. Or you may need a patch for DS. Contact your IBM support. As to why your links don't change, is that phenomenon across all your jobs or just one job in particular? Once you set that environment variable to FALSE, make sure you close down yo...
by John Smith
Tue Jul 01, 2008 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datatype Not Supported
Replies: 9
Views: 5330

Are you able to View Data in the DB2 API stage?
Did you specify the metadata for your tables?
Have you attended the Data Stage training course?
by John Smith
Tue Jul 01, 2008 6:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector error/warning
Replies: 4
Views: 1088

er..as suggested in the warning message which is to change your target field type to match your source field type?
by John Smith
Tue Jul 01, 2008 5:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IIS 8.0 Transformer error.
Replies: 4
Views: 2826

Your error seems to indicate an bad installation. Try reinstalling DS.
MKS is the windows way of running unix.
by John Smith
Tue Jul 01, 2008 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 View Data error SQL1224N The database manager is not ab
Replies: 4
Views: 4200

Re: DB2 View Data error SQL1224N The database manager is no

Are you using Job Parameters? When you run the job do you change any of the job parameters? Perhaps when you do a view data you are just using Default values as specified in the Job parameters?
by John Smith
Tue Jul 01, 2008 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error installing Datastage 7.5 on Solaris
Replies: 5
Views: 1841

Hi,
What shell are you running? Try using Korn Shell (ksh).