error
[SAP EAI] FTP Error - 550 Unexpected reply codeCreate directory operation failed.'. For details, contact your FTP server vendor.
Error Message An error occurred while connecting to the FTP server 'HOST:PORT'. The FTP server returned the following error message: 'com.sap.aii.adapter.file.ftp.FTPEx: 550 Unexpected reply codeCreate directory operation failed.'. For details, contact your FTP server vendor. Cause of error There is no connection to the directory. 해당 디렉토리에 대한 접속이 되어지지 않음. Solutions 1. Grant access to the directo..
[SAP EAI] Can't allocate space for object 'js_history' in database 'sybmgmtdb' because 'default' segment is full/has no free extents.
개발환경 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 Can't allocate space for object 'js_history' in database 'sybmgmtdb' because 'default' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwi..
[Android] your android sdk location contains non-ascii characters
Error Message : your android sdk location contains non-ascii characters 원인: 설치하려는 경로에 한글이 포함되어 있어서 발생하는 에러입니다. 해결 방법: 경로에 한글이 포함되지 않도록 Android SDK Location 부분을 편집하여 설치하시면 됩니다.
[컴퓨터] 바로 가기 오류 해결방법
'.lnk' 바로가기가 참조하는 드라이브나 네트워크 연결을 사용할 수 없습니다. 디스크가 올바르게 삽입되었고 네트워크 리소스가 사용 가능한지 확인한 다음 다시 시도하십시오. 윈도우 컴퓨터를 사용하면서 간혹가다 발생하는 오류입니다. 프로그램을 사용하다가 지웠을 때 바로가기 링크까지 완전히 지워지지 않았을 경우에 간혹 발생하는데요. '.lnk'는 바로가기의 확장명인데 해당 바로가기 파일을 찾아서 지우면 해당 문구가 사라지게 됩니다. 드라이브로 잡혀있을 경우 해당 드라이브의 연결을 끊어주기만 하면 됩니다. (해당 드라이브 마우스 우측 클릭 - 연결끊기) 파일의 경우 어느 경로에 파일이 있는지 모를 경우에는 탐색기에서 검색을 통해 찾으시면 쉽게 찾으실 수 있습니다. 위와 같은 에러의 경우에는 바로가기 파일이기 ..
[SAP EAI] Error: 1105, Severity: 17, State: 2 in Sybase
Sybase Site 참고 infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00729.1500/html/errMessageAdvRes/X100549.htm SyBooks Online infocenter.sybase.com Message text Can't allocate space for object '%.*s' in database '%.*s' because '%.*s' segment is full/has no free extents. If you ran out of space in syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegmen..
[Web] HTTP STATUS_CODE_NOT_OK- 401 Unauthorized
HTTP STATUS_CODE_NOT_OK- 401 Unauthorized HTTP 401 권한 에러의 원인 1. 클라이언트 오류 2. 403 Forbidden의 오류와 비슷한 서버 권한 구성에 문제가 있을 수 있다. (인증 없이 엑세스 할 수 있는 권한이 없음) 3. 로그인을 하려고 할 때 발생하는 경우가 많은데 대다수 오타로 인한 에러가 많음 4. 따라서, 입력된 데이터가 잘못 기입되었을 경우에 에러가 발생한다. HTTP 401 권한 에러 해결 방법 1. URL을 확인 2. 위에서 말했듯이 기입한 데이터 확인(오타 유무 확인) 3. 로그인의 경우 로그인의 자격 증명을 확인. 4. 인터넷 사용 기록 및 쿠키 삭제 - 인터넷 쿠키에 잘못된 인증이 유지되고 있을 경우에 401 에러가 발생할 수 있다. 참고..