CS6 returns wrong  version number?

Hi all,
In Javascript, "apps" global object return "photoshop-60.032".
alert(apps);
result is below...
fireworks-10.0,fireworks-11.0,fireworks-12.0,aftereffects-11.0,ame-4.0,ame-5.0,ame-6.0,aud ition-5.0,bridge-2.0,bridge-3.0,bridge-4.0,bridge-5.064,devicecentral-1.0,devicecentral-2. 0,devicecentral-3.0,dreamweaver-10.0,dreamweaver-11.0,dreamweaver-12.0,dreamweaver-9.0,enc ore-6.0,estoolkit-2.0,estoolkit-3.0,estoolkit-3.5,estoolkit-3.8,exman-2.0,exman-5.0,exman- 6.0,flash-10.0,flash-11.0,flash-12.0,flash-9.0,flashbuilder-4.5,flashcatalyst-1.0,illustra tor-13.0,illustrator-14.0,illustrator-15.0,illustrator-16.064,incopy-8.0,indesign-5.0,inde sign-6.0,indesign-7.0,indesign-8.0,photoshop-10.0,photoshop-11.032,photoshop-12.032,photoshop-60.032,prelude-1.0,premierepro-6.0,stockphotos-1.5,switchboard-2.0
Is this correct?
Ten

Thank you for your rely.
But in this time, I need to access specifier to use BridgeTalk. And I need to know It is only me or not. (something wrong in my installation or not? )
After that, I read some documents, and find this version number in Javascript tool guides. It's correct response and maybe Adobes mistake.
Ten

