cancel
Showing results for 
Search instead for 
Did you mean: 

Server Names in Netweaver Application Server

Former Member
0 Kudos

Hi There,

I am trying to use the Netweaver Deploy Service for notifcation of the deployment activities in the Server.

There is an API registerCallback(Callback interface, String[] serverNames);

I tried all the options for serverName like "localhost", "localHost:3601", "SystemName", "SystemName:3601", But all of these failed.

What exactly is the serverNames value should contain.

Thanks in Advance for the help,

Regards,

Rupak Kumar...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Rupak,

you probably need to mention the host name that was defined during installation.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi There,

Sorry for the late reply. I tried everything what i gave during the installation starting from SystemName, SystemName:3601, SystemName.sap.com, SystemName:3601.sap.com, server0.sap.com etc...

server0 being default created within the cluster.

Is there any way i could find the servername from some API Or some configuration file.

Regards,

Rupak Kumar...

former_member192029
Active Contributor
0 Kudos

Hi

Did you include user name /pwd : admin/admin?

Cheers

Jawahar Govindaraj

Former Member
0 Kudos

Hi Govindaraj,

Did you mean to do the following for server name:

SystemName/admin_user/admin_pwd

Regards,

Rupak Kumar...