Good day all ,
I have a problem with the Archive Manger 0 , it seems like it was physically deleted from db files , and now it shows an error on the console (Blue color not Green).
any recommendations ?
Regards
Archive Manger 0
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Archive Manger 0
If the db/wincc_oa/VA_<number> directory is deleted when the project is stopped it will be created automatically when starting the project again.
Please check if you get log messages which refer to an error when starting the archive manager.
Best Regards
Leopold Knipp
Senior Support Specialist
Please check if you get log messages which refer to an error when starting the archive manager.
Best Regards
Leopold Knipp
Senior Support Specialist
- Akram
- Posts:8
- Joined: Mon Aug 06, 2018 1:41 pm
Re: Archive Manger 0
"If the db/wincc_oa/VA_<number> directory is deleted when the project is stopped it will be created automatically when starting the project again"
this is working with all Value archive files but it is not working with VA_0000 !
The log shows the following:-
WCCOAvalarch (0), 2020.02.11 13:18:23.011, SYS, INFO, 1, Manager Start, PROJ, Mentor_Dev, V 3.16 - 3.16 platform Windows AMD64 linked at Jun 21 2018 16:18:13 (c2ee5ad24d7)
WCCOAvalarch (0), 2020.02.11 13:18:23.020, SYS, FATAL, 158, Could not create the server socket on port = 2224: No error
From Archive Manger information it shows Deleting:physical deletion
this is working with all Value archive files but it is not working with VA_0000 !
The log shows the following:-
WCCOAvalarch (0), 2020.02.11 13:18:23.011, SYS, INFO, 1, Manager Start, PROJ, Mentor_Dev, V 3.16 - 3.16 platform Windows AMD64 linked at Jun 21 2018 16:18:13 (c2ee5ad24d7)
WCCOAvalarch (0), 2020.02.11 13:18:23.020, SYS, FATAL, 158, Could not create the server socket on port = 2224: No error
From Archive Manger information it shows Deleting:physical deletion
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Archive Manger 0
In this case when you the error message for the port the problem is not related to the deletion of the directory.
There is possibly another process running which has opened the port 2224 already. With the command netstat (in a DOS shell) you can check which process is using which port.
Have you defined the entries dataPort and eventPort in the config file of your project?
If yes - which values are defined?
Best Regards
Leopold Knipp
Senior Support Specialist
There is possibly another process running which has opened the port 2224 already. With the command netstat (in a DOS shell) you can check which process is using which port.
Have you defined the entries dataPort and eventPort in the config file of your project?
If yes - which values are defined?
Best Regards
Leopold Knipp
Senior Support Specialist
- Akram
- Posts:8
- Joined: Mon Aug 06, 2018 1:41 pm
Re: Archive Manger 0
Have you defined the entries dataPort and eventPort in the config file of your project? Yes , I changed them , but now I delete my update and everything is working fine.
Thanks a lot , this solve my problem !
My Best Regards
Akram Elayan
Thanks a lot , this solve my problem !
My Best Regards
Akram Elayan
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Archive Manger 0
When you define the entries dataPort and eventPort you have to ensure that you are not using consecutive values. There must be a difference between the values.
Here is an example for a wrong configuration:
dataPort = 4455
eventPort = 4456
Here is an example for a correct configuration:
dataPort = 4455
eventPort = 4555
Best Regards
Leopold Knipp
Senior Support Specialist
Here is an example for a wrong configuration:
dataPort = 4455
eventPort = 4456
Here is an example for a correct configuration:
dataPort = 4455
eventPort = 4555
Best Regards
Leopold Knipp
Senior Support Specialist