Hi all,
I am fairly new to using the SDK. I have a AMT 6.0 capable HP Elitebook 8440p and I use the latest SDK(6.0 with hotfix 2450). I followed the instructions in the readme of the sample for Remote Controland was able to compile the remotecontroltyped.exe application. However when I run it I get a
"Debug assertion Failed"
Expression: Map/Set iterator not deferenceable
The failure is happening in CimObject.cpp when trying to do:
client->Enumerate(resourceURI, xmls, &selectors);
It is actually trying to enumerate the RegisteredProfile as part of DiscoverManagedHost().
Does anybody have any ideas on how to get around this?
Here is how I run the program:
remotecontroltyped.exe -c -verbose -host 192.168.x.x -user admin -pass abcd
Appreciate any help I can get.
Regards,
Sudarsan VS.


