Search found 5168 matches

by kumar_s
Thu Jul 13, 2006 11:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: run time fatal error : Player 12 terminated unexpectedly
Replies: 23
Views: 9040

I doubt this problem really related with APT_MONITOR_TIME or APT_MONITOR_SIZE? I mean I didnot understand why they these causes job failures, There are not many users connected to the UNIX box at the time of the runs happening. it could be a datastage bug, or a unix issue or something not related t...
by kumar_s
Wed Jul 12, 2006 6:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why checkpoint and restart doesn't work?
Replies: 14
Views: 3893

As mentioned, you spedifically need an additional check for Stopped state, you can go for Job control code(BASIC).

'Automatically handle activities that fail' - It deals with the failure of the JobActivity/RoutineActivity that fails in the JobSequence.
by kumar_s
Wed Jul 12, 2006 6:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where is the restart point?
Replies: 2
Views: 821

The checkpoint will be assigned to the stage before/after it where you marked as check point restart.
But it will not make sense, as the Ray mentione, the job will always run.
by kumar_s
Wed Jul 12, 2006 6:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: any strategy whether to go for parallel job or server job
Replies: 4
Views: 1211

Welcome Aboard :D

Availabe resource, (money) and the amount of data to be process with in the batch window should be the main criteria you should lookup on.
by kumar_s
Wed Jul 12, 2006 5:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Is there any limit for Stage variables in one transformer
Replies: 15
Views: 3664

Hi us1aslam1us, Can you explain briefly what happens when we use multiple active stages without having any dummy stages in between. For example, i need to extract data based on keys which i cannot use them in one lookup stage or join stage. Don't we run out of memory. Yes the many stage you use, th...
by kumar_s
Wed Jul 12, 2006 5:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Most Recent Date
Replies: 9
Views: 2061

You can acheive the same using sime If-Then-Else in Transformer.
Or Pivot and a aggregator/sorter.
by kumar_s
Wed Jul 12, 2006 5:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Filter Stage Query
Replies: 7
Views: 8566

Hi DS Don't you think, you forgot to seperate the conditions with brackets. Thanks Sam Do you mean t say like this COL_NAME = 'Y' OR COL_NAME = 'BRZ' OR COL_NAME = 'KC' OR COL_NAME = 'T' OR COL_NAME = 'TK' AND (SUBSTRING(ID,1,1) BETWEEN 0 AND 9) AND (SUBSTRING(ID,2,1) BETWEEN 'A' AND 'Z') AND NOT (...
by kumar_s
Wed Jul 12, 2006 5:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Extended Edition
Replies: 5
Views: 2035

Its merged product of Server Edition and Metastage.
by kumar_s
Wed Jul 12, 2006 4:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Partioning Data
Replies: 3
Views: 1155

Hi Harish,
Welcome Aboard :D
As suggested you have the detail explainatin in the pdf comes with the client installation.
Else you just give a search, you can find more useful information available here in this forum with real life scenario.
Happy Searching. :wink:
by kumar_s
Wed Jul 12, 2006 4:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Designer freezing when opening OCI stage
Replies: 12
Views: 5754

4. I have logged on to a second PC which has datastage I get the same result when opening an OCI stage 5. While logged on to the second PC I had a another user login to datastage on the pc - get the same result when opening an OCI stage 6. The other users have no issues if they log into either pc I...
by kumar_s
Wed Jul 12, 2006 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Oracle Enterprise stage to access remote Oracle server
Replies: 3
Views: 1423

Yes it is possible. Make sure you have updated you uvconfig accordingly.
by kumar_s
Wed Jul 12, 2006 4:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inactive timeout
Replies: 2
Views: 764

The actual use of Inactive timeout is different. If you have you client machine inactive for the specified time, the connection between the client and server will be lost. For the lock, you need to kill the PID which hangs up. You can also try with addtitional option to reduce the deadlock timings, ...
by kumar_s
Wed Jul 12, 2006 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob hangs up
Replies: 2
Views: 856

Hi Gil,
Welcome Aboard :D
Do you mean to say that, there is a scheduler which called the job using dsjob.exe.
You have -wait option which will wait till the job ends.
You have -jobinfo to know the information about the job status.
But May I know what exactly you need.
by kumar_s
Wed Jul 12, 2006 12:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pick latest file with respect to time
Replies: 3
Views: 1195

Use

Code: Select all

ls -lart | tail -1
to get the latest file and cut it to get the filename alone and pass it as parameter as specified.
by kumar_s
Wed Jul 12, 2006 12:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Running/Restartable" job still hanging
Replies: 4
Views: 1856

Try to use dsadm if required.