cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to add security.core to used DC

Former Member
0 Kudos

Hi all

I am trying to add the DC "com.sap.security.core.sda" and I can't ..

it gives me the error message "Illegal dependency: Access list doesn't allow use of sap.com/com.sap.security.core.sda for ....."

any help please?

Thanks & Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ali,

Add DC "com.sap.security.api.sda" if you are getting any error with "com.sap.security.api.jar" while building the DC.

Regards,

Jhansi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ali,

Navigate to this path:

<b>C:\Program Files\SAP\IDE\IDE70</b>\eclipse\plugins\com.sap.tc.ap_2.0.0\comp\SAP-JEE\DCs\sap.com\com.sap.security.core.sda\_comp

The path in bold may differ as per your installation.

Open the .dcdef file in notepad and make this entry(in bold) in that file

<access-control-list>

.

.

.

.

.

<b><grant>

<dc-ref>

<name>*</name>

<vendor>sap.com</vendor>

</dc-ref>

</grant></b></access-control-list>

Close your NWDS and restart it once again.

Now you would be able to access that required DC.

Warm Regards,

Murtuza

Former Member
0 Kudos

Hi Murtuza,

Thanks for your help, but the problem still there...

regards

Former Member
0 Kudos

Hi Ali,

I tried the same thing as mentioned above and the problem got solved for me.

Also navigate to this path:

C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.tc.ap_2.0.0\comp\SAP-JEE\DCs\sap.com\com.sap.security.core.sda\_comp\def

and you would find a .pp file. If your have Access Control List tag in that file too then make the same entry in that file too.

Hope you find luck this time

Warm Regards,

Murtuza