Search found 107 matches

by rkdatastage
Tue Nov 22, 2005 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why the scheduler job can't be started ?
Replies: 9
Views: 2614

Thanks Participants

As you all know very well that datastage repository is stored under operating system level. so the behaviour of datastage is dependent on Operating system , that's why some times we will be encountering unidentified errors though the things are fine as per our design.

RK
by rkdatastage
Mon Nov 21, 2005 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform vs Routine
Replies: 4
Views: 1556

The basic difference between a Transform and a Routine is
Transform is a inline function which is having one line of code
where as a routine is multiple line of code function

both are reusable

RK
by rkdatastage
Wed Nov 09, 2005 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending Job report to a file.
Replies: 7
Views: 2237

Hi
Just pass the Report type as 0 / 1 / 2 followed by semicolon and give a directory path where the report file will be created

ex : select the dsjobreport as to execute after job subroutine
in the input value textbox : 3;c:\src


this is working fine

Regards
RK
by rkdatastage
Wed Nov 09, 2005 12:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending Job report to a file.
Replies: 7
Views: 2237

Hi bala

Can you please share the process steps u have followed to send the log

to a file or the code what u have written.

your sharing knowledge is highly appreciateble

thanks in advance

regards
RK
by rkdatastage
Tue Nov 08, 2005 5:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Aborted after 50 errors logged.
Replies: 7
Views: 4841

Hi

check the option while running the job even scheduled

Limits -> warnings

and set the warning limits to unlimited

in your case it is taking the default warning errors limit which is count 50

check it while scheduling

regards
RK
by rkdatastage
Tue Nov 08, 2005 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error of excute job in command line interface
Replies: 7
Views: 2577

Hi

Do not specify the path to the project,
but only the project name itself is enough.
DataStage knows where the project is located and doesn't need a fully qualified path. So just execute the command:


dsjob -jobinfo <project name> <jobname>

this will work

Regards
RK
by rkdatastage
Fri Oct 28, 2005 6:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference
Replies: 4
Views: 1297

Thanks kcbland

Now i got it

Thanks for your explanation and your patience and the nature you explained.

rk
by rkdatastage
Thu Oct 27, 2005 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference
Replies: 4
Views: 1297

thanks kcbland

For your valuable reponse

but if you don't mind

can you please give me a bit clarification regarding TX

Is TX is related to ETL or NOt

as u specified it as real time processing

Where exactly these tool will be used

Thanks in Advance

rk
by rkdatastage
Wed Oct 26, 2005 5:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference
Replies: 4
Views: 1297

difference

can any one give me an idea of what is the basic difference between datastage TX and Datastage server/enterprise edition

In which scenario's we will use the tool datastage tx

thanks in advance

rk
by rkdatastage
Wed Oct 26, 2005 5:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reg clear status file
Replies: 2
Views: 1053

reg clear status file

Can any one tell me what is the purpose of clear status file how this will refelect cleanup resources

thanks in advance

rk
by rkdatastage
Wed Oct 26, 2005 5:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to create static hash files and what it is???
Replies: 5
Views: 3473

Regarding hash files most of the cases dynamic is best as the management of the hash will be done automatically. For better configuration use the Hash File calculator (Hsh.exe) which will be available with Datastage s/w

with regards
rk
by rkdatastage
Wed Oct 12, 2005 4:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to connect
Replies: 4
Views: 1334

unable to connect

Hi

i am facing this message when i am connecting to Datastage Administrator tool.

Failed to connect to host: alpha.iml.com, project: UV
(The connection was refused or the RPC daemon is not running (81016))

can any one help me with your ideas

Thanks in advance
rk
by rkdatastage
Tue Oct 11, 2005 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Orphan Server Instances Problem
Replies: 7
Views: 1663

what kind of error u have faced , specify the error message
by rkdatastage
Tue Oct 11, 2005 4:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem With Comma Separated File
Replies: 10
Views: 3518

Ereplace function can replace the comma in the field , at the same time if u want to replace the comma with any other character like ('.' - dot) where u can preserve the meaning of the data. By using "" will have no impact of comma as the entire data in the field is treated as string.
by rkdatastage
Fri Sep 16, 2005 4:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: role of VOC file
Replies: 2
Views: 1077

role of VOC file

Can anybody give me information regarding VOC file and what is its purpose and importance. how it will be used effectively in Datastage