Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
NithinPannala
Partner - Contributor III
Partner - Contributor III

Error: "Object 'DTObject' does not implement IRepositoryRegistrationType interface" while upgrading repository

Hi , 

       When tried to upgrade the repository as suggested in the log while installing qlik replicate  encountered the following error.

C:\>"C:\Program Files\Attunity\Replicate\bin\RepUiCtl.exe" repository upgrade --repository "E:\Replicate\Data\GlobalRepo.sqlite"
Executing UpgradeRepositoryCommand command.
Upgrade operation failed (reason: REPO-E-OBNTIMRE, Object 'DTObject' does not implement IRepositoryRegistrationType interface.)
Command UpgradeRepositoryCommand failed.
REPO-E-OBNTIMRE, Object 'DTObject' does not implement IRepositoryRegistrationType interface.

 

Below is the error (suggestion) while installing 

[START: 2023-05-17 03:03:08 Qlik Replicate Version: 2022.11.0.394]
4 2023-05-17 03:03:08 [Host ] [INFO ] Setting up web host
4 2023-05-17 03:03:08 [Repository ] [ERROR] Repository 'Global' is out of date
4 2023-05-17 03:03:08 [Host ] [ERROR] REPO-E-REPOOOD, Repository 'Global' or one of its ingredients are out of date, please run the following command to upgrade the repository: RepUiCtl.exe repository upgrade --repository <repository_full_path>
4 2023-05-17 03:03:08 [Host ] [INFO ] Stopping service on error...
5 2023-05-17 03:03:09 [Host ] [INFO ] Stopped web host
1 2023-05-17 03:03:09 [Command ] [INFO ] Replicate Control Program completed successfully.
[END: 2023-05-17 03:03:09]

 

 

Labels (1)
2 Solutions

Accepted Solutions
Steve_Nguyen
Support
Support

@NithinPannala , when you downgrade, this could have cause the issue, if you left the original data folder in play.

 

-correct downgrade, would have backup the original 2022.11 data folder before the update.  then uninstall all . copy back the original 2022.11 data folder , and install 2022.11 using the original 2022.11 data folder before the upgrade.

 

 

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!

View solution in original post

NithinPannala
Partner - Contributor III
Partner - Contributor III
Author

@Steve_Nguyen  While downgrading the Qlik replicate,Deleting the qlik installation directory and data directory that is doing the fresh installation would work even in case if we have import from the json file.

View solution in original post

7 Replies
Steve_Nguyen
Support
Support

@NithinPannala 

 

-what version did you upgrade from ?

 

-did you do any downgrade ?

 

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
SwathiPulagam
Support
Support

Hi @NithinPannala ,

Run below command from cmd as administrator:

bin>RepUiCtl.exe repository upgrade --repository "<data folder>\GlobalRepo.sqlite"



Example: RepUiCtl.exe repository upgrade --repository "d:\Program Files\Attunity\Replicate\data\GlobalRepo.sqlite"

This will be applicable from upgrade or downgrade.

 

Thanks,

Swathi

NithinPannala
Partner - Contributor III
Partner - Contributor III
Author

@Steve_Nguyen  I have done a downgrade from 2023.5.0.125 to 2022.11.0.394 as I have encountered an error while doing an upgrade.

@SwathiPulagam  As I posted in the question I have tried the command but it failed.

Steve_Nguyen
Support
Support

@NithinPannala , when you downgrade, this could have cause the issue, if you left the original data folder in play.

 

-correct downgrade, would have backup the original 2022.11 data folder before the update.  then uninstall all . copy back the original 2022.11 data folder , and install 2022.11 using the original 2022.11 data folder before the upgrade.

 

 

Help users find answers! Don't forget to mark a solution that worked for you! If already marked, give it a thumbs up!
NithinPannala
Partner - Contributor III
Partner - Contributor III
Author

@Steve_Nguyen I have already replaced the data directory after installing the old version which worked but want to check if there is any other way to avoid the error.

 

NithinPannala
Partner - Contributor III
Partner - Contributor III
Author

@Steve_Nguyen  As per the documentation if we don't have feasibility to backup the data directory we can export the repository and import if the upgrade was unsuccessful.  what if the same issue happens in that case.

 

NithinPannala
Partner - Contributor III
Partner - Contributor III
Author

@Steve_Nguyen  While downgrading the Qlik replicate,Deleting the qlik installation directory and data directory that is doing the fresh installation would work even in case if we have import from the json file.