Error : Failed to Delete JCO Client while Configuring BI JAVA

Hi Everybody,
While Configuring BI JAVA ( http:/host:5instance#00/nwa > Change and Deploy > BI JAVA Config )
...it went okay until Phase 51 / 54 and then it gives error msg :
" Failed to Delete JCO Client Connection BI_METADATA on <SID>.SYSTEMHOME.<HOSTNAME> "
STEP WD_JCO_DEST_BI_METADATA
It seems that Probably the JCO Client is locked . Can Anyone, pl.
- inform about where to see the logs for this error ?  I checked various files under work dir but, found
  nothing
- Is there any way to check if the JCO Client connection exists or not / locked  ?
Any / ALL Help is highly appreciated and would be rewarded with app points..
Thanks in Advance,
Regards,
- Ishan

http://<host>:5<nr>00/webdynpro/welcome/Welcome.jsp
under Content Administrator, you can create/edit or test JCo connections.
nikhil

Similar Messages

  • Error sending IDOC from JCO Client to PI AEX 7.3.1

    Hi All
    We have a requirement to send an IDOC from a non SAP System to our ECC via PI AEX :
    JCO.Client --> PI AEX --> SAP ECC
    At this time, we are testing this scenario with a JAVA Client with JCO Library (3.0.10).
    Destination to PI is OK
    Destination to our SAP ECC (for IDocRepository) is OK
    But by sending the IDOC to PI we are getting the following error, Exception is raised on the PI System and sent back to the JCO Client :
    com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: while trying to invoke the method java.lang.Object.hashCode() of an object loaded from local variable 'key' (raised by system <extern>|PiSystem)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:670)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.execute(MiddlewareJavaRfc.java:1881)
        at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:1120)
        at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:953)
        at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:1465)
        at com.sap.conn.jco.rt.AbapFunction.execute(AbapFunction.java:319)
        at com.sap.conn.idoc.jco.JCoIDoc.send(JCoIDoc.java:323)
        at com.sap.conn.idoc.jco.JCoIDoc.send(JCoIDoc.java:353)
        at sap_connector_examples.IDocClientExampleToJavaPO_pbs.main(IDocClientExampleToJavaPO_pbs.java:97)
    Caused by: RfcException: [<extern>|PiSystem]
        message: while trying to invoke the method java.lang.Object.hashCode() of an object loaded from local variable 'key'
        Return code: RFC_SYS_EXCEPTION(3)
        error group: 104
        key: RFC_ERROR_SYSTEM_FAILURE
    Exception raised by <extern>|PiSystem
    PI Destination:
    jco.destination.repository_destination=ABAP_AS_WITHOUT_POOL
    jco.client.gwhost=PiSystem
    jco.client.gwserv=sapgw01
    jco.client.tpname=XI_IDOC_DEFAULT_PID
    jco.client.type=E
    ECC Destination: (ABAP_AS_WITHOUT_POOL)
    jco.client.lang=en
    jco.client.client=100
    jco.client.passwd=****
    jco.client.user=User
    jco.client.sysnr=00
    jco.client.ashost=ECCSystem
    We have already set the PI VM System parameter  jco.allow_non_abap_partner to 1
    ECC User has S_RFC Rolle
    I will be thankful for any advise.
    Thank You
    Regards
    Stéphane

    Hi
    InboundRA (Resource Adapter) is green (Fully available).
    What do you mean by maintaining JCO RFC Destination in PI ?
    We have set the inboundRA Properties has follow :
    ProgramID : XI_IDOC_DEFAULT_PID
    DestinationName : XI_IDOC_DEFAULT_DESTINATION
    Local: true
    mutliRepository : ED1=XI_IDOC_DEFAULT_DESTINATION_ED1;ES4=XI_IDOC_DEFAULT_DESTINATION_ES4;MD1=XI_IDOC_DEFAULT_DESTINATION_MD1;ES1=XI_IDOC_DEFAULT_DESTINATION_ES1;PD1=XI_IDOC_DEFAULT_DESTINATION_PD1;
    GatewayServer and Service are pointing to our PI System
    BindingKey : PI_AAE_IDOC
    And for each Repository we created a destination in NWA pointing to the corresponding ECC System.
    (target host pointing to the ECC System and the Gateway host  pointing to the PI System)
    Our Installation isn't new but it is the first time we are configuring the System for this scenario:
    JCO.client --> PI AEX
    Regards
    Stéphane

  • Cas Log Errors - Failed To Delete Directory

    In most of the CAS logs on clients I see the error repeated:
    Error: DeleteDirectory: - Failed to delete Directory with Error 0x00000003
    Error: DeleteDirectory: - Failed to delete Directory C:\Windows\ccmcache\**** with Error 0x0000002
    What is the cause of this? Looks like it is trying to delete a folder from the local client package cache?

    The error code means the file cannot be found. The file may be already deleted. You need to open the cache folder and check. Normally, it is not an issue.
    Juke Chou
    TechNet Community Support

  • Getting Error:Failed to open the connection while calling crystal report

    I am getting the below error while calling the crystal report from dot net app. I am using OLEDB to connect to database. It is working perfectly in our DEV environment but as soon as I move it to production information after changing the logon information in the report it start giving the below error.
    Failed to open the connection.C:\WINDOWS\TEMP{C2FD97D9-2ADE-41BB-88FF-23A4DF20BC6F}.rpt
    Details: [Database Vendor Code: 17 ]

    Are you able to connect to the database from the production machine using a UDL file?
    If you haven't tried this, here's how to do it. Take these steps on the machine that is hosting the application. Create a new text file on the desktop. Change the file extension to ".udl" (without the quotes). Double-click on this to bring up the OLEDB connection test: start on the Provider tab and select the appropriate provider. Click "Next" and on the following tab enter your connection information. Click the "Test Connection" button to test the connection. Does it connect  to the database successfully?
    If you click on "OK" to close the dialog and then open the UDL file with Notepad, you should see an OLEDB connection string. In this string should be the same property values for server, database, user id and password which you are providing through your application. If they are not the same, modify your application to use these values.
    If testing your connection information with the UDL file works but your application is still failing when using the same credentials, try profiling or tracing the database. Do you see connection attempts from the application? Are there any errors?
    If you're impersonating, have you set up windows authentication correctly for both the application and the database?

  • Error on Invalid certificate serial number while configuring mutual SSL

    Hi Guys,
    I encounter this error(refer below) while running the EAI Outbound Body proxy.I'm currently trying to do outbound web service with a third party who uses SSL.
    Base on oracle support I have followed on how to import the CA certs and also I have added this two parameters in my outbound body proxy.
    siebel_transport_param:HTTPCertAuthority  = "CN=Siebel Test,OU=Oracle"
    siebel_transport_param:HTTPCertSerialNo =11223344
    I hit error:SBL-EAI-04116: HTTP Internet Exception during 'Data Send': 'The connection with the server was reset', code: '12031'
    When I check log file it says,
    Switched transport service direction to: 'Outbound'
    Error     Error     1     0000069e4f9a4e03:0     2012-04-27 19:55:30     Invalid certificate serial number ?11223344
    EAITransport     EAITransportDebug     4     0000069e4f9a4e03:0     2012-04-27 19:55:30     Could not load the client certificate
    EAITransport     EAITransportDebug     4     0000069e4f9a4e03:0     2012-04-27 19:55:30     *** HTTP Transport Parameters:
    EAITransport     EAITransportDebug     4     0000069e4f9a4e03:0     2012-04-27 19:55:30     Request URL = https://Uknown/Uknown.asmx
    EAITransport     EAITransportDebug     4     0000069e4f9a4e03:0     2012-04-27 19:55:30     Request Method = POST
    EAITransport     EAITransportGeneric     3     0000069e4f9a4e03:0     2012-04-27 19:55:30     Dropped old connection and creating new connection for 'Request'
    Error     Error     1     0000069e4f9a4e03:0     2012-04-27 19:55:30     Invalid certificate serial number ?11223344
    EAITransport     EAITransportDebug     4     0000069e4f9a4e03:0     2012-04-27 19:55:30     Could not load the client certificate
    I try verify again the cert I imported and it says
    Serial Number : 11 22 33 44
    Issuer : CN=Siebel Test,OU=Oracle
    Guys, do you know what I'm missing?
    1) I have already check my inbound parameter do not have white spaces like this => 11223344
    2) I have added this double quatation in my HTTPCertAuthority because I suspected is required for Issuer with space value.
    3) When I try import from Siebel it put the cert into intermediate certificaiton tab but when I import to IE it went to other people tab. Is this expected ?
    The cert is working when I try import it to IE and when to this URL:https://Uknown/Uknown.asmx
    Thanks for reading,
    I hope some guys put some light
    Regards,
    Joey , MY

    See here:
    Audition 3 and the activation service
    and here:
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3

  • ERROR: Failed to delete the script.

    I am trying to delete a Synopsis but I keep getting this error message. I have tried on both web and desktop app. I won't delete. If I move it back to project all copy is still there. 

    I am trying to delete a Synopsis but I keep getting this error message. I have tried on both web and desktop app. I won't delete. If I move it back to project all copy is still there. 

  • B&C Error when deploying lots of updates "Failed to delete policies compiled by TaskSequence (0x80041032)"

    We are having an issue with a Win7 B&C that I can't seem to get around at the moment.
    The B&C TS goes something like this :
    Apply Image - Win7 vanilla install that has been captured with all deployed updates on it.
    Install Standard Apps - Various standard apps including Office and Lync etc.
    Apply Updates - There are a number of these because of the amount of apps installed.
    Prepare Config Manager Client & OS
    Capture Image
    The TS seems to fail at the Prepare Config Manager Client stage and gives the error :
    Failed to delete policies compiled by TaskSequence (0x80041032)
    I've read around about the problem and it seemed to suggest that this is a problem when there are too many updates being applied but it was solved with SP1.  We are running 2012 SP1 CU3 but we are still seeing the problem.  
    Some of the posts suggest dividing the B&C TS into multiple TS's to solve this but we have already divided it into 4 different sections and are seeing the issue still.  I am also tried offline servicing to reduce the number of updates but as this
    doesn't do Office updates etc it's only of limited use.
    Below is the smsts.log file (section with the errors).
    Is anyone else seeing this issue or have any thoughts on what it might be?
    Stopped the service 'ccmexec' successfully PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    Successfully stopped the client agent service. PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    UnAssigning the SMSClient succeeded PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    Removing SitePolicy succeeded. PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    Successfully opened client certificate store. PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    No certificates to delete PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    Deleting Client properties from file C:\WINDOWS\SMSCFG.INI succeeded. PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    Reseting the Trusted Root Key successful PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    Deleting instance of 'CCM_Client' successful PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    Successfully reset Registration status flag to "not registered" PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    Successfully disabled provisioning mode. PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    Start to cleanup TS policy PrepareSMSClient 05/02/2014 21:24:13 3696 (0x0E70)
    getPointer()->ExecQuery( BString(L"WQL"), BString(pszQuery), lFlags, pContext, ppEnum ), HRESULT=80041032 (e:\nts_sccm_release\sms\framework\core\ccmcore\wminamespace.cpp,450) PrepareSMSClient 05/02/2014 21:32:27 3696 (0x0E70)
    ns.Query(sQuery, &spEnum), HRESULT=80041032 (e:\nts_sccm_release\sms\framework\tscore\utils.cpp,3082) PrepareSMSClient 05/02/2014 21:32:27 3696 (0x0E70)
    Wmi query 'select * from CCM_Policy where PolicySource = 'CcmTaskSequence'' failed, hr=0x80041032 PrepareSMSClient 05/02/2014 21:32:27 3696 (0x0E70)
    End TS policy cleanup PrepareSMSClient 05/02/2014 21:32:27 3696 (0x0E70)
    TS::Utility::CleanupPolicyEx(false), HRESULT=80041032 (e:\nts_sccm_release\sms\client\osdeployment\preparesmsclient\preparesmsclient.cpp,457) PrepareSMSClient 05/02/2014 21:32:27 3696 (0x0E70)
    Failed to delete policies compiled by TaskSequence (0x80041032) PrepareSMSClient 05/02/2014 21:32:27 3696 (0x0E70)
    Failed to prepare SMS Client for capture, hr=80041032 PrepareSMSClient 05/02/2014 21:32:27 3696 (0x0E70)
    pCmd->Execute(), HRESULT=80041032 (e:\nts_sccm_release\sms\client\osdeployment\preparesmsclient\main.cpp,136) PrepareSMSClient 05/02/2014 21:32:27 3696 (0x0E70)
    Failed to prepare SMS Client for capture, hr=80041032 PrepareSMSClient 05/02/2014 21:32:27 3696 (0x0E70)
    Process completed with exit code 2147749938 TSManager 05/02/2014 21:32:27 2280 (0x08E8)
    !--------------------------------------------------------------------------------------------! TSManager 05/02/2014 21:32:27 2280 (0x08E8)
    Failed to run the action: Prepare Configuration Manager Client.
    Call cancelled (Error: 80041032; Source: WMI) TSManager 05/02/2014 21:32:27 2280 (0x08E8)
    MP server http://SCCM2012SERVER.DOMAIN.COM. Ports 80,443. CRL=false. TSManager 05/02/2014 21:32:27 2280 (0x08E8)
    Setting authenticator TSManager 05/02/2014 21:32:27 2280 (0x08E8)
    Set authenticator in transport TSManager 05/02/2014 21:32:27 2280 (0x08E8)
    Sending StatusMessage TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Setting message signatures. TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Setting the authenticator. TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012SERVER.DOMAIN.COM:80 CCM_POST /ccm_system/request TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Request was succesful. TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Set a global environment variable _SMSTSLastActionRetCode=-2147217358 TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Clear local default environment TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Let the parent group (Capture the Reference Machine) decides whether to continue execution TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    The execution of the group (Capture the Reference Machine) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows) TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Failed to run the last action: Prepare Configuration Manager Client. Execution of task sequence failed.
    Call cancelled (Error: 80041032; Source: WMI) TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    MP server http://SCCM2012SERVER.DOMAIN.COM. Ports 80,443. CRL=false. TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Setting authenticator TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Set authenticator in transport TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Sending StatusMessage TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Setting message signatures. TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Setting the authenticator. TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    CLibSMSMessageWinHttpTransport::Send: URL: SCCM2012SERVER.DOMAIN.COM:80 CCM_POST /ccm_system/request TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Request was succesful. TSManager 05/02/2014 21:32:28 2280 (0x08E8)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,866) TSManager 05/02/2014 21:47:28 2280 (0x08E8)
    Task Sequence Engine failed! Code: enExecutionFail TSManager 05/02/2014 21:47:28 2280 (0x08E8)
    **************************************************************************** TSManager 05/02/2014 21:47:28 2280 (0x08E8)
    Task sequence execution failed with error code 80004005 TSManager 05/02/2014 21:47:28 2280 (0x08E8)
    Cleaning Up. TSManager 05/02/2014 21:47:28 2280 (0x08E8)
    Removing Authenticator TSManager 05/02/2014 21:47:28 2280 (0x08E8)
    Cleaning up task sequence folder TSManager 05/02/2014 21:47:28 2280 (0x08E8)

    Hi,
    I found a similar thread for your reference.
    OSD Capture: Prepare Configuration Manager Client step fails
    http://social.technet.microsoft.com/Forums/en-US/28e6ba92-db10-4f76-bd3b-9535ef1f93a0/osd-capture-prepare-configuration-manager-client-step-fails?forum=configmanagerosd
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • AnyConnect 3.1 - Failed to perform required client update checks

    I upgraded to ASA 9, and asdm 7, everything went perfect except AnyConnect IKEV2 doesnt work anymore, I have a lot of errors under my event viewer:
    When it goes to install I get this error: Failed to perform required client update checks. Contact your system administrator
    Under Eventviewer I find:
    Function: CDownloadTask::Run
    File: .\DownloadTask.cpp
    Line: 413
    Invoked Function: CDownloadTask::getAggCfgFromSG
    Return Code: -23855090 (0xFE94000E)
    Description: DOWNLOADTASK_ERROR_PARSE_CONFIG:Could not parse configuration from secure gateway
    Function: CDownloadTask::getAggCfgFromSG
    File: .\DownloadTask.cpp
    Line: 2218
    Invoked Function: CDownloaderArgs::ParseConfigXml
    Return Code: -26673142 (0xFE69000A)
    Description: DNLDRARGS_ERROR_PARSING_CONFIG_XML:Failed to parse aggregate config xml.
    Function: CDownloaderArgs::ParseConfigXml
    File: .\DownloaderArgs.cpp
    Line: 504
    Invoked Function: CDownloaderArgs::getManifestFromConfigXml
    Return Code: -26673142 (0xFE69000A)
    Description: DNLDRARGS_ERROR_PARSING_CONFIG_XML:Failed to parse aggregate config xml.
    Function: CDownloaderArgs::getManifestFromConfigXml
    File: .\DownloaderArgs.cpp
    Line: 562
    Core manifest not present
    Function: CAutoProxy::GetAutoProxyStrings
    File: ..\Common\Proxy\AutoProxy.cpp
    Line: 1055
    Invoked Function: CAutoProxy::LoadAutoProxyStrings
    Return Code: -30539766 (0xFE2E000A)
    Description: AUTOPROXY_ERROR_NO_AUTO_PROXY

    Found a workaround, it is a bug which will be sent off to developer
    With ASA 9.0 and AnyConnect, you have to enabled SSL on the IKEv2 Profile, it seems that disabling this disables the ability to deliver the Profile, with is enabled on the IKEv2 Profile, the actual profiles get delivered without error.
    Previously I only allowed IKEv2 connections and had SSL disable on the profile itself, now in order for the profile to get delivered to the end user, it must also be enabled.

  • Error "Test Agent could not connect to the test controller" while configuring the Test Agent on Client machine

    Hi,
    I am getting an Error “Test Agent could not connect to the test controller”
     while configuring The Test Agent on Client machine.
    Pre-requisite used:  
    VS2012 update 4, Test agent & Test controller of same version used
    User has TFS admin access.
    Same user id used for configuring Test Agent.
    Description:
    Test controller is installed on server A. I want to install test agent on client machine B.
    Windows Fire wall is OFF on both Machines A & B. While configuring Test Agent below error is occurred:
    “Test Agent could not connect to the test controller”
    In log file error was “I, 2015/04/02, 15:32:21.723, Could not get the status from the test agent. Exception: Failed to connect to an IPC Port: The system cannot find the file specified.”
    In Event viewer below error details given:
    Unable to connect to the controller on ‘My Server: 6901’. The agent can connect to the controller but the controller cannot connect to the agent because of following reason: The requested name is valid, but no data of the requested type was found.
    Make sure that the firewall on the test agent machine is not blocking the connection.
    Could you please help me to find solution?
    Thanks in advance!
    Kanchan M
    Kanchan

    Hi Kanchan,
    So on each computer, you create a local user account that is a member of the Administrators group, and use the same account and password on each machine(controller and Agent), am I right?
    Could you enable the detailed log message?
    http://blogs.msdn.com/b/aseemb/archive/2010/03/07/how-to-enable-test-agent-logs.aspx
    http://blogs.msdn.com/b/aseemb/archive/2009/11/28/how-to-enable-test-controller-logs.aspx
    >>In log file error was “I, 2015/04/02, 15:32:21.723, Could not get the status from the test agent. Exception: Failed to connect to an IPC Port: The system cannot find the file specified.”I
    met a similar issue before which was related to the Firewall exceptions, maybe you could refer to it here:
    http://stackoverflow.com/questions/12249093/test-agent-could-not-connect-to-the-test-controller-vs2012-agents
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Exception while creating JCo client connection Failed to create

    Hello all -
       I am trying to create JCo metadata connections and I am getting the below error trace.
    Exception while creating JCo client connection Failed to create new JCO client connection SAP_R3_HumanResources_Metadata: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to change password for key SAP_R3_HumanResources_Metadata in secure storage at com.sap.tc.webdynpro.serverimpl.wdc.sl.SecureStorageWrapper.changePassword(SecureStorageWrapper.java:149) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.createJCOClientConnection(SystemLandscapeFactory.java:299) at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.createJCOClientConnection(WDSystemLandscape.java:107) at com.sap.tc.webdynpro.tools.sld.ButtonBar.onActionFinish(ButtonBar.java:265) at com.sap.tc.webdynpro.tools.sld.wdp.InternalButtonBar.wdInvokeEventHandler(InternalButtonBar.java:265) at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132) at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335) at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250) at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53) 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:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) 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:104) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176) Caused by: com.sap.security.core.server.securestorage.exception.ObjectStorageException at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.storeObject(RemoteSecureStorageClientContextImpl.java:600) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SecureStorageWrapper.changePassword(SecureStorageWrapper.java:137) ... 33 more
    Could anybody please suggest what is wrong with this creation?
    Thanks much!!

    Hi Maria,
    Please update the host and sevice file first then check the SLD test and SLD Data supplier in visual admin.
    Also check and verify the data using in the Jco destination creation.
    Hope it will helps
    Regards
    Arun Jaiswal

  • Error while Configuring JCO on Solaris

    Hi all,
    I configured JCO according to installation instructions in the documentation shiped with installation bundle, classpath and LD_LIBRARY_PATH variables are set correctly and I can echo and varify the paths. But whenever I access any class of JCO from JSP or run sapjco.jar from its folder, it throws an exception and restarts the server. I would highly appreciate any hint.
    Here is error message with -stdout option:
    mazda:dv1adm 44% java -jar sapjco.jar
    java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [/usr/sap/DV1/DVEBMGS00/j2ee/sapjco-install-path/libsapjcorfc.so: ld.so.1: java: fatal: /usr/sap/DV1/DVEBMGS00/j2ee/sapjco-install-path/libsapjcorfc.so: wrong ELF class: ELFCLASS64]. java.library.path [/usr/j2sdk1.4.2_04/jre/lib/sparc/client:/usr/j2sdk1.4.2_04/jre/lib/sparc:/usr/j2sdk1.4.2_04/jre/../lib/sparc:/usr/sap/DV1/SYS/exe/run:/usr/sap/DV1/SYS/exe/runU:/usr/sap/DV1/DVEBMGS00/j2ee/sapjco-install-path:/opt/dazel/lib:/usr/lib]
            at com.sap.mw.jco.JCO.<clinit>(JCO.java:731)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:141)
            at com.sap.mw.jco.About.<init>(About.java:33)
            at com.sap.mw.jco.About.main(About.java:90)
    X connection to mazda:13.0 broken (explicit kill or server shutdown).
    mazda:dv1adm 45% java -jar sapjco.jar -stdout
    java.lang.ExceptionInInitializerError: JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [/usr/sap/DV1/DVEBMGS00/j2ee/sapjco-install-path/libsapjcorfc.so: ld.so.1: java: fatal: /usr/sap/DV1/DVEBMGS00/j2ee/sapjco-install-path/libsapjcorfc.so: wrong ELF class: ELFCLASS64]. java.library.path [/usr/j2sdk1.4.2_04/jre/lib/sparc/client:/usr/j2sdk1.4.2_04/jre/lib/sparc:/usr/j2sdk1.4.2_04/jre/../lib/sparc:/usr/sap/DV1/SYS/exe/run:/usr/sap/DV1/SYS/exe/runU:/usr/sap/DV1/DVEBMGS00/j2ee/sapjco-install-path:/opt/dazel/lib:/usr/lib]
            at com.sap.mw.jco.JCO.<clinit>(JCO.java:731)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:141)
            at com.sap.mw.jco.About.<init>(About.java:33)
            at com.sap.mw.jco.About.main(About.java:90)
    SAP Java Connector (JCo)
    Copyright (c) 2000-2004 SAP AG. All rights reserved.
    Version Information
    Java Runtime:
    Operating System:    SunOS 5.9 for sparc
    Java VM:             1.4.2_04 Sun Microsystems Inc.
    Java Codepage:       ASCII
    Versions:
    JCo API:             2.1.3 (2004-03-08)
    JCo middleware:      Library not found
    JCo library:         Library not found
    RFC library:         Library not found
    Paths:
    JCo classes:         System-defined path
    JCo library:         Library not found
    RFC library:         System-defined path
    Manifest
    Manifest-Version: 1.0
    Implementation-Version: 20040430 0858 [2.1.3 (2004-03-08)]
    Specification-Title: SAP Java Connector
    Specification-Version: 2.1.3
    Implementation-Title: com.sap.mw.jco
    Main-Class: com.sap.mw.jco.About
    Created-By: Ant 1.4.1
    Implementation-Vendor-Id: com.sap
    Implementation-Vendor: SAP AG, Walldorf
    Specification-Vendor: SAP AG, Walldorf

    Somthing similar is happening to me as well... I found <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/bc-jas/~form/handler">note 542175</a> sounds interesting, but I'm still trying to figure out how to apply to my tricky scenario (MDM!)

  • EPM Configurator Error "Failed to navigate from RegistryWizardState: Error while initializing registry.

    Hi,
    I am getting Below error in RHEL 6.5
    EPM Configurator Error "Failed to navigate from RegistryWizardState: Error while initializing registry. See logs for more details"  while configuring Essbase Server on 64 bit OS using Oracle Database
    Any help...?

    Hi ,
    This community is to discuss Oracle Application Server specific issues, you can post this query in the below Hyperion Forms for better response:
    Hyperion EPM
    [OR]
    Oracle Hyperion EPM (MOSC)
    [OR]
    Hyperion Certification for EPM (MOSC)
    Regards,
    Prakash.

  • Database Validation Failed error while configuring RDBMS profile for audit

    Hi,
    I am using Oracle Access Manager 10.1.4.3.0 with FMW 11g (Oracle internet Directory and Oracle Virtual Directory) on Linux X64.
    While configuring RDBMS profile for OAM Auditing and reporting...
    I am getting "Database Validation Failed" error both in Identity and Access servers
    When I am looking in oblog...I got following in Identity..
    2010/07/17@06:59:28.882658     17384     17422     CONNECTIVITY     DEBUG3     0x00000201     obmessagechannel.cpp:179     "Sending: "     seqno^13     opcode^8     pMsg^{25}st={5}ma=22{4}mi=2{4}sg=0{4}rt=0     
    2010/07/17@06:59:28.882704     17384     17422     NET     DEBUG3     0x00000201     obsocket.cpp:848     "ObSocketOIS::WriteFully"     _sock^19     LocalAddr^10.31.13.129     LocalPort^6022     RemoteAddr^10.31.13.134     RemotePort^41646     
    and in Access..
    2010/07/17@06:39:09.391459     3326     3388     AUDIT     ERROR     0x00001D04     ../dbauditwriter.cpp:410     "The database audit writer was unable to perform the write"     
    2010/07/17@06:39:09.391491     3326     3388     AUDIT     WARNING     0x00001149     /usr/abuild/Oblix/10143hf/palantir/aaa_server/src/audit_handler.cpp:1119     ""Unable to write the audit record"
    Kindly advice...

    Hi.
    Strange !
    Check whether the RFC destiantion LCRSAPRFC is proper. Test the connection and Also check the exchange profile paramteres in the XI.
    Also refer
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c6/6f1741b393f26fe10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f4/67b340be3dff5fe10000000a155106/frameset.htm
    Also check what user is maintained via transaction SLDAPICUST. and carefully enter the password, also check that if user is locked.
    Hope this will help you a bit.
    Regards
    Aashish Sinha

  • Client context error message while configuring for social login and personalization

    Hi,
    I am getting the below exception while configuring for social login and personalization.
    27.12.2012 11:21:25.463 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/design/cloudservices. Using default.
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper Problems while creating connection.
    27.12.2012 11:21:46.549 *WARN* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.oauth2.Oauth2Helper token was null or not in UNAUTHORIZED state:1
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587485463] GET /etc/cloudservices/facebookconnect/sample_fb.login.html/callback/connect HTTP/1.1] com.adobe.granite.auth.oauth.impl.servlet.OAuthProfileImportServlet requestAccessToken: could not retrieve user
    27.12.2012 11:21:46.549 *ERROR* [127.0.0.1 [1356587506549] GET /etc/cloudservices/facebookconnect/sample_fb.login.html HTTP/1.1] com.day.cq.wcm.core.impl.designer.DesignerImpl No design at /etc/design/cloudservices. Using default.
    27.12.2012 11:21:48.455 *ERROR* [127.0.0.1 [1356587508455] GET /etc/clientcontext/default/contextstores/profiledata/loader.json HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingException org.apache.sling.api.SlingException: An exception occurred processing JSP page /libs/cq/personalization/components/profileloader/command/load/load.json.jsp at line 41
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspExceptionInterna l(JspServletWrapper.java:574)
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.handleJspException(JspSer vletWrapper.java:499)
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper .java:451)
    at org.apache.sling.scripting.jsp.JspServletWrapperAdapter.service(JspServletWrapperAdapter. java:59)
    Thanks,
    Shankar .A

    Hi Shankar,
    Any luck with this issue. I am also seeing the same issue
    Thanks
    Pushparajan

  • Windows 8.1 Hyper-V - Error while configuring the hard disk 0xC03A0014

    Hello. I have just enabled Hyper-V on my Windows 8.1 laptop.
    Dell Latitude E7440 i7-4600U @ 2.10GHz
    I can create a Virtual-Switch but I am unable to create a new Hard Disk or Virtual Machine within Hyper-V. I get the same error for both processes.
    Error: The Virtual Machine Management Service encountered an error while configuring the hard disk on virtual machine New Virtual Machine.
    Failed to create the virtual hard disk.
    The system failed to create C:\Users\user\Documents\Test\New.vhdx .
    Failed to create the virtual hard disk
    The system failed to create C:\Users\user\Documents\Test\New.vhdx . A Virtual disk support provider for the specified file was not found. (0xC03A0014).
    I have ran all Dell Client System updates and all of windows updates.
    I have attempted to create a virtual machine on the current SSD and also an external drive. The same error appears.
    I have also attempted to create a virtual hard disk via Hyper-v with a Base vhdx, still the same error occurs. I've tested the base image on other laptops of the same model and windows 8.1 without issue.
    Any thoughts on how I can fix this?
    Thank you,
    -Jake

    Hi Jake,
    "Enable Data Execution Protection (DEP) in the BIOS and make sure the Format of drive file system is not fat32.
    1. Uninstall Intel Active System Monitor 3.0, if installed.
    2. Disable "Intel IPMI Service" and "Intel Monitoring Agent" Service.
    3. Open regedit and locate: HKLM\System\CurrentControlSet\Services\imbdrv.
    4. Change the Start Key to 4 (Disabled).
    5. Locate HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E97D-E325-11CE-BFC1-0 8002BE10318}.
    6. Take ownership of the ‘Properties’ key.
    7. Give yourself full permission for this key.
    8. Now locate the properties key; if you see a ‘Security’ entry there, that is your problem. Delete this key.
    9. Try attaching or adding the VHD again after rebooting.
    If above steps did not help, add the Network Service account to Local Administrator group."
    It is quoted from the similar thread below :
    http://social.technet.microsoft.com/Forums/windows/en-US/55085ff3-0f26-41bd-b590-bb3490e2d6f5/win-7-professional-a-virtual-disk-support-provider-for-the-specified-file-was-not-found?forum=w7itprovirt
    Hope it helps
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Need wireless drivers for Satellite A100-259

    Hi Had to reformat my daughters laptop (A100-259 PSAA2) due to virus issues and am in the process of rebuilding it. Almost there but can't seem to get the wireless bit to work. Nothing appears in the system tray even when it's switched on (little swi

  • SELECT is taking lot of time to fetch data from cluster table BSET

    <Modified the subject line> Hi experts, I want to fetch data of some fields from bset table but it is taking a lot of time as the table is cluster table. Can you please suggest me any other process to fetch data from cluster table. I am using native

  • How does one best make a button to jump around a PDF (interactive) on an ipad.

    I have been trying to figure out how to make an Interactive PDF document that could be loaded into an iPad. We need one: Buttons to jump around the document for navigation purposes.  A button would be eaiser to press on an iPad and if each page is de

  • CVS NT problem

    Hello every body, we are developing webapplication by using Eclipse 3.2 and verson control as CVSNT .when i update my project from CVS repositry am getting Exception as: Could not connect to:pserver:INDUSCORPINDIA\AnilPrasadReddyM@localhost:/Java/cvs

  • Site Cache - Large Site - Unbearable

    I have a large site, around 25,000 pages. With site cache enabled, DM8 takes 2 1/2 hours or more when changing a template to update files and save site cache (around a 158MB file...). Is there any way around this, apart from breaking the site into mu