Sparx Systems Forum

Enterprise Architect => General Board => Topic started by: tweber on August 01, 2024, 10:22:56 pm

Title: Script Size
Post by: tweber on August 01, 2024, 10:22:56 pm
Is there a setting for controlling the max size of scripts (i.e., jscript)?  I've got a script with common functions and am getting an error trying to save it.
Title: Re: Script Size
Post by: Geert Bellekens on August 01, 2024, 11:01:06 pm
I don't think so. My scripts are sometimes pretty large too, and I've never encountered such an error.

What error exactly are you getting, and on which database?

On SQL Server this is an nvarchar(max) field, so that should accomodate about 2GB worth of data.
Hard to imagine a script running into that limit

Geert
Title: Re: Script Size
Post by: tweber on August 01, 2024, 11:08:34 pm
Sparx Systems Pro Cloud Server [0x00000003]

Unable to open recordset
Title: Re: Script Size
Post by: Geert Bellekens on August 02, 2024, 07:13:04 am
Sparx Systems Pro Cloud Server [0x00000003]

Unable to open recordset
PCS is just the way to get to the database. What database are you using?
It might also be worth to try a direction connection to see if that makes a difference.

Geert