Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12114
  • Joined

  • Last visited

  • Days Won

    805

Everything posted by Farshad Mohajeri

  1. We use the official version from Indy's official repository. It can be the problem because there is no indication that it is a finished and working TLS 1.3 port.
  2. Yes, but it is not an official Indy patch.
  3. It may be a momentary observation. Please continue observation and see if it is the case. Thanks
  4. Hello, Thank you for your interest in uniGUI. Regarding your request please send us an email to orders@fmsoft.net.
  5. 1,800,000 = 1800 secs = 30 minutes It is too high! Please set to a value no longer than 3 minutes. Unless you have a reason for such a long Ajax request timeout.
  6. [172.68.191.153,191.253.106.125] In logs there are two IP addresses. First one is the Remote IP address and the 2nd one is the Forwarded IP address of the client. It shows that server is behind a proxy server. Maybe it is the proxy server that causes these issues.
  7. ServerModule.AllowMultiIP is enabled by default so it shouldn't pose an issue unless it is disabled intentionally for some reason.
  8. When there is memory corruption there is no way to prevent app from crashing.
  9. Apparently, issue occurs in your code or as a side effect from your code. I recommend simplifying your code asn avoid dynamic destruction of objects as much as possible.
  10. The fact that HyperServer can not terminate the suspended Node is a serious issue. Normally HyperServer should be able to terminate Node regardless of its state. Can you also check this: https://www.unigui.com/doc/online_help/using-a-different-account-for-.htm
  11. Hi, Also make sure below setting is done correctly: https://www.unigui.com/doc/online_help/hyperserver-isapi-module-mode.htm
  12. Hi, First of all this event is rarely used by developers. It is only used if you need to explicitly tell the grid the dataset record count. Otherwise Grid retrieves it from the dataset. It is queried each time an ajax event is received to see if it is needed to refresh the grid rows.
  13. With Service you can use subdomains or you can use paths. Such as, app1.domain.com or domain.com/app1 Using different domains is something that we can consider implementing in future.
  14. Hi, Currently only subdomains or domain paths are supported. You can solve it by adding to different sites to IIS each pointing a different HyperServer instance.
  15. [http_transport] start_port=20000 It is the related parameter in the CFG file.
  16. When used with HyperServer your assigned port is irrelevant. System will use an automatically assigned port based on HyperServer CFG file.
  17. Hi, Are you using HyperServer in your VM? If yes, HyperServer assigns a different port automatically to each Node. That's why you see different ports.
  18. There is no need for servers to be on same LAN, but for Mode 0 you must install all uniGUI runtime files on master HyperServer PC too. There are two modes of operation. Mode 0 and 2. If you have servers on different domains it is recommended to use mode 2.
  19. Hello, You need a dedicated connection for each HTTP call. There are no sessions here, so you need to manage everything yourself. You must create a DataModule (containing your connection and queries) instance each time a request is received and destroy it upon completion of the request.
  20. Can you please specify which components use these icons?
×
×
  • Create New...