BOE SAP Entitlement System Error

Hi All,
I have installed BOE EDGE XI 3.0 and SAP integration kit and SAP JCO connector.
I am trying to configure SSO as per the blog below:
BusinessObjects and SAP - Configure SAP Authentication
When I try to access the SAP System from the Authentication area I get the error. I have deployed the JCO file (sapjco.jar) to the directory
C:Program FilesBusiness ObjectsTomcat55commonlib
and the dll to C:windowssystem32.
Any suggestions will be really appreciated.
Thanks!
-Deepu
HTTP Status 404 - /SAP/jsp/auth/sapsec_logsys.faces
type Status report
message /SAP/jsp/auth/sapsec_logsys.faces
description The requested resource (/SAP/jsp/auth/sapsec_logsys.faces) is not available.

I have the same issue when using mini-BOE.
The baisc reason should be Integration kit is not installed properly, which lead to the missing of certain file.
404 error means missing file.
JCO sapjcorfc.dll and sapjco.jar should be copid to the right position before install integration kit.
During integration kit, we should choose custom, then select install all featuers, which definitly include the missing file.
Fincally the issue was solved.

Similar Messages

  • Cannot enter to SAP Entitlement System.

    I cannot enter to SAP Entitlement System.
    I installed BOBJ XI 3.1 SP2 and SAP Integration Kit XI 3.1 SP2 in Windows 2003 64bits
    Now when I try to enter in CMC u2013 Authentication u2013 SAP, It does not open anything, and it did not allow me to see Entitlement System for SAP. When I try to open the other Authetications, they open inmediatly.
    I have installed SAP JCo Release 2.1.8.
    What can I do?
    Regards,
    Paulina
    Edited by: Paulina Villacis on Aug 19, 2009 12:56 AM

    Hi Ingo
    It was yesterday, I can not enter to SAP Authentication, this link did not work, the other links open the applications without problem. I did click and clikc with the mouse and this link do not open anything.
    But now I have another problem, last night restarted all machine, and now I have this error, when I am trying to enter CMC
    Error: Server solar:6400 not found or server may be down (FWM 01003) null
    I have verified CCM and it is working. two days ago I solved this problem. I deleted #SQL_7C4_0.MYD file from C:\WINDOWS\Temp
    Later CMC works very well, but now I did the same but it does not work.
    The error in Event Viewer is
    Node Name: solar]
    [User Name: SYSTEM]
    [Error null] Server Intelligence Agent has lost its connection to the CMS cluster but will continue to attempt to reconnect. Please verify that the CMSs in your cluster are running.
    Regards,
    Paulina

  • SAP entitlement system doesnot appear in CMC Authentication Screen

    Hi BO Experts,
    We are unable to Integrate SAP entitlement with BO Edge 3.1 Enterprise
    server because it doesn't appear in CMC console "Authentication TAB".
    BOE Version - 3.1
    Integration Kit For SAP Solution - 3.1 SP2
    Can some body please suggest what could be the exact issue ?
    Regards,
    Jai

    Hi,
    does SAP as an authentication option appear in the CMC when you logon and navigate to the authenticatoin area ?
    ingo

  • Add an SAP entitlement system to BusinessObjects Enterprise

    Hello Experts,
    On my logon Cmc screen logon I see in the weblist, all authentication method:
    -Entreprise
    -Windows AD
    -LDAP
    -SAP
    I'm connect to the Cmc with the account Administrator with the authentication "Entreprise". Go to "Authentication" on management area of the CMC and I don't see the SAP link. I see only this:
    -Entreprise
    -LDAP
    -Windows AD
    -Windows NT
    I use the ddl files and jco from the zip file named "sapjco-ntintel-2.1.9.zip" downloaded from http://service.sap.com/connectors.
    I placed the librfc32.dll and sapjcorfc.dll into those directory:
    -C:\Windows\System32
    -D:\BOXI31_WS61\Business Objects\BusinessObjects Enterprise 12.0\win32_x86
    And the sapjcorfc.jar into:
    D:\BOXI31_WS61\WebSphere\AppServer\lib, and create variable environement CLASSPATH.
    Why I can't see the SAP link ?
    Thx in advance.
    Best Regards.

    Hello Ingo,
    I use Websphere 6.1. After the installation of the SAP IK (sucessfully installed) I used wdeploy. For more details I did it:
    To deploy web applications on IBM WebSphere:
    To deploy BusinessObjects Integration for SAP Solutions web applications after installation, you must use the wdeploy found in the installdir\deployment folder instead of the standalone wdeploy.
    1. Ensure that you have deployed the SAP Java Connector as described in
    SAP Java Connector on page 53.
    2. Ensure that your CLASSPATH environment variable includes the sapj
    co.jar archive file.
    See SAP Java Connector on page 53 for details.
    3. Manually deploy the BusinessObjects XI Integration Solutions for SAP
    web applications using wdeploy found under INSTALLDIR\deployment.
    a. Move to businessobjects_root\BusinessObjects12.0\java\applications\, and use the following command to package the WAR files:
    "businessobjects_root\javasdk\bin\jar.exe" cf CmcApp.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\CmcApp" .
    "businessobjects_root\javasdk\bin\jar.exe" cf SAP.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\SAP" .
    "businessobjects_root\javasdk\bin\jar.exe" cf InfoViewApp.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\InfoViewApp" .
    66 BusinessObjects XI Integration for SAP Solutions Installation and Administration Guide
    4 Installing BusinessObjects XI Integration for SAP Solutions Installing on Windows
    "businessobjects_root\javasdk\bin\jar.exe" cf OpenDocument.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\OpenDocument" .
    "businessobjects_root\javasdk\bin\jar.exe" cf dswsbobje.war -C
    "businessobjects_root\BusinessObjects Enterprise
    12.0\warfiles\WebApps\dswsbobje" .
    "businessobjects_root\javasdk\bin\jar.exe" cf
    PartnerPlatformService.war -C "businessobjects_root\ BusinessObjects
    Enterprise 12.0\warfiles\WebApps\PartnerPlatformService" .
    b. Open the config.WAS_Type file (for example, config.webSphere6) located under installdir\deployment, set the parameters
    appropriate for your environment, and save the file.
    For more information about config file parameters, see the u201CDeploying applications after installationu201D chapter of the Web Applications Deployment Guide.
    c. Navigate to the installdir\deployment folder, and use the following command to redeploy related BusinessObjects Enterprise web applications.
    wdeploy.bat webSphere6 -DAPP=CmcApp -Das_admin_pass
    word=<your password here> undeploy
    wdeploy.bat webSphere6 -DAPP=CmcApp -Das_admin_pass
    word=<your password here> deploy
    wdeploy.bat webSphere6 -DAPP=InfoViewApp -Das_admin_pass
    word=<your password here> undeploy
    wdeploy.bat webSphere6 -DAPP=InfoViewApp -Das_admin_pass
    word=<your password here> deploy
    wdeploy.bat webSphere6 -DAPP=OpenDocument -Das_admin_pass
    word=<your password here> undeploy
    wdeploy.bat webSphere6 -DAPP=OpenDocument -Das_admin_pass
    word=<your password here> deploy
    wdeploy.bat webSphere6 -DAPP=dswsbobje -Das_admin_pass
    word=<your password here> undeploy
    wdeploy.bat webSphere6 -DAPP=dswsbobje -Das_admin_pass
    word=<your password here> deploy
    d. Use the following command to deploy SAP web applications.
    wdeploy.bat webSphere6 -DAPP=SAP -Das_admin_password=<your
    password here> deploy
    wdeploy.bat webSphere6 -DAPP=PartnerPlatformService -
    Das_admin_password=<your password here> deploy
    Edited by: FeleRHunt3R on Apr 20, 2010 10:20 AM

  • SAP Authentication - Entitlement systems

    Hi Team,
    We designed all the reports with one OLAP Connection, Its mapped to SAP - ECC Entitlement systems
    Now, we need one more report with data level filter for specific users. So, We are planning to achieve this at BW cube level for specific users, which are created in BW system.
    So, for this we need to comeup with one more OLAP Connection to the BW system and other SAP Entitlement systems for BW configurations.
    Clarifications:
    Is this possible to maintain the two SAP entitlement systems?
    Can we maintain these two sytems default for users login?
    Do we need to add one more key store? if yes, can we upload two keystores in options?
    Could you please help me out from these questions?
    Regards,
    Krishna

    Hello,
    please see your answers.
    1. Yes it is
    2. No, only one System can be teh default. For the other the user has to type the SID and Client manually into the Login Page
    3. No, you only need one Keystore. You need to import the same certificate, that you used for  your first SAP System, into the second SAP System.
    Regards
    -Seb.

  • Selecting the Security method for a landscape of SAP BW & BOE & SAP EP

    Hi,
    I am BW Consultant with BOE experience.
    But i could not use the Landscape such as SAP BW as Warehouse Solution, BOBJ(WebI, Crystal, Xcelsius) as reporting tool and SAP EP as frontend Portal to view all reports.
    Now i am in a project where i am using Landscape mentioned above.
    Now the question is in this scenario, what is the best practice for security and SSO implementation.
    We have installed the SAP BW and BOE. Also BOBJ Integration kit. Now After installing the BOBJ Integration kit, as a post installation & Configuration step we need to import SAP Users and Roles in CMC for 'SAP Authenticaion'. But at this moment we have not decided any approach about the security.
    If i mport SAP Users and Roles in to CMC of BOE, is it possible to use AD/LDAP appraoch in the later stage?
    Please suggest me best approach to implement the Security and SSO.
    Thanks in Advance
    Bala.

    Hey Bala,
    Log-in to CMC: (as Admin)
    Go to:
    Authentication
    here you can see : Enterprise, AD, NT , LDAP & SAP.
    Map the Users based on their environment. After doing this, you can see how they are differed.
    One more just to update you.
    When you opt for SAP authentication, in Authentication @ CMC.
    You can see Roles tab, there Check Automatically Import Users and Force User Synchronization.
    Automatically import users - This checkbox allows you to enable the import of SAP users that are assigned to the roles that have been imported for the SAP entitlement system.
    Force User Syncronisation: If you enable this option, each update in the Role import tab will also result in a syncronisation of the assigned SAP users with the corresponding user accounts on you SAP BOE system.
    Check OSS note for scheduling this.
    https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=1406037&_NLANG=E
    Hope it helps you a lot.
    Thank You!!
    Sent from iPhone

  • System error while calling webservice adapter

    Hello Experts
    I am configuring a synchronous proxy to webservice scenario.I have created a webservice from a custom function module. while executing the interface i am getting the following error in the sxmb_moni.
    <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">WS_ADAPTER_SYS_ERROR</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>System error while calling Web service adapter: Error when initializing SOAP client application: &#39;error_text&#39;</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>

    ya I  have checked the wsdl and even called the wsdl using Altova XmlSpy and getting back the response.Could anyone please throw light on this.
    thanks
    sabyasachi

  • Error on WAS no. 10054 SAP Basis System: Operating system call

    Hi All,
    Error on WAS no. 10054 SAP Basis System: Operating system call
    we got the following error message in the syslog of the WAS:
    SAP Basis System: Operating system call  recv failed (error no. 10054)
    The system still works. What can we do?
    Thanks.
    Best Regards,

    Hi,
    Please check the folloiwng notes
    Error no. 10054
    34116 - Syslog: "Operating System call xxxx failed"
    Thanks
    Adil

  • Error while installing Mini SAP Basis system 4.6D test suite

    Hi Gurus,
    I am getting error while installing Mini SAP Basis system 4.6D test suite on my laptop. I trying to install this version under Windows Xp. I tried so many times to rectify this error but no use. i followed the instruction in the readme file.The error is below in quote.
    "InstController MakeStepsDeliver:108 connection to GUI of installation tool has been cut  off.Installation has been stopped."
    your help very much appreciated...
    Regards
    dinesh.a

    is win xp supported for mini sap 46d?
    -> try netweaver 2004s instead ...
    GreetZ, AH

  • Error when activate a SAP source system

    Hello Experts,
    I have an issue when I try to create a new SAP source system but I cannot complete this operation because a Timeout error occurs when the system made the destiny verification, the source system can be created but not activated, I already create the RFC connection and they are OK, I add the new logical system of the source system in the configuration (SBIW) in the general settings,and the data source tree is show succesfully and sems to work OK and the data sources seems to be OK too.
    In the RSA1 transaction, go to source systems tree, choose the SAP source system called: "conexion a dev 200" -> right click and choose activate and the error occurs.
    I have a Myself source system already created and activated, I cannot find the source of the problems thata cause the timeout error in the new source system.
    Thank you vey much in advance,
    Niurka

    Yes, I try ti use the create automatically option first but it doesn't work, because says that we system already exists because here exist a myself source system with an RFC to R/# ( I don't know why), so I must use the manually creation option, I put the logical system, and all the requeriments of the screem. The system create the source system but when I try ti activate it, it is impossible to do it....!
    I hope that you can give some tips or solution for this issue,
    Thanks!

  • Error while creating source system entry in SAP BW system

    Hi,
    I am creating source system entry in SAP BW system for ECC system.In T-Code RSA1 i entered all the details of source system and BW system like RFC destination of source system and RFC user passowrd.
    After clicking on enter system is promting me to enter into the souce system using administrator user.but i don't have admin user with SAP_ALL and SAP_NEW profiles because in my organisation they don't assign these profiles to any user.
    So can you please update me what are the authorization required for dialog user in source system.
    Regards,
    Gaurav

    I would recommend to create a USER ID as COMMUNICATION type and assign SAP_ALL for it... this way, it can never be misused..
    This will ensure that the user ID will have correct authorization in the source system and will not face any authorization related errors later on

  • Error while registering SAP ECC system in UWL systems

    hi,
    Error while registering SAP ECC system in UWL systems.
    Errors:
    System R3Production: Thu Nov 27 16:12:05 GMT+05:30 2008
    (Connector) :com.sap.netweaver.bc.uwl.connect.ConnectorException:Thu Nov 27 16:12:05 GMT+05:30 2008
    (Connector) :com.sap.mw.jco.JCO$Exception:Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=132.147.0.112 SYSNR=00 GWHOST=132.147.0.112 GWSERV=sapgw00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner '132.147.0.112:sapgw00' not reached
    TIME        Thu Nov 27 16:12:05 2008
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       79
    ERRNO TEXT  A remote host refused an attempted connect operation.
    COUNTER     2
    Item type retrieval and registration requires a connection to the systems and may take a couple of minutes
    For each system, they are generated as the configuration named 'uwl.webflow.<system_alias>' or 'uwl.alert.<system_alias>'.
    After configuration changes in the backend system, you must re-register the system.
    regards.
    Srinivas.

    Hi,
    you can check few things prior proceeding:
    Does your connector test after adding your backend system in portal works fine?
    Did you define a system alias?
    Make sure your SSO is working,
    Also check your Jco detination webdynpro tab.
    Regards,
    Vamshi.

  • Database Connection error in Crystal Reports using SAP BW system

    Hi,
    While using Crystal Reports in trying to build a report on the SAP Query in SAP/BW System using the MDX driver, I am able to get the structure of the query fields into the report but on the other hand while trying to refresh the report for data I am getting the error message u201C Failed to connect to the databaseu201D . This database  connection error occurs despite the fact that the SAP server authentication details being entered on Refreshing the report is correct.
    What could be the possible reason? Any guess...
    Thanks,
    Amogh

    Hi,
    Yes, I am using the MDX driver. 
    Is there any pre-requisites of importing certain ABAP transports into SAP Server since I haven't done any? Please  recommend.
    Thanks,
    Amogh

  • Cannot add BW SAP system in CMC Authentication\Entitlement System

    Hi,
    I've re-installed Edge XI 3.1 SP3, Explorer/Polestar SP2 and finally SAP Integration Kit SP3 on Windows 2008 & SQL Server 2008 after a consultant came onsite to do this 4 months ago.  I wanted the practice and its a pilot installation only.
    I cannot seem to add my SAP BW Dev system to the Entitlement system from within the CMC - Authentication - SAP section however.  I 've got the .dll's in the right places, I've tried uninstalling and reinstalling the Integration Kit. restarting the Tomcat server, etc to no avail.  I've also had a read of Ingo's blog and am sure I've followed all his steps correctly.
    Can this only be a case of not following the installation correctly or am I missing something else?  Any help appreciated please.
    Thanks.

    Hi,
    I've had success in getting the Entitlement System connected.
    Basically on top of completely uninstalling everything SAP and BO related, renaming folders to .OLD and rebooting, then installing Edge and SAP GUI....I then followed these steps before installing Integration Kit:
    To install InfoView automatically, you must install and configure SAP Java Connector components:
    To do this, copy librfc32.dll and librfc32u.dll, to the appropriate folder.
    u2022 On 32-bit Windows: %windir%\system32
    u2022 On 64-bit Windows: %windir%\sysWOW64
    Copy sapjcorfc.dll to <BusinessObjects install directory ..\win32_x86.
    Then copy sapjco.jar to the application serveru2019s shared library folder. For example, on a 64-bit Windows system with Tomcat 5.5, copy sapjco.jar to H:\Program Files (x86)\Business Objects\Tomcat55\shared\lib
    N.B. Had to create folder shared\lib in H:\Program Files (x86)\Business Objects\Tomcat55.
    Rebooted.
    This is similar to and in addition to Ingo's steps, however he does refer to the Integration Install guide, which is where the above is mostly taken from.
    I could then UPDATE the new BW Dev system from the CMC and then see all available roles.
    Thanks for your prompt advice and support Ingo.

  • Error when using interactive form on SAP Discovery system

    Hello,
    we are trying to make a customer interactive form on the SAP Discovery system, everything works fine until we try to run a preview with interactive and changeble parameters turned on. By the way there is a SAP provided credential on the system. (system SAP ECC 6.0 sp08)
    the following error occurs while calling the ADS;
    first error message:
    error while logging into credential 'GeneralError: Operation failed.
    SecurityHandler.login:-1:
    The Digital ID specified is unknown.
    Date : 03/23/2007
    Time : 16:04:56:997
    Message : error while logging into credential 'GeneralError: Operation failed.
    SecurityHandler.login:-1:
    The Digital ID specified is unknown.
    Severity : Error
    Category :
    Location : com.adobe.document.PDFManipulation
    Application :
    Thread : SAPEngine_Application_Thread[impl:3]_30
    Datasource : 103929350:D:\usr\sap\ERP\DVEBMGS10\j2ee\cluster\server0\log\defaultTrace.trc
    Message ID : 0018FEFB4E8F00710000013D0000160000042C5960F15BB3
    Source Name : com.adobe.document.PDFManipulation
    Argument Objs :
    Arguments :
    Dsr Component :
    Dsr Transaction : dcf0bd50d94f11db8e950018fefb4e8f
    Dsr User :
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 0
    Relatives :
    Resource Bundlename :
    Session : 0
    Source : com.adobe.document.PDFManipulation
    ThreadObject : SAPEngine_Application_Thread[impl:3]_30
    Transaction :
    User : J2EE_GUEST
    second eror message:
    Date : 03/23/2007
    Time : 16:04:57:013
    Message : Processing exception during a "UsageRights" operation.
    Request start time: Fri Mar 23 16:04:53 CET 2007
    com.adobe.ProcessingError: Credential login error while applying usage rights to PDF: C:\WINDOWS\Temp\adobewa_ERP_103929350\DM-8398477217709800775.dir\DM-8673971829680153343.tmp
    Specific error information:
    $$$/PDF/PDFCredentialLoginFailure2=error while logging into credential '^0'
    GeneralError: Operation failed.
    SecurityHandler.login:-1:
    The Digital ID specified is unknown.
    General error information:
    IDL:com/adobe/document/pdf/CredentialLoginFailure:1.0
    Severity : Error
    Category : /System/Server
    Location : com.adobe.AdobeDocumentServicesWorker
    Application : com.adobe/AdobeDocumentServices
    Thread : SAPEngine_Application_Thread[impl:3]_27
    Datasource : 103929350:D:\usr\sap\ERP\DVEBMGS10\j2ee\cluster\server0\log\defaultTrace.trc
    Message ID : 0018FEFB4E8F0067000001290000160000042C5960F1B348
    Source Name : com.adobe.AdobeDocumentServicesWorker
    Argument Objs :
    Arguments :
    Dsr Component : IWDFVM2160.wdf_ERP_103929350
    Dsr Transaction : d5fe2cd2d94f11db90b20018fefb4e8f
    Dsr User : ADSUSER
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 0
    Relatives : /System/Server
    Resource Bundlename :
    Session : 11645
    Source : com.adobe.AdobeDocumentServicesWorker
    ThreadObject : SAPEngine_Application_Thread[impl:3]_27
    Transaction : SAP J2EE Engine JTA Transaction : [631ffffffd66002b7d]
    User : ADSUSER
    third error message:
    Date : 03/23/2007
    Time : 16:04:57:013
    Message : Client: 200 SystemId: ERP AppName: SAFP
    Processing exception during a "UsageRights" operation.
    Request start time: Fri Mar 23 16:04:53 CET 2007
    com.adobe.ProcessingError: Credential login error while applying usage rights to PDF: C:\WINDOWS\Temp\adobewa_ERP_103929350\DM-8398477217709800775.dir\DM-8673971829680153343.tmp
    Specific error information:
    $$$/PDF/PDFCredentialLoginFailure2=error while logging into credential '^0'
    GeneralError: Operation failed.
    SecurityHandler.login:-1:
    The Digital ID specified is unknown.
    General error information:
    IDL:com/adobe/document/pdf/CredentialLoginFailure:1.0
    at com.adobe.ads.request.UsageRights.execute(Unknown Source)
    at com.adobe.BaseADSRequest.doWork(Unknown Source)
    at com.adobe.AdobeDocumentServicesWorker.execute(Unknown Source)
    at com.adobe.AdobeDocumentServicesEJB.processRequest(Unknown Source)
    at com.adobe.AdobeDocumentServicesEJB.rpData(Unknown Source)
    at com.adobe.AdobeDocumentServicesLocalLocalObjectImpl0.rpData(AdobeDocumentServicesLocalLocalObjectImpl0.java:120)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.engine.services.webservices.runtime.EJBImplementationContainer.invokeMethod(EJBImplementationContainer.java:126)
    at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:157)
    at com.sap.engine.services.webservices.runtime.RuntimeProcessor.process(RuntimeProcessor.java:79)
    at com.sap.engine.services.webservices.runtime.servlet.ServletDispatcherImpl.doPost(ServletDispatcherImpl.java:92)
    at SoapServlet.doPost(SoapServlet.java:51)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.adobe.document.pdf.CredentialLoginFailure: IDL:com/adobe/document/pdf/CredentialLoginFailure:1.0
    at com.adobe.document.pdf.CredentialLoginFailureHelper.read(CredentialLoginFailureHelper.java:67)
    at com.adobe.document.pdf._PDFDocumentStub.setUsageRights(_PDFDocumentStub.java:284)
    at com.adobe.EJB_PDFAgent.setUsageRights(Unknown Source)
    ... 31 more
    Severity : Fatal
    Category :
    Location : com.adobe.AdobeDocumentServices
    Application : com.adobe/AdobeDocumentServices
    Thread : SAPEngine_Application_Thread[impl:3]_27
    Datasource : 103929350:D:\usr\sap\ERP\DVEBMGS10\j2ee\cluster\server0\log\defaultTrace.trc
    Message ID : 0018FEFB4E8F00670000012A0000160000042C5960F1B5C1
    Source Name : com.adobe.AdobeDocumentServices
    Argument Objs :
    Arguments :
    Dsr Component : IWDFVM2160.wdf_ERP_103929350
    Dsr Transaction : d5fe2cd2d94f11db90b20018fefb4e8f
    Dsr User : ADSUSER
    Indent : 0
    Level : 0
    Message Code :
    Message Type : 0
    Relatives :
    Resource Bundlename :
    Session : 11645
    Source : com.adobe.AdobeDocumentServices
    ThreadObject : SAPEngine_Application_Thread[impl:3]_27
    Transaction : SAP J2EE Engine JTA Transaction : [631ffffffd66002b7d]
    User : ADSUSER
    Hopefully these messages will ring a bell and some of you have a solution for this problem.
    Many thanx in advance
    Jasper Brugman

    Dear friend,
    Check the Below link
    https://www.sdn.sap.com/irj/sdn/adobe?rid=/webcontent/uuid/24b9e126-0b01-0010-e098-f46384fad9f3

