Jump to content

araujoadanr

uniGUI Subscriber
  • Posts

    277
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by araujoadanr

  1. I'm trying to get the url of my application.
    I use ISAPI and it works well in this way,

    MyURL := UniSession.Host + UniApplication.UniSession.URLPath;

    But my network administrator assigned me a different port, to the public ip.
    Please look at the graph, would there be a way to get the final URL?

    schema network.png

  2. It has worked perfect for me.
    And this is explained correctly in the manual, forget this step, I'm sorry.
    Now I have a problem updating the application, I try to upload a new version of my application but I get the following message.

    Captura.JPG

  3. Hi all,
    I'm trying to deploy my application with HyperServer in IIS, but I get the following error message when trying to connect to the database.

    Ole DB Error occured. Code 80070005h

    However, I have the properties correctly defined, and I have deployed correctly with HyperServer as Windows Service, but I can not achieve it with IIS.

    I have also tried to initialize manually,

    Coinitialize (nil)
    CoInitializeEx (0, COINIT_MULTITHREADED);

    Delphi Tokyo / UniGui 1.50.0.1484 / Sdac Devart 8.2. / SQL Server 2017

    But I have test case with ADO.

     

    Captura.JPG

    Captura2.JPG

    Captura2.JPG

    Captura3.JPG

    Test.zip

×
×
  • Create New...