-2

I have a intraweb application installed on Windows Server 2012. But I can not access it via web browser. Even following this deployment the link below, it could not access the application.

http://docs.atozed.com/docs.dll/deployment/Deploying%20your%20application%20as%20a%20Stand%20Alone%20Server.html

Use Delphi XE5 and intraweb 14.0.

Type Standalone Application on Windows Server 2012.

The web browser "My-IP: 8888 / $ / start".

mjn
  • 36,362
  • 28
  • 176
  • 378
  • 2
    What error message(s)? – Jan Doggen Dec 20 '15 at 09:34
  • Have you opened the firewall? see http://www.rackspace.com/knowledge_center/article/managing-the-windows-server-2012-firewall – mjn Dec 20 '15 at 13:01
  • Does not issue any error messages, Jan Doggen. MJN, I'm not using in IIS. I installed as windows service only. – Caitano Oliveira Dec 20 '15 at 20:19
  • 1
    Most of the times this is caused by Windows Firewall blocking your access. Does it work locally? – Alexandre M Dec 21 '15 at 00:37
  • Yes, everything works fine locally. I would like to point out that the same application in Delphi 2009 works seamlessly with Service Application. Already in Delphi and IntraWeb 14.0 XE5 not. – Caitano Oliveira Dec 21 '15 at 00:47
  • 1
    Which exact version of IW are you using? The version that Embarcadero releases with Delphi XE5 (and also newer) has some critical bugs fixed later and all registered users are allowed to upgrade for free. But I don't recommend you to use 14.0.0 for production stuff. – Alexandre M Dec 21 '15 at 00:53
  • The version I use is 14.0.0, the embedded version of Delphi XE5. – Caitano Oliveira Dec 21 '15 at 05:32
  • `Does not issue any error messages`: no error message in the web browser? Please give more details about how you are testing. Browsers / http clients usually show some error message if the host is not reachable or a HTTP error is returned. – mjn Dec 21 '15 at 08:07
  • `MJN, I'm not using in IIS` - the linked article is not about IIS, it is a about managing the Windows Server 2012 Firewall – mjn Dec 21 '15 at 14:13

1 Answers1

0

This is a known bug of the bundled version released with XE5. You must upgrade your IntraWeb 14 version to a more recent release. Current version is 14.0.49 and can be found here: http://atozed.com/IntraWeb/Download/Download_IW_XIV.EN.aspx

In order to use this version in production you need to register and get a FREE key for IntraWeb 14. This process is explained here: http://atozed.com/IntraWeb/Download/FreeKeyRequest.EN.aspx

Once you receive your key, just enter it when asked during setup, or use the LicenseRegistration program (within IntraWeb installation folder) to register it after it has been installed.

Alexandre M
  • 1,146
  • 12
  • 23