cancel
Showing results for 
Search instead for 
Did you mean: 

After Upgrading from 2105 to 2205 Relations not working on local environment

braveendra
Explorer
0 Kudos
463

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

Accepted Solutions (1)

Accepted Solutions (1)

braveendra
Explorer
0 Kudos

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.

Answers (0)