Search found 121 matches
- Fri May 25, 2018 11:57 am
- Forum: Bugs / Problems
- Topic: httpGetHeader() invalid argument v3.16
- Replies: 4
- Views: 4547
Re: httpGetHeader() invalid argument v3.16
<t>httpGetAllHeaders() returns:<br/> WCCOActrl106:2018.05.25 14:15:04.804[mapping 4 items<br/> WCCOActrl106: "User-Agent" : "Apache XML RPC 3.0 (Jakarta Commons httpclient Transport)"<br/> WCCOActrl106: "Content-Length" : "210"<br/> WCCOActrl106: "Content-Type" : "text/xml"<br/> WCCOActrl106: "Host"...
- Thu May 10, 2018 12:48 pm
- Forum: Bugs / Problems
- Topic: httpGetHeader() invalid argument v3.16
- Replies: 4
- Views: 4547
Re: httpGetHeader() invalid argument v3.16
Thank you Kilian,
this warning is not present in earlier versions.
this warning is not present in earlier versions.
- Thu May 10, 2018 10:58 am
- Forum: Bugs / Problems
- Topic: httpGetHeader() invalid argument v3.16
- Replies: 4
- Views: 4547
httpGetHeader() invalid argument v3.16
<t>Hello,<br/> in version v3.16, when using function <br/> httpGetHeader(int idxm, string key)<br/> <br/> like<br/> "string cookie = httpGetHeader(connIdx, "Cookie");"<br/> <br/> connIdx is int <br/> <br/> I get warning<br/> <br/> Invalid argument in function, ..., httpGetHeader<br/> <br/> Is there ...
- Thu Jan 18, 2018 3:43 pm
- Forum: HowTos
- Topic: How to disable XML-RPC multicall
- Replies: 5
- Views: 5470
Re: How to disable XML-RPC multicall
<t>Hello Erik-Jan,<br/> yes.<br/> <br/> When you call function xmlrpcConnectToServer() make sure to use different "id" as a parameter in every call. When you use the same "id" procedure thinks that it is meant for the same device, so it is making one connection with multiple XML-RPC calls.<br/> <br/...
- Wed Oct 11, 2017 10:19 am
- Forum: Features / Solutions
- Topic: Redundancy with triple ethernet connection
- Replies: 4
- Views: 4629
Re: Redundancy with triple ethernet connection
Hi Gertjan,
I have not found (Redundancy with three NIC) discussion, before you mentioned it.
There, everything is very well explained.
Thank you very much.
Best regards,
Vedad
I have not found (Redundancy with three NIC) discussion, before you mentioned it.
There, everything is very well explained.
Thank you very much.
Best regards,
Vedad
- Wed Oct 11, 2017 9:50 am
- Forum: Features / Solutions
- Topic: Redundancy with triple ethernet connection
- Replies: 4
- Views: 4629
Re: Redundancy with triple ethernet connection
Thank you Leopold for very fast reply.
- Wed Oct 11, 2017 9:44 am
- Forum: Features / Solutions
- Topic: Redundancy with triple ethernet connection
- Replies: 4
- Views: 4629
Redundancy with triple ethernet connection
Hello,
we have an idea to use triple ethernet connection between redundant servers.
It is because rats quit often damages our optical cable communication.
Is there a way do define triple ethernet connection in WinCC_OA config files?
Best regards,
Vedad
we have an idea to use triple ethernet connection between redundant servers.
It is because rats quit often damages our optical cable communication.
Is there a way do define triple ethernet connection in WinCC_OA config files?
Best regards,
Vedad
- Mon Sep 25, 2017 8:15 am
- Forum: HowTos
- Topic: How to turn off notification in log - server connection is closed caused by function xmlrpcCloseServer()
- Replies: 5
- Views: 5153
Re: How to turn off notification in log - server connection is closed caused by function xmlrpcCloseServer()
Thank you Gertjan,
I made changes on server side, so it is keeping connection alive.
I made changes on server side, so it is keeping connection alive.
- Thu Sep 07, 2017 2:41 pm
- Forum: HowTos
- Topic: How to reduce PVSS_II.log logging
- Replies: 2
- Views: 3291
Re: How to reduce PVSS_II.log logging
Hi Leopold,
thank you for very fast reply.
For some reason I was sure that I have seen plenty of Debug* logs from ControlManagers in PVSS_II.log.
But, I was wrong.
Best regards,
Vedad
thank you for very fast reply.
For some reason I was sure that I have seen plenty of Debug* logs from ControlManagers in PVSS_II.log.
But, I was wrong.
Best regards,
Vedad
- Thu Sep 07, 2017 2:00 pm
- Forum: HowTos
- Topic: How to reduce PVSS_II.log logging
- Replies: 2
- Views: 3291
How to reduce PVSS_II.log logging
<t>Hello,<br/> Is there i way to exclude logs generated with DebugTN() from specified ControlManager written in PVSS_II.log?<br/> <br/> When debugging some script we use DebugTN() or DebugFTN() functions.<br/> Those logs are logged in PVSS_II.log also. I would like to exclude those logs from that sp...