telenting

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
prabu
Participant
Posts: 146
Joined: Fri Oct 22, 2004 9:12 am

telenting

Post by prabu »

Hi DS Folks,
i am trying to get all the individual jobs export dump for version control purposes.

i am using
dscmdexport
, a client utility, to export the indiviudal job dump.

As i don't know the list of projects and job names to export , i have to execute
dsjob
with params -lprojects and -ljobs to get it. The dsjobs utility is residing in the server.

I am thinking of telenting to the server , spool the command results of dsjob and then ftp to the client Windows PC and then run the
dscmdexport
.

The issue is , i cannot telnet to the server as it is picked up by the DataStage telneting utility.

my questions are:-
1)is it possible to run a DOS script after connecting via the DataStage
telneting utility

2)Is it possible to configure some other server port for telneting .
I see default port 23 is already blocked by datastage telneting utility

Any suggestions will be of great help!


regards,
Prabu
prabu
Participant
Posts: 146
Joined: Fri Oct 22, 2004 9:12 am

Re: telenting

Post by prabu »

Sorry , posted in a wrong forum , This is for Server jobs :evil:
prabu
Participant
Posts: 146
Joined: Fri Oct 22, 2004 9:12 am

any suggestions??

Post by prabu »

any suggestions??
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi,
May I know what you mean " i cannot telnet to the server as it is picked up by the DataStage telneting utility."
Is it blocked at your end?
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can execute any command after connecting via DataStage telnet. Simply use the DOS command in DataStage. Either DOS /C "command" to execute the command then return, or DOS alone to open an interactive DOS shell (use the exit command to return to DataStage).
Last edited by ray.wurlod on Mon Jul 03, 2006 6:18 am, edited 1 time in total.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
prabu
Participant
Posts: 146
Joined: Fri Oct 22, 2004 9:12 am

great Ray! thas works great

Post by prabu »

great Ray! thas works great :D
Post Reply