Archive Manger 0

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
6 posts • Page 1 of 1
Akram
Posts:8
Joined: Mon Aug 06, 2018 1:41 pm

Archive Manger 0

Post by Akram »

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

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Archive Manger 0

Post by leoknipp »

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

Akram
Posts:8
Joined: Mon Aug 06, 2018 1:41 pm

Re: Archive Manger 0

Post by Akram »

"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
Attachments
1.PNG

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Archive Manger 0

Post by leoknipp »

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

Akram
Posts:8
Joined: Mon Aug 06, 2018 1:41 pm

Re: Archive Manger 0

Post by Akram »

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

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Archive Manger 0

Post by leoknipp »

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

6 posts • Page 1 of 1