NetTalk Central

Author Topic: This web page is not available  (Read 2915 times)

Johan van Zyl

  • Full Member
  • ***
  • Posts: 180
  • jvz
    • View Profile
    • Email
This web page is not available
« on: January 18, 2012, 06:16:53 AM »
Trying to populate a Report from a queue
Click on Go(Save) button nothing happens - it hangs - eventually I get this message

This web page is not available
The connection to 127.0.0.1 was interrupted.
Here are some suggestions:
Reload this web page later.
Check your Internet connection. Reboot any routers, modems or other network devices that you may be using.
Add Google Chrome as a permitted programme in your firewall or antivirus software's settings. If it is already a permitted programme, try deleting it from the list of permitted programmes and adding it again.
If you use a proxy server, check your proxy settings or contact your network administrator to make sure that the proxy server is working. If you don't believe you should be using a proxy server, adjust your proxy settings: Go to the spanner menu > Options > Under the Bonnet > Change proxy settings... > LAN Settings and deselect the "Use a proxy server for your LAN" checkbox.
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.

Can one print from a queue using NTWS and PDF?
« Last Edit: January 18, 2012, 06:20:20 AM by Johan van Zyl »
Johan van Zyl
Clarion 6.3 9058/C8 Gold/SQL/NetTalk WebServer

bruce2

  • Full Member
  • ***
  • Posts: 108
    • View Profile
    • Email
Re: This web page is not available
« Reply #1 on: January 18, 2012, 11:32:32 AM »
I think you need to grasp the concept of what a report is.
A report is a clarion procedure.
It's the same procedure in the web and in a windows program.

In a windows program it creates a PDF that you can open off the disk.

In a web program it takes that same result and sends it to the browser.

For big reports, which take longer than 30 seconds to generate, you need to keep the browser interested or it will loose interest. As you are printing from a queue I'm guessing you are taking longer than 30 seconds to populate the queue. In which case you should do a
P_web.noop()
Somewhere in your building process to keep the browser interested.

Cheers
Bruce

Johan van Zyl

  • Full Member
  • ***
  • Posts: 180
  • jvz
    • View Profile
    • Email
Re: This web page is not available
« Reply #2 on: January 18, 2012, 12:11:35 PM »
I don't think so - the table that I fill the queue from has only about 15 records!

BUT I have now switched to MEMORY driver - and all is well!

I haven't done populating reports from a queue for like 8 years - I'm a bit rusty.

Thx!

Cheers
« Last Edit: January 18, 2012, 09:12:32 PM by Johan van Zyl »
Johan van Zyl
Clarion 6.3 9058/C8 Gold/SQL/NetTalk WebServer