Link to home
Start Free TrialLog in
Avatar of tedcbe
tedcbeFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Issue with Right Click tools - SCCM 2007 R2

We have SCCM 2007 R2 with Right click tools installed (I know this is not a direct SCCM query but linked to it and thought I might try my luck here)

I use the "ConfigMgr Collection Tools - Add Systems to a collection" option within Right click tools a lot

However in the last few days it keeps failing a lot with the following error message

Line:68

Char: 5

Error: Object required: 'objDialogWindow.document.body'


The Addcoll.hta looks like the following

Line 68: LineobjDialogWindow.document.body.style.fontFamily = "Helvetica"
Line 69: objDialogWindow.document.body.style.fontSize = "11pt"
Line 70: objDialogWindow.document.writeln "<html><body>Adding PCs to " & collName.Value & " </body></html>"
Line 71: objDialogWindow.document.title = "Please wait."
Line 72: objDialogWindow.document.body.style.backgroundColor = "dodgerblue"
Line 73: objDialogWindow.document.body.style.borderStyle = "none"
Line 74: objDialogWindow.document.body.style.marginTop = 15
Line 75: AddToCollection ComputerList.value, CollID.value, ss.Value, objDialogWindow
Line 76: objDialogWindow.Close()
Line 77: self.ResizeTo 400,550

Has anyone had this issue and if so how have you resolved it?
ASKER CERTIFIED SOLUTION
Avatar of merowinger
merowinger
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tedcbe

ASKER

Thank you