Hello,
i am faced with an error during SUM Update of SRM to SP8.
Looks like MAIN_PROFSTART/STOPSAP_TRANS phase stops the SAP instance and then tries to connect to it which will fail of course. Starting the instance does not help as the phase itself will shutdown the instance before trying to establish a rfc connection.
I run SUM on the PAS (plogistikd1) of a distributed environment: <ASCS_Host> <PAS_Host> <DB_Host>
Should i have started SUM from ASCS instance? The stack.xml was taken from a MOPZ run of another host and than adjusted to fit the hostname. The originally MOPZ run was for a non distributed system (but same version etc). Do i have to change other attributes in stack file to represent that?
Already added "service/protectedwebmethods = NONE" to the instance profile and restarted system and SUM as mentioned in snote 1664214 and somewhere in the forum here.
Also i assume this is not a network issue as SUM tries to reach RFC on localhost.
SAPup.log :
### ### ###
CURRENTPHASE
# Executing module 'MAIN_PROFSTART'.
# BEGIN MAIN MODULE Downtime I: Set up system for downtime
CURRENTPHASE MAIN_PROFSTART/INSTTEMPLIC_TRANS
...started at 20150721154538
# Using phase log file 'INSTTEMPLIC_TRANS.LOG'.
..times self: 0.000/0.010 usr/sys, children 0.010/0.030 usr/sys.
..finished at 20150721154539 with status SUCCEEDED.
CURRENTPHASE MAIN_PROFSTART/STOPSAP_TRANS
...started at 20150721154539
..finished at 20150721154541 with status ABORTED.
# Error message set: 'RFC login to system PL1 ashost <PAS_Host> nr 26
gwhost <PAS_Host> gwservice sapgw26 failed with code 1 key
RFC_COMMUNICATION_FAILURE:
LOCATION CPIC (TCP/IP) on local host with Unicode
ERROR partner '<PAS_Host>:3326' not reached
TIME Tue Jul 21 15:45:39 2015
RELEASE 721
COMPONENT NI (network interface)
VERSION 40
RC -10
MODULE nixxi.cpp
LINE 3283
DETAIL NiPConnect2: <PAS_Host>:3326
SYSTEM CALL connect
ERRNO 111
ERRNO TEXT Connection refused
COUNTER 217
### ### ###
End SAPup.log
Any ideas or hints?