11.3. Service log files
The service components write their log files into the
subdirectory
ideri\inotesvc
under the temp directory of the user that runs the
inotesvc service. On Windows® 2000, this service runs in the SYSTEM account (aka
“LocalSystem”). The temp directory for this account on Windows® 2000 is the
directory TEMP under the Windows® installation directory, so it is typically
c:\winnt\temp
or
%WINDIR%\temp
, when expressed as environment
variables.
On Windows® XP and Windows® Server 2003, the inotesvc service runs under the
NetworkService account that has its temp directory
in "c:\Documents and Settings\NetworkService\Local
Settings\Temp"
or "%USERPROFILE%\..\NetworkService\Local
Settings\Temp"
when expressed as environment
variables.
On Windows® Vista, Windows® 7 and Windows® Server 2008 (R2), the inotesvc service
runs under the NetworkService account that has its temp directory
in
"%windir%\ServiceProfiles\NetworkService\AppData\Local\Temp"
.