Hello,
We are using LDMS 8.8 for all of our Core Servers and in order to consolidate all the inventory information installed a Rollup core. One of the Core Servers is using SQL 2000 and has always been a little bit "problematic" when rolling upto the central rollup core, but now it refuses to work and shows an error when the rollup task is run. All the other core servers works OK. The rollup core is using SQL2005 and the rest of the cores are using SQL2005/Oracle9i.
We have enable logging in the Rollup core (HKLM\Software\LANDesk\ManagementSuite\Core\rollup log = 1) and the log file show the following information after running the rollup task:
********************************************************************************************************
provider=SQLOLEDB;data source=SXXXX07-1008\LDMSDATA;initial catalog=lddb;Pooling=true;user id=SA;password=XXXX
Provider=SQLOLEDB.1;Data Source=sqllddb\frs004;Initial Catalog=LDDB;User ID=landesk;Password=xxxx
timeout value: 49999.000
Setting timeout value: 49999.000
Core timeout value: 49999.000
Rollup timeout value: 49999.000
Source DBMS: 102
Rollup DBMS: 102
Locking the core database
Core database locked
Locking the rollup database
Rollup database locked
DBO
Getting Computer schema definition
Successfully retrieved the Computer schema definition
Setting the collation
select convert(sysname, databasepropertyex('LDDB', 'collation'))
Rollup collation: SQL_Latin1_General_CP1_CI_AS
Core server collation: SQL_Latin1_General_CP1_CI_AS
[LNK_xxxxxxx].[lddb].[dbo]
Caching the metadata
Creating instances of cache
Caching core metadata
Logging stop time
Core connection timeout: 49999.000
Rollup connection timeout: 49999.000
Unlocking the core database
Unlocking the rollup database
Closing connections
Total time 0.406
******************************************************************
The task runs for about 1 second and then fails with the mess age “Failed – Task Handler encountered an error”. As you can see there is no much information in order to troubleshoot the issue. I have look for more information both in the Rollup core and in the offending core to no avail . Nothing else but the Rollup task log.
Is there any other hidden logs I can activate in the Rolluo core or in the Core itself that could shed some light on this?
Thanks