Similar Messages

  • SSL "SSL3_GET_RECORD:wrong version number" error using Mail

    I have set up an SSL proxy and I am trying to send a message through it to my mail server.
    The proxy's log shows a "SSL3GETRECORD:wrong version number" error whenever Mail tries to send a SSL message.
    I have been told that this error means that the proxy's certificate is using SSL3 but Mail is using a different version of SSL.
    Does anyone know what version of SSL Mail uses, or how to change it to use version 3?
    Thanks,
    James.

    That's peculiar. Sounds like you're experiencing issues communicating over SSL somewhere.
    Can you share some details with me? Feel free to ping me at andrl {at} microsoft.com
    Some things that'll help troubleshoot:
    - When and where are you seeing the error? Please provide a stack trace if you have one.
    - Is your host behind a proxy that has https disabled? Is this running on Azure or somewhere else?
    - What version of openssl, node.js, and documentdb client are you running?
    * To find the version of openssl - run "openssl version" in a terminal.
    * To find the version of node.js - run "node -v" in a terminal.
    * To find the version of documentdb client - look inside the package.json for your project.

  • AppManifest.xml is being generated with the wrong version number

    I am having a interesting problem which is preventing me from submitting an update to my app to the Windows Phone Store. I have done this 100 times and something is wrong with visual studio building the .xap file. Steps I am taking:
    Update all version references in project settings and appmanifestWM to 1.4.0.0
    Build Release version
    Copy .xap from /bin/release
    Upload as an app update to windows phone dev site
    What happens is that the current version of the app (1.3.1.0) is still listed as the version of the app that the submission page is parsing out of the version (1.4.0.0) .xap file. I unzipped the xap file and looked at the appmanifest files and found that
    the AppManifest.xaml has the correct version number but the AppManifest.xml still has version 1.3.1.0. If anyone could help me resolve this issue it would be greatly appreciated.

    Thanks for your reply. I believe it is a bug with my solution because I have now tried all of these steps on two computers and uploaded using two different browsers and I still get a AppManifest.xml file that has version 1.3.1.0. I will copy and paste the
    unzipped code from the AppManifest.xml file.
    <?xml version="1.0" encoding="utf-8"?>
    <Package xmlns="http://schemas.microsoft.com/appx/2010/manifest" xmlns:m2="http://schemas.microsoft.com/appx/2013/manifest" xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:build="http://schemas.microsoft.com/developer/appx/2012/build" IgnorableNamespaces="build">
    <!--
    THIS PACKAGE MANIFEST FILE IS GENERATED BY THE BUILD PROCESS.
    Changes to this file will be lost when it is regenerated. To correct errors in this file, edit the source .appxmanifest file.
    For more information on package manifest files, see http://go.microsoft.com/fwlink/?LinkID=241727
    -->
    <Identity Name="50523CameronStair.MyDebts" Publisher="CN=FA4BA529-B82F-4A0F-A35C-6700BC51B3E1" Version="1.3.1.0" ProcessorArchitecture="neutral" />
    <mp:PhoneIdentity PhoneProductId="c805a27c-951f-4c0d-a831-1126f9a70563" PhonePublisherId="51beaec0-db37-4002-81de-5e138a756b34" />
    <Properties>
    <DisplayName>MyDebtsApp</DisplayName>
    <PublisherDisplayName>Cameron Stair</PublisherDisplayName>
    <Logo>Assets\StoreLogo.png</Logo>
    </Properties>
    <Prerequisites>
    <OSMinVersion>6.3.1</OSMinVersion>
    <OSMaxVersionTested>6.3.1</OSMaxVersionTested>
    </Prerequisites>
    <Resources>
    <Resource Language="EN-US" />
    </Resources>
    <Applications>
    <Application Id="App" Executable="AGHost.exe" EntryPoint="MainPage.xaml">
    <m3:VisualElements DisplayName="My Debts" Square150x150Logo="Assets\SquareTile150x150.png" Square44x44Logo="Assets\Logo.png" Description="A debt tracker app." ForegroundText="light" BackgroundColor="#464646" ToastCapable="false">
    <m3:DefaultTile Square71x71Logo="Assets\SquareTile71x71.png"></m3:DefaultTile>
    <m3:SplashScreen Image="Assets\SplashScreen.png" />
    </m3:VisualElements>
    <Extensions>
    <Extension Category="windows.backgroundTasks" EntryPoint="AgHost.BackgroundTask">
    <BackgroundTasks>
    <Task Type="systemEvent" />
    </BackgroundTasks>
    </Extension>
    </Extensions>
    </Application>
    </Applications>
    <Extensions>
    <Extension Category="windows.activatableClass.inProcessServer">
    <InProcessServer>
    <Path>AgHostSvcs.dll</Path>
    <ActivatableClass ActivatableClassId="AgHost.BackgroundTask" ThreadingModel="both" />
    </InProcessServer>
    </Extension>
    </Extensions>
    <Capabilities>
    <m3:Capability Name="contacts" />
    </Capabilities>
    <build:Metadata>
    <build:Item Name="TargetFrameworkMoniker" Value="WindowsPhone,Version=v8.1" />
    <build:Item Name="VisualStudio" Version="12.0" />
    <build:Item Name="VisualStudioEdition" Value="Microsoft Visual Studio Professional 2013" />
    <build:Item Name="OperatingSystem" Version="6.3.9600.16384 (winblue_rtm.130821-1623)" />
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="12.0.31101.0" />
    <build:Item Name="ProjectGUID" Value="{C805A27C-951F-4C0D-A831-1126F9A70563}" />
    <build:Item Name="MSAdvertising" Version="6.1" />
    <build:Item Name="MakePri.exe" Version="6.3.9600.17298 (winblue.141024-1500)" />
    </build:Metadata>
    </Package>
    As you can see the package version being generated is wrong. Can you explain where exactly in the solution that value is taken from? I thought it was from WMAppManifest but I could be wrong. 
    Edit: In looking at the code above and then rereading what I wrote I realized my blaring error. I completely forgot that Silverlight 8.1 apps have an appxmanifest as well and that data is drawn from that as well as WMAppManifest. I never updated the version
    in that appxmanifest. Thank you for the help and I apologize for my stupidity.

  • More issues with 5.2.0.26.3 - wrong version number reported?

    Fresh build, patched to 5.2.0.26.2 no problem.
    Then, patch the box to 5.2.0.26.3:
    exc2-acs-1402/admin# acs patch install 5-2-0-26-3.tar.gpg repository networktools-patch
    Installing ACS patch requires a restart of ACS services. Continue?  (yes/no) yes
    Stopping ACS.
    Stopping Management and View.......................
    Stopping Runtime......
    Stopping Database....
    Cleanup.....
    Stopping log forwarding .....
    Installing patch version '5.2.0.26.3'
    About to install files
    Removing old war
    Removing old war
    Removing old war
    /opt/CSCOacs/patches/5-2-0-26-3
    Patch '5-2-0-26-3' version '5.2.0.26.3' successfully installed
    Starting ACS ....
    To verify that ACS processes are running, use the
    'show application status acs' command.
    exc2-acs-1402/admin# show application status acs
    ACS role: PRIMARY
    Process 'database'                  running
    Process 'management'                running
    Process 'runtime'                   running
    Process 'view-database'             running
    Process 'view-jobmanager'           running
    Process 'view-alertmanager'         running
    Process 'view-collector'            running
    Process 'view-logprocessor'         running
    Reload, have a look at show version:
    exc2-acs-1402/admin# show version
    Cisco Application Deployment Engine OS Release: 1.2
    ADE-OS Build Version: 1.2.0.182
    ADE-OS System Architecture: i386
    Copyright (c) 2005-2009 by Cisco Systems, Inc.
    All rights reserved.
    Hostname: exc2-acs-1402
    Version information of installed applications
    Cisco ACS VERSION INFORMATION
    Version : 5.2.0.26.2
    Internal Build ID : B.3075
    Patches :
    5-2-0-26-3
    5-2-0-26-2
    Have a look at the version number - patch successful but version shows 5.2.0.26.2?
    Thanks
    Rob

    It shows that patch 3 is installed, but as you point out, the version is reported as 5.2.0.26.2
    What does the GUI show?
    It may be a cosmetic big, you should open a TAC case so we can confirm.

  • Upgrading to CS6 returns: "This serial number is not for a qualifying product"

    I have CS5 and have been using it for about 2 years. The Serial number for CS5 it is registered to my adobe id.
    So i decided to upgrade to CS6 today. I then registered that to my adobe id as well.
    When i open CS6 and enter my new serial number, it tells me:
    Serial Number you provided is valid, but a qualifying product could not be found on this computer
    Which is strange because CS5 is currently installed and running on this computer
    So it then prompts me to select a previous product that I own and enter the serial number for that. So I select CS5 and enter the serial number for my CS5 license.
    However, it then tells me: "This serial number is not for a qualifying product. Please try another"
    But it doesn't tell may any further details. I.e. Why is it not valid?
    Can you help?
    Thanks!

    Brazzers234 is the serial number for CS5 also an upgrade?  The upgrade process is looking for a full version serial number.  You can determine what type of serial number is registered under your account at http://www.adobe.com/.  For additional details please see Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.
    If you have verified that the CS5 serial number is a full version serial number or your previous full version serial number is still not accepted then please contact our support team directly at Contact Customer Care to verify the validity of the previous version serial number.

  • Returns wrong row number with ENTER key in JTable...

    I am having a problem to get exact row number ofJTable when ENTER key is pressed.
    table.getSelectedRow() always retuns one more value when ENTER key is pressed(fired). like
    if i have 5 rows in a table and when my focus is on 1st row and then i press enter key focus moves to next row and it returns 1 instead of 0 for the 1st row.
    I have written a code bellow, please check it out and tell me why it happens. Please click on Add Row button for creating rows in table.
    import javax.swing.*;
       import javax.swing.table.*;
       import java.awt.*;
       import java.awt.event.*;
       import java.util.Vector;
       class TableTest extends JFrame {
         MyTableModel myModel;
         JTable table;
         JButton button;
         JButton buttonQuery;
         int count = 0;
         public TableTest() {
           myModel = new MyTableModel();
           table = new JTable(myModel);
           table.setPreferredScrollableViewportSize(new Dimension(500, 200));
           JScrollPane scrollPane = new JScrollPane(table);
          table.addKeyListener(new KeyAdapter(){
              public void keyTyped(KeyEvent ke)
                if(ke.getKeyChar() == ke.VK_ENTER){
                  System.out.println(table.getSelectedRow());
           getContentPane().add(scrollPane, BorderLayout.CENTER);
           getContentPane().add(button = new JButton("Add Row"),
           BorderLayout.SOUTH);
           getContentPane().add(buttonQuery = new JButton("Query"), BorderLayout.NORTH);
           button.addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent e) {
          Object [] aRow = new Object [8];
         String aRow1;
         for (int i=0; i<5; i++) {}
         myModel.addRow(aRow);
       buttonQuery.addActionListener(new ActionListener() {
         public void actionPerformed(ActionEvent e) {
           System.out.println(myModel.getRowCount());
           System.out.println(myModel.getValueAt(1, 3));
       addWindowListener(new WindowAdapter() {
         public void windowClosing(WindowEvent e) {
           System.exit(0);
       class MyTableModel extends AbstractTableModel {
       protected final String[] headers =
       { "No", "Vehicle No", "Date of Loss", "Image Type", "Image Description", "Claim Type", "Scan Date", "User Id" };
       Vector data;
       MyTableModel() {
        data = new Vector();
       public int getColumnCount() {
         return headers.length;
       public int getRowCount() {
        return data.size();
       public Object getValueAt(int row, int col) {
       if (row < data.size() && col < 8) {
         Object [] aRow = (Object []) data.elementAt(row);
       return aRow[col];
       } else {
         return null;
       public void addRow(Object [] aRow) {
         data.addElement(aRow);
        fireTableRowsInserted(data.size()-1, data.size()-1);
       public static void main(String[] args) {
       TableTest frame = new TableTest();
       frame.pack();
       frame.setVisible(true);
       }Regards..
    jaya

    Dear Jaya,
    I have a look at your code. And modified a bit as well to really check the getSelectedRow(). Here's the modified code: I think when key event fired, the table row is changed and then is displays the get selected row. You can check this, if you are on the last row, and you press enter, it displays 0, it means first it changes the row and then displays the selected row which is obviously rowNumber+1.
    Hope it helps.
    import javax.swing.*;
    import javax.swing.table.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.Vector;
    class TableTest
        extends JFrame {
      MyTableModel myModel;
      JTable table;
      JButton button;
      JButton buttonQuery;
      JButton buttonSelectedRow;
      int count = 0;
      public TableTest() {
        myModel = new MyTableModel();
        table = new JTable(myModel);
        table.setPreferredScrollableViewportSize
            (new Dimension(500, 200));
        JScrollPane scrollPane = new JScrollPane(table);
        table.addKeyListener(new KeyAdapter() {
          public void keyTyped(KeyEvent ke) {
            if (ke.getKeyChar() == ke.VK_ENTER) {
              System.out.println(table.getSelectedRow());
        getContentPane().add(scrollPane, BorderLayout.CENTER);
        getContentPane().add(button = new JButton("Add Row"), BorderLayout.SOUTH);
        getContentPane().add(buttonQuery = new JButton("Query"), BorderLayout.NORTH);
        getContentPane().add(buttonSelectedRow = new JButton("Get Selected Row Number"), BorderLayout.NORTH);
        button.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            Object[] aRow = new Object[8];
            String
                aRow1;
            for (int i = 0; i < 5; i++) {}
            myModel.addRow(aRow);
        buttonSelectedRow.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            System.out.println("Selected Row is: " + table.getSelectedRow());
        buttonQuery.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            System.out.println(myModel.getRowCount());
            System.out.println(myModel.getValueAt(1, 3));
        addWindowListener(new WindowAdapter() {
          public void windowClosing(WindowEvent e) {
            System.exit(0);
      class MyTableModel
          extends AbstractTableModel {
        protected final String[] headers = {
            "No", "Vehicle No", "Date of Loss", "Image Type", "Image Description",
            "Claim Type", "Scan Date", "User Id"};
        Vector data;
        MyTableModel() {
          data = new Vector();
        public int getColumnCount() {
          return headers.length;
        public int getRowCount() {
          return data.size();
        public Object getValueAt(int row, int col) {
          if (row < data.size() && col < 8) {
            Object[] aRow = (Object[]) data.elementAt(row);
            return aRow[col];
          else {
            return null;
        public void addRow(Object[] aRow) {
          data.addElement(aRow);
          fireTableRowsInserted(data.size() - 1, data.size() - 1);
      public static void main(String[] args) {
        TableTest frame = new TableTest();
        frame.pack();
        frame.setVisible(true);

  • SWF Investigator Reading Wrong Version Number

    Using CS6 to publish out at v10.3 though when I load my swfs into SWF investigator it's outputting v12. When I publish my files at v11, SWF investigator is outputting v15. Anyone else have this issue? This is not the case when I use CS5. Workarounds? We have an internal system checkpoint that blocks any files over 10.3 so this is blocking our workflow.
    Much appreciated in advance.

    Adobe recently changed the versioning structure for SWF files. This blog entry gives a bit of an overview: http://blogs.adobe.com/airodynamics/2011/08/16/versioning-in-flash-runtime-swf-version/

  • WL Apache plugin Bug: ServletRequest.getServerPort returns wrong port number.

    When using apache plugin with weblogic51 on solaris
              ServletRequest.getServerPort returns 7001 when it should return 80.
              request URL: http://servername/weblogic/SnoopServlet.jsp
              Request information
              Request Method: GET
              Request URI: /SnoopServlet.jsp
              Request Protocol: HTTP/1.0
              Servlet Path: /SnoopServlet.jsp
              Path Info:
              Path Translated: /weblogic51/myserver/public_html/SnoopServlet.jsp
              Query String:
              Content Length: -1
              Content Type:
              Server Name: sundev.body.com
              Server Port: 7001
              Authorization Scheme:
              Thanks,
              Alex
              

    In the default php.ini is set open_basedir which limits work with php only to few directories (and directories bellow them). There is set /srv/http, /home,/tmp and /usr/share/pear by default.
    To allow your vhost you should add /data/www or set empty value.

  • Flash detects wrong version number in one account

    I have an iMac G5 with 2 user accounts on it. I go to http://www.adobe.com/software/flash/about/ to test the Flash version.
    In the main (admin) user account, it displays 10.1.102.64
    In the second (managed) account, it displays 9.0.20.0
    I tried uninstalling and reinstalling Flash, deleted Flash and Safari preferences. Nothing changes. The second account still detects Flash 9 and doesn't play any video.
    Suggestions welcome

    This path lead me to finding some other outdated apps/plug-ins in the second user's account that caused some minor problems.
    I suspect migration assistant may have installed them when I moved that account from an older iMac G4 onto the iMac G5. So the lesson of the day is: check the user's library and not just the system library.

  • Wrong version of an entity bean object being updated

    We are having a problem with an entity bean that uses bean managed persistence. The "order" entity bean has
    been used as part of our Order Routing System for the last 2 years with no problems. The entity bean is
    accessed via calls from a "Order Manager" session bean. No change has been done to the entity bean but the
    frequency of calls from the session bean to update the entity bean have increased significantly.
    The "order" entity bean wraps an Order object that contains order properties (i.e. id, quantity, price,
    version, etc). The entity bean has a "void setOrder(Order param)" function that writes the Order to a database
    and a "Order getOrder()" function that clones and returns the internal Order object. The "ejbLoad()" function
    reads the Order object from the database and the "ejbStore()" function is not implemented.
    The "OrderEntityPK ejbFindByPrimaryKey()" function checks if the order entity primary key (an "int") exists
    on the database.
    We are using the SilverStream 3.5 application server as our EJB container. According to the SilverStream manual
    it does not maintain a pool of idle/unused entity beans, instead it instantiates beans as requested.
    Our problem is:
    1) The wrong version of the entity object is sometimes being updated (i.e. an old instance of the order entity is being
    picked up and updated on the database).
    2) We sometimes get a TransactionRequired exception thrown when we have concurrent updates to two different
    objects of the entity bean.
    Any idea as to what our problem could be?
    Thanks in advance for your help,
    The following are the main code snippets:
    Original Code
    Session Bean A
    Method 1 --- gets entity Bean B and calls a method on a different object passing this entity bean
              in as a parameter to enable a method on this bean to be called.
    EntityBean lOrderEntity = findOrderEntity(callerUnixLogin, currOrderId);
                   currOrder = lOrderEntity.getOrder();
                   //Logic to update the currOrder object via a method call.
                   persistManager.persistOrder(lOrderEntity, callerUnixLogin, currOrder, psTransactionType);
         persistManager.persistOrder Method:
                   lOrderEntity.setOrder(callerUnixLogin, order);
         findOrderEntity method:
    OrderEntity lOrderEntity = null;
              OrderEntityBeanPK orderPK = new OrderEntityBeanPK(orderId);
              try
                   if (orderEntityHome == null)
                        connectToOrderEntityBean(callerUnixLogin);
                   lOrderEntity = orderEntityHome.findByPrimaryKey(orderPK);
              ... etc
    Current Code
    Session Bean C
    Method 2 ---- calls method 1 in Session Bean A
    Calls to method 2 above happens in quick succession.
    OrderEntityBean class
    ... important methods ...
         private Order order = null;
         public OrderEntityBeanPK ejbFindByPrimaryKey(OrderEntityBeanPK primaryKey)
              throws FinderException, RemoteException, DBOException
              try
                   orderObjectManager.orderIdExists(primaryKey.orderId);
              catch (OMOrderValidationException exc)
                   throw new FinderException(exc.getMessage());
              return primaryKey;
         public void setOrder(String userUnixLogin, Order newOrder)
              throws EJBException, RemoteException, DBOException, OMFormattingException, OMOrderValidationException
              callerUnixLogin = userUnixLogin;
              int version = newOrder.getOrderVersion().intValue();
              if (order.getOrderVersion().intValue() == version)
                   order = null;
                   order = newOrder;
                   Integer newVersion = new Integer(version + 1);
                   order.setOrderVersion(newVersion);
                   newVersion = null;
                   order.setSysUser(callerUnixLogin);
                   orderObjectManager.updateOrder(callerUnixLogin, order);
              else
                   Debug.Print(userUnixLogin, "OrderEntityBean.setOrder: wrong version number for order " + newOrder.getOrdId() +
                        ": expected " + order.getOrderVersion() + " and got " + newOrder.getOrderVersion(), 0);
                   throw new OMOrderValidationException("wrongVersion", order, order.getOrdId(), IName.Order.VERSION, newOrder.getOrderVersion());
         public Order getOrder()
              throws EJBException, RemoteException
    return ((Order)order.clone());
    The following transactions exists for the entity bean ...
    Required:
         create and setOrder methods
    Not Supported
         findByPrimary and getOrder methods

    "The entity bean has a "void setOrder(Order param)" function that writes the Order to a database"
    This functionality should be performed in the ejbStore method().
    "a "Order getOrder()" function that clones and returns the internal Order object."
    Sounds reasonable, except for the cloning part.
    "The "ejbLoad()" function reads the Order object from the database"
    Cool.
    ""ejbStore()" function is not implemented."
    Whoops. Looks like your setOrder method is doing too much. It should do the inverse of getOrder (namely, setting the interal Order object), nothing more. Defer the persistence code to the ejbStore method.
    "According to the SilverStream manual it does not maintain a pool of idle/unused entity beans, instead it instantiates beans as requested."
    Manual? What's that? Assuming that is correct, better hope you don't ever get a high load. You might wanna look into JBoss.
    "2) We sometimes get a TransactionRequired exception thrown when we have concurrent updates to two different objects of the entity bean."
    How can you have concurrent access to two different objects?? Concurrency is inherently applicable to only one object.
    In summary:
    Write your beans properly, ejbLoad populates the bean with data, ejbStore persists the bean's data.
    Get a better (and possibly free) appserver.

  • WRT54G Version number not shown on sticker underneath the device?

    Hi All,
    First post.. I had looked through the FAQ w/o any answers.
    I have had my WRT54G for at least 3 years and had previously upgraded my firmware to 4.20.7.. just wanted to upgrade it again to 4.21.1 but acutally did not realize which version of the firmware I last used. Looking at the sticker underneath the device, it only shows WRT54G but does not show a version number... are there any other places where the version number is shown? I looked all over but was unable to do so.
    I supposed my version must be the "earlier" ones... are they "bad" consequences for flashing the wrong version number's firmware?
    Thank you all in advance.

    If it does'nt have a version with the model number of your router...then it is a version 1.... you can also verify this by the serial number....you can lookup wikipedia and find WRT54G there....they have a listing of these serial numbers with corresponding version numbers....but if you can see now that it does not have a version, pretty sure its a version 1....
    "You tried your best and you failed miserably! "

  • I downloaded the wrong version of a movie HD instead of SD, can I return it without having to purchase another copy?

    Over the weekend I purchased a movie through iTunes, unfortunately the format I meant to purchase was SD and not HD, Unfortunately I purchased the wrong version, and would like to "return" it if possible.  I intend to watch it on a larger screen that doe not support HD formatting.
    Does anyone know of a way to do this?

    iTunes: Purchasing and viewing HD videos - http://support.apple.com/kb/HT3209 - "When you purchase an HD video on a supported device or computer, only HD video will be downloaded. To download the SD version, you need to download the video again from your Purchased page."  Other details about which formats are downloaded and when.
    To set to download to HD:  Preferences > Store > change your preferred HD format to 1080p.
    To download as SD uncheck "Download HD when available"

  • SQL query return wrong Windows version

    when excuting   'select @@VERSION' returns wrong Windows version. Why?

    when excuting   'select @@VERSION' returns wrong Windows version. Why?
    SELECT @@VERSION will return SQLServer version and not windows version
    Even in case of sql, if you're seeing a different version from what your management studio suggests, then it may be that you're SSMS (client tool) is of another later version whereas the server instance which you're actually connecting to may
    be of different (earlier) version.
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Bad version number on Mac, but not PC

    I have a java applet that works fine in Windows. It works fine on Macs as long as I compile it with JDK 1.5. However, once I compile it with JDK 1.6 it loads in Windows, but it doesn't load at all in Mac OSX. I've tried compiling it with javac using -target 1.5 -source 1.5 and -target 1.4 -source 1.4 but no luck.
    None of the computers I have tested on have JRE version lower than 1.5. The Mac I tested it on has JRE 1.5.16. I've also tested it on Ubuntu with JRE 1.5, which didn't work, and 1.6, which did work.
    Here is the error from appletviewer in Mac:
    appletviewer testprogram2.html
    2008-10-16 16:17:22.269 appletviewer[436:10b] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
    2008-10-16 16:17:22.546 appletviewer[436:e13] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
    2008-10-16 16:17:22.812 appletviewer[436:613] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35
    Warning: Can't read AppletViewer properties file: /Users/miahx/.hotjava/properties Using defaults.
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:675)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:177)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
    at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:119)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:605)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:723)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:652)
    at sun.applet.AppletPanel.run(AppletPanel.java:326)
    at java.lang.Thread.run(Thread.java:613)
    It looks like there is still a version compatibility problem, but from researching this error, just adding the -target and -source java versions when compiling should fix it. Maybe I'm going about this all wrong?
    Any ideas?
    Edited by: nikkorizz on Oct 16, 2008 2:23 PM
    Edited by: nikkorizz on Oct 16, 2008 2:52 PM

    The above workarounds don't work for me on Windows, the only thing that has worked for me is to set the prefs to tabbed whilst the script is running.
    function tabInterface(onOff) {
    if(onOff == undefined) onOff=true;
        var desc19 = new ActionDescriptor();
            var ref8 = new ActionReference();
            ref8.putProperty( charIDToTypeID('Prpr'), stringIDToTypeID('interfacePrefs') );
            ref8.putEnumerated( charIDToTypeID('capp'), charIDToTypeID('Ordn'), charIDToTypeID('Trgt') );
        desc19.putReference( charIDToTypeID('null'), ref8 );
            var desc20 = new ActionDescriptor();
            desc20.putBoolean( charIDToTypeID('EGst'), true );
            desc20.putBoolean( stringIDToTypeID('openNewDocsAsTabs'), onOff );
        desc19.putObject( charIDToTypeID('T   '), stringIDToTypeID('interfacePrefs'), desc20 );
        executeAction( charIDToTypeID('setd'), desc19, DialogModes.NO );
    function isTabInterface(){
    var ref = new ActionReference();
    ref.putEnumerated( charIDToTypeID("capp"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
    return executeActionGet(ref).getObjectValue(stringIDToTypeID('interfacePrefs')).getBoolean(stringIDToTypeID( 'openNewDocsAsTabs'));

  • Got wrong version as a gift

    I got the teachers and student edition as a gift a while ago.  Not realizing it was for windows I submitted my proof of eligibility, and received my serial number.  Unfortunately, not after attempting to install it on my MacBook did I realize it was for windows rather than mac.  I obviously cannot return the program (I do not have the receipt, and it has been opened).  Is there anyway I can use the serial number and get the mac version instead?  The program was paid for, just the wrong version.
    Thank you!

    ZooLara which Adobe software and version are you referring too?  If it is the current version then please see Order product | Platform, language swap - http://helpx.adobe.com/x-productkb/policy-pricing/order-product-platform-language-swap.htm l for information on how to request a Macintosh version of the software.

Maybe you are looking for

  • Could I have damaged my hdd for unadequate ventilation?

    Hi, anyone thinks I could have damaged the internal HDD of mi mid 2011 mac mini by having papers/magazines on top of it while using? my HDD is not responding or restoring either and windows PC does not recognizes it now that I have taken it out of th

  • My mac randomly cut off and it won't turn back on, what do I do?

    I just bought my mac the other day and I was about to Facetime someone and it randomly cut off and it will not do anything. It wont even charge. I don't know anything about computers so I have no clue what to do. PLEEEAAASSSEEE HEELLPP!!

  • How to create a dimension with one level

    I created a cube with some dimensions, that have only a level, and this kind of dimensions bring me some problems when I want to use "OracleBI Spreadsheet Add-In" to consult the cube. The problem is that I can’t create a hierarchy with only a level

  • Order confirmation through email when it's created in VA01/changed in VA02

    Hi all,     I have a requirement whenever order created in VA01 or changed in VA02 for example order amount or shipment date, then order acknowledgement should go automatically to customers email id to update the customer. Right now we have layoutset

  • I need help about character with accent

    I usually use xtra DirectEmail. It's OK on Director MX 2004 but not on Director 12. Example: I receive "é" on my mail box when I send the character "é". I think it's a problem of Director version. Have you a solution?