Hello,
in real project after adding control script
main()
{
while (true)
{
DebugN("bla-bla");
delay(3);
}
}
Log contains a lot of similar errors:
SERVICE_WINCC_OA(1), 2018.12.05 15:51:22.780, SYS, INFO, 24/pmon, Got START command from 127.0.0.1, starting the manager WCCOActrl(75) at index 42
SERVICE_WINCC_OA(1), 2018.12.05 15:51:22.795, SYS, INFO, 1, Manager Start, C:\\Siemens\\Automation\\WinCC_OA\\3.13\\bin\\WCCOActrl.exe -PROJ SHHPP -pmonIndex 42 -num 75 AGG30min.ctl
WCCOActrl (75), 2018.12.05 15:51:22.930, SYS, INFO, 1, Manager Start, PROJ, SHHPP, V 3.13 - 3.13 platform Windows AMD64 linked at Aug 2 2016 13:15:23
WCCOActrl (75), 2018.12.05 15:51:22.934, SYS, INFO, 3, Trying to connect to (SYS: 0 Data -num 0 CONN: 1) @ ASUTP-SRV5:4897
WCCOActrl (75), 2018.12.05 15:51:22.944, SYS, INFO, 4, Connected to (SYS: 0 Data -num 0 CONN: 1) @ ASUTP-SRV5 (127.0.0.1)
WCCILdata (0), 2018.12.05 15:51:22.928, SYS, SEVERE, 69, Database error, DpListCache, flush, Code :-901
WCCILdata (0), 2018.12.05 15:51:22.956, SYS, INFO, 119, Last error repeated 70416 times.
WCCILdata (0), 2018.12.05 15:51:22.950, SYS, INFO, 4, Connected to (SYS: 3 Ctrl -num 75 CONN: 1) @ ASUTP-SRV5 (::ffff:127.0.0.1)
WCCILdata (0), 2018.12.05 15:51:25.955, SYS, INFO, 0, , Manager (SYS: 3 Ctrl -num 75 CONN: 1) initialised
WCCILdata (0), 2018.12.05 15:51:25.999, SYS, SEVERE, 69, Database error, DataManTask, dbError, RAIMA Database Error *** Code:-901 (INTERNAL error: -901
bad pznext
C errno = 0: No error
FILE: D:\\workspaces\\3.13\\workspace\\ExternLibs\\rdm45\\runtime\\Dio.c(2265))
WCCILdata (0), 2018.12.05 15:51:26.000, SYS, SEVERE, 69, Database error, DpListCache, flush, Code :-901
WCCILdata (0), 2018.12.05 15:51:26.009, SYS, SEVERE, 69, Database error, DataManTask, dbError, RAIMA Database Error *** Code:-901 (INTERNAL error: -901
bad pznext
So, what's wrong? how to avoid it?
SEVERE, 69, Database error, DataManTask, dbError
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: SEVERE, 69, Database error, DataManTask, dbError
The log messages for the database are not related to the CTRL script mentioned in your posting.
The CTRL script only writes DebugN messages. A DebugN message does not send any information to the database.
Only with this small part of log messages we cannot see the cause for the log messages.
If you need further information please get in contact with your common WinCC OA support.
Best Regards
Leopold Knipp
Senior Support Specialist
The CTRL script only writes DebugN messages. A DebugN message does not send any information to the database.
Only with this small part of log messages we cannot see the cause for the log messages.
If you need further information please get in contact with your common WinCC OA support.
Best Regards
Leopold Knipp
Senior Support Specialist