I am trying to move standard change template from one Instance to another through XML. I am getting this error"Skipping record for table std_change_record_producer and id c06faa24dbf7230002859e04db961978 - permission denied". I logged in as a admin o

Santhosh23
Tera Expert

I am trying to move standard change template from one Instance to another through XML. I am getting this error"Skipping record for table std_change_record_producer and id c06faa24dbf7230002859e04db961978 - permission denied". I logged in as a admin only. Can anyone please explain what needs to be done. 

8 REPLIES 8

Hi Sojha,

I also faced similar issue and resolved it by going to the create ACL of std_change_record_producer. Admin overrides was unchecked. By checking it, it allowed to import the file.

Regards,

Prajakta

Hi Prajakta,

When you imported the templates, did the change template values show up in other instance? Also was it working fine when you used the template?

When i moved via XML, it imported but change template values was blank. When moved thru update set, the template values do not get copied on to change

Hi @sunil4050 ,

No it does not show up if we export the record from std_change_record_producer, we have to export all the related tables like version, proposal and sys_template only then you will be able to create change.

For eg, if you want to export template named 'abc' , go to all the tables below and find the record having template name as 'abc' and export them as well.

1. export from std_change_record_producer 
2. export from sys_template 
3. export from std_change_producer_version
4. export from sc_cat_item_category
5. export from std_change_proposal

Regards,

Prajakta

Hi @SudhirOjha , It is a create ACL with name same as the table, where role required is snc_internal. You can turn admin overrides to true.
Please mark my reply helpful if it works for you.


Thanks,
Rahil.