S
Simon L. Prinsloo
Guest
Where in Developer Studio did you set the -inp? For the entire workspace, you set it at: Window --> Preferences --> Progress OpenEdge --> Startup In that screen is a "Default startup parameters" field where you can add -inp (or update it) if you need to. The workspace setting can also be overridden in the project. Right click the project and go to: Properties --:> Progress OpenEdge. There is a box to enter startup parameters and a check box (Add default parameters) to indicate if the workspace preference must be included. If you set this for the workspace, make sure the "Add default parameters" is checked. Try "-inp 32000" for a start, but if that does not work, increase it in increments of 8000. The max value in 11.6 is 2147483647, but that value implies a source file with one statement of 2GB!
Continue reading...
Continue reading...