cancel
Showing results for 
Search instead for 
Did you mean: 

platform and persistence layer in package setup

Former Member
0 Kudos

we are attempting to set up packages for MI7, and have come to the stage of

"5. Choose the platform and persistence layer you want to generate the setup package for. The package can be created for one platform only."

However when we select the picklist for the platform and persistence they are empty. How do we populate this information?

Thanks

Marina

Accepted Solutions (1)

Accepted Solutions (1)

satyendra_dhar
Employee
Employee
0 Kudos

Hi Marina,

Start NWMAdministrator, select menu DeviceConfiguration, create a Deviceconfiguration.

In details section select condition tab and assign an OS condition (i.e. OS WIN32) to it.

Assign this DeviceConfiguration to the Hierarchy Group which is used for creating setuppackage.

Now platform should be listed while creating a setup package.

Regards,

Satyendra

Answers (2)

Answers (2)

Former Member
0 Kudos

.

chintan_virani
Active Contributor
0 Kudos

Marina,

Instead of just marking the thread as answered please post the solution as well for reference.

Chintan

Former Member
0 Kudos

Chintan

The answer is provided above - sorry if the information provided in this thread has not helped to resolve your issue.

regards

marina

stefan_schwing
Active Participant
0 Kudos

Hi,

do you already have MI client installation files uploaded to your landscape.

Each .sda file from mobile contains a description of what the uploaded file is all about, e.g.:


<?xml version="1.0" encoding="utf-8"?>
<mobile_component>
	<mcd_namespace/>
	<mcd_name>MOBILEENGINE_AWT</mcd_name>
	<mcd_version>701300</mcd_version>
	<mcd_create_date>20070518</mcd_create_date>
	<mcd_create_time>081314</mcd_create_time>
	<mcd_created_by>SAP</mcd_created_by>
	<mcd_modify_date>00000000</mcd_modify_date>
	<mcd_modify_time>000000</mcd_modify_time>
	<mcd_modified_by></mcd_modified_by>
	<memsd_text>
		<description>
			<language>D</language>
			<text>SAP Netweaver Mobile Client</text>
		</description>
		<description>
			<language>E</language>
			<text>SAP Netweaver Mobile Client</text>
		</description>
	</memsd_text>
	<memsd_prop>
		<property>
			<property_type>CLIENT.BUILDNUMBER</property_type>
			<value>200705180805</value>
		</property>
		<property>
			<property_type>HOMEPAGE.INVISIBLE</property_type>
			<value>X</value>
		</property>
		<property>
			<property_type>PLATFORM</property_type>
			<value>WINCE</value>
		</property>
		<property>
			<property_type>RUNTIME</property_type>
			<value>AWT</value>
		</property>
		<property>
			<property_type>TYPE</property_type>
			<value>FRAMEWORK</value>
		</property>
		<property>
			<property_type>COMPONENT_FILE</property_type>
			<value>NWM_AWT_WINCE.zip</value>
		</property>
	</memsd_prop>
	<memsd_dep/>
	<memsd_cust>
		<customizing>
			<cust_attribute>ROLEASSIGNEMENT</cust_attribute>
			<cust_index>0000000001</cust_index>
			<attribute_name>DEFAULT</attribute_name>
			<attribute_value></attribute_value>
		</customizing>
	</memsd_cust>
</mobile_component>

You can see the PLATFORM and the RUNTIME tags here, those should be populated to the corresponding backend tables, I guess.

Cheers

stefan