Dear all, I had migrate the SQL from server-a to server-b by detach database in MS SQL Management Studio then attach to the new SQL Server.
Then I follow the KB http://kb.vmware.com/kb/2034928 to change the database-hold from old to new.
Meanwhile i use ssocli to change the database and it report:
C:\Program Files\VMware\Infrastructure\SSOServer\utils>ssocli configure-riat -a
configure-db --database-host icondemo-vc4.icon-demo.local --database-port 1433 -
m P@ssw0rd
ERROR: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get
JDBC Connection; nested exception is java.sql.SQLException: Login failed for use
r 'rsa_user'.
Then I use sql script to drop and create user. it now display:
C:\Program Files\VMware\Infrastructure\SSOServer\utils>ssocli configure-riat -a
configure-db --database-host icondemo-vc4 -m P@ssw0rd
ERROR: org.springframework.dao.PermissionDeniedDataAccessException: StatementCal
lback; SQL [SELECT COUNT(*) FROM IMS_CONFIG_VALUE]; The SELECT permission was de
nied on the object 'IMS_CONFIG_VALUE', database 'RSA', schema 'dbo'.; nested exc
eption is java.sql.SQLException: The SELECT permission was denied on the object
'IMS_CONFIG_VALUE', database 'RSA', schema 'dbo'.
Then I use create schema script to run it return as error (fail to create), service is up but with error in *the*attachment* and SSO Administrator web page still cannot load.