Run away calc

I have a relatively straightforward Block storage cube (Planning cube). I loaded my data and had about 2400 level 0 blocks. I have 14 dimensions and 2 are dense (accounts and time periods). The other dimensions aren't crazy big the biggest being 350 members and about 6 dimensions are under 5 members (year, scenario, version).
I had loaded and calc'd it previously and gotten about 15g of data and calcs in about 1 hour. Not great but not bad. I added a bit more data. Like maybe 50 rows and the number of level zero blocks increased but only slightly as expected.
I then did a simple calc all from Essbase and then the problems started. The calc just seemed to take off. When I went to bed the calc had run for almost 3 hours and had reached 250g. I couldn't image what would do this but figured I would let it finish just to see (maybe I was dreaming i thought lol). I know you can put some data into the system that creates a multiple effect but not in the 150 times factor arena with 50 more lines of data.
This morning I looked at the storage and am seeing even more odd behaviour. the there is like 150 data files in the storage view. many are zero and some are funny sizes instead of the standard 2g per data file. The cube won't start so I can't do a purge out of it. The server has 1.5 terabites of room so it couldn't really hit a storage limit on the server.
1) has anyone seen anything like this before?
2) any suggestions on how to blow it away on the essbase side without destroy planning with all its forms/task list, menus etc.
3) any other related thoughts on the subject

