What to do if we get our Transport Reques in End of Transport Queue?
Basically we are getting this, as we have Schedule import
job at some fixed duration. Say for example 30 mins, so once it has passed that
limit, it will take all those requests...
Message Server
The task of the message server is to inform all the servers (instances) belonging to an SAP System of the existence of the other servers. It can also be contacted by other clients (for example, SAPlogon, RFC clients with load balancing) to get information...
SAP Web Dispatcher
Purpose The SAP Web dispatcher lies between the Internet and your SAP System. It is the entry point for HTTP(s) requests into your system, which consists of one or more Web application servers. As a "software web switch", the SAP Web dispatcher can...
Why do we do Index rebuild?
When an indexed field in a table is changed repeatedly, the data is deleted from the index and re-inserted at a new block in the index. The new entries are always added to the right side of the index tree and therefor deletion is relatively to the left....
Do we need to shutdown database also during kernel upgrade?
Generally, Kernel Upgrade means upgrade of DB Dependent files and DB InDependent files in your kernel directory.
The DB Dependent files consist of DLLs in Windows and similar other library files for other OS as well. So, logic, common sense and...
Check status of Business Process Engine (BPE) via SWF_XI_ADM_BPE_DISP
The Business Process Engine (BPE) executes integration processes at runtime
Recently I got an issue that one of our XI production system’s Business Process is not working correctly.
So to check the Business Process status we can use the TCode : SWF_XI_ADM_BPE_DISP...