Search found 726 matches

by zulfi123786
Sun Feb 07, 2010 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: String Comparision
Replies: 3
Views: 1354

String Comparision

Strings when they are compared with each other it happens at the character level i.e character by character comparision, when two strings are of unequal size then is the smaller string padded to make it equal with the longer string, if yes then with which character is it padded with? Ex 'abcd'<'efgh...
by zulfi123786
Sun Feb 07, 2010 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Query
Replies: 10
Views: 3636

Actually (in version 8 and later) DataStage will do this automatically and invisibly. If the same situation arises in versions prior to 8 do we always need to make the other two node in "read only" pool ? and also can you help me with how to do this. I guess this shold me made in the data...
by zulfi123786
Sun Feb 07, 2010 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Running jobs list
Replies: 12
Views: 6286

As per my understanding, only the server jobs run with the phantom process what i am not sure is will a grep on 'phantom' capture the running PX jobs?
by zulfi123786
Sun Feb 07, 2010 6:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in running parallel jobs
Replies: 4
Views: 2055

Re: Error in running parallel jobs

i am trying to remove duplicates using remove duplicate stage on the emp table using scott user but getting an error like this ... please provide me a work around for it Sequential_File_1,0: Field "COMM" is null but no null export handling is defined I guess you are trying to remove the d...
by zulfi123786
Wed Feb 03, 2010 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question regarding dsapi_server and dsapi_slave
Replies: 3
Views: 4967

Thanks for this information. So it is dscs that is at the highest level as far as the client connection activities are concerned and all other services are child processes of this dscs. I have seen in this forums that when ever a request is made for the repository acces the dsapi_slave is forked, si...
by zulfi123786
Wed Feb 03, 2010 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Question regarding dsapi_server and dsapi_slave
Replies: 3
Views: 4967

Question regarding dsapi_server and dsapi_slave

Well i was thinking that dsapi_slave is a child process of dsapi_server and when i connect to DataStage using Designer client was expecting to see the process dsapi_server to be running instead i find only dsapi_slave. If dsapi_slave is a child process of dsapi_server is my child process running wit...
by zulfi123786
Tue Feb 02, 2010 2:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence aborts though all jobs within it finish successfull
Replies: 7
Views: 3391

The only way this job can be triggered is through the sequence and i was thinking this sequence triggered the job and while it was running the sequence "some how" logged a warning but the job made its way to completion. I am in quest of finding this "somehow". Any other situation...
by zulfi123786
Tue Feb 02, 2010 12:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence aborts though all jobs within it finish successfull
Replies: 7
Views: 3391

Sequence aborts though all jobs within it finish successfull

The warning that was logged for the sequence is "dsqChangeCapture.JobControl (@djsRTRAppFetch1): Controller problem: Error calling DSRunJob(djsRTRCheckConsistent), code=-2 [Job is not in the right state (compiled and not running)]" this was logged @ 02/01/2010 11:25:14 PM but the job djsRT...
by zulfi123786
Sun Jan 31, 2010 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with Transform
Replies: 1
Views: 1043

Problem with Transform

I have defined a transform to accept an argument having the dataelement "Month.tag" but when i am actually calling the transform in the transformer stage a column having dataelement "Year.tag" is passed, I was expecting the job to abort as the data elements do not match but it ra...
by zulfi123786
Sun Jan 31, 2010 1:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform Functions vs Transforms
Replies: 1
Views: 1466

Transform Functions vs Transforms

I have gone through the server job guide but what i am confused is both of them look alike. For example ConvertMonth is a Routine and MONTH.FIRST is a transform surprisingly the code of this transform is nothing but the earlier listed routine 'ConvertMonth(%Arg1%, "F")' . Can any one list ...
by zulfi123786
Sun Jan 31, 2010 12:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: look up and write to same hashfile in same job
Replies: 2
Views: 1306

look up and write to same hashfile in same job

I am following the below listed process, Please advice if it is not the best way. 1) read the hashfile with "Pre-Load file to memory=Enabled,Lock for updates" 2) writing to the hashfile with no cache. In the above what kind of lock is applied to the file, is it lock on the entire file or a...
by zulfi123786
Sat Jan 30, 2010 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with hashfile
Replies: 3
Views: 1489

Need help with hashfile

Can any one help me in understanding the two options "Enabled, Lock for Updates" and "Disabled, Lock for Updates" as i did not find the description given in the guide to be friendly.
by zulfi123786
Fri Jan 22, 2010 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL in filter stage
Replies: 3
Views: 1684

SQL in filter stage

In the filter stage we can use SQL statements based on which the data is filtered, which flavour of SQL is supported by the filter stage is it IBM DB2 or Oracle or TeraData or is it a not a native of any kind but a mixture of all?
by zulfi123786
Wed Jan 20, 2010 1:56 am
Forum: General
Topic: How to run UV commands from Unix
Replies: 15
Views: 24605

When it is run from the Project Directory it is working fine but loging on to the project using

uvsh "LOGTO dpr_hbus_dev"

from any directory other than project dir it is not working, any help would be greatly appreciated.
by zulfi123786
Sat Jan 16, 2010 6:47 am
Forum: General
Topic: How to run UV commands from Unix
Replies: 15
Views: 24605

Now it seems i made a small Advance. wanted to run "select * from DS_JOBS" 1) Entered into the $DSHOME 2) Sourced the dsenv file 3) Ran $DSHOME/bin/uvsh "select * from DS_JOBS;" Got the result : vhrldct05:/opt/tools/ds/Ascential/DataStage/DSEngine/bin ==> $DSHOME/bin/uvsh "s...