Issues upgrading VI from LV 5.1 to 7.1/ binary file

We recently upgraded from LabVIEW 5.1.1 to 7.1 and noticed a problem with the integrated Read/Write File VI. A measurement VI which saved data in binary form seemed to compile and run under 7.1 without problems. But when saving data the files can no longer be read in. Data files saved under 5.1 can be read in without problems. So we think there might be a problem with the "write file VI". So if any of you know of changes of this VI from 5.1 to 7.1 which might explain the described behaviour or maybe even fixes please let us know.

To quote the help for Read File:
"If byte stream type is wired and you need to read data created by LabVIEW 4.x or earlier, right-click this function and select Convert 4.x Data from the shortcut menu. In Convert 4.x Data mode, this function interprets the data in LabVIEW 4.x data storage layout and displays the icon for this function with a red 4.x on it. LabVIEW 4.x and earlier stores Boolean data in two bytes unless the data is in an array, in which case LabVIEW stores each Boolean element in a single bit. LabVIEW 5.0 and later stores Boolean values in a single byte, regardless of whether it is in an array. National Instruments recommends reworking any application that uses the Convert 4.x Data mode as a long term solution."
So, the change in binary file storage actually occured from LabVIEW 4.1 to 5.0. It would seem that you used the 4.1 format in your old 5.1 application. How many files do you have in the old format? A mass conversion should be possible. Get a list of all files (sorted by date or by folder), read them with the 4.1 conversion and write them back without the conversion. You might also be able to have a read VI that can handle both data types. Can you read a record with 4.1 format and do a test to see if it's valid? If it's not, through it away and read it again with the existing LabVIEW format.

