Jump to content

FFREDIANELLI

uniGUI Subscriber
  • Posts

    203
  • Joined

  • Last visited

Posts posted by FFREDIANELLI

  1. 10 minutes ago, irigsoft said:

    what is you starting URL, is it different from email url ?

    if so then tray to add some headers in UniGUIServerModuleHTTPCommand 

    like:

    //send the origin, path, and querystring when performing a same-origin request.
      AResponseInfo.CustomHeaders.AddValue('Referrer-Policy', 'strict-origin-when-cross-origin');
     

    other possible reason is Your URL starts with https and You redirect to http, (If you dont have headers for that then google can blocked You)

    uniServerModule.Options.soAutoRedirectHttps = False;

    and end of all,

    try to create test case with one button that open link in new window (and tell me is it work?)

    Searching in the folder there is only one ocurrence of the Denied Acess , I think that only who has access to the unigui sources can say where it is used...

    uIdResourceStrings_RSStackEACCES,    L"Access denied."

     

  2. 10 minutes ago, irigsoft said:

    1. add exit; on UniGUIServerModuleHTTPCommand after begin of procedure and try again.

    2. try with StandAloneApp.exe (did You have error message) 

    1. I do not have UniGUIServerModuleHTTPCommand in my uniguiservermmodule.

    2. this message Access denied i can see only in my standalone local execution, if i run in hyperserver in the server , it only closes the windows.

  3. 5 hours ago, irigsoft said:

    Hello, what response (security) headers You use, this may be a reason of problem !

    Thants irigsoft , but if i don't know where to create this security headers, problably i do not created it... 😑 , struggling to solve the problem i created the email link to point to my local computer and this message error  is show in a white page, but at list i can see something... Access denied: with the name of my unigui application.

    some other idea ?

     

    image.thumb.png.28c0ddd455840e3b79f1daa2de2c5eb6.png

  4. On 7/13/2022 at 10:58 AM, Wilton Ergon said:

    no html ao gerar, o link, coloque o parametro para que o link abra em uma nova aba do novegador,

    ex

    <a href="https://www.WordPress.com" target="_blank">WordPress Homepage</a>

    Obrigado Wilton, mas não teve efeito, testei de todas as formas com o mesmo link que uso em outro aplicativo e nao vai, começo a desconfiar do hyperserver, que no outro aplicativo não utilizo.

    Thank Wilton , no positive effect, tested in all forms , I'm starting to think that may be or ssl that i do not have in this server or hyperserver that i'm using in this server.

  5. 1 hour ago, Sherzod said:

    Hello, 

    Your case is not very clear.

    Hi Sherzod, 

    problably by my english.  My application create an email , in the body of the email , the application create a hyperlink, to my site with an unigui application. In the link i have parameters (crypted) to explain what to the application. 

    The guy that receive the email click on hyperlink and the site open, for some milliseconts ( i can see the gif of unigui running...) but closes. If the guy copy the hyperlink to the browser, it open and do the expected things... I do not know if is the site that do not have ssl certificate, because if i put in the same application a link to a commercial site... it open.

     

  6. none ?

    On 3/23/2021 at 3:47 PM, alfr said:

    Is it a network share you are copying from? If so also access to that is needed to the said users/app pool

     

  7. Hi Friends, i need to develop a document management application, that have the ability to allow annotation os pdf viewed, do somebody used some javascript library to do it and used with unigui ?

    can you help me with this ?

  8. Yes it is... but behind a openvpn (service), i thought that iis have read access to a vpn provided by other service... don't ?

    The server is at AWS (amazon), and sometimes neet to publish a word document that is located in other country server, in apache i just copy the file to a sandbox folder , publish with word web service, and on disconect i clean de sandbox. But all off this stopped to work when i moved to aws with iis.

     

     

     

  9. Hi Folks !

    my aplications was running from a long time in a windows+apache server , i migrate to windows+iis+hyperserv and the copy of files is not working

      if CopyFile(pchar('\\ip... bla bla...\file.docx'),
        pchar('c:\temp\a.docx'), false) then
        ShowMessage('ok')
      else
        ShowMessage('Falha');

    a simple command like this always return false, something that i have to change in iis configuration ?

     

  10. i see, i show the wrong log... problably is this log

    C:\inetpub\wwwroot\app\log\ptest_dll

     

    ptest.dll: 00001314: 13:54:25 []:Terminating ISAPI Server. Module Handle: 0000000000400000
    ptest.dll: 00001314: 13:54:25 [TUniServerModule]:Shutting Down Server.
    ptest.dll: 00001314: 13:54:25 [TUniHyperServer]:Terminating...
    ptest.dll: 00001314: 13:54:25 [TUniHyperNodeManager]:Terminating...
    ptest.dll: 00001314: 13:54:25 [TUniHyperNodeManager]:Terminated.
    ptest.dll: 00001314: 13:54:25 [TUniGUISessionManager]:Terminating Session manager.
    ptest.dll: 00001314: 13:54:25 [TUniGUISessionManager]:Stopping Cache Eraser...
    ptest.dll: 00001314: 13:54:25 [TUniGUISessionManager]:Cache Eraser Stopped.
    ptest.dll: 00001314: 13:54:25 [TUniGUISessionManager]:Destroying Worker Threads.
    ptest.dll: 00001314: 13:54:25 [TUniGUISessionManager]:Session manager terminated.
    ptest.dll: 00001314: 13:54:25 [TUniHyperServer]:Terminated.
    ptest.dll: 00001314: 13:54:25 [TUniServerModule]:Server Shutdown Completed.
    ptest.dll: 00001314: 13:54:25 []:ISAPI Server Terminated. Module Handle: 0000000000400000
    ptest.dll: 00001314: 13:54:25 []:<-------------------------------------------------------------->
    ptest.dll: 000013EC: 13:55:45 []:Terminating ISAPI Server. Module Handle: 0000000000400000
    ptest.dll: 000013EC: 13:55:45 [TUniServerModule]:Shutting Down Server.
    ptest.dll: 000013EC: 13:55:45 [TUniHyperServer]:Terminating...
    ptest.dll: 000013EC: 13:55:45 [TUniHyperNodeManager]:Terminating...
    ptest.dll: 000013EC: 13:55:45 [TUniHyperNodeManager]:Terminated.
    ptest.dll: 000013EC: 13:55:45 [TUniGUISessionManager]:Terminating Session manager.
    ptest.dll: 000013EC: 13:55:45 [TUniGUISessionManager]:Stopping Cache Eraser...
    ptest.dll: 000013EC: 13:55:45 [TUniGUISessionManager]:Cache Eraser Stopped.
    ptest.dll: 000013EC: 13:55:45 [TUniGUISessionManager]:Destroying Worker Threads.
    ptest.dll: 000013EC: 13:55:45 [TUniGUISessionManager]:Session manager terminated.
    ptest.dll: 000013EC: 13:55:45 [TUniHyperServer]:Terminated.
    ptest.dll: 000013EC: 13:55:45 [TUniServerModule]:Server Shutdown Completed.
    ptest.dll: 000013EC: 13:55:45 []:ISAPI Server Terminated. Module Handle: 0000000000400000
    ptest.dll: 000013EC: 13:55:45 []:<-------------------------------------------------------------->
    ptest.dll: 00000A9C: 14:02:22 []:Terminating ISAPI Server. Module Handle: 0000000000400000
    ptest.dll: 00000A9C: 14:02:22 [TUniServerModule]:Shutting Down Server.
    ptest.dll: 00000A9C: 14:02:22 [TUniHyperServer]:Terminating...
    ptest.dll: 00000A9C: 14:02:22 [TUniHyperNodeManager]:Terminating...
    ptest.dll: 00000A9C: 14:02:22 [TUniHyperNodeManager]:Terminated.
    ptest.dll: 00000A9C: 14:02:22 [TUniGUISessionManager]:Terminating Session manager.
    ptest.dll: 00000A9C: 14:02:22 [TUniGUISessionManager]:Stopping Cache Eraser...
    ptest.dll: 00000A9C: 14:02:22 [TUniGUISessionManager]:Cache Eraser Stopped.
    ptest.dll: 00000A9C: 14:02:22 [TUniGUISessionManager]:Destroying Worker Threads.
    ptest.dll: 00000A9C: 14:02:22 [TUniGUISessionManager]:Session manager terminated.
    ptest.dll: 00000A9C: 14:02:22 [TUniHyperServer]:Terminated.
    ptest.dll: 00000A9C: 14:02:22 [TUniServerModule]:Server Shutdown Completed.
    ptest.dll: 00000A9C: 14:02:22 []:ISAPI Server Terminated. Module Handle: 0000000000400000
    ptest.dll: 00000A9C: 14:02:22 []:<-------------------------------------------------------------->
    ptest.dll: 0000116C: 16:29:17 []:Terminating ISAPI Server. Module Handle: 00000000058C0000
    ptest.dll: 0000116C: 16:29:17 [TUniServerModule]:Shutting Down Server.
    ptest.dll: 0000116C: 16:29:17 [TUniHyperServer]:Terminating...
    ptest.dll: 0000116C: 16:29:17 [TUniHyperNodeManager]:Terminating...
    ptest.dll: 0000116C: 16:29:17 [TUniHyperNodeManager]:Terminated.
    ptest.dll: 0000116C: 16:29:17 [TUniGUISessionManager]:Terminating Session manager.
    ptest.dll: 0000116C: 16:29:17 [TUniGUISessionManager]:Stopping Cache Eraser...
    ptest.dll: 0000116C: 16:29:17 [TUniGUISessionManager]:Cache Eraser Stopped.
    ptest.dll: 0000116C: 16:29:17 [TUniGUISessionManager]:Destroying Worker Threads.
    ptest.dll: 0000116C: 16:29:17 [TUniGUISessionManager]:Session manager terminated.
    ptest.dll: 0000116C: 16:29:17 [TUniHyperServer]:Terminated.
    ptest.dll: 0000116C: 16:29:17 [TUniServerModule]:Server Shutdown Completed.
    ptest.dll: 0000116C: 16:29:17 []:ISAPI Server Terminated. Module Handle: 00000000058C0000
    ptest.dll: 0000116C: 16:29:17 []:<-------------------------------------------------------------->
    ptest.dll: 00001380: 19:47:31 []:Error deleting folder: "C:\inetpub\wwwroot\app\cache\ptest_dll\VtQroX3jpu106D7DD8B\" [OS Error:3]
    ptest.dll: 000000CC: 19:58:05 []:Terminating ISAPI Server. Module Handle: 0000000000400000
    ptest.dll: 000000CC: 19:58:05 [TUniServerModule]:Shutting Down Server.
    ptest.dll: 000000CC: 19:58:05 [TUniHyperServer]:Terminating...
    ptest.dll: 000000CC: 19:58:05 [TUniHyperNodeManager]:Terminating...
    ptest.dll: 000000CC: 19:58:05 [TUniHyperNodeManager]:Terminated.
    ptest.dll: 000000CC: 19:58:05 [TUniGUISessionManager]:Terminating Session manager.
    ptest.dll: 000000CC: 19:58:05 [TUniGUISessionManager]:Stopping Cache Eraser...
    ptest.dll: 000000CC: 19:58:05 [TUniGUISessionManager]:Cache Eraser Stopped.
    ptest.dll: 000000CC: 19:58:05 [TUniGUISessionManager]:Destroying Worker Threads.
    ptest.dll: 000000CC: 19:58:05 [TUniGUISessionManager]:Session manager terminated.
    ptest.dll: 000000CC: 19:58:05 [TUniHyperServer]:Terminated.
    ptest.dll: 000000CC: 19:58:05 [TUniServerModule]:Server Shutdown Completed.
    ptest.dll: 000000CC: 19:58:05 []:ISAPI Server Terminated. Module Handle: 0000000000400000
    ptest.dll: 000000CC: 19:58:05 []:<-------------------------------------------------------------->
    ptest.dll: 0000041C: 21:01:55 []:Terminating ISAPI Server. Module Handle: 0000000000400000
    ptest.dll: 0000041C: 21:01:55 [TUniServerModule]:Shutting Down Server.
    ptest.dll: 0000041C: 21:01:55 [TUniHyperServer]:Terminating...
    ptest.dll: 0000041C: 21:01:55 [TUniHyperNodeManager]:Terminating...
    ptest.dll: 0000041C: 21:01:55 [TUniHyperNodeManager]:Terminated.
    ptest.dll: 0000041C: 21:01:55 [TUniGUISessionManager]:Terminating Session manager.
    ptest.dll: 0000041C: 21:01:55 [TUniGUISessionManager]:Stopping Cache Eraser...
    ptest.dll: 0000041C: 21:01:55 [TUniGUISessionManager]:Cache Eraser Stopped.
    ptest.dll: 0000041C: 21:01:55 [TUniGUISessionManager]:Destroying Worker Threads.
    ptest.dll: 0000041C: 21:01:55 [TUniGUISessionManager]:Session manager terminated.
    ptest.dll: 0000041C: 21:01:55 [TUniHyperServer]:Terminated.
    ptest.dll: 0000041C: 21:01:55 [TUniServerModule]:Server Shutdown Completed.
    ptest.dll: 0000041C: 21:01:55 []:ISAPI Server Terminated. Module Handle: 0000000000400000
    ptest.dll: 0000041C: 21:01:55 []:<-------------------------------------------------------------->
     

  11. there is another in n0 and n1 folder

     

    ptest.exe: 000013C4: 14:56:15 []:>--------------------------------------------------------------<
    ptest.exe: 000013C4: 14:56:15 [TUniServerModule]:Server First Init.
    ptest.exe: 000013C4: 14:56:15 [TUniServerModule]:Node Id = 0
    ptest.exe: 000013C4: 14:56:15 [TUniServerModule]:Node MaxSessions = 250
    ptest.exe: 000013C4: 14:56:15 [TUniServerModule]:Starting HTTP Server on Port: 16384...
    ptest.exe: 000013C4: 14:56:15 [TUniServerModule]:HTTP Server Started on Port: 16384
    ptest.exe: 000012B8: 14:57:06 []:Node-0, Terminate Started.
    ptest.exe: 000013C4: 14:57:06 [TUniServerModule]:Shutting Down Server.
    ptest.exe: 000013C4: 14:57:06 [TUniServerModule]:Stopping HTTP Server.
    ptest.exe: 000013C4: 14:57:07 [TUniServerModule]:HTTP Server Stopped.
    ptest.exe: 000013C4: 14:57:07 [TUniGUISessionManager]:Terminating Session manager.
    ptest.exe: 000013C4: 14:57:07 [TUniGUISessionManager]:Stopping Cache Eraser...
    ptest.exe: 000013C4: 14:57:07 [TUniGUISessionManager]:Cache Eraser Stopped.
    ptest.exe: 000013C4: 14:57:07 [TUniGUISessionManager]:Destroying Worker Threads.
    ptest.exe: 000013C4: 14:57:07 [TUniGUISessionManager]:Session manager terminated.
    ptest.exe: 000013C4: 14:57:07 [TUniServerModule]:Server Shutdown Completed.
    ptest.exe: 000013C4: 14:57:07 []:<-------------------------------------------------------------->
    ptest.exe: 000013C4: 14:57:07 [Terminated]:Exit Code: 0
    ptest.exe: 00000BFC: 14:57:07 []:>--------------------------------------------------------------<
    ptest.exe: 00000BFC: 14:57:07 [TUniServerModule]:Server First Init.
    ptest.exe: 00000BFC: 14:57:07 [TUniServerModule]:Node Id = 0
    ptest.exe: 00000BFC: 14:57:07 [TUniServerModule]:Node MaxSessions = 250
    ptest.exe: 00000BFC: 14:57:07 [TUniServerModule]:Starting HTTP Server on Port: 16384...
    ptest.exe: 00000BFC: 14:57:07 [TUniServerModule]:HTTP Server Started on Port: 16384
    ptest.exe: 00000810: 15:03:01 []:Node-0, Terminate Started.
    ptest.exe: 00000BFC: 15:03:02 [TUniServerModule]:Shutting Down Server.
    ptest.exe: 00000BFC: 15:03:02 [TUniServerModule]:Stopping HTTP Server.
    ptest.exe: 00000BFC: 15:03:03 [TUniServerModule]:HTTP Server Stopped.
    ptest.exe: 00000BFC: 15:03:03 [TUniGUISessionManager]:Terminating Session manager.
    ptest.exe: 00000BFC: 15:03:03 [TUniGUISessionManager]:Stopping Cache Eraser...
    ptest.exe: 00000BFC: 15:03:03 [TUniGUISessionManager]:Cache Eraser Stopped.
    ptest.exe: 00000BFC: 15:03:03 [TUniGUISessionManager]:Destroying Worker Threads.
    ptest.exe: 00000BFC: 15:03:03 [TUniGUISessionManager]:Session manager terminated.
    ptest.exe: 00000BFC: 15:03:03 [TUniServerModule]:Server Shutdown Completed.
    ptest.exe: 00000BFC: 15:03:03 []:<-------------------------------------------------------------->
    ptest.exe: 00000BFC: 15:03:03 [Terminated]:Exit Code: 0
     

  12. Thanks alft

    1. recycled pool , yes, no effect.

    2. isapi extensions installed, yes, if i test with ptest.dll (created as isapi only without hyperserver it works ok in the same directory)

    3. hyperserver (ptest.dll renamed) loaded /server , yes answer (image) 

    4. defined ptest.dll as default document, no effect (image ap6)

    5. the ap is the application created (as unigui manual sas), app is the folder only.

    6. I do not installed cgi module... i dont think that it is necessary only php uses ?

    ap5.jpg

    A2020-09-23.log

    ap6.jpg

×
×
  • Create New...