'How to change Object Length when Generating Database Script using PowerDesigner 16?

I'm doing a reverse engineer of a MySQL database to pass it to a Sybase database.

When I generate the Database Script (for the Sybase database), it gives me errors because it only allows a 30 length object name. The thing is, with ASE 15.X versions, we can have object names with 250 tops.

Is it possible to change the object name length allowed?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source