The issue must occur because you copied a repository from one environment to another.
To fix this issue, update the repository UUID in the copied repository schema → mta_repository :
Oracle :
update MTA_REPOSITORY set UUID = SYS_GUID();
Postgres :
update mta_repository set uuid = uuid_generate_v1();
SQL Server :
update mta_repository set uuid = newid()
Subham Dixit
The issue must occur because you copied a repository from one environment to another.
To fix this issue, update the repository UUID in the copied repository schema → mta_repository :
Oracle :
Postgres :
SQL Server :
Subham Dixit
The issue must occur because you copied a repository from one environment to another.
To fix this issue, update the repository UUID in the copied repository schema → mta_repository :
Oracle :
Postgres :
SQL Server :
-
Deployment History Date
-
Username in Tomcat Access Logs
-
Is It Possible to Perform Automatic Authentication with The User's Windows Account?
-
Where is the documentation for Version 5.2.5?
-
On Prem Semarchy Authentication using Azure AD?
-
Delete old models
-
Sync production model version with dev
-
Recreate a dev environment. Any side effect?
-
Indexes on xDM database tables
-
What logging technology is used in the Semarchy xDM platform?
See all 46 topics