Sie sind auf Seite 1von 15

Configuring Adobe Document

Services for SAP NetWeaver


Composition Environment 7.1 with
EHP1

Applies to:
SAP NetWeaver Composition Environment 7.1 with EHP1 with Software component ADSSAP 7.11.X
Technical Operations

Summary
This paper describes, with screenshots, the complete procedure used for configuring Adobe Document
Services in a SAP NetWeaver Composition Environment 7.1 with EHP1 system. This paper assumes that
ADS was selected during installation of the system or that ADS has already been deployed.

Author: Shitij Bagga


Company: Accenture
Created on: 13 May 2010

Author Bio
Shitij Bagga is an SAP Basis Consultant with Accenture, India. He joined Accenture in 2009
and prior to joining Accenture, he spent 4 years with TCS as SAP Basis Consultant. He has
worked on numerous SAP support and implementation projects in his career and has
exposure to multiple SAP solutions like EP, PI, BI, CE, DI, etc.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 1
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

Table of Contents
Creating a User in AS Java for Basic Authentication ...................................................................................... 3
Setting Up Basic Authentication in a Java Environment ................................................................................. 5
Checking the JAVA Connection with ADS ..................................................................................................... 7
Checking by using the Web Services Navigator ......................................................................................... 7
Checking the existence of Adobe document services in inspection.wsil .................................................... 10
Installing Reader Rights Credential ............................................................................................................. 11
Order Reader Rights Credential File from SAP ........................................................................................ 11
Install the Reader Rights Credential ......................................................................................................... 11
Related Content .......................................................................................................................................... 14
Copyright .................................................................................................................................................... 15

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 2
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

Creating a User in AS Java for Basic Authentication


This user is required for the secure communication between the Web Dynpro for Java application and the
Java system where the Adobe document services are installed.
To create a user in AS Java and assign the SAP_ADSCALLER role:
...

1. Navigate to http://<server>:<port>/useradmin to start the User Management.


<server> is the AS Java that hosts the Adobe document services and <port> is the HTTP port of
the AS Java.

2. On the Identity Management tab select the Search Criteria as Group.

3. Click on Create Group to create a group called ADSCallers and enter the required data.
4.

5. Then Search for User.


6. Click on Create User and enter ADSuser for the user name.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 3
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

a. Type a password. You need to confirm the password.

b. Under Security Policy choose Technical User. (If you choose Technical User, the password
won’t expire.)
c. Go to the Assigned Roles tab. In Available Roles, search for the role SAP_ADSCALLER
and press Add to assign it to the user ADSuser.

(The SAP_ADSCALLER role was created when your system was installed. You should not
assign this role to users other than the user that you will use for accessing Adobe document
services)
7. Save your changes.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 4
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

Setting Up Basic Authentication in a Java Environment


This procedure applies for the scenario of Interactive Forms in a Web Dynpro for Java application. It
describes you the configuration steps to set up basic authentication between the Web Dynpro runtime and
the Adobe document services.
To set up basic authentication in a Java environment:
...

1. Navigate to http://<host>:<port>/nwa to start the SAP NetWeaver Administrator.


<host> is the AS Java where the Web Dynpro application is installed and <port> is the HTTP port
of the AS Java.
2. Choose SOA Management  Technical Configuration  Destination Template Management.
3. To create a logical Port choose New.

4. Choose WSIL as Destination Type.


5. Enter ConfigPort_Document in the field Destination Name.
6. In the field URL enter http://<host>:<port>/inspection.wsil
<host>is the AS Java where the Adobe document services are installed, and <port> is the HTTP
port of the AS Java.

7. Click Next.
8. Choose HTTP Authentication in the Authentication group box and select the User ID/Password
(Basic) indicator.
9. Click on the Details button. Enter ADSUser in the field User ID and the password in the Password
and Confirm Password fields. You must specify the same password as you did in the task: Creating

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 5
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

a User in AS Java for Basic Authentication.

10. Click Finish to save your entries.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 6
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

Checking the JAVA Connection with ADS

Checking by using the Web Services Navigator


You should check the availability of the Adobe document services by calling the Web Services Navigator.
1. Enter the following URL in your Web browser: http://<host>:<port>.
You have to enter the host name and the port number of the AS Java that runs the Adobe document
services.
2. Choose Web Services Navigator

3. In the list, choose


com.adobe/AdobeDocumentServces_com.adobe_AdobeDocumentServicesVi

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 7
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

4. Choose rpData and click on Next.

5. Choose Next without entering any parameters.

6. Enter the user name ADSUser and the password and press OK.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 8
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

7. If the configuration is correct, the system displays the version number of the Adobe document
services in the response area.

