Monday, January 21, 2008
Why do you get "GetProcessList failed: 80004005" error while starting SAP console management
Posted by Bibek Chatterjee at 9:02 AM 0 comments
User cannot print
Posted by Bibek Chatterjee at 9:01 AM 0 comments
User cannot connect to SAP
A. Check SAP logon settings, ping the host, check message server, check dispatcher, etc
Posted by Bibek Chatterjee at 9:01 AM 0 comments
Can I use special characters in my lock argument (especially the ‘at’ sign (@))?
Posted by Bibek Chatterjee at 9:00 AM 0 comments
Is a lock table built if an enqueue work process is not started on the enqueue server in the instance profile?
Posted by Bibek Chatterjee at 8:58 AM 0 comments
The following message is displayed in the diagnosis details in SM12:Lock management operation mode Internal lock management in same process What does
Posted by Bibek Chatterjee at 8:57 AM 0 comments
What should I do first if a problem arises?
Posted by Bibek Chatterjee at 8:55 AM 0 comments
How fast are lock operations?
Posted by Bibek Chatterjee at 8:54 AM 0 comments
Can locks exist directly after startup?
Posted by Bibek Chatterjee at 8:53 AM 0 comments
Where is the lock table stored?
Posted by Bibek Chatterjee at 8:52 AM 0 comments
The enqueue server is a single-point-of-failure in the SAP System. Can I guarantee high availability for the Enqueue Server?
SAP note 524816 contains the prerequisites that must be fulfilled for using the standalone Enqueue Servers with the Replication Server.
Posted by Bibek Chatterjee at 8:52 AM 0 comments
What happens to locks when the enqueue server is restarted?
Posted by Bibek Chatterjee at 8:51 AM 0 comments
How do you display all active users in your system?
Posted by Bibek Chatterjee at 8:50 AM 0 comments
How do you display the server name?
Posted by Bibek Chatterjee at 8:46 AM 0 comments
How do you check the work process from UNIX?
A. Use the following commands.
- To check all the work processes: ps -ef grep grep dw
- To check the message server: ps -ef grep grep ms
- To check the SAP OS collector: ps -ef grep sapos
Posted by Bibek Chatterjee at 8:42 AM 0 comments
Sunday, January 20, 2008
How do you display the server name?
Posted by Bibek Chatterjee at 5:48 AM 0 comments
How do you check the work process from UNIX?
- To check all the work processes : ps -ef grep grep dw
- To check the message server : ps -ef grep grep ms
- To check the SAP OS collector : ps -ef grep sapos
Posted by Bibek Chatterjee at 5:45 AM 0 comments
What are the step involved before stopping R/3 system
A) Before stopping any R/3 system following steps are basic steps to be
performed.
- Before the R/3 System is stopped, the R/3 System administrator should check the:
- Check if any background jobs from any application server are active or have been triggered externally. Use transaction SM37
- Check if the background work process BTC is running in any application server.
- Check if any update records are open when the system is stopped, the records are rolled back and set to status init. At startup, the records are processed again.
- The administrator must decide whether to interrupt the jobs or wait until they are finished.
- Give system users advance warning of the system shutdown. To create a system message, you can use transaction SM02.
- Before shutting down the system, use transaction SM04 to check whether users are still logged on, and ask them to log off.
- The R/3 System administrator and administrators of external systems should also inform one another about data transfers between their respective systems.
Posted by Bibek Chatterjee at 5:40 AM 0 comments
In what sequence are profile parameter read?
A. R/3 processes read the appropriate parameters from a C source in the R/3
kernel
- The default profile /usr/sap//SYS/profile/DEFAULT.PFL is read; profile values already defined in the C source are replaced with the values in the default profile
- The instance profile /usr/sap//SYS/profile/__ is read; profile values already defined in the default profile or in the C source are replaced with the values defined in the instance profile
- This procedure ensures that system parameter values reflect the instance profile and the values in the default profile and the C source.
Posted by Bibek Chatterjee at 5:37 AM 0 comments
How do you start SAP R/3?
- startsap calls the script startdb, which starts the database if it is not already started.
- startsap then starts the central instance. The R/3 System administrator can start additional instances and application servers.
To start the instances independently of the database, use the script startsap. startsap has the following options:
- startsap r3: Checks if the database is running; if it is, only the instance is started
- startsap db: Starts only the database
- startsap all: Default entry; starts both the database and the R/3 instance
Posted by Bibek Chatterjee at 5:29 AM 1 comments
What are the different type of work process ?
A. The following work process in SAP R/3
- Dialog (D): each dispatcher needs at least 2 dialog work processes (not shown
above) - Spool (S): at least 1 per R/3 System (more than 1 per dispatcher allowed)
- Update (V): at least 1 per R/3 System (more than 1 per dispatcher allowed)
- Background (B): at least 2 per R/3 System (more than 1 per dispatcher allowed)
- Enqueue (E): exactly 1 per R/3 System (only 1 E work process is required and
allowed)
Posted by Bibek Chatterjee at 4:17 AM 0 comments
What is client 000 in SAP R/3?
Posted by Bibek Chatterjee at 3:07 AM 0 comments