TMG Logging Status - Disconnected

Hi folks,

Our TMG 2010 (SP2) installation is configured using default settings for Firewall & Web Proxy Logging. However, we are seeing the Log Status as being 'disconnected'. We are logging to the default folder which just appears to contain .llq files. Could someone please point me in the right direction to begin troubleshooting this issue as we are hoping to move this installation on to our live network as soon as possible?

 

Many thanks,

 

JP

December 29th, 2011 11:55am

Hi,

 

Thank you for the post.

 

Please stopping ISACTRL Service, delete the LLQ Files, restart the ISACTRL Service and then see if it works. Here is similar thread: http://social.technet.microsoft.com/Forums/en-US/Forefrontedgegeneral/thread/59f3c827-e0e1-4278-9144-6691fcbdc135.

 

Regards,

Free Windows Admin Tool Kit Click here and download it now
December 30th, 2011 7:28am

1.  Check security rights to log volume and directory:

For any alternative logging folder, the Network Service account must have read permissions from the root partition and any parent folder for the folder. On the logging folder itself, the following permissions are required:

  • Network Service: Full Control
  • System: Full Control
  • Administrators: Full Control

2. Stop all TMG services

3. Check is there any OLD log DBs:

run privileged console

cd C:\Program Files\Microsoft SQL Server\100\Tools\Binn

sqlcmd -S localhost\msfw -q select @@version

select @@version;

go

select name from sys.databases;

go

you'll see a list of DBs

drop every DBs with name like  ISALOG___

drop database ISALOG_20140619_WEB_000

GO

again check is there left any DBs like ISALOG___

4. Run all TMG services

It works for all my TMGs with this log trouble.


Check log status it must change to QUEUE IN USE, and then to READY



  • Edited by Dezinto Friday, June 20, 2014 9:05 AM
June 20th, 2014 9:03am

1.  Check security rights to log volume and directory:

For any alternative logging folder, the Network Service account must have read permissions from the root partition and any parent folder for the folder. On the logging folder itself, the following permissions are required:

  • Network Service: Full Control
  • System: Full Control
  • Administrators: Full Control

2. Stop all TMG services

3. Check is there any OLD log DBs:

run privileged console

cd C:\Program Files\Microsoft SQL Server\100\Tools\Binn

sqlcmd -S localhost\msfw -q select @@version

select @@version;

go

select name from sys.databases;

go

you'll see a list of DBs

drop every DBs with name like  ISALOG___

drop database ISALOG_20140619_WEB_000

GO

again check is there left any DBs like ISALOG___

4. Run all TMG services

It works for all my TMGs with this log trouble.


Check log status it must change to QUEUE IN USE, and then to READY



  • Edited by Dezinto Friday, June 20, 2014 9:05 AM
Free Windows Admin Tool Kit Click here and download it now
June 20th, 2014 9:03am

It worked for me, tnx man u just saved my day...
August 12th, 2015 6:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics