rbennett806
Posts: 659
Score: 8 Joined: 6/14/2006 Status: offline
|
Is anyone using the "UnknownSystem.hta" script from the SCCM 2007 SDK (http://www.microsoft.com/downloads/details.aspx?FamilyID=064A995F-EF13-4200-81AD-E3AF6218EDCC&displaylang=en)? Either that or the custom hook (ZTIMediaHook.wsf) used in conjunction with bootable media? I'm running into an issue that I hope someone has seen and resolved. I'm attempting to get the "UnknownSystem.hta" file working (the ZTIMediaHook.wsf file requires me to reboot the machine to get it to recognize OS advertisements so I decided to try the UnknownSystem.hta script) as a base for a custom front end that I can either use from my console machine, or integrate into the bootable image installation CD. Unfortunately, the process seems to connect to everything fine and make a record within the Configuration Manager system, but it's unable to make a direct membership rule to add it to the collection I specified. I get this error in the HTAApplication.log file: ....... 4/23/2008 4:27:44 PM - Importing this unknown system into Configuration Manager 4/23/2008 4:27:44 PM - Successfully added machine 'Test1'. Resource ID = 171615 4/23/2008 4:27:44 PM - -------------------------------------------------------- 4/23/2008 4:27:44 PM - Adding this machine to the specified collection 4/23/2008 4:27:44 PM - Failed to create a SMS_CollectionRuleDirect instance. (6) 4/23/2008 4:27:44 PM - Failed to add the machine to the collection with error: 6. So I then have to go out, make a direct membership rule to bring in the added computer (so I can delete it and run another test). I can import computer information machine by machine, or by using a .CSV file, so I can't see that it's any sort of permission issue on my collection (I also tried building a new collection; with the same results). Anyone have any ideas or suggestions? Thanks!
|