GetTransportInfo returns "File not present"

GetTransportInfo returns "File not present"

Most likely you're requesting transport information before the "TransportChangeOptionsState" (before Ranger has connected to the scanner). You should delay this call until Ranger reaches "TransportChangeOptionsState" or a later state.

If the problem persists, please contact our support team (support@sbullet.com).


Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com

    • Related Articles

    • How is the TransportInfo.ini file used?

      Things you should know about the TransportInfo.ini file: Applications use the TransportInfo.ini file to query the capabilities of your check scanner. Ranger creates this file from the information in the XML structure that you create in your plug-in's ...
    • How can I set CAPI Ini file options through Ranger?

      The application can set the following values with the call to "SetDriverOption". After calling "EnableOptions" these options will be copied to the corresponding CAPI ini files. Use caution when setting these vales as they will overwrite the options ...
    • How do I enable image file set support?

      When Ranger is is in the TransportChangeOptions state call: Ranger.SetGenericOption("OptionalDevices", "NeedImaging", "true"); Ranger.SetGenericOption("OptionalDevices", "NeedFrontImage1", "true"); Ranger.SetGenericOption("OptionalDevices", ...
    • Where can I find the Ranger.DLL file?

      By default, the Ranger.dll is installed in the same location as Ranger.ocx: (64bit OS): C:\Program Files (x86)\Silver Bullet Technology\Ranger\Ranger.dll (32bit OS): C:\Program Files\Silver Bullet Technology\Ranger\Ranger.dll If your application is ...
    • Must I use Image File Sets to store images captured using Ranger?

      You do not need to save images into Image File Sets unless you need Ranger compatibility with large Unisys check scanner/sorters. You can access the images in the Ranger "InPocket" event via the GetImageAddress() and GetImageByteCount() functions. If ...