Hi,
I'm running SCCM2007 and have a remote site DP configured that is constantly trying to process a package as shown in the distmgr.log. The package no longer exists on the main server and having searched the SQL db, I'm unable to locate it anywhere, yet it still tries every couple of seconds.
I've tried the queries below and nothing is returned.
SELECT * FROM PkgServers where NALPath = '["Display=\\<Name of DP>\"]MSWNET:["SMS_SITE=<Site Code>"]\\<Name of DP>\' and PkgID = '<ID>
select * from SMSPackages where PkgID = 'XXX00001'
select * from PkgStatus where ID = 'XXX00001'
select * from PkgServers where PkgID = 'XXX00001'The distmgr.box/incoming has been emptied
Any ideas would be greatly appreciated.
Cheers