Do you have any question about this error?
Message type: E = Error
Message class: 00 -
Message number: 390
Message text: Unable to schedule session &.
An error occurred when scheduling a session to be processed in the
background.
The session was not scheduled. A system log entry was created.
Check the system log to see which error occurred.
1. Does the user have the necessary authorization to schedule
background jobs?
2. Is the server you specified active?
3. Is any 'Batch work process' running on the application server?
Error message extract from SAP system. Copyright SAP SE.
The SAP error message "00390 Unable to schedule session" typically indicates that there is an issue with the background job scheduling in the SAP system. This error can occur for various reasons, and understanding the cause is essential for finding a solution. Here are some common causes, potential solutions, and related information:
Causes:
Resource Limitations: The system may have reached its limit for background jobs or sessions. This can happen if there are too many jobs scheduled at the same time or if the system resources (CPU, memory) are constrained.
Job Scheduling Configuration: There may be issues with the configuration of the job scheduling parameters in the SAP system.
User Authorizations: The user attempting to schedule the job may not have the necessary authorizations to do so.
System Load: High system load or performance issues can prevent new jobs from being scheduled.
Database Locks: If there are locks on the database that prevent the job from being scheduled, this error may occur.
Solutions:
Check Background Job Overview: Use transaction code
SM37
to check the status of background jobs. Look for any jobs that are currently running or have failed, and analyze their logs for more information.Increase Resource Limits: If the system has reached its limit for background jobs, consider increasing the limits in the system configuration. This may involve adjusting parameters in the instance profile.
Review Job Scheduling Configuration: Check the configuration settings for job scheduling in transaction
SM36
and ensure that they are set correctly.User Authorizations: Verify that the user has the necessary authorizations to schedule background jobs. This can be checked in transaction
SU01
.Monitor System Performance: Use transaction
ST03N
orST06
to monitor system performance and identify any bottlenecks. If the system is under heavy load, consider rescheduling jobs for a less busy time.Check for Database Locks: Use transaction
SM12
to check for any locks on the database that may be preventing job scheduling. If locks are found, investigate and resolve them.Restart the Background Processing: In some cases, restarting the background processing can help resolve temporary issues. This can be done using transaction
SM50
orSM66
.Related Information:
SM21
) for any related error messages or warnings that could provide additional context for the issue.If the problem persists after trying the above solutions, it may be necessary to involve your SAP Basis team or SAP support for further investigation.
Get instant SAP help. Start your 7-day free trial now.
Feature | Free Access | Free Trial |
---|---|---|
Basic SAP error explanation | ![]() |
![]() |
Step-by-Step Usage Guide | ![]() |
![]() |
Interactive SAP Coach Assistance | ![]() |
![]() |
AI Troubleshooting for T-Code Errors | ![]() |
![]() |
00389 No authorization for reorganizing sessions and logs
What causes this issue? Specified system functionality is batch input compatibl...
00388 & session(s) passed to background processing
What causes this issue? You have chosen "processing in the background"...
00391 No authorization for processing session & online
What causes this issue? Authorization checkSystem Response The system issues a...
00392 No authorization for processing session & in background
What causes this issue? During the authorization check, it was found that you d...
SAP messages fall into 3 different categories: Error messages
(message type = E), Warnings (W) or Informational (I) messages.
An error message will prevent you from continuing your work - it is a hard stop and you need to fix the error before you can proceed. A warning message will stop your work, however, you can then bypass the warning by pressing the Enter key on your keyboard. That said, it is still good practice to investigate the cause of the warning message and address it. An information message will not stop your work and is truly just for informational purposes.
Click on this link to search all SAP messages.