Price version

Hi All,
My client has a unique requirement, they conduct R&D studies and have orders / studies that may go on anywhere from one month to three years.
And during this period the customer may request a change in study(order), this affects pricing for the study....it may go up or down. And this happens 3 - 4 times in a study.
We are integrating SD with Project System, where all the study activities would be planned and carried out. We will create a one line SO, which would trigger a Project in PS. And the costing will be done in PS and copied to SD.
Our pricing procedure will have a condition for 'Cost' and 'Mark-up' which will derive 'Price' (<b>PR00</b>), besides discounts and tax conditions.
Now the question is if we change the order i.e. manually change the <b>PR00</b> condition. Is there a way to track the change history?
The client would like to see the original PR00 value and then the change value as well.
This is a very critical requirement and I'm not able to figure out how to solve the problem.
Any help would be much appreciated.
Please let me know if u need further clarification.
Thanks.
Shashi.

Dear Shashi
You can certainly track in sale orders when the changes takes place by selecting "Environment --> changes".
But the best practice is that you maintain the pricing in <b>VK11</b> and whenever you want to change, you can change by going once again to <b>VK11</b>.  By this if you give a new price to the one already exists,  "<b>from</b>" date will by default change to the one on which day you make changes. 
By doing so, later on, if you what to see what prices you maintained in a different period, you can very well see by selecting <b>VK13</b>, enter <b>PR00</b> and select "<b>Condition Information</b>" on top.  Just give the Sales Organization and Customer Code and execute.  The report will display item wise price details with validity period of each.
Thanks
G. Lakshmipathi

