Now I use WinCC OA 3.20 P004 in Windows 11 Pro.
When I start the project, there is an error in the logviewer:
Database error, [Backend] Default PostgreSQLserver cannot start. PostgresqlServer::startCommand: process crashed command(pg_ctl status -D C:\NTU\db\wincc_oa\localdb\postgresql\16\pgdata) (from System1:_NGA_B_PostgreSQLBackend)
I have ensured the user has full control privileges of the project folder. (It works when the project runs in Windows Server 2022 STD)
But the problem still can not be solved in Windows 11 Pro.
Is there any thing I can do?
Database error, [Backend] Default PostgreSQLserver cannot start. PostgresqlServer
Search
-
- Posts: 30
- Joined: Wed Jan 12, 2011 9:51 am
- hpuchegger
- Posts: 86
- Joined: Fri Oct 08, 2021 10:38 am
Re: Database error, [Backend] Default PostgreSQLserver cannot start. PostgresqlServer
Are you generally aware that Windows 11 Pro is not supported for WinCC OA? Only Windows 11 Enterprise is supported.
Do you use the same user for Windows Server 2022 and Windows 11? Does your path to C:\Users\<user>\AppData\Local\.winccoa contain special characters?
Br, Herbert
Do you use the same user for Windows Server 2022 and Windows 11? Does your path to C:\Users\<user>\AppData\Local\.winccoa contain special characters?
Br, Herbert
-
- Posts: 30
- Joined: Wed Jan 12, 2011 9:51 am
Re: Database error, [Backend] Default PostgreSQLserver cannot start. PostgresqlServer
Hello Herbert,
Thanks for your info. I think it's because my OS version is Windows 11 Pro. Not Windows 11 Enterprise.
Thanks for your info. I think it's because my OS version is Windows 11 Pro. Not Windows 11 Enterprise.
Re: Database error, [Backend] Default PostgreSQLserver cannot start. PostgresqlServer
In the error message a command is shown which is used to execute the PostgreSQL database.
Maybe you can run this command in a shell and check if additional error information is given.
Have you installed the PostgreSQL components from the WinCC OA setup on this machine?
In the log message the path information "localdb" is shown which refers to a WinCC OA Managed database and then the PostgreSQL components from the WinCC OA setup must be installed.
Best Regards
Leopold Knipp
Senior Support Specialist
Maybe you can run this command in a shell and check if additional error information is given.
Have you installed the PostgreSQL components from the WinCC OA setup on this machine?
In the log message the path information "localdb" is shown which refers to a WinCC OA Managed database and then the PostgreSQL components from the WinCC OA setup must be installed.
Best Regards
Leopold Knipp
Senior Support Specialist