728x90
반응형

SAP/SAPBC 77

web dispatcher PSE Management 인증서 교체 작업 진행하기

안녕하세요. 오늘은 web dispatcher pse management  에서 인증서 교체작업을 진행했습니다. 처음이라..^^;;조금 고생했는데요.   일단 보유하고 있는 인증서는 이렇게 전달 받았고 변경 작업을 진행했습니다.rootcert.crt, intermediatercer.crtservercert.crt도메인인증서.pfx  Web Dispatcher 로그인 한 후 인증서 변경을 위해 SSL and Trust Configuration -> PSE Management  로 접속합니다.  인증서 변경 구조를 보면, SAPSSLS.pse 파일을 불러와서 입력되게 되어있습니다. SAPSSLS.pse  파일은 /usr/sap/SID/W00/sec 경로를 인지하게 됩니다.서버의 해당 경로에 sapgenpse..

SAP/SAPBC 2024.05.10

SM66 SNAP테이블 관련 ERROR발생

What is snap table? standard reorg jobs SAP에서 SNAP 테이블은 덤프 데이터를 저장하는 테이블입니다. 이 테이블은 시스템 오류가 발생할 때 생성되는 덤프 데이터를 저장하며, 이를 통해 문제를 분석하고 해결할 수 있습니다. SNAP 테이블이 가득 차면 더 이상의 덤프 데이터를 저장할 수 없게 됩니다. 테이블의 크기를 확인하고, 필요한 경우 테이블 항목을 삭제하여 공간을 확보할 수 있습니다. How to delte? SNAP is table to store runtime error. Cancel the work process Check runtime error such as SNAP_NO_NEW_EDNTRY Delete old runtime errors using RSSN..

SAP/SAPBC 2024.03.08

how to convert local object to transport object

안녕하세요 오늘은 .. 로컬 오브젝트로 따진 CTS를 transport object 로 변경하는 작업을 해보려합니다! 이렇게 개발클래스 오브젝튼는 로컬요청에서만 편집됩니다. 라고 따지고 이관이 불가하다는 문의를 받아서 확인해보았습니다. 1. TCODE spackage 에서 transport layer확인 / stms와 비교 2. SE01 에서 해당 CTS 상태 확인 3. SE03 에서 수정 -> 문서 참고 The local change request can be adjusted in SE03 Change Object Directory Entries. Reference: How to convert Local object ($TMP) to Transportabl... - SAP Community

SAP/SAPBC 2024.03.08

SAP SFTP external commnad SM49(WINSCP)

SAP 에서 기본으로 SFTP 를 제공하지 않아 External commnad 를 연동하여 사용하기로 하였습니다. sftp 를 사용하는 TOOL WINSCP OR FILEZILLA 같은 TOOL을 이용하여 BAT Command 를 작성 bat 파일이 있는 경로에 저장 bat파일은 아래와 같이 셋팅 하였습니다. “@echo off "C:\Program Files (x86)\WinSCP\WinSCP.com" /command "open sftp://id:pw@ip:디렉터리경로 -hostkey=*" "put D:\\sapmnt\trans\tmp\test3.txt" "exit" “ (test3.txt -> 업로드 하려는 파일)

SAP/SAPBC 2024.02.20

what is smq1 and smq2 and how to delete smq1 and smq2

안녕하세요오늘은 SMQ1, SMQ2 가 너무 과도하게 차 있어서 설정을 하려고 합니다  · SMQ1qRFC Monitor for the outbound queue. You use this transaction to monitor the status of the LUWs in the outbound queue and restart any hanging queues manually. · SMQ2 qRFC Monitor for the inbound queue. You use this transaction to monitor the status of the LUWs in the outbound queue.먼저, 첨부된 RFC 표를 참고하시기 바랍니다.전송된 데이터는 일반적으로 RFC가 성공적으로 실행된 후 자동..

SAP/SAPBC 2024.01.15
반응형