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

Shared Property in MII

Former Member
0 Likes
1,648

Hi All,

Can any one advice me how we can get Shared Property file (Name, description , value , type) in a xml format as a BLS output in MII 15.0 (patch 10 SP4 ) development environment.

is there any illuminator service available for this?

Regards

Pallavi Shah

View Entire Topic
Former Member
0 Likes

Pls check if this is helpful.

If you need the default values (the configuration file that you edit in the Workbench when you open the SharedProperties.mem file), you can access it via Catalog with


/XMII/Catalog?Mode=Load&ObjectName=<Project>/META-INF/SharedProperties.mem

If you need the active values, you can use this Catalog call

/XMII/Catalog?Mode=GetRuntimePropertyList&Project=<Project>

Regards,

Sriram

Former Member
0 Likes

Hi Sriram ,

Thanks for your reply 🙂

Is there a document explaining the different modes of the catalog service?

Former Member
0 Likes

Hi Sriram ,

Is there any Catalog Call which can be used to Insert above exported shared property XML of a project in MetaINF tag of MII system ?

or any other way we can achieve it ?