NetTalk Central

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - astahl

Pages: [1] 2 3 ... 21
1
Web Server - Ask For Help / Web Service stops working at 1am daily
« on: August 03, 2021, 06:55:50 AM »
My customer changed his schedule from 12am to 1am and now my web service returns back only a few requests.
They reprocess the missing and all is returned correctly.

I believe there was a problem with checking certificates at that time of the morning, but cannot remember what we done to resolve the issue.
Any suggestions?


Ashley

2
Web Server - Ask For Help / Re: Drop fields do not work properly
« on: January 12, 2021, 03:50:46 AM »
Also have found when using a queue that it does not follow the order of the queue.

  YearQ.SearchYear = YEAR(TODAY())      !2021
  ADD(YearQ)
  YearQ.SearchYear = YEAR(TODAY()) - 1 !2020
  ADD(YearQ)
  YearQ.SearchYear = YEAR(TODAY()) - 2 !2019
  ADD(YearQ)
  YearQ.SearchYear = YEAR(TODAY()) - 3 !2018
  ADD(YearQ)
  YearQ.SearchYear = YEAR(TODAY()) - 4 !2017
  ADD(YearQ)
  YearQ.SearchYear = YEAR(TODAY()) - 5 !2016
  ADD(YearQ)
  YearQ.SearchYear = YEAR(TODAY()) - 6 - 2015
  ADD(YearQ)

It always shows the last one first. 2021 should be the default year and not 2015


Ashley

3
Web Server - Ask For Help / Re: Drop fields do not work properly
« on: January 01, 2021, 04:34:20 AM »
Thanks Don for all of the help.

Ashley

4
Web Server - Ask For Help / Drop fields do not work properly
« on: December 31, 2020, 07:42:37 AM »
Bruce,

I have a small states file with 55 rows. When using a drop field on a form with NTWS 12 it no longer drops 15 at a time with scroll bar, but drops all 55.

How do I get it to drop only 15 rows with a scroll bar?


Ashley

5
Web Server - Ask For Help / Re: Running localhost
« on: November 20, 2020, 04:23:16 AM »
Hi All,

Bruce I found the problem(s). For whatever reason when the app was opened the first time
with NT 12 it changed 2 settings.

First it set the Session ID length to the Session timeout length, so it showed 15 characters instead of 30.
Secondly it set the PagerHeaderTag to must be logged in, so of course the page would display.

Ashley

6
Web Server - Ask For Help / Re: Running localhost
« on: November 17, 2020, 02:14:52 AM »
Hi Bruce,

Yes, it says "Listening On IP Port: 88" if I press CTRL-F5 it shows the attached log.

It does not show any HTTP or HTTPs.

I just compiled the web2 app and displayed perfectly.

Also the clanet.dll is dated for 11/10/2020 but the version is 11.38.0.0

Ashley

7
Web Server - Ask For Help / Running localhost
« on: November 16, 2020, 08:13:09 AM »
Hi Bruce,

I installed NT 12.0 for testing purposes and I no longer can run on 127.0.0.1:88.

No errors just displays a blank page even after one presses CTRL-F5

How can I test on local host?

Ashley

8
Web Server - Ask For Help / Re: Pong
« on: August 11, 2020, 05:43:09 AM »
Hi Bruce,

I am filtering them out. Just wanted to understand their use in NT.


Ashley

9
Web Server - Ask For Help / Pong
« on: August 10, 2020, 01:02:47 PM »
What does "Pong Received" mean in DebugView?


Ashley

10
Web Server - Ask For Help / Re: AWS's ELB and memory usage using a NTWS
« on: December 17, 2019, 02:00:28 AM »
Thanks Bruce


Ashley

11
Web Server - Ask For Help / AWS's ELB and memory usage using a NTWS
« on: December 16, 2019, 03:00:28 AM »
Hi All,
Two things of interest.

1.)
We are using the AWS Elastic Load Balancer (ELB) on three different sites for 3 years now and have been seeing huge climbs in memory usage.  When app was started the memory usage started at 17.1 meg, and within a 24 hour period increased to approx. 300 meg. Our NTWS within a 24 to 48 hour period could and would hang and a restart of the NTWS was needed. We also were rebooting the server on a weekly basis to try and extend our uptime of our NTWS.

We decided to remove the ELB's and get LE certificates one at a time to see if that would help the situation. The ELB was hitting the site every 2 seconds which created a session instance.
I can report that within the same time period the memory usage went from 17.1 meg at startup to 29.5 meg which was a huge win for us.

2.)
Bruce, as sessions are deleted from the session queue should I not see a relative decline in memory usage? Is there something else going on under the hood that I don't understand?
I kinda was expecting the memory usage growth to decline to almost the starting value. Could this be a memory leak when deleting a session?

Also a shout out to Don Ridley for helping us through the certificate stage. I must say that NT 11 certificate acquisition made it easy peasy to get a certificate!! Great job Bruce!!!!!!!


Ashley

12
Web Server - Ask For Help / App is getting errors with 11.26
« on: November 21, 2019, 12:40:01 AM »
Hi All,

Any idea on what would be causing these errors?

HTML1300: Navigation occurred.
UpdSchedUploads
SCRIPT438: Object doesn't support property or method 'unload'
all.js (18930,1)
SCRIPT438: Object doesn't support property or method 'ntupload'
UpdSchedUploads (76,2)
SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.
UpdSchedUploads
SCRIPT5022: cannot call methods on dialog prior to initialization; attempted to call method 'option'
all.js (4,2388)


Ashley

13
Web Server - Ask For Help / Re: Delete Row Button
« on: November 19, 2019, 03:41:09 AM »
Thanks Bruce

Ashley

14
Web Server - Ask For Help / Re: Delete Row Button
« on: November 18, 2019, 02:52:57 AM »
Hi Bruce,

Problem Resolved!! I had code under the PostDelete routine to mark records as archived in a child file. Moved the code to a source procedure and that fixed the problem.

Question since this is updating the child file this could have thousands of records to update, should one Start this proc on a thread using (NetWebServerWorker p_Web)?
The code is very simple,

DO OpenFiles
CLEAR(pre:Record)
File{PROP:SQL} = 'UPDATE File SET archived = 1 WHERE batchno = '& pbatch
DO CloseFiles
Return


Ashley

15
Web Server - Ask For Help / Re: Delete Row Button
« on: November 15, 2019, 04:03:44 AM »
Hi Bruce,

Not sure why I would be missing an icon when I copy all of the folders under the web folder to the site.

See attached zipped log file.


Thanks

Ashley

Pages: [1] 2 3 ... 21