Page 1 of 1

History File

Posted: Mon Oct 22, 2012 11:40 am
by Stareagle
:(

Hi

I set everything up for saving to a history file but it doesn't seem to be creating the file....

[Files]
HistoryFile=History.txt

[Security]
StationEnvironmentVariable=LIBOPCVMV
UseUniqueHistoryFiles=False
WriteHistoryFile=True
TrackURL=True
CheckURLAccess=True
ShowAccessDialog=True
LogAccess=True
ClearCacheOnClose=True
DisableContextMenu=True
UseCustomContextMenu=True

Any help would be appreciated

Stareagle

Re: History File

Posted: Mon Oct 22, 2012 6:24 pm
by Scott
What is the folder you are running PWB from? You have PWB writing the History file to the PWB folder, if you are using the Program Files folder, this folder is read only for the user, even if the user is an Administrator.

--Scott

Re: History File

Posted: Mon Oct 22, 2012 9:55 pm
by Stareagle
I am using the pwb folder C:\ pwb

Stareagle

Re: History File

Posted: Wed Oct 24, 2012 12:07 pm
by Scott
Try changing the INI file to include the full path to the history file.

[Files]
HistoryFile=C:\PWB\History.txt

--Scott