I would doubt that the data could of caused this issue, I would of thought the problem would lie down to either metadata changes or the database compression changing.
If you want to start the database up again, first make sure there is no ghost esssvr process running, if the database crashed it could leave a ghost process running and it will stop the database starting again, kill the process try again.
If it doesn't work you could restore the db from backup.
Or if you want to just clear the data, delete the ess**.pag ess*.ind and .esm files and start up the application, then reload the data.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • ESSBASE V9 run away query

    Hi
    I have noticed that if you use a calc script to export your database from a Block storage cube, you can create a run away query. I was missing a parameter and ran a query to export some data - it just kept running, even after I tried to terminate it. is there a way to stop the query without having to bring down the server?

    I would doubt that the data could of caused this issue, I would of thought the problem would lie down to either metadata changes or the database compression changing.
    If you want to start the database up again, first make sure there is no ghost esssvr process running, if the database crashed it could leave a ghost process running and it will stop the database starting again, kill the process try again.
    If it doesn't work you could restore the db from backup.
    Or if you want to just clear the data, delete the ess**.pag ess*.ind and .esm files and start up the application, then reload the data.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • HT203254 I have this problem on my macbook pro. I live in Sault Ste marie, ON. I took it to Genius Bar at the Apple Retail Store at Eton Center Toronto. They said it cannot be fixed for free, It would cost me more than a grand. I scared & run aways. Haha.

    I have this problem on my macbook pro. I live in Sault Ste marie, ON. I took it to Genius Bar at the Apple Retail Store at Eton Center Toronto. They said it cannot be fixed for free, It would cost me more than a grand. I scared & run aways. Haha.I think I should call & set up an appointment at apple third party service provider in my city. wish me luck

    Ah, but there's this caveat:
    Apple will continue to evaluate the repair data and will provide further repair extensions as needed.
    And a number of folks have found sympathetic managers and had the 2008 logic boards replaced, even after four years.
    Clinton

  • Run away process

    Can anyone tell me way to find what a particular user is doing up the unix process id as shown in the the v$process view. eg joining it with v$session and anything else which might help me
    thanks

    First of all this is not called "run away process". Not sure where you got the term.
    It's not a good idea to recompile a package while other sessions are using it. However the other sessions should recognize the changes after the package been recompiled.
    There're a few DDL locks involved here,
    Oracle will place an Exclusive DDL Locks on target package to make sure other session will not compile the same package at the same time.
    Oracle will also place Share DDL Locks on all referenced tables and other objects to make sure they are not changed during the compile.
    In your "other" sessions that calling this package they all have Breakable Parse Locks on the package. So that the associated shared SQL area can be invalidated if a referenced object is altered or dropped. In your case recompiled.
    In another words, whenever you recompiled the package, these Breakable Parse Locks are broken, Oracle will know the old SQL area for the package is invalidated. The session need parse the package again.

  • REGEXP_LIKE runs away when pattern is not found

    I am using the following in my pl/sql code:
    regexp_like(l_formatted, '^[\_]*([a-z0-9]+(\.|\_*)?)+@([a-z][a-z0-9\-]+(\.|\-*/.))+[a-z]{2,6}$')
    It validates e-mail addresses. When the pattern is found (the e-mail is valid) the performance is fine. When the pattern is not found the query takes at least 50 seconds and in a few cases has actually "run away". Has anyone else exprienced this problem?

    When the pattern is found (the e-mail is valid) the performance is fine. What's the execution plan?
    When the pattern is not found the query takes at least 50 seconds and in a few cases has actually "run away". Are you using Con*Text indexes?
    http://www.dba-oracle.com/t_regular_expressions_tuning_index.htm
    In some cases you can also index regex with FBI's. But regular expression are notorious for causing full-table scans on multi-million rows tables, and special care must be given to creating matching function-based indexes to keep performance at an acceptable level.
    From a performance perspective it’s important to properly index the Oracle tales so that regular expression validation does not cause problematic full-table scans. Oracle syntax allows the use of function-based indexes (FBI’s) to minimize the amount of database I/O associated with a invocation of a regular expression.
    Function-based indexes cannot work for all regular expressions, however, and it can be tricky to remove unnecessary full-table scans on some regular expressions, especially regexp_like.
    Hope this helps . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference"
    http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm

  • Can not run the calc scripts by mxl, if the first character is Number

    I found that if you create the calc scrpt like 1abc.csc. You can not run it by mxl. I tried for times but do not know the reason for that. I found that you can use number in the name of the calc scripts(like abc1.csc, a1bc.csc), but not for the first character(like 1abc.csc).
    Below is my mxl scripts:
    ×××××××××××××××××××××××××××××××××××
    login admin identified by password on localhost;
    spool on to 'C:\abc.log' ;
    execute calculation sample.basic.1abc;
    spool off;
    logout;
    ×××××××××××××××××××××××××××××××××××
    I write a bat file below:
    ×××××××××××××××××××××××××××××××××××
    D:\Hyperion\AnalyticServices\bin\essmsh C:\abc.mxl
    ×××××××××××××××××××××××××××××××××××
    I can run the scripts if I change the name "1abc" to "abc1"or "a1bc".
    Of course I can run this calc in EAS, no matter the name is "1abc" or "abc1".
    Anybody find the same problem with me?

    I agree, if ever there was a "best practice" to developing scripts (especially when using variables) it is to enclose in single quotes. I actually use double quote, single quote.
    execute calculation "'$4'"."'$5'"."'$6'";

  • Stopping a "run-away" request

    What is the best way to stop a "run-away" request from a JSP? Say the User has a page from which he can issue a request. For example, say that the request performs a database query and returns a list of objects. If the system performance is slow, and the User is tired of waiting for a response, how may the applicaiton be designed to terminate a request to permit the User to issue a new request that is more granular and refined in its scope, and which will presumably run more quickly? Can one place a stop button on the form? Are there any threading issues in terms of the functionality with the stop button to be able to terminate the previous request that is "in-flight" with respect to the middle tier or the host?
    Does killing the browser session (which causes the client to lose connectivity to the middle-tier) automatically stop the request?
    Does pressing the stop button in the browser have the same effect?

    We are running the JSP in an IFrame within the browser, and I have noticed that pressing the browser's stop button has no effect on the JSP.
    Even if we could get this to work, I am not sure if it will cause the process on the middle-tier to stop consuming resources.
    Thanks for your feedback. I guess I am interested in learning about any/all implementation alternitives, with a view to understanding the complexity/cost/and limitations of each implementation alternative.

  • Pages Running Away

    Pages runs away (the process takes up approx 98% CPU).
    This causes it to be unresponsive, and to exit it, it must be force quit.
    The last thing I installed was the newest version of growl (v1.2), including growl mail and growltunes.
    No idea what is causing it.
    Additionally, earlier today the screen went "blocky" when entering my password to wake up from sleep.

    Firstly do some computer maintenance like Repair permissions, weekly scripts etc. Trash junk! Do restart the computer once in a while.
    Trash Pages preferences, com.apple.iwork.pages.plist in User > Library > Preferences.
    Does Keynote and Numbers behave better? Does Pages behave better when used in another account?

  • Zoom function run away in Indd CC 2014

    with ALT and trackpad/magic mouse - my zoom function run away in Indd CC 2014....

    Sounds like the same issue that's discussed in this thread: Fast playback (multicam) won't stop until end of timeline reached
    Exactly which release of CC7.x are you on? One bug in this vein was fixed in 7.1, but another case remains that we haven't been able to reproduce in-house.

  • Help my cat run away I need Enermax

    So I was wondering...I want to get an Audigy sound card. Is the original Audigy a good performer? If you're into 2.1 sound like me, does it make any real difference over the k8t onboard sound?
    And if I installed windows xp w/acpi disabled, will it make it safe to install and use an audigy glitch free? Or do I still have to do convoluted stuff to make it work right...
    Or, on a similar note, are Turtle Beach Santa Cruz cards worth spending on? Which one would you say is better?
    This is on the athlon64 board because I am specifically asking about the k8t neo sound quality.

    well i would hope a fat mouse would want the cat to run away..maybey if you bought an enermax and threw it at the cat it would stay away.
    anyway, i would stay away from audigy 1 series they seem to have driver glitches, and erase eproms ..the zs series seems to be stomping on my core center and live update...but i didn't have problems with an audigy 2...that said there are other types of sb's but i am not sure on those..there was one person who gave up on thier audigy 1 and got a turtlebeach, and they were very happy with that said it installed smooth and sounded good. i had tried some other mad dog 7.1, revolution or somthing like that ...stay away from that..it sucked bigtime was terible to install, and sounded lousy

  • Run away as fast as you can!!

    Hi ! When you see this, run away as fast as you can. You will get the worst Malware you have ever seen. This is some thing new to the internet and I'm not liking it. They are down load agents and they are bad dudes.
    They are down load agents and they are being used on software that I have used and trusted for years. So be very careful when your down loading any software.
    Dokie!
    I Love my Satellite L775D-S7222 Laptop. Some days you're the windshield, Some days you're the bug. The Computer world is crazy. If you have answers to computer problems, pass them forward.
    Attachments:
    Capture48.JPG ‏132 KB
    Capture49.JPG ‏215 KB

    Hi! Thanks for your reply! Good morning Vietnam!!  http://search.yahoo.com/search?p=Vietanam&ei=UTF-8&fr=chrf-yff21
    "What can I trust? As for the Malware did you read the comment reviews or did you just blindly download the application?"
    I never just blindly download any thing
    "I see the User Rating is high. Are you sure you AV is not messing up?"
    I use MSE and MBAM in real time. My AV is not messing up. WOT has named them as dangerous sites.What user rating are you referring to?? These are rouge sites and I intend to expose them to the computer world. Do you represent these con artists? If so I welcome the fight I have down loaded these agent managers and I have kicked their ass off my PC. I'm not some newbie to this internet BS. I fought with the Chinese for months. They are thieves and they stole data from MBAM. This forum helps Toshiba owners with problems and that is why I joined. I discovered these rouge sites while trying to help members here on the forum. I could name everyone of these rouge sites, but I do it my way with screen shots. I see your a new member and I welcome you to the Toshiba Forum. If You have come here to try and make me look bad, you are welcome also. You will not achieve your mission. I have friends here that trust me. I have delt with people like you before Lets Get-Er-Done!! BingRobot
    Dokie!!
    I Love my Satellite L775D-S7222 Laptop. Some days you're the windshield, Some days you're the bug. The Computer world is crazy. If you have answers to computer problems, pass them forward.

  • Analyzer - running default calc from Edit mode

    In edit mode I can update the database but when the Run default calc script icon is pressed nothing happens - any ideas?

    Oh Boy. I am now experiencing this behaviour in Webi. The webi is still in Dev. When I ran on info-view with 'view' mode, it has displayed all tabs in the report, but when I pressed 'Edit' button and did some variable changes, I lost all tabs, but for the first one. I hit the Save button without noticing this behaviour.
    I fortunately had a copy of this webi. I see the same behaviour there. View mode shows all tabs, but as soon as I press Edit mode, I lose all tabs except the first one. For now, I am not saving it and coming out. But I need to make changes to this webi.
    Strange!!
    Anyone else is facing this issue or any SAP solution. We are on BOBJ XI R 3.1 SP3 (We don't have FP3.2 yet)

  • Error when running mortgage calc program from DOS prompt

    I have a GUI Mortgage Calculator program. It probably isn't the most efficient use of code, but it gets the job done. I am running java SDK 1.6.0_06. This is a class assignment. We are to compile the code and post the .class file for our team members to run. I am trying to get the .class file to run after I compile it with javac. I used jCreator LE to create it... it compiles and runs there just fine. The program will compile at the DOS prompt, but will not run properly. The following is the error I get (any help would be appreciated):
    Exception in thread "mani" java.lang.NoClassDefFoundError: manchorMortgage3
    Caused by: java.lang.ClassNotFoundException: manchorMortgage3
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader1.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)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    Below is my code:
    * manchorMortgage3.java
    * Created on July 10, 2008
    * This program calculates and displays the mortgage amount
    * from user input of the amount of the mortgage and the user's
    * selection from a menu of available mortgage loans.
    import java.math.*; //*loan calculator
    import java.text.*; //*formats numbers
    import java.util.*;
    import java.io.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class manchorMortgage3 extends javax.swing.JFrame {
        /** Creates new form manchorMortgage3 */
             public manchorMortgage3() {
             initComponents();
             setLocation(300,200);
        /** This method is called from within the constructor to
         * initialize the form.
        // Begin Initialize Components
        private void initComponents() {
            mortgageAmount = new javax.swing.JLabel();
            jTextField1 = new javax.swing.JTextField();
            termAndInterest = new javax.swing.JLabel();
            jRadioButton1 = new javax.swing.JRadioButton();
            jRadioButton2 = new javax.swing.JRadioButton();
            jRadioButton3 = new javax.swing.JRadioButton();
            calcButton = new javax.swing.JButton();
            enterAmount = new javax.swing.JLabel();
            jScrollPane1 = new javax.swing.JScrollPane();
            jTextArea1 = new javax.swing.JTextArea();
            jButton2 = new javax.swing.JButton();
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            setTitle("Manchor - Mortgage Calculator - Week 3");
            mortgageAmount.setText("Enter the Mortgage Amount:");
            termAndInterest.setText("Select Your Term and Interest Rate:");
            jRadioButton1.setText("7 years at 5.35%");
            jRadioButton1.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
            jRadioButton1.setMargin(new java.awt.Insets(0, 0, 0, 0));
            jRadioButton1.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    jRadioButton1ActionPerformed(evt);
            jRadioButton2.setText("15 years at 5.5%");
            jRadioButton2.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
            jRadioButton2.setMargin(new java.awt.Insets(0, 0, 0, 0));
            jRadioButton2.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    jRadioButton2ActionPerformed(evt);
            jRadioButton3.setText("30 years at 5.75%");
            jRadioButton3.setBorder(javax.swing.BorderFactory.createEmptyBorder(0, 0, 0, 0));
            jRadioButton3.setMargin(new java.awt.Insets(0, 0, 0, 0));
            jRadioButton3.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    jRadioButton3ActionPerformed(evt);
            calcButton.setText("Calculate");
            calcButton.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    calcButtonActionPerformed(evt);
            jTextArea1.setColumns(20);
            jTextArea1.setEditable(false);
            jTextArea1.setRows(5);
            jScrollPane1.setViewportView(jTextArea1);
            jButton2.setText("Quit");
            jButton2.addActionListener(new java.awt.event.ActionListener() {
                public void actionPerformed(java.awt.event.ActionEvent evt) {
                    jButton2ActionPerformed(evt);
            javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
            getContentPane().setLayout(layout);
            layout.setHorizontalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addGap(26, 26, 26)
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                        .addGroup(layout.createSequentialGroup()
                            .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 324, javax.swing.GroupLayout.PREFERRED_SIZE)
                            .addContainerGap())
                        .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                            .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                                .addComponent(enterAmount)
                                .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 222, Short.MAX_VALUE)
                                .addComponent(calcButton)
                                .addGap(75, 75, 75))
                            .addGroup(layout.createSequentialGroup()
                                .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                                    .addComponent(jRadioButton3)
                                    .addComponent(jRadioButton2)
                                    .addComponent(jRadioButton1)
                                    .addComponent(termAndInterest)
                                    .addComponent(mortgageAmount)
                                    .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, 60, javax.swing.GroupLayout.PREFERRED_SIZE))
                                .addContainerGap(224, Short.MAX_VALUE)))))
                .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
                    .addContainerGap(277, Short.MAX_VALUE)
                    .addComponent(jButton2)
                    .addGap(70, 70, 70))
            layout.setVerticalGroup(
                layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addGap(31, 31, 31)
                    .addComponent(mortgageAmount)
                    .addGap(14, 14, 14)
                    .addComponent(jTextField1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
                    .addGap(20, 20, 20)
                    .addComponent(termAndInterest)
                    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                    .addComponent(jRadioButton1)
                    .addGap(15, 15, 15)
                    .addComponent(jRadioButton2)
                    .addGap(19, 19, 19)
                    .addComponent(jRadioButton3)
                    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
                        .addComponent(calcButton)
                        .addComponent(enterAmount))
                    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
                    .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 112, Short.MAX_VALUE)
                    .addGap(18, 18, 18)
                    .addComponent(jButton2)
                    .addGap(20, 20, 20))
            pack();
        }// End initialize components
        private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {//event_jButton2ActionPerformed
            System.exit(1);
        }//event_jButton2ActionPerformed
        static NumberFormat nf = NumberFormat.getCurrencyInstance(Locale.US);
        static NumberFormat np = NumberFormat.getPercentInstance();
        static NumberFormat ni = NumberFormat.getIntegerInstance();
        static BufferedReader br;
        private void calcButtonActionPerformed(java.awt.event.ActionEvent evt) {//event_calcButtonActionPerformed
            enterAmount.setText(null);
            jTextArea1.setText(null);
            double monthlyPayment;
            double interest;
            double amount ;       
            int years ;
            double monthlyInterest, monthlyPrinciple, principleBalance;
            int paymentsRemaining, lineCount;
            np.setMinimumFractionDigits(2);
        br = new BufferedReader(new InputStreamReader(System.in));
      lineCount = 0;
            try
                    amount=Double.parseDouble(jTextField1.getText());
            catch (Exception e)
                enterAmount.setText("Please Enter Mortgage Amount");
                return;
            if(jRadioButton1.isSelected())
                interest=0.0535;
                years=7;
            else if(jRadioButton2.isSelected())
                interest=0.055;
                years=15;
            else if(jRadioButton3.isSelected())
                interest=0.0575;
                years=30;
            else
                enterAmount.setText("Please Select Your Term and Interest Rate");
                return;
        jTextArea1.append(" For a mortgage of " + nf.format(amount)+"\n"+" With a Term of " + ni.format(years) + " years"+"\n"+" And an Interest rate of " + np.format(interest)+"\n"+" The Payment Amount is " + nf.format(getMortgagePmt(amount, years, interest)) + " per month."+"\n"+"\n");
        principleBalance = amount - ((getMortgagePmt(amount, years, interest)) - (amount*(interest/12)));
        paymentsRemaining = 0;
        do
            monthlyInterest = principleBalance * (interest/12);//*Current monthly interest
             monthlyPrinciple = (getMortgagePmt(amount, years, interest)) - monthlyInterest;//*Principal payment each month minus interest
            paymentsRemaining = paymentsRemaining + 1;
            principleBalance = principleBalance - monthlyPrinciple;//*New balance of loan
            jTextArea1.append(" Principal on payment  " + ni.format(paymentsRemaining) + " is " + nf.format(monthlyPrinciple)+"\n");
                    jTextArea1.append(" Interest on payment  " + ni.format(paymentsRemaining) + " is " + nf.format(monthlyInterest)+"\n");
                    jTextArea1.append(" New loan balance on payment  " + ni.format(paymentsRemaining) + " is " + nf.format(principleBalance)+"\n"+"\n"+"\n");
         while (principleBalance > 1);
        }//Begin event_jRadioBtton1Action Performed
        public static double getMortgagePmt(double balance, double term, double rate)
                double monthlyRate = rate / 12;
                double monthlyPayment = (balance * monthlyRate)/(1-Math.pow(1+monthlyRate, - term * 12));
                return monthlyPayment;
        private void jRadioButton3ActionPerformed(java.awt.event.ActionEvent evt) {//Begin event_jRadioButton3ActionPerformed
             if(jRadioButton2.isSelected())
                jRadioButton2.setSelected(false);
             if(jRadioButton1.isSelected())
                jRadioButton1.setSelected(false);
        }//End event_jRadioButton3ActionPerformed
        private void jRadioButton2ActionPerformed(java.awt.event.ActionEvent evt) {//Begin event_jRadioButton2ActionPerformed
             if(jRadioButton1.isSelected())
                jRadioButton1.setSelected(false);
             if(jRadioButton3.isSelected())
                jRadioButton3.setSelected(false);
        }//End event_jRadioButton2ActionPerformed
        private void jRadioButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jRadioButton1ActionPerformed
            if(jRadioButton2.isSelected())
                jRadioButton2.setSelected(false);
            if(jRadioButton3.isSelected())
                jRadioButton3.setSelected(false);
        }//End event_jRadioButton1ActionPerformed
         * @param args the command line arguments
        public static void main(String args[]) {
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new manchorMortgage3().setVisible(true);
        // Begin variables declaration
        private javax.swing.JButton calcButton;
        private javax.swing.JButton jButton2;
        private javax.swing.JLabel mortgageAmount;
        private javax.swing.JLabel termAndInterest;
        private javax.swing.JLabel enterAmount;
        private javax.swing.JRadioButton jRadioButton1;
        private javax.swing.JRadioButton jRadioButton2;
        private javax.swing.JRadioButton jRadioButton3;
        private javax.swing.JScrollPane jScrollPane1;
        private javax.swing.JTextArea jTextArea1;
        private javax.swing.JTextField jTextField1;
        // End  variables declaration
    }

    The class is not in your classpath. Likely you blew away your classpath with some silly environment variable.
    If you are in the directory where your class file is then execute
    java -cp . manchorMortgage3and it will work. (Note the -cp . which tells java to include the current directory in the runtime classpath)

  • Can you suggest me how to run multiple calc scripts using singel maxl script

    Hello,
    I am writing a maxl script which should be able to :
    1. update Set Variables for the Essbase DB
    2. Execute multiple calc scripts
    2a. Trying to put specific sleep time within multiple calc scripts.
    Thanks and Regards.

    Why are you looking for a Maxl to run multiple maxls? Can't you use a batch or sh script to do it.
    Unix has a sleep command in batch file try using choice
    Regards
    Celvin

  • Two users running a calc at the same time

    Hi,I'm using Essbase 6.2 (moving soon to 6.5) and got problems when users are launching a calc script at the same time.The calcs then last very long time...Is there a way to avoid that, to forbid users to launch a calc when calc script is already running?Thanks for your help.

    I can't think of a conventional way to prevent multiple simultaneous calcs. About the only thing that I can come up with would be to develop some kind of calc interface using VB, VBS, BAT, COM, etc. that would create a token file, or a record in a database that would serve as a flag that a calc is underway, and prevent another calc from running. <br><br>Jeff McAhren<br>Dallas, Texas

Maybe you are looking for

  • Can I not install Final Cut Studio 2 on my new Mac Mini?

    I just purchased a new Mac Mini - it's time to retire my G5 Power Mac. FCS 2.0 is unverisal - so why can I not loan the software..???

  • How can I create a new standard tab set?

    I have a tab set right now with one tab in it. How can I create a new tab set in an existing page with different tabs in it? Thanks.....

  • ISeries Stored Procedure - How To

    Good morning, (I searched for iSeries (formerly called AS/400) stored procedures, but didn't get any hits. I'm thinking that calling an iSeries stored procedure will be a bit different from what's described in the threads I found, hence this thread.

  • Cannot see the manage dimension option

    Hi, We have newly installed BPC for MS version in our place but we cannot see the manage dimension option in the BPC admin as shown in this screen shot http://wikisend.com/download/618558/BPC admin page.JPG May i know why?

  • I want to knw the basic meaning of an SKU in MDM scenario.

    Hi it is described in the Structural relationships are like 1) SKU's of SKU, 2)SKU of SKU's etc. Can anyone help me understand what it is. PS: An SKU is a main table field. Regards, Krishna.