Search found 9 matches

by mouniV
Wed May 09, 2012 11:58 pm
Forum: General
Topic: Job to connect to remote server using SSH
Replies: 14
Views: 7967

Hi All,

The keys were set up properly with the remote server and now we are able to connect without any issue.
by mouniV
Mon May 07, 2012 2:21 am
Forum: General
Topic: Job to connect to remote server using SSH
Replies: 14
Views: 7967

Hi All, Sorry for the late reply. I am providing the server name, user name and password as well along with ssh. How ever even while connecting manually, i need to provide the user id , apart from teh connection id and password i use for login. RSA was not set up properly. So, we are trying to provi...
by mouniV
Wed Apr 25, 2012 11:18 pm
Forum: General
Topic: Job to connect to remote server using SSH
Replies: 14
Views: 7967

Hi All,
I was able to provide the password at command line and was able to establish connection. But, after connecting to remote server, it is asking for some user id. I am trying with that. THe command i have used is ssh username@servername --password='password'

Thanks,,
Mounika
by mouniV
Wed Apr 25, 2012 10:53 pm
Forum: General
Topic: Job to connect to remote server using SSH
Replies: 14
Views: 7967

Hi All,

Thanks for the replies.

I have tried ssh username@servername.
I am not doing any debugging.
Even then i am getting the same error. May be the key is not set properly. If key is not set, cant we login using ssh username/password@servername?

Thanks,
Mounika
by mouniV
Tue Apr 24, 2012 2:58 am
Forum: General
Topic: Job to connect to remote server using SSH
Replies: 14
Views: 7967

Hi Ray,

ssh usename@servername did not finish ok. is the warning that i am getting.

Thanks,
Mounika
by mouniV
Mon Apr 23, 2012 11:51 pm
Forum: General
Topic: Job to connect to remote server using SSH
Replies: 14
Views: 7967

Job to connect to remote server using SSH

Hi, I need to connect to a remote server through SSH through datastage job. I am trying to use execute command stage and the script i am giving is ssh <server_name> ; <user_name> keys are established between the 2 servers. But the job is failing. Can some one help me with the script I have to give a...
by mouniV
Wed Feb 15, 2012 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Apply stage
Replies: 2
Views: 1966

Good question.. Change apply stage would be needed when you are working with datasets rather than databases (@ target). For database targets, you can directly apply the changes by using SQLs (inserts/updates/deletes). Other uses may be -> Just to reconcile ;) -> In some scenarios, you may just capt...
by mouniV
Wed Feb 15, 2012 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Apply stage
Replies: 2
Views: 1966

Change Apply stage

Hi, This question is regarding change apply stage. As I know change apply stage uses before data set and the difference data set (obtained from change capture stage) and generates after dataset. If change capture stage already have the after data set to use to generate the difference dataset, why do...
by mouniV
Thu Jan 05, 2012 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sendreadack error
Replies: 1
Views: 7316

sendreadack error

Hi, In one of the job in data stage, we are fetching xml file from a queue through websphere message queue connector stage, then using a copy stage and an xml input stage , transformer and sequential file in the same order. If there are no xml files in the queue, sometimes the job is running success...