cancel
Showing results for 
Search instead for 
Did you mean: 

Brgui starting on windows

Former Member
0 Kudos

Hello

We have SAP on AIX platform , We tried to connect brgui from PC (windows env) , But could not able to get the connection ,It was giving login failed message . we tried some of the options given in this forums discussion (Pascals Answers) .

Do we need to configure anything related to rsh or ssh on PC side ?

Brgui is working fine on the AIX server , but remotely from windows pC is not working .

any idea ?

Rgds

NP

Message was edited by: N prabhu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

When you run a remote command (like brtools) using plink, you need to load the environment variables first.

So, my brgui.properties file looks like:

brgui.remote-0=CSM (plink -ssh -i keys/brgui.ppk -C oracsm@sapcsm01 . ~/.profile;)

brgui.remote-1=CRP (plink -ssh -i keys/brgui.ppk -C oracrp@sapcrp01 . ~/.profile;)

brgui.remote-2=CWP (plink -ssh -i keys/brgui.ppk -C oracwp@sapcwp01 . ~/.profile;)

brgui.remote-3=CCP (plink -ssh -i keys/brgui.ppk -C oraccp@sapccp01 . ~/.profile;)

Please note the ". ~/.profile;" at the end of the connection string... we're using ksh.

Hope this helps.

Former Member
0 Kudos

HI NP,

Could you please let me know the properties we need to configure for BrGui to make it working on UNIX (Solaris)machine. I want to run Brguifrom Solaris & my SAP ECC is also on the same box...

regards,

ManU

Former Member
0 Kudos

Dear Manu,

1. U have to copy brgui tools in to "/usr/sap/brgui"

2. Change Permission of brgui tool accordingly (ora<sid>)

3. Open brgui.properties file in vi.

4. Change the following line :

brgui.remote-0=<SID> (localhost) init<SID>.sap

5. Now u can start brgui.

Regards,

Udayveer SIngh,

SAP Technical Consultant.

Former Member
0 Kudos

Dear Manu,

1. U have to copy brgui tools in to "/usr/sap/brgui"

2. Change Permission of brgui tool accordingly (ora<sid>)

3. Open brgui.properties file in vi.

4. Change the following line :

brgui.remote-0=<SID> (localhost) init<SID>.sap

5. Now u can start brgui.

Regards,

Udayveer SIngh,

SAP Technical Consultant.

Former Member
0 Kudos

NP,

The login failed was for me in establishing the ssh connection to the server. I set it up passwordless authorized keys.

The following pdf documents the process http://helpdesk.cs.tamu.edu/downloads/unix_Passwordless_Login/unix_Passwordless_Login_PDF

Finally editing the brgui.properties to include a line similar to the following

brgui.remote-0=<SID>@<hostname> (c:
putty
plink -i c:
putty
id_rsa.ppk -C <db_user><sid>@<ip_or_hostname>)

Hope it helps,

Bill