Search found 116 matches

by nivas
Wed Jul 09, 2008 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution of Batch file on a Remote Server
Replies: 6
Views: 2577

Thank you so much for the information. I got help from my IT team.
thanks
Nivas
by nivas
Wed Jul 09, 2008 6:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution of Batch file on a Remote Server
Replies: 6
Views: 2577

I tried with rsh as follows
rsh <host> -l <userid> <command>

I am getting error as Connection refused.Can't establish connection.

Could you please suggest hints.

thanks
Nivas
by nivas
Wed Jul 09, 2008 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Execution of Batch file on a Remote Server
Replies: 6
Views: 2577

Execution of Batch file on a Remote Server

Hi
I need to execute a batch file on a Remote server. The remote server OS is WINDOWS XP. I think RSH and REXEC utilities are for UNIX OS.

could any body suggest hints on it.

thanks
Nivas
by nivas
Tue Jul 08, 2008 3:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connect remote server
Replies: 4
Views: 1359

Thanks for your information. I am trying to use as follows. The remote server is on windows OS. rsh <host> -l userid <pwd> <commnad> I am getting error as connection could not be established. userid and pwd are correct. I tried with rexec also. If you can provide me some more information that would ...
by nivas
Tue Jul 08, 2008 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connect remote server
Replies: 4
Views: 1359

I need to connect to a remote server console and need to execute a batch file on that remote machine. I have batch program sits on the remote machine. Using ExecDOS I need to execute the batch file on the remote machine from my machine/server.
thanks
Nivas
by nivas
Tue Jul 08, 2008 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: connect remote server
Replies: 4
Views: 1359

connect remote server

Hi
could you please suggest how do i connect a remote server using ExecDOS.
thanks
Nivas
by nivas
Tue Jun 17, 2008 10:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join to Hash File
Replies: 9
Views: 3690

Re: Join to Hash File

Its not allowing me to put sourceFiled<= at join to hash file Key Column.
After <= I should some thing which datastage allows
by nivas
Tue Jun 17, 2008 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to generate alphanumeric sequence
Replies: 2
Views: 2260

Re: how to generate alphanumeric sequence

use 2 stage varaibles to increment two numbers. First one pass as a parameter to CHAR() and concatename this to the second second incremented stage variables. This is an outline. For example You can achieve as follows. Or you can achieve many sequences

A1, B1, C1....Z1
A2,B2,C2...Z2
by nivas
Tue Jun 17, 2008 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join to Hash File
Replies: 9
Views: 3690

Join to Hash File

Hi

I need to join to a hash file like follows.

I need to use one souce filed as lookup against hash file. My hash file has two key columns.I need to join hash file as follows.

souce filed <=First key filed AND souce field>=second Key filed

Please help me out.

thanks
Nivas
by nivas
Thu Jun 05, 2008 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dos batch script
Replies: 3
Views: 1357

You are absolutely right . Thanks
by nivas
Thu Jun 05, 2008 7:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Colletor Working
Replies: 10
Views: 3716

then compare this job with other job and find out the difference
by nivas
Thu Jun 05, 2008 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Colletor Working
Replies: 10
Views: 3716

then compare this job with other job and find out the difference
by nivas
Thu Jun 05, 2008 7:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Performance Issue
Replies: 11
Views: 3324

switch lookup and source positions if possible. I mean to say change the lookup to source and source to lookup as the present source has only 150 records.
by nivas
Thu Jun 05, 2008 7:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Perfomance tuning advice?......
Replies: 7
Views: 2160

performance will be effected by many reasons.

you may try by developing one job for each table load instead of one job for multiple tables.
You may try to use efficient plugin for data load, for example multiload if the data base is teradata, bulk load if it is oracle.

thanks
nivas
by nivas
Thu Jun 05, 2008 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dos batch script
Replies: 3
Views: 1357

dos batch script

Hi I am calling dos batch script from datastage . That batch script interim calling another batch script called dsjobControlParm. I am getting error as "dsjobControlParam' is not recognized as an internal or external command, operable program or batch file" But If I directly run the batch ...