Search found 53125 matches

by ray.wurlod
Mon Jun 13, 2005 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Make Vector Stage
Replies: 5
Views: 1901

:idea: A preceding Modify stage can be used to rename columns.
by ray.wurlod
Mon Jun 13, 2005 3:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input
Replies: 4
Views: 1918

I am a totally independent consultant, and have never been an employee of Ascential. I have no greater influence with the vendor than you do. You can post an enhancement request here at DSXchange, or on Ascential Developer Net or through your support provider. The "Hawk" release is far too advanced ...
by ray.wurlod
Mon Jun 13, 2005 3:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Mgmt.
Replies: 14
Views: 5729

A persistent DataSet comprises the control file and one or more data files. You can cat the control file to determine the location of the data files. Then you can process this list using find (with -ls option) to determine which ones are old enough. Then use appropriate commands to move or remove al...
by ray.wurlod
Mon Jun 13, 2005 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC LOOK UP ERROR
Replies: 6
Views: 1172

3 lakhs of records is not "big" for a hashed file. Go for it. Only load the columns that you actually need, so that the run goes as fast as possible (without carrying redundant data, which you are - necessarily - doing in the ODBC table). Pre-allocate the space (use MINIMUM.MODULUS for a dynamic has...
by ray.wurlod
Mon Jun 13, 2005 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-01722: invalid number
Replies: 3
Views: 2387

Congratulations on solving it. :D

Error codes like ORA-01722 are generated by Oracle. You can obtain more information about them using the oerr command on the DataStage server machine. For example:

Code: Select all

oerr ORA -1722
by ray.wurlod
Mon Jun 13, 2005 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Input
Replies: 4
Views: 1918

There is no parallel equivalent to the Folder stage (and, if there were, it would necessarily run sequentially). Similarly, there is no parallel equivalent to the XML Input, XML Output and XML Transformer stages. You could construct your componentry in a server Shared Container, and incorporate that...
by ray.wurlod
Mon Jun 13, 2005 3:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Connection to Oracle in a DSEE environment
Replies: 6
Views: 2442

That's 27 conductor processes, 108 section leader processes and 216 player processes (assuming no combination), a total of 351 processes. Do you have at least 175 CPUs on your system? It is recommended (as a rule of thumb) not to use more than two processes per CPU in PX jobs. Can you find an approa...
by ray.wurlod
Sun Jun 12, 2005 5:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the plug in for loading data to SAP CRM?
Replies: 3
Views: 1187

SAP R/3 Load stage. It's part of the (separately purchased) SAP R/3 PACK.
by ray.wurlod
Sun Jun 12, 2005 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the error codes tab in ODBC Stage meant for
Replies: 2
Views: 665

With Stored Procedures you can generate your own, non-standard, error and warning codes. This tab allows you to specify how DataStage should react when one is encountered. The choices are, essentially, "fail" (abort) or "warn" (log warning message). Although I haven't tried it, it may also be possib...
by ray.wurlod
Sun Jun 12, 2005 3:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director error
Replies: 4
Views: 1397

Could also be a firewall blocking port number 31538.
by ray.wurlod
Sun Jun 12, 2005 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How Dataset differ from Sequential File stage
Replies: 5
Views: 1895

A (persistent) Data Set has rows on every processing node. It can therefore be processed in parallel. Data in a Data Set are in internal format (for example, an int32 occupies four bytes). A File Set is like a Data Set, except that the data are stored in external (human-readable) format, so require ...
by ray.wurlod
Sat Jun 11, 2005 4:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need some help in Migration of Jobs
Replies: 13
Views: 4545

All this is likely to change substantially in the next release ("Hawk"), which is only a few months away. Try to wean yourselves off hacking the Repository where possible.
by ray.wurlod
Fri Jun 10, 2005 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Change the Column after that particular row is processed
Replies: 3
Views: 1674

Not urgent

Please don't tag your posts here as urgent . This is an all-volunteer operation; folks post as and when they can. If you want urgent responses, sign up for premium support from your support provider, with a KPI of (say) response within an hour. You will then learn something of the true cost of "urg...
by ray.wurlod
Fri Jun 10, 2005 6:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need answer
Replies: 7
Views: 1917

Re: need answer

hi, pls send anwer for the follwing questions 1 .how to refresh the hased files? 2. which will execute first routine or transform? 3.what is the difference between routine and transform? thanks and regards raj Can you be a little more specific with the questions? For example, in what context are yo...
by ray.wurlod
Fri Jun 10, 2005 6:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need answer
Replies: 7
Views: 1917

Don't forget Kim's word of the day "serks". As in "newbie question serks". :lol: