Search found 500 matches

by ag_ram
Thu Jun 12, 2008 5:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to assign an amount of RAM for Datastage?
Replies: 8
Views: 3127

DataStage only takes the memory it needs, using specialized malloc() and free() calls. ray.wurlod - Could you let us know more of the statement you declared?(curious to know) 1. Is this only applicable to Server Job? 2. Is there any internal BASIC Subroutine/C program for memory management? Please ...
by ag_ram
Thu Jun 12, 2008 3:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DateToString function problem
Replies: 8
Views: 4044

The problem must NOT be because of the null handling logic, String to Date function in the Transformer Stage.

Please privide us any more error messages if you are able to find them.
by ag_ram
Thu Jun 12, 2008 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Report
Replies: 4
Views: 1825

The report from the comamnd dsjob -report is Job Status Report.

The report generated by Designer Client is Job Design Report in HTML form.

Which report you want now?

But i suppose that reporting Job Design in HTML form is not available in UNIX.
by ag_ram
Thu Jun 12, 2008 12:22 am
Forum: General
Topic: unix command to export dsx's to a unix folder
Replies: 4
Views: 3410

The commands you mentioned work in DS Client only(Windows).

There is no equivalent in Unix. Exporting/Importing as dsx file is available in DS Client only.
by ag_ram
Wed Jun 11, 2008 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: taking backup
Replies: 3
Views: 1995

Re: taking backup

hi can anybody explain the process of taking backup in datastage... There are many ways indeed. From Client side, 1. DataStage Manager 2. dscmdexport/dscmdimport - command line utilities From Server Side, (very rare) 1. Copy System files - whole project backup 2. uvbackup/uvrestore - project/file(s...
by ag_ram
Wed Jun 11, 2008 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switching between sequence and job
Replies: 22
Views: 6997

For now let's say that job J1 generates data which can be potentially be processed by jobs J2, J3, J4 (based on your column which decides the job) Design your job J1 in such a way that it creates three datasets after passing the last output link through a transformer and then to three datasets(say ...
by ag_ram
Wed Jun 11, 2008 2:13 am
Forum: General
Topic: Accessing DataStage Logs
Replies: 2
Views: 3101

Accessing DataStage Logs

Hi All, We are having a requirement to extract the logs which DataStage generates in the Director. Our architecture design comples us to send the log for the job (in case of failure) as a payload to some generic logging service which inturn would log these details. Our concern here is how can we acc...
by ag_ram
Tue Jun 10, 2008 11:04 pm
Forum: General
Topic: How to expot and import jobs through UNIX
Replies: 15
Views: 12696

OK ray.wurlod.
by ag_ram
Tue Jun 10, 2008 11:01 pm
Forum: General
Topic: DataStage Backup and Recovery from Server
Replies: 21
Views: 20513

I have tested all of these commands in DataStage v7.5.x2.(Windows Server). Is there any restriction beyond our views on using these commands as to mean that this would be of theoretical at all point of time? Did you attempt to restore after damaging/deleting a component? Can your question be much cl...
by ag_ram
Tue Jun 10, 2008 2:23 pm
Forum: General
Topic: How to expot and import jobs through UNIX
Replies: 15
Views: 12696

ArndW, Shall i turn back and recommend you to have a look at this post DataStage Backup and Recovery from Server . It will say all you needed and asked me to do. Now i just like to see all history to know why that post was born in that way. First i suggested the author to have a smart search on uvba...
by ag_ram
Tue Jun 10, 2008 2:22 pm
Forum: General
Topic: How to expot and import jobs through UNIX
Replies: 15
Views: 12696

ArndW, Shall i turn back and recommend you to have a look at this post DataStage Backup and Recovery from Server . It will say all you needed and asked me to do. Now i just like to see all history to know why that post was born in that way. First i suggested the author to have a smart search on uvba...
by ag_ram
Tue Jun 10, 2008 7:40 am
Forum: General
Topic: Arnd Hits 10K
Replies: 13
Views: 10855

ArndW - A good Job done.
by ag_ram
Tue Jun 03, 2008 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible to export DS log?
Replies: 6
Views: 2424

Open the Job Log, now do 'Print to file'

What you did is Job Status --> Print to file
by ag_ram
Tue Jun 03, 2008 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Possible to export DS log?
Replies: 6
Views: 2424

The part information that you just got(from ray.wurlod's post) is more than enough to answer your first question. The answer to your second question is: The Log file in the server is RT_LOGnnn(nnn --> Job Number). It is not a text file so that you can directly view the Job Log instead a dynamic hash...
by ag_ram
Tue Jun 03, 2008 11:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seqeuncer is not triggering jobs immediately
Replies: 6
Views: 1788

It was issue related director logs of the jobs. For these jobs director log was huge. I made some tuning in auto-purge settings. From then sequencer is able to run normally as expected. Thanks.