Do you have any question about this error?
Message type: E = Error
Message class: S03 - Messages for Enjoy TCC Monitors, July 20, 1999
Message number: 119
Message text: To collect table access data, stat/tabrec must be greater than 0
You have set one of the parameters <LS>stat/tcode1</> to
<LS>stat/tcode5</> on at least one instance. However, <stat/tabrec> has
the value 0.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
If you want to collect data about the table accesses of one or more
transactions, the parameter <LS>stat/tabrec</> must also be set on the
relevant instance. Depending on desired accuracy, you should set
<LS>stat/tabrec</> to a value between 5 and 50 (note that a high value
means the statistics file will grow quickly, increasing the load on the
workload collector). Only use this tool for a short-term analysis to
analyze critical, long-running transactions.
Stopping an instance deactivates the <LS>stat/...</> online parameters.
When the instance is restarted, the relevant profile parameters are
then active.
Error message extract from SAP system. Copyright SAP SE.
S03119
- To collect table access data, stat/tabrec must be greater than 0 ?The SAP error message S03119 indicates that the system is unable to collect table access data because the statistics or table record count (
stat/tabrec
) is set to a value that is less than or equal to zero. This typically occurs when the system is trying to gather performance statistics for database tables, but the configuration is not set up correctly.Cause:
- Configuration Issue: The parameter
stat/tabrec
is not set correctly in the SAP system. This parameter controls the collection of table access statistics.- Missing or Inactive Statistics: The statistics for the database tables may not have been activated or collected properly.
- Database Settings: The underlying database may not be configured to collect statistics, or the statistics collection may be disabled.
Solution:
Check Parameter Settings:
- Go to transaction
RZ10
to check the profile parameters.- Look for the parameter
stat/tabrec
. Ensure that it is set to a value greater than 0. A common value is1
, which enables the collection of table access statistics.Activate Statistics Collection:
- If the parameter is not set, you can add it to the instance profile and restart the SAP system for the changes to take effect.
- Example: Set
stat/tabrec = 1
in the instance profile.Check Database Configuration:
- Ensure that the database is configured to allow the collection of statistics. This may involve checking database-specific settings or configurations.
- For example, in Oracle, you may need to ensure that the statistics gathering jobs are running.
Collect Statistics:
- If the statistics have not been collected for the tables, you may need to run a job to collect them. This can often be done through transaction
DB02
or using database-specific commands.Review SAP Notes:
- Check the SAP Support Portal for any relevant SAP Notes that may address this specific error or provide additional guidance.
Related Information:
RZ10
: To manage profile parameters.DB02
: To monitor database performance and statistics.By following these steps, you should be able to resolve the error message S03119 and enable the collection of table access data in your SAP system.
Get instant SAP help. Start your 7-day free trial now.
S03118
Global data is not available; local data is displayed
What causes this issue? You have selected the <LS>TOTAL</> instance and an analysis tool for which there is no global data.System Respons...
S03117
Error during RFC call; cannot display data from instance &1
What causes this issue? An error occurred when the system attempted to open an RFC connection to the selected intance; no connection was opened. This...
S03130
Error accessing database: Unable to read values
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
S03131
Changed values saved
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.