on 2023 Jan 13 11:02 AM
After Upgrading to 2205 I've noticed that the relations e.g(B2BCustomer to UserGroups) and (Product relations) aren't working or not getting saved.
Also, Initialization isn't working.
Have you guys faced this issue?
Regards,
Ravi
Request clarification before answering.
Unfortunately, no errors were displayed on console logs, but the Saving doesn't work both via Backoffice or modelservice for relations.
It's working fine after I've done these steps.
db.url=jdbc:sqlserver://localhost\\hybris:1433;database= database_name;loginTimeout=30;responseBuffering=adaptive;
sqlserver.enableLimitSupportForSQLServer2012=true
Run these MSSQL database Alter scripts
ALTER DATABASE <database_name> SET READ_COMMITTED_SNAPSHOT ON;
ALTER DATABASE <database_name> SET ALLOW_SNAPSHOT_ISOLATION ON;
ant initliaze
The issue has been resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
19 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.