cancel
Showing results for 
Search instead for 
Did you mean: 

KPRo

Former Member
0 Kudos

Hi all,

I am from UI framework team and currently involved in developing reusable webdynpro component for attaching documents (of any mime type). Any application can just use this WD component and achieve the functionality without any coding.

We are planning to use KPro for the backend functionalities like storing the attachments, archiving it and

authorization.

The design is to store the attachments in a form of a standard DB table. I haven't worked with Kpro so want to know

1. How can we achieve the storing and archiving of the attachments

2. Is authorization supported by Kpro. If so. How?

Points awaiting

Thanks and Best Regards,

Bharathee

Accepted Solutions (0)

Answers (1)

Answers (1)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Bharathee,

The SAP Content Server is an ISAPI extention for IIS(Internet information system). Now IIS runs in a Windows Task manager as process "inetinfo" We need authorizations to the user running this process. Since the Process is started by the system. Upto Windows 2000 this process runs on SYSTEM user. In Windows 2003 the process runs on User NETWORK SERVICE.

You can verify this under task manager of the windows system for user to inetinfo process.

This user must have Full Authorizations to the Content Server Installation Directory as Content Server needs to Read from and Write into ContentServer.ini files. Also it has to maintain Certificates in Security Subdirectrory of this folder.

Futher We need full authorizations to this User to ContRepRoot Directory defined for a FileSystem Storage as the actual data is present here. Hence the reason for authorizations to the above two users.

Best regards,

Christoph