[webMethods] SAP Adapter Listener 연결오류 관련
SAP Adapter를 정상설치후 Connection 및 RFC 호출 테스트는 정상수행되었으나, LIstener 등록시 SAP Adatper 로그상에 아래와 같은 에러 발생
============== 에러 내용 ================
Error: >Mon Jul 01 11:51:04,920<
>RfcIoException:
message: CPIC-CALL: SAP_CMACCPTP3 on convId:
LOCATION SAP-Gateway on host xxxxx / sapgwxx
ERROR registration of tp xxx_xxx_xxx from host xxxx not
allowed
TIME Mon Jul 01 11:51:03 2013
RELEASE 720
COMPONENT SAP-Gateway
VERSION 2
RC 720
MODULE gwxxrd.c
LINE 3612
COUNTER 2355
Return code: RFCIO_ERROR_REGISTRATION_DENIED(35)<
===================================================================
결론 : SAP에 webMethods가 클라이언트 입장으로 SAP Gateway 서비스에 xxx_xxx_xxx 이라는 Program ID를 등록하려고 하나 SAP 서버측에서 거부하는 메시지이다.
이와 관련한 SAP측 옵션은 아래와 같이 설정할수 있으며, gw/acl_mode=1인경우 위와 같은 에러 발생한다.
참고 URL : http://how2-sapbasis.blogspot.kr/2013/06/rfcerrorcommunication.html