Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

history file. urgent

Jul 17 05 5:07 am

Dear all,

My history file in the wingate 6.x enterprise is configured:
enable
maximun database size = 100000KB-->100MB
maximun days to store data = 25 days

But the problem is , all days, the history is reset to 0KB, Why ? In teh ol version, wingate 4.x, with the same configutarion, the history never reset to 0KB, before 25 days

Thanks a lot

Jul 17 05 5:53 am

Check the WG scheduler. The default WinGate Internal Maintenance setting includes a purge of the history file once per day. This particular setting could be removed and placed in its own schedule on a weekly, monthly or whatever time frame - although I haven't actually done it myself, I think it would be worth a try. Let us know if it helps.

Jul 17 05 11:21 am

Also if the history file becomes corrupted, it can disable history logging.

You may need to stop WinGate, delete the history files in explorer, then start it again.

Regards

Adrien

history file

Jul 23 05 3:46 pm

Thaks a lot CrisH , my history have the max.. mB 100MB, each 3 days.
the problem was >The default WinGate Internal Maintenanc

Dec 04 05 2:36 am

Hi,
Is there a way to view the entire history database from gatekeeper instead of a fixed numer of event?
I'm asking this because i saw that opening the DB with Excel only diplays the time in an unknown format but displayng the entire DB.

Please help me.

THX

Dec 05 05 10:30 am

Hi,

We have a knowledge base article about changing the time in Excel to a readable format, you can view it here

Dec 05 05 10:45 am

There is a formula for converting the numerical value into a date/time. You can find the formula here

Dec 05 05 8:48 pm

ok thanks, but is there no way to view the entire db in GK?

Dec 06 05 10:44 am

Just had a quick dig through the code. There is a registry key you can use to determine the maximum number of items to load. Note though that you must be proficient with editing the registry. It's strongly recommended that you make an appropriate backup or set a system restore point.

Open the hive:
HKEY_CURRENT_USER\Software\Qbik Software\GateKeeper\HistoryView

Create a REG_DWORD called "MaxLoadItems". This is the number of records it will load. This is set to a default of 2000.

Create a REG_DWORD called "EnableMaxLoadItems". Set this to 1 to enable the maximum record limit, set it to 0 to disable the maximum record limit.
Post a reply