DP 8 uses an entirely different IDB than DP 7 did
What is the OS-type of the cell maanger?
Some of the things that can cause this
UNIX Cell Manager:
UNIX domain sockets connection to postgres database could not be done because
unix_socket_directory postgres's config parameter is changed from default /tmp to /var/opt/omni/tmp
This looks like it was fixed on the DP site
----------------
Windows Cell Manager:
psql: FATAL: SSPI authentication failed for user "hpdp"
Changing the user and configuring it in the following way:
1.) This services must be run with the new user:
[HP Data Protector] - Internal Database service
[HP Data Protector] - Internal Database connection pool
[HP Data Protector] - Application Server
2.) Modify Permissions for the new user should be added to folder:
\ProgramData\server\db80
3.) New must be added with:
omniinetpasswd -add { User@Domain
Domain\User }... [Password]
4.) Mapping should be corrected in:
- Config\Server\idb\idb.config (PGOSUSER='Domain\newuser';)
- server\db80\pg\pg_ident.conf
MAPNAME SYSTEM-USERNAME PG-USERNAME
hpdpidb newuser hpdp
1.) This services must be run with the new user:
[HP Data Protector] - Internal Database service
[HP Data Protector] - Internal Database connection pool
[HP Data Protector] - Application Server
2.) Modify Permissions for the new user should be added to folder:
\ProgramData\server\db80
3.) New must be added with:
omniinetpasswd -add { User@Domain
Domain\User }... [Password]
4.) Mapping should be corrected in:
- Config\Server\idb\idb.config (PGOSUSER='Domain\newuser';)
- server\db80\pg\pg_ident.conf
MAPNAME SYSTEM-USERNAME PG-USERNAME
hpdpidb newuser hpdp
You will probably need toget a case opened, and have this debugged to see if one of these are the problem, or, if it is something else