cancel
Showing results for 
Search instead for 
Did you mean: 

PAR file don't shown in Application after uploading

Former Member
0 Kudos

Hi experts:

Run the Administration Console by clicking System Administration -> Support -> Portal Runtime-> Administration Console

1)、The PAR file is uploaded And hint of result is successful.but that local version And Repository version of PAR shown "undifined" .should i do what that shown corrent version?

2)、 clicking system administrator->support-> support desk ->portal runtime->brower deployment ->ROOT/WEB-INF/deployment/pcd

i can see where just uploaded PAR file in pcd, But i don't test that i run http://<server_portal>:port/irj/servlet/prt/portal/prtroot/PortalAnywhere.Go.

just uploaded PAR file don't shown in here .

Best Wishes.

dingding lee.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thank everybody.

dingding lee.

Former Member
0 Kudos

the version information is populated from the manifest.mf file in your par (and is optional).

The display of the application / applications that form part of your par are defined in the portalapps.xml file - this is mandatory and must be included for the par file to upload successfully.

If it has shown success - in the administration console you will only see the par file you uploaded - not the applications defined therein.

Haydn

Former Member
0 Kudos

Hi Hayd,

thankx

the following files are configured

portalapp.xml

<application>

<application-config>

<property name="Vendor" value="sap.com" />

<property name="SecurityArea" value="NetWeaver.UserManagement" />

<property name="ServicesReference" value="com.sap.portal.usermanagement,com.sap.portal.themes.lafservice"/>

</application-config>

<components>

<component name="default">

... ...

</component>

</components>

</application>

====================================

MANIFEST.MF

Manifest-Version: 1.0

Implementation-Version: 7.0006.20060301194711.0000

... ...

Implementation-Vendor-Id: sap.com

Implementation-Vendor: SAP

Specification-Vendor: SAP AG

sap-changelistnumber: 10148

i want PAR files run in "http://<server_portal>:port/irj/servlet/prt/portal/prtroot/PortalAnywhere.Go",

could u give me the details?

dingding.

Former Member
0 Kudos

i can only see portalapp.xml in <b>"~\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\myfolder"</b>, the portalapp.xml isn't my upload file.

my other files don't uploaded in here, But i can see my uploaded the PAR in <b>"~\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd"</b>

Why is this so?

Former Member
0 Kudos

Hi Lee,

try uploading using NWDS, if there is some deployment error, you will come to know about that. Also if you are finding the files with same name at two locations then check the timestamp, and get the recent one for further work.

regards

-Kedar Kulkarni

Former Member
0 Kudos

Hi Kedar Kulkarni,

Thanks for your advice.i uploaded from NWDS, ,NOW i can see the PAR file by using NWDS in "http://<server_portal>:port/irj/servlet/prt/portal/prtroot/PortalAnywhere.Go".

What are the distinction between PAR file of <b>NWDS</b> and PAR file of <b>Administration Console</b> ?

Best Regards,

dingding.

Former Member
0 Kudos

hi, Lee

i've met the same problem.

How to upload the .par with NWDS?

new a EP App Project and do the job?

thanks for advance.

Former Member
0 Kudos

Hi dingding,

there is no specific difference between these two.

few things can be like, thru NWDS you first compile the project and then deploy, this make sure about missing referances if any are there in place and in your .PAR file. Other thing is when you upload through AdminConsole, it takes a little time to take the actual effect, even the .PAR is visible in portal, I have faced similar problem earlier, but with NWDS problem is resolved.

Please mark thread as answered, if your problem is solved.

regards

-Kedar Kulkarni

reward points if useful

Former Member
0 Kudos

Hi fishy.

use option "Quick Par Upload " in NWDS.

select "Deploy PAR" And "servers".

regards

dingding lee

Former Member
0 Kudos

hi Lee.

it still be...... "undefined" ...... y......

i import the .par file and use "Quick PAR Upload".

but when i check in "support" the "NewParProject" is still undefined.