Hi, I am using Bonita Studio (version 7.9.4) create bdm and export it to bdm.zip,
when i trying to install the bdm.zip to a new Server(for testing environment) , It didn't create relative table in business_data.db (Mariadb Server version10)
I found that qualifiedName seems have a length limit
when i short the qualifiedName
from "com.baeshiow.model.BSCancelLeaveApplication"
to "com.baeshiow.model.BSCancelLeaveAp" , it can create table successfully after install bdm.
But the weird thing is, i use the same bdm install successfully on another server(production environment) earlier.
So, I have check and reinstall for several days, just can't find the problem.
Note: I found this because when i start a new process it occurred error, then i found it that the table didn't exists in logs, then i found it didn't create relative table after i install bdm.zip
Thanks a lot.