cancel
Showing results for 
Search instead for 
Did you mean: 

Gateway monitor is deactivated

Former Member
0 Kudos

Hi All,

I am unable to call Transaction SMGW. When I try to execute, it showing "Gateway monitor is deactivated".

Can anyone please guide me in sorting out this issue.

Thank You.

Regards,

Satyardha

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member227283
Active Contributor
0 Kudos

Dear Satyardha,

can you run the below command with SIDADM user and share the output.

sapcontrol -nr <Instance no> -function GetProcessList

Also run netstat and check if the port of Gateway is used.

Regards,

Anil

Former Member
0 Kudos

Hi,

when I hit the command with SIDADM, I have got below results.

C:\Users\ed1adm>sapcontrol -nr (MRTSRMDEV 0> -function GetProcessList

NAME

    sapcontrol (Version: 721, patch 500, changelist 1576121)

SYNOPSIS

    sapcontrol [-prot <protocol>]

               [-trace <filename>]

               [-debug]

               [-user <user> <password>]

               [-queryuser]

               [-repeat <N> <D>]

               [-format <format>]

               [-host <hostname>]

               [-tio <timeout>]

               [-tmax <timeout>]

               -nr <instance number>

               -function <webmethod> [parameter list]

DESCRIPTION

    Control and monitor SAP instances via WebService interface of SAP Start Serv

ice.

OPTIONS

    -prot <protocol>

        Specify the protocol for the communication with the SAP instance.

        Available protocols are:

          NI_HTTP     HTTP  using SAP NI sockets (default, prefer Unix domain so

ckets)

          NI_HTTPS    HTTPS using SAP NI sockets (prefer Unix domain sockets)

          GSOAP_HTTP  HTTP  using gsoap build in sockets

          WINHTTP     HTTP  using Windows winhttp

          WINHTTPS    HTTPS using Windows winhttp

          PIPE        Windows named pipes (on Unix same as NI_HTTP)

    -trace <filename>

        Trace SOAP request/response

    -debug

        Write local trace to stderr

    -user <user> <password>

        OS user and password for Webservice authentication

    -queryuser

        Query interactively for user and password

    -repeat <N> <D>

        Repeat webmethod call <N> times (-1=forever) with <D> sec delay

    -format <format>

        Specify the format for the output of the webmethod.

        Available formats are:

          list    List output format (default)

          script  Script output format

    -host <hostname>

        Host to connect to (default: localhost)

    -tio <timeout>

        Specify network I/O timeout in sec (default: 0 (blocking/infinite))

    -tmax <timeout>

        Specify max processing timeout in sec (default: 0 (infinite))

WEBMETHODS

    Start [runlevel]

    InstanceStart <hostname> <instance number> [runlevel]

    Bootstrap [<hostname> <instance number>]

    Stop [softtimeout sec]

    InstanceStop <hostname> <instance number> [softtimeout sec]

    Shutdown

    RestartInstance [<softtimeout sec> [runlevel]]

    StopService

    StartService <SID>

    RestartService

    ParameterValue [<parameter>]

    GetStartProfile

    GetTraceFile

    GetAlertTree

    GetAlerts

    GetEnvironment

    GetVersionInfo

    GetQueueStatistic

    GetProcessList

    GetInstanceProperties

    ListDeveloperTraces

    ReadDeveloperTrace <filename> <filesize>

    ListLogFiles

    ReadLogFile <filename> [<filter> [<language> [<maxentries> [<cookie>]]]]

    AnalyseLogFiles [<severity 0..2> [<maxentries>

        [<starttime YYYY MM DD HH:MM:SS> <endtime YYYY MM DD HH:MM:SS>]]]

    ConfigureLogFileList set|add|remove [<filename1> <filename2>... <filenameN>]

    GetLogFileList

    CreateSnapshot [<description> [<datcol_param> [<analyse_severity -1..2>

        [<analyse_maxentries> [<analyse_starttime YYYY MM DD HH:MM:SS>

        <analyse_endtime YYYY MM DD HH:MM:SS> [maxentries

        [<filename1> ... <filenameN>]]]]]]]

    ReadSnapshot <filename> [<local filename>]

    ListSnapshots

    DeleteSnapshots <filename1> [<filename2>... <filenameN>]

    GetAccessPointList

    GetProcessParameter <processtype> [pid]

    SetProcessParameter <processtype> <pid> <parameter> <value1>

        [<value2> ... <valueN>]

    OSExecute <command> <async> <timeout> <protocolfile>

    SendSignal <pid> <signal>

    GetCallstack <pid>

    GetSystemInstanceList [<timeout sec>]

    StartSystem [ALL|SCS|DIALOG|ABAP|J2EE|TREX|ENQREP|HDB|ALLNOHDB|LEVEL <level>

        [<waittimeout sec> [runlevel]]]

    StopSystem [ALL|SCS|DIALOG|ABAP|J2EE|TREX|ENQREP|HDB|ALLNOHDB|LEVEL <level>

        [<waittimeout sec> [<softtimeout sec>]]]

    RestartSystem [ALL|SCS|DIALOG|ABAP|J2EE|TREX|ENQREP|HDB|ALLNOHDB|LEVEL <leve

l>

        [<waittimeout sec> [<softtimeout sec> [runlevel]]]]

    AccessCheck <function>

    GetSecNetworkId <service_ip> <service_port> [<version> [<challenge>]]

    GetNetworkId <service_ip> <service_port> [<version>]

    RequestLogonFile <user>

    HACheckConfig

    HACheckFailoverConfig

    HAGetFailoverConfig

    HAFailoverToNode <node>

    ABAPReadSyslog

    ABAPReadRawSyslog

    ABAPGetWPTable

    ABAPGetSystemWPTable [<activeonly>]

    J2EEControlProcess <processname> <function>

    J2EEControlCluster <processname> <function> [<hostname> <instance number>]

    J2EEEnableDbgSession <client> [<processname> <debugflags>]

    J2EEDisableDbgSession <debugkey>

    J2EEGetProcessList

    J2EEGetProcessList2

    J2EEGetThreadList

    J2EEGetThreadList2

    J2EEGetThreadCallStack [<threadindex>]

    J2EEGetThreadTaskStack [<threadindex>]

    J2EEGetSessionList

    J2EEGetCacheStatistic

    J2EEGetCacheStatistic2

    J2EEGetApplicationAliasList

    J2EEGetComponentList

    J2EEControlComponents <process name> <operation> <componenttype>

        <componentname1>,...,<componentnameN>

    J2EEGetWebSessionList

    J2EEGetWebSessionList2

    J2EEGetEJBSessionList

    J2EEGetRemoteObjectList

    J2EEGetVMGCHistory

    J2EEGetVMGCHistory2

    J2EEGetVMHeapInfo

    J2EEGetClusterMsgList

    J2EEGetSharedTableInfo

    ICMGetThreadList

    ICMGetConnectionList

    ICMGetProxyConnectionList

    ICMGetCacheEntries

    WebDispGetServerList

    EnqGetStatistic

    EnqGetLockTable

    StartWait <timeout sec> <delay sec>

    StopWait <timeout sec> <delay sec>

    WaitforStarted <timeout sec> <delay sec>

    WaitforStopped <timeout sec> <delay sec>

    RestartServiceWait <timeout sec> <delay sec>

    WaitforServiceStarted <timeout sec> <delay sec>

    CheckHostAgent

EXITCODES

    0  Last webmethod call successful

    1  Last webmethod call failed, invalid parameter

    2  StartWait, StopWait, WaitforStarted, WaitforStopped, RestartServiceWait

       timed out

    3  GetProcessList succeeded, all processes running correctly

    4  GetProcessList succeeded, all processes stopped

SECURITY

    Trusted connects without user and password check are possible through

    Unix domain socket or Windows named pipes. Protected webmethods like

    Start or Stop require a trusted connection or OS user and password

    authentication.

EXAMPLES

    sapcontrol -nr 0 -function GetProcessList

      Gets the list of processes on instance 00 on localhost

NOTES

    A detailed description of the SAPControl webservice interface is available o

n

    http://scn.sap.com/docs/DOC-14382. The actual interface definition can be qu

eried

    from the SAP Start Service via http://<host>:5XX13/?wsdl or https://<host>:5

xx14/?wsdl.

    The WSDL contains a short documentation of each webmethod (XML tags "<docume

ntation>").

    SAP MMC (http://scn.sap.com/docs/DOC-8294) provides a graphical user interfa

ce as

    Snap-In for the Microsoft Management Console and SAP MC provides a graphical

user

    interface as Java Swing UI launched from a browser (http://<host>:5XX13

    or https://<host>:5XX14).

And also when I run netstat, few results shown as time out. Please see below,

TCP    122.0.0.1:50244        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50245        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50246        MRTSRMDEV:sapgw00      TIME_WAIT

TCP    122.0.0.1:50249        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50252        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50253        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50256        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50259        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50260        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50263        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50266        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50267        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:50270        MRTSRMDEV:sapdp00      TIME_WAIT

TCP    122.0.0.1:54731        MRTSRMDEV:sapgw00      ESTABLISHED

TCP    122.0.0.1:54733        MRTSRMDEV:sapgw00      ESTABLISHED

TCP    122.0.0.1:55334        MRTSRMDEV:3900         ESTABLISHED

TCP    122.0.0.1:55336        MRTSRMDEV:sapdp01      ESTABLISH

former_member227283
Active Contributor
0 Kudos

Command should be;

sapcontrol -nr 00 -function GetProcessList


Regards,

Anil

Former Member
0 Kudos

Hi Anil,

Please see below details,

C:\Users\ed1adm>sapcontrol -nr 00 -function GetProcessList

06.12.2015 10:43:00

GetProcessList

OK

name, description, dispstatus, textstatus, starttime, elapsedtime, pid

msg_server.exe, MessageServer, GREEN, Running, 2015 12 03 08:52:46, 73:50:14,

40

disp+work.exe, Dispatcher, GREEN, Running, Message Server connection ok, Dialo

Queue time: 0.00 sec, 2015 12 03 08:52:46, 73:50:14, 4444

igswd.EXE, IGS Watchdog, GREEN, Running, 2015 12 03 08:52:46, 73:50:14, 1172

former_member227283
Active Contributor
0 Kudos

Also share the output of below command then

sapcontrol -nr 01 -function GetProcessList

Former Member
0 Kudos

Hi,

C:\Users\ed1adm>sapcontrol -nr 01 -function GetProcessList

06.12.2015 10:56:33

GetProcessList

OK

name, description, dispstatus, textstatus, starttime, elapsedtime, pid

msg_server.EXE, MessageServer, GREEN, Running, 2015 12 03 08:52:41, 74:03:52, 26

56

enserver.EXE, EnqueueServer, GREEN, Running, 2015 12 03 08:52:41, 74:03:52, 3592

C:\Users\ed1adm>

former_member227283
Active Contributor
0 Kudos

As this is a development server due you have opportunity to bounce the SAP instance.

If yes, then please go head and check if problem still exists, then share the latest and complete dev_rd file.

Regards,

Anil

Former Member
0 Kudos

Hi,

Can you please let me know if any alternative? please let me know what would be the reason for the issue.

Regards,

Satyardha

former_member227283
Active Contributor
0 Kudos

Are you facing this issue after last restart ?

As mention Amerjiit, you need to check the loopback configuration in the hostfile as well.

We are not able to see the loopback/localhost entry called 127.0.0.1. This could be one of the reason your instance id binding the port of gateway service on 127.0.0.1 as loopback is adapter is pointing to actual hostname, which is logically wrong. (we are refering to the logs dev_rd which you shared earlier.

Try below option to solve the problem:

1. Make an addtional entry in hostfile as below.

127.0.0.1 loopback localhost

2. Change the parameter SAPLOCALHOSTFULL


SAPLOCALHOSTFULL = MRTSRMDEV.crtsap.local

3. Restart the instance.

Once you restarted the instance and still problem exists, then please share the dev_rd file again.

Regards,

Anil

Former Member
0 Kudos

Hi Anil,

But I have checked in other system which is fine where I couldn't see this entry "127.0.0.1 loopback localhost" in host file.I mean with loopback but it still works in other System.


Please advise.

Regards,

Satyardha

former_member227283
Active Contributor
0 Kudos

Agree to your point.

In general I notice 127.0.0.1 manually entered in Unix and not in windows. Reason for making this entry in your system was to make a proper resolution of loopback to 127.0.0.1

Before making an entry in you hostname, try to ping 127.0.0.1 if you get reply as localhost then, you can go ahead with making changes in parameter SAPLOCALHOSTFULL only and try to bounce the instance. if still problem exists then share the dev_rd file again.

Regards,

Anil

Former Member
0 Kudos

Hi,

I have checked it and it shown as local host. I will change the parameter of SAPLOCALHOST and will change the parameter.

Hope that will result in success. I will keep you posted after bouncing.

Thanks for your valuable inputs.

Regards,

Satyardha

former_member227283
Active Contributor
0 Kudos

Only Parameter SAPLOCALHOSTFULL should be changed and not SAPLOCALHOST

Regards,

Anil

Former Member
0 Kudos

Hi,

Yup.Its typo error.. Thank You.

Regards.

Satyardha

Former Member
0 Kudos

Hello,

Please check the value of parameter gw/monitor and also check note #1988220.

Looks like your value may be set to 0 (zero)

KR,

Amerjit

Former Member
0 Kudos

Hi

Thanks for your reply.

Parameter value set to 1 in our System but still I am facing the issue. And when I try to check it from cmd with gwmon it is showing gateway monitoring for hostname/3300 disabled.

Please advise.

Thank You.

Regards,

Satyardha

Former Member
0 Kudos

Hi Satyardha

Try this and confirm if issue is resolved.

Execute SPRO --> SAP Reference IMG -->

Under Structure, Expand node 'SAP NetWeaver' --> Gateway -->  OData Cjannel --> Configuration --> Activate or deactivate SAP NetWeaver Gateway

Please mark answer as correct if the same resolves your issue

Best Regards

Raj Mohan

Former Member
0 Kudos

Hi,

Earlier I had tried to check this in SPRO but I wondered as I couldn't see SAP Netweaver under structure. I don't have any idea why I am unable to view SAP Netweaver in SPRO !!

Can anyone please let me know on this? Is it possible to add  SAP Netweaver  to SPRO? Is there any alternative method to go and activate the Gateway?

Please advise.

Thank You.

Regards,

Satyardha

Former Member
0 Kudos

Hi Satyardha

Alternatively, you may please try executing T-Code /IWFND/IWF_ACTIVATE to activate gateway services.

Please add /n if any issue in executing t-code /IWFND/IWF_ACTIVATE. So execute this as /n/IWFND/IWF_ACTIVATE

Please don't forget to mark answer as correct

Best regards

Raj Mohan

Former Member
0 Kudos

Hello Satyardha,

Your problem has nothing to do with SAP Netweaver Gateway which is a completely different product.

You say you checked the gw/monitor value. Did you check this in the profile or did you check it with RZ11 ?

Could you also upload your dev_rd file.

KR,

Amerjit

Former Member
0 Kudos

Hi ,

I tried with the T code but no luck, it is showing transaction doesn't exist.

Please advise

Regards,

Satyardha

Former Member
0 Kudos

Hi,

I have checked  parameter value in rz11 which is set to 1.

But why I am not able see netweaver product in spro. What would be the reason?

Can you please suggest.

Regards,

Satyardha

Former Member
0 Kudos

Hello,

Let's keep things apart. As your problem is related to SMGW there is no reason to be looking at SPRO.

As requested, please upload your dev_rd file so that everyone can have a look and see what is being logged.

Could you also tell us what your system is and your kernel version.

KR,

Amerjit

Former Member
0 Kudos

Hi,

Please see dev_rd file below and this is SRM System with release 721.

Sat Dec 05 10:42:05 2015

***LOG Q0I=> NiPConnect2: 163.164.23.25:3300: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 81/sock 900

    (SI_ECONN_REFUSE/10061; I4; ST; 163.164.23.25:3300) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host CRTSRMDEV / sapgw00

*  ERROR       partner 'CWCEBDEV.BWBSAP1.COM:sapgw00' not reached

*

*  TIME        Sat Dec 05 10:42:05 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.23.25:3300

*  SYSTEM CALL connect

*  ERRNO       10061

*  ERRNO TEXT  WSAECONNREFUSED: Connection refused

*  COUNTER     777

*

*****************************************************************************

GwTraceHdlInfo: handle = 81

HANDLE   = 81

TIME     = Sat Dec 05 10:42:04 2015

SOCKET   = 900

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:49501

REMOTE   = -

OPTIONS  =

  type             = REM_GW

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.33.21

  accept_hostaddr  = ::

  opcode           = REMOTE_GATEWAY

  conn opcode      = NORMAL_CLIENT

  conn vers        = 2

  index            = 6

  data             = 0000000000000000

  ext_info         = 000000000EA0FD20

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostname = CWCEBDEV.BWBSAP1.COM

  hostaddr = 163.164.33.21

  service  = sapgw00

sap wp info:

  tid = 27

  uid = 18449

  mode = 0

  appc_ca_blk = 75

  len = 420

  wp = 1

  wait for answer = 1

  comm_idx = 13

Sat Dec 05 10:45:31 2015

NiHLGetHostName: to get 172.17.30.234 succeeded in 4518ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTCRMDEV.mrtsap.local [172.17.30.231,172.17.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.mrtsap.local [172.17.30.231,172.17.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.mrtsap.local [172.17.30.231,172.17.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:02:47 2015

NiHLGetHostName: to get 172.17.30.234 succeeded in 4572ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTCRMDEV.mrtsap.local [172.17.30.231,172.17.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.mrtsap.local [172.17.30.231,172.17.30.234]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.mrtsap.local [172.17.30.231,172.17.30.234]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:04:29 2015

NiHLGetHostName: to get 163.164.23.66 failed in 4509ms (tl=2000ms)

Sat Dec 05 11:04:37 2015

GwIExecMonCmd:received monitor command from MRTSRMDEV.mrtsap.local [172.17.30.231,172.17.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.mrtsap.local [172.17.30.231,172.17.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:04:50 2015

***LOG Q0I=> NiPConnect2: 163.164.23.66:3301: connect (10060: WSAETIMEDOUT: Connection timed out) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 84/sock 892

    (SI_ECONN_REFUSE/10060; I4; ST; 163.164.23.66:3301) [nixxi.cpp    3283]

Sriram2009
Active Contributor
0 Kudos

Hi Reddy

Could you check this SCN thread with same issue

SMGW deactivated | SCN

BR

SS

Former Member
0 Kudos

Hi,

gw/monitor parameter is set to 1 already in my System. There might be other problem in facing the issue. When I run gwmon, I got below results

GwMonDisplayConnTbl failed, rc=GW_MONITOR_DISABLED

Gateway monitoring for MRTSRMDEV / sapgw00 disabled

Please advise.

Thank you,

Regards,

Satyardha

Former Member
0 Kudos

Hi,

And when I checked for parameter, gw/netstat which has not set to any value and also I couldn't see any default value there.! Is this cause for my issue? but I read about this parameter is only for getting own host name but this has set any value right!!

Please suggest

Regards,

Satyardha

Sriram2009
Active Contributor
0 Kudos

Hi Reddy

Could you share the screenshot of parameters gw/monitor  in transaction RZ11

BR

SS

Former Member
0 Kudos

Hi sriram,

Please find the screenshot.

Regrads,

Satyardha

Former Member
0 Kudos

Hello,

This is not your complete dev_rd file. Please upload the entire (do not paste, please upload as attachment) file.

KR,

Amerjit

Sriram2009
Active Contributor
0 Kudos

Hi Reddy

Thanks for your info, Is it possible do the full system restart and then check the same.

Regards

SS

Former Member
0 Kudos

Hi,

I am unable to attach the doc but I am sharing complete dev_rd file below.

06.12.2015                                                                   RSTR0006: Display Developer Traces                                                                           1

trc file: "dev_rd", trc level: 1, release: "721"

Thu Dec 03 08:52:54 2015

***LOG S00=> GwInitReader, gateway started ( 3928) [gwxxrd.c     1766]

systemid   562 (PC with Windows NT)

relno      7210

patchlevel 0

patchno    422

intno      20020600

make       multithreaded, ASCII, 64 bit, optimized

pid        3928

gateway runs with dp version 140(ext=121) (@(#) DPLIB-INT-VERSION-140)

gateway (version=721.2015.03.30)

GwLogGetName: not found or invalid value for gw/logging_secure, set to 0

gw/reg_no_conn_info = 1

gw/local_addr : 0.0.0.0

gw/sim_mode : set to 0

***LOG S1I=> GwSetSimMode, Simulation Mode deactivated () [gwxxprf.c    4188]

* SWITCH TRC-RESOLUTION from 1 TO 1

CCMS: initialize CCMS Monitoring for ABAP instance with J2EE addin.

CCMS: SemInMgt: Semaphore Management initialized by AlAttachShm_Doublestack.

CCMS: SemInit: Semaphore 38 initialized by AlAttachShm_Doublestack.

Bind service sapgw00 (socket) to port 3300

GwIRegInitRegInfo: reg_info file E:\usr\sap\ED1\DVEBMGS00\data\reginfo.DAT not found

GwPrintMyHostAddr: my host addresses are :

  1 : [172.17.30.13] MRTSRMDEV.crtsap.local (HOSTNAME)

  2 : [127.0.0.1] MRTSRMDEV.crtsap.local (LOCALHOST)

Thu Dec 03 08:53:00 2015

NiHLGetHostName: to get 169.254.103.150 failed in 5759ms (tl=2000ms)

  3 : [169.254.103.150] 169.254.103.150 (NILIST)

Full qualified hostname = MRTSRMDEV.crtsap.local

DpSysAdmExtCreate: ABAP is active

DpSysAdmExtCreate: VMC (JAVA VM in WP) is active

DpIPCInit2: read dp-profile-values from sys_adm_ext

DpShMCreate: sizeof(wp_adm) 35200 (1760)

DpShMCreate: sizeof(tm_adm) 5140784 (25576)

DpShMCreate: sizeof(wp_ca_adm) 28000 (56)

DpShMCreate: sizeof(appc_ca_adm) 28000 (56)

DpCommTableSize: max/headSize/ftSize/tableSize=500/16/784048/784064

DpShMCreate: sizeof(comm_adm) 784064 (1552)

DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=512/48/131120/96544/227712

DpShMCreate: sizeof(slock_adm) 227712 (232)

DpFileTableSize: max/headSize/ftSize/tableSize=4000/16/384048/384064

DpShMCreate: sizeof(file_adm) 384064 (80)

DpShMCreate: sizeof(vmc_adm) 37280 (1864)

DpShMCreate: sizeof(wall_adm) (25648/42880/64/104)

DpShMCreate: sizeof(gw_adm) 48

DpShMCreate: sizeof(j2ee_adm) 2032

DpShMCreate: SHM_DP_ADM_KEY (addr: 000000000C1C0050, size: 6748288)

DpShMCreate: allocated sys_adm at 000000000C1C0060

DpShMCreate: allocated wp_adm_list at 000000000C1C2A20

DpShMCreate: allocated wp_adm at 000000000C1C2C10

DpShMCreate: allocated tm_adm_list at 000000000C1CB5A0

DpShMCreate: allocated tm_adm at 000000000C1CB5F0

DpShMCreate: allocated appc_ca_adm at 000000000C6B94A0

DpShMCreate: allocated comm_adm at 000000000C6C0210

DpShMCreate: allocated slock_adm at 000000000C77F8E0

DpShMCreate: allocated file_adm at 000000000C7B7270

DpShMCreate: allocated vmc_adm_list at 000000000C814EC0

DpShMCreate: allocated vmc_adm at 000000000C814F70

DpShMCreate: allocated gw_adm at 000000000C81E120

DpShMCreate: allocated j2ee_adm at 000000000C81E160

DpShMCreate: allocated ca_info at 000000000C81E960

DpCommAttachTable: attached comm table (header=000000000C6C0210/ft=000000000C6C0220)

MtxInit: -2 0 0

DpRqQInit: use protect_queue / slots_per_queue 0 / 2001 from sys_adm

Thu Dec 03 08:53:23 2015

GwDpInit: attached to gw_adm at 000000000C81E120

Thu Dec 03 08:54:46 2015

Prxy Trace = 0

Thu Dec 03 09:40:40 2015

***LOG Q0I=> NiIRead: P=158.234.154.13:59518; L=172.17.30.13:3300: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 5082]

*** ERROR => NiIRead: SiRecv failed for hdl 74/sock 688

    (SI_ECONN_BROKEN/10054; I4; ST; P=158.234.154.13:59518; L=172.17.30.13:3300) [nixxi.cpp    5082]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       connection to partner '158.234.154.13:59518' broken

*

*  TIME        Thu Dec 03 09:40:40 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -6

*  MODULE      nixxi.cpp

*  LINE        5082

*  DETAIL      NiIRead: P=158.234.154.13:59518; L=172.17.30.13:3300

*  SYSTEM CALL recv

*  ERRNO       10054

*  ERRNO TEXT  WSAECONNRESET: Connection reset by peer

*  COUNTER     14

*

*****************************************************************************

*** ERROR => GwConnectHandle: GwRead failed (NIECONN_BROKEN) [gwxxrd.c     6668]

Thu Dec 03 09:40:44 2015

NiHLGetHostName: to get 158.234.154.13 failed in 4525ms (tl=2000ms)

Thu Dec 03 11:41:25 2015

***LOG Q0I=> NiPConnect2: 163.164.23.24:3300: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 81/sock 708

    (SI_ECONN_REFUSE/10061; I4; ST; 163.164.23.24:3300) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner 'bwbcrdev.bwbsap1.com:sapgw00' not reached

*

*  TIME        Thu Dec 03 11:41:25 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.23.24:3300

*  SYSTEM CALL connect

*  ERRNO       10061

*  ERRNO TEXT  WSAECONNREFUSED: Connection refused

*  COUNTER     44

*

*****************************************************************************

GwTraceHdlInfo: handle = 81

HANDLE   = 81

TIME     = Thu Dec 03 11:41:24 2015

SOCKET   = 708

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:57871

REMOTE   = -

OPTIONS  =

  type             = CLIENT

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.23.24

  accept_hostaddr  = ::

  opcode           = NORMAL_CLIENT

  conn opcode      = REMOTE_GATEWAY

  conn vers        = 0

  index            = 7

  data             = 0000000000000000

  ext_info         = 0000000002EAE200

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostaddr = 163.164.23.24

  service  = sapgw00

  tpname   = sapdp00

Thu Dec 03 12:01:02 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4509ms (tl=2000ms)

Thu Dec 03 13:46:51 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4527ms (tl=2000ms)

Thu Dec 03 13:52:32 2015

NiHLGetNodeAddr: to get 'hsi052' failed in 4592ms (tl=2000ms)

Thu Dec 03 13:57:39 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4533ms (tl=2000ms)

Thu Dec 03 14:04:27 2015

***LOG Q0I=> NiPConnect2: 163.164.23.23:3300: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 92/sock 744

    (SI_ECONN_REFUSE/10061; I4; ST; 163.164.23.23:3300) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner 'bwbbwdev.bwbsap1.com:sapgw00' not reached

*

*  TIME        Thu Dec 03 14:04:27 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.23.23:3300

*  SYSTEM CALL connect

*  ERRNO       10061

*  ERRNO TEXT  WSAECONNREFUSED: Connection refused

*  COUNTER     115

*

*****************************************************************************

GwTraceHdlInfo: handle = 92

HANDLE   = 92

TIME     = Thu Dec 03 14:04:26 2015

SOCKET   = 744

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:59978

REMOTE   = -

OPTIONS  =

  type             = CLIENT

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.23.23

  accept_hostaddr  = ::

  opcode           = NORMAL_CLIENT

  conn opcode      = REMOTE_GATEWAY

  conn vers        = 0

  index            = 26

  data             = 0000000000000000

  ext_info         = 000000000EA0B610

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostaddr = 163.164.23.23

  service  = sapgw00

  tpname   = sapdp00

Thu Dec 03 14:04:40 2015

***LOG Q0I=> NiPConnect2: 163.164.23.23:3300: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 93/sock 752

    (SI_ECONN_REFUSE/10061; I4; ST; 163.164.23.23:3300) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner 'bwbbwdev.bwbsap1.com:sapgw00' not reached

*

*  TIME        Thu Dec 03 14:04:40 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.23.23:3300

*  SYSTEM CALL connect

*  ERRNO       10061

*  ERRNO TEXT  WSAECONNREFUSED: Connection refused

*  COUNTER     117

*

*****************************************************************************

GwTraceHdlInfo: handle = 93

HANDLE   = 93

TIME     = Thu Dec 03 14:04:39 2015

SOCKET   = 752

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:59982

REMOTE   = -

OPTIONS  =

  type             = CLIENT

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.23.23

  accept_hostaddr  = ::

  opcode           = NORMAL_CLIENT

  conn opcode      = REMOTE_GATEWAY

  conn vers        = 0

  index            = 27

  data             = 0000000000000000

  ext_info         = 000000000EA0A130

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostaddr = 163.164.23.23

  service  = sapgw00

  tpname   = sapdp00

Thu Dec 03 14:09:52 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4509ms (tl=2000ms)

Thu Dec 03 14:30:49 2015

NiHLGetHostName: to get 163.164.20.61 failed in 4510ms (tl=2000ms)

Thu Dec 03 14:31:10 2015

***LOG Q0I=> NiPConnect2: 163.164.20.61:3301: connect (10060: WSAETIMEDOUT: Connection timed out) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 121/sock 656

    (SI_ECONN_REFUSE/10060; I4; ST; 163.164.20.61:3301) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner '163.164.20.61:sapgw01' not reached

*

*  TIME        Thu Dec 03 14:31:10 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.20.61:3301

*  SYSTEM CALL connect

*  ERRNO       10060

*  ERRNO TEXT  WSAETIMEDOUT: Connection timed out

*  COUNTER     129

*

*****************************************************************************

GwTraceHdlInfo: handle = 121

HANDLE   = 121

TIME     = Thu Dec 03 14:30:49 2015

SOCKET   = 656

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:60361

REMOTE   = -

OPTIONS  =

  type             = CLIENT

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.20.61

  accept_hostaddr  = ::

  opcode           = NORMAL_CLIENT

  conn opcode      = REMOTE_GATEWAY

  conn vers        = 0

  index            = 29

  data             = 0000000000000000

  ext_info         = 000000000EA0BB00

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostaddr = 163.164.20.61

  service  = sapgw01

  tpname   = sapdp01

Thu Dec 03 15:06:19 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4509ms (tl=2000ms)

Thu Dec 03 15:50:14 2015

NiHLGetHostName: to get 172.17.30.235 succeeded in 4573ms (tl=2000ms)

Thu Dec 03 15:55:36 2015

***LOG Q0I=> NiIRead: P=172.17.30.14:61169; L=172.17.30.13:3300: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 5082]

*** ERROR => NiIRead: SiRecv failed for hdl 31/sock 764

    (SI_ECONN_BROKEN/10054; I4; ST; P=172.17.30.14:61169; L=172.17.30.13:3300) [nixxi.cpp    5082]

Thu Dec 03 16:08:55 2015

NiHLGetHostName: to get 172.17.30.227 succeeded in 4632ms (tl=2000ms)

Thu Dec 03 16:12:04 2015

NiHLGetHostName: to get 172.17.30.235 succeeded in 4551ms (tl=2000ms)

Thu Dec 03 16:27:12 2015

NiHLGetHostName: to get 172.17.30.235 succeeded in 4565ms (tl=2000ms)

Thu Dec 03 16:33:46 2015

NiHLGetHostName: to get 172.17.30.227 succeeded in 4551ms (tl=2000ms)

Thu Dec 03 16:54:41 2015

NiHLGetHostName: to get 172.17.30.227 succeeded in 4554ms (tl=2000ms)

Thu Dec 03 17:21:10 2015

NiHLGetHostName: to get 172.17.30.227 succeeded in 4535ms (tl=2000ms)

Thu Dec 03 17:26:34 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4543ms (tl=2000ms)

Fri Dec 04 02:17:43 2015

NiHLGetHostName: to get 172.17.30.227 succeeded in 4515ms (tl=2000ms)

Fri Dec 04 02:31:16 2015

NiHLGetHostName: to get 172.17.30.235 succeeded in 4526ms (tl=2000ms)

Fri Dec 04 02:46:29 2015

NiHLGetHostName: to get 172.17.30.227 succeeded in 4532ms (tl=2000ms)

Fri Dec 04 02:55:43 2015

NiHLGetHostName: to get 172.17.30.235 succeeded in 4565ms (tl=2000ms)

Fri Dec 04 03:41:20 2015

NiHLGetHostName: to get 172.17.30.227 succeeded in 4532ms (tl=2000ms)

Fri Dec 04 03:46:33 2015

NiHLGetNodeAddr: to get 'ED1' failed in 4592ms (tl=2000ms)

Fri Dec 04 04:37:52 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4558ms (tl=2000ms)

Fri Dec 04 08:23:52 2015

NiHLGetHostName: to get 172.17.30.235 succeeded in 4533ms (tl=2000ms)

Fri Dec 04 08:23:59 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4559ms (tl=2000ms)

Fri Dec 04 11:18:36 2015

NiHLGetHostName: to get 172.17.30.235 succeeded in 4538ms (tl=2000ms)

Fri Dec 04 11:18:44 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4521ms (tl=2000ms)

Fri Dec 04 11:52:39 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4532ms (tl=2000ms)

Fri Dec 04 13:40:27 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4525ms (tl=2000ms)

Fri Dec 04 14:04:47 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4529ms (tl=2000ms)

Fri Dec 04 14:19:18 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 3152ms (tl=2000ms)

Fri Dec 04 14:33:25 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4557ms (tl=2000ms)

Fri Dec 04 14:45:20 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 3111ms (tl=2000ms)

Fri Dec 04 15:16:27 2015

NiHLGetHostName: to get 172.17.30.235 succeeded in 4569ms (tl=2000ms)

Fri Dec 04 15:16:33 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4537ms (tl=2000ms)

Fri Dec 04 15:37:49 2015

***LOG Q0I=> NiPConnect2: 163.164.23.84:3301: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 115/sock 844

    (SI_ECONN_REFUSE/10061; I4; ST; 163.164.23.84:3301) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner 'bwbsolmgr.bwbsap1.com:sapgw01' not reached

*

*  TIME        Fri Dec 04 15:37:49 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.23.84:3301

*  SYSTEM CALL connect

*  ERRNO       10061

*  ERRNO TEXT  WSAECONNREFUSED: Connection refused

*  COUNTER     512

*

*****************************************************************************

GwTraceHdlInfo: handle = 115

HANDLE   = 115

TIME     = Fri Dec 04 15:37:48 2015

SOCKET   = 844

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:49404

REMOTE   = -

OPTIONS  =

  type             = CLIENT

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.23.84

  accept_hostaddr  = ::

  opcode           = NORMAL_CLIENT

  conn opcode      = REMOTE_GATEWAY

  conn vers        = 2

  index            = 80

  data             = 0000000000000000

  ext_info         = 000000000EA0C7A0

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostaddr = 163.164.23.84

  service  = sapgw01

  tpname   = sapdp01

Fri Dec 04 15:41:01 2015

NiHLGetHostName: to get 163.164.54.16 failed in 4543ms (tl=2000ms)

Fri Dec 04 15:41:22 2015

***LOG Q0I=> NiPConnect2: 163.164.54.16:3301: connect (10060: WSAETIMEDOUT: Connection timed out) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 117/sock 868

    (SI_ECONN_REFUSE/10060; I4; ST; 163.164.54.16:3301) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner '163.164.54.16:sapgw01' not reached

*

*  TIME        Fri Dec 04 15:41:22 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.54.16:3301

*  SYSTEM CALL connect

*  ERRNO       10060

*  ERRNO TEXT  WSAETIMEDOUT: Connection timed out

*  COUNTER     517

*

*****************************************************************************

GwTraceHdlInfo: handle = 117

HANDLE   = 117

TIME     = Fri Dec 04 15:41:01 2015

SOCKET   = 868

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:49449

REMOTE   = -

OPTIONS  =

  type             = CLIENT

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.54.16

  accept_hostaddr  = ::

  opcode           = NORMAL_CLIENT

  conn opcode      = REMOTE_GATEWAY

  conn vers        = 2

  index            = 81

  data             = 0000000000000000

  ext_info         = 000000000EA0CE40

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostaddr = 163.164.54.16

  service  = sapgw01

  tpname   = sapdp01

Fri Dec 04 16:00:46 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4587ms (tl=2000ms)

Fri Dec 04 16:00:52 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4611ms (tl=2000ms)

Fri Dec 04 18:02:55 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4532ms (tl=2000ms)

Fri Dec 04 18:03:00 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4532ms (tl=2000ms)

Fri Dec 04 23:02:55 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4584ms (tl=2000ms)

Fri Dec 04 23:03:01 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4552ms (tl=2000ms)

Sat Dec 05 10:37:21 2015

***LOG Q0I=> NiPConnect2: 163.164.21.20:3300: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 84/sock 916

    (SI_ECONN_REFUSE/10061; I4; ST; 163.164.21.20:3300) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner 'BWBEBDEV.BWBSAP1.COM:sapgw00' not reached

*

*  TIME        Sat Dec 05 10:37:21 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.23.25:3300

*  SYSTEM CALL connect

*  ERRNO       10061

*  ERRNO TEXT  WSAECONNREFUSED: Connection refused

*  COUNTER     768

*

*****************************************************************************

GwTraceHdlInfo: handle = 84

HANDLE   = 84

TIME     = Sat Dec 05 10:37:20 2015

SOCKET   = 916

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:49426

REMOTE   = -

OPTIONS  =

  type             = REM_GW

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.23.25

  accept_hostaddr  = ::

  opcode           = REMOTE_GATEWAY

  conn opcode      = NORMAL_CLIENT

  conn vers        = 2

  index            = 6

  data             = 0000000000000000

  ext_info         = 000000000EA0F880

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostname = BWBEBDEV.BWBSAP1.COM

  hostaddr = 163.164.23.25

  service  = sapgw00

sap wp info:

  tid = 27

  uid = 18449

  mode = 0

  appc_ca_blk = 75

  len = 420

  wp = 1

  wait for answer = 1

  comm_idx = 13

Sat Dec 05 10:38:09 2015

***LOG Q0I=> NiPConnect2: 163.164.21.20:3300: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 85/sock 916

    (SI_ECONN_REFUSE/10061; I4; ST; 163.164.21.20:3300) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner 'BWBEBDEV.BWBSAP1.COM:sapgw00' not reached

*

*  TIME        Sat Dec 05 10:38:09 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.21.20:3300

*  SYSTEM CALL connect

*  ERRNO       10061

*  ERRNO TEXT  WSAECONNREFUSED: Connection refused

*  COUNTER     770

*

*****************************************************************************

GwTraceHdlInfo: handle = 85

HANDLE   = 85

TIME     = Sat Dec 05 10:38:08 2015

SOCKET   = 916

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:49441

REMOTE   = -

OPTIONS  =

  type             = REM_GW

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.23.25

  accept_hostaddr  = ::

  opcode           = REMOTE_GATEWAY

  conn opcode      = NORMAL_CLIENT

  conn vers        = 2

  index            = 6

  data             = 0000000000000000

  ext_info         = 000000000EA0F880

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostname = BWBEBDEV.BWBSAP1.COM

  hostaddr = 163.164.23.25

  service  = sapgw00

sap wp info:

  tid = 27

  uid = 18449

  mode = 0

  appc_ca_blk = 75

  len = 420

  wp = 1

  wait for answer = 1

  comm_idx = 13

Sat Dec 05 10:42:05 2015

***LOG Q0I=> NiPConnect2: 163.164.21.20:3300: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 81/sock 900

    (SI_ECONN_REFUSE/10061; I4; ST; 163.164.21.20:3300) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner 'BWBEBDEV.BWBSAP1.COM:sapgw00' not reached

*

*  TIME        Sat Dec 05 10:42:05 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.21.20:3300

*  SYSTEM CALL connect

*  ERRNO       10061

*  ERRNO TEXT  WSAECONNREFUSED: Connection refused

*  COUNTER     777

*

*****************************************************************************

GwTraceHdlInfo: handle = 81

HANDLE   = 81

TIME     = Sat Dec 05 10:42:04 2015

SOCKET   = 900

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:49501

REMOTE   = -

OPTIONS  =

  type             = REM_GW

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.23.25

  accept_hostaddr  = ::

  opcode           = REMOTE_GATEWAY

  conn opcode      = NORMAL_CLIENT

  conn vers        = 2

  index            = 6

  data             = 0000000000000000

  ext_info         = 000000000EA0FD20

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostname = BWBEBDEV.BWBSAP1.COM

  hostaddr = 163.164.23.25

  service  = sapgw00

sap wp info:

  tid = 27

  uid = 18449

  mode = 0

  appc_ca_blk = 75

  len = 420

  wp = 1

  wait for answer = 1

  comm_idx = 13

Sat Dec 05 10:45:31 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4518ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:02:47 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4572ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:04:29 2015

NiHLGetHostName: to get 163.164.20.61 failed in 4509ms (tl=2000ms)

Sat Dec 05 11:04:37 2015

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:04:50 2015

***LOG Q0I=> NiPConnect2: 163.164.20.61:3301: connect (10060: WSAETIMEDOUT: Connection timed out) [nixxi.cpp 3283]

*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 84/sock 892

    (SI_ECONN_REFUSE/10060; I4; ST; 163.164.20.61:3301) [nixxi.cpp    3283]

*****************************************************************************

*

*  LOCATION    SAP-Gateway on host MRTSRMDEV / sapgw00

*  ERROR       partner '163.164.20.61:sapgw01' not reached

*

*  TIME        Sat Dec 05 11:04:50 2015

*  RELEASE     721

*  COMPONENT   NI (network interface)

*  VERSION     40

*  RC          -10

*  MODULE      nixxi.cpp

*  LINE        3283

*  DETAIL      NiPConnect2: 163.164.20.61:3301

*  SYSTEM CALL connect

*  ERRNO       10060

*  ERRNO TEXT  WSAETIMEDOUT: Connection timed out

*  COUNTER     788

*

*****************************************************************************

GwTraceHdlInfo: handle = 84

HANDLE   = 84

TIME     = Sat Dec 05 11:04:29 2015

SOCKET   = 892

STAT     = NI_CONN_WAIT

TYPE     = STREAM IPv4

OUT      = 0 messages 0 bytes

IN       = 0 messages 0 bytes

LOCAL    = 0.0.0.0:49846

REMOTE   = -

OPTIONS  =

  type             = CLIENT

  net_stat         = CONNECT_TO_REM_GW_PENDING

  hostaddr         = 163.164.20.61

  accept_hostaddr  = ::

  opcode           = NORMAL_CLIENT

  conn opcode      = REMOTE_GATEWAY

  conn vers        = 2

  index            = 91

  data             = 0000000000000000

  ext_info         = 000000000EA11D90

  offset           = 0

  rest_len         = 0

  snc_forced       = 0

remote gateway infos:

  hostaddr = 163.164.20.61

  service  = sapgw01

  tpname   = sapdp01

Sat Dec 05 11:12:09 2015

NiHLGetNodeAddr: to get 'hsi052' failed in 4556ms (tl=2000ms)

Sat Dec 05 11:17:39 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4515ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:20:35 2015

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:20:41 2015

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:31:36 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4527ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 11:38:55 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4527ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 12:50:24 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4518ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 13:08:46 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4513ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 13:08:49 2015

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 13:09:23 2015

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 13:09:34 2015

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 13:46:00 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4568ms (tl=2000ms)

Sat Dec 05 13:46:06 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4533ms (tl=2000ms)

Sat Dec 05 15:55:56 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4622ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sat Dec 05 15:59:59 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4548ms (tl=2000ms)

Sat Dec 05 18:02:59 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4511ms (tl=2000ms)

Sat Dec 05 18:03:04 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4520ms (tl=2000ms)

Sat Dec 05 23:02:58 2015

NiHLGetHostName: to get 172.17.30.236 succeeded in 4570ms (tl=2000ms)

Sat Dec 05 23:03:04 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4539ms (tl=2000ms)

Sun Dec 06 07:02:09 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4534ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sun Dec 06 08:33:07 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4557ms (tl=2000ms)

Sun Dec 06 08:41:34 2015

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Sun Dec 06 08:44:16 2015

NiHLGetHostName: to get 172.12.30.231 succeeded in 4505ms (tl=2000ms)

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

GwIExecMonCmd:received monitor command from MRTSRMDEV.crtsap.local [172.12.30.231,172.12.30.231]

GwIExecMonCmd:monitor commands only local

Former Member
0 Kudos

Hi,

No, we need specific reason for getting approval for restart. Can you please help me in any alternative! Recently our Systems got migrated. After that I am facing this issue to only one System,

Please advise.

Regards,

Satyardha

Former Member
0 Kudos

Hello,

Can you now provide the values from the SAP profiles for:

SAPLOCALHOST

SAPLOCALHOSTFULL

SAPGLOBALHOST

Also please provide all the hosts file entries for:

MRTSRVDEV

MRTSRMDEV.crtsap.local

loopback

localhost

KR,

A.

Former Member
0 Kudos

Hi,

Please see below values,

SAPLOCALHOST: MRTSRMDEV

SAPGLOBALHOST: MRTSRMDEV

SAPLOCALHOSTFULL: MRTSRMDEV

Below are the details which I have found in hosts file.

# Copyright (c) 1993-2009 Microsoft Corp.

#

# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.

#

# This file contains the mappings of IP addresses to host names. Each

# entry should be kept on an individual line. The IP address should

# be placed in the first column followed by the corresponding host name.

# The IP address and the host name should be separated by at least one

# space.

#

# Additionally, comments (such as these) may be inserted on individual

# lines or following the machine name denoted by a '#' symbol.

#

# For example:

#

#      122.54.94.91     rico.adge.com          # source server

#       38.25.63.10     x.adqe.com              # x client host

# localhost name resolution is handled within DNS itself.

# 117.0.0.1       localhost

# ::1             localhost

#Netbackup Hyper-V master

172.17.27.211 mrtpbnp01.crtsap.local mrtpbnp01

#Netbackup BSP Appliance

172.17.27.206 mrt-bep-nbuapp01.crtsap.local mrt-bep-nbrapp01

172.17.27.111 mrt-bep-nbuapp01-bkp.crtsap.local mrt-bep-nbrapp01-bnp

Former Member
0 Kudos

Hello,

If you look, your gateway is listening as follows:

GwPrintMyHostAddr: my host addresses are :

  1 : [172.17.30.13] MRTSRMDEV.crtsap.local (HOSTNAME)

  2 : [127.0.0.1] MRTSRMDEV.crtsap.local (LOCALHOST)

Now the point to note here which is why I am asking you to check the host/dns entries is that entry (2) shown above shows 127.0.0.1 and then the fully qualified hostname of MRTSRMDEV. I would have expected it to look like the following:

2 : [127.0.0.1] loopback (LOCALHOST)

1. Your SAPLOCALHOSTFULL is wrong. It should be the fully qualified address.

2. It seems as though you are using DNS. So please run nslookup for the entries I asked you to check in the hosts file and post the output here.

Now you have mentioned this is the only system where is doesn't work. Have you tried cross checking with systems where it does work properly ?

KR,

A.

Former Member
0 Kudos

Hi ,

I have crossed checked and found there is wrong input for SAPLOCALHOSTFULL which might be the cause of issue.

When I checked with nslookup for the entries MRTSRMDEV and MRTSRMDEV.crtsap.local, everything seems to be fine. Both has with same local IP and Server IP.

I believe if i go ahead and change the parameter SAPLOCALHOSTFULL, this might result in success!!!

I am basis admin. Please suggest

Regards,

Satyardha

Former Member
0 Kudos

Hi,

Now we're making progress 🙂

Please also check as I asked above what is being returned when you resolve 127.0.0.1

The second entry from your dev_rd (my host addresses are) is showing 127.0.0.1 with the fully qualified name of MRTSRVDEV. I would have expected it to show loopback or localhost for 127.0.0.1.

You have the luxury of being able to check against a system where it works.
so check what is being reported in the dev_rd of a system where it works.

Now you don't need to restart your entire instance if you just want to restart the gateway. Just search for "restart gwrd windows" in your favourite search engine. See sapntkill command.

KR,

A.

Former Member
0 Kudos

Hi All,

Issue got resolved after changing the parameter SAPLOCALHOSTFULL.

Thank you all for your important info & suggestions.

Former Member
0 Kudos

Hello All,

This thread has resolved my issue as well

thanks

Amar Ghuge