cancel
Showing results for 
Search instead for 
Did you mean: 

Direct deployment of a par file from the NWDI to a portal

Former Member
0 Kudos

Hi,

I was wondering if there is a way in 2004s(SP11) to deploy a portlet directly from the NWDI to a SAP Portal.

Has anybody already tried that?

best regards Nils

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes it's possible. You should create a stand-alone portal application. That way the par file will be put in a SDA file that will be deployed automatically.

You can choose the DC type when creating it. To convert existing not-standalone DCs to standalone DCs, adjust the .dcdef file of the project:

	<component-type>
		<vendor>sap.com</vendor>
		<type>Enterprise Portal</type>
		<sub-type>Portal Application Standalone</sub-type>
	</component-type>
	<properties>
		<ns0:localization xmlns:ns0="http://xml.sap.com/2003/06/Localization">
			<ns0:domain>EP</ns0:domain>
			<ns0:originalLocale>en</ns0:originalLocale>
		</ns0:localization>
		<pns1:par-archive-name xmlns:pns1="http://xml.sap.com/2004/06/PortalPlatform">com.mycomp.this.that.xyz</pns1:par-archive-name>
		<pns2:sda-type xmlns:pns2="http://xml.sap.com/2004/06/PortalPlatform">EAR</pns2:sda-type>
		<pns3:package-sources xmlns:pns3="http://xml.sap.com/2004/06/PortalPlatform">false</pns3:package-sources>
	</properties>