- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using IntelManageability Developer Tool Kit v0_6_0937_2, and connect from my application and in Debug mode I can connect to Amt Device without problems. But when I generate a release of my program and install it on other machine I cannot connect. I only need get inventory of machines.
May I include other library for connect works (i am including imrsdk.dll also)?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Arles Rodriguez
Hi,
I am using IntelManageability Developer Tool Kit v0_6_0937_2, and connect from my application and in Debug mode I can connect to Amt Device without problems. But when I generate a release of my program and install it on other machine I cannot connect. I only need get inventory of machines.
May I include other library for connect works (i am including imrsdk.dll also)?
So if I interpret you correctly, you can connect successfully with the Commander tool to an AMT system, but aren't able to connect successfully with your own code? If that's the case, I'd recommend using a traffic analyzer (like Wireshark, for example) to check the AMT packets that your program is generating, and compare them to the packets generated by the Commander (or the Asset Display example in the SDK). This only works if you aren't encrypting the traffic, of course, you would filter traffic on port 16992.
If all you're doing is an inventory of the machines, you should not need the imrsdk.dll. That's used for SOL and IDE-R sessions. If the DTK can connect successfully to your system and get an inventory and your program cannot, it's likely there is an issue with the inventory request your program is generating.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi.
You have all reason (Manageabilitu Stack does not need imrsdk.dll)
My issue was including a callback that include cert of machines. Some debugging help me to discover the problem
Thanks Andrew.
Quoting - Andrew Schiestl (Intel)
So if I interpret you correctly, you can connect successfully with the Commander tool to an AMT system, but aren't able to connect successfully with your own code? If that's the case, I'd recommend using a traffic analyzer (like Wireshark, for example) to check the AMT packets that your program is generating, and compare them to the packets generated by the Commander (or the Asset Display example in the SDK). This only works if you aren't encrypting the traffic, of course, you would filter traffic on port 16992.
If all you're doing is an inventory of the machines, you should not need the imrsdk.dll. That's used for SOL and IDE-R sessions. If the DTK can connect successfully to your system and get an inventory and your program cannot, it's likely there is an issue with the inventory request your program is generating.
Andy

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page