Jump to content

Farshad Mohajeri

Administrators
  • Posts

    12632
  • Joined

  • Last visited

  • Days Won

    916

Everything posted by Farshad Mohajeri

  1. Please check IIS pool settings are correct based on instructions in our docs.
  2. Please try changing the Pool Identity to LocalSystem.
  3. In file uniGUIUtils.pas please apply below changes to this method: function uniRedirect(const ACookie, URL:string; IsAjax: Boolean=True):string; var S : string; begin S := Trim(URL); if S = '' then S := '""' else begin S := AddTrailingChar(S, '"'); S := AddLeadingChar(S, '"'); end; Result := uniSendDoc(ACookie + IfThen(IsAjax,'_clat_();', '') + 'window.onunload=null;try{enableWarnOnClose(false)}catch(e){};window.location=' + S + ';', IsAjax); end;
  4. Hi Stemon63, There's a client dataset indeed. It is an Ext JS DataStore which is not visible to you but it is there and keeps all changes until submitted to the server. https://docs.sencha.com/extjs/7.9.0/modern/Ext.data.Store.html
  5. Hello, Does it occur after closing browser tab?
  6. We are checking...
  7. Can you send me the web domain of the site in a PM? Thanks
  8. No, you don't need to buy a separate Ext JS license. Neither your client needs it. I will inform Sencha regarding this. Thanks
  9. Hello Does it run normally on your desktop ?
  10. Probably there is a misconception here. We don not use IIS websockets API at all. We use Indy server at an AUX port. So changing IIS Websockets adjustment should have no effect at all. You can disable it completely, as we do not use it.
  11. Hello, First of all you may try changing Pool identity to LocalSystem or LocalService first. https://www.unigui.com/doc/online_help/index.html?using-a-different-account-for-.htm
  12. Hi, Actually, PFX file is a very different format. You can obtain PEM files directly from certificate files issued from any authority. Please test PEM files with a standard uniGUI web app and see if they work as intended. If yes, we can proceed to your original issue which is HyperServer DLL and websockets Aux port.
  13. Please review this link for information on how to extract PEM files: https://www.unigui.com/doc/online_help/index.html?ssl_configuration.htm
  14. I see that you are using same pem file for all certificates while there should be separate pem files for each certificate type.
  15. Can you please check unigui server logs for any error messages?
  16. Hi, What's the method you have used to implement WebSockets on IIS? There are few recommended methods in our docs.
  17. Can you please state how the exact call is made? Using a Delphi application or another app?
  18. Can you explain it a bit more? You mean in happens when you deploy your app without using HyperServer?
  19. Hello, Our servers are in the UK and there are no restrictions based on IP location. However, I don't know if ISPs apply any sort of restrictions or not. If you can access to our portal from your location then you can also register your license. Both apps run on same server. If you retrieve a license key from another PC in another location that key only works for that PC. It can't be used to activate uniGUI installed on other PCs. Thanks
  20. I will try to investigate the issue. BTW, do you get any exception on Node side?
  21. You may share the incoming stream and we can test it to see if it causes an issue.
  22. What is your uniGUI version?
  23. Hi, This exception is occurring in HyperServer DLL. What is the exact code which captures HTTP commands in your Node app?
  24. Var lForm : TFiltroRPTInadimplente; is lForm a global variable?
  25. Where in your code do you call "Close" to close the form?
×
×
  • Create New...