cancel
Showing results for 
Search instead for 
Did you mean: 

cannot decommission "cannot determine ACCESS_PASSWORD"

Former Member
0 Kudos

Hi Guys;

I want to use Rule TAGDECOM_AA , but it gives warning like that

Cannot determine ACCESS_PASSWORD KILL_PASSWORD for the tag with ID urn:epc:id:sgtin:8699502.100221.1

what would be reason ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Tuncer,

You are using the Tag Decommission rule in SAP AII which clearly shows that the rule is demandind parameters ACCESS_PASSWORD & KILL_PASSWORD.

Please analyze the rule properly. Look into each of the activities of the rule and find out which activity is processing the passwords and passing up these messages in the application log.

Once you find out the activity which is giving up this message, you can very well find out the ABAP code which is showing up message.

Once code is found out you can find out the data structure which is carrying these passwords to the ABAP AIN service.

In this way you will be able to find out the exact place through which these passwords need to be sent.

You can also try one more thing. Go to SAP Auto ID Test Tool. Generate the same message from tool which you might be actually facing error with.

In the test tool pass these two things which is showing up an error as paramaters. And check whether the error persists.

Thnks