NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Johan van Zyl on January 18, 2012, 06:16:53 AM

Title: This web page is not available
Post by: Johan van Zyl 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?
Title: Re: This web page is not available
Post by: bruce2 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
Title: Re: This web page is not available
Post by: Johan van Zyl 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