cancel
Showing results for 
Search instead for 
Did you mean: 

Template Security

Former Member
0 Kudos

I'm using SAP MII 12.2 and would like to use the new feature of Template Security.

But when the Restrict Property Override checkbox is true, i can't change any Template Query parameters. If i try, i receive the response "Enhanced template security enabled; override of template properties is restricted".

In short:

Restrict Property Override is false:

"http://<Server>:<port>/XMII/Illuminator?QueryTemplate=MyQueryTemplate" WORKS

"http://<Server>:<port>/XMII/Illuminator?QueryTemplate=MyQueryTemplate&Param.1=param" WORKS

"http://<Server>:<port>/XMII/Illuminator?QueryTemplate=MyQueryTemplate&Query=SELECT 1 FROM DUAL" WORKS

Restrict Property Override is true:

"http://<Server>:<port>/XMII/Illuminator?QueryTemplate=MyQueryTemplate" WORKS

"http://<Server>:<port>/XMII/Illuminator?QueryTemplate=MyQueryTemplate&Param.1=param" NOT WORKS

"http://<Server>:<port>/XMII/Illuminator?QueryTemplate=MyQueryTemplate&Query=SELECT 1 FROM DUAL" NOT WORKS

As I want:

"http://<Server>:<port>/XMII/Illuminator?QueryTemplate=MyQueryTemplate" WORKS

"http://<Server>:<port>/XMII/Illuminator?QueryTemplate=MyQueryTemplate&Param.1=param" WORKS

"http://<Server>:<port>/XMII/Illuminator?QueryTemplate=MyQueryTemplate&Query=SELECT 1 FROM DUAL" NOT WORKS

Accepted Solutions (0)

Answers (1)

Answers (1)

agentry_src
Active Contributor
0 Kudos

Unfortunately, Query and Param.X are both template properties.  So I think the Property Override affects them both when Enhanced Template Security is enabled.

I will give it some thought, but right now I don't know how to accomplish your desire.

Regards, Mike

Former Member
0 Kudos

Thanks Michael,

But according to the documentation (http://help.sap.com/saphelp_mii122sp01/helpdata/en/46/7f9f3fb7402d8ae10000000a11466f/content.htm)

, if we activate the checkbox, the Param.1 property should remain changeable.

agentry_src
Active Contributor
0 Kudos

You are right and it sounds like it is a bug.  Are you on the latest SP for 12.2?  Your help looks like SP1 and I think they are on SP4 now.

Regards, Mike