[WinCC OA 3.14 P002] i got warning message. Please let me know how to fix it.

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
8 posts • Page 1 of 1
dongil
Posts:49
Joined: Mon Oct 07, 2013 3:42 am

[WinCC OA 3.14 P002] i got warning message. Please let me know how to fix it.

Post by dongil »

I have developed WinCC OA 3.14 P002 , Multi-Client System.


I got follow warning message , when i changed server's value from client side para , client log viewer show follow message.
When i changed server' value from server side para , server log viewer did not show follow message.




WCCOAui (2), 2016.06.15 09:57:25.151, CTRL, WARNING, 76, Invalid argument in function,
Module: Para_22_paraPanel
Panel: C:\\Siemens\\Automation\\WinCC_OA\\3.14\\panels\\para\\alert_hdl_2.pnl []
Script: Initialize
Line: 4, dpNames, _mp_*, no such type
WCCOAui (2), 2016.06.15 09:57:28.830, CTRL, WARNING, 76, Invalid argument in function,
Module: Para_22_paraPanel
Panel: C:\\Siemens\\Automation\\WinCC_OA\\3.14\\panels\\para\\alert_hdl_bit.pnl []
Object: 58 named: "aktiv" of type: CHECK_BOX
Script: Clicked(0)
Library: C:\\Siemens\\Automation\\WinCC_OA\\3.14\\scripts\\libs\\para.ctl
Line: 797, dpNames, *, no such type
WCCOAui (2), 2016.06.15 09:57:33.053, CTRL, WARNING, 76, Invalid argument in function,
Module: Para_22_paraPanel
Panel: C:\\Siemens\\Automation\\WinCC_OA\\3.14\\panels\\para\\original.pnl []
Object: 16 named: "_original___value" of type: TEXT_FIELD
Script: Command
Library: C:\\Siemens\\Automation\\WinCC_OA\\3.14\\scripts\\libs\\para.ctl
Line: 797, dpNames, *, no such type

Gertjan van Schijndel
Posts:634
Joined: Mon Aug 02, 2010 10:37 am

Re: [WinCC OA 3.14 P002] i got warning message. Please let me know how to fix it.

Post by Gertjan van Schijndel »

Errors seems to come from multiple actions.
Could you post steps to reproduce the problem(s)?

dongil
Posts:49
Joined: Mon Oct 07, 2013 3:42 am

Re: [WinCC OA 3.14 P002] i got warning message. Please let me know how to fix it.

Post by dongil »

I am waiting your answer.
As i mentioned i am using WinCC OA 3.14 P002

I created server WinCC OA program with DPs... also, I Created client WinCC OA program.

And the two program are connected by distribution system.

And, i open para on client program to change DP value on Server side. when i changed DP value, those warning message showed up..


when I changed DP value on panel ( use dpSet..... ) it did not show up.

that is .. i just did.

one thing is that Server and Client program are running on same machine..

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

Re: [WinCC OA 3.14 P002] i got warning message. Please let me know how to fix it.

Post by leoknipp »

I've tested it with the newest patch P004 for WinCC OA 3.14. The problem does not occur.
Do you get the same error when trying to modify the original value for a dp-element for the own system?
Does the problem still occur when using the newest patch P004?
Are there written any errors when the dist connection is established?

Best Regards
Leopold Knipp
Senior Support Specialist

dongil
Posts:49
Joined: Mon Oct 07, 2013 3:42 am

Re: [WinCC OA 3.14 P002] i got warning message. Please let me know how to fix it.

Post by dongil »

I uninstall WinCC OA 3.14 P002 and install WinCC OA 3.14 P004..

but i have still error message..

---------------------
Module: Para_4_paraPanel
Panel: C:\\Siemens\\Automation\\WinCC_OA\\3.14\\panels\\para\\original.pnl []
Object: 16 named: "_original___value" of type: TEXT_FIELD
Script: Command
Library: C:\\Siemens\\Automation\\WinCC_OA\\3.14\\scripts\\libs\\para.ctl
Line: 797, dpNames, **, no such type
------------------------------

i think the file where is at C:\\Siemens\\Automation\\WinCC_OA\\3.14\\scripts\\libs\\para.ctl... is ...

----
if you do follow step. you get that message.

1. Create New DP Structure on Server Program. and create new dp.. not user default dp Structure . Client program has default dp structure as well.
2. Connect Client to Server as a distribution manager.
3. open para on Client program.
4. modify some value of that you created on Server program.

then there is no dp structure that you created on server program on the client program. i think that is problem...

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

Re: [WinCC OA 3.14 P002] i got warning message. Please let me know how to fix it.

Post by leoknipp »

in your description you have mentioned that a client is connected to the server as a distribution manager.
Are you talking about a distributed system (two server projects connected via dist manager)?
Or are you starting a remote user interface?

Best Regards
Leopold Knipp
Senior Support Specialist

nmnogueira
Posts:125
Joined: Thu May 05, 2011 12:59 pm

Re: [WinCC OA 3.14 P002] i got warning message. Please let me know how to fix it.

Post by nmnogueira »

When performing a query using dpNames in a distributed system and filtering by DPType (e.g. dpNames("*","TEST_TYPE")), the DPType must exist in own system. Please confirm this.

dongil
Posts:49
Joined: Mon Oct 07, 2013 3:42 am

Re: [WinCC OA 3.14 P002] i got warning message. Please let me know how to fix it.

Post by dongil »

I have redundancy server (primary and secondary )

and there are clients console. between server and client is connected via dist manager.

when I change a value on server from client para, those error message show up.

I changed value from client para panel that is made by etm.
not in script source

8 posts • Page 1 of 1