분류 전체보기

    [EAI] Log File - defaultTrace & application

    defaultTrace 파일: 전문에 관한 로그 application 파일: java 프로그램단에서 처리되어지는것에 대한 로그

    [Database] Tibero - sysdate와 Timestamp 정리

    [Database] Tibero - sysdate와 Timestamp 정리

    sysdate 1.sysdate의 경우 년월일시분초 까지 표현 가능 2. SYSDATE 활용 - 날짜를 포맷 적용하여 문자열로 변환 INSERT 문 1. INSERT INTO TABLE_NAME(colum1, colum2 ...) values('A', sysdate) 2. INSERT INTO TABLE_NAME(colum1, colum2 ...) values('A', to_char(sysdate,'yyyy-MM-dd HH:mm:ss')) SELECT 문 SELECT sysdate FROM dual; timestamp 1. systimestamp의 경우 년월일시분초 밀리세컨드 까지 표현 가능 (systimestamp를 사용하려면 timestamp 타입으로 지정해야 한다.) INSERT 문 1. INSER..

    [Sybase] Sybase DB - isql Login command

    Sybase Login Command isql –S –U -P -S server Specifies the name of the Adaptive Server to connect to. isql looks this name up in the interfaces file. If you specify -S with no argument, isql looks for a server named SYBASE. If you do not specify -S, isql looks for the server specified by your DSQUERY environment variable. -U username Specifies a case-sensitive login name. -P password specifies y..

    [JAVA] Error - 인증서 검증을 실패했습니다. 애플리케이션이 실행되지 않습니다

    [JAVA] Error - 인증서 검증을 실패했습니다. 애플리케이션이 실행되지 않습니다

    JAVA로 된 응용프로그램을 사용하다보면 간혹 다음과 같은 에러가 발생할 수 있습니다. JAVA 사용자로써 저도 처음 겪었을 때 당황스러웠던 기억이 나네요.. 에러내용 : 인증서 검증을 실패했습니다. 애플리케이션이 실행되지 않습니다 java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Response is unreliable: its validity interval is out-of-date at com.sun.deploy.security.RevocationChecker.checkOCSP(Unknown Source) at com.sun.deploy.security.RevocationChecker.che..

    [SAP EAI] Community

    https://community.sap.com/ SAP Community Home For the past couple of years, SAP Community Talks have played an integral part of SAP TechEd, with community members doing what they are best known for: sharing knowledge, tips and experiences with the community. With so many great submissions in our inbox community.sap.com https://wiki.scn.sap.com/wiki/display/WHP/Home Home - The Old Wiki Main Page ..

    [SAP EAI] How to set up an SFTP adapter

    [SAP EAI] How to set up an SFTP adapter

    SFTP Sender Channel Setting - SFTP 서버는 FTP 서버와 다르게 Server fingerprint 등록을 해야한다. - Server fingerprint는 FTP서버에 접속하게 되면 해당 주소를 16진수로 표현하여 리턴해주는데 이 값을 Server fingerprint값으로 넣어주면 된다. SFTP Receiver Channel Setting - Sender와 마찬가지로 Server fingerprint가 필요하다. - 추가로 Receiver의 경우 데이터를 넣어줄때 incoding이 필요한데 해당 incoding시에 Module 탭에 아래와 같이 값을 넣어주어야 한다. https://archive.sap.com/discussions/message/14223332#1422333..