Hello,
I had the problem, that a transport did not stop importing as the event from sapevt did not raise. After having read several notes I realised that I used
/etc/services:
sapmsP01 3601/tcp #blabla ...
/profile/DEFAULT.PFL
rdisp/msserv = sapmsP01
rdisp/msserv_internal=3901
The note 821875 tells me, that an application server should login with internal port, but it does not use this internal port though I have set it:
dev_evt:
Tue Jan 22 14:19:42 2008
Trace File of External Event Raiser (Level=0, Append=1)
EventID: SAP_TRIGGER_RDDIMPDP
SAP message server host: sapp01
SAP message server service (old): sapmsP01
ERROR ***: MsSndTypeOnce, rc = -20
ERROR ***: Event raise failed
dev_ms:
[Thr 5192] Tue Jan 22 14:19:42 2008
[Thr 5192] *** ERROR => MsSClientHandle: client 192.168.12.32 (192.168.12.32) is EXTERNAL, access denied [msxxserv.c 4857]
By overriding the profile manually by using the console and setting the message server service to 3901 it succeeds
sapevt.exe SAP_TRIGGER_RDDIMPDP -t name=P01 msserv=3901
dev_evt:
Tue Jan 22 14:20:54 2008
Trace File of External Event Raiser (Level=0, Append=1)
EventID: SAP_TRIGGER_RDDIMPDP
SAP message server host: myhost
SAP message server service (new): 3901
SAP message server service (old): sapmsP01
Event sent to server myhost_P01_01
So, what do I have to do and where do I have to configure something for using automatically the internal port to login?
Thanks in advance!
Michael
Edited by: Michael Zetzsch on Jan 22, 2008 2:47 PM
Edited by: Michael Zetzsch on Jan 22, 2008 2:48 PM