Similar Messages

  • 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.

  • Apple Tv can't connect to iTunes when on same network through Airport Express

    Hello All,
    Its very rare i need to resort to the community for help but this one has me in a corner.
    I have a 2013 Airport Time Capsule (3TB not that it matters), and a 2nd Gen Airport Express, and 2 Apple TV's (3rd gens).
    Time capsule in basement of a large home. I can connect to the time capsule with iPhone 6, 4s, iPad 4, macbook air (2013 model), MBP (2012), mostly without issue however from time to time the signal gets kind of weak and cuts off occasionally from the iPad. Slows down a bit for the phones also. Not a huge deal, this is why I bought the airport express.
    The Apple TV's are in two bedrooms beside each other on the 2nd floor in my home (office and bedroom). The Airport Express i've tried in 3 different areas of the house (1- Main floor of home on top of fridge in kitchen, roughly 20 feet away from the time capsule through the floor, 2- Main floor at bottom of stairs heading up to 2nd floor and almost line of sight to doorways of the two bedrooms also 20 feet away from the time cause through the floor, 3- 2nd floor hardwired directly to one apple tv (2nd apple tv through double layer of drywall and 10 feet away.)
    In any of these locations the Apple TV's randomly get this issue where they do not see my Mac Mini which is hardwired to the time capsule, and running iTunes with all my movies shows and music of course. It gives me an error "Apple TV cannot connect to (name of library) as it may not be on the same network, please ensure iTunes is updated to the most recent version, and ensure you have the latest updates for your apple tv."
    On my MBP I was running Yosemite Dev Beta 8, which is fine if that doesn't work, but it did and still had this random issue.
    On my Mac Mini i was still running Mavericks with current iTunes (11.4 i believe, now 12 beta).
    I unplugged my airport Express from power, now everything is connecting to my time capsule and apple tv's stream fine mostly, however there are slow buffering issues and occasional wifi disconnects just due to 2 floors in-between and quite a distance also, among multiple wireless devices using the network.
    My questions are (yea yea a novel i know),
    1- If the airport express doesn't see any data going through it for a while, does it go into a sleep mode which might be causing this "iTunes not found" issue even though other devices are still able to see my shared library on my network?
    2- If yes to above - how can i shut that off?
    3- If no, then why is this happening?
    Mac Mini specs, i5 2.5ghz, 16 gb ram, 120gb ssd, 500 gb hdd, 2 TB External USB 3 hdd, ethernet hardwired to time capsule.
    Air Port Express is in extended network mode synced to the Time Capsule.
    Other devices will connect fine to my iTunes library when the apple tv's will not.
    Any help appreciated! Thanks!

    My questions are (yea yea a novel i know),
    1- If the airport express doesn't see any data going through it for a while, does it go into a sleep mode which might be causing this "iTunes not found" issue even though other devices are still able to see my shared library on my network?
    I have seen suggestions that bonjour goes into sleep mode.. but Apple offers no info and no controls so whether it does or not is irrelevant.
    I am not clear what Time Capsule you have.. 2013 was the change over.. so is it AC tall one.. or previous model, flat one. The picture in the airport utility will show you.
    Extend wireless is always a poor way to do things.. can you run some ethernet cabling to a point on the first floor where you could plug in an express.. if so that is the ideal.. if no, then using EOP (homeplug) adapters might work,, but they are not 100% guaranteed to work so make sure you know the return policy.
    My experience is with the one extend wireless link that i do have .. it is fragile. Mostly it works.. but i have spent a deal of time making it work.
    eg.. I use short names and different names for both bands.. so i can force the connection.. I set fixed channels.. I use the right firmware.. even so at certain times.. (full moon, strong North Wind.. you know typical wireless).. it will decide it won't work.
    NOTE.. only airport utility v5 is of use to show link speeds and how things are going.. v6 airport utility (toyland fisher price version) has link status as poor, good or excellent.. which is to say the least.. uninformative.
    so here is the link in v6 ..
    It says.. good.. yeah.. !!
    And here is the info in v5 utility. It has a workmen utility feel to it with piles of info.
    The link between the two routers is the top of the listing.. and tells me it is linked at 5ghz and is running at 60Mbps at both ends..
    By trial and error I have found left to its own devices it will connect on 2.4ghz and will join at 6Mbps when it starts dropping out.. so by taking full manual control I can produce reasonable link speed and reasonable stability.. and in v5 utility I can tell what is going on.. none of this is easy or like it should work out of the box.

  • I need to reclaim Project from FCP X Trial

    Hi
    Last year I downloaded the FCPX Trial. I now need to access the project I created in there. But when I try to open the application it tells me that its expired and I need to purchase so I cant even see if its in there. I am happy to purchase it but how can I be guaranteed its there? I saw on the FAQ page that you can access libraries previously created when you download the paying price version. Is this also 100% the case for projects?
    Many thanks! Need it urgently! Thank you!

    THanks Jim
    yes I have started the process of downloading maverick after reading some threads. However it's now been frozen for half an hour after getting through 3.32 GB. I've read some threads and it seems a lot of people have had this problem with it freezing. Some people said to wait it out as eventually it downloads... Do you know how to tackle this problem? Many thanks in advance

  • Error ORA-01000: maximum open cursors exceeded

    Why Oracle return this error. When I change the OPEN_CURSORS in init.ora from 100 to 1000 without this error.
    I want to keep Minimum cursors value. How can I change the Java program ?
    96 er_write_asp('W349','HK','50112','USD',3.99)
    97 er_write_asp('W349','HK','10112','USD',5.22)
    98 er_write_asp('W349','HK','60112','EUR',13.07)
    99 er_write_asp('W349','HK','50112','USD',3.9)
    100 er_write_asp('W349','HK','40112','USD',5.65)
    101 er_write_asp('W349','HK','90112','USD',2.75)
    java.sql.SQLException: ORA-01000: maximum open cursors exceeded
    ORA-06512: at "POSTCAL.ER_WRITE_ASP", line 10
    ORA-06512: at line 1
    java Program list.
         eric.leung 2003/12/02
         set CLASSPATH include C:\Oracle\Ora81\jdbc\lib\classes12.zip
         Purpose
         ===============
         Read text file, write into Oracle Database
    import java.io.*;
    import java.util.StringTokenizer;
    import java.sql.*;
    import java.lang.*;
    import java.math.BigDecimal;
    import java.util.Date;
    public class writeASP {
    // Login Information
    static String user = "x";
    static String passwd = "x";
    static String ip = "x";
    static String getfile = "c:\\temp\\asp.csv";
    public static void main(String[] args) throws IOException {
         String line;
         int i = 0;
         int cnt = 0;
         int port = 0;
         Connection conn;
         Statement stmt;
         String query = "";
         String strone = "";
         String arry[] = {"","","","","","","","","","","","","","",
         // start to connection
         chkArgs(args);     
         FileReader inFile = new FileReader(getfile);
         BufferedReader in = new BufferedReader(inFile);
         try {                
         Class.forName("oracle.jdbc.driver.OracleDriver");
         conn = DriverManager.getConnection("jdbc:oracle:thin:@" + ip + ":1521:lcdx",
              user,passwd);
         stmt = conn.createStatement();
         while((line= in.readLine()) != null)
                   cnt = cnt + 1;
                   StringTokenizer mot = new StringTokenizer(line,",");
              if (mot.countTokens() > 0) {                   
                        for (i = 0; 0 < mot.countTokens() ;i++) {
                             arry[i+1] = "";
                             arry[i] = mot.nextToken();
                        } /* for */
                   } /* if */           
                   strone = arry[0].substring(0,1);
                   if (strone.equals("W")) {
                        //abc(arry);
                        query = "er_write_asp(" +
                        quote(arry[0],',') +
                        quote(arry[1],',') +
                        quote(arry[2],',') +
                        quote(arry[3],',') ;
                        query = query + arry[4] + ")";               
                   System.out.println(cnt + " " + query);
                   CallableStatement cs = conn.prepareCall
                        ("{call er_write_asp(?,?,?,?,?)}");
                   cs.setString(1,arry[0]);
                   cs.setString(2,arry[1]);
                   cs.setString(3,arry[2]);
                   cs.setString(4,arry[3]);
              try {cs.setBigDecimal(5, new BigDecimal(arry[4])); } /*pur_cost */
              catch(NumberFormatException e) {cs.setDouble(5,0);}
                   // System.out.println("Call string: "+ cs.getString());
                   boolean flag = cs.execute();
                   // ResultSet rs = cs.executeQuery();
                   // stmt.executeUpdate();
                   } /* if */
         } /* while */
         conn.close();
         } /* try */
         catch (Exception e) {
              System.err.println(e.toString());          
              } /* Catch */
         in.close();     
    } /* main */
    public static void abc(String g[])
         System.out.print(g[0] + " " + g[1] + " "
              + g[2] + " " + g[3] + " " + g[4] + " "
              + g[5] + " " + g[6] + " " + g[7] + " "
              + g[8] );     
         System.out.println();
    private static String quote(String s)
         return "'" + s + "'";
    private static String quote(String s,char j)
         return "'" + s + "'" + j;
    public static void chkArgs(String[] args) {
         for (int j=0 ; j < args.length;j++) {
              if (args[j].trim().equals("-u")) {
                   if (j + 1 < args.length) {
                        try { user = args[j+1];}
                             catch ( Exception e) {}
              } /* if */
              if (args[j].trim().equals("-p")) {
                   if (j + 1 < args.length) {
                        try { passwd = args[j+1];}
                             catch ( Exception e) {}
              } /* if */
              if (args[j].trim().equals("-i")) {
                   if (j + 1 < args.length) {
                        try { ip = args[j+1];}
                             catch ( Exception e) {}
              } /* if */
              if (args[j].trim().equals("-f")) {
                   if (j + 1 < args.length) {
                        try { getfile = args[j+1];}
                             catch ( Exception e) {}
              } /* if */
              if (args[j].trim().equals("-h")) {
                   help();
                   System.exit(0);
              } /* if */
         } /* for */
    } /* chkArgs */
    public static void help() {
         System.out.println("\nWrite ASP Price Version 1.0 2003/12/02\n");
         System.out.println("Option:");
         System.out.println("\t-i IP Address");
         System.out.println("\t-u User name");
         System.out.println("\t-p Password");
         System.out.println("\t-f File name");
         System.out.println("\t-h Help");
         System.out.println("\nCall Oracle Stored Procdure");
         System.out.println("er_write_ASP(,,,,)");
    } /* help () */
    } /* Class */

    Don't create a new callable statement each pass through the loop. Create it outside the loop and set the parameters & exec inside the loop. Close the resultset each time. Close statement after loop.

  • Registered,but still in trial mode

    Hi, I downloaded trial of student edition extended CS4, bought hard copy from shop, obtained serial number, registered, activated but still am in trial mode with program. Can anyone help me please?

    I would assume the student version has its own set of activation numbers then the full price version.
    I have never heard of a trial student version of PS CS4 Extended. There is only one version that can be downloaded and that is PS CS4 extended off the Adobe website.
    So I am at a loss. You need to call adobe or read this link:
    http://www.adobe.com/support/service/

  • Illustrator CS6 student pricing. Where to purchase?

    Hello, everyone. I'm brand new to Adobe's products. What I want is the CS6 version of Illustrator but I'd also like to get all of the new CS6 products (the bundle that includes Illustrator, Photoshop, etc.). I also want to get a "hard copy" of the software (CD-ROM) instead of .exe files online. What do I need to do in order to secure student pricing? I've contacted Adobe but haven't heard back. Can students show proof of enrollment in an educational instituation at a retail store and get Adobe student pricing? Or, must the purchase and furnishment of college related documents be provied solely on Adobe.com? Please assist. Thank you.

    Yes ypu can purchase the Design and Web Premium Student version.
    you just click where it says student and teacher pricing it takes to a page where you say you can show proof hat you are a student.
    Then select the product or suite you want…are you sure you do not want the Cloud subscription you et it for $30 per month available to anywhere you are in the world that has internet that is.
    Anyway you can buy it from Adobe but you have to send them prrof that you are a student, you might be able to do that via e-mail.
    Here is the Design and Web Premium Suite $449 less than a full price version of Illustrator alone.

  • Active/passive replication

    Hi,
    I cannnee find a sufficiently detailed breakdown of the exact features within each license version of 10g. Can someone tell me if the standard edition of 10g provides the ability to setup up an active/passive replication between two completely separate machines? From what I can see this is only available in the enterprise edition through the data guard feature. It would be annoying that such a basic replication feature is not available outside of the high price version.
    Thanks,
    Sam

    Hi,
    I cannnee find a sufficiently detailed breakdown of the exact features within each license version of 10g. Can someone tell me if the standard edition of 10g provides the ability to setup up an active/passive replication between two completely separate machines? From what I can see this is only available in the enterprise edition through the data guard feature. It would be annoying that such a basic replication feature is not available outside of the high price version.
    Thanks,
    Sam

  • I want AE+PP and brother wants PS. Will that work?

    I already have Photoshop CS5 and my brother wants it as well.
    I have the student edition, so he can't install it on his MacBook (I'm sure you get 2 or 3 codes with the full price version?)
    I'd like to get After Effects and Premiere Pro. So I thought we might as well get the Production Premium package. But I'm wondering, will it work if he installs Photoshop then lets me install After Effects and Premiere Pro? My friend said you can select which ones to install.
    We'd be getting the Student edition, meaning that you only get one code.
    Edit: Just read a few things. How about, I de-activate Photoshop on my Mac. Give it to my brother and then install Photoshop again from the Production Premium box? Will that work?

    Forgetting about how many activations you get with any Adobe product, you still only get one license. A secondary activation on non-student versions is only for use by the original licensee for a second system that they are personally using, such as a notebook used for travel versus a desktop system used in the office.
    In absolutely no situation may a student or educational edition of any Adobe software be given, lent, sold, or in any other way transferred to anyone other than the original purchaser who qualified at time of purchase for a student or educational edition.
    If your brother wants a copy of Photoshop, he needs to get his own copy. If we qualifies as a student, he is of course welcome to buy a student edition from an authorized Adobe reseller or via Adobe's web site. Note that your brother will be required to provide actual evidence of his eligibility for this discount. (See Adobe's web site for information about these requirements.) Otherwise, your brother should purchase a standard, retail copy of Photoshop.
              - Dov

  • Installing CS 5.5 Suite Question

    I believe I already know this answer but I figure I will ask anyway. I have CS 5 and an upgrade to CS 5.5. I am about to install these onto a computer. Must I instal CS 5 first then install the CS 5.5 upgrade?  I ask because when I upgraded one computer the CS 5.5 install took as long as the CS 5 install so it made me wonder. Thanks!

    No need to install CS5 first. Just have the serial number handy.
    Adobe upgrades are identical to full price versions. They install in new folders and do no touch the version that is being upgraded.
    Bob

  • Does Snow Leopard support MacBook Pro 2007

    Posting this on behalf of a friend who has a 17" MacBook Pro from the late 2007 that original had 10.4 installed-- it is running Intel 2.33 GHz Core 2 Duo.
    From my readings on the web, it is said that Snow Leopard (10.6) supports MacBook Pro that is running Intel chip sets. However, she brought the Pro to some Apple store and the staff says that she cannot install 10.6 on her Pro and can only upgrade to 10.5.
    Can anyone confirm this? (and know the reason why?)

    Ian Parkinson wrote:
    Legally you DO need Leopard as SL is an update to Leopard.
    No, it is not. There are three Snow Leopard licenses. The single user, the family pack, and the discounted update for people who bought a Mac shortly before SL release. It was something like $10. That is the discounted price for the upgrade version.
    The 10.5 only purchase price is reduced, but the pack with iLife includes a full price version.
    The SL price is "reduced" over previous OS releases because it doesn't offer anything strikingly new from Leopard. It was essentially a rewrite of the Leopard code to make most of the apps 64-bit.
    Upgrading from Mac OS X v10.5 Leopard.
    If your Intel-based Mac is running Mac OS X v10.5 Leopard, just purchase Mac OS X v10.6.3 Snow Leopard and follow the simple installation instructions.
    Upgrading from Mac OS X v10.4 Tiger.
    If your Intel-based Mac is running Mac OS X v10.4 Tiger, purchase the Mac Box Set, which is a single, affordable package that includes Mac OS X v10.6.3 Snow Leopard; iLife, with the latest versions of iPhoto, iMovie, GarageBand, iWeb, and iDVD; and iWork, Apple’s productivity suite for home and office including Pages, Numbers, and Keynote.
    That is a marketing campaign suggesting a good method to move from Tiger to Snow Leopard and get the current iLife apps.
    [The Software License Agreement|http://images.apple.com/legal/sla/docs/macosx106.pdf] is specific to the type of purchase you make and what license you have. If you buy a single-user license of Snow Leopard, you can use it on one apple branded computer--no requirement for having Leopard installed or purchased previously.
    If you buy a family pack license, you can install it on up to five Apple branded computers. Again, no requirement to have Leopard installed or otherwise.
    If you buy a Upgrade for Mac OS X Leopard, you can install it on an Apple branded computer that has Leopard installed.
    Those three licenses correspond to the three ways Snow Leopard is sold (or was in the case of the Upgrade for Mac OS X Leopard).
    If you buy a single-user license of Snow Leopard, you have a legal right to install it and use it on any one Apple branded computer (that meets the min requirements) regardless of ever owning any other version of Mac OS X.

  • Logic Pro Academic Upgrades and Updates ?

    Since i'm a student i thought i thought it was a good idea to get Logic Pro 7.2 Academic version and it's only when i received it that i noticed the the mention on the box that this version is not elligible for upgrades.
    now i have not opened it yet until someone here can shed some light on this restriction. that way i can return it to the shop at school.
    what i would like to know is if i will be able to get the point updated (7.3, 7.4...7.9) until version 8.0 comes out. at the very least that's what i expect. then i'll have to buy the full version of 8.0 i guess.
    any ideas?

    The real problem with all of this is the cost of an upgrade. What I understand Apple to mean is this: the owner of an Academic version will get updates just like everybody else. The recent cross-grade (to 7.2) also had an academic price on it but was available to an Academic licence holder 'just like everybody else'.
    The real difficulty will come with whatever Apple considers to be an upgrade. There is no upgrade path from 7 Academic to (let's say) 8. In this case, everybody else will get to pay the upgrade price (whatever that might be). Academic owners will get to buy the new version at full cost (i.e., no upgrade price will be available - just the full price version unless you're still eligible to buy the thing at the (full) academic price (whatever that may be).
    There's the rub, Horatio.
    Paul

  • Moving Between Bridged Routers Doesn't Always Work

    I have two Extremes in 2 units on my property. I have them bridged. Very often, when I go from one to the other, my devices do not change to the closer router automatically. Shouldn't this happen? I shouldn't have to go to each device and tell it to switch.
    Thanks.

    The way switching is accomplished is analogous to hysteresis, and the threshold you want to adjust is called "multicast rate". It is not available in the "Fisher-Price" version of AirPort Utility.
    The latest version of AirPort Utility that allows changing this parameter, AU 5.6, is compatible with Lion as well as Mountain Lion, however, the installer app will refuse to install it on Mountain Lion.
    If you are using Mountain Lion you simply need to extract the app from the installer package using a package extractor like Pacifist.
    Download Pacifist here: http://www.charlessoft.com/
    Download AirPort Utility 5.6 here: http://support.apple.com/kb/DL1482
    You can manually extract and install the app without Pacifist using Terminal but the command is rather long and unwieldy. If you don't want to use Pacifist you can use xar and tar from Terminal.
    AirPort Utility 5.6 will run without complaint on Mountain Lion. It is only the package installer that is the problem.
    There is an odd problem switching between AirPort Utilty 5.6 and 6.x. If you use 6.x and subsequently use 5.6, you will need to authenticate again. Then, if you switch back to 6.x, both versions may refuse to communicate with your Extremes until you reboot. Therefore it is best to use one or the other.
    To change the multicast rate using AirPort Utility 5.6, select the Extreme and select "Manual Setup". Authenticate when necessary. Select the Wireless tab, then Wireless Network Options. Change the "Multicast Rate" parameter there.
    The threshold is set by default to 2 Mbps. This is the throughput threshold below which the access point you are using will drop the connection. Setting a higher threshold will drop it earlier, as you move farther away from the base station. The manifestation of setting it too high will be that you will have no connection in a relatively "weak" area.
    Note: For those with Leopard or Snow Leopard systems you need AirPort Utility 5.6.1 (this is confusing - a later AirPort Utility version for an earlier OS X version - but it is correct).
    Download AirPort Utility 5.6.1 here: http://support.apple.com/kb/DL1536

  • Any idea why a web application would cause Firefox to crash with signiture "nsJSScriptTimeoutHandler::cycleCollection::UnmarkPurple(nsISupports*)"?

    When testing a .net web application repeatedly we run into the same crash in Firefox. It doesn't happen on any general control, but any of the divs that are used as buttons. Also doesn't happen every time, can take hours before it is seen again, but always seems to be the same signature

    Forgot to include system details, in case they're of some use:
    Acer Extensa 4420 (laptop);
    AMD Athlon 64 x 2 Dual Core Processors TK-57, 1.90 GHz;
    Windows Vista Home Premium, 32-bit, SP2 (aka the Fischer Price version);
    Firefox 5.0;
    Adobe Flash (10.1 or 10.2 or whatever the most current version is)

  • Upgrade from DW8 to CS4. need some advise/info

    Since 1 year I`m using DW8 (Studio 8) as I started making websites with this program. (it is far much interesting as the progam I had before).
    This year I learned about PHP and databases and dynamic websites.
    I`m thinking of getting CS4.
    Now I have some questions for which I hope you can give me some info or advise :
    1) Can I only upgrade the DW8 out of Studio 8 upto CS4?
    2) Is there much difference between them.   Are the buttons or option to be found somewhere else or are they still in the same place?
    3) Can I still use my old page of DW8 in CS4?   Or do I need to convert or rebuild them?
    4) Any common bugs in CS4.  I do ask this one as I`m not that technical to overcome some bugs that seems easy to pro`s.
    Thanks in advance
    Kind regards
    martine

    No, that's not correct. "Upgrade" refers only to the price you pay. Regardless of which version you buy, the Studio 8 software remains on your computer, and can still be used.
    However, as I said before, you cannot run Dreamweaver 8 and Dreamweaver CS4 at the same time on a Windows computer. If, for some reason, you want to use Dreamweaver 8, you must close Dreamweaver CS4. After you have finished working with Dreamweaver 8, close it, and then you can relaunch Dreamweaver CS4.
    David,
    You are confusing me.
    With `full` version I mean : the higher price.
    With `upgrade` I mean the cheaper price.
    From the earlier messages I understood that an `upgrade` (thus the cheaper price) of 1 piece of Studio 8 is not possbile.
    So to have DW8  (out of Studio 8) changed into DW CS4 I have the following option :
    - I purchase the full (thus higher price) version of Dreamweaver CS4.   Then I can install CS4 and still all programs of Studio 8 can be used.
    or
    - I purchase an `upgrade` (thus the cheaper price) from Studio 8 to CS4 Web Standard.  Here we go from one suite to another and all programs are updated/upgraded.
    Hope I`m out of the confusion now.
    Martine    

Maybe you are looking for