cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding PI 7.1 xml validation

Former Member
0 Kudos

Hi,

I have done xml validation at adapter level.from the source if i get wrong file that file should be moved to error folder. but this is not happening while doing xml validation at adapter level.

so how can i move those fault files to error folder?

thanks & regards

venkat.

Accepted Solutions (0)

Answers (2)

Answers (2)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Dude,

The purpose of XML validation is before picking up the message we can check its welformed or valid or not,if it is not correct then it wont pick up the message,it wl stopr before enetering in A.E,so we save utilization of AE.

if you want to move error file to some other directory write unix script file to move to some other folder.

if you want handle this one using XI dont use XML validation,process message,then check condition at mapping level to find its correct file ro not,if it is error file place it in error folder.

Cheers,

Raj

Former Member
0 Kudos

Hi Venky,

Kindly refer the following documents will provide you step-by-step to do the same.

Steps for XML Validation by Adapter Engine in PI 7.1

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d026d253-3108-2c10-69a0-a5460fc1...

How To... Perform XML Validations in SAP NetWeaver Process Integration 7.1

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06dff94-9913-2b10-6f82-9717d9f8...

Regards

Venkat