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

MII two instance in NW 7.3

Former Member
0 Kudos
132

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

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193328
Active Participant
0 Kudos

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

Former Member
0 Kudos

Hi Ramesh,

You can "not" assign the Developer roles to other users. They will not be able to launch the workbench and hence not able to modify ur MII code.

I think you can have multiple MII nodes on one NW WAS.

Regards,

Gita