Out of String Space (ViP Specific)
At 24 DEC 1997 10:38:48AM Richard Pajerski wrote:
I'm getting the following error when I try to generate a transfer application with DX: Runtime error 5150 "Out of string space". The transfer comprises about 90 fields and is from a Notes DB to an MS Access DB. My machine (Pentium 200)has 32M RAM. Any suggestions? Could this be due to a lack of machine resourses?
At 26 DEC 1997 05:44PM John Averell Revelation wrote:
You are trying to move too many fields with one DX app. Since DX is constructing a complete script for the whole transaction, it becomes too large for LotusScript to handle. (This is not a ViP limitation as such, but is built into LotusScript.)
I suggest you break the app down to something like 20 or so fields to find out when you first run into trouble. Then see if you can accomplish your goal with several DX apps.
If you can use ViP directly (instead of going through DX) you can
undoubtedly do the transfer in one app.