cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

MII two instance in NW 7.3

Former Member
0 Likes
158

Dear friends,

I have two Questions .

1.How to lock/hide MII code to prevent modifications or logic hide to other users ?

2.Is there way to make two MII instance in same NW 7.3?

Thanks,

Ramesh

View Entire Topic
former_member193328
Active Participant
0 Likes

Hi Ramesh

1. For this you should better use NWDI (Netweaver Development Infrastructure) which allows version control. This will enure that people who do not have the authorizations on DTR (The NWDI component that manages versions) cannot modify your code. Also most part of the MII artifacts will remain in readOnly mode which does not provide complete logic. Users would be able to see the transaftions and other MII files if they have MII Developer role.

2. This is not possible that same NW Server has 2 MII installations as the Context Roots and other artifacts are cluster independent. What you can do though is have 2 NW servers running on the same physical machine (given you have the right hardware) and then have 2 MII installed on them separately.

Regards

Partha