cancel
Showing results for 
Search instead for 
Did you mean: 

Issue while schema validation in 7.3

Former Member
0 Kudos

Hello,

I am doing schema validation at receiver side .

  1. Selected validation by IE in receiver agreement.
  2. Reactivated objects like receiver agreement, Service
    interface, message type.
  3. able to see updated xsd in PI cache monitoring under NWA.

Working fine in development ,Production but failing in Quality system.

Quick suggestions would be appreciated ..:)

Error shown in PI moni:

Schema Not Available in Cache, try to
validation with file system schemas. Validation With File System schemas also
Failed. Schema aseXML.xsd not found in
/usr/sap/QP4/SYS/global/xi/runtime_server/validation/schema/748cd220dfc911dea438fdfdc0a84017/namespace
/SI_In /abc/abc.xsd
(/usr/sap/QP4/SYS/global/xi/runtime_server/validation/schema

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos


hello,

  1. Checked for AI_VALIDATION_JCOSERVER, its working fine.(checked under NWA also).
  2. CPA cache refreshed,restarted messaging system from NWA. No luck.

According to SAP PI 7.31 troubleshooting guide,at runtime system first searches for xsd in cache and if schema is not avialable in cache then it goes to file system.

In our case i am able to see updated xsd in cache then also it is going to file system instead of picking it from cache.

Error we are getting in SXMB_MONI -

Schema Not Available in Cache, try to
validation with file system schemas. Validation With File System schemas also
Failed. Schema aseXML.xsd not found in
/usr/sap/QP4/SYS/global/xi/runtime_server/validation/schema/748cd220dfc911dea438fdfdc0a84017/namespace
/SI_In /abc/abc.xsd
(/usr/sap/QP4/SYS/global/xi/runtime_server/validation/schema

Former Member
0 Kudos

Hello,

I am also facing same issue intermittently in DEV and QA system (PI7.31) and i have already raised an OSS, will let u know in case SAP provides any solution for that...

For quick resolution, may be u can try to do CPA cache refresh (and if issue still persist then restart messaging system from NWA) and then check - i tried doing it sometime and it worked

Thanks

Amit Srivastava

Muniyappan
Active Contributor
0 Kudos

Hi Amit,

Thanks for info.

Seen similar threads and got confused if we have to create any xsd for validation in 7.3.

Looking forward for oss note.

Regards,

Muniyappan

Bhargavakrishna
Active Contributor
0 Kudos

Validation changes in PI 7.3

Regards

Bhargava krishna

Muniyappan
Active Contributor
0 Kudos

Hi,

In 7.3 we don't have to keep xsd in any folder.

Can you Check if AI_VALIDATION_JCOSERVER is created in you system?

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/48/a9b99b7e28674be10000000a421937/frameset.htm

Was it working before in prod?

Regards,

Muniyappan

Bhargavakrishna
Active Contributor
0 Kudos

Hi,

Did you properly created the XSD and imported into integration server?

the path would be

<sysdir>/xi/runtime_server/validation/schema/<GUID of software component version to

which Service Interface is assigned>/<Repository Namespace of Service Interface>

Import path of integration server

/usr/sap/<sid>/SYS/global/xi/runtime_server/validation

Please refer this guide

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

Regards

Bhargava krishna

gagandeep_batra
Active Contributor
0 Kudos

did you put file in  the correct GUID of SWCV in the folder name ?

/validation/schema/<GUID of software component version to which Service Interface is assigned>/<Repository Namespace of Service Interface>