Dual Stack 731 on Windows/Oracle.
My AS Java doesn't want to come up on my system. Error is message server unreachable.
I know the issue.
My Services file under system32\drivers\etc has only the following:
sapmsOT4 3601/tcp # SAP System Message Server Port
When I check my default.PFL i have
SAPDBHOST = SD01CUDB0105
j2ee/dbtype = ora
j2ee/dbname = OT4
j2ee/dbhost = SD01CUDB0105
SAPSYSTEMNAME = OT4
SAPGLOBALHOST = SD01CUDB0105
system/type = DS
SAPFQDN = OMEGA.DCE-EIR.NET
SAPLOCALHOSTFULL = $(SAPLOCALHOST).$(SAPFQDN)
rsdb/ssfs_connect = 0
rdisp/mshost = SD01CUDB0105
rdisp/msserv = sapmsOT4
rdisp/msserv_internal = 3901
# SAP Central Service Instance for J2EE
#-----------------------------------------------------------------------
j2ee/scs/host = SD01CUDB0105
j2ee/scs/system = 02
j2ee/ms/port = 3902
My DEV_MS under SAP\SID\SCS02\WORK says port 3902
My Dev_MS under SAP\SID\ASCS01\WORD says 3601
Obviously I need to define port 3902 in my services file..but what would be the service name? does it matter?
can this work?
sapmsOT4 3601/tcp # SAP System Message Server Port
sapmsOT4 3902/tcp # SAP System Message Server Port