6. Loading and Unloading Databases : Copying Individual Database Objects : Increase Object Limit on Commands
 
Share this page                  
Increase Object Limit on Commands
Certain utilities like copydb, copyform, repcfg, genxml and convtouni limit to 100 the number of tables or views that can be specified on the command line. If this limit is insufficient for your application, the utexe.def file found in $II_SYSTEM/ingres/files can be modified.
To increase the 100 object limit in utexe.def file
1. Back up the utexe.def file in case you want to revert to the original file.
2. Open $II_SYSTEM/ingres/files/utexe.def for editing.
3. Search for the string %100S in the parameter description list directly under the command you want to modify.
4. Change the string to %nS where n is an integer defining the new limit.
5. Save the file and test.
Note:  Including space (0x20) in front of tab (0x09) in file utexe.def can lead to abnormal behavior in Report-Writer and RBF. We recommend that you do not edit file utexe.def unless you are sure of the formatting requirements for that file. Contact Actian Support for assistance.