Search found 15603 matches

by ArndW
Thu Feb 23, 2006 7:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Map Issue - Warning Message
Replies: 4
Views: 782

I think it is doing a truncation of the string prior to converting. could you change our derivation to read

Code: Select all

if isnull(IwgDailyOut.GROSS_SALES_AMOUNT) then 0 
else IwgDailyOut.GROSS_SALES_AMOUNT+0


to check to see if that is the case?
by ArndW
Thu Feb 23, 2006 6:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: could not start Datastage telnet service on local computer
Replies: 19
Views: 5475

Correct, the installation will run without the TELNET server process running.
by ArndW
Thu Feb 23, 2006 6:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row count
Replies: 2
Views: 741

Yes, you can. You will need to call DSGetLinkInfo(JobHandle,StageName,LinkName,DSJ.LINKROWCOUNT) and pass it the appropriate handle (returned from a call to DSAttachJob() ) and the stage name & link name you are interested in to get the number of rows.
by ArndW
Thu Feb 23, 2006 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Map Issue - Warning Message
Replies: 4
Views: 782

It sounds like your table definition in the database is not 10,2 but 10,1; the truncation is happening on the output link. Can you please check DB/2 and ensure that you do have 2 decimal places defined?
by ArndW
Thu Feb 23, 2006 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallelism in oracle
Replies: 6
Views: 1488

I can't call up DS now, but I do know you have to enter the partition table information on one tab, and then configure the serial/parallel tab on another. I know you will have to add the information on this tab so that each node get it's distinct data when running in parallel but you don't need to r...
by ArndW
Thu Feb 23, 2006 4:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job properties/Info
Replies: 1
Views: 389

This is now the 3rd post within a couple of hours with exactly the same question; it has already been answered in the other posts, but please use search or even just scan the titles of the currently active threads to avoid this kind of duplication.
by ArndW
Thu Feb 23, 2006 3:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallelism in oracle
Replies: 6
Views: 1488

I think that no answers have been forthcoming because the question is phrased around a misconception of how PX jobs will read from a database in parallel. You stated So, when i give parallel mode in the oracle enterprise stage it will retrive the double no. of records which is incorrect but forms th...
by ArndW
Thu Feb 23, 2006 3:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: want to know all the job names and startdate
Replies: 2
Views: 509

This would be the same question posed in this post , right? There are various ways to do this; it does depend on if you just want to view the data (use the director), want the information in a file and are comfortable with UNIX scripting (use the dsjob interface to get the data) or want it in DataSt...
by ArndW
Thu Feb 23, 2006 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: All Job Info
Replies: 2
Views: 637

You could write a script that uses "dsjob -ljob <project>" to get the list of jobs, then iteratively call up "dsjob -logdetail <project> <job>" to get detailed information per job and can filter out entries by date.
by ArndW
Thu Feb 23, 2006 2:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Connecting to Remote DB2 Server
Replies: 1
Views: 690

Manish,

Installing a DB/2 connection for PX is a bit more involved. There is a whole list of configuration settings and prerequisites in the installation guide, have you gone through those? Also, can you issue a "db2 connect ..." on your DataStage UNIX server "A" to the DB on "B"?
by ArndW
Thu Feb 23, 2006 1:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to get Job log before compilation ?
Replies: 13
Views: 3179

If you enter the command "COMO ON {filename}" it will begin echoing all terminal I/O to a UNIX file called "{filename}" in a subdirectory called &COMO& in your project directory. You need to execute the command "COMO OFF" to stop recording data to the file.
by ArndW
Wed Feb 22, 2006 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Upgrade
Replies: 1
Views: 620

Please refer to your original post for the answer to that.
by ArndW
Wed Feb 22, 2006 4:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Migration from 6.0.11 to Latest Version
Replies: 8
Views: 1852

I think that the restriction that job parameter values cannot be changed from within the job came in at Version 7; so if you used this functionality in the past you will have to redesign those jobs that used it. Job parameter values have never been able to be changed within jobs. Arnd is confusing ...
by ArndW
Wed Feb 22, 2006 2:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:Failed to open a file
Replies: 8
Views: 1333

Craig - 8) I agree with you there. It's like going to the doctor because you aren't feeling well and, after hearing "you are sick" you respond "no I'm not!".
by ArndW
Wed Feb 22, 2006 2:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Migration from 6.0.11 to Latest Version
Replies: 8
Views: 1852

1. If you are going to upgrade, go to the most recent 7.5.x version for your platform. 2. Officially there should be no problems, but in practice there will most likely be some small differences in some parts that you will need to tweak. That's always been the nature of the beast when upgrading. 3. ...