Tech_Info/SAP2011. 1. 2. 12:02

The system is unable to interpret the SSO ticket received 라는 메세지와 함께
각 링크를 클릭할때마다 webGUI 로그인하라고 뜬다.

원인은 : 인증서 만료. (다시 받으면 된다)

다시 받은후에는 SAP, BW, EP, BO 다 확인해줄것.

Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 12. 23. 21:13
Report : RSPARAM 실행하면 현재 적용되어 있는 Parameter가 나온다.

전산감사 나오는 사람들도 이거 실행해서 봄.

Transfer the values of the following profile parameters from the start profile of the instance on which the storage problems occur. You can display the values using the report RSPARAM, for example. The meaning of the individual parameters is described, for example, in Notes 33576, 44528, 68544 (Windows NT), and 95454 (AIX 32-bit).

# sappfpar 로 할경우
sappfpar check pf=E:\usr\sap\PRD\SYS\profile\xxxxxx.PFL

'Tech_Info > SAP' 카테고리의 다른 글

FI/CO에서 급여전표 조회하지 못하도록 하기.  (0) 2011.01.17
EP에서 SSO 에러  (0) 2011.01.02
Security Audit (SM19) 늘리기  (0) 2010.10.28
SAP DCOM Connector - Unicode시  (2) 2010.08.18
SPOOL 권한  (0) 2010.08.03
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 10. 28. 15:39

   

단점! 슬롯은 5개로 늘릴수 있는데, Logging 되는 filter 한개뿐이란다. ㅠㅠ

뭐하러 5 만드는거야 ㅠㅠ

 The Security Audit Log  

As of Release 4.0, you can use the Security Audit Log to record security-related system information such as changes to user master records or unsuccessful logon attempts. This log is a tool designed for auditors who need to take a detailed look at what occurs in the SAP System. By activating the audit log, you keep a record of those activities that you specify for your audit. You can then access this information for evaluation in the form of an audit analysis report.

The Security Audit Log provides for long-term data access. The audit files are retained until you explicitly delete them. Currently, the Security Audit Log does not support the automatic archiving of the log files; however, you can manually archive them at any time.

You can record the following information in the Security Audit Log:

        Successful and unsuccessful dialog logon attempts

        Successful and unsuccessful RFC logon attempts

        RFC calls to function modules

        Changes to user master records

        Successful and unsuccessful transaction starts

        Changes to the audit configuration

The audit files are located on the individual application servers. You specify the location of the files and their maximum size in the following profile parameters:

Profile Parameters for the Security Audit Log

Profile Parameter

Definition

Standard or Default Value

rsau/enable

Activates the audit log on an application server.

0 (audit log is not activated)

rsau/local/file

Specifies the location of the audit log on the application server.

/usr/sap///log/

audit_

rsau/max_diskspace_local

Specifies the maximum length of the audit log.

1,000,000 bytes

rsau/selection_slots

Specifies the number of selection slots for the audit.

2

You specify the activities that you want to log in filters using the transaction SM19. You can read the log using the transaction SM20. You can delete old logs with the transaction SM18.

For examples of typical filters used, see Example Filters.

For more information on the Security Audit Log, see 

Security Audit Log.

'Tech_Info > SAP' 카테고리의 다른 글

EP에서 SSO 에러  (0) 2011.01.02
SAP Parameter 확인하기  (0) 2010.12.23
SAP DCOM Connector - Unicode시  (2) 2010.08.18
SPOOL 권한  (0) 2010.08.03
BC] SPOOL_INTERNAL_ERROR  (0) 2010.07.07
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 8. 18. 18:21

패스워드가 틀리다고 나올때는 패스워드를 대문자로 하면 된다. 헐..

'Tech_Info > SAP' 카테고리의 다른 글

SAP Parameter 확인하기  (0) 2010.12.23
Security Audit (SM19) 늘리기  (0) 2010.10.28
SPOOL 권한  (0) 2010.08.03
BC] SPOOL_INTERNAL_ERROR  (0) 2010.07.07
SE16 권한 관련 자료  (0) 2010.06.24
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 8. 3. 17:34

본인 Job SPOOL 조회하는 권한

## Object

# BC_A - S_SPO_ACT

SPOACTION : DISP

SPOAUTH : __USER__

   

'Tech_Info > SAP' 카테고리의 다른 글

Security Audit (SM19) 늘리기  (0) 2010.10.28
SAP DCOM Connector - Unicode시  (2) 2010.08.18
BC] SPOOL_INTERNAL_ERROR  (0) 2010.07.07
SE16 권한 관련 자료  (0) 2010.06.24
RSA1에서 파일 업로드 하기 위해 필요한 권한.  (0) 2010.06.09
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 7. 7. 13:10
갑자기 아침에 spool_internal_error 로 출력이 안되는 상황 발생!
확인해보니, 시스템에서 SPOOL이 많이 쌓여있다아. 문제의 원인은 Delete Date가 2100-01-01 로 되어 있음.
SAP Bug로 Notes 1422843 확인 - SAP Note 1422843 - Wrong deletion date in spool request

문제는 기존 SPOOL 삭제하고, Notes 1422843 으로 해결
사용중인 시스템 : SAP R3 4.6C / Windows 2003 32bit / Oracle 9.2.0.7 / Non-Unicode


'Tech_Info > SAP' 카테고리의 다른 글

SAP DCOM Connector - Unicode시  (2) 2010.08.18
SPOOL 권한  (0) 2010.08.03
SE16 권한 관련 자료  (0) 2010.06.24
RSA1에서 파일 업로드 하기 위해 필요한 권한.  (0) 2010.06.09
HR 조직코드 보는 법  (0) 2010.06.01
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 6. 24. 14:32
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 6. 9. 11:03


권한 부족시 나타나는 에러

'Tech_Info > SAP' 카테고리의 다른 글

BC] SPOOL_INTERNAL_ERROR  (0) 2010.07.07
SE16 권한 관련 자료  (0) 2010.06.24
HR 조직코드 보는 법  (0) 2010.06.01
SAP GUI for Windows 720은 Office 2010 64bit 지원하지 않음.  (0) 2010.05.27
SAP Memory Management  (0) 2010.05.26
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 6. 1. 14:45


SE16 테이블보는 Transaction에서

Table - T527X
Table - HRP1000

OTYPE : O 가 조직코드이므로, 검색조건을 O로 해서 조회하면 조직정보만 보임
그중 OTJID가 조직코드 STEXT가 조직명임.
Posted by 알 수 없는 사용자
Tech_Info/SAP2010. 5. 27. 17:48

오후에 생고생을 하며 깐 Windows 7 64bit.
근데 GUI를 지원하지 않는단다. 룰루... 정확하게는 Windows 7 64Bit에 Office 2010 64 Bit를 깔면 지원을 하지 않는것.
Office 2010 32bit를 설치할경우에는 가능하단다.

젠장 다시 포멧해야 하나. ㅠㅠ

'Tech_Info > SAP' 카테고리의 다른 글

RSA1에서 파일 업로드 하기 위해 필요한 권한.  (0) 2010.06.09
HR 조직코드 보는 법  (0) 2010.06.01
SAP Memory Management  (0) 2010.05.26
SCAT를 사용해서 사용자 대량으로 만들기  (0) 2010.05.24
SAP Security.  (0) 2010.05.18
Posted by 알 수 없는 사용자