@weyns1960, in you log you have:
DEBUG: 0.0 iOSReaderApp:_get_connected_device_info()
DEBUG: 0.0 No connected iDevices
This error is logged by the IOS reader application plugin when either: a) libimobiledevice returns a null list of devices, or b) an empty list of devices.
libimobiledevice is the C/C++ library that communicates with the idevice (your IPad). On Windows, I have seen it detecting two devices when only one is connected, with one of the devices having a product_id == 0; this can cause the IOSRA plugin to communicate to the wrong device. I don't think that is the case for you--no devices are being detected, and I don't know why.
You could try installing a trial version of IMazing (
http://imazing.com/), and see if that has any more luck communicating with your IPad.