Error during New Version Creation in Controlling

Hi
I am creating new version in Controlling (tried copying from existing Versions too), and getting the given below error message. We are working on SAP R/3 4.7.
Valuation in controlling area xxxx is inconsistent -> please check
Message no. KT340
Diagnosis
The result from checking the versions for controlling area xxxx is that you want to work with multiple valuations. However, the corresponding version settings are inconsistent.
System Response
The function is not performed.
Procedure
Navigate to the version settings in controlling area xxxx, choose Check valuation and correct your settings.
Please let us know the necessary action for this.
Thanks in advance
Satish

Check Note - 541197.
[Note 541197|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=541197]
Looks like more than one actual version is maintained for Controlling Area using multple valuation approach.
You can check inconstency through Transaction OKevn.

Similar Messages

  • XML log: Error during temp file creation for LOB Objects

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

  • New version creation of document - having option to files selection

    Hi SAP folks
    Need your valubale inputs in an issue we have now ,
    we are using easyDMS 7.0 version
    We have created a Document with a version and have 2 files attached to the document .
    Now when we try to create a new version of the same document , currently both the files get attached in the new version of the document and we need to manually delete the files which is not required as an attachment
    during the creation of new version can we have option to select the required files to be attached in the new version of the document .
    Thanks
    Achuthan

    Dear Achuthan,
    regarding your message I have to inform you that this behavior cannot be changed in EasyDMS.
    Best regards,
    Christoph

  • Error during new CIM model import in to SLD

    Hi
    it has been great experience for me in SDN. i have a problem, i.e, i have recently updated our solution manager's java stack  from sp10 to sp17. i have not upgraded the abap stack yet. now when i go and see in SLD , there is a errr message - that is :
    "Model incompatible with server; import a newer model. Model version: 1.4.31 Server requires at least: 1.5.24 " 
    so as per note 669669  i have downloaded updated CIM content from marketplace and started importing in to  SLD . but that time i am getting one more  error  that is :
    "Error during import: com.sap.sld.api.wbem.exception.CIMException: CIM_ERR_FAILED: Failed to initialize cluster notification sender "
    *the log says : #16 03/22/2009 10:15:17.171 [Thread-172] ERROR com.sap.lcr.cimsrv.ClusterNotificationSender$JMSSender: Failed to initialize cluster notification sender. Please check your JNDI service and JMS provider for errors. More
    did anybody faced this kind of errrro, please help
    regards
    akhil
    Edited by: akhil k on Mar 22, 2009 5:50 AM

    Hi,
    Check SAP note 907897.
    Regards,
    Sachin Rane.

  • New version of Light (control your laptops backlight easily).

    This is a complete rewrite of my old pet project, as I felt the need to severely clean up the code. See the old thread here: https://bbs.archlinux.org/viewtopic.php?id=153210
    Anyway, new version, completely new command line usage -- sorry, it was pretty much inevitable. More complete functionality as well: no more hacking when you want to set minimal brightness or specify a controller, it's all done in command line now. It's also installed with root capabilities directly, so no more hacking with that either. Just makepkg -si and off you go!
    If you face any problems, don't forget to run it with the verbosity flag, -v 3, to get all the errors! You will probably get a lot of errors (if you get one), they are there to make it easier to trace the problem in code (you pretty much get a stack).
    I want to make it clear that the changes to the command line usage was done for several good reasons, including the fact that it wasn't very intuitive before.
    Github: https://github.com/haikarainen/light
    UPDATE:
    * The AUR package has been split up in 2, https://aur.archlinux.org/packages/light/ and https://aur.archlinux.org/packages/light-git/ .
    * It also has an official website now (thanks to github): http://haikarainen.github.io/light/
    * Even more functionality
    * There are deb packages available.
    Any feedback appreciated!
    Last edited by Haikarainen (2014-07-14 21:34:56)

    When I try to install(with pacaur), this error appears:
    ==> Starting pkgver()...
    ==> Updated version: light-git v0.9.r3.g78fba9d-1
    ==> Starting build()...
    gcc -std=c89 -O2 -pedantic -Wall -I"./include" -g -o light src/helpers.c src/light.c src/main.c
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1: error while loading shared libraries: libisl.so.10: cannot open shared object file: No such file or directory
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1: error while loading shared libraries: libisl.so.10: cannot open shared object file: No such file or directory
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.9.0/cc1: error while loading shared libraries: libisl.so.10: cannot open shared object file: No such file or directory
    Makefile:8: recipe for target 'all' failed
    make: *** [all] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    :: light-git cleaned
    Any ideas?
    Edit:Not light problem. Apparently my gcc install is having some problems. Disregard this.
    Last edited by Quatro (2014-08-28 18:04:28)

  • Error in new version map viewer

    Dear Sir,
    i am trying to install new version 11 mapviewer and its giving following error please can any one help me in this issue
    E:\Mapviewer11\MapVQuickstart\mv10131rc1_qs\oc4j\j2ee\home>java -jar oc4j.jar
    2006-09-24 22:35:20.540 NOTIFICATION JMSServer[]: OC4J JMS server recovering tra
    nsactions (commit 0) (rollback 0) (prepared 0).
    2006-09-24 22:35:20.540 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/Oc4jJmsExceptionQueue].
    2006-09-24 22:35:20.743 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/jobstore].
    2006-09-24 22:35:20.852 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/events].
    2006-09-24 22:35:20.993 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/notifications].
    2006-09-24 22:35:21.071 ERROR jms.xml: port 9,127 already in use.
    06/09/24 22:35:21 *** (SEVERE) jms.xml: port 9,127 already in use.
    2006-09-24 22:35:21.071 ERROR Failed to set the internal configuration of the OC
    4J JMS Server with: XMLJMSServerConfig[file:/E:/Mapviewer11/MapVQuickstart/mv101
    31rc1_qs/oc4j/j2ee/home/config/jms.xml]
    06/09/24 22:35:21 *** (SEVERE) Failed to set the internal configuration of the O
    C4J JMS Server with: XMLJMSServerConfig[file:/E:/Mapviewer11/MapVQuickstart/mv10
    131rc1_qs/oc4j/j2ee/home/config/jms.xml]
    2006-09-24 22:35:21.087 ERROR J2EE OJR0011 Exception starting JMS server: Failed
    to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConf
    ig[file:/E:/Mapviewer11/MapVQuickstart/mv10131rc1_qs/oc4j/j2ee/home/config/jms.x
    ml]
    2006-09-24 22:35:21.290 ERROR J2EE RMI0002 Error starting ORMI server wrk05-mkab
    eer port 23,791: Address already in use: JVM_Bind
    2006-09-24 22:35:21.290 ERROR java.net.BindException: Address already in use: JV
    M_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:331)
    at java.net.ServerSocket.bind(ServerSocket.java:318)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at com.evermind.server.rmi.RMIServer.createServerSocket(RMIServer.java:4
    01)
    at com.evermind.server.rmi.RMIServer.createNonSecureSocket(RMIServer.jav
    a:313)
    at com.evermind.server.rmi.RMIServer.setConfig(RMIServer.java:194)
    at com.evermind.server.ApplicationServer.initializeRMI(ApplicationServer
    .java:2235)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:914)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:113)
    at java.lang.Thread.run(Thread.java:534)
    06/09/24 22:35:21 Error starting ORMI server wrk05-mkabeer port 23,791: Address
    already in use: JVM_Bind
    06/09/24 22:35:21 Shutting down OC4J...
    waiting for immediate reply
    Thanks
    Kabeer

    It seems that you have an instance already running. Verify if you don't have an OC4J running.

  • Reg:error during transfer order creation

    hi,
    after quality inspection i move the stock into warehouse integrated storage location. if i clear inspection lot in qa32 for a material after saving it will pop up express message"error during creation of transfer order for a material".i configured that after qc inspection automatic TR is created.i just proceed with manual.
    its a issue related with workflow or configuration....i checked with automatic TO all the things are deactivated.....where i am missing
    Thanks
    Muthuraman.D

    hi,
    goto VOV8
    choose your sales order type
    transaction flow - variant (remove the transaction variant if any)
    but this will remove the transaction variant(custom) which you created , it will take the standard variant for your transaction VA01
    regards
    senya

  • Error in New Models Creation  - Loadbalancing /Single Server locally

    Is there any possibility of below error when Creating New Models with Single Server and but NOT Working with Load balancing Option.
    The same code worked when connecting to Single Server locally but doesn't work when New models were created  by selection of loadbalancing Option on Remote Server..during development on source from DTR Server(SLD)..
    I get below error when New Model created with loadbalancing option
    Error - com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: Error connecting using JCO.Client: null
    Edited by: Raghu v on Jan 26, 2008 1:27 PM

    Hi,
    In EAS, I am getting some for Planning Outline(Essbase outline is working fine), While starting the Planning service through start menu, it throwing error as
    Query Failed: SQL_SYSDB_DELETE_EXPIRED_EXTERNAL_ACTIONS:[100]
    java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: expected INTERVAL DAY TO SECOND got NUMBER
         at hyperion.jdbc.base.BaseExceptions.createException(Unknown Source)
         at hyperion.jdbc.base.BaseExceptions.getException(Unknown Source)
         at hyperion.jdbc.oracle.OracleImplStatement.execute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.commonExecute(Unknown Source)
         at hyperion.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)
         at hyperion.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.sql.HspSQLImpl.executeUpdate(Unknown Source)
         at com.hyperion.planning.event.HspSysExtChangeHandler.actionPoller(Unknown Source)
         at com.hyperion.planning.event.HspSysExtChangeHandler.run(Unknown Source)
    Error encountered with Database connection, recreating connections.
    Nested Exception: java.sql.SQLException: [Hyperion][Oracle JDBC Driver][Oracle]ORA-00932: inconsistent datatypes: expected INTERVAL DAY TO SECOND got NUMBER
    Thanks,
    CP

  • Error during new content check-in

    Hi
    I am getting the following error message during new content item check-in "Unable to execute service CHECKIN_NEW_SUB and function validateCheckinData. The error was caused by an internally generated issue. The error has been logged". Any idea what's gone wrong....is it services configuration file being corrupted? or where do i need to update the query or information pertaining to DdeletedRows.
    kindly let know the fix for this issue. thanks
    below is the stack trace of error.
    Event generated by user 'weblogic' at host 'localhost:16200'. Unable to execute service CHECKIN_NEW_SUB and function validateCheckinData.
    Unable to find query or idc data source with 'DdeletedRows'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,weblogic,punitp222336d:16200!$!csServiceDataException,CHECKIN_NEW_SUB,validateCheckinData!$!csUnableToFindQueryOrIdcDataSource,DdeletedRows
    intradoc.common.ServiceException: !csServiceDataException,CHECKIN_NEW_SUB,validateCheckinData!$
    *ScriptStack CHECKIN_NEW_SUB
    3:doScriptableAction,dDocName=3:doSubService,dDocName=CHECKIN_NEW_SUB,dDocName=3:validateCheckinData,dID=3801,dDocName=ADSIC003801
    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2115)
    at intradoc.server.Service.buildServiceException(Service.java:2326)
    at intradoc.server.Service.createServiceExceptionEx(Service.java:2320)
    at intradoc.server.Service.createServiceException(Service.java:2315)
    at intradoc.server.ServiceRequestImplementor.handleActionException(ServiceRequestImplementor.java:1766)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1716)
    at intradoc.server.Service.doAction(Service.java:547)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:542)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1322)
    at intradoc.server.Service.executeSubServiceCode(Service.java:4023)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1200)
    at intradoc.server.Service.executeServiceEx(Service.java:4018)
    at intradoc.server.Service.executeService(Service.java:4002)
    at intradoc.server.Service.doSubService(Service.java:3912)
    at sun.reflect.GeneratedMethodAccessor297.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:620)
    at intradoc.server.Service.doCode(Service.java:575)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:547)
    at intradoc.server.Service.doScriptableAction(Service.java:3964)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)
    at intradoc.server.Service.doCodeEx(Service.java:620)
    at intradoc.server.Service.doCode(Service.java:575)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    at intradoc.server.Service.doAction(Service.java:547)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1458)
    at intradoc.server.Service.doActions(Service.java:542)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1391)
    at intradoc.server.Service.executeActions(Service.java:528)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:737)
    at intradoc.server.Service.doRequest(Service.java:1956)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:437)
    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)
    at intradoc.idcwls.IdcServletRequestUtils.doRequest(IdcServletRequestUtils.java:1354)
    at intradoc.idcwls.IdcServletRequestUtils.processFilterEvent(IdcServletRequestUtils.java:1731)
    at intradoc.idcwls.IdcIntegrateWrapper.processFilterEvent(IdcIntegrateWrapper.java:222)
    at sun.reflect.GeneratedMethodAccessor276.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at idcservlet.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:87)
    at idcservlet.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:305)
    at idcservlet.common.ClassHelperUtils.executeMethodWithArgs(ClassHelperUtils.java:278)
    at idcservlet.ServletUtils.executeContentServerIntegrateMethodOnConfig(ServletUtils.java:1704)
    at idcservlet.IdcFilter.doFilter(IdcFilter.java:457)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: intradoc.data.DataException: !csUnableToFindQueryOrIdcDataSource,DdeletedRows
    at intradoc.jdbc.JdbcWorkspace.execute(JdbcWorkspace.java:578)
    at urmagent.UrmAgentFilters.removeDeletedRows(UrmAgentFilters.java:249)
    at urmagent.UrmAgentFilters.updateExtendedAttributes(UrmAgentFilters.java:192)
    at urmagent.UrmAgentFilters.doFilter(UrmAgentFilters.java:71)
    at intradoc.shared.PluginFilters.filterWithAction(PluginFilters.java:114)
    at intradoc.shared.PluginFilters.filter(PluginFilters.java:68)
    at intradoc.server.DocServiceHandler.updateExtendedAttributes(DocServiceHandler.java:1972)
    at intradoc.server.DocServiceHandler.validateCheckinData(DocServiceHandler.java:1686)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)
    at intradoc.server.Service.doCodeEx(Service.java:603)
    at intradoc.server.Service.doCode(Service.java:575)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1643)
    ... 78 more

    Hi Mohan,
    First you may want to check if this error is surfaces in other environments as well or this is the only environment where you are seeing this.
    If it does not work only in this environemnt you may want to have a look at the counters table and check if all counter are good.
    also if any of the values are hardcoded you may wnat to check if they conflict with something in the UCM.
    also cehck ther permission of ther service that you are calling.I hope you are calling CHECKIN_UNIVERSAL.
    hope it helps.
    cheers,
    swapnil

  • DRM doubt reg New version creation

    While updating changes to a current version, we create a copy of the existing version, save it with a version-<number> and rename the changed version as version-<final>
    Recently, during such an operation, we created the copy and renamed it as version-<final>
    but we are now unable to see it.
    We refreshed DRM and also checked the backend database.
    There is no trace of version-<final>.
    Neither it is detached nor saved state.
    when we try to create the copy again, it gives us an error stating the version already exists.
    It is imperative for us to stick to the naming convention.
    What could possibly be the reason for such an occurance ?
    we are using Oracle DRM Fusion edition 11.1.1.2.01.

    Even we used to face the same issue and it is with all the latest versions.
    Try these:
    1. Increase the Tablespace
    2. If tablespace does not work then only workaround then to follow this - Create version, open any of the hierararchy and go back to the main window and save the version. Please note that while saving the version any of the hierarchy should already be open.
    Let me know if it works.
    Thanks,
    RK

  • Can't install Quicktime - Error "A newer version of quicktime already..."

    Hi, I have a Dell XPS running Windows Xp Media edition. Quicktime files would not play so I downloaded the newest version of Quicktime and an error comes up saying, "A newer version of quicktime is already installed. This installation of Quicktime can not proceed while the newer version is installed." I can't find a newer version on the computer and the application seems absent. Only suplimentary Quicktime files are found. Please help.
    Thanks,
    Eric
    Dell XPS   Windows XP  

    I'm having this exact same problem. I have a Gateway running Windows XP Media Edition.
    I can't run quicktime, it says it's not there. I've tried uninstalling using add/remove and it says the uninstall.log file is missing. I tried uninstalling using the QT uninstaller option in its folder, it says the uninstall.log is not there. I tried 'repair' option on the iTunes+QT installer that I downloaded. Still the same issue.
    I tried the stand alone QuickTime installer and it tells me "A newer version of quicktime already exists".
    I tried deleting the residual quicktime folders from my c:\program files. I tried deleting the residual QT references from my regedit. I downloaded the MS Windows Install Clean Up and looked in there--found 2 more things that could possibly be quicktime related and removed those. I tried again -- same error message.
    I'm not sure what else to do. I'd really like to get Quicktime and iTunes working by Christmas so I can sync my shiney new iPod.

  • Error:  A newer version of data type was found than one required

    Hi Experts,
    we made a changes to a table and then transported the table to the quality system. But a program which is referring to this table, results in dump with the below error message.
    Error Message>>>>>>>>>>" A newer version of data type <TABLE> was found than one required "
    The issue occures inspite of
    1. re-activated the table and send to quality system
    2. Re-activated the program
    3. Activated and adjusted database in SE14.
    Please let me know the correction to be taken to resolve the issue.
    Regards
    Suresh Kumar

    This happens when you modify your new data element, domain while another program is currently using it.
    Simply get out completely of the program, re activate the program, reactivate the table. You might need to run se14 to convert the database table but this does not happen frequently. Try first to reactivate the program
    Dean
    Edited by: Dean Ton on Mar 8, 2012 9:54 PM
    Edited by: Dean Ton on Mar 8, 2012 9:56 PM

  • Error Installing new versions of iTunes

    Whenever I attempt to install a newer version of iTunes (7.2 and higher) I get an error message, "C:\ProgramFiles\iTunes\iTunes.Resouces\fi.lproj\iPodSettings.nib\classes.nib Verify that you have access to that directory."
    I don't know what it means or how to fix it. Any help would be much appreciated.

    "C:\ProgramFiles\iTunes\iTunes.Resouces\fi.lproj\iPodSettings.nib\classes.nib Verify that you have access to that directory."
    A message like that citing a file in the lproj folders (language resources ... you're having trouble with one of the Finnish ones, i believe), can often be caused by file damage or disk damage in the area of the file in question.
    So, try running a chddsk over your C drive:
    How to perform disk error checking in Windows XP
    Does the chkdsk find/repair any damage? if so, does an itunes install go through properly afterwards?

  • Invoice summary sheet errors in new version-

    Until recently I've used Numbers '09 for invoicing and included a 'Summary Sheet' to keep abreast of outstanding amounts.
    Screenshot shows what has worked succesfully in Numbers '09 but the same file opened in new version 3.0.1 gives me a red error triangle with the message "The formula contains an invalid reference" - can anybody help please?
    Formula from Above screenshot that works in '09 but not in v3:
    INDIRECT(A3 & "!Total::B4")

    No. Sheets shown in left hand panel are named sequentially and refer to an individual invoice number. So I may have 30+ invoices for a month. Each invoice sheet has a table named Total which has rows for discount, sub total, vat and total owed by a certain date. In this summary sheet I obviously want to refer to each sheet's 'total owed by a certain date' cell and in Numbers '09 the formula was calling each invoice sheet name successfully from column A on this same sheet and then referencing the Total table's correct cell. I'm just trying to be as lazy as poss and when I have a load of invoices to bung on the summary sheet I can just select row above and drag down to populate new rows with sequentially filled invoices numbers with the formula pre-filled.
    I've made that sound a lot longer than it probably should have!

  • Quicktime uninstall error "A newer version of quicktime is already..."

    We have 2 new ipods and iphone. We attempted to install the newest version of itunes but when running the install I get this message: A newer version of quicktime is already installed. This installation cannot proceed while the newer version of quicktime is installed." Sadly, my first response was to uninstall the itunes we had that was running fine (aside from a pop up message that would tell us that some of our quicktime needed updating (not exact words, but I can't replicate the error message)
    Unable to uninstall quicktime via window uninstall- I get the same error message as above.
    I since have manually removed the quicktime folder from my program files. I have used the search feature to look for instances of quicktime and can't find anything else. I have even, at the advice of another, gone into the registry (start, regedit) and then removed quicktime folders found under apple computer. I have run "advance system care" in hopes to clean up the registry.
    I am still unable install itunes and continue to get the same message when attempting to install itunes or uninstall quicktime. I need some help! (my kids are freaking out, thus so am I)

    Most likely we're looking at a damaged QuickTime.msi file stuck on your system. (That contains the installation database for the previous version of QuickTime on the system.)
    Unfortunately, these sorts of msi-related troubles have gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for *at least version 3.0* of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any QuickTime entries and click "Remove".
    Quit out of CleanUp, restart the PC and try installing iTunes 9.2 again. Does the install go through properly this time?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

Maybe you are looking for

  • How do i Buy an iCloud Plan, as organizer, for one of my Family group members?

    I am trying to use my Apple ID account, and the card associated, to buy an ICloud Plan, for a member in my Family group.  But when buying, the option asks for a credit card, on this family member account. How do I make the parchase, as promoted by th

  • TS1307 Can receive, can't send email? Was working.

    Was working.  Still works on Mac Mini but no on Mac Pro.  OS 10.8.2. Connection doctor say everything is fine.,  but it is not. Chuck

  • /etc/hosts Private Host Name Fully Qualified Domain Name does it matter?

    During installation of 11gR1 on Windows 2003 the examples in the installation guide show adding the Private IP and host name to /etc/hosts However they only add the short name, racnode1, not Fully qualified Domain Name (FQDN), racnode1.mycompany.com

  • Diff between wifi and wifi +3G?

    Thinking of getting my kids Ipads for Christmas. Which version do I need to get so they can grab hotspots when available? I do not want to have to buy data plans through AT&T. I assume it's the wifi +3G but not sure. Assume that because it's the more

  • Compressor 2.3 Unexpectedly Quits Upon Batch Submission

    Compressor quits upon batch submission when exporting a sequence/file from the FCP bin and also when dragging a file into the ui from the finder. I have already tried the following fixes without any success: Following the compressor KB article on how