Hi!
I'm installing SMO infraestructure and now atfer the laborotory test I have one doubt about profiles.
I had one SMO_TEST repository, after test the application y I installed new SMO_PROD repository in new server and BBDD and delete the SMO_TEST repository.
Now when I run this command from one of test servers (not from SMO database resides): smo profile list this is the output.
Profile name: SMO_TEST_SRV1 (Originaly created in SMO_TEST Catalog)
Profile name: SMO_PROD_SRV1 (Originaly created in SMO_PROD Catalog)
Profile name: SMO_TEST_SRV2 (Created in SMO_PROD but also its was created with the same name in SMO_TEST Catalog)
I see two profiles, the old and new but the old database is deleted and the server offline. ¿Is there any way to remove the old registry and SMO_TEST repository?
If I run this other command : smo profile sync -repository -dbname SMO_PROD -host 192.168.1.1 -port 1529 -login -username repo this is the output
[ INFO] SMO-20010: Synchronizing mapping for profiles in repository "repo@SMO_PROD/[192.168.1.1]:1529".
[ INFO] SMO-20011: Loaded mapping for profile "SMO_PROD_SRV1".
[ERROR] SMO-20009: Profile name "SMO_PROD_SRV2" in repository "repo@SMO_PROD/192.168.1.1:1529" clashes with profile name "SMO_PROD_SRV2" in repository "US_NETAPP@SMO_TEST/192.168.1.2:1529".
[ERROR] SMO-20013: Errors while synchronizing profiles from repository "repo@SMO_PROD/[192.168.1.1]:1529": [SMO-20009: Profile name "SMO_PROD_SRV2" in repository "repo@SMO_PROD/192.168.1.1:1529" clashes with profile name "SMO_PROD_SRV2" in repository "US_NETAPP@SMO_TEST/192.168.1.2:1529".]
[ERROR] SMO-01104: Error invoking command: SMO-20013: Errors while synchronizing profiles from repository "repo@SMO_PROD/[192.168.1.2]:1529": [SMO-20009: Profile name "SMO_PROD_SRV2" in repository "repo@SMO_PROD/192.168.1.1:1529" clashes with profile name "SMO_PROD_SRV2" in repository "US_NETAPP@SMO_TEST/192.168.1.2:1529".]
Thanks