Closed petermatyas closed 2 years ago
Hello Péter, thank for your feedback. We're working at a new version of the mapping tool ( you can find it in the dedicated branch) that is under development, so not yet available. Btw my hint is to proceed like you did, run the mapping tool manually, get the config file and use it in the agent. We will take care of this issue in the development of the new mapping tool will be released soon.
Hello,
Thank you for your support!
Péter
Hello,
I try to connect an external OPC UA server. Unefortunetly the certificate of the server is expired. When I open it a 3rd party software I can accept it, and I can see the data. I'd like to use the mapping tool for the configuration of the iotagent. When I execute it, the mapping tool return with error. It execute the
java -jar mapping_tool.jar -e opc.tcp://130.130.130.1:4840 -f conf/config.properties -u null -p null
codeThe log:
When I execute the mapping tool manually without user and password, I get one exception, but the mapping run succesfully.
java -jar mapping_tool.jar -e opc.tcp://130.130.130.1:4840 -f conf\config.properties -u -p
In the config the security mode and policy is None, and I don't fill the user and the password.
I'm nut sure if it is a solution or not, but if the security mode is None, could be the mapping tool parameter an empty caharcer, not null?
Thank you! Péter