ms-iot / azure-client-tools

Azure Client Tools
Other
43 stars 37 forks source link

new version of azure-client-tools/downloads/device.agent.1.0.0.1.x64.zip #14

Closed Eric-ITaaS closed 5 years ago

Eric-ITaaS commented 5 years ago

What else changed with the version updated 7 days ago? azure-client-tools/downloads/device.agent.1.0.0.1.x64.zip This version only creates 1 log file and will not connect to DPS. The one prior to this creates 12 log files and works.

gmileka commented 5 years ago

Hi gatornation11, The main issue is that some of the C-runtime binaries were missing from the zip file and we added them. Without them, some of the plug-ins failed to load, and enumeration didn't complete successfully. I have just tested the x64 zip files, updated the AzureDeviceManagementClient.json connection string with a value, and started it using AzureDeviceManagementClient.exe -debug. All seem to work as expected, twin shows all the handlers registered as expected - logs are also created for each handler.

Regarding what you are encountering, could you please attach the log file? How are you configuring DPS?

gmileka commented 5 years ago

Hi gatornation11,

I'm closing this given that there is no recent activity. Please, re-open if you are still seeing issues.

thanks, george