Datasource CORP_LDAP not found

I have configured the UME Settings for LDAP and while logging into portal using users described in LDAP datasource, I see Datasource CORP_LDAP not found.
Please Throw some light so that the bug could be fixed.
Your help is greatly appreciated.
Thanks
Deepa

Hi,
  check SAP Note 777640.
Regards,
S.Divakar

Similar Messages

  • Error: Datasource name not found and no default driver specified

    HI All,
    I have MySQL as my data base.
    I created one universe on top of MySQL. Then i made one webI report on top of that and exported it to BO Portal (Infoview).
    Now when I am refreshing this report, it gives me below error in Infoview while its getting refreshed in WebI.
    [Database Error] [Microsoft ODBC Driver manager] Datasource name not found and no default driver specified.
    WIS 10901
    I found SAP Note 1200396 and have created DSN with Same name on Server.
    But still I am facing same problem. I have not clustered enviroment.
    Guys any one have some idea about this?
    I will appreciate your answer.
    Thanks in advance,
    Rishit

    If your BOBJ server runs on 64bit windows you should set up the DSN using the 32bit ODCB utility (<Windowa installation director>\SysWOW64\odbcad32.exe )
    Regards,
    Stratos

  • DataSource Alias not Found

    Hello,
    i will bind a UserDatasource to a Combobox.
    But i get an Error " DataSource Alias not Found"
    Here my Code
    ouserdatasource = oForm.DataSources.UserDataSources.Add("NAG_MODUL", BoDataType.dt_SHORT_TEXT, 20);
                oItem = oForm.Items.Add("cb_Modul1", BoFormItemTypes.it_COMBO_BOX);
                oItem.Left = 235;
                oItem.Top = 330;
                oItem.Width = 130;
                oCombobox_5 = (SAPbouiCOM.ComboBox)oItem.Specific;
                oCombobox_5.DataBind.SetBound(true, "", "Code");
    And here the UserTable
    [US|http://imageshack.us/photo/my-images/856/usertables.png/]

    Hi Dhomas,
    Try This.....
    'If You are using the userdatasource
    ouserdatasource = oForm.DataSources.UserDataSources.Add("NAG_MODUL", BoDataType.dt_SHORT_TEXT, 20);
                oItem = oForm.Items.Add("cb_Modul1", BoFormItemTypes.it_COMBO_BOX);
                oItem.Left = 235;
                oItem.Top = 330;
                oItem.Width = 130;
                oCombobox_5 = (SAPbouiCOM.ComboBox)oItem.Specific;
                oCombobox_5.DataBind.SetBound(true, "", "NAG_MODUL");
    If You want to insert the data from combobox to the userdefined table (UDT) then
    Try This....
    SAPbouiCOM.DBDataSource dbdatasource = default(SAPbouiCOM.DBDataSource);
    dbdatasource = oform.DataSources.DBDataSources.Add("@Tablename");
    oItem = oForm.Items.Add("cb_Modul1", BoFormItemTypes.it_COMBO_BOX);
                oItem.Left = 235;
                oItem.Top = 330;
                oItem.Width = 130;
                oCombobox_5 = (SAPbouiCOM.ComboBox)oItem.Specific;
                oCombobox_5.DataBind.SetBound(true, "@Tablename", "Code");
    Thanks
    Shafi

  • Master Datasource is not found in Infosource and infoobject?

    Hi All,
    We have master datasource in source system,replicated in BW system and it is available but it is not available in Infoobject and infosource...
    could some one help what is the procedure we have to follow.
    thanks in advance.
    mahantesh

    Hi Mahantesh,
    you cannot find any datasource in Infoobject and Infosource pages...just go to the infosource or infoobject you want to link to your datasource, right-click on it, assign datasource!
    Hope it helps!
    Bye,
    Roberto

  • Datasource 0vtype_text not found

    hi
    im trying to search for 0vtype_text datasource and i couldnt find this in RSA5...and can anyone plz tell me a way to find this datasource
    thanx in advance
    Ravi

    Hi,
    Make sure that your datasource is activated (trans RSA5 in SAP Source System) from the SAP Source system (Ex: R/3 or SCM System)
    Then in trans RSA9 in SAP Source System to transfers all application component hierarchies.
    Try this.
    RSA9->execute->It transfers all application component hierarchies
    check and confirm.
    Thanks,
    JituK

  • Verifying DSN reports Datasource not found?

    Hello, thanks for looking..
    I have two datasources configured on a production web server (Win IIS, CF8), one that connects to a remote database and the other connects to a local database. A web application I was in the process of migrating to a new server used the datasource that connected to the remote database as I was taking one step at a time. Yesterday became the day to make the final jump and to migrate the database, so after comparing the two databases (SQL Delta is a beautiful tool), I proceded to swap the datasources by renaming them in the ColdFusion Administrator. I renamed the datasource to the remote database to some arbitrary backup name, then renamed the datasource to the local database to the original name of the the datasource to the remote database.
    JDBC, ODBC, whatever, I have probably performed these same steps hundreds of times without an issue. Yesterday, after renaming the datasource, verifying it, confirming it was working by browsing the application and seeing the noticable performance increase from accessing a local database, I was content to call to process complete.
    At 3am server time however, the application began throwing errors, saying the datasource could not be found. I jumped into CF Admin to check everything out and found things just as I left them, two datasources, one named as a backup and the other the original name to the local database. When I clicked verify all however, the datasource to the local database failed, saying "Datasource could not be found".
    I am curious as to what may have happened here. I don't see any cause for alarm with regards to technique as I have been using it for so long. ColdFusion server.log shows no sign of a restart. Does anyone have any clue what could have happened here? How could a datasource appear in CF Admin, yet verifying it says it doesn't exist? I resolved the problem by renaming it to something else, then renaming it back but I plan on deleting and recreating it completely this evening when traffic is lower. My only guess here is that ColdFusion updated active memory but failed when updating the registry, then something happened where things were refreshed.. But why.. and how can that be detected/avoided if true?
    I have a lot of people asking me questions now, and after spending great amount of time convincing them ColdFusion is the best answer for their needs the first time around, I am having trouble doing so this second time. So thank you in advance for any help or insight..
    Mike

    I am okay with that, and a 1 in 200ish failure rate, especially now that I have an automated script verifying datasources regularly. My clients are not however, especially without understanding the cause. Thanks for the reply though.
    Well, if that client was mine, I'd be saying something along these lines:
    "I've investigated this as much as practical, and asked around the CF community, and no-one has heard of this happening.  Given it's an isolated occurrence, I'm prepared to put this down to a temporary aberration, which is now resolved.  "Case closed", although obviously we'll "watch this space" too.  All computer software is very complex, and there will always be glitches.  I can investigate this to conclusion if you like, but it's difficult to troubleshoot something after havnig fixed it, especially when it's not replicable.  I am satisfied this is not something to be concerned about, however if you really want me to get to the bottom of it, it's likely to take a week (billable, as it's not a good use of my time), and at the end of it, you're not going to be any better off.  If it's such a concern - and fair enough - that there's a single point of failure here, then let's start talking about some fail-over protection.  That way if any other aberrations present themselves, it will not be an issue".
    However, in the mean time, have a look at your JRun and CF logs at round about the time the problem happened, and see if there's anything in there to do with JDBC and the like.
    Adam

  • Error while invoking bean "finder": Instance not found in datasource

    Hi All
    I am facing Error while trying to execute a BPEL processing using Notification service for sending out mail .
    Following is the Error Stack :
    <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "finder": Instance not found in datasource.
    The process domain was unable to fetch the instance with key "677c0310e56e2b26:26d607:10dca65e80a:-7ffc" from the datasource.
    Please check that the instance key "677c0310e56e2b26:26d607:10dca65e80a:-7ffc" refers to a valid instance that has been started and not removed from the process domain.
    ORABPEL-02152
    Instance not found in datasource.
    The process domain was unable to fetch the instance with key "677c0310e56e2b26:26d607:10dca65e80a:-7ffc" from the datasource.
    Please check that the instance key "677c0310e56e2b26:26d607:10dca65e80a:-7ffc" refers to a valid instance that has been started and not removed from the process domain.
         at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:314)
         at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:262)
         at com.collaxa.cube.engine.data.AdminFinder.lookupInstanceByConversationId(AdminFinder.java:235)
         at [b]com.collaxa.cube.ejb.impl.FinderBean.lookupInstanceByConversationId(FinderBean.java:177)
         at IFinderBean_StatelessSessionBeanWrapper42.lookupInstanceByConversationId(IFinderBean_StatelessSessionBeanWrapper42.java:669)
         at com.oracle.bpel.client.Locator.lookupInstance(Locator.java:420)
         at displayInstance.jspService(_displayInstance.java:111)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:152)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    <2006-09-20 14:55:44,109> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Error in sending e-mail message.
    <2006-09-20 14:55:44,119> <ERROR> <default.collaxa.cube.services> <PCException::<init>> Error in sending e-mail message.
    The understanding formed till now is that the service is trigged using a stateless session bean wrapper and the lookup for the same is failing.
    One option will be to write the java code for performing the lookup using method
    lookupInstanceByConversationId(String convId, DomainAuth auth)
    but certain information e.g DomainAuth is not available.
    I have tried locating information about the dynamic wrapper which is being created.
    Any inputs/comments/direction for the above problem are welcomed
    Cheers

    Thanks Marc.
    I checked the domain log (ORA_BPEL_HOME\bpel\domains\default\logs\domain.log) for information. It repeats the same error displayed in the bpel server window.
    I have now put some SOPs in my Java embedding activity to see if the process gets instantiated or not. On the BPEL server window, I am able to see these SOPs upto the point where I invoke a method invocation on my remote Java class. Which clearly means the BPEL process is instantiated, contrary to the information in the error (that the BPEL instance cannot be found) I am getting.

  • Error in jbosscmp-jdbc.xml : datasource-mapping Pointbase not found

    Hi I'm having problems deploying my EJBs using the Pointbase Database.
    This is what I'm working with:
    standardjbosscmp-jdbc.xml:
    <jbosscmp-jdbc>
       <defaults>
          <datasource>java:/PointbaseDS</datasource>
          <datasource-mapping>Pointbase</datasource-mapping>pointbase-ds.xml:
    <datasources>
         <local-tx-datasource>
              <jndi-name>PointbaseDS</jndi-name>
    <connection-url>jdbc:pointbase:server://localhost:19092/sample</connection-url>
              <driver-class>com.pointbase.jdbc.jdbcUniversalDriver</driver-class>
              <user-name>jboss</user-name>
              <password>password</password>
         </local-tx-datasource>
    </datasources>jbosscmp-jdbc.xml:
    <jbosscmp-jdbc>
         <defaults>
              <datasource>java:/PointbaseDS</datasource>
              <datasource-mapping>Pointbase</datasource-mapping>
         </defaults>I keep getting the error message:
    org.jboss.deployment.DeploymentException: Error in jbosscmp-jdbc.xml : datasource-mapping Pointbase not found
    Any ideas why?
    Thanks.

    By the way I'm using JBoss server.

  • NameNotFoundException: Object not found in lookup of DataSource

    Hello All,
    I am getting the below error. I configure the Datasource in visual admin it is working in visual admin.
    I am trying to connect to java webservices it is not connecting to data souce.
    Exception:
    com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: O
    bject not found in lookup of WSDataSource.
            at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:649)
            at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:344)
            at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:254)
            at com.sap.engine.services.jndi.implclient.OffsetClientContext.lookup(OffsetClientContext.java:271)
            at javax.naming.InitialContext.lookup(InitialContext.java:347)
            at javax.naming.InitialContext.lookup(InitialContext.java:347)
    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: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:387)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
            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)
    Please Help me .
    Thanks & Regards,
    Veera.

    It is not clear if you already created a Datasource to a specified database. This can be done via the Visual Admin.
    Services --> JDBC Connector. There you can upload vendor specific drivers and bind it to a database.
    This is possible usings the standards. JDBC 1.x and 2.0 way.
    Success.

  • XML File as Datasource -  The table is not found in file

    Hi,
    I am trying to use a xml file as datasource and want to map those columns to the existing DWH. Actually, it is additional data which should be combined with the existing DWH data. Therefore I am using the fragmentation option.
    I did it already on my privat pc and it works, but as soon as I implement it to the DEV environment it doesn' t work at all :( I am getting the following error:
    Status: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 64002] The table is not found in file C:\Ist.xml loaded. (HY000)
    Could somebody help me??
    Thanks

    If you changed environments make sure that the XML file actually exists in the location specified at C:\ist.xml.
    Also be sure that the information in the properties section of the XML data source match your DEV environment. If you used any session variables be sure that you have also modified those in the DEV environment to reflect the DEV environment.
    Did you switch from a same OS environment, i.e.: Linux to Linux or Windows to Windows? Or did you go from a Windows to Linux OS?

  • Datasource: ORA-02019: connection description for remote database not found

    Hi,
    I recently made the datasource to point to a new host, and using the EM console tested the connectivity to the datasource to be successful.
    Java code that refers to the DS is also the same as before that was working as only the connection string has been changed, but now trying to access the web-application shows the following error in the logs:
    ==============
    Exception::java.sql.SQLException: ORA-02019: connection description for remote database not found
    oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:316)
    oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:282)
    oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:639)
    oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:113)
    oracle.jdbc.driver.T4CStatement.execute_for_describe(T4CStatement.java:431)
    oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:1029)
    oracle.jdbc.driver.T4CStatement.execute_maybe_describe(T4CStatement.java:463)
    oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1126)
    oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1274)
    oracle_jdbc_driver_T4CStatement_Proxy.executeQuery()=====================================
    What could be the reason? Is there any other app server datasource related setting that needs to be done or is it some other issue - as I said 'testing the connection from EM console connects successfully'.
    Thanks,
    Rommel.

    The issue is resolved now.
    One of the queries used a db link that was missing on the new database and therefore the error from the java code.
    Since testing for connectivity using DS through EM console does not check for any db link (using the default query it executes) connectivity was successful.
    Thank a lot,
    Rommel.

  • Business content not found for  CRM5.0 Datasources

    Hello,
    I cannot find the business content for the following datasources of CRM 5.0.
    We are on BW 3.5 version and i am unable to find the business content for the below.Did anyone face this problem and is there any solution or we need to build custom info objects and ODS.
    Master data:
    0CRM_LI_CAT_TEXT
    0CRM_LI_ID_ATTR
    0CRM_LI_ID_TEXT
    NOTE: relevant info objects not found.
    Transaction data:
    0CRM_MLI
    Thanks in advance,
    Rao

    HI
    I have checked in my system also. 0CRM_C08 This InfoCube contains date about the CRM activity items. It is based on the Activity Items ODS object (technical name: 0CRM_ACTI).
    As you mentioned  like that The cube is not based on the another cube(0PH_C01). And it is not available in Metadata Repository also.
    May be you are looking in wrong way. Please check it once again.
    Any furhter questions are there please let me know.
    Thanks & Regards,
    Nagaraju.V

  • DataSource not found

    Hi,
    I have not found any datasource for Infocube 0SR_FIC01.
    I have checked in BI content and sap.help.com.
    There I found like there is one InfoSource (0SR_FI_SL_GLS), DSO (0SR_FIDS1) and InfoCube (0SR_FIC01).
    But I did not find any DataSource, Transfer Rules and Update Rules.
    where can I find those?
    Can anybody help me.
    Thanks,
    Venkat

    No DataSources are delivered with Global Spend Analysis based on data from Financial Accounting. The DataSources are generated after the special ledger is created in SAP Financial Accounting (SAP FI). In the standard, however, you can use the following extract structure.
    Source :
    http://help.sap.com/saphelp_nw04s/helpdata/en/04/0b057fdc42ff4c9a38d07955d04d67/content.htm
    Hope this helps.

  • Datasource could not be found

    Been working on this problem for several days now. My CF 7
    server with developer configuration (using the built-in CF server)
    is fine, so I copied my production-ready site to my new CF 8
    production server (using IIS). The problem, now, is that I'm
    getting a "Datasource dimdbcfm could not be found."
    The datasources on the CF 8 server have been set up in the CF
    admin, so that shouldn't be the problem. In fact, if I use the
    built-in CF server as a test (
    http://s355ab5:8301/CFIDE/index.cfm)
    I get the expected page with it's menu form and database-driven
    options. However, the CGI values are missing ... not showing int
    the debug or cfoutputs. For example, remote_user and auth_user is
    blank, but remote_host is good. On the other hand, if I use the IIS
    server (
    http://s355ab5/CFIDE/) it gives
    me the CGI values just fine but the datasource can not be found.
    I've researched the problem across the net, through my books,
    even check with some in-house help and can't figure it out ...
    mostly because I can't find the same problem. I'm thinking it's a
    case where it's either a misunderstood/ambiguous cause or something
    is not right with my IIS or my CF.
    Another potential problem is the location (directory path) of
    the site and/or the IIS settings.
    • I kept the site under the
    \JRun4\servers\KIMprod\cfusion.ear\cfusion.war\CFIDE directory.
    • I didn't bother with the \Inetpub\www\CFIDE
    directory.
    • I reset the default site to the same JRun4 directory.
    • I checked "local path" and the associated
    permissions. Seem OK.
    Other checks done.
    • I checked the Authentication Methods and set to
    "Integrated Windows authentication".
    • I have CF configured as Multiserver.
    • I even tested this with a temporary ODBC connection.
    The test connection was successful.
    • I also added a JRunScripts virtual directory as
    suggested by another web site. (Didn't get created automatically.)
    • Also created sandbox settings. No change.
    Seriously stuck here, and I'm hoping it's a simple problem,
    even though I might hang my head in embarrassment if it is.
    Let me know if you need more info or clarification.

    skylabpictures wrote:
    > ? I have CF configured as Multiserver.
    This means that you can have multiple ColdFusion instances
    running on
    the server and it sounds like you do. One of the main reasons
    to do
    this is so that each instance can have its own separate and
    unique
    configurations such as DSN settings.
    This instance you have running and configured to use the
    built in web
    server and is accessed from the URL
    http://s355ab5:8301/CFIDE/index.cfm'
    has the DSN configured. But the
    built in web server is not a Windows IIS web server and thus
    'Windows
    Integrated Authentication' is meaningless to it and
    cgi.auth_user is
    never going to be populated automatically.
    The instance you have running and configured to the URL
    http://s355ab5/CFIDE/' does not
    have the DSN configured. But this one
    is an IIS web server and thus the 'Windows Integrated
    Authentication'
    means something and your cgi.auth_user is populated as
    desired as long
    as the user is using a Windows browser on a Windows OS client
    connecting
    to the Windows server over a Windows domain network. (Thus
    the 'Windows'
    part of the integrated security.)
    Compare and contrast these too administrator settings,
    especially the
    DSN settings.
    http://s355ab5/cfide/administrator/
    AND
    http://s355ab5:8301/cfide/administrator/
    AND just for fun
    http://s355ab5:80/cfide/administrator/
    Which should be the same as the first one, but may more
    clearly
    distinguish why these are different web sites. Different
    ports means
    different web sites.

  • ORABPEL-09222 Document not found in datasource

    We are running BPEL 10.1.3.3.
    We run seperate App and Database Servers. During a test, the network was disconnected between the App and Database Server, which resulted in a message being placed on the Invoke Manual Recovery Queue.
    When I try and recovery this message, get heaps of Java Stack Trace in the domain.log and the message cannot be recovered.
    Example of the stack trace below. Has anyone else seen this, or know the cause?
    Pete
    <2008-01-17 11:49:24,257> <ERROR> <default.collaxa.cube.engine.data> <BaseDeliveryPersistenceAdaptor::loadInvokeMetaData>
    ORABPEL-09222
    Cannot deserialize DOM element.
    Failed to deserialize the DOM element from binary format, the document id ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60. The exception reported is Document not found in datasource.
    The process domain was unable to fetch the bytes for the business document "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" from the datasource.
    Please check that the business document identifier "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" refers to a valid entry in the document table; this row may have been manually removed from the table.
         at com.collaxa.cube.xml.dom.SDOMHelper.loadCompressedNormalDocuments(SDOMHelper.java:384)
         at com.collaxa.cube.xml.dom.SDOMHelper.loadDocuments(SDOMHelper.java:153)
    <2008-01-17 11:49:24,273> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube delivery": [com.collaxa.cube.engine.data.DataStreamException: Cannot decode properties.
    The process domain was unable to decode the properties for message guid 10, which are stored in column Cannot deserialize DOM element.
    Failed to deserialize the DOM element from binary format, the document id ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60.  The exception reported is Document not found in datasource.
    The process domain was unable to fetch the bytes for the business document "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" from the datasource.
    Please check that the business document identifier "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" refers to a valid entry in the document table; this row may have been manually removed from the table.
    ; the exception reported is: {2}
    sql statement: SELECT conv_id, message_guid, domain_ref, process_id, revision_tag, operation_name, receive_date, state, priority, properties, master_conv_id, headers_ref_id FROM invoke_message WHERE message_guid = ?
    ORABPEL-04025
    Cannot decode properties.
    The process domain was unable to decode the properties for message guid 10, which are stored in column Cannot deserialize DOM element.
    Failed to deserialize the DOM element from binary format, the document id ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60. The exception reported is Document not found in datasource.
    The process domain was unable to fetch the bytes for the business document "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" from the datasource.
    Please check that the business document identifier "ec04eb2f0c9f4507:6adb5099:11781f7931e:-7f60" refers to a valid entry in the document table; this row may have been manually removed from the table.
    ; the exception reported is: {2}
    sql statement: SELECT conv_id, message_guid, domain_ref, process_id, revision_tag, operation_name, receive_date, state, priority, properties, master_conv_id, headers_ref_id FROM invoke_message WHERE message_guid = ?
         at com.collaxa.cube.engine.adaptors.common.BaseDeliveryPersistenceAdaptor.loadInvokeMetaData(BaseDeliveryPersistenceAdaptor.java:2029)
         at com.collaxa.cube.engine.adaptors.common.BaseDeliveryPersistenceAdaptor.__loadInvoke(BaseDeliveryPersistenceAdaptor.java:1932)
    ...

    looks like during recovery it is not able to fetch the message header elements for the invoke-message. is it possible to provide a test case with instructions to reproduce this problem? also can you please file a SR and upload all your supported files (test case, input xml, the current log files which has the exception trace).

Maybe you are looking for

  • Xml parsing using dom4j

    I have some XML in String format, and I want to use the DocumentHelper.parseText() method on that string to parse it to Document format. I use it and it doesn't say anything about an error, however when I try to get "getelementroot()" and "getattribu

  • My iPod touch Is No Longer syncing with my iTunes.

    I Don't Know WHat The Problem Is. All Of A Sudden My iPod Is No Longer Syncing with my iTunes.

  • Laptop over heating then shutting down

    Model; Satellite L355-S7812 I've hade this computer two years. It started over heating then shutting down soon after I purchased it. It use to take 4-5 hours before it overheated now its less than an hour. What can be the problem?

  • Using Prelude to sort and organize a ton of media

    So I have about 2 years of old behind the scenes footage (about 1tb) that is spread out through about 40 different folders. I have ingested the whole mess into Prelude, but I am finding it difficult to start the sorting process. What I would like to

  • Transfer material from Storage location to Storage type.

    Hello, At the time of usage decision we are posting the stock in "To Reserve stock" for that we have created seperate storage location ie for Sample material. we having two samples one is customer sample and other is in house sample both the samples