Similar Messages

  • Issues upgrading Weblogic from 10.3.5 to 10.3.6

    Hi All,
    i am trying to upgrade Weblogic from 10.3.5 to 10.3.6, i am using 10.3.6 upgrade installer ( $JAVA_HOME/bin/java -jar -d64 wls1036_upgrade_generic.jar).
    Once after completion of the upgrade, i upgraded the domain using config.sh after this when i try to bring up the admin server i get below errors,
    <May 30, 2013 10:51:48 AM CDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JMX Framework Startup Class", java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "Web Services Startup Class", java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
    java.lang.ClassNotFoundException: oracle.j2ee.ws.server.WebServiceServerStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JOC-Startup", java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    java.lang.ClassNotFoundException: oracle.ias.cache.Startup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:51 AM CDT> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:54 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <May 30, 2013 10:51:54 AM CDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <May 30, 2013 10:51:57 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'OraEBS' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: The Network Adapter could not establish the connection
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:283)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:51:58 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'PWRP' due to error weblogic.application.ModuleException: .
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: IO Error: The Network Adapter could not establish the connection
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:283)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1310)
    at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1227)
    at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:250)
    at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:02 AM CDT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in /u01/app/w3uatsoa/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/jaxrs-framework-web-lib/3exw5y/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <May 30, 2013 10:52:02 AM CDT> <Error> <J2EE> <BEA-160197> <Unable to load descriptor /u01/app/w3uatsoa/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/jersey-web-lib/w8uq6h/WEB-INF/web.xml of module null. The error is weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:300)
    at weblogic.servlet.internal.WarLibraryDefinition.init(WarLibraryDefinition.java:226)
    at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
    at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    .>
    <May 30, 2013 10:52:02 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'jersey-web-lib [LibSpecVersion=1.0,LibImplVersion=1.0.2]' due to error weblogic.application.library.LibraryDeploymentException: [J2EE:160141]Could not initialize the library Extension-Name: jersey-web-lib, Specification-Version: 1, Implementation-Version: 1.0.2. Please ensure the deployment unit is a valid library type (war, ejb, ear, plain jar). weblogic.application.library.LibraryProcessingException: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:312)
    at weblogic.servlet.internal.WarLibraryDefinition.init(WarLibraryDefinition.java:226)
    at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
    at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:300)
    ... 18 more
    weblogic.application.library.LibraryDeploymentException: [J2EE:160141]Could not initialize the library Extension-Name: jersey-web-lib, Specification-Version: 1, Implementation-Version: 1.0.2. Please ensure the deployment unit is a valid library type (war, ejb, ear, plain jar). weblogic.application.library.LibraryProcessingException: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:312)
    at weblogic.servlet.internal.WarLibraryDefinition.init(WarLibraryDefinition.java:226)
    at weblogic.application.utils.LibraryLoggingUtils.initLibraryDefinition(LibraryLoggingUtils.java:277)
    at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:44)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
    at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
    problem: cvc-complex-type.2.3: Element 'web-app@http://java.sun.com/xml/ns/javaee' with element-only content type cannot have text content.:<null>
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:245)
    at weblogic.descriptor.internal.MarshallerFactory$1.evaluateResults(MarshallerFactory.java:231)
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:155)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:323)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.getDescriptorBeanFromReader(AbstractDescriptorLoader2.java:788)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.createDescriptorBean(AbstractDescriptorLoader2.java:409)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:759)
    at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
    at weblogic.servlet.internal.WebAppDescriptor.getWebAppBean(WebAppDescriptor.java:141)
    at weblogic.servlet.internal.WarLibraryDefinition.initDescriptors(WarLibraryDefinition.java:300)
    ... 18 more
    at weblogic.application.internal.library.LibraryDeployment.prepare(LibraryDeployment.java:49)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:03 AM CDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /u01/app/w3uatsoa/Oracle/Middleware/oracle_common/modules/oracle.dms_11.1.1/dms.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
    <May 30, 2013 10:52:03 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'DMS Application [Version=11.1.1.1.0]' due to error weblogic.application.ModuleException: Failed to load webapp: 'dms.war'.
    weblogic.application.ModuleException: Failed to load webapp: 'dms.war'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:04 AM CDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application /u01/app/w3uatsoa/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/FMW Welcome Page Application_11.1.0.0.0/cb7uge/fmw-welcome.war. Please make sure that the annotations are valid. The error is oracle.dms.wls.DMSServletFilter>
    <May 30, 2013 10:52:04 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'FMW Welcome Page Application [Version=11.1.0.0.0]' due to error weblogic.application.ModuleException: Failed to load webapp: '/'.
    weblogic.application.ModuleException: Failed to load webapp: '/'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    When processing WebService module 'wsil.war'. Failed to load servlet Class: oracle.j2ee.ws.server.wsil.WSILServlet
    Ignoring: unable to load class:java.lang.ClassNotFoundException: oracle.j2ee.ws.server.wsil.WSILServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)
    <May 30, 2013 10:52:04 AM CDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'em' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
    at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:176)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:104)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:04 AM CDT> <Error> <HTTP> <BEA-101165> <Could not load user defined filter in web.xml: ServletContext@545084680[app:wsil-wls module:/inspection.wsil path:/inspection.wsil spec-version:2.5] oracle.dms.wls.DMSServletFilter.
    java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    >
    <May 30, 2013 10:52:04 AM CDT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'wsil-wls'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.dms.wls.DMSServletFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    OS: Linus 64bit
    DatabaseB: 11.2.0.1

    Hi Kalyan,
    Thanks for the reply, i tried to clean up cache and tmp directory on all the Managed server and bounce the middleware along with nodemanager but i still have the same error.
    Could you let me know what all steps are required for upgrading 10.3.5 to 10.3.6?

  • Issues upgrading MDS from SQL2012 - SQL2014

    In our DEV environment we have a MDS service on SQL2012 (11.0.5556) that needs to be moved to a SQL2014 (12.0.2430). I get an error saying it is not supported or the SQL scripts are missing.
    -          I have applied all the latest CUs and patches on both SQL2012 and SQL2014
    -          I have added the user specified as user 1 as sysadmin in the SQL2014 instance and local admin on the server running the instance.
    -          I have performed a SQL backup of the MDS database from SQL2012, restored it in the SQL2014 instance.
    -          I start Master Data Services Configuration Manager on the server running SQL2014.
    -          I connect to the local SQL2014 instance and chose the “MDS” database. It finds the database fine and displays it’s version number as 11.2.0.3 (see screenshot below).
    -          I click “Upgrade Database” which starts the wizard.
    -          I press “Next” on the welcome screen and get the following error message
    I have tried changing compatibility level, I have ran SQL profiler to check for errors and can’t find anything. Please help, because I’m assuming this is supported and the real error is something else.

    I submitted a support case and found out that this is a known issue and is being addressed in CU5, which was just released.
    I downloaded CU5 and applied it and tried upgrading and it went through fine! Can't belive such a simple thing that should've worked win RTM took 5 CU's to get fixed but I'm just happy it was fixed!

  • Issues upgrading code on WLC

    Hi all,
    Im having issues uploading code on a WLC in a remote location. The WLC is running 4.0.217.0 and im trying to upgrade to 4.2.209.0. I have checked the upgrade path from current to new version and there is no issue upgrading directly from one to the other.
    The issue occurs when I try and upload via TFTP, the Controller starts the code upload and only downloads a portion of the code, starts the extraction then fails with the following messages:
    -Sanity check fails
    -TFTP failure while storing in Flash
    -Failure while storing in Flash.
    I've done a debug from the controller and this is the output:
    Wed Oct 13 01:56:22 2010: RESULT_STRING: TFTP Code transfer starting.
    Wed Oct 13 01:56:22 2010: RESULT_CODE:1
    Wed Oct 13 01:56:26 2010: Locking tftp semaphore, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:26 2010: Semaphore locked, now unlocking, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:26 2010: Semaphore successfully unlocked, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
    Wed Oct 13 01:56:35 2010: tftp rc=0, pHost=10.198.136.12 pFilename=/AIR-WLC4400-K9-4-2-205-0-ER.aes
                                                                                                            pLocalFilename=/mnt/download/local.tgz
    Wed Oct 13 01:56:35 2010: tftp = 6, file_name=/AIR-WLC4400-K9-4-2-205-0-ER.aes, ip_address=10.198.136.12, msg=Unknown error - refer to log
    Wed Oct 13 01:56:35 2010: upd_get_code_via_tftp = 6 (target=268435457 msg=Unknown error - refer to log)
    Wed Oct 13 01:56:35 2010: RESULT_STRING: TFTP receive complete... extracting components.
    Wed Oct 13 01:56:35 2010: RESULT_CODE:6
    Wed Oct 13 01:56:39 2010: RESULT_STRING: Sanity check failed on file. The file was not downloaded completely!
    Wed Oct 13 01:56:43 2010: RESULT_STRING: TFTP Failure while storing in flash!
    Wed Oct 13 01:56:43 2010: RESULT_CODE:7
    I've tried using a TFTP server (both 3Com and TFTPd) on a local server on site and its still fails. I've also tried using several servers
    as the TFTP server and still no luck.
    Does anyone have any idea why this is still failing? Could this possibly be a lack of space issue on the flash?
    cheers
    Rob

    Hi,
    "Sanity check failed on file. The file was not downloaded completely! "  - This error log is seen only if upgrade path is not right or if TFTP server which you are using does not support transfer of mor ethan 32MB file.
    I understand that you have already tried many tftp servers. If in case, you haven't tried tfttpd32 yet, please download it and give it a try as Cisco recommends to use tftpd32 server.
    Regards,
    Madhuri

  • Sometimes my computer takes too long to connect to new website. I am running a pretty powerful work program at same time, what is the best solution? Upgrading speed from cable network, is it a hard drive issue? do I need to "clean out" the computer?

    Many times my computer takes too long to connect to new website. I have wireless internet (time capsule) and I am running a pretty powerful real time financial work program at same time, what is the best solution? Upgrading speed from cable network? is it a hard drive issue? do I only need to "clean out" the computer? Or all of the above...not to computer saavy.  It is a Macbook Pro  osx 10.6.8 (late 2010).

    Almost certainly none of the above!  Try each of the following in this order:
    Select 'Reset Safari' from the Safari menu.
    Close down Safari;  move <home>/Library/Caches/com.apple.Safari/Cache.db to the trash; restart Safari.
    Change the DNS servers in your network settings to use the OpenDNS servers: 208.67.222.222 and 208.67.220.220
    Turn off DNS pre-fetching by entering the following command in Terminal and restarting Safari:
              defaults write com.apple.safari WebKitDNSPrefetchingEnabled -boolean false

  • After upgrade BPC from 7.0 to 7.5 NW we facing issue in Legal consolidation

    Hi
    After upgrade BPC from 7.0 to 7.5 NW we facing issue in Legal consolidation where in case of equity knock off the amount is not get balanced even after we run legal consolidation package in group currency.
    Regards
    Vikash

    Hi sandeep ,
    Hence the problem was not there with previous versions where the .js files were simply not compressed by default.
    Solution :
    I believe switching off javascript compression is a suitable option in this case as the script files are usually cached by the browser as well and will not be transmitted every time.
    Kindly follow these steps:
    1. Enter the J2EE Config tool.
    2. drill down: Global Server Configuration->services->http
    3. on the right hand side, click on NeverCompressed
    4. on the bottom, add at the end: ,*.js
    5. Apply the changes
    6. restart the J2EE.
    After this clear the browser cache and then log onto the portal and check if the issue gets resolve
    I hope it will useful to you.
    Thanks@ Re grads
    G.srinu

  • Anyone having issues upgrading RFC apps from ECC 5.0 to ECC 6.0 ?

    We are having issues upgrading our simple RFC app from ECC 5 to ECC 6.
    we are using the librfc32u.dll ( 710_Rel) to make a simple call to return MARD table entries.
    Runs great in our 5.0 system.
    When we run against our 6.0 environment with the same dll, we get garbage back in the table results... (escape characters ).
    We have tried downloading the latest 7.0 librffc*  ( standard an u ) . We recompiled to embrace both unicode and non-unicode.  ( fyi our 6.0 environment is unicode ) .  All attempts have failed to date.
    Has anyone else experienced issues trying to upgrade their rfc applications?

    david, were you able to fix this issue? i have a similar issue. we are upgrading from 4.6c to ecc 6.0. we use a c# program that connects thru sap connector for .net v2.0. it calls a rfc function module, it connects and passes some data, but not all data to the rfc.
    any help would be appreciated.
    thanks.

  • Issues upgrading from 7.5.1 to 10gR3

    We are having issues upgrading from Content Server 7.5.1 to 10gR3 running a Sql Server 2005 back end (based on Windows Server 2003).
    We run through the upgrade process (which completes with warnings), but when we try to start the Content Server, we get the following error:
    ( 0%) Changing lengths of fields in table 'DocFormats'...
    system 01.17 12:17:42.738 main When asking the database
    for a list of tables, we got no tables back (internal)
    01.17 12:17:42.753 main !
    csUnableToLocateDatabaseTable,DocFormats-exception stack
    intradoc.data.DataException: !
    csUnableToLocateDatabaseTable,DocFormats
    <snip>
    Unable to locate table 'DocFormats' in database.
    We are looking for advice from anyone who has been through this upgrade (in the same type of environment), or who have encountered this error or anything like it. The error appears to indicate a database access issue, but we have profiled the upgrade and startup, and have proved that the processes are reaching the database. We
    have also tried the install against clean and complex installs, and have tried both JDTS and Microsoft drivers without success (same error).
    We have spent many days on this, and have been working with Oracle support, but are starting to worry about how realistic the upgrade is.
    Cheers,
    Dave T

    Oracle support suggested I execute an "exec sp_changeobjectowner 'DocFormats','<SchemaName>" command against the database.
    I did this for the DocFormats table only.
    When I tried to start the instance, the error message stated the DocFormats table was now missing.
    Inside the database, the table 'Stellent.DocFormats' was visible through SQL Server management.
    I then created a copy of this table as 'dbo.DocFormats' (as it was originally), and tried starting the process again (with the config.cfg variables you suggested).
    It turns out the upgrade process can now see the DocFormats table and upgrade it successfully (The dformat column is now showing as varchar(80) ).
    The startup process now fails at the very next table in the upgrade list (see output below).
    Sounds like a database owner/permissions issue.
    Any ideas from anyone with SQL Server experience?
    Output from \bin\idcserver.exe -console -debug:
    11:05:30.006     main     SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='MetaFieldLengthUpdateV8'
    systemdatabase     01.18 11:05:30.006     main     1.79 ms. SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='MetaFieldLengthUpdateV8'[Executed. Returned row(s): false]
    systemdatabase     01.18 11:05:30.006     main     SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='FormatFieldLengthUpdateV8'
    systemdatabase     01.18 11:05:30.006     main     2.56 ms. SELECT dValue FROM Config WHERE dSection='DevUpdate' AND dName='FormatFieldLengthUpdateV8'[Executed. Returned row(s): false]
    ( 0%) Changing lengths of fields in table 'DocFormats'...
    systemdatabase     01.18 11:05:30.022     main     getColumns DocFormats
    systemdatabase     01.18 11:05:30.022     main     1.66 ms. getColumns DocFormats[Retrieved 3 columns.]
    systemdatabase     01.18 11:05:30.084     main     Table list: DocFormats
    systemdatabase     01.18 11:05:30.084     main     SELECT * FROM DocFormats
    systemdatabase     01.18 11:05:30.084     main     2.83 ms. SELECT * FROM DocFormats[Executed. Returned row(s): true]
    systemdatabase     01.18 11:05:30.100     main     Delete DocFormats
    systemdatabase     01.18 11:05:30.116     main     drop table DocFormats
    systemdatabase     01.18 11:05:30.256     main     148 ms. Delete DocFormats[Executed]
    systemdatabase     01.18 11:05:30.256     main     Connection with id of 'main.1' is removed from active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.256     main     release pool connection
    systemdatabase     01.18 11:05:30.256     main     assigning connection
    systemdatabase     01.18 11:05:30.256     main     Connection with last id of <unassigned> is added to active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.256     main     Assigned connection to this thread, took 0.49 ms.
    systemdatabase     01.18 11:05:30.256     main     Preparing connection for use, id initialized as main.2
    systemdatabase     01.18 11:05:30.256     main     dFormat varchar(80) NOT NULL, dConversion varchar(30) NULL, dDescription varchar(80) NULL|PK_DocFormats| PRIMARY KEY (dFormat)
    systemdatabase     01.18 11:05:30.256     main     CREATE TABLE DocFormats (dFormat varchar(80) NOT NULL, dConversion varchar(30) NULL, dDescription varchar(80) NULL, CONSTRAINT PK_DocFormats PRIMARY KEY (dFormat))
    systemdatabase     01.18 11:05:30.256     main     7.25 ms. dFormat varchar(80) NOT NULL, dConversion varchar(30) NULL, dDescription varchar(80) NULL|PK_DocFormats| PRIMARY KEY (dFormat)[Executed.]
    systemdatabase     01.18 11:05:30.256     main     Connection with id of 'main.2' is removed from active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.256     main     release pool connection
    systemdatabase     01.18 11:05:30.256     main     assigning connection
    systemdatabase     01.18 11:05:30.256     main     Connection with last id of <unassigned> is added to active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.272     main     Assigned connection to this thread, took 2412 ns.
    systemdatabase     01.18 11:05:30.272     main     Preparing connection for use, id initialized as main.3
    systemdatabase     01.18 11:05:30.272     main     SELECT * FROM DocFormats
    systemdatabase     01.18 11:05:30.288     main     4.26 ms. SELECT * FROM DocFormats[Executed. Returned row(s): false]
    systemdatabase     01.18 11:05:30.288     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/msword', 'PassThru', 'apMicrosoftWordDesc')
    systemdatabase     01.18 11:05:30.288     main     2.93 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/msword', 'PassThru', 'apMicrosoftWordDesc')[Executed. 1 rows affected.]
    ( 0%) Importing table 'DocFormats'...
    systemdatabase     01.18 11:05:30.288     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/pdf', 'PassThru', 'apPdfOptimization')
    systemdatabase     01.18 11:05:30.288     main     1.87 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/pdf', 'PassThru', 'apPdfOptimization')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.288     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/rtf', 'PassThru', 'apRtfDesc')
    systemdatabase     01.18 11:05:30.303     main     2.06 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/rtf', 'PassThru', 'apRtfDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-excel', 'PassThru', 'apMicrosoftExcelDesc')
    systemdatabase     01.18 11:05:30.303     main     1.70 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-excel', 'PassThru', 'apMicrosoftExcelDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-powerpoint', 'PassThru', 'apMicrosoftPowerPointDesc')
    systemdatabase     01.18 11:05:30.303     main     1.69 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-powerpoint', 'PassThru', 'apMicrosoftPowerPointDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-project', 'PassThru', 'apMicrosoftProjectDesc')
    systemdatabase     01.18 11:05:30.303     main     1.53 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.ms-project', 'PassThru', 'apMicrosoftProjectDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.visio', 'PassThru', 'apVisioDesc')
    systemdatabase     01.18 11:05:30.303     main     1.63 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/vnd.visio', 'PassThru', 'apVisioDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/wordperfect', 'PASSTHRU', 'apWordPerfectDesc')
    systemdatabase     01.18 11:05:30.303     main     1.98 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/wordperfect', 'PASSTHRU', 'apWordPerfectDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.303     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/write', 'PassThru', 'apMicrosoftWriteDesc')
    systemdatabase     01.18 11:05:30.319     main     4.89 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('application/write', 'PassThru', 'apMicrosoftWriteDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('image/graphic', 'ImageThumbnail', 'apThumbnailsDesc')
    systemdatabase     01.18 11:05:30.319     main     2.12 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('image/graphic', 'ImageThumbnail', 'apThumbnailsDesc')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/html', 'PassThru', 'Hyperlink text document')
    systemdatabase     01.18 11:05:30.319     main     1.84 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/html', 'PassThru', 'Hyperlink text document')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/plain', 'PassThru', 'Text file')
    systemdatabase     01.18 11:05:30.319     main     1.66 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/plain', 'PassThru', 'Text file')[Executed. 1 rows affected.]
    systemdatabase     01.18 11:05:30.319     main     INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/postscript', 'Distiller', 'apDistillerDesc')
    systemdatabase     01.18 11:05:30.319     main     1.60 ms. INSERT INTO DocFormats (dFormat, dConversion, dDescription) values('text/postscript', 'Distiller', 'apDistillerDesc')[Executed. 1 rows affected.]
    ( 17%) Changing lengths of fields in table 'ExtensionFormatMap'...
    systemdatabase     01.18 11:05:30.319     main     Alter ExtensionFormatMap
    systemdatabase     01.18 11:05:30.335     main     !csDbUnableToPerformAction_alter,\!csDbTableMissing
    (internal)     01.18 11:05:30.335     main     setExceptionCause threw: null
    systemdatabase     01.18 11:05:30.335     main     15 ms. Alter ExtensionFormatMap[!csDbTableMissing]
    systemdatabase     01.18 11:05:30.335     main     Connection with id of 'main.3' is removed from active connections with key of 'main'.
    systemdatabase     01.18 11:05:30.335     main     release pool connection
    (internal)     01.18 11:05:30.350     main     !csDbUnableToPerformAction_alter,\!csDbTableMissing-exception stack
    intradoc.data.DataException: !csDbUnableToPerformAction_alter,\!csDbTableMissing
         at intradoc.jdbc.JdbcWorkspace.alterTable(Unknown Source)
         at intradoc.server.IdcExtendedLoader.changeFieldLength(Unknown Source)
         at intradoc.server.IdcExtendedLoader.expandFormatFieldLengthsV8(Unknown Source)
         at intradoc.server.IdcExtendedLoader.extraBeforeCacheLoadInit(Unknown Source)
         at intradoc.server.IdcSystemLoader.loadCaches(Unknown Source)
         at intradoc.server.IdcServerManager.init(Unknown Source)
         at IdcServer.init(Unknown Source)
         at IdcServer.main(Unknown Source)
    Caused by: java.sql.SQLException: !csDbTableMissing
         ... 8 more
    Unable to alter table '!csDbTableMissing'.

  • Are there any known issues upgrading to 10.8.3 from 10.7.5 with Parallels Desktop already installed in 10.7.5?

    Are there any known issues upgrading to 10.8.3 from 10.7.5 with Parallels Desktop already installed in 10.7.5?

    Welcome to Apple Support Communities
    Most of the applications compatible with Lion are also compatible with Mountain Lion, so you shouldn't have any problem. Mountain Lion supports the latest update for Parallels 7 and 8, so if you haven't got one of these versions, you should upgrade it before upgrading Mac OS X. That application uses extensions, so it may cause kernel panics

  • Has Apple ever fixed the fan issue that results from upgrading the hard drives on 2009-2010 iMacs?

    Has Apple ever fixed the fan issue that results from upgrading the hard drives on 2009-2010 iMacs?
    My CPU fan defaults to 3000RPM.  I can rev the fan higher with 3rd party Fan controllers, but no lower than 3K.

    OR you can short out the original temp sensor, to make the fans rev at quieter speeds.
    You can also install an optical temp sensor in place of the old one, it will still read temps and adjust the fans accordingly, just not as good as an internal sensor.
    Use something like this:http://www.ebay.com/itm/New-922-9229-Cable-Temp-Sensor-Optical-iMac-27-inch-Late -2009-2010-/111106349896
    Another fan speed control app you may be interested in: http://exirion.net/ssdfanctrl/
    Good Luck!

  • Any issues upgrading to Maverick from OS 10.6.8 on a MacBook?

    Any issues upgrading to Maverick from OS 10.6.8 on a MacBook?

    Model Name:          MacBook
      Model Identifier:          MacBook5,1
      Processor Name:          Intel Core 2 Duo
      Processor Speed:          2 GHz

  • I upgrade firefox from 7 to 8 and now when i start firefox everytime it opens "getting start with firefox" page, in options i select the option 'show a blank page" how can i resolve this issue?

    i upgrade firefox from version 7 to version 8, now when i start firefox everytime it open self the "getting start with firefox" website, in the options on firefox i select the 'show a blank page' but its not working. i am using firefox on windows XP- SP2.

    Try restarting Firefox, the one time page(s) after starting a new release should disappear. Actually this last time with 8.0 they did not come up for me.
    If that doesn't work then bring up '''about:config''' and place the url of the page into the filter. Right-click on anything that comes up and use "Reset".

  • Facing Parse Errors after upgrading database from 10g to 11g

    Hi,
    We are facing parse errors in the SQL's after upgrading database from 10g to 11g.
    Kindly look into below parse errors.
    ********************************** Parse Error *****************************************************
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Tue Aug 13 14:13:10 2013
    kksfbc 16173533: parse err=942 hd=3c387c4028 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    Select feature from toad.toad_restrictions where user_name=USER or user_name in ( select ROLE from sys.session_roles)
    kksfbc 16173533: parse err=942 hd=3c97d83648 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT password
    FROM SYS.USER$
    WHERE  0=1
    kksfbc 16173533: parse err=6550 hd=35185e4278 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        30  anonymous block
    319e277050        57  anonymous block
    PARSE ERROR: ospid=29813, error=6550 for statement:
    BEGIN sys.dbms_profiler."146775420110782746251362632012"; END;
    kksfbc 16173533: parse err=942 hd=3c142d8600 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        67  anonymous block
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT 1 FROM plsql_profiler_data WHERE 0 = 1
    Please help.
    Regards
    Suresh

    Hi Suresh,
    Apologies for misunderstanding..
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Assuming you see the above error message in the alert log file, which was your original post, follow the below steps:
    1 Get the 'ospid' value from the error
    2. Issue the below command:
    SQL> select request_id,ORACLE_PROCESS_ID
      2 from fnd_concurrent_requests
      3 where request_id = 15598;
    3. After obtaining the request_id
    4, Query it from the front-end using SYSADMIN responsibility
    Hopefully this should get you the respective concurrent report/program.
    Thanks &
    Best Regards,

  • Unable to Sign in  analytics After Upgraded obiee from 10g to 11g

    Hi all,
    I have problem when upgrading catalog from 10g to 11g.
    The error is:" Unable to Sign In . An invalid User Name or Password was entered. "
    I upgraded following the steps like this:
    1.Login EM and check BI server is running successfully.
    2.Started the UA.bat.
    Select the operation:Upgrade Oracle BI RPD and Web Catalog.
    Step by Step,and the upgrade completed successfully.
    3.Open the RPD online using the Admintool succefully.
    4.But when I Login the BI and view the dashboard with the 10g's user (Administrator),the page appear the error "*Unable to Sign In . An invalid User Name or Password was entered.* "
    5.Then I Try to Regenerating User GUIDs
    1. Update the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS parameter in NQSConfig.INI:
    a. Open NQSConfig.INI for editing at:
    b. ORACLE_INSTANCE/config/OracleBIServerComponent/coreapplication_obisn
    c. Locate the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS parameter and set it to YES, as follows:
    d. FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = YES;
    e. Save and close the file.
    2. Update the Catalog element in instanceconfig.xml:
    a. Open instanceconfig.xml for editing at:
    b. ORACLE_INSTANCE/config/OracleBIPresentationServicesComponent/
    c. coreapplication_obipsn
    d. Locate the Catalog element and update it as follows:
    e. <Catalog>
    f. <UpgradeAndExit>false</UpgradeAndExit>
    g. <UpdateAccountGUIDs>UpdateAndExit</UpdateAccountGUIDs>
    h. </Catalog>
    i. Save and close the file.
    3. Restart the Oracle Business Intelligence system components using opmnctl:
    4. cd ORACLE_HOME/admin/instancen/bin
    5. ./opmnctl stopall
    6. ./opmnctl startall
    7. Set the FMW_UPDATE_ROLE_AND_USER_REF_GUIDS parameter in NQSConfig.INI back to NO.
    Important: You must perform this step to ensure that your system is secure.
    8. Update the Catalog element in instanceconfig.xml to remove the UpdateAccount GUIDs entry.
    9. Restart the Oracle Business Intelligence system components again using opmnctl:
    10. cd ORACLE_HOME/admin/instancen/bin
    11. ./opmnctl stopall
    12. ./opmnctl startall
    BUT THE ERROR ALSO EXISTING!
    So,waiting for the help,thanks!

    Hi,
    if your using oracle db please make sure your db settings and tnsnames.oRA settings
    also try you please try below troubleshooting steps:
    1) please check latest error message and find the root cause,
    presentation catalog log path:
    obiee installed Drive:\Oracle\Middleware\instances\instance1\diagnostics\logs\OracleBIPresentationServicesComponent\coreapplication_obips1\sawlog0.txt file
    also check it nqserver.log file
    oracle bi server log path ref:
    obiee installed Drive:\Oracle\Middleware\instances\instance1\diagnostics\logs\OracleBIServerComponent\coreapplication_obis1\nqserver.log
    2)can you try to login RPD,EM and console by using your weblogic a/c then try to login with some other user.
    if its not working then try to delete that users from catlog and check it Check OPMN services are running state.
    e.x:
    C:\Oracle\Middleware\instances\instance1\bin>opmnctl startall
    opmnctl startall: starting opmn and all managed processes...
    C:\Oracle\Middleware\instances\instance1\bin>opmnctl status
    Processes in Instance: instance1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    coreapplication_obiccs1 | OracleBIClusterCo~ | 4992 | Alive
    coreapplication_obisch1 | OracleBIScheduler~ | 2420 | Alive
    coreapplication_obijh1 | OracleBIJavaHostC~ | 1856 | Alive
    coreapplication_obips1 | OracleBIPresentat~ | 5684 | Alive
    coreapplication_obis1 | OracleBIServerCom~ | 5232 | Alive
    3) Refresh GUIDs and Restart WebLogic and OPMN Services then try it again...still if your getting same issues then try to
    check DB(try to login and confirm) and check it RPD --> physical layer connection pool setting and try to
    view physical data.
    also paste it your latest error log message (nqserver.log and sawlog01.log message) here
    THanks
    Deva

  • Oracle Forms & Report Upgrade/Migrate from 6i to 11g

    Hi All,
    We are planning to upgrade/Migrate from Oracle Froms and Reports 6i to 11g. Can some one please  give me an high level steps to upgrade and migrate from 6i to 11g version.
    Many thanks in advance.
    Kind Regards,
    Mohan

    hi ,
    use below steps for Eliminate this issue
    To start the wizard version of the Forms Migration Assistant:
    1. On Windows systems, set the environment variable FORMS_PATH:
    SET FORMS_PATH=%ORACLE_HOME%\forms
    On UNIX systems, set the variable FORMS_PATH as in the example below:
    setenv FORMS_PATH $ORACLE_HOME/forms
    2.
    In Windows, from the Start menu, select ORACLE_HOME | Forms Developer |Oracle Forms Migration Assistant (GUI Mode), or at the command line, start the conversion utility by entering: frmplsqlconv.bat mode=wizard.
    or
    in UNIX, enter frmplsqlconv.sh mode=wizard.
    The Conversion Wizard Welcome dialog displays.
    Regards,
    Babu

Maybe you are looking for