Do you have any question about this error?
Stop googling SAP errors. Use our Free Essentials plan instead - no credit card needed. Start Now →
Message type: E = Error
Message class: TT - Extended Computer Aided Test Tool (eCATT) messages
Message number: 346
Message text: Not started - time limit exceeded
You chose a time target that was exceeded when the preceding
procedures had been carried out.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Choose a larger time target.
Error message extract from SAP system. Copyright SAP SE.
TT346
- Not started - time limit exceeded ?The SAP error message TT346 "Not started - time limit exceeded" typically occurs in the context of background jobs or processes that have not completed within the expected time frame. This error can arise in various scenarios, such as when a job is scheduled to run but exceeds the defined time limit for execution.
Causes:
- Long-Running Processes: The job or process may be taking longer than anticipated due to data volume, complex calculations, or inefficient coding.
- Resource Contention: Other processes may be consuming system resources, leading to delays in job execution.
- System Performance Issues: Hardware limitations, insufficient memory, or CPU resources can cause slowdowns.
- Configuration Settings: The time limit for the job may be set too low in the job scheduling parameters.
- Deadlocks or Locks: The job may be waiting for resources that are locked by other processes.
Solutions:
- Increase Time Limit: Adjust the time limit for the job in the job scheduling settings. This can be done in transaction code
SM37
(Job Monitoring) orSM36
(Job Scheduling).- Optimize the Job: Review the job's logic and optimize the code or queries to improve performance. This may involve indexing database tables or rewriting inefficient SQL queries.
- Monitor System Performance: Use transaction codes like
ST03N
(Workload Analysis) orST04
(Database Performance Analysis) to identify performance bottlenecks.- Check for Locks: Use transaction code
SM12
to check for locks that may be affecting the job. Resolve any deadlocks or long-held locks.- Schedule During Off-Peak Hours: If possible, schedule the job to run during off-peak hours when system load is lower.
- Review Job Logs: Check the job logs for any specific errors or warnings that may provide insight into why the job is taking longer than expected.
Related Information:
SM37
: Job MonitoringSM36
: Job SchedulingSM12
: Lock EntriesST03N
: Workload AnalysisST04
: Database Performance AnalysisBy addressing the underlying causes and implementing the suggested solutions, you should be able to resolve the TT346 error and improve the performance of your SAP jobs.
Get instant SAP help. Sign up for our Free Essentials Plan.
TT345
The test case does not contain any functions; possible transport error
What causes this issue? The system issues an error message and will not allow you to continue with this transaction until the error is resolved. Syst...
TT344
The execution of VERI reports is not yet allowed
What causes this issue? The procedure is of the type 'verification report'. The system is not set up for performing VERIs.System Response ...
TT347
Referencing test case can only be called from Test Workbench
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
TT348
The test case has been active for & minutes
What causes this issue? The transaction being executed in the CATT procedure has not yet finished at the time of formatting the log.System Response ...
Click on this link to search all SAP messages.