Introduction
I see the questions asking about
where to find the primary tag for process integration
how to follow the tag
how to see the questions for particular tag
I want to show how to find the process integration tag.
In the main page go...
Introduction
The requirement is create a zip file in the target server but we need to create same file name in inside the zip file we are creating. File adapter we can only set the name of the zip file name not the inside file in Zip file, Using mess...
Introduction
The requirement is to read the file using file content conversion, the flat file header and footer contains key field and detail does not contain key field using sender file adapter as mentioned in below question
How to convert the flat ...
Introduction
The requirement is to pick the files from dynamic directory using sender file adapter as mentioned in below question
Move Folders containing multiple file with File adapter
I want to show how we can implement this in PI/PRO.
Design
Cre...
Introduction
Sometimes there is a requirement to send the synchronous response immediately without waiting to process the message in receiver side like this question SOAP to IDOC scenario in PI 7.31 ICO (send message id back to SOAP Client), previous...
Hi Harish,
Check the below document for duplicate handling:
NetWeaver PI 7.30 File/FTP Adapter - Duplicate Message Handling Feature
In your case the last modified time stamp is changing every time you placing the file so the adapter is treat...
Hi Abhishek,1. For receiver to be Sync, do I need to mandatorily make my receiver service interface to be synchronous or using module RequestResponseBean will make it synchronous during runtime.You can create receiver service interface as asynchronou...
Hi Arne,For dynamic file name for XML file you can use DynamicConfiguration in message mapping or if you have the file name in the one of the field in XML then you can use variable substitution.Reuse FunctionLibrary for DynamicConfiguration and Messa...
Hi Manohar,If you select trigger immediately in ERP partner profile then PI system has to wait till Idoc is posted, RFC connection and java threads will be kept busy until the Idoc posted in the backend ERP system.The coding for posting the applicati...