Maybe you are looking for

  • How to determine if using GeForce or intel HD card on MacBook Pro retina

    Hi team, is there an app or any way to indicate in real time if my MacBook Pro 15 w/retina is currently using in real time.  In another words,  I like to know if anytime the graphics switching is not working and somehow stuck with the intel hd card v

  • How do I set up a vpn on blackberry q10?

    I just bought bbq10,,and i can`t access my network data,,because my sim that used in iphone 4 and after i put it in bbq10,i can only get a call but it can not connect internet,,i wanna creat new VPN/ANP for my phone,,but i dont know how to make it,,h

  • Update Application Versions in Profile Manager

    When using Profile Manager I have noticed the version must match on an application both on the Server and the Client when using the Restrictions Payloads setting. We utilize the Restrictions Payload in PM to control what Applications users can open i

  • Can't launch Cisco Configuration Professional on Windows Vista x64

    The Help is necessary to resole the issue (see subject). Tech enveronment Windows Vista x64 Adobe Reader X ver. 10.1.0 (Russian) Cisco Configuration Professional 2.5 JRE 6 update 27 JRE 6 update 27 (64-bit) Internet Explorer 9.0.8112.16421IS While la

  • Reminder Mail for PO/PR approval

    Hi Experts, For PO/PR approval, one mail is sent to respective person. If the approval/reject activity is not done then one reminder mail should go after 24 hrs and after 48 hrs the PO/PR is required to approve automatically but the hours should cons