Do you have any question about this error?
Message type: E = Error
Message class: /SCMB/TDL_UTILS -
Message number: 035
Message text: Statistics for the following tables were not set up:
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
/SCMB/TDL_UTILS035
- Statistics for the following tables were not set up: ?The SAP error message
/SCMB/TDL_UTILS035
indicates that statistics for certain database tables have not been set up. This can lead to performance issues, as the database optimizer relies on statistics to determine the most efficient way to execute queries.Cause:
The error typically arises when:
- Database Statistics Not Collected: The statistics for the specified tables have not been collected or updated. This can happen if the database maintenance tasks have not been scheduled or executed.
- New Tables: If new tables have been created and statistics have not been generated for them.
- Database Configuration: There may be issues with the database configuration or settings that prevent statistics from being collected.
Solution:
To resolve this error, you can follow these steps:
Collect Statistics:
- Use the database management tools or SQL commands to collect statistics for the affected tables. The specific command will depend on the database you are using (e.g., Oracle, SQL Server, HANA).
- For example, in Oracle, you might use:
EXEC DBMS_STATS.GATHER_TABLE_STATS('schema_name', 'table_name');
- In SQL Server, you can use:
UPDATE STATISTICS table_name;
Schedule Regular Maintenance:
- Ensure that regular database maintenance tasks are scheduled to collect and update statistics automatically. This can often be set up in the database management system.
Check for Errors:
- Review the database logs for any errors or warnings that might indicate why statistics were not collected.
SAP Transaction:
- In SAP, you can also use transaction codes like
DB02
to check the status of database statistics and to gather statistics if necessary.Consult Documentation:
- Refer to the SAP documentation or your database documentation for specific instructions on how to manage and collect statistics.
Related Information:
If the problem persists after following these steps, consider reaching out to your database administrator or SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
/SCMB/TDL_UTILS034
Indices for the following tables were not created:
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SCMB/TDL_UTILS033
Indices for the following tables were not deleted:
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SCMB/TDL_UTILS036
&1 time series for TSID &2 were copied successfully in TSID &3
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
/SCMB/TDL_UTILS037
Time series for TSID &1 were deleted successfully
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.