cancel
Showing results for 
Search instead for 
Did you mean: 

placeing douments in to enterprise portal

Former Member
0 Kudos

hi,

i have one requirement. i have documents in my desktop.

i want to display all the documents in enterprise portal.

i created folder,while uploading i am getting

this message

You can upload a file to the repository from your computer. Click "Show Properties" to assign another name or to change the settings

and not uploaded into the folder

goto content admin > KM content > expand root > select documents folder > click on the context menu of the folder -- new -- folder .

after creating the folder, open the newly created folder by clicking on that and

click on context menu of the Folder -- new -- upload

then it displays the window

in that i select browse button

the file :D:\kak\portal\How to Transport SAP Enterprise Portal 6[1].0 Content (NW2004).pdf

after thet i click on the upload

then the message is displayed and not added into the folder.

thanks in advance

Regards,

Sid.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sid

Did you give any permissions for the folder in which you want to upload the documents?

Check if the user who is uploading the documents has full control on the folder on which he wants to upload the documents.

Former Member
0 Kudos

Hi,

How to check the permissions for the folder in which i want to upload the documents?

how to Check the user who is uploading the documents has full control on the folder on which he wants to upload the documents?

thanks for ur reply.

Regards,

Sid.

former_member304001
Active Contributor
0 Kudos

Hi,

From context menu of ur folder -- goto details -- settings - permissions

Here u can see the permissions

Regards

Krishna.

Former Member
0 Kudos

Hi sid

As krishna kishore said you can check the permissions in the context menu of your folder.And if the particular user by which you are logging in is not present ,then you can add the user in the permissions tab and give him full control.

Former Member
0 Kudos

Hi Krishna,

From context menu of my folder -- details -- settings - permissions

then one window appears

in the lower window i add j2ee_admin as user

after that i clicked on add button

then j2ee_admin is added to the upper window

and in the permissions i gave full control.

again i tried folder->new->upload

then in the window i try to add the file.

then i get this error message

"HR-Manager.doc" does not exist, or file is empty; you cannot upload empty files.

Regards

Sid.

former_member304001
Active Contributor
0 Kudos

Either the portal engine or the operating system on whih the portal runs has troubles wrting into the directory that is defined as store for temporary data

U need to apply SAP Note : 898637

Regards

Krishna.

Former Member
0 Kudos

Hi Krishna,

thank u,

I am trying to resolve this issue.

Regards,

Sid.

Former Member
0 Kudos

Hi,

If you get message when try to upload file ....empty files cannot be uploaded,this will be the solution .

1. Add two parameters

Double Click on config tool and add the following parameters

D:\usr\sap\PPS\JC00\j2ee\configtool\configtool.bat

Cluster u00E0 instance u00E0 server

-Djava.io.tmpdir=e:\EP_TMP

-Dcm.tmpdir=e:\EP_TMP

2. Create two environment variables : TEMP, TMP

Goto Setttings u00E0 Control Panel u00E0 System . Edit or create two variables.

Set the value of both to the same directory

Name : TEMP value : D:\E_TMP

Name : TMP value : D:\EP_TMP

3. Give permissions to SAPService<SID> write-access to that created temporary folder.

Ref Note : 899637

Thanks ,

Srini