Problem:
PSIcapture 5.0.2.14 displays the error below when enabling Right Fax Connection:
[6/23/2014 2:24:03 PM - Error - v5.0.2.14]
Auto Import processing failed for directory '\\KZDWPSIGENP001\Lesupport_RightFax', doc type LESupport.
Value was either too large or too small for an Int32.
Solution:
Int32 only allows 0 - 2,147,283,648 for user filter. The number being used for User Filter exceeds the Int32 coding for that field. You will have to choose a user that has a filter number that meets the Int32 criteria.
In later versions of PSIcapture, character count was increased for User Filter with Int64 coding.
Comments
Please sign in to leave a comment.