Oracle ODC error :Error Initializing for Scan for ISIS

Hi ,
I have installed ODC on my local , I have uninstalled and reinstalled ODC on my local machine. When I open the Oracle Document Capture it was popuing up the following error
1. Error Initializing for Scan for ISIS
The following error occured loading the filecabinets.
Error Number :- 2147467259
Error Description Unspecified error.
If anyone came accross this problem , Please help me.
Thanks in Advance
Karai

Hi ,
I have installed OLE DB Provider for Oracle DB11g Previously I have configured ODBC datasource.. in the ODC configuration .... DataSource I have given my Database Service name .. it started to work ...
Thanks,
Karai

Similar Messages

  • Error Initializing for Scan for ISIS Error Number :- 2147467259

    Hi,
    I have installed ODC on my local , When I open the Oracle Document Capture it was popuing up the following error
    1. Error Initializing for Scan for ISIS
    The following error occured loading the filecabinets.
    Error Number :- 2147467259
    Error Description Unspecified error.
    If anyone came accross this problem , Please help me.
    Thanks in Advance
    Senthil

    Hi ,
    I have installed OLE DB Provider for Oracle DB11g Previously I have configured ODBC datasource.. in the ODC configuration .... DataSource I have given my Database Service name .. it started to work ...
    Thanks,
    Karai

  • Error initializing the Oracle JMS Resource provider for Topics

    Getting this error when starting OC4J 9.0.3 standlone on Windows2000.
    Resource provider config'd as
    <resource-provider class="oracle.jms.OjmsContext" name="ojms">
    <description> OJMS/AQ </description>
    <property name="datasource" value="jdbc/ProlianceDS"></property>
    </resource-provider>
    Datasource config'd as
         <data-source
              class="com.evermind.sql.OrionCMTDataSource"
              name="ProlianceDS"
              location="jdbc/ProlianceDS"
              xa-location="jdbc/xa/ProlianceDS"
              ejb-location="jdbc/ProlianceDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="proliance"
              password="******"
              url="jdbc:oracle:thin:@aps67.ere.com:1538:ifstst"
              inactivity-timeout="30"
         />
    ejb-jar config'd as
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <message-driven>
    <description>Proliance Message Driven Bean</description>
    <display-name>ProlianceMDB</display-name>
    <ejb-name>ProlianceMDB</ejb-name>
    <ejb-class>com.lendlease.bll.ProlianceMDB</ejb-class>
    <transaction-type>Container</transaction-type>
    <message-selector>
    <method>
    <ejb-name>ProlianceMDB</ejb-name>
    <method-name>onMessage</method-name>
    </method>
    </message-selector>
    <message-driven-destination>
    <destination-type>javax.jms.Topic</destination-type>
    <subscription-durability>Durable</subscription-durability>
    </message-driven-destination>
    <resource-ref>
    <res-ref-name>java:comp/resource/ojms/Topics/PROLIANCE.OUT_AQ</res-ref-name>
    <res-type>javax.jms.Topic</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    <resource-env-ref>
    <resource-env-ref-name>java:comp/resource/ojms/TopicConnectionFactories/aqTcf</resource-env-ref-name>
    <resource-env-ref-type>javax.jms.TopicConnectionFactory</resource-env-ref-type>
    </resource-env-ref>
    </message-driven>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>ProlianceMDB</ejb-name>
    <method-name>onMessage</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    </ejb-jar>
    orion-ejb-jar config'd as:
    <?xml version = '1.0'?>
    <!DOCTYPE orion-ejb-jar PUBLIC "-//Evermind//DTD Enterprise JavaBeans 1.1 runtime//EN" "http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd">
    <orion-ejb-jar deployment-time="e7f1ce76f6" deployment-version="1.0.2.2">
    <enterprise-beans>
    <message-driven-deployment
    name="ProlianceMDB"
    connection-factory-location="java:comp/resource/ojms/TopicConnectionFactories/aqTcf"
    destination-location="java:comp/resource/ojms/Topics/PROLIANCE.OUT_AQ"
    subscription-name="PROLIANCE_SUBSCRIBER">
    </message-driven-deployment>
    </enterprise-beans>
    </orion-ejb-jar>
    Full startup trace is:
    C:\ora\oc4j_9.0.3\j2ee\home>java -Djdbc.connection.debug=true -jar oc4j.jar
    Node started with id=-2143203582
    Auto-unpacking C:\ora\oc4j_9.0.3\j2ee\home\applications\ProlianceMDB.ear... done.
    Auto-unpacking C:\ora\oc4j_9.0.3\j2ee\home\applications\ProlianceMDB\ProlianceMDB.war... done.
    Auto-deploying ProlianceMDB (New server version detected)...
    Copying default deployment descriptor from archive at C:\ora\oc4j_9.0.3\j2ee\home\applications\ProlianceMDB/ProlianceMDB
    .jar/META-INF/orion-ejb-jar.xml to deployment directory C:\ora\oc4j_9.0.3\j2ee\home\application-deployments\ProlianceMDB
    \ProlianceMDB.jar...
    Auto-deploying ProlianceMDB.jar (New server version detected)... done.
    Error initializing the Oracle JMS Resource provider for Topics: Not an OracleConnection
    Error deploying file:/C:/ora/oc4j_9.0.3/j2ee/home/applications/ProlianceMDB/ProlianceMDB.jar homes: No javax.jms.Destina
    tion found at the specified destination-location (java:comp/resource/ojms/Topics/PROLIANCE.OUT_AQ) for MessageDrivenBean
    ProlianceMDB
    OrionCMTConnection not closed, check your code!
    Logical connection not closed, check your code!
    Created at:
    java.lang.Throwable: OrionCMTConnection created
    at com.evermind.sql.OrionCMTConnection.<init>(OrionCMTConnection.java:42)
    at com.evermind.sql.OrionCMTDataSource.getConnection(OrionCMTDataSource.java:82)
    at oracle.jms.AQjmsConnection.newDBConnection(AQjmsConnection.java:1681)
    at oracle.jms.AQjmsConnection.<init>(AQjmsConnection.java:537)
    at oracle.jms.AQjmsTopicConnectionFactory.createTopicConnection(AQjmsTopicConnectionFactory.java:232)
    at oracle.jms.OjmsResource.initT(OjmsResource.java:512)
    at oracle.jms.OjmsResource.initAQ(OjmsResource.java:411)
    at oracle.jms.OjmsResource.init(OjmsResource.java:214)
    at oracle.jms.OjmsContextFactory.getObjectInstance(OjmsContextFactory.java:103)
    at oracle.jms.OjmsContext.getResource(OjmsContext.java:328)
    at com.evermind.server.Application.lookupResource(Application.java:2548)
    at com.evermind.server.Application.lookupResource(Application.java:2563)
    at com.evermind.server.ApplicationContext.handleResourceLookup(ApplicationContext.java:639)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:162)
    at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:66)
    at com.evermind.server.ejb.MessageDrivenHome.<init>(MessageDrivenHome.java:236)
    at com.evermind.server.ejb.EJBPackageDeployment.bindHomes(EJBPackageDeployment.java:304)
    at com.evermind.server.ejb.EJBContainer.postInit(EJBContainer.java:595)
    at com.evermind.server.Application.postInit(Application.java:431)
    at com.evermind.server.Application.setConfig(Application.java:136)
    at com.evermind.server.ApplicationServer.addApplication(ApplicationServer.java:1635)
    at com.evermind.server.ApplicationServer.initializeApplications(ApplicationServer.java:1585)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1240)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
    at java.lang.Thread.run(Thread.java:484)
    Auto-deploying ProlianceMDB Poster (New server version detected)...
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    Using native aqapi.jar with OC4J -didn't copy from 9.2.0.2 DB. 9.2.0.2 patchset ran fully, completed fine. What's going wrong?
    Brian

    Shouldn't I be getting a com.evermind.sql.OrclCMTConnection created instead of a com.evermind.sql.OrionCMTConnection (per the stack trace)? OJMS is complaining that it doesn't have an OracleCOnnection but how do I tell it to use the "OrclCMTConnection" class instead?
    Brian

  • SEVERE: An error occured while scanning for the next trigger to fire

    Hi All,
    I followed below steps to configure Oracle BI publisher scheduler on oracle 10g database.
    1.Log in to BI Publisher as a user with Administrator privileges and select the Admin tab.
    2.Under System Maintenance, select Scheduler Configuration.
    3.Enter the database connection information for the target Oracle database and user.
    Database Type: 10g
    Connection String: jdbc:oracle:thin://<hostname>:<port#>:<oracle SID>
    Username/Password for the database user
    Database Driver Class: oracle.jdbc.driver.OracleDriver
    4.Click the Test Connection button to make sure the connection information is valid.
    5.Click the Install Schema button to install the scheduler tables.
    6.Restart the BI Publisher application.
    The Schema installed successfully.
    But when I am starting the weblogic server I am getting below error and BI publisher application is not getting up.
    INFO: Handling 6 triggers that missed their scheduled fire-time.
    23-Dec-2011 05:29:38 org.quartz.core.ErrorLogger schedulerError
    SEVERE: An error occured while scanning for the next trigger to fire.
    org.quartz.JobPersistenceException: Couldn't acquire next trigger: Couldn't retrieve trigger: Invalid column name [See nested exception: org.quartz.JobPersistenceException: Couldn't retrieve trigger: Invalid column name [See nested exception: java.sql.SQLException: Invalid column name]]
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:1773)
    at org.quartz.impl.jdbcjobstore.JobStoreTX.acquireNextTrigger(JobStoreTX.java:1176)
    at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:233)
    * Nested Exception (Underlying Cause) ---------------
    org.quartz.JobPersistenceException: Couldn't retrieve trigger: Invalid column name [See nested exception: java.sql.SQLException: Invalid column name]
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveTrigger(JobStoreSupport.java:1126)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:1759)
    at org.quartz.impl.jdbcjobstore.JobStoreTX.acquireNextTrigger(JobStoreTX.java:1176)
    at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:233)
    * Nested Exception (Underlying Cause) ---------------
    java.sql.SQLException: Invalid column name
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:445)
    at oracle.jdbc.driver.OracleStatement.getColumnIndex(OracleStatement.java:3372)
    at oracle.jdbc.driver.OracleResultSetImpl.findColumn(OracleResultSetImpl.java:2009)
    at oracle.jdbc.driver.OracleResultSet.getBinaryStream(OracleResultSet.java:668)
    at org.apache.commons.dbcp.DelegatingResultSet.getBinaryStream(DelegatingResultSet.java:233)
    at org.quartz.impl.jdbcjobstore.oracle.OracleDelegate.getObjectFromBlob(OracleDelegate.java:154)
    at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.selectTrigger(StdJDBCDelegate.java:2382)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.retrieveTrigger(JobStoreSupport.java:1115)
    at org.quartz.impl.jdbcjobstore.JobStoreSupport.acquireNextTrigger(JobStoreSupport.java:1759)
    at org.quartz.impl.jdbcjobstore.JobStoreTX.acquireNextTrigger(JobStoreTX.java:1176)
    at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:233)
    23-Dec-2011 05:30:55 org.quartz.core.ErrorLogger schedulerError
    The system details are as below :
    BI Publisher version : 10.1.3.4
    Oracle DB : 10 G
    Weblogic server :10.3.2
    Please suggest to resolve this issue.
    Thanks,
    Sachin

    Hi,
    This errors occurs if you have configured some schema for the scheduler and configured it on BIP, but the configured schema is no longer available.
    That is why I am suggesting you to replace the current quartz.properties file with the original file that exits during installation.
    Then try to start the server, and see if the server starts without error.
    After that you can try to configure the scheduler from BIP console.
    thanks,
    sandeep

  • An error occurred while scanning for security updates. (0x80004003)

    Has anyone seen this error:   An error occurred while scanning for security updates. (0x80004003)?
    This error occurs when I run the MBSA tool either locally or remote against a workstation.  I also thought that the firewall may be the issue, it is not.  I ran the MBSA tool on the WSUS replica and WSUS upstream server and received the same results. I
    have been running the MBSA tool and have not run into this probem before.   I am running SolarWinds PatchManager on the upstream WSUS server and have recently configured the upstream and downstream servers to communicate, I imported
    the certifcate from the WSUS upstream to the replica and noticed that after this we started having issues with the MBSA scans.  Not sure if this is related but it is the only change between MBSA working and not working.  P.S.  The scan does
    work when we use the offline scenario instead of pointing to the WSUS server.
    Any help would be appreciated.
    Thanks
    bc

    Yes, the log file was too large I have pasted the 2nd half after running MBSA on the server (the setting is to scan using Windows Server Update Services (WSUS) only.)  This second half of the windowslog file shows errors after running MBSA
    MBSA scan time was 9:44 PM
    2014-07-31   
    19:38:35:487  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:44:14:497  216   2344  
    Report Uploading 4 events using cached cookie, reporting URL =
    http://eus1:8530/ReportingWebService/ReportingWebService.asmx
    2014-07-31   
    19:44:14:555  216   2344  
    PT     WARNING: ReportEventBatch failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
    2014-07-31   
    19:44:14:555  216   2344  
    PT     WARNING: SOAP Fault: 0x00012c
    2014-07-31   
    19:44:14:555  216   2344  
    PT     WARNING:    
    faultstring:Fault occurred
    2014-07-31   
    19:44:14:555  216   2344  
    PT     WARNING:    
    ErrorCode:ConfigChanged(2)
    2014-07-31   
    19:44:14:555  216   2344  
    PT     WARNING:    
    Message:(null)
    2014-07-31   
    19:44:14:555  216   2344  
    PT     WARNING:    
    Method:"http://www.microsoft.com/SoftwareDistribution/ReportEventBatch"
    2014-07-31   
    19:44:14:555  216   2344  
    PT     WARNING:    
    ID:2b9836c5-3159-494b-ae27-72559d089586
    2014-07-31   
    19:44:14:555  216   2344  
    Report WARNING: Reporter failed to upload events with hr = 8024400d.
    2014-07-31   
    19:45:57:201  9128   12a8  
    Misc   =========== 
    Logging initialized (build: 7.6.7600.256, tz: -0400) 
    ===========
    2014-07-31   
    19:45:57:201  9128   12a8  
    Misc     = Process: C:\Program Files\Microsoft Baseline Security Analyzer 2\mbsa.exe
    2014-07-31   
    19:45:57:201  9128   12a8  
    Misc     = Module: C:\Windows\system32\wuapi.dll
    2014-07-31   
    19:45:57:200  9128   12a8  
    COMAPI -------------
    2014-07-31   
    19:45:57:201  9128   12a8  
    COMAPI -- START --  COMAPI: Search [ClientId = MBSA]
    2014-07-31   
    19:45:57:202  9128   12a8  
    COMAPI ---------
    2014-07-31   
    19:45:57:218  216   2344  
    Agent  *************
    2014-07-31   
    19:45:57:218  9128   12a8  
    COMAPI <<-- SUBMITTED -- COMAPI: Search [ClientId = MBSA]
    2014-07-31   
    19:45:57:218  216   2344  
    Agent  ** START **  Agent: Finding updates [CallerId = MBSA]
    2014-07-31   
    19:45:57:218  216   2344  
    Agent  *********
    2014-07-31   
    19:45:57:218  216   2344  
    Agent    * Include potentially superseded updates
    2014-07-31   
    19:45:57:218  216   2344  
    Agent    * Online = Yes; Ignore download priority = No
    2014-07-31   
    19:45:57:218  216   2344  
    Agent    * Criteria = "IsInstalled=0 or
    IsInstalled=1"
    2014-07-31   
    19:45:57:218  216   2344  
    Agent    * ServiceID = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7} Managed
    2014-07-31   
    19:45:57:218  216   2344  
    Agent    * Search Scope = {Machine}
    2014-07-31   
    19:45:58:410  216   2344  
    PT     +++++++++++  PT: Synchronizing server updates 
    +++++++++++
    2014-07-31   
    19:45:58:410  216   2344  
    PT       + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://eus1:8530/ClientWebService/client.asmx
    2014-07-31   
    19:46:00:453  216   2344  
    PT     WARNING: SyncUpdates failure, error = 0x8024400D, soap client error = 7, soap error code = 300, HTTP status code = 200
    2014-07-31   
    19:46:00:453  216   2344  
    PT     WARNING: SOAP Fault: 0x00012c
    2014-07-31   
    19:46:00:453  216   2344  
    PT     WARNING:    
    faultstring:Fault occurred
    2014-07-31   
    19:46:00:453  216   2344  
    PT     WARNING:    
    ErrorCode:ConfigChanged(2)
    2014-07-31   
    19:46:00:453  216   2344  
    PT     WARNING:    
    Message:(null)
    2014-07-31   
    19:46:00:453  216   2344  
    PT     WARNING:    
    Method:"http://www.microsoft.com/SoftwareDistribution/Server/ClientWebService/SyncUpdates"
    2014-07-31   
    19:46:00:453  216   2344  
    PT     WARNING:    
    ID:e9b0d06e-d0c8-443f-abc9-512bc0f2cfa1
    2014-07-31   
    19:46:00:481  216   2344  
    PT     Initializing simple targeting cookie,
    clientId = e651f142-bc0f-467d-b416-d344215f5c0a, target group = EMCC Servers, DNS name = elf1.monarch.com
    2014-07-31   
    19:46:00:481  216   2344  
    PT       Server URL =
    http://eus1:8530/SimpleAuthWebService/SimpleAuth.asmx
    2014-07-31   
    19:46:18:451  216   2344  
    PT     +++++++++++ 
    PT: Synchronizing extended update info  +++++++++++
    2014-07-31   
    19:46:18:451  216   2344  
    PT       + ServiceId = {3DA21691-E39D-4DA6-8A4B-B43877BCB1B7}, Server URL =
    http://eus1:8530/ClientWebService/client.asmx
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {92AEAB02-F8FC-4527-B285-50FDC8EF3F85}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {2212D902-7C3B-408E-96A3-ECE4D00BFAE6}.101 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {490BE004-BC5C-4EEF-AC82-769542FC3A2D}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {568C1005-5178-4C13-8486-18E2C5AF4834}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent  Bundle contains no deployed children and thus is invalid.
    2014-07-31   
    19:46:18:893  216   2344  
    Agent  Update {D9F49D05-AC6D-4A2A-8150-D2B4B730DEED}.101 is not a valid bundle. Not returning it.
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {74844E07-2F55-40D4-9E16-E17A2815FEBE}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {3C72A908-F3CD-413D-B2BF-ECB68D24B6FE}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {50990D0B-4795-4830-9C3A-753485B2D433}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {9DB82D0B-5611-4BC1-A4B8-432FE1A3CC43}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {7BB7B30C-351D-4F8C-ABE4-5F7965635A03}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {AEF6280F-8C4D-4804-9913-407582227E75}.202 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {16BB6A11-B540-4486-AB13-F3B9789E90B5}.105 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {1B127611-D28E-4167-A1DC-243A51BC528F}.203 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {2F6F2013-2990-4FA6-8AB9-CA59DCA4E62D}.202 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {21732D13-3D34-4DD7-B663-32F2A1631EA9}.105 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent  Bundle contains no deployed children and thus is invalid.
    2014-07-31   
    19:46:18:893  216   2344  
    Agent  Update {E879EE15-340D-442C-B8A4-CF91D18C1B6B}.101 is not a valid bundle. Not returning it.
    2014-07-31   
    19:46:18:893  216   2344  
    Agent  Bundle contains no deployed children and thus is invalid.
    2014-07-31   
    19:46:18:893  216   2344  
    Agent  Update {99FEC317-44CD-40B4-B67E-94C840510983}.101 is not a valid bundle. Not returning it.
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {8096C018-252D-4C32-BC9E-F33AC67ECFF1}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {ECCC4D19-3032-4C82-91AB-A31560B13F80}.205 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {BB49CC19-8847-4986-AA93-5E905421E55A}.103 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {023BB023-490F-4DF3-BCAA-9521EE8B5847}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {9676C624-58CB-4A30-B7B3-1D013CF3DBBC}.201 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {1BB3DE24-0D76-4D59-9B9E-556722BFE852}.101 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {F4695A25-0D22-4E3B-9BA9-9BBC62198C28}.103 to search result
    2014-07-31   
    19:46:18:893  216   2344  
    Agent    * Added update {11152F27-ACCA-4438-B21D-A0B61480D33B}.101 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {308DE327-7354-4481-9981-DEA0FC61925E}.101 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {16E9C62D-05B2-4E14-BFB0-CF55EDBD4F61}.106 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {C750962E-9D5E-45CE-9967-AE2D67115966}.202 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {9F7D6930-6816-423A-AF3C-C83ADFA7F612}.201 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {497BCC31-ACF7-46E2-B664-C79FD2D39F8B}.201 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent  Bundle contains no deployed children and thus is invalid.
    2014-07-31   
    19:46:18:894  216   2344  
    Agent  Update {E00B2634-BEF9-4C32-B2BF-DEAF7D7221E4}.102 is not a valid bundle. Not returning it.
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {7738E837-B152-487B-8527-CD3A9C0E43E3}.101 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {39757C3A-7ABE-4418-8B2A-C7EA7D88B36A}.202 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {A8968B3A-7FB5-4089-888F-4CDB14055DE9}.102 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {E6ED643C-8611-4453-A723-9847B7BF60EB}.103 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {C499223D-2F22-4626-BBE5-F5A35E7A5854}.204 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {48BEEF41-9D2D-4E72-9A61-59F98B12C07A}.204 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {332AA342-7AC4-4FB4-9C27-C2C9F4EAE6C0}.201 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {2661BD46-2980-4FCF-A062-B3A0C7820663}.102 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {DC548E48-407C-48E1-ACA4-6B4C0DF14E69}.102 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {ED981249-8D8F-42A1-87DB-0AB5C07430B2}.201 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {18FEE64A-1E7F-4932-8158-E8AB241F3A1A}.201 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {3732354D-3DAE-4E71-B82C-61A12C300F72}.201 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {3061954E-EDAA-4625-837C-CE768D68927D}.204 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {78F92451-801A-40F5-9582-CB8D1CA993BE}.202 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {ADA7CF51-66B0-4A00-B37B-68D569D6FF8B}.102 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {345B0353-DFC6-48CC-A6B6-A490CA26B503}.201 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {1330DB53-75FF-4D87-9270-6A5449A67AD7}.101 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent    * Added update {E35E5957-A5A9-4576-9D54-314A34C47C53}.201 to search result
    2014-07-31   
    19:46:18:894  216   2344  
    Agent  Bundle contains no deployed children and thus is invalid.
    2014-07-31   
    19:46:18:894  216   2344  
    Agent  Update {DC17765A-6814-47AD-9F54-5BFBCBF95FB0}.101 is not a valid bundle. Not
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {CEFF8CA0-08DB-41D0-B825-FCC2CEBAF8B4}.108 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {2FECFFA0-44C8-4719-8F72-EC7BD8EDB793}.1 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {2BDE2BA3-EF93-49C6-A3C6-A806835A680F}.200 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {FA04F2A3-4DB5-4903-A08C-ADDFCF93EE28}.201 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {0B8586A5-EEB6-4DC0-BCDA-2635C7E12B55}.102 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent  Bundle contains no deployed children and thus is invalid.
    2014-07-31   
    19:46:18:895  216   2344  
    Agent  Update {A6BD61A7-CC63-4068-8510-AA5268FB03E8}.101 is not a valid bundle. Not returning it.
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {4C0BA6A7-A8F0-417E-B9DA-906207429CE6}.204 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {CE9876A9-83BF-4EDC-8793-4CBD6F3A6C5A}.202 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {63A011AC-FF81-44B9-811C-BECE5DC6C34B}.101 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {4A0A69AD-4237-43E7-8FB9-5A814361EC76}.201 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {7E8ACCAD-2892-4F2D-9549-1FF8BE44AAD1}.203 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {E17C01AE-BACC-4147-97AD-51A0708126D2}.102 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {CB1F1FAE-F738-49E7-AE3E-7A0C2308838B}.201 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {9696B7B0-FF6F-4AA6-B29C-E0200CB6EB79}.200 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {B58F24B1-58A0-4661-9882-0FF509712946}.102 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {E47BE4B1-5EF0-442F-995F-C000D5AFF062}.201 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {D68E0CB2-9501-405E-AF9C-156F352D6735}.107 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {09593FB3-C94B-4A07-84C4-2E60703AD644}.201 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {99C920B7-65AB-4ACD-A4AD-C4F522E4D7A9}.201 to search result
    2014-07-31   
    19:46:18:895  216   2344  
    Agent    * Added update {EDE986B7-03CE-4B0C-8891-AF09113CB0DB}.200 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {B8315ACF-BF26-4C3A-979B-80A46D06697F}.200 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {013AF7D6-EC9F-4DEF-AE41-007D211F9FBC}.202 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {6E3C01DB-6977-46D2-A537-00F53DA0B3B3}.201 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {9842D9DB-8AE8-4F0B-B974-66787AEC8FBC}.201 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent  Bundle contains no deployed children and thus is invalid.
    2014-07-31   
    19:46:18:896  216   2344  
    Agent  Update {0C1447DC-904E-4DCE-B208-50741D1CC65C}.102 is not a valid bundle. Not returning it.
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {DD7619DD-D6A6-4765-8406-612FD79583BA}.202 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {ABB0AFDD-4B0A-4C3E-8341-07EA3941C465}.201 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {B66BA1DF-4BC1-4145-859F-239C9F9BB5A0}.201 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {E2C928E1-BE92-4715-817D-FD6090F2FB07}.202 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {C16FDFFD-A0D3-49EB-A8EB-B8F5E21D52C3}.202 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent    * Added update {57260DFE-227C-45E3-9FFC-2FC77A67F95A}.104 to search result
    2014-07-31   
    19:46:18:896  216   2344  
    Agent   * Added update {5BCDA2FE-A3F5-42C9-91F0-823230942BD8}.204 to search result
    2014-07-31   
    19:46:18:897  216   2344  
    Agent    * Found 151 updates and 95 categories in search; evaluated appl. rules of 1327 out of 2207 deployed entities
    2014-07-31   
    19:46:18:918  216   2344  
    Agent  *********
    2014-07-31   
    19:46:18:918  216   2344  
    Agent  **  END 
    **  Agent: Finding updates [CallerId = MBSA]
    2014-07-31   
    19:46:18:918  216   2344  
    Agent  *************
    2014-07-31   
    19:46:18:932  216   2344  
    Report REPORT EVENT: {A427D5D8-F546-4FBB-9F5F-931DF1F46063}      
    2014-07-31 19:46:18:898-0400      1     
    147    101    {00000000-0000-0000-0000-000000000000}  
    0       0     
    MBSA   Success      
    Software Synchronization   Windows Update Client successfully detected 151 updates.
    2014-07-31   
    19:46:18:932  216   2344  
    Report REPORT EVENT: {C8151494-E563-4AEB-B37F-14FD7864BF5D}      
    2014-07-31 19:46:18:898-0400      1     
    156    101    {00000000-0000-0000-0000-000000000000}  
    0       0     
    MBSA   Success      
    Pre-Deployment Check Reporting client status.
    2014-07-31   
    19:46:18:933  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:934  9128   2550  
    COMAPI >>--  RESUMED 
    -- COMAPI: Search [ClientId = MBSA]
    2014-07-31   
    19:46:18:934  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:934  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:935  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:935  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:935  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:935  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:935  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:936  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:936  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:18:936  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    2014-07-31   
    19:46:19:032  9128   2550  
    COMAPI   - Updates found = 151
    2014-07-31   
    19:46:19:033  9128   2550  
    COMAPI ---------
    2014-07-31   
    19:46:19:033  9128   2550  
    COMAPI --  END 
    --  COMAPI: Search [ClientId = MBSA]
    2014-07-31   
    19:46:19:033  9128   2550  
    COMAPI -------------
    2014-07-31   
    19:46:23:918  216   2344  
    Report CWERReporter finishing event handling. (00000000)
    bc

  • Error BACKINT for Oracle Connection

    hi @ maxdb gurus...
    i have a problem backing up my maxdb 7.6.0.033 (serving for a mysap.erp2005 on aix 5.3) using the backint mechanism.
    -> backup media created: two pipes and one parallel medium containing these pipes
    -> bsi.env has been created
    -> backint4sapdb.sar contains
       4 staging areas each with 4096 MB
       files per backint call 2
    -> maxdb is about 57 gb perm. data area (and 6 gb temp.)
    i use the backup wizard (dbmgui) to invoke a complete data backup which starts (pipes are created in the file system) and runs until approx. 4 gb...then the backup terminates with error "-24920 backup operation was unsuccesful. The database request failed with error -8020"
    what might be the problem? are the staging areas too small? is says that when using only one stage area it must hold the complete database...can i then conclude that 4 staging areas must hold the database as well - meaning they must be around 15 gb each?
    GreetZ, AH

    yup...but that also means that the sum of the staging areas need as much space as the database ie. around 70 gigs netto! the staging files will be filled and thus grow until the defined size, meaning that the file system(s) need to be big enough!
    everything works fine until the stage files are filled (up to the defined size) and then stops...when i change the sizes of the staging areas i can reproduce the error!
    i compared the tsm implementation of that system with another system (live cache...kind of small regarding db size...) and found nothing serious...
    -> dbm.ebp (AIX 5.3, MaxDB 7.6.0.033, ERP2005, TSM 5.3.3.0)
    2006-11-09 13:56:50
    Using environment variable 'TEMP' with value '' as directory for temporary files and pipes.
    Using environment variable 'TMP' with value '' as directory for temporary files and pipes.
    Using connection to Backint for MaxDB Interface.
    2006-11-09 13:56:50
    Checking existence and configuration of Backint for MaxDB.
        Using configuration variable 'BSI_ENV' = '/sapdb/data/wrk/TDV/bsi.env' as path of the configuration file of Backint for MaxDB.
        Setting environment variable 'BSI_ENV' for the path of the configuration file of Backint for MaxDB from '/sapdba/data/wrk/TDV/bsi.env' to configuration value '/sapdb/data/wrk/TDV/bsi.env'.
        Reading the Backint for MaxDB configuration file '/sapdb/data/wrk/TDV/bsi.env'.
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            Found keyword 'BACKINT' with value '/sapdb/TDV/db/bin/backint'.
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            Found keyword 'INPUT' with value '/sapdb/TDV/backup/backint4sapdb.in'.
            Found keyword 'OUTPUT' with value '/sapdb/TDV/backup/backint4sapdb.out'.
            Found keyword 'ERROROUTPUT' with value '/sapdb/TDV/backup/backint4sapdb.err'.
            The following line of the Backint for MaxDB configuration file does not start with a proper keyword and is ignored:
            Found keyword 'PARAMETERFILE' with value '/sapdb/data/wrk/TDV/backint4sapdb.par'.
            Found keyword 'TIMEOUT_SUCCESS' with value '6000'.
            Found keyword 'TIMEOUT_FAILURE' with value '300'.
        Finished reading of the Backint for MaxDB configuration file.
        Using '/sapdb/TDV/db/bin/backint' as Backint for MaxDB program.
        Using '/sapdb/TDV/backup/backint4sapdb.in' as input file for Backint for MaxDB.
        Using '/sapdb/TDV/backup/backint4sapdb.out' as output file for Backint for MaxDB.
        Using '/sapdb/TDV/backup/backint4sapdb.err' as error output file for Backint for MaxDB.
        Using '/sapdb/data/wrk/TDV/backint4sapdb.par' as parameter file for Backint for MaxDB.
        Using '6000' seconds as timeout for Backint for MaxDB in the case of success.
        Using '300' seconds as timeout for Backint for MaxDB in the case of failure.
        Using '/sapdb/data/wrk/TDV/dbm.knl' as backup history of a database to migrate.
        Using '/sapdb/data/wrk/TDV/dbm.ebf' as external backup history of a database to migrate.
        Checking availability of backups using backint's inquire function.
    Check passed successful.
    2006-11-09 13:56:50
    Checking medium.
    Check passed successfully.
    2006-11-09 13:56:50
    Preparing backup.
        Setting environment variable 'BI_CALLER' to value 'DBMSRV'.
        Setting environment variable 'BI_REQUEST' to value 'NEW'.
        Setting environment variable 'BI_BACKUP' to value 'FULL'.
        Constructed Backint for MaxDB call '/sapdb/TDV/db/bin/backint -u TDV -f backup -t file -p /sapdb/data/wrk/TDV/backint4sapdb.par -i /sapdb/TDV/backup/backint4sapdb.in -c'.
        Created temporary file '/sapdb/TDV/backup/backint4sapdb.out' as output for Backint for MaxDB.
        Created temporary file '/sapdb/TDV/backup/backint4sapdb.err' as error output for Backint for MaxDB.
        Writing '/sapdb/TDV/backup/back-tdv-data-m10.pipe #PIPE' to the input file.
        Writing '/sapdb/TDV/backup/back-tdv-data-m11.pipe #PIPE' to the input file.
    Prepare passed successfully.
    2006-11-09 13:56:51
    Creating pipes for data transfer.
        Creating pipe '/sapdb/TDV/backup/back-tdv-data-m10.pipe' ... Done.
        Creating pipe '/sapdb/TDV/backup/back-tdv-data-m11.pipe' ... Done.
    All data transfer pipes have been created.
    2006-11-09 13:56:51
    Starting database action for the backup.
        Requesting 'SAVE DATA QUICK TO '/sapdb/TDV/backup/back-tdv-data-m10.pipe' PIPE,'/sapdb/TDV/backup/back-tdv-data-m11.pipe' PIPE BLOCKSIZE 8 NO CHECKPOINT MEDIANAME 'BACK-TDV-DATA-G1'' from db-kernel.
    The database is working on the request.
    2006-11-09 13:56:51
    Waiting until database has prepared the backup.
        Asking for state of database.
        2006-11-09 13:56:51 Database is still preparing the backup.
        Waiting 1 second ... Done.
        Asking for state of database.
        2006-11-09 13:56:52 Database is still preparing the backup.
        Waiting 2 seconds ... Done.
        Asking for state of database.
        2006-11-09 13:56:54 Database is still preparing the backup.
        Waiting 3 seconds ... Done.
        Asking for state of database.
        2006-11-09 13:56:57 Database is still preparing the backup.
        Waiting 4 seconds ... Done.
        Asking for state of database.
        2006-11-09 13:57:01 Database is still preparing the backup.
        Waiting 5 seconds ... Done.
        Asking for state of database.
        2006-11-09 13:57:06 Database has finished preparation of the backup.
    The database has prepared the backup successfully.
    2006-11-09 13:57:06
    Starting Backint for MaxDB.
        Starting Backint for MaxDB process '/sapdb/TDV/db/bin/backint -u TDV -f backup -t file -p /sapdb/data/wrk/TDV/backint4sapdb.par -i /sapdb/TDV/backup/backint4sapdb.in -c >>/sapdb/TDV/backup/backint4sapdb.out 2>>/sapdb/TDV/backup/backint4sapdb.err'.
        Process was started successfully.
    Backint for MaxDB has been started successfully.
    2006-11-09 13:57:06
    Waiting for end of the backup operation.
        2006-11-09 13:57:06 The backup tool is running.
        2006-11-09 13:57:06 The database is working on the request.
        2006-11-09 13:57:11 The backup tool is running.
        2006-11-09 13:57:11 The database is working on the request.
        2006-11-09 13:57:21 The backup tool is running.
        2006-11-09 13:57:21 The database is working on the request.
        2006-11-09 13:57:36 The backup tool is running.
        2006-11-09 13:57:36 The database is working on the request.
        2006-11-09 13:57:56 The backup tool is running.
        2006-11-09 13:57:56 The database is working on the request.
        2006-11-09 13:58:21 The backup tool is running.
        2006-11-09 13:58:21 The database is working on the request.
        2006-11-09 13:58:51 The backup tool is running.
        2006-11-09 13:58:51 The database is working on the request.
        2006-11-09 13:59:21 The database has finished work on the request.
        Receiving a reply from the database kernel.
        Got the following reply from db-kernel:
            SQL-Code              :-8020
            Date                  :20061109
            Time                  :00135703
            Database              :TDV
            Server                :r4335
            KernelVersion         :Kernel    7.6.00   Build 033-123-130-873
            PagesTransfered       :377688
            PagesLeft             :6903331
            MediaName             :BACK-TDV-DATA-G1
            Location              :/sapdb/TDV/backup/back-tdv-data-m10.pipe
            Errortext             :end of file
            Label                 :DAT_000000017
            IsConsistent          :true
            FirstLogPageNo        :247812
            DBStamp1Date          :20061109
            DBStamp1Time          :00135651
            BDPageCount           :7280971
            DevicesUsed           :2
            DatabaseID            :r4335:TDV_20061109_135703
            Max Used Data Page    :0
            Converter Page Count  :5201
        2006-11-09 13:59:21 The backup tool is running.
        2006-11-09 13:59:22 The backup tool process has finished work with return code 2.
        2006-11-09 13:59:22 The backup tool is not running.
    The backup operation has ended.
    2006-11-09 13:59:22
    Filling reply buffer.
        Have encountered error -24920:
            The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
        Constructed the following reply:
            ERR
            -24920,ERR_BACKUPOP: backup operation was unsuccessful
            The backup tool failed with 2 as sum of exit codes. The database request failed with error -8020.
    Reply buffer filled.
    2006-11-09 13:59:22
    Cleaning up.
        Removing data transfer pipes.
            Removing data transfer pipe /sapdb/TDV/backup/back-tdv-data-m11.pipe ... Done.
            Removing data transfer pipe /sapdb/TDV/backup/back-tdv-data-m10.pipe ... Done.
        Removed data transfer pipes successfully.
        Copying output of Backint for MaxDB to this file.
        ---------- Begin of output of Backint for MaxDB (/sapdb/TDV/backup/backint4sapdb.out)----------
            Reading parameter file /sapdb/data/wrk/TDV/backint4sapdb.par.
            Using staging area /sapdb/TDV/backup/stage1 with a size of 1585446912 bytes.
            Using staging area /sapdb/TDV/backup/stage2 with a size of 1585446912 bytes.
            Using 1 file per Backint for Oracle call.
            Using /sapdb/TDV/dbs/backint as Backint for Oracle.
            Using /sapdb/TDV/dbs/initTDV.utl as parameterfile of Backint for Oracle.
            Using /sapdb/data/wrk/TDV/backint4oracle.his as history file.
            Using /sapdb/TDV/backup/backint4oracle.in as input of Backint for Oracle.
            Using /sapdb/TDV/backup/backint4oracle.out as output of Backint for Oracle.
            Using /sapdb/TDV/backup/backint4oracle.err as error output of Backint for Oracle.
            Using a maximal delay for a Backint for Oracle call of 60 seconds.
            Reading input file /sapdb/TDV/backup/backint4sapdb.in.
            Backing up pipe /sapdb/TDV/backup/back-tdv-data-m10.pipe.
            Backing up pipe /sapdb/TDV/backup/back-tdv-data-m11.pipe.
            Found 2 entries in the input file.
            Starting the backup.
            Starting pipe2file program(s).
            Waiting for creation of temporary files.
            1 temporary file is available for backup.
            Calling Backint for Oracle at 2006-11-09 13:59:20.
            Calling '/sapdb/TDV/dbs/backint -u TDV -f backup -t file -p /sapdb/TDV/dbs/initTDV.utl -i /sapdb/TDV/backup/backint4oracle.in -c' .
            Backint for Oracle ended at 2006-11-09 13:59:20 with return code 2.
            Backint for Oracle output:
            Backint for Oracle output:                          Data Protection for mySAP(R)
            Backint for Oracle output:
            Backint for Oracle output:              Interface between BR*Tools and Tivoli Storage Manager
            Backint for Oracle output:              - Version 5, Release 3, Modification 2.0  for AIX LF 64-bit -
            Backint for Oracle output:                    Build: 275  compiled on Nov 20 2005
            Backint for Oracle output:         (c) Copyright IBM Corporation, 1996, 2005, All Rights Reserved.
            Backint for Oracle output:
            Backint for Oracle output: BKI2027I: Using TSM-API version 5.3.3.0 (compiled with 5.3.0.0).
            Backint for Oracle output: BKI2000I: Successfully connected to ProLE on port tdpr3ora64.
            Backint for Oracle output: BKI0005I: Start of program at: Thu Nov  9 13:59:20 MEZ 2006 .
            Backint for Oracle output: BKI5014E: Tivoli Storage Manager Error:
            Backint for Oracle output: ANS1035S (RC406)  Options file '*' could not be found.
            Backint for Oracle output:
            Backint for Oracle output: BKI0020I: End of program at: Thu Nov  9 13:59:20 MEZ 2006 .
            Backint for Oracle output: BKI0021I: Elapsed time: 00 sec .
            Backint for Oracle output: BKI0024I: Return code is: 2.
            Backint for Oracle output:
            Backint for Oracle error output:
            Finished the backup unsuccessfully.
            #ERROR /sapdb/TDV/backup/back-tdv-data-m10.pipe
            #ERROR /sapdb/TDV/backup/back-tdv-data-m11.pipe
        ---------- End of output of Backint for MaxDB (/sapdb/TDV/backup/backint4sapdb.out)----------
        Removed Backint for MaxDB's temporary output file '/sapdb/TDV/backup/backint4sapdb.out'.
        Copying error output of Backint for MaxDB to this file.
        ---------- Begin of error output of Backint for MaxDB (/sapdb/TDV/backup/backint4sapdb.err)----------
            Backint for Oracle was unsuccessful.
        ---------- End of error output of Backint for MaxDB (/sapdb/TDV/backup/backint4sapdb.err)----------
        Removed Backint for MaxDB's temporary error output file '/sapdb/TDV/backup/backint4sapdb.err'.
        Removed the Backint for MaxDB input file '/sapdb/TDV/backup/backint4sapdb.in'.
    Have finished clean up successfully.
    i invoke the backup through dbmgui, not dbmcli!
    any clues? thx in advance!
    GreetZ, AH

  • Oracle Fusion Order Demo Application For JDeveloper error

    HI,
    i try to run the (Oracle Fusion Order Demo Application For JDeveloper) Fusion Order Demo (FOD) is an end-to-end application sample :
    when i try to : Right click build.xml and choose Run Ant Target > buildAll . error coming
    Buildfile: C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    C:\JDeveloper\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:28: C:\Oracle\Middleware\jdeveloper\wlserver_10.3\server\lib not found.
    Total time: 6 seconds
    how i can run the build.xml

    Hi,
    not quite sure the question is clear. The add cart command is a link defined in the JSPX file
    <af:commandLink partialSubmit="true"
    actionListener="#{shoppingCartBean.addItemToCart}"
    id="cl3">
    that points to
    public void addItemToCart(ActionEvent evt) {
    Map attributes = evt.getComponent().getAttributes();
    invokeUpdateOp(new Integer(attributes.get( PRODUCT_ID_COL )+ ""));
    in StoreFrontModule\StorefrontUI\src\oracle\fodemo\storefront\cart\view\managed\ShoppingCartBean.java . This is where you follow up then.
    +"how i can make Repetition for the items in home.jspx"+
    I can only assume you mean how to create the catalog items. Here I suggest you look at the demo source as this is what the demo is for. If you are new to ADF, I recommend that you first run a tutorial from here
    If you are on 11g R1: http://www.oracle.com/technetwork/developer-tools/jdev/overview/index-100269.html
    If you are on 11g R2: http://docs.oracle.com/cd/E18941_01/tutorials/toc.htm
    No demo can replace proper learning, to be honest
    Frank

  • [Microsoft][ODBC driver for Oracle]Syntax error or access violation

    Hi,
    When I am trying to connect to Oracle 8.1.6 database using Microsoft ODBC driver for Oracle. The connection is established.
    But while creating CallableStatement, I am getting error "[Microsoft][ODBC driver for Oracle]Syntax error or access violation".
    What I need to do to resolve this problem.
    Raj

    Hi Satish
    It could be an issue with the driver.
    You can try with the OLEDB n Oracle native connection to test if the issue persists.
    Also you can refer to the [Troubleshooting Database Connectivity for Crystal Reports|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/d05b3bb7-0f28-2c10-4ea3-84dbdc4e414e&overridelayout=true]
    Hope this helps!!
    Regards
    Sourashree

  • Error while Delta initializing for COPA

    Hi All,
    I got error "SYSTEM_IMODE_TOO_LARGE" trough ST22
    While delta initializing for COPA. this error come after I create Start Routine" on Cube, just for info the routine for convert row to column.
    But if I remove the routine the Initializing is OK.
    Can you please suggest a solution for this ?
    regards,
    here my routine:
    data: wa_datapackage like DATA_PACKAGE occurs 0 with header line.
      data: bulan(6) type c.
      data: REV000 like DATA_PACKAGE-/BIC/ZCPCOPAVL,
            NETSLS like DATA_PACKAGE-/BIC/ZCPCOPAVL,
            COGS like DATA_PACKAGE-/BIC/ZCPCOPAVL,
            GRSPFT like DATA_PACKAGE-/BIC/ZCPCOPAVL,
            OPSICM like DATA_PACKAGE-/BIC/ZCPCOPAVL,
            PFTALHO like DATA_PACKAGE-/BIC/ZCPCOPAVL,
            PFTALC like DATA_PACKAGE-/BIC/ZCPCOPAVL,
            GRSICM like DATA_PACKAGE-/BIC/ZCPCOPAVL.
      wa_datapackage[] = DATA_PACKAGE[].
      refresh DATA_PACKAGE.
      FREE  DATA_PACKAGE.
      loop at wa_datapackage.
        DATA_PACKAGE = wa_datapackage.
    *AERLOS     Revenue SD
        DATA_PACKAGE-/BIC/ZCPCOPAIT = 'AERLOS'.
        DATA_PACKAGE-/BIC/ZCPCOPAVL = DATA_PACKAGE-G_AERLOS.
        Append DATA_PACKAGE.
    *AVV120     Disc Prinsipal
        DATA_PACKAGE-/BIC/ZCPCOPAIT = 'AVV120'.
        DATA_PACKAGE-/BIC/ZCPCOPAVL = DATA_PACKAGE-G_AVV120.
        Append DATA_PACKAGE.
    *AVV121     Disc TRS Regular
        DATA_PACKAGE-/BIC/ZCPCOPAIT = 'AVV121'.
        DATA_PACKAGE-/BIC/ZCPCOPAVL = DATA_PACKAGE-G_AVV121.
        Append DATA_PACKAGE.
    *AVV122     Disc TRS Other
        DATA_PACKAGE-/BIC/ZCPCOPAIT = 'AVV122'.
        DATA_PACKAGE-/BIC/ZCPCOPAVL = DATA_PACKAGE-G_AVV122.
        Append DATA_PACKAGE.
    *AVV123     Cash Discount
        DATA_PACKAGE-/BIC/ZCPCOPAIT = 'AVV123'.
        DATA_PACKAGE-/BIC/ZCPCOPAVL = DATA_PACKAGE-G_AVV123.
        Append DATA_PACKAGE.
    endloop.

    Hi All,
    As info in my machine the package size is 20000,
    Max line 100000, frequency 10 and max proc 3, I check this through SBIW-General Setting-Maintain Control.
    Is this what u mean Roberto? (CMIIW)
    And total record transfer from COPA is 312633.
    Here there result of ST22,
    Roll area...................... 2722448     
    Extended memory (EM)........... 582160704   
    Assigned memory (HEAP)......... 1999599904  
    Short area..................... 0           
    Paging area.................... 24576       
    Maximum address space.......... 4294967295  
    I agreed with u Mosser about that and my cube is OK with create all key figure that I need. But this cube can't support for another report.
    Thanks
    supriatna

  • Error: "can not scan for wireless networks" 1st gen iphone running 3.1.2

    My iphone will no longer scan for wireless networks. I am running an airport network via my imac and the rest of the computers, as well as two iphone 3GS phones can see it, but my 1st Gen iphone now gives me the error "can not scan for wireless networks". I have done the Home + Power button thing, reset the network settings and no help yet.
    Any suggestions?

    OK. There are reports of bad wifi chips, but lets try some more things first.
    I assume your router is set to b/g compatible & not "n" only, correct? The iphone only works on g. Next, try this: Shut down the WiFi, and turn off "Ask to Join Networks". Then turn the iPhone completely off, by holding the top button down until the red slider came up, slid it off, and wait a few moments.
    Turn the phone back on, then turn on the WiFi, and then "Ask to Join Networks".
    See if that helps.

  • Make portlet using jdev0905,show error message for porting providers

    os:window 2000
    ap svr:1002
    i make a portlet using jdev0905,but ie: http://172.16.18.20:7788/Hrj/providers
    show messge:
    500 Internal Server Error
    java.lang.SecurityException: sealing violation
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1128)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.findClass(ContextClassLoader.java:390)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadLocalClassFirst(ContextClassLoader.java:153)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadClass(ContextClassLoader.java:132)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2028)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)

    hi:
    1.jar -jar portal-addin-install.jar jdev ==> jdev 9052
    2.deploy portlet for hrj that Developer web application upon jhs9051 tools and test ok
    3.porting hrj.ear to app server and show error
    application.log message
    05/10/13 20:15:39 Started
    05/10/13 20:15:40 hrj: 9.0.4.0.0 Stopped
    05/10/13 20:17:04 Stopped (Shutdown executed by jazn.com/admin from 127.0.0.1 (127.0.0.1))
    05/10/13 20:17:30 Started
    05/10/13 20:17:44 hrj: jsp: init
    05/10/13 20:17:44 hrj: HrjStrutsController: init
    05/10/13 20:17:50 hrj: 9.0.4.0.0 Started
    05/10/13 20:17:55 hrj: jsp: init
    05/10/13 20:17:55 hrj: HrjStrutsController: init
    05/10/13 20:18:03 hrj: 9.0.4.0.0 Started
    05/10/13 20:18:23 hrj: Error initializing servlet
    java.lang.SecurityException: sealing violation
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1128)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.findClass(ContextClassLoader.java:390)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadLocalClassFirst(ContextClassLoader.java:153)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadClass(ContextClassLoader.java:132)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2028)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    05/10/13 20:18:23 hrj: Servlet error
    java.lang.SecurityException: sealing violation
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1128)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.findClass(ContextClassLoader.java:390)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadLocalClassFirst(ContextClassLoader.java:153)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].naming.ContextClassLoader.loadClass(ContextClassLoader.java:132)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:219)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.loadServlet(HttpApplication.java:2028)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApplication.java:4523)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2561)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:640)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    05/10/14 08:25:41 hrj: jsp: init
    05/10/14 08:25:41 hrj: HrjStrutsController: init
    05/10/14 08:25:50 hrj: 9.0.4.0.0 Started

  • Error message for BIB-14418

    What is the error message for BIB-14418? I could not see this particular one in bibean help docs.

    This message is displayed every time we use export (it's just to inform the user that StorageManager was initialized properly). The word "PROBLEM" is standard output of our DefaultErrorHandler's log method.
    We are planning to update the Help topic, which shows the syntax of the export utility, to indicate that this is a benign message.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Error: Timeout for content=#number#

    RDBMS 8.1.6.3.
    Sun solaris 2.6
    My previous installation was OAS9i 1.0.2.0 with portal 3.0.6.x
    Then yesterday I installed the OAS9i 1.0.2.2 (the runInstaller chose what software had to be deleted, upgraded or installed as new) and I upgraded the portal schemas with the script found here in OTN.
    The whole process seemed all ok, but now when I access to the main portal page usually have the error in subject in the place of every portlet. Sometime the error is "Error: The portlet could not be located".
    I think both are related to the upgrade process, but I checked the upgrade log produced by the script and found only errors about installing/upgrading Intermedia, but for me it is normal, as I have never installed it.
    Does someone have suggestions/comments?
    Thanks
    Mauro
    null

    Hi all
    First of all, I want to thank you for your suggestions.
    Then I would inform you about my progress.
    Following Hyundeok's suggestion (I don't use SSL), I checked the jserv.log and I found these errors:
    1) Repository /pandorino_home/3rdsw/oradba/product/OAS9I/Apache/Jserv/servlets/Parallel.jar doesn't exist!
    2) page/JNI: Exception when trying to connect in 1.
    page/Timeout occurred, label=510 url=http://pandorino:7777/pls/dad_portal/!WWW_PORTAL.wwpro_app_provider.execute_portlet
    page/ContentFetcher InterruptedIOException Caught, Fetcher Timedout name=content-fetcher5
    3) (EMERGENCY) ajp12: ping: no reply (0) Please make sure that the wrapper.classpath is pointing to the correct version of ApacheJServ.jar
    (EMERGENCY) ajp12[1]: cannot scan servlet headers (500)
    (ERROR) an error returned handling request via protocol "ajpv12"
    (ERROR) an error returned handling request via protocol "balance"
    4) page/UncaughtException in thread name=content-fetcher2, starting a new fetcher after exception java.lang.ThreadDeath
    My comments/actions:
    About (1), very strange, the Parallel.jar file doesn't exist! But I don't think that
    it is related to the error in subject. In any case this error is raised only at Apache startup.
    About (2), when it occurs, I see the error "Error: Timeout for content=#number#" in the place of portlet.
    following Randy's suggestion, I increased the timeout of:
    (-) "Login Server" portlet provider (from 10 to 20 seconds),
    (-) "Oracle Report Security" portlet provider (from 1(one) to 20 seconds),
    (-) "Monitor" portlet provider (from 10 to 20 seconds).
    About (3), I increased the timeout in the jserv.conf file: ApJServVMTimeout 20
    About (4), when it occurs, I see the error "Error: The portlet could not be contacted" in the place of portlet.
    No action performed.
    After a week of tests, It seems that (2) and (3) have been fixed thanks to the increased timeout.
    Concerning (4), it is still experienced by me and other users. I think that in this case the
    last thing to try is to apply the patch fix suggested by John.
    But at the moment I don't have time to do this, so in the meantime I will press the browser's "reload" button until the portlet is displayed.
    Thanks again.
    Mauro

  • How to resolve errors - ORA-01033: ORACLE, or closed, or initialized ,ORA-02063: Previous line from D1558A_IFRSQRY

    Hi Expert,
        Please tell me how to resolve errors - ORA-01033: ORACLE, or closed, or initialized ,ORA-02063: Previous line from D1558A_IFRSQRY
    Thanks and Regards

    Google is obviously broken for you: so I've posted what you need to put into your browser.
    https://www.google.co.uk/search?q=ORA-01033

  • Error Message For BISystemUser: User not authenticated

    We have migrated from DEV to PROD env.(11.1.1.1 -> 11.1.1.3). Along problems with bipublisher - there are some strange thingths: we successfully loging using weblogic account into AdminConsole и Enterprise Manager, but in Answers we get an error: invalid username or password.
    nqserver.log:
    ...[ERROR:1] [] [] ... [tid: 1090] Error Message For BISystemUser: User not authenticated.
    ...[ERROR:1] [] [] ... [tid: 1090] [nQSError: 43126] Authentication failed: invalid user/password.
    In oracle support we found such issue (Doc ID 1308389.1):
    OBIEE 11g Error: "Unable to Sign in. invalid username or password was entered" After Changing Repository, Deleting BISystem User, Adding it Back (Doc ID 1308389.1)
    Applies to: Business Intelligence Server Enterprise Edition - Version: 11.1.1.3.0 [1905] to 11.1.1.5.0 [1308] - Release: 11g to 11g
    Symptoms: In OBIEE 11.1.1.3.0 using default authenticator, it is not possible to log in to OBIEE after changing repository. To troubleshoot, BIsystemuser was removed from global roles and added back again.
    Getting error: Unable to Sign in. invalid username or password was entered
    Changes: Changed repository, deleted BISystemuser, added the user back
    Cause: Several changes e.g changing rpd, deleting bisystem user, adding the user back etc. occurred in the environment and caused log in to OBIEE to stop working
    Solution: After a lot of troubleshooting e.g re-starting system in the correct order, refreshing GUIDs, re-start OBIEE with default SampleAppLite.rpd and web catalog, the error persists. The system was uninstalled and re-installed to avoid further corruption and configuration problems in the new installation. This resolved the problem
    Does we have to 'reinstall or make a lot of troubleshooting e.g re-starting system ' to solve this error?
    It seem to be funny for PROD environment. How we cam resolve this problem?

    Are you saying you upgraded both dev and prod from 11.1.1.1 to 11.1.1.3 or that you migrated a dev 11.1.1.1 to a prod 11.1.1.3? What did you migrate?
    At a rough guess the BISystemUser password is different in dev and prod (created by system on install) and in your 'migration' you've moved the dev credential across to prod.
    If that's the case you need to change the bisystemuser password to something known and update the credential store password.
    Another possibility might just be that you need to regenerate the GUIDs:
    http://download.oracle.com/docs/cd/E21764_01/bi.1111/e10543/privileges.htm#BIESC721

