Search found 6797 matches

by DSguru2B
Mon Feb 19, 2007 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update the row with accumulated counts where insert fails
Replies: 7
Views: 1497

ArndW wrote:But, if there are only 2 updates per 100 records then doing it via the reject method might be more efficient; it depends upon the ratios.

True.
by DSguru2B
Mon Feb 19, 2007 1:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning Env Variable value to a column in PX transformer
Replies: 14
Views: 5466

I am not near the product at the moment, but I am pretty sure there is a transform function in px transformer to get the enviornment variable. Use that, instead of going down the job parameter path.
by DSguru2B
Mon Feb 19, 2007 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update the row with accumulated counts where insert fails
Replies: 7
Views: 1497

Its the classic Insert/Update logic. Do a join, get the updates, transform the value and do Insert Updates via two links.
by DSguru2B
Mon Feb 19, 2007 1:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reading JOB PARAMETERS from File
Replies: 7
Views: 1893

You can use PROJDEF as the values and specify all your job parameters as environment variables. This way you only have to change th values in the administrator, one place, instead of a zillion places.
The other way is using DSSetParam() function. Thats used with job control.
by DSguru2B
Mon Feb 19, 2007 12:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concern about REMOVE DUPLICATE STAGE..............
Replies: 15
Views: 23077

You can provide the constraint in the transformer itself and avoid the use of Filter stage.
by DSguru2B
Mon Feb 19, 2007 12:30 pm
Forum: General
Topic: Number of lines restriction
Replies: 10
Views: 3660

You can also use Before Job ExecDos, OS command to invoke the sql utility to connect to your database and execute your script. That is another way too.
by DSguru2B
Mon Feb 19, 2007 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can DS load data into a type 'varray' field in Oracle?
Replies: 4
Views: 1162

Email the Webmaster. Email address is under Contact
by DSguru2B
Mon Feb 19, 2007 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage 7.5 Connection problem
Replies: 18
Views: 5036

First of all go and check if the server is actually running. You can either do a command line ping or go to control panel and check if the services are running. A re-install will not help if your server is not running in the first place.
by DSguru2B
Mon Feb 19, 2007 12:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Error Code
Replies: 12
Views: 3305

Stick to the standards. Use a job sequence.
by DSguru2B
Sun Feb 18, 2007 3:54 pm
Forum: Site/Forum
Topic: Ray hits 18K !!!
Replies: 19
Views: 8973

.....I said so, the energizer bunny :wink:
by DSguru2B
Sun Feb 18, 2007 3:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Promote Jobs from DEV to TEST
Replies: 15
Views: 4871

Depends upon in house standards. Almost all the places I have worked in, use Version Control to elevate the jobs. While doing so, they get compiled. At one client, our admin was doing the moveup using the manager and did a multi-job compile. I like to get the executables built. But no harm in gettin...
by DSguru2B
Sun Feb 18, 2007 1:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server shared container on MPP
Replies: 7
Views: 1619

Go for it then. As I said before, I wouldnt go for something thats a trial, or might break someday. If it does, you cannot even go back to IBM, as they will point out to the same line that Craig quoted, that it is not supported.
by DSguru2B
Sat Feb 17, 2007 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Job Compile Utility
Replies: 6
Views: 1246

Not from unix. Deploy your jobs with the executables and you will not need to re-compile them.
by DSguru2B
Sat Feb 17, 2007 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Server shared container on MPP
Replies: 7
Views: 1619

Can you post the link to Micheal's post?
The manual says pretty clearly that it wont work, or atleast not supported. I wouldnt go for something that might break some day.
by DSguru2B
Sat Feb 17, 2007 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encrypted password
Replies: 6
Views: 4192

How are you running the job? Via dsjob or through director/designer?
What is the type of job parameter, is it encrypted or string, when you pass the encrypted password?
WHat happens when you pass the string 'pwd123'? Does the job succeed?