cancel
Showing results for 
Search instead for 
Did you mean: 

How to disbale "Import Design time objects" option?

Former Member
0 Kudos

Hello All,

I have a question regarding roles and authorization here.

In ESR and ID, there is an option to Import TPZ files manually. On Production PI system, we want to disable this option in order to block authorization to import any TPZ files in to ESR/ID.

Can some one please tell me if there is a way to restrict the import of TPZ files into ESR/ID?

Thanks in advance,

Regards,

Moorthy

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member182412
Active Contributor
0 Kudos

Hi Naresh,

If you want to disable file transport option then you can set these two parameters in exchange profile as mentioned below blog.

a) com.sap.aii.ibrep.core.transport.enableFileExport

b) com.sap.aii.ibdir.core.transport.enableFileExport


This will disable the file transport option when you export the objects from repository and directory.

But you can still import the TPZ files using import design objects or import configuration objects.

if you remove the role SAP_XI_CONTENT_ORGANIZER from the user the you can not import the TPZ files into respository or directory. you can check below wiki for reference.

How to import SAP content into the PI ESR - Process Integration - SCN Wiki

You can check Hareesh Gompa answer in below thread.

Regards,

Praveen.

RaghuVamseedhar
Active Contributor
0 Kudos

Naresh,

access the exchange profile maintenance page at:

http://<host:port>/webdynpro/dispatcher/sap.com/com.sap.xi.exprofui/XIProfileApp


Then set transport.enableFileExport parameter. (same parameter is mentioned by sriram above)


former_member184619
Active Contributor
0 Kudos

Hi Naresh,

It is required to have the role SAP_XI_ADMINISTRATOR or SAP_XI_CONTENT_ORGANIZER to be able to export and import ESR content. So, you can restrict the user on these roles.

Importing ESR Content - Configuring Process Integration (PI) After Installation - SAP Library

Regards,

Sachin Dhingra

www.saphelp.me

Former Member
0 Kudos

Just noticed that the parameter is only for export..However what will happen is if u hav this implemented thru out your system, the option for Import will be of no use..

Former Member
0 Kudos

you can remove the role SAP_XI_CONTENT_ORGANIZER for the user.

Former Member
0 Kudos

Hi Naresh,

Not sure if it can be controlled through user roles but the following parameters in the Exchange Profile(for ID and ESR) disable file transports.

ESR - com.sap.aii.ibrep.core.transport.enableFileExport
ID - com.sap.aii.ibdir.core.transport.enableFileExport

These two parameters needa be set with a boolean type and no value to be set and it takes it be false

Regards,
Sriram