-
I always get 0 NOPM in test results. What am I doing wrong? Will increasing the "MAXITEMS" field solve this problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Converting to discussion topic. Not an issue as source has been modified. |
Beta Was this translation helpful? Give feedback.
-
Yes, certainly modifying the build could have an impact on whether the build proceeds up to creating the stored procedures and whether they run correctly in the driver. The first thing to do is to set "Exit on MySQL Error" in the driver script options and see if it reports an error, by default errors are suppressed. If it does, then set MAXITEMS back to the default and re-run the schema build. If you want to vary the amount of data created, use the number of warehouses for this as the schema is scaled based on the selected warehouse_id. |
Beta Was this translation helpful? Give feedback.
Yes, certainly modifying the build could have an impact on whether the build proceeds up to creating the stored procedures and whether they run correctly in the driver. The first thing to do is to set "Exit on MySQL Error" in the driver script options and see if it reports an error, by default errors are suppressed. If it does, then set MAXITEMS back to the default and re-run the schema build.
If you want to vary the amount of data created, use the number of warehouses for this as the schema is scaled based on the selected warehouse_id.