cancel
Showing results for 
Search instead for 
Did you mean: 

BRStudio adding a Remote instance

Former Member
0 Kudos

Hi,.

How to add a remote instance to a BRstudio. Both the remote BRTools server to be added and the BRStudio are on different windows platform .

We are able to connect to the local server directly . But what we face is, when we tried using the PLink connection we was not able to connect to another remote server. this is the command we have given in the (Remote) Shell parameter during the addition of the instance like "plink -ssh <sid>adm@<sys-name> -pw password" .

Please help

regards

chandra

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Normally on windows you don't have ssh, unless you manually installed a ssh server product. You will need another remote command tool. Maybe you have a look at [psexec|http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx]

You will have to insert something like this: psexec.exe
<server> -u <user> -p <password>

I gave it a short try, but wasn't able to get it to work properly.

Best regards, Michael

Former Member
0 Kudos

hi,

the problem is solved ...

regards

chandra

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

the problem is solved ... I installed the SSH and created a admin user and connected it.

and then I restarted the instance in BRStudio .. its working fine..

regards

chandra