cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot upload documents in DMS using PLM web UI

Former Member
0 Kudos

Hi,

I am facing problem in uploading a file to DMS via create /change transaction in PLM7.0. I am using NWBC3.0 Patch level 7 with JAVA 1.6.0.23.

I have also maintianed the whitelist for the server for upload /download and directories. I am using SAP DB (DMS_C1_ST) as the content repository and not using any seperate content server.

Everythings works fine if I use SAPGUI. this problem is only with PLMWUI using NWBC desktop/HTML.

I have already refered and implemented the notes1178747,1224097.

Can anyone provide any solution for this.

Regards

Abhishek Aynipully

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abhishek,

Try using NWBC patch level 8. It worked for us.

Regards,

Vivek

Former Member
0 Kudos

Hi Vivek,

Now I am getting the error as follows:

Security list message: Wrong server for upload

Following is the whitelist data;

<?xml version="1.0" encoding="utf-8" ?>

- <frontendServices version="7.0.0.0">

- <execute>

<extension>asm</extension>

<extension>doc</extension>

<extension>docx</extension>

<extension>drw</extension>

<extension>pdf</extension>

<extension>prt</extension>

<extension>rh</extension>

<extension>txt</extension>

<extension>xls</extension>

<extension>xlsx</extension>

- <application path="%programfiles%\Microsoft Office\Office11\WINWORD.EXE">

- <parameter position="01" type="STRING">

<legalValue>*.xls</legalValue>

<legalValue>*.xlsx</legalValue>

<legalValue>*.xlt</legalValue>

<legalValue>*.xltx</legalValue>

</parameter>

</application>

- <application path="%programfiles%\Microsoft Office\Office12\WINWORD.EXE">

<parameter position="01" type="STRING" />

</application>

- <application path="%windir%\explorer.exe">

- <parameter position="01" type="STRING">

<legalValue>*</legalValue>

</parameter>

</application>

- <application path="%programfiles%\Microsoft Office\Office11\POWERPNT.EXE">

<parameter position="01" type="STRING" />

</application>

- <application path="%programfiles%\Microsoft Office\Office12\POWERPNT.EXE">

<parameter position="01" type="STRING" />

</application>

- <application path="%Path%/proe.exe">

- <parameter position="01" type="STRING">

<legalValue>.asm</legalValue>

<legalValue>.drw</legalValue>

<legalValue>.frm</legalValue>

<legalValue>.lay</legalValue>

<legalValue>.prt</legalValue>

<legalValue>.sec</legalValue>

</parameter>

</application>

- <application path="%programfiles%\DeepViewForSAP\Deep View.exe">

- <parameter position="01" type="STRING">

<legalValue>*.rh</legalValue>

</parameter>

</application>

- <application path="%programfiles%\Microsoft Office\Office11\EXCEL.EXE">

<parameter position="01" type="STRING" />

</application>

- <application path="%programfiles%\Microsoft Office\Office12\EXCEL.EXE">

<parameter position="01" type="STRING" />

</application>

</execute>

- <download>

<directory>c:\</directory>

<directory>d:\</directory>

<directory>e:\</directory>

<directory>f:\</directory>

<server>http://XYZ.com:1090</server>

<server>http://XYZ.com:8000</server>

<server>http://XYZ.com:8000/*</server>

</download>

- <upload>

<directory>c:\</directory>

<directory>c:\temp</directory>

<directory>d:\</directory>

<directory>e:\</directory>

<directory>f:\</directory>

<directory>g:\</directory>

<server>http://172.xx.xx.xx:1090</server>

<server>http://172.xx.xx.xx:8000</server>

<server>http://XYZ.com:1090</server>

<server>http://XYZ.com:1090/*</server>

<server>http://XYZ.com:8000</server>

<server>http://XYZ.com:8000/*</server>

</upload>

</frontendServices>

Regards

Abhishek

Former Member
0 Kudos

Hi Abhishek,

Please ensure that the

<server>http://172.xx.xx.xx:1090</server>

entries are corresponding to the hostname and port mentioned in transaction CSADMIN.

Regards,

Vivek

Former Member
0 Kudos

HI Vivek,

I am using SAP DB as the content repository, i.e using the DMS_C1_ST as the repository. There is no seperate content server in the Sandbox landscape.

The server details mentioned are of the SAP server itself and the port mentioned is 1090 as it is a default port for content server.

Kindly let me know what needs to be changed when i am not using a seperate content server.

Regards

Abhishek

Former Member
0 Kudos

Hi

the problem was resolved after applying the note

0001630544 Java 6 update24+ and Java 7: ACF FileUp/Download correction

Regards

Answers (0)