webMethod SAP related issue

I am facing this issue while testing with load(250 k). But with 5k, 10k even 20 k rocords is working properly.
we are sending data to SAP.

Below is the error

Errror:[ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service pub.sap.transport.ALE:OutboundProcess.
[SAP.110.9407] WmSAP Adapter: Error in transaction store: java.io.FileNotFoundException - packages/WmSAP/txStore/06345B0D/A0EF6C15/283F3612.xtn (No space left on device).


Biplab

The error is self explanatory as there is no enough room on the disk.

Run the service pub.sap.transaction:sweep to clean up all “confirmed” transactions and schedule this to run regularly on the correct server.

1 Like

Hi,

another option is to turn of the storage of the transactions or at least the body of the IDocs in the associated RFC connection for the case that they are neccessary.

See WmSAP-Adapters Users Guide for further options.

Regards,
Holger

Biplab – As per error, the service doesn’t have sufficient space to execute, so in this specific case, you can run this specific integration when the load on the service is low so that this service do get sufficient space.

Thanks,

"
Run the service pub.sap.transaction:sweep to clean up all “confirmed” transactions and schedule this to run regularly on the correct server. "

Yes on the same lines you have to setup a purging of the IDOC transaction store on a regular basis and this should resolve the space issues etc…

Please check with your wM team and check the archive/purging options.

HTH,
RMG

I agree with RMG, thanks RMG for your inputs.

Thanks,