Search found 5168 matches

by kumar_s
Wed Jan 03, 2007 7:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot read the data sequential stage
Replies: 12
Views: 2881

If other file is working fine, you may defenitly need to check the difference between the two file or the metadata of the two files been used.
by kumar_s
Wed Jan 03, 2007 5:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key
Replies: 12
Views: 3635

You need to have a seperate job with a BASIC transformer or a BASIC routine which will have simple code Call DSSetUserStatus(Arg1) Ans = 0. The argument can be used as input parameter to the forth comming jobs. If you do a search on Userstatus, you can find lot many post. But calling the job or the ...
by kumar_s
Wed Jan 03, 2007 4:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Space problem in Windows
Replies: 14
Views: 6062

Have you check K:/Ascential/DataStage/Datasets/ and /tmp for space. Try placing some 500MB-1GB file in these directries and check if it can hold without any error or waring. Per Ray's comment, try running the job alone in the server when RAM is idle for this job to get utilize.
by kumar_s
Wed Jan 03, 2007 4:48 pm
Forum: General
Topic: running jobs
Replies: 3
Views: 2088

Is it related to other post of yours?
Just give a try to restart JobMonApp
The command is
To start or stop JobMonApp
-----------------------------------
goto $DSHOME/PXEngine.
and then run
./jobmoninit stop - to stop
./jobmoninit start - to start.
by kumar_s
Wed Jan 03, 2007 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Processing
Replies: 11
Views: 2250

As mentioned earlier, its one of the process you like to follow in you development. Error processing tables will mostly be the one which collect all the rejects with the error code. There are several approaches, based on you methodology. Its more flexible if you stored procedure. Audit table will be...
by kumar_s
Wed Jan 03, 2007 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Properties in Administrater taking very long time
Replies: 8
Views: 1943

Hi Ray, I noticed that, but the point I like to mention is if its a network congestion, Director view should also slow down right. If it doesn't get affected, then as you mentioned it may be due to some permission lack for that user to the core hashed files.
by kumar_s
Wed Jan 03, 2007 4:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Properties in Administrater taking very long time
Replies: 8
Views: 1943

As Ray mentioned, if Network is the bottleneck, you can ensure by exploring options like listing logs in director or look out for all the list of jobs irrespective of category, it should also take very log time to refresh, hence it extracts the data from server at every point. If permission is the i...
by kumar_s
Wed Jan 03, 2007 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Utilization of CPU
Replies: 9
Views: 4197

At the max you can prioritize the process, and hence restricting the utilization of CPU time. But again it is based on the internal process id's. The commands like nice or renice can be used for this. Again not sure how far its possible to automate.
by kumar_s
Wed Jan 03, 2007 4:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: regarding uservariable activity
Replies: 21
Views: 4710

Btw is this your job desing?
user variable activity------>job1 nested conditional activity----->job1
user variable activity------>job2 ------>job2
Or you would like to align it, as others did for you.
by kumar_s
Wed Jan 03, 2007 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pxjobs
Replies: 4
Views: 1567

Version Control pdf sent in the CD will give lot more datastage related information.
by kumar_s
Wed Jan 03, 2007 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key
Replies: 12
Views: 3635

Thanks for clarifying.
by kumar_s
Wed Jan 03, 2007 4:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Processing
Replies: 11
Views: 2250

Hi pradkumar,
You can let us know, what is this regards to.
It can be either the either the normal naming conventions used in your site or project for the details given by Ray or it can be referred to the database internal tables.
by kumar_s
Wed Jan 03, 2007 4:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with loading sequential file of DB2 table
Replies: 10
Views: 6160

Hi kirankota79,
If you got a solution, you can mark the topic as resolved. Also add up with the method you solve the issue, so that, the other enthusiastic participants can work on other post rather than a post posted a month back.
by kumar_s
Wed Jan 03, 2007 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file Import problem
Replies: 11
Views: 4035

What Ray and DSguru2B is suggesting is, use

Code: Select all

sed 's/||/|/g' File.txt > Newfile.txt
either in BeforJobSubroutine or using a Execute command in JobSequence where the job been called, and read the Newfile.txt for you lay out.
by kumar_s
Wed Jan 03, 2007 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key
Replies: 12
Views: 3635

What happens when we use a upstream database stage to find the max value, and pass it to surrogate key generator stage??? Sorry I dont have access to PX now. :oops: