PO
[SAP EAI] SAP PO(Process Integration) - SOAP Adapter 타임아웃 파라메터 세팅(Timeout parameters in SOAP Sender/Receiver Adapter)
SAP PO의 SOAP Sender/Receiver Adapter의 Timeout 파라메터 세팅 방법 SOAP의 경우 일반적으로 Proxy 세팅또한 SOAP Adapter를 사용하여 Proxy 세팅을 한다. 때문에 Proxy 통신에 대한 파라메터 세팅의 경우에도 동일한 방식을 활용하여 세팅하면 된다. 1. SOAP Sender Setting 방법 1) Integration Directory에서 Timeout 세팅하고자 하는 SOAP Communication Channel을 연다. 2) SOAP Communication Channel의 Module 탭을 클릭한다. 3) Module Configuration 항목에 캡쳐화면에 나온것처럼 parameter 값을 넣어준다. 참고사항 - 매개변수의 이름은 SOAP..
[SAP EAI] 'sybase/SID' Disk full issue
개발환경 SAP Adaptive Server Enterprise (ASE) 15.7 and 16.0 for Business Suite SAP NetWeaver (NW) - All versions SAP Adaptive Server Enterprise 15.7 ; SAP Adaptive Server Enterprise 16.0 ; SAP NetWeaver Issue the file in SID.log was growing in the path '/sybase/SID/ASE-16_0/install'. 해결방안 1) System Restart - Stop the SAP EAI System, including the database - move the SID.log to another filesystem or ..
[SAP EAI] Error "Can't allocate space for object 'js_history' ..."
개발환경 SAP Adaptive Server Enterprise (ASE) 15.7 and 16.0 for Business Suite SAP NetWeaver (NW) - All versions SAP Adaptive Server Enterprise 15.7 ; SAP Adaptive Server Enterprise 16.0 ; SAP NetWeaver Error Message 00:0003:00000:00019:2021/01/22 07:58:28.61 kernel Job Scheduler (js__exec_handler): Exception 3602 raised. 00:0003:00000:00019:2021/01/22 07:58:28.61 kernel Job Scheduler got exception ..
[SAP EAI] QUEUE 전송 방식
SAP EAI 에서의 전송방식은 크게 Synchronous(동기방식)과 Asynchronous(비동기) 방식으로 나뉘게 된다. 그 중 Synchronous방식에 해당하는 BE(Best Effort)와 Asynchronous방식의 EO(Exactly Once), EOIO(Exactly Once In Order)로 나뉜다. 전송방식 종류 내용 Synchronous BE - Best Effect의 약자 - Queue를 사용하지 않음 - Synchronous 방식의 메시지 전송에 사용 - 재처리가 불가능 Asynchronous EO - Exactly Once의 약자 - Queue를 사용함 - Asynchronous 방식의 메시지 전송에 사용 - 무작위 처리방식 EOIO - Exactly Once In Order..
[SAP EAI] java.net.SocketTimeoutException: Accept timed out
FTP Sender Channel 에서 발생한 에러이다. FTP Error 내용 - Error occurred while connecting to the FTP server "127.0.0.1:21": com.sap.engine.interfaces.messaging.api.exception.MessagingException:java.net.SocketTimeoutException: Accept time out (local port 8080 to address 127.0.0.1 DNS name) , remote host unknown) 에러 원인 내용 중 Data Connection이 FTP 설정과 맞지 않아서 발생한 에러 해결방법 Data Connection : Passive(1023 이상의 랜덤포트 사..