Forum Replies Created
-
AuthorPosts
-
MikhailModeratorPutty and WicCSP utilities help you to work on Linux.
Please ask particular questions to get relevant help.
MikhailModeratorThank you for the info.
MikhailModeratorThanks for saying that the issues are solved!
MikhailModeratorHi,
Thanks for this question.
Use this update special for HTTPS.
MikhailModeratorIIS doesn’t work. No reason to reinstall Rapid SCADA.
I can try to fix IIS issue using a remote connection. This is a commercial service.
MikhailModeratorCan you give some template o examples to create a instance in KpOpclogic class?
Could you clarify what example do you need?
MikhailModeratorAm I understand you correcly: When you open this link http://localhost on your server, you get “This site cant be reached”?
You should reinstall Rapid SCADA. This issue relates to IIS.
What OS do you use?
Try this advice.
MikhailModeratorPlease check version of the Webstation app and the version of Chart Pro. What are the both versions?
MikhailModeratorI have no source code of OpcNetApi. Does a decompier, that you use, can create a VS project that can be build for debug?
MikhailModerator🙂
MikhailModeratorInstall .NET Framework 3.5. This version of Administrator requires it.
MikhailModeratorThese errors are very specific. To find answers I should do all this stuff by myself. I hope you can find out how to solve it.
I recommend to catch the exception and write to log complete stack trace. Something like that:
catch (Exception ex) { WriteToLog(ex.ToString()); }
MikhailModeratorHi,
how do I manually send a test string SMS?
In Communicator select Device Libraries node and then KpSms.dll. You will find command examples to send SMS.
email;message – means phone_number;message
MikhailModeratorHi,
However, click on ScadaAdmin it tried but not show up. It flash appeared inside the Task Manager, but then terminated.
Try to reinstall MS SQL Compact from the distributive zip.
You can find a error info in Windows event log.
MikhailModeratorI really do not understand how to call override write method.
You should create an instance of your own class instead of the parent class.
-
AuthorPosts