Search found 15 matches
- Tue Aug 31, 2021 1:16 pm
- Forum: HowTos
- Topic: How to list license capabilities
- Replies: 2
- Views: 4462
How to list license capabilities
Hello, I need a test, "how to list license information, capabilities and expiration date at the command line". i.e. once the vastly differing methods of license setup are completed, how can we check that it is properly activated for all managers and capabilities? How can I check when a lic...
- Tue Aug 31, 2021 11:26 am
- Forum: Bugs / Problems
- Topic: WCCILevent -report all
- Replies: 2
- Views: 2734
WCCILevent -report all
/opt/WinCC_OA/3.16/bin/WCCILevent -report all -proj APP -log +stderr - When I run this command with the Event Manager Running, I get error: The Manager (SYS: 0 Event -num 0 CONN: 1) is already running at host localhost., MAN: (SYS: 1 Data -num 0 CONN: 1) - I then stop the project in the console; bu...
- Mon Aug 30, 2021 2:46 pm
- Forum: HowTos
- Topic: WCCOAascii Manager Questions
- Replies: 4
- Views: 5948
Re: WCCOAascii Manager Questions
/opt/WinCC_OA/3.16/bin/WCCILevent -report 0 -reportfile /tmp/tttt -log +stderr -proj APP - So it looks like the -proj flag is required. - reportfile never seems to output anything. - when the event manager is running (as a process under the linux service), I receive error message: "The Manager...
- Mon Aug 30, 2021 2:18 pm
- Forum: HowTos
- Topic: WCCOAascii Manager Questions
- Replies: 4
- Views: 5948
Re: WCCOAascii Manager Questions
/opt/WinCC_OA/3.16/bin/WCCILevent -report 0 -log +stderr -proj APP WCCILevent (0), 2021.08.30 12:16:35.607, SYS, INFO, 1, Manager Start, PROJ, APP, V 3.16 - 3.16 platform Linux x86_64 linked at Jun 21 2018 16:07:45 (c2ee5ad24d7) WCCILevent (0), 2021.08.30 12:16:35.647, SYS, INFO, 108, License infor...
- Mon Aug 30, 2021 10:36 am
- Forum: HowTos
- Topic: WCCOAascii Manager Questions
- Replies: 4
- Views: 5948
WCCOAascii Manager Questions
WCCOA 3.16 I have two main goals: 1. Export all data points from the command line (in a format that could then be used directly by get/set with minimal parsing). 2. Output any tests or diagnostic reports available from the CLI. I've tried variable things without luck (zero feedback from terminal pro...
- Wed Aug 25, 2021 4:05 pm
- Forum: HowTos
- Topic: How to reduce a project to the minimum size?
- Replies: 4
- Views: 5709
Thank you
All great advice that helps a bunch, thanks!
Surprised I didn't get a notification of response, I don't think it's working on this site =(; confirmed, I am subscribed... I think, lol, isn't clear.
Surprised I didn't get a notification of response, I don't think it's working on this site =(; confirmed, I am subscribed... I think, lol, isn't clear.
- Thu Aug 19, 2021 11:52 am
- Forum: HowTos
- Topic: How to reduce a project to the minimum size?
- Replies: 4
- Views: 5709
How to reduce a project to the minimum size?
We have projects that were delivered as tarballs, 80MB in size, but 4.9GB in size when uncompressed! Such a massive compression ratio suggests massive duplication. This is what has been deployed into production. I am seeking a way to make this more reasonable, I strongly suspect a lot of it is logs ...
- Thu Aug 19, 2021 11:46 am
- Forum: HowTos
- Topic: WinCC OA RPMs and Dependencies
- Replies: 4
- Views: 4001
Re: WinCC OA RPMs and Dependencies
I'm guessing you have non RH 7 standard repos configured or perhaps this was added recently because they froze our local repos years ago.... funny though, version 17 not 19 is what is needed for 3.16.
- Wed Aug 18, 2021 2:34 pm
- Forum: Bugs / Problems
- Topic: autoreg and autofreg not working
- Replies: 2
- Views: 2767
Re: autoreg and autofreg not working
I seem to have figured it out: - auto(f)reg only works on the pmon bin file. - seems the pmon is designed to run continuously, so this is all designed to run as a service. Honestly learning how this software has been built and having much experience with other control systems, I can't imagine why so...
- Wed Aug 18, 2021 11:14 am
- Forum: Bugs / Problems
- Topic: autoreg and autofreg not working
- Replies: 2
- Views: 2767
autoreg and autofreg not working
I have been attempting to automatically registry a project on fresh install, but it doesn't seem to be working: I have tried with the command arguments in different order and both autoreg variations. $ /opt/WinCC_OA/3.16/bin/WCCOAui -config /opt/<redacted>/winccoa/<redacted>/config/config -autofreg ...