limitation in schema - 1000 options max

Issue #79 on hold
Former user created an issue

Hi Yury we have today the following error message "Too much option Schema contains more then 1,000 options(1,008). Load anyway You can save this schema in an XML file and then create a new schema by modifying this file."

When I export data in xml file -> only 712 entries

Could you let me know * if we can increase limit of 1000 ? * why there is a difference between value provided in Warning message and data export ?

Thanks for your help Yann

Comments (3)

  1. Yury Oboz repo owner

    Are you include child options to count options?

    You can check options count with SQL query:

    SELECT count(*) FROM AO_AA9326_OPTION WHERE SCHEMA_ID = <schemaId>
    

    replace schemaId with you schema ID.

  2. Log in to comment