RV
Good day
When I want to run the QA report in our production Database, I get the following error message. Please see attachment....
But as soon as I merge the project folder out into another newly created DB, it runs 100%.
Can this be that there is a object somewhere in the DB that has a description longer than 32000 units, or can it be something else?
Has anyone ever encountered the same issue before?
Thanks a lot
Hi,
this error message occurs if you try to write too many characters into a single cell of an Excel Worksheet. This is a limitation of Excel. To find the ARIS object which is responsible for this issue, just add a check in your script, which checks the length of the text to be written to the cell.
BR, Torsten