Maybe you are looking for

  • Fast Web View breaking links/bookmarks in PDFs from Word 2007

    I'm running Acrobat Pro 8.1.2 on WinXP, and I recently noticed an issue with PDFs that I'm creating from Word 2007. If I turn on the setting "Save As optimizes for Fast Web View," any links or bookmarks in the file break when I do a Save As. If I tur

  • Accual report for account assigned PO's

    Hi Pl. let me know if there is any month end accrual report for account assinged PO's. or any PO's accrual report  indicating total ordered value vs line wise invoiced value , should be able to download. account assignement cat.- K thanks Prasanna

  • ACS and unix clients

    Does Cisco have any client application (pam module) for unix clients (solaris) to work with Cisco ACS ? I would like to integrate unix users in the ACS (without using any ldap server). I tested with a pam_radius module and it works the authentication

  • ABAP Proxy URI

    Hello Everyone, Over the past couple of years I have been configuring the following in SM59 /sap/xi/engine?type=entry when going from a backend system to XI 3.0 and /sap/xi/engine?type=receiver when going from XI 3.0 to a backend system. My backend s

  • False appleworks has quit unexpectedly message

    After I have saved and properly quit AW, I am getting the message "AW has quit unexpectedly."  When I reopen the document it asks me if I want to recover previous data.  Yet the file was saved and is all there.  What do I need to do to clear this up?