cancel
Showing results for 
Search instead for 
Did you mean: 

File Monitor Source System - File Size Limit

0 Kudos

Hello,

I am using file monitor source system to process files via PCO,MII using File Monitor Source System.

I am facing with error in below, then after some test i understand if file size equal or more then 65KB PCo Query doesn't working.

Any idea to fix this issue or any way to increase file size limit.

Thanks.

PCoQueryRequestHandler1128

Unable to process request. ArgumentOutOfRangeException: Specified argument was out of the range of valid values. Parameter name: value at SAP.Manufacturing.Connectivity.Protocol.Custom.PCoQueryRequestHandler.ProcessRequest(Object handler)

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Kevin,

I am using PCo to pass the file content to MII and passing only the file path and using this filepath in order to read content via network is not possible for me because of our network structure.

So I have tested with simple "txt" file and when file is 64 KB working when file become 65 KB or over doesn't working.

Thank you,

Kevin_Hunter
Advisor
Advisor
0 Kudos

Hi Tarik,

I assume you are using PCo to pass the file contents to MII for processing?

I have not seen any file size limit specified so may be a good idea to open a support ticket and the development team can look at it.

One suggestion as a work around, can you pass the filename to MII and have MII load the file then process it (this assumes MII can access the file across the network).

Thanks

Kevin