SAP Using "SYSTEM" Oracle Account

We trying to satisfy a Sarbanes Oxley issue of database monitoring. This deals with the monitoring of the use of SYSTEM.
We see logs being generated by "SYSTEM" and we believe SAP is accessing the database as SYSTEM because of the log content.
Has anybody else seen this ?  How do you tell SAP not to access the database as system ?
Thanks Rob

You can use an after logon trigger on the system account to record what activities were done by system or you can use logminer to mine the logs or you can enable Oracle auditing...
Either way you'll want to find out what system is doing...Then you can try to find out who is using system.

Similar Messages

  • Do I use same oracle account on 2 cluster nodes cause problem?

    Do I use same oracle account on 2 cluster nodes cause problem?
    If I use same oracle account on 2 cluster nodes running 2 database, when failover happens, 2 database will be running on one node, does 2 oracle account make SHM ... memory conflict?
    or do I have to use oracle01 account on node1, oracle02 account on node2? Can not use same name account?
    Thanks.

    I'm not 100% certain I understood the question, so I'll rephrase them and answer them.
    Q. If I have the same Oracle account on each cluster node, e.g. uid=100 (oracle) gid=100 (oinstall), groups dba=200, can I run two databases, one on each cluster node without problems?
    A. Yes. Having multiple DBs on one node is not a problem and doesn't cause shared memory problems. Obviously each database needs a different database name and thus different SID.
    Q. Can I have two different Oracle accounts on each cluster node e.g. uid=100 (oraclea) gid=100 (oinstall), groups dba=200 and e.g. uid=300 (oracleb) gid=100 (oinstall), groups dba=200, and run two databases, one for each Oracle user?
    A. Yes. The different Oracle user names would need to be associated with different Oracle installations, i.e. Oracle HOMEs. So you might have /oracle/oracle/product/10.2.0/db_1 (oraclea) and /oracle/oracle/product/11.0.1.0/db_1 (oracleb). The ORACLE_HOME is then used to determine the Oracle user name by checking the user of the Oracle binary in the ${ORACLE_HOME}/bin directory.
    Tim
    ---

  • Oracle - XI - SAP ( Using RFC )

    Hi,
    My scenario is Oracle -> XI -> SAP ( Using RFC ), the message in SXMB_MONI is showing success. But iam getting an error on the RFC Side which is as follows.
    2006-04-19 00:21:39 Error Exception caught by adapter framework: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was <null>
    2006-04-19 00:21:39 Error Delivery of the message to the application using connection AFW failed, due to: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: functiontemplate from repository was <null>.
    If anybody has the right idea plz let me know.
    Thanks,
    Kittu.

    hi,
    My payload looks like this .Is that OK or do u find any thing missing in that?
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MTI_BOM xmlns:ns="urn:cts:xi:manufacturing:lean:bom">
    - <row>
      <MATERIAL_NUM>100-02</MATERIAL_NUM>
      <BOM_COMPONENT>115100-01</BOM_COMPONENT>
      <CONFIGURED_BOM />
      <COMPONENT_QUANTITY>1</COMPONENT_QUANTITY>
      <CHANGE_NUMBER>500111</CHANGE_NUMBER>
      <VALID_FROM_DATE />
      <BOM_ITEM_NUMBER>10</BOM_ITEM_NUMBER>
      <COMPONET_UOM>EA</COMPONET_UOM>
      <IND_SUB_ITEM_EXIST />
      <IND_RELEVENCY_TO_COSTING />
      <INSTALATION_POINT_SUBITEM />
      <SUB_ITEM_QUANTITY />
      <STATUS>UPD</STATUS>
      </row>
    Regards,
    Kittu.

  • I cannot log into the oracle account using GNOME interface

    I'm receiving the following message when trying to log into the oracle OS account with the GNOME interface turned on:
    GDM could not write to your authorization file. This could mean that you are out of disk space or that your home directory could not be opened for writing. In any case, it is not possible to log in. Please contact your system administrator.
    I can successfully ssh into the oracle account via a terminal window session.
    df -h on the host does not show a problem with disk space:
    [root@oel1 ~]# df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
    3.9G 2.6G 1.1G 71% /
    /dev/xvda1 99M 13M 81M 14% /boot
    tmpfs 513M 0 513M 0% /dev/shm
    /dev/mapper/VolGroup00-u02
    20G 173M 19G 1% /u02
    /dev/mapper/VolGroup00-u03
    20G 1.9G 17G 10% /u03
    /dev/mapper/VolGroup00-u01
    20G 44M 19G 1% /u01
    /dev/mapper/VolGroup00-orabin
    7.9G 147M 7.4G 2% /orabin
    /dev/mapper/VolGroup00-tmp
    2.0G 68M 1.9G 4% /tmp
    /dev/mapper/VolGroup00-home
    2.0G 68M 1.9G 4% /home
    Some searching on the internet indicated that the .Xauthority file was the problem.
    I noticed that there was no .Xauthority file in the /home/oracle directory. I logged into the oracle OS account via a terminal session and issued the command mkxauth -c. This created an .Xauthority file in my /home/oracle directory. The file has the following permissions which look like they match other hosts we have the Oracle Database running on:
    -rw------- 1 oracle oinstall 265 2011-03-08 13:32 /home/oracle/.Xauthority
    Any heal is greatly appreciated.
    JS

    Thanks for the replies. I obviously had something screwed up in my environment in terms of file permissions.
    I decided that since I am new to Oracle VM and management of the Oracle Enterprise Linux VM templates, and that this was a new instance of the OEL5 template installation, I would start over. So I unzipped the OEL5 template, copied over my vm.cfg file which configures the template instance and brought up a new copy of the OEL5 VM instance. I then logged into it as root, changed the oracle account password and started the GNOME interface with telinit 5 command.
    I was then able to log in successfully to the oracle account via the GNOME interface.
    Thanks for the replies.
    John S.

  • Operating System authenticated Oracle account

    Hi all,
    Can i use the oracle built-in account "APPS" as the Operating System authenticated Oracle account? If I have an UNIX account "apps", then can i just alter user apps and set it to externally? Or I will need to create a new OPS$apps database account? Will there any conflict between the account apps and OPS$apps?
    Thank you!

    Can i use the oracle built-in account "APPS" as the Operating System authenticated Oracle account?
    Yes
    If I have an UNIX account "apps", then can i just alter user apps and set it to externally?
    Yes.
    I will need to create a new OPS$apps database account?
    Yes, if your initialization parameter 'OS_AUTHENT_PREFIX' is set to 'OPS$'. Note that this parameter could be set to null. Also note that the text of the 'OS_AUTHENT_PREFIX' parameter is case sensitive on some operating systems.
    Will there any conflict between the account apps and OPS$apps?
    If the initialization parameter 'OS_AUTHENT_PREFIX' is set to 'OPS$', there are now two different Oracle users.
    They are 'APPS' and 'OPS$APPS'. The following link will provide you a lot of information on authentication.
    http://otn.oracle.com/pls/db10g/db10g.drilldown?remark=&word=AUTHENTICATION&book=&preference=
    If I were you, I would try it on a development/test
    system before implementing it in production.

  • Data connection from SAP-R3 System to Xcelsius using Web Services

    Hello Everybody,
    Anyone tryed connecting data from SAP-R3 System to Xcelsius using Webservices? (created in ABAP function module)
    SDN downloaded document says to Generate Webservice URL through ABAP (by creating function module) and import it in xcelsius
    Data -> Add Web service connections
    by giving the URL to import. After giving the web server login credentials, the error says 'Unable to load URL'
    Any idea would be great help
    Note: I tried by following the thread & its not working:
    http://forums.sdn.sap.com/thread.jspa?threadID=1520321
    Thank you,
    Anand
    Edited by: Anand Amirtharaj on Feb 20, 2012 7:51 AM
    Edited by: Anand Amirtharaj on Feb 20, 2012 7:53 AM

    Hi,
    With regards to your statemetn "SDN downloaded document says to Generate Webservice URL through ABAP"   <- can you tell me more please? references/links/attachment?
    As far as I am aware, that the type of web service required for integration it a 'normal' Netweaver Web app server web service.
    There are limitations about the complexity of the WSDL - see Notes:
    1653655 - Limitations in Web Service WSDL URL usage in Xcelsius 4.0
    1703839 - Limitations of Web service usage in Xcelsius / Dashboard Design
    also , changes between SAP versions requires reworking the WSDL
    Note 1625091 - The WSDL URL for web service which generated in SAP Enterprise Central Component cannot be loaded into Xcelsius
    regards,
    H

  • 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

  • When trying to send a link off firefox via email the system looks for a g mail account that I do not have nor want to have. I've told the settings to use my outlook account but it keeps looking for g mail. how do i correct?

    when trying to send a link off firefox via email the system looks for a g mail account that I do not have nor want to have. I've told the settings to use my outlook account but it keeps looking for g mail. how do i correct?

    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • How to hide system tables when using the Oracle SQL Developer?

    Hi,
    I would like to know how can I show only the tables that I created under the Tables tree? I didnt find a way to create a separate database using the Oracle Sql Developer. I see all the tables together, and would like to differentiate between different databases.
    Can anyone explain to me how to do these things?
    Thanks,

    Hi,
    I would like to know how can I show only the tables that I created under the Tables tree? Your posting is not clear,again tell something more on tables tree,what u want to achieve with it.
    How to hide system tables when using the Oracle SQL Developer? if u connected with sys, system or user with dba role then u have a privilege to see these tables,so revoke the privilege/role from ur user to view this tables if ur connected other then sys,system,
    I didnt find a way to create a separate database using the Oracle Sql Developer. DBCA is a tool for creating the new database.
    Kuljeet

  • Data Transfer from SAP to FAS(Financial Accounting System)

    Hi Experts,
         Can u give any methods for transfer of data from SAP to FAS(Financial Accounting System) system, because naming conventions  and data for both the systems are different.
    Thanks and regards
    BalaNarasimman

    You will need to create interface programs.

  • Homogenous System Copy SAP 4.7, Oracle 9.2.0.7

    hi
    I have SAP 4.7, Oracle 9.2.0.7 system on windows.
    I need to perform a system copy of this to QAS System.
    I need some dcouments/procedure to do the same.
    Since it is a very old version, so i am not able to find any document.
    Please assist.

    Hi,
    1. http://www-03.ibm.com/systems/storage/disk/pdf/DS6K_SYS_CLONING_white_paper_093005.pdf
    2. http://service.sap.com/osdbmigration
    3. http://service.sap.com/notes -->547314 - FAQ: System Copy procedure
    Regards,
    Srini Nookala

  • Create Scheduled Task in GPOPref using System account - issue

    Hi all,
    I'm trying to create a scheduled task (computer configuration) in GPOPref which is executed by the system account. Creating locally and running the task manually is running without issues.
    When I'm creating the task in a GPOPref using a domain account the task is installed on the targetsystem. When just changeing the account to System and run gpupdate the task is not deployed.
    Any hints or workaround? Thanks for you help in advance.
    Regards,
    Andreas

    > When I'm creating the task in a GPOPref using a domain account the task
    > is installed on the targetsystem. When just changeing the account to
    > System and run gpupdate the task is not deployed.
    Please post the XML of your task in the state that is not working (right
    click - all tasks - display xml).
    And as a hint: There's a german GP forum too -
    https://social.technet.microsoft.com/Forums/de-DE/home?forum=gruppenrichtliniende
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Installing oracle on Linux using the SAP version of oracle software

    Hello All,
    I am trying to install 32bit oracle software on Linux 32 bit os using the SAP version of Oracle Install Software downloaded from marketplace. I have downloaded the required exe and rar files and unpacked them on my PC. The unpacked folder is uploaded in bin mode to the respective server under a common mountpoint. In the folder i have 4 .SAR files with other label files etc.  I want to unarchive these .SAR files to get the runInstaller but running in to issues.
    Here are the steps I tried:
    1. I copied the SAPCAR exe from exe directory and tried to unpack the 4 .SAR files but got permission error. All these 4 .SAR files are owned by ora<sid> user id. I tried to do all these under root user still it fails.
    ora<sid>@xxxyysapdbXX:/sapdata//Oracle32/51031674> SAPCAR -xvf OR110232.SAR
    -bash: ./SAPCAR: cannot execute binary file
    what am i missing?
    Any help is greatly appreciated.

    If you have a 32bit OS then you need to use the 32bit binaries of SAPCAR - yes.
    And:
    Usually those SAR files are unpacked by the installation program sapinst, why do you unpack them manually?
    Markus

  • MDM report on use of GL accounts in SAP ECC

    Hello,
    My customer has a business requirement (as result of an audit), to have a customised report with information on the use of GL accounts
    (MDM report)
    (e.g.: GL account when created in CC, when last used in CC, nr. of postings in year-2, nr. of positngs in year-1, if the GL account contains balance)
    Please see listed below a part of the Functional Specification and Technical Specification, i have drafted so far.
    Does anyone have experience with this Functional Requirement? If Yes, plese do share your experiences and expertise!
    Many thanks,
    Daan Peters
    Create a report (based on attached Excel sheet) in order to monitor the
    use of G/L accounts per company code (Master Data Manage
    ment).
    Selection screen:          
    CoA:                                                          Link to CoA     T004T - KLPT
    CoCd from:                                                          Link to CoCd     SKB1 - BUKRS
    CoCd to:                                                          Link to CoCd     SKB1 - BUKRS
    G/L Account from:                                   Link to G/L account nr.     SKB1 - SAKNR
    G/L Account to:                                   Link to G/L account nr.     SKB1 - SAKNR
    Created on from:                                   Link to created on     DATE Field to compare with SKB1 - ERDAT
    Created on to:                                                          Link to created on     DATE Field to compare with SKB1 - ERDAT
    Last used from:                                                   Link to last used     DATE field to compare with BKPF - CPUDT
    Last used to:                                                          Link to last used     DATE field to compare with BKPF - CPUDT
    Last year to be checked:                                    Link to year usage     Numeric field to compare with BKPF - GJAHR
    Closed:                                                          Link to closed on CoCd level     Indicator field SKB1 - XSPEB
    Output:          
    CoA      CoCd     G/L Account nr.     G/L Account description     Created on (in company code)     Last used (in company code)     Year-2 usage     Year-1 usage     Year usage     Contains balance     Closed on CoCd level
    Text     Nr.     Nr.     Text     Date     Date     Nr. of postings     Nr. of postings     Nr. of postings     YES or NO     YES or NO
         1010     40100000          10.01.2006     15.05.2011     45     10     5          
    From T004T - KTPLT     From SKB1 - BUKRS     From SKB1 - SAKNR     From SKAT - TXT50     From SKB1 - ERDAT     Most recent BKPF - CPUDT     Select from BSEG where BSEG - BKRS = SKB1 - BKRS and BSEG - HKONT = SKB1 - SAKNR and where BSEG - GJAHR = YEAR -2 USAGE     Select from BSEG where BSEG - BKRS = SKB1 - BKRS and BSEG - HKONT = SKB1 - SAKNR and where BSEG - GJAHR = YEAR -1 USAGE     Select from BSEG where BSEG - BKRS = SKB1 - BKRS and BSEG - HKONT = SKB1 - SAKNR and where BSEG - GJAHR = YEAR USAGE     where FDBL_BALANCE_LINE - BALANCE is not zero     From SKB1 - XSPEB
                                  To be a counter     To be a counter     To be a counter

    Hi All,
    Thanks for the reply. I have loaded the data into the cube 0figl_c10. Installed the virtual cube 0figl_v10 and also the query
    0FIGL_V10_Q0001( Bal.Sheet and Profit and Loss (New):Actual/Actual Comparison ) from BI content. Extracted the hierarchies
    for the infoobject 0GLACCEXT.In this hierarchy for some gl account in the field BAL_DEPEND ( Balance Dependency of a
    Hierarchy Node ) the value is maintained as "1" "Suppress Balance if Positive" for some gl accounts and "2" "Suppress Balance
    if Negative" and blank "No Balance Dependency" for some gl accounts.
    We have a gl account 60380 for this gl, in the bal dependency field the value is maintained as 1 in Assets and 2 in Liabilities(
    coming from R/3).
    This gl is maintained both in assets and liabilities. I executed the report.
    In a business area in a period the value for this gl is both +ve and -ve. But actually assets should show only +ve values and
    liabilities should show only negative values.But this gl account is appearing in the node "Assets" only and the balances have
    both the values i.e +ve and -ve.
    As per the setting in the field BAL_DEPEND i.e 1 in Assets, the postive values should be suppressed.
    But it is not suppressing the postive values. It is showing both the values under only assets node.
    I changed the bal depedencey value to 2 in the assets to see whether it suppresses -ve values but also it is not suppressing.
    Any solution or explanation ?
    Regards,
    smitha.

  • 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

  • Vendor return 161 Depot reverse the duties

    Dear Colleagues, I am doing Vendor returns for depot,Return PO>>MIGO (161)>>Credit memo to vendor,so far I haveremoved the stock from the system,but my concern is how to reverse the J1IG RG23D entries for the returned qtyies: If it is a vendor return

  • JAVA_HOME Error

    Hi Friends, I am trying to install SAP Sol Mgr 4.0 SR2 on Win 2003 Enterprise Edition. Prerequisites check error - Condition - JAVA_HOME RESULT CODE - COuld not Check Severity - HIGH Message - It is not recommendedto use JDK version 1.4.2_10. Current

  • Showing Blank Records oracle forms 11g

    Deal all.. i am using oracle forms 11g ,  i created a form by using data block wizard & layout wizard  , but when i run the form, the form running successfully  in  browser,  url is (  http://arun-pc:9001/forms/frmservlet), but  it is showing empty r

  • INVALID COULMN NAME EXCEPTION

    hi! again got struck with small thing.i am inserting record in a table using prepare statement. exception it shows is: exceptionjava.sql.SQLException: [Microsoft][ODBC driver for Oracle][Oracle]ORA-00904: invalid column name have look at the followin

  • Flash Galleries capped at 500 images?

    It seems that Flash web galleries can't have more than 500 images. What a bummer. I often need to post more fotos than this for clients to see. I prefer to do this in flash as it allows for an extra layer of security for the images being posted to th