No Version Found

we ran SPAU and it came up with few problems,
under the "Without Modification Assistant" tab i have got few objects which have red light on it and when I click on it and try to click on the "versions" tab, it says no version found and when I click on the red light it gives me this window
Background
   The object has been modified without using the Modification Assistant.
   Therefore no support is available from the system for transferring your
   modifications.
Procedure
       Before you adjust your  modifications, you can select multiple
   objects or a subtree.
       If you have selected  multiple objects, you can skip the processing
   of this object.
   You can use the "Processor/Status" function to add other processors.
   If you have modified an object where multiple versions are possible,
   then the last version that contains changes has been stored in "version
I want to know what exactly the problem is with my objects and how to get that fix.
Thanks,
Rajeev Gupta

Using 2 accounts and cross-posting is counter productive for the forums.
Please stop it and follow up on your old thread first.
Please do that, the other account will be deleted.
If you do not follow up on your threads in the next days, then all your accounts will be merged, and everyone will see who you are...
Please respect the forum rules!
Cheers,
Julius

Similar Messages

  • How to add a version by default depending on previous version found in db of a record?

    Hello,
    How to add a version by default depending on previous version found in db of a record?
    E.g                        ID 0001  Version : 1
            when inserting id 0001 version 2.
    I want the version to be added automatically on insert , depending on id input.
    Thanks.

    Hi,
    I think using a trigger is better choice.
    from application, you should manage concurrent processes.
    Regards

  • No jre version found in launch file

    I'm using jdk1.5.0_03 (with all other versions of java removed from my system) and trying to run our web start app that specifies a version of 1.4.2*. After clicking the link to the jnlp file, web start contacts sun to retrieve 1.4.2*, then gives the dialog: "unable to launch FlowJo" (our app). On the details tab, it reports: "No JRE version found in launch file for this system".
    When I launch the web start manager, under the user applications tab, I see 3 applications: our app, our installer, and Sun's j2re1.4.2_07 installer. It seems like Sun's installer is being downloaded but never executed.
    Am I doing something wrong in my jnlp files? Both our app jnlp and our installer jnlp specify a j2se version of 1.4.2*. Below are the files and exception as reported from the web start dialog. I'm trying to set our app up for internal testing with web start, so I'm using a local ip. Our application uses a custom installer which has its own jnlp file (shown below in "launch file").
    Any help is much appreciated,
    Peter
    Launch File:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp codebase="http://192.168.1.33/flowjo/current/installer/">     
    <information>          
    <title>FlowJo Installer</title>          
    <vendor>Tree Star, Inc.</vendor>          
    <homepage href="http://www.flowjo.com"/>          
    <icon href="images/logo2fin.gif"/>          
    <offline-allowed/>     
    </information>     
    <security>          
    <all-permissions/>     
    </security>     
    <resources os="Windows" arch="x86">          
    <j2se version="1.4.2*" maximum-heap-size="512m" href="http://java.sun.com/products/autodl/j2se" />           
    <jar href="http://192.168.1.33/flowjo/current/installer//installer.jar" />           
    </resources>     
    <installer-desc main-class="com.treestar.flowjo.install.JNLPInstaller"/></jnlp>
    Main launch file:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://192.168.1.33/flowjo/current/flowjo/">
    <information>
    <title>Flowjo </title>
    <vendor>Tree Star, Inc.</vendor>
    <icon href="images/logo2fin.gif"/>
    <offline-allowed/>
    <shortcut online="false">
    <desktop/>
    <menu submenu="Flowjo "/>
    </shortcut>
    <association extensions="wsp" mime-type="x-application/wsp"/>
    <association extensions="wspt" mime-type="x-application/wspt"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.4.2*" initial-heap-size="128M" max-heap-size="512M" href="http://java.sun.com/products/autodl/j2se" />
    <jar href="flowjo.jar" />
    <jar href="resources.jar" />
    <extension name="FlowJo Installer" href="http://192.168.1.33/flowjo/current/installer/installer.jnlp"/>
    </resources>
    <resources os="Windows">
    <nativelib href="http://192.168.1.33/flowjo/current/lib/FlowJoEngine.DLL.jar"/>
    </resources> <application-desc main-class="com.treestar.flowjo.Main" />
    </jnlp>
    Exception:
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://192.168.1.33/flowjo/current/installer/">
      <information>
        <title>FlowJo Installer</title>
        <vendor>Tree Star, Inc.</vendor>
        <homepage href="http://www.flowjo.com"/>
        <icon href="http://192.168.1.33/flowjo/current/installer/images/logo2fin.gif" kind="default"/>
        <offline-allowed/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4.2*"/>
        <jar href="http://192.168.1.33/flowjo/current/installer//installer.jar" download="eager" main="false"/>
      </resources>
      <installer-desc main-class="com.treestar.flowjo.install.JNLPInstaller"/>
    </jnlp> ]
         at com.sun.javaws.Launcher.executeInstallers(Unknown Source)
         at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    The use of an earlier jre in the resource tag does no
    good:
    <resources>
    <j2se version="1.4.1" />
    Still gives the same error;
    JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
    <jnlp spec="1.0+" codebase="http://show.docjava.com:8086/book/cgij/code/jnlp/" href="http://show.docjava.com:8086/book/cgij/code/jnlp/bookExamples.ch44Printing.cdLabel.CdLabelPrinterMain.jnlp/">
      <information>
        <title>Experimental Labeler</title>
        <vendor>DocJava, Inc.</vendor>
        <homepage href="http://www.docjava.com"/>
        <description>CD Label Printer
         </description>
        <description kind="short">
          Printer
      </description>
        <description kind="one-line">CD Label Printer
         </description>
        <description kind="tooltip">CD Label Printer
         </description>
        <icon href="http://show.docjava.com:8086/consulti/docjava.jpe" kind="default"/>
      </information>
      <application-desc main-class="bookExamples.ch44Printing.cdLabel.CdLabelPrinterMain"/>
    </jnlp> ]
         at com.sun.javaws.Launcher.handleLaunchFile(Launcher.java:186)
         at com.sun.javaws.Launcher.run(Launcher.java:167)
         at java.lang.Thread.run(Thread.java:552)
    Can someone please help?
    Thanks!
    - DL

  • No JRE version found in launch file for this system

    Hi,
    I have an application which is launched by JWS.
    When we use JWS from 1.4, it runs fine. But JWS from 1.5.0_15 gives the error "No JRE version found in launch file for this system"
    In both the JWS(1.4 and 1.5.0_15)cases, we install JRE1.5.0_15 using the installer and used for invoking the application.
    We invoke mailclient.jnlp, which inturn invokes the installer.jnlp and KanaJreInstaller.asp
    <<mailclient.jnlp>>
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0"
    codebase="http://mpshanmu-gx520:80/10r3/"
    href="mailclient.jnlp">
    <information>
    <title>KANA Agent</title>
    <vendor>KANA Software, Inc.</vendor>
    <homepage href="http://www.kana.com"/>
    <description>KANA Suite 10.3.0</description>
    <icon href="images/mail_logo.gif"/>
    <offline-allowed/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>
    <jar href="lib/mailclient_s.jar"/>
    <jar href="lib/link_s.jar"/>
    <jar href="lib/spell_s.jar"/>
    <jar href="lib/ssce_s.jar"/>
    <jar href="lib/kc_framework_s.jar"/>
    <jar href="lib/kc_sharedGUI_s.jar"/>
    <jar href="lib/xalan_s.jar"/>
    <jar href="lib/xerces_s.jar"/>
    <jar href="lib/java2com_s.jar"/>
    <jar href="lib/jgl3.1.0_s.jar"/>
    <jar href="lib/rsrcbundle_s.jar"/>
    <jar href="lib/response_s.jar"/>
    <jar href="lib/HTMLEditorEnterprise_s.jar"/>
    <jar href="lib/jakarta-oro-2.0.4_s.jar"/>
    <jar href="lib/jdic_s.jar"/>
    <extension name="Sun Libraries" href="sunextensions.jnlp"/>
    </resources>
    <resources os="Windows">
    <nativelib href="lib/windlls_s.jar"/>
    <nativelib href="lib/jdic-native.jar"/>
    </resources>
    <application-desc main-class="kana.mail.wkstn.AppMain">
    <argument>-serverlist</argument>
    <argument>http://mpshanmu-gx520:80/10r3/servers.xml</argument>
    </application-desc>
    </jnlp>
    <<KanaJreInstaller.asp>>
    <%@ language="vbscript"%>
    <%
    Response.ContentType="application/x-java-jnlp-file"
    Response.AddHeader "x-java-jnlp-version-id","KANA1.5.0_15"
    dim fs,f,ts
    set fs=Server.CreateObject("Scripting.FileSystemObject")
    Set f=fs.GetFile("C:\Program Files\KANA\KANA Response Web Server_10r3\installer.jnlp")
    Set ts=f.OpenAsTextStream(1)
    Response.Write(ts.ReadAll)
    ts.Close
    set ts=nothing
    set f=nothing
    set fs=nothing
    %>
    <<installer.jnlp>>
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0"
    codebase="http://mpshanmu-gx520:80/10r3/"
    href="installer.jnlp">
    <information><title>KANA J2RE 1.5.0_15 Installer</title>
    <vendor>KANA Software, Inc.</vendor>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3+"/>
    <jar href="lib/installer.jar"/>
    <jar href="lib/JRE_KANA1.5.0_15.jar"/>
    <property name="jre.container" value="JRE_KANA1.5.0_15.jar"/>
    <property name="jre.execute" value="bin\\javaw.exe"/>
    <property name="jre.version" value="KANA1.5.0_15"/>
    </resources>
    <installer-desc main-class="JREInstaller"/>
    </jnlp>
    Thanks

    >
    We are using sun JRE(1.5.0_15) only. We extract Sun JRE and build it as KANAJRE.jar and signing.>I have never heard of KANAJRE. Would you care to post a link to the site, or should we just keep guessing? (My patience for random guesses is running out.)
    >
    We install using Intaller class and that is getting listed in the Java Control panel and enabled too.>List as what?
    Does it list it with the entire string "KANA1.5.0_15" or is is just listed as "1.5.0_15"?
    Because this line from the JNLP file..
    <j2se version="KANA1.5.0_15" href="KanaJreInstaller.asp"/>..had me convinved it was a non-Sun JRE. Not so much the href, but most especially the version attribute.
    If it really is the Sun JRE, I would expect this to work.
    <j2se version="1.5.0_15" href="KanaJreInstaller.asp"/>And as an aside. If this installer is giving you trouble and the app. requires the 1.5.0_15 JRE, why not simply the default Sun JRE installer? What advantages do you think this installer offers?

  • SPAU issues with: Without Modification Assistant: No versions found

    Hi,
    We have upgraded from SAP 4.7 to SAP ECC 6 with Unicode.
    After the upgradation we have started working with SPAU objects.
    Currently I am working on SPAU: Without Modification Assistant.
    I have gone though some docs in those they have asked to compare the versions using Version Management options.
    But when I am tiring to check the Version Management for many of the objects I am getting the message: No versions found
    Some of the objects are for which I am getting the message No versions found are as follows :
    Selection Views :     SAPBRFSTANDARD                 100789       23.12.2010 ABCK900506
    Programs :RM06BF00                       Collective Release of Purchase Requisitions
    Transactions          FEBA                 A_1234     13.07.2006 XYZK906487           Postprocess Electronic Bank Statmt
    Transaction Variants          O4_TIGER1                      D_ABCD      18.06.2005 AB5K901250
    Screen Variants           O4_TIGER1_0999                 D_ABC      18.06.2005 AB5K901250
    Message Classes    38                   General Basis: ABAP Runtime Environment
    Maintenance and Transport Objects          J_1IEWT_ACKNS                  D_ABCDE 27.06.2008 ABC3910542
    Request you to check and let us know how to proceed.
    Thanks and Regards,
    Prem.
    <personal information removed by moderator>
    Edited by: Thomas Zloch on Jan 18, 2011 12:43 PM

    Hi,
    in SPAU you will be getting three things..
    1>Green light 2>yellow light and 3>Red light
    when the upgrade takes place if you see any object under Green that means the changes are automatically carried to the new version from older version
    for yellow it has done partially and for red you need to do manually copying the code to the new version.
    You have an option is "RESET to original" if you do this , the code will be reset to what SAP provided in the new version. Your old code won't be there.
    Please go through the below link to understand about SPAU and SPDD.
    http://help.sap.com/saphelp_nw04s/helpdata/en/60/d6ba7bceda11d1953a0000e82de14a/content.htm
    Regards,
    Nagaraj

  • ERROR: Invalid java version found: while runing Autoconfig

    Hi
    while upgrading EBS 12.1.3 Database from 11.1.0.7 to 11.2.0.2
    We got the below error on autoconfig.
    F:\app\mocppd\product\11.2.0\dbhome_1\appsutil>F:\app\mocppd\product\11.2.0\dbho
    me_1\appsutil\bin\adconfig.cmd contextfile=prod_srv-moc.xml
    Enter the APPS user password: apps
    cygwin warning:
      MS-DOS style path detected: F:\app\mocppd\product\11.2.0\dbhome_1\appsutil\bin
    \adconfig.pl
      Preferred POSIX equivalent is: /cygdrive/f/app/mocppd/product/11.2.0/dbhome_1/
    appsutil/bin/adconfig.pl
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    The log file for this session is located at: F:\app\mocppd\product\11.2.0\dbhome
    _1/appsutil/log/prod_srv-moc/02040321/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
            Using ORACLE_HOME location : F:\app\mocppd\product\11.2.0\dbhome_1
    ERROR: Invalid java version found:
            sh: F:appmocppdproduct11.2.0dbhome_1jdkjre/bin/java: No such file or dir
    ectory
    ERROR: Invalid java version found:
            sh: F:appmocppdproduct11.2.0dbhome_1jdkjre/bin/java: No such file or dir
    ectory
            Classpath                   :
    sh: - : invalid option
    Usage:  sh [GNU long option] [option] ...
            sh [GNU long option] [option] script-file ...
    GNU long options:
            --debug
            --debugger
            --dump-po-strings
            --dump-strings
            --help
            --init-file
            --login
            --noediting
            --noprofile
            --norc
            --posix
            --protected
            --rcfile
            --restricted
            --verbose
            --version
            --wordexp
    Shell options:
            -irsD or -c command or -O shopt_option          (invocation only)
            -abefhkmnptuvxBCHP or -o option
    Version Conflicts among development maintained and customized templates encounte
    red; aborting AutoConfig run.
    The logfile for this session is located at: F:\app\mocppd\product\11.2.0\dbhome_
    1/appsutil/log/prod_srv-moc/02040321/adconfig.logThanks
    Nawneet

    Hi Helios,
    I have changed the prod_srv-moc.xml script and executed the script.
    And now i got the below error.
    F:\app\mocppd\product\11.2.0\dbhome_1\appsutil>F:\app\mocppd\product\11.2.0\dbho
    me_1\appsutil\bin\adconfig.cmd contextfile=prod_srv-moc.xml
    Enter the APPS user password: apps
    cygwin warning:
    MS-DOS style path detected: F:\app\mocppd\product\11.2.0\dbhome_1\appsutil\bin
    \adconfig.pl
    Preferred POSIX equivalent is: /cygdrive/f/app/mocppd/product/11.2.0/dbhome_1/
    appsutil/bin/adconfig.pl
    CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    The log file for this session is located at: F:/app/mocppd/product/11.2.0/dbhome
    _1/appsutil/log/prod_srv-moc/02040605/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : F:/app/mocppd/product/11.2.0/dbhome_1
    Classpath : :F:/app/mocppd/product/11.2.0/dbhome_1/jdb
    c/lib/ojdbc6.jar:F:/app/mocppd/product/11.2.0/dbhome_1/appsutil/java/xmlparserv2
    .jar:F:/app/mocppd/product/11.2.0/dbhome_1/appsutil/java:F:/app/mocppd/product/1
    1.2.0/dbhome_1/jlib/netcfg.jar:F:/app/mocppd/product/11.2.0/dbhome_1/jlib/ldapjc
    lnt11.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/apps/ad/tools/
    configuration/VersionConflictListGenerator
    Caused by: java.lang.ClassNotFoundException: oracle.apps.ad.tools.configuration.
    VersionConflictListGenerator
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    Could not find the main class: oracle.apps.ad.tools.configuration.VersionConflic
    tListGenerator. Program will exit.
    ERROR: Version Conflicts utility failed.
    Terminate.
    The logfile for this session is located at: F:/app/mocppd/product/11.2.0/dbhome_
    1/appsutil/log/prod_srv-moc/02040605/adconfig.log
    Thanks
    Nawneet

  • LoadDB problem: no version found for the database

    HEllo,
    I try to use the loadDB directive with an existing pool and wlst offline but I always receive the error "No version found for the database". I tried to create a pool with the console and use it as loading pool but that didn't worked.
    I saw in the script.log file that my pool was correctly found but it seems that it can't found the driverName attribute of my pool when trying to get version.
    I have checked and the drivername is correctly set.
    Any idea? I will post the complete stack and the script.log later.

    here is the full stack:
    com.bea.plateng.domain.script.jython.WLSTException: com.bea.plateng.domain.scrip
    t.ScriptException: No version is found for database:
    at com.bea.plateng.domain.script.jython.CommandExceptionHandler.handleEx
    ception(CommandExceptionHandler.java:33)
    at com.bea.plateng.domain.script.jython.WLScriptContext.handleException(
    WLScriptContext.java:897)
    at com.bea.plateng.domain.script.jython.WLScriptContext.loadDB(WLScriptC
    ontext.java:817)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java
    at org.python.core.PyMethod.__call__(PyMethod.java)
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.core.PyInstance.invoke(PyInstance.java)
    at org.python.pycode._pyx0.loadDB$22(initWls.py:98)
    at org.python.pycode._pyx0.call_function(initWls.py)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyFunction.__call__(PyFunction.java)
    at org.python.pycode._pyx4.f$0(CCFF_offline.py:17)
    at org.python.pycode._pyx4.call_function(CCFF_offline.py)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.__builtin__.execfile_flags(__builtin__.java)
    at org.python.core.__builtin__.execfile(__builtin__.java)
    at org.python.core.__builtin__.execfile(__builtin__.java)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java
    at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java
    at org.python.core.PyObject.__call__(PyObject.java)
    at org.python.pycode._pyx3.f$0(<input>:1)
    at org.python.pycode._pyx3.call_function(<input>)
    at org.python.core.PyTableCode.call(PyTableCode.java)
    at org.python.core.PyCode.call(PyCode.java)
    at org.python.core.Py.runCode(Py.java)
    at org.python.core.Py.exec(Py.java)
    at org.python.util.PythonInterpreter.exec(PythonInterpreter.java)
    at org.python.util.InteractiveInterpreter.runcode(InteractiveInterpreter
    .java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpret
    er.java)
    at org.python.util.InteractiveInterpreter.runsource(InteractiveInterpret
    er.java)
    at com.bea.plateng.domain.script.jython.WLST_offline.handleInteractiveMo
    de(WLST_offline.java:137)
    at com.bea.plateng.domain.script.jython.WLST_offline.main(WLST_offline.j
    ava:79)
    Caused by: com.bea.plateng.domain.script.ScriptException: No version is found fo
    r database:
    at com.bea.plateng.domain.script.ScriptExecutor.getSQLFiles(ScriptExecut
    or.java:2731)
    at com.bea.plateng.domain.script.ScriptExecutor.loadDB(ScriptExecutor.ja
    va:1056)
    at com.bea.plateng.domain.script.jython.WLScriptContext.loadDB(WLScriptC
    ontext.java:815)
    ... 40 more
    here is the script.log part:
    2007-01-23 08:50:12,127 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - find JDBCConnectionPool "CCFFMainPool" as obj5
    2007-01-23 08:50:12,127 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - succeed: find JDBCConnectionPool "CCFFMainPool" as obj5
    2007-01-23 08:50:12,127 INFO [main] com.bea.plateng.domain.script.ScriptExecutor - loadDB obj5
    2007-01-23 08:50:12,137 DEBUG [main] com.bea.plateng.domain.script.ScriptExecutor - ScriptExecutor JDBCInfo:
    DB2 Any:
         CCFF_L1-tables.sql
         Initial_Insert.sql
    2007-01-23 08:50:12,137 DEBUG [main] com.bea.plateng.domain.script.ScriptExecutor - Database name:

  • No jre version found in launch file error

    I am trying to launch an application using jre 1.6.0_04 and get the error< "no JRE version found in launch file for this system"
    i do have the proper jre installed

    post the jnlp file and forum can see what the syntax errors are.
    /Andy

  • Qt creator "no valid QT versions found"

    Hello, I am unable to open my old project with qt creator or create a new one. After opening the old project I get "no valid QT versions found" and that I should add the QT version via the maintenance tool of the SDK. So my question, why doesn't qt creator work anymore and if I am the only one having this problem and if yes, is there a "QT maintenance tool" in the repository?

    Here is a list of them:
    local/avidemux-qt 2.5.6-1 [6.09 MB]
        A graphical tool to edit video (filter/re-encode/split) - QT GUI
    local/lib32-qt 4.8.0-1 [33.21 MB]
        A cross-platform application and UI framework (32-bit)
    local/libqzeitgeist 0.8.0-1 [0.38 MB]
        A Qt interface to the Zeitgeist event tracking system
    local/poppler-qt 0.18.2-1 [0.45 MB]
        Poppler Qt bindings
    local/qstardict 1.0-1 [1.03 MB]
        Qt4 clone of StarDict with full support of StarDict dictionaries
    local/qt 4.8.0-2 [90.28 MB]
        A cross-platform application and UI framework
    local/qtcreator 2.4.0-2 [47.80 MB]
        Lightweight, cross-platform integrated development environment
    local/qt-doc 4.8.0-1 [332.84 MB]
        The Qt gui toolkit documentation
    local/qtwebkit 2.2.1-1 [25.18 MB]
        An open source web browser engine (Qt port)
    local/speedcrunch 0.10.1-2 [2.45 MB]
        Simple but powerful calculator using Qt
    local/wpa_supplicant_gui 0.7.3-1 [0.61 MB]
        A Qt frontend to wpa_supplicant
    Last edited by gorod (2012-01-10 16:29:10)

  • KKS1- Target cost version found zero

    Hi,
    We are using PPPI route for the creation of Process order..plant person convert planned order to process order, but due to some reason they can not confirm that order and finally without GR/GI they can do TECO the order...Now at the month end when costing team run KKS1, every time they can found error of those order...Error - Only remaining var. in version 0 - no target costs for order..."...My question is,can we remove this error during running of KKS1...
    Rajesh Mehta

    Hi!
    Are you using target cost for Production Order? Without having target cost (Planned Cost), it is not possible to run transaction KKS1 (variance calculation)? Because for variance calculation, it will compare with your actual cost on the production order. Hope it useful to you.
    Thanks & Regards,
    Taral Patel

  • Report S_E38_98000088 - No version found in F4

    Hi,
    I am trying to execute the report S_E38_98000088 - Profit Center Group: Plan/Actual/Variance. I am not able to find the versions in F4 help.
    Could anybody let me know whether this is a Standard SAP behaviour or am I missing some configuration?
    Regards,
    GM

    Dave,
    Have a look in my blog:
    http://deneskubicek.blogspot.com/2007/03/csv-export-problem.html
    There is an explanation on how to avoid that.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • No versions found in VRSD table

    Hello,
    there was transports from dev envirement, but the VRSD table doesnot contain any version management information for the objects concerned by these transports.
    any idea ?
    Regards.

    Hi Suhas,
    Thanks for your quick response.
    Yes I have run SE14 and activate & adjust the database, But problem is same.
    My select query is:
    SELECT VBELN
             PI
             GJAHR
             KUNNR
             GPD
             GPI
    INTO TABLE I_GP_DATA
    FROM ZFI_GP_DISCOUNTS
    WHERE AUGDT BETWEEN ZFI_GP_DISCOUNTS-AUGDT AND ZFI_GP_DISCOUNTS-P_DATE
    AND DOC_NO EQ SPACE.
    Thanks & Regards,
    Hemant Maurya

  • If i buy an app on mac will it work on my ipad given that the app has ipad versions (found through the ipad)

    if i buy an app on my mac (example audio note) will it also sync to my ipad or will i have to buy the ipad version too?
    thank you

    If you buy an App in the Mac App Store, it will not run on your iPad. If you buy an iPad App on your Mac via iTunes, you can sync that to your iPad, but you can't run that on your Mac. You will have to buy 2 versions to run it on both.

  • Which method to reinstall a clean version of Mavericks?

    I'm getting thoroughly confused as to the method(s) afforded to me to reinstall Mavericks cleanly. My machine came pre-loaded with 10.9.0. Since buying a new customised iMac four weeks ago I've been struggling not only with a blurry display but also with myriad bugs. I've been so busy with all of that that I've not had time yet to acquire and install my own additional apps. I've tried one Mavericks update, from the Apps Store, bringing it to 10.9.2 but it made zilch difference to any of my problems.
    Using the Web to bone up on how to download a fresh copy of Mavericks and then to put it on to a bootable USB drive has revealed that there are several methods for doing this. However, each involves multiple procedures and if you don't do them just right you risk ending up with a dead machine. But amongst the many articles I looked at was this:
    http://www.macworld.com/article/2056561/how-to-make-a-bootable-mavericks-install -drive.html
    in which Dan Frakes states in a section called 'A note on installer compatibility' that owners of Macs that came with Mavericks pre-installed aren't allowed to download a new copy of Mavericks with which to do as they wish. Instead, only an 'Internet Recovery' install is permitted.
    Then, on these forums I've seen reference to this, which seems to suggest that a copy of Mavericks, other than the one being used, is stored on the Mac and simply needs to be envoked:
    http://support.apple.com/kb/ph14243?viewlocale=en_US
    Errh, or does it?
    Going back to the macworld article, is Frakes's contention true? Could I only envoke an Internet Recovery (and that only), where presumably all control will taken away from me and a download-and-install done all in one operation? (There might be issues in my case, as my internal HD's partitioned).
    I've of course been doing Time Machine backups along the way but TM backups will only deal with the system disk's contents as delivered initially, including any bugs or damaged files that might have been there at that time. Only a clean install of some kind, from a newly-acquired copy of the Mavericks file, will be the sensible thing to do, therefore, if I want to try the fix the current problems with my Mac.
    But then there's the Apple Support note about using Recovery for reinstalling the OS. What makes this different to an Internet Recovery? In this case, is Recovery done from a good copy of Mavericks stored on the Mac (seems very unlikely), or is this in fact the same as Dan Frakes's Internet Recovery, except that the Apple Support note doesn't go on to say that the Internet will be automatically accessed?
    Has anyone using these forums been in this situation yet and discovered the ins and outs of trying to download and install a clean version of Mavericks, when the current OS on their Mac is already Mavericks?
    Going to the Apps Store (at which I've registered) and looking up the description of the Mavericks Installer file there, a small button on the webpage indicates that it's free and, certainly in my case, there's no wording there to indicate that I'll not be permitted to download it. But perhaps that won't happen until I actually try to do it?!

    Kappy,
    Sorry I've not responded for a few days. I've been busy with important issues outside of computing.
    I've read your response many times over and although I still find it confusing, it appears that at long last you're beginning to agree with me - that machines that already have a copy of Mavericks pre-loaded are a special case, in that with them you can't just go to the OSX Mavericks Installer at the Apple Store and download the file there, with a view to performing a reinstall of it and/or to make a bootable copy of it, and then expect it to work. Instead, the only options available are to use what's called 'OSX Recovery', or 'Internet Recovery', two mechanisms that are especially built into the Mavericks Mac itself. Now, I might still have got this wrong but I think that the former will restore a copy version of Mavericks on the machine as loaded by the factory (not from Time Machine), whereas the latter will specifically download a new copy of Mavericks from a dedicated Apple server (not the same file as found at the Apps Store). Either mechanism will require the Internet to be accessed.
    From all of the research on this that I've done by looking through other postings in these and other forums, there's widespread misunderstanding of this, in my opinion. From what I've read, I think the majority who've written about it have got it wrong and only one or two have realised that, for current post-Mavericks machines, what you're actually permitted to download is quite limited and specific. Indeed it's very easy to get this so wrong that if you attempt it without truly understanding it you can easily end up with a dead machine and no copy at all of Mavericks! Both OSX Recovery and Internet Recovery require the system disk to be erased before the replacement copy of Mavericks is added to it, but if something goes wrong with the download, for example, or you find you're not permitted to download the file anyway (because you've requested the wrong Mavericks file), you've basically had it!
    Why on earth Apple has devised such a complex mechanism in the first place is quite beyond me. I can only presume that, because hard install media (CDs, DVDs) has now been consigned to the past, Apple's become paranoid about the possibility of people downloading copies of the OS to put on their own media and it then possibly getting illegally distributed. But Mavericks is hardly likely to work on a non-genuine Apple machine anyway, and Mac-ers are allowed to now update from earlier versions of the OS for free, so where's the problem? I just cannot fathom why Apple doesn't simply provide a ready-made USB memory stick with a copy of the OS on it when someone buys a Mac. There are surely ways of locking the stick both to keep it safe from erasure or corruption and to associate it, by way of serial.no., with only a specific machine?
    Anyway, back to the problem in hand. My understanding - and I'll be the first to hold up my hands and admit that I'm a complete idiot if I'm wrong - is that post-Mavericks machines (such as mine) incorporate a normally-hidden zone on the system drive (or system partition) that holds: a presumed good copy of Mavericks, a Disk Utility, a minimal form of the Safari browser, and the Restore mechanism for Time Machine. If, therefore, you wish to reinstall the OS from this copy, then you would envoke specifically OSX Recovery. You'd type Cmd + R during a restart. You'd need to assume that the copy of the OS (not the copy you've been using) is therefore good and totally uncorrupted (which it might not be!), but at least this recovery method should be relatively fast. My guess is that the Internet access requirement for this is purely for authorisation purposes (reading the machine's serial no. and doing a quick check on the hardware) and nothing else.
    Incidentally, for both recovery methods, Apple strongly advises that you ensure that your router is configured to DHCP. Look very carefully in:
    http://support.apple.com/kb/ht4718
    I assume this is because of the simplified nature of the Internet access by the minimal browser contained in the Recovery zone and also the presumed minimal status of the Network software on the machine. This unfortunately will mean a separate and very awkward additional task for those of us who are not using DHCP. And then a repeat of that later on, to put the router back to its normally-required state. Jeez, all this palaver just to try to end up with a decent copy of the OS on the machine!
    My understanding is that OSX Recovery renders you effectively an on-machine backup copy of Mavericks but with all your files and settings remaining intact. (At one stage I had a suspicion that the backup copy was a download from an Apple server, but now I'm not so sure and instead I think it's from a copy of the OS kept in the Recovery zone on the HD from Day One). Bear in mind that if the Recovery zone, or specifically OSX Recovery, has become corrupted or there are bad files amongst the copy OS, all you'll end up doing is putting another corrupted version of Mavericks back. There's really no substitute, in my view, for a proper clean install, and so for this you need to envoke Internet Recovery instead, the alternative mechanism.
    Internet Recovery follows a similar procedure, except that you use Cmd + Option + R during the first restart. You follow the instructions through, and before Recovery attempts to connect the machine with the Apple server you're required to wipe the entire system drive. Unfortunately if you've partitioned your system disk, then this will cause a problem, possibly causing the procedure to freeze (see the above kb article). So you've no real option but to save any precious files in them and to delete those partitions beforehand, reconstructing them later on, when hopefully the full Internet Recovery will have succeeded. After the server performs a couple of checks on your machine the 'guaranteed clean' version of Mavericks is then downloaded, straight into the system drive, along with a copy of the Recovery zone. My assumption is therefore that the Internet Recovery download will be at least 13GB, if not more. OSX Recovery, by comparison, should be in the region of 6GB. Anyone on a slow Internet connection will therefore experience some very frustrating hours, if not days, waiting for the Internet Recovery download to complete. Even after that there'll be many minutes before the whole process ends and the machine finally boots back up into the Welcome screen.
    Incidentally, Apple seem to say that the version you're given in the download is the version found already on the machine. So, if you've originally had 10.9.0 and you've in the interim updated to 10.9.2, does the server give you 10.9.0 again, or 10.9.2? I guess it doesn't matter too much, as you're probably going to want to download the updates and any missing iLife apps again anyway - but it'd be nice to know early on. Another ambiguity, in my view.
    Looking back at your last statement in your posting of 25th March, Kappy, what you've written there is of course true  - you're not permitted to download the Mavericks Installer file from the Apps Store, and that any other non-legitimate copy elsewhere on the hard drive will ultimately fail - but with an important caveat: Yes, you're not permitted to download Mavericks from the Apps Store in that instance, but you are still permitted to get a different and bigger file (the 'full' file which includes all of Recovery) from a different Apple server elsewhere. And that's Internet Recovery.    
    Now, do tell me, have I understood this properly? If you reckon you're truly up to speed on this and you think I'm still wrong over one or two things, do point them out.
    Actually, when I performed my recent update to 10.9.2 the screen went blank halfway through the download and remained so for some time. (The download took over 30 mins). It did nonetheless appear to complete. However, my working copy of Mavericks now seems even more buggy than the version supplied on the machine originally. So, this is why I'm seriously contemplating a full clean install now (Internet Recovery). At the time of the update, my router was configured to be using fixed addressing, not DHCP, so possibly that caused a big hiccup in the download. Somehow, I can't believe that that would be a requirement for everyday updating of the OS and apps, though. That'd be ridiculous.

  • Hi! this Misspreppie, my current version is iPhoto "11 v. 9.13 2002-11

    Hi!  from misspreppie: someone was helping with my iPhoto which was in mode READ-   Sorry, I did not reply sooner but I walk away from my computer and from home for 2 days, I was very stress out about iPhoto.  Here is a reply to the last email: My current version is iPhoto "11 v. 9.13 2002-11
    The first thing I recommend is backup your mac. Are you using time machine if so run a backup. No, I do not have time machine.
    Have you recently upgraded to iLife 11? YES, 2 months ago.  Run software update from the Apple menu please to get everything up-to-date. I did, my updates are automatic.  If there are updates, apply those especially if iPhoto related then run software update again until your mac indicates that there are no more updates. The reason I ask is because the message you so kindly left appears to indicate this and the otherwise old library needs to be updated for use with a later version of iPhoto. The second message though appears to suggest that an older version of iPhoto has been installed and that older version found a library to new to work with. My first iphoto library is older, I created another library a year ago to Library 2. Please let me know. Can I delete the first older iPhoto library? and create a iPhoto library copy 2? Well later I will buy an external drive that way i will use time machine.
    Your photos on your iPhone which is great. I know this can be frustrating and confusing when things don't work as expected but I will be here to help you. I know I still have the photos I took from my iPhone 4 but I cannot connect my iPhone to my computer till i fix all my pictures.  I sill want to klnow why my current library
    Can I ask you to perform a short test please? There may be a secondary underlying issue that I need to account for.
    1) Quit iPhoto if open
    2) hold the alt (option) key on your keyboard, with the key held down continuously, click the iPhoto icon until you get a window with the message "What photo library do you want iPhoto to use?" I was tired and i created a new library, I transfer library 2 and it works.
    3) You can let go of the alt key now
    4) Click Create New
    I did all of the above the first time I join the group, and created a new library and deleted and then created another one which is final.
    5) Name it test and save please. Yes, Tell me how to save? Please
    6) Does iPhoto remain open but you see a blank library (no photos?)***
    ***Don't worry this is a new library to test if iPhoto is working.
    Please report back on the status of a backup, the status of software update and the test iPhoto Library and whether iPhoto opens and remains open. It's a new library and it works, but most of my photos from iPhoto 11 are there, but I got double events or photos.  QUESTION: How do I delete the double pictures?  I'm getting tired to do it manually.  I think the first time I created a iPhoto library 2, I click double.  (2 years ago)
    Please go to the iPhoto menu (top left of screen next to the Apple menu) for me and click About iPhoto and indicate in your reply the version of iPhoto in use.  iPhoto 11 version 9.13 (607) copyright 2002-2011
    Please tell me which of the enclosed I should delete
    I want to delete the first iPhoto Library and keep Library 2 and save it. and keep it on applications
    iPhoto library_2 alias
    iPhoto library_2 dmg
    iPhotoipsot
    iPhotolock2.data
    iPhotolock2.data though iPhoto12.data
    iPhotolock.data
    iPhotolock.data zip
    iPhotomain.db
    I know I have to keep few,  but i must delete the first version.
    I will check back shortly for an answer.
    Thanks for being so patient.  I appreciate your help with my iPhoto library.   PLEASE Tell me how to delete the double pictures on my new iPhoto library 2

    Until your project is finished, you can ONLY work on it using your laptop.  Don't try to work on it using a different machine.
    Unless you RENT CS6 -- that is, you didn't purchase it, but pay a monthly fee to use it -- you won't have acess to 13.0.2.
    This isn't a simple update -- this is installing a new VERSION of the software, and beginning with version 12, the software is rented.
    So get your project done on your own machine, then worry about whether or not you should incur a monthly expense to have the latest version of AE.  Don't change horses in mid-stream!
    Now, there IS a way to work on both your laptop and that other machine, but it is downright messy!  It also involves having access to AE Creative Cloud (aka Version 12) on that machine -- so until you can confirm that fact, I'm not even going to describe the messy process.
    I stick to my original advice -- keep the project on the laptop unless you enjoy missing deadlines.  Or due dates.

Maybe you are looking for

  • How can i delete the sync musics in my ipod?

    how can i delete the sync musics in my ipod..well in fact i already changed my settings..i already use manual choosing of musics and videos..how can i delete the sync music?? beacause i really dont like the sync musics, pls help me...

  • IPhone sending message as imessage instead of SMS to Nokia

    My wife has switched to a Nokia Lumia and given me her old iphone 4. The iPhone has been unlocked and resynced and everything has switched over successfully, The only issue is that, when I try to send her a text, my iPhone (her old iPhone) tries to s

  • MBP can't find SSD after kernel panic

    I installed a Crucial  M500 240GB SATA 2.5-Inch 7mm drive using an Other World Computing adapter into my MacBook Pro back in October.  It has been working very well until yesterday.  I typically leave my laptop on and just close the case.  When I ope

  • Using the Apple TV can I stream face time though to the TV the apple TV is hooked up to?

    Usung the apple TV can I stream face time though to the TV the apple TV is hooked up to?

  • Urgent: sizing a JEditorPane issues

    Hi, I need to build a table of HTML formatted text entries, where each of the entries is essentially a JEditorPane. So what I do is 2 JPanels, each of which has a Gridlayout. Into these I put components which are Jpanels containing a JEditorPane each