cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration Check shows Clientaccesspolicy.xml & crossdomain.xml as not configured

Former Member
0 Kudos

Hi All,

I'm installing SAP Personas 2.0 SP02, I have configured the details from the Configuration Guide. But the configuration check shows clientaccesspolicy.xml & crossdomain.xml is showing RED.


#parameter created for SAP Personas

icm/HTTP/file_access_0 = PREFIX=/sap/public/icmandir/,DOCROOT=$(DIR_ICMAN_ROOT),ARCHIVE=$(DIR_EXECUTABLE)/ITS.SAR,CACHECTRL=+28800

icm/HTTP/file_access_1 = PREFIX=/clientaccesspolicy.xml,DOCROOT=/usr/sap/<SID>/DVEBMGS00/data/icmandir/its/restgui/clientaccesspolicy.xml,CACHECTRL=0

icm/HTTP/file_access_2 = PREFIX=/crossdomain.xml,DOCROOT=/usr/sap/<SID>/DVEBMGS00/data/icmandir/its/restgui/crossdomain.xml,CACHECTRL=0

I have set these parameters in the Instance Profile file. So not sure what is missing.

Please help if you have any idea on this.

Best Regards,

Avinash

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi friends,

I was able to resolve the issue on UNIX.

 

Solution:

1.Copied the clientaccesspolicy.xml & crossdomain.xml files to
     /usr/sap/<SID>/DVEBMGS00/data/icmanroot/

2. Changed the parameters in the instance profile file.

  #parameter created for SAP Personas

icm/HTTP/file_access_0 =
PREFIX=/sap/public/icmandir/,DOCROOT=$(DIR_ICMAN_ROOT),ARCHIVE=$(DIR_EXECUTABLE)/ITS.SAR,CACHECTRL=+28800

icm/HTTP/file_access_1=
PREFIX=/clientaccesspolicy.xml,DOCROOT=/usr/sap/<SID>/DVEBMGS00/data/icmanroot/clientaccesspolicy.xml,CACHECTRL=0

icm/HTTP/file_access_2=
PREFIX=/crossdomain.xml,DOCROOT=/usr/sap/<SID>/DVEBMGS00/data/icmanroot/crossdomain.xml,CACHECTRL=0

3.  Stop & start sap.


4. Import the profile using  RZ10.


5. Goto /n/PERSOS/ADMIN_UI &
     run the Tools-->Configuration Check. Now the clientaccesspolicy.xml
     & crossdomain.xml are showing green.

Thanks & Best Regards,

Avinash

Answers (6)

Answers (6)

0 Kudos

Hi Avinash,

Thank you for the solution. We have pointed out the actual directory where the files were created automatically (crossdomain.xml and  clientaccesspolicy.xm). Now we are able to connect to the server. but in /n/persos/admin_ui, configuration check still the files are showing yellow.


Hope so this doesn't make any issue in future ..


Regards


M. Surendra

chinthan_yajamaan
Active Contributor
0 Kudos

Hi Surendra,

You can verify if you are able to access the files using http(s)://<SERVER>:<PORT>/<FILE> format, if yes then you can ignore the warning in config tool.

Also please check if you have implemented note#2016378.

Thanks

Chinthan

0 Kudos

Dear Chinthan,

Thank you for the reply. I am able to access the files using http(s)://<SERVER>:<PORT>/<FILE> format, So I have ignored the warnings in config tool. We have also implemented the mentioned note 2016378.

When we log out from the personas screen we are getting a error. I have attached the same in the screen. If possible please provide a solution for this.

Regards

M. Surendra

Mohanraj
Advisor
Advisor
0 Kudos

Hi,

Please check the below setup for logoff issue.

  1. Goto transaction SICF.
  2. Select the following filters and press execute.

          Hierarchy Type - SERVICE

          Service Path - /sap/public/bc/icf/logoff    

     3. Select "logoff" service, right click and activate service.

Regards,

Mohan

0 Kudos

Dear Mr. Mohan,

Your solution has resolved my issue thank you for the support.

Regards

M. Surendra

Former Member
0 Kudos

Hi Chinthan,

Yes, It is provided in Configuration guide but i am not confident on it ,if you have please share me.

Thanks

Kiran.GVL

chinthan_yajamaan
Active Contributor
0 Kudos

Hi Kiran,

That is the correct content of the files. Please let me know if you have any specific issue after using it.

cheers

Chinthan

Former Member
0 Kudos

Hi Chinthan,

Thanks for the quick reply but i need  sample crossdomain.xml ,  clientaccesspolicy.xml which is already implemented so that i can modify according to our client.

Thanks

Siva

chinthan_yajamaan
Active Contributor
0 Kudos

Hi Siva,

Even the sample contents are provided in configuration guide under the same section

cheers

Chinthan

Former Member
0 Kudos

Hi,

How to edit crossdomain.xml ,  clientaccesspolicy.xml files.

Thanks

chinthan_yajamaan
Active Contributor
0 Kudos


Hi Siva,

You can refer to "Setup silverlight cross domain" section of SAP Screen Personas configuration guide for the details.

cheers

chinthan

chinthan_yajamaan
Active Contributor
0 Kudos

Hi Avinash,

You need to place clientaccesspolicy.xml and crossdomain.xml files at the root of your domain and update the path accordingly. You can refer to the following link for more details

http://msdn.microsoft.com/en-us/library/cc197955(v=vs.95).aspx

cheers

chinthan

Former Member
0 Kudos

Hi Chinthan,

I'm using HP-UX so not sure where to place the files. This path  /usr/sap/<SID>/DVEBMGS00/data/icmandir/its/restgui/ already has the 2 files.

Please let me know where to place the files in UNIX.

Thanks & Regards,

Avinash

chinthan_yajamaan
Active Contributor
0 Kudos

Hi Avinash,

Files need to be under root folder /usr/sap/<SID>/DVEBMGS00/data/icmandir.

Regards

Chinthan

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Are the XML files themselves copied to the directory that these parameters are pointing to?

Also, you are supposed to replace <SID> with the actual system ID.

Former Member
0 Kudos

Hi Tamas,

Yes the files were already present in the directory that I have put in the parameters. Also I just changed the <SID> for referring this issue in SCN. Actually I have the correct SID.

Thanks

Best Regards,

Avinash