You can ignore the message required stream: "PDFDocument" not found.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 9
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

Checking the existence of Adobe document services in inspection.wsil


...

1. Call the URL http://<host>:<port>/inspection.wsil


2. In the dialog box, enter ADSUser and the appropriate password.
3. The system displays an XML file listing all available services.

4. Search for the string Adobe to see, if Adobe document services are available.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 10
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

Installing Reader Rights Credential

Order Reader Rights Credential File from SAP


1. Raise an OSS message with SAP requesting the credential file. Follow SAP Note 736902 for this.
2. SAP sends a zip file containing the credential file. Extracted it and you will find a .pfx file in it.

Install the Reader Rights Credential


..

1. Copy the credential file (<filename>.pfx) to the following directory of the system that hosts the Adobe
document services:
/<DIR_GLOBAL>/AdobeDocumentServices/TrustManagerService/trust/credentials

2. Navigate to http://<server>:<port>/nwa to start the SAP NetWeaver Administrator.


<server> is the AS Java where the Adobe document services are installed and <port> is the
HTTP port of the AS Java.

3. Choose Configuration Management  Infrastructure Management  Adobe Document Services

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 11
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

4. Select Credentials from the list and choose Add New Object. The dialog box Create New Credential
appears.

5. In the Alias field, enter the alias of the credential you installed. Enter ReaderRights.

6. From the Type field, select the type of credential you are configuring (P12, HSM or MSCAPI). Select
P12 in this case.
7. For a P12 File, select the credential from the list.
8. If you entered ReaderRights in the Alias field, you must not make any entry in the sha1 field.
9. In the Password field, enter the password you received together with the credential you installed.
10. Confirm the password, and then Save. The page refreshes and the list of registered credentials at
the top of the page includes the credential you just added.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 12
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

11. Restart the AS Java.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 13
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

Related Content
http://help.sap.com/saphelp_nwce711core/helpdata/en/45/bf03b55b9847f2e10000000a114a6b/content.htm
SAP Note # 834573 at https://service.sap.com/sap/support/notes/834573
Visit SDN Forums at http://forums.sdn.com for further queries on ADS configuration on CE

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 14
Configuring Adobe Document Services for SAP NetWeaver Composition Environment 7.1 with EHP1

Copyright
© Copyright 2010 SAP AG. All rights reserved.
No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG.
The information contained herein may be changed without prior notice.
Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors.
Microsoft, Windows, Excel, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation.
IBM, DB2, DB2 Universal Database, System i, System i5, System p, System p5, System x, System z, System z10, System z9, z10, z9,
iSeries, pSeries, xSeries, zSeries, eServer, z/VM, z/OS, i5/OS, S/390, OS/390, OS/400, AS/400, S/390 Parallel Enterprise Server,
PowerVM, Power Architecture, POWER6+, POWER6, POWER5+, POWER5, POWER, OpenPower, PowerPC, BatchPipes,
BladeCenter, System Storage, GPFS, HACMP, RETAIN, DB2 Connect, RACF, Redbooks, OS/2, Parallel Sysplex, MVS/ESA, AIX,
Intelligent Miner, WebSphere, Netfinity, Tivoli and Informix are trademarks or registered trademarks of IBM Corporation.
Linux is the registered trademark of Linus Torvalds in the U.S. and other countries.
Adobe, the Adobe logo, Acrobat, PostScript, and Reader are either trademarks or registered trademarks of Adobe Systems
Incorporated in the United States and/or other countries.
Oracle is a registered trademark of Oracle Corporation.
UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group.
Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of
Citrix Systems, Inc.
HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C®, World Wide Web Consortium, Massachusetts
Institute of Technology.
Java is a registered trademark of Sun Microsystems, Inc.
JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by
Netscape.
SAP, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business ByDesign, and other SAP products and services mentioned
herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germa ny and other countries.
Business Objects and the Business Objects logo, BusinessObjects, Crystal Reports, Crystal Decisions, Web Intelligence, Xcelsi us, and
other Business Objects products and services mentioned herein as well as their respective logos are trademarks or registered
trademarks of Business Objects S.A. in the United States and in other countries. Business Objects is an SAP company.
All other product and service names mentioned are the trademarks of their respective companies. Data contained i n this document
serves informational purposes only. National product specifications may vary.
These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("S AP
Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or
omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the
express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an
additional warranty.

SAP COMMUNITY NETWORK SDN - sdn.sap.com | BPX - bpx.sap.com | BOC - boc.sap.com | UAC - uac.sap.com
© 2010 SAP AG 15

Das könnte Ihnen auch gefallen