First time executing BSP program in local system

Hi,
I am executing simple BSP application at first time in my new system, but i need to provide host address and systems IP address in Drivers. Please let me know the exact procedure to provide this information Drivers-->ETC folder.
Thanks,
Subramanyam

Hi,
check this
https://wiki.sdn.sap.com/wiki/display/BSP/ASimpleBSPapplicationtoselectarangeofSalesDocumentandDisplaytheresultonthenextPage
http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.9.4/share/rtems/pdf/bsp_howto.pdf
cheers,
Bhavana
Edited by: Bhavana Amar on May 28, 2010 8:22 AM

Similar Messages

  • Execute java programs automatically when system is connected to internet

    Good Day friends...
    Iam beginner in java. Please goes through the Question and please answer.
    I need to start my java programs automatically when system(windows operating-xp/7) is connected to the internet.
    Thanks in Advance,
    Shackir

    A. You might want to learn about Windows Services. Try searching for it on the web
    B. There is no way to programmatic detect if/when the local computer is connected to the internet, at least not in Java. The best you could do would be to create a timer and to periodically try to make your connection

  • Preferences are not saving. Each time I start Fire Fox it acts as if it is my first time starting the program.

    Each time I open Fire Fox, it acts as if it is the first time I'm opening the program. The 'Welcome to Fire Fox' first-run page always shows up when I open the program.
    None of my preferences, like the custom themes, save - however my bookmarks, which I chose to have transferred over from my previous Fire Fox, seem to be saving.
    I have version 5.01
    Also, I tried all of the steps from this help page: http://support.mozilla.com/en-US/kb/Preferences%20are%20not%20saved?s=settings+don%27t+save+after+firefox+is+closed&as=s
    However, I am unable to delete or make changes (such as renaming) the ''Prefs'' file because it keeps telling me that the file is open. However, when ever I go to my task manager there is nothing under the name or description of Fire Fox running. So I can't figure out how to close this file that is supposedly still open.

    Which security software (firewall, Anti-virus software) do you have?
    Make sure that it isn't locking the .js file(s) in the Firefox Profile Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • I downloded iphoto 11 9.2 and when opened it for the first time and the program started to update my iPhoto library the file got corrupted. That has happened in the two macs I have (both of them rather new and updated to last Lion version 10.7.2).

    I downloaded Iphoto 11 9.2 from the apps store (was on iphoto '09 before version 8.x) and when opened it for the first time it tried to update my photo librery and ended up corupting it to the extreme that I had to get a backup from time capsule and downgrade my iphoto version. I spent yesterday 6 hours at the genius bar in an apple store and they were not able to provide me with any other solution. In the emantime, I have to forget about about photo streaming... Any idea, is this a bug that somebody knows how tp fix?

    In fairness, this isn't an issue in iPhoto 11 but one in your Library. Some file or other in there is damaged and that's what causes the crash during the upgrade.
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  

  • My iPad is suddenly asking me to answer security questions because "it is the first time I have purchased with this system" but I cannot remember the answers to my security questions as I didn't think I'd ever need them is there any way I could reset them

    I pretty much asked it in the question, any help would be appreciated!

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then you can try going to https://appleid.apple.com/ and click 'Manage your Apple ID' on the right-hand side of that page and log into your account. Then click on 'Password and Security' on the left-hand side of that page and on the right-hand side you might see an option to send security question reset info to your rescue email address.
    If you don't have a rescue email address then see if the instructions on this user tip helps : https://discussions.apple.com/docs/DOC-4551

  • Execution time of same program makes big difference

    Hello all,
    The execution time of same program in PRD system and QAS system makes big difference.
    The difference of data is not much(as system copy was run on a regular time schedule. And the system enviroments are exactly the same. However, while the program only cost 2-3 seconds in QAS, it cost 7-8 minutes in PRD.
    It only happens when trying to join some tables together.
    I've checked the execution plans of same search, they are different:
    QAS:
    SQL Statement
    SELECT
      T_00.RANL , T_00.XALLB , T_00.REPKE , T_00.REWHR , T_00.HKONT ,   T_00.ZTMNAIBRX , T_00.GSART ,
      T_00.ZTMHOYMNX , T_00.ZTMSBKBNX ,   T_00.ZTMSHDAYZ , T_00.ZTMMBHZKP , T_01.BAL_SH_CUR ,
      T_01.ZTMSIHONP ,   T_02.SECURITY_ID , T_02.SECURITY_ACCOUNT
    FROM
      ZTM0108 T_00, ZTM0135 T_01, TRACV_POSCONTEXT T_02
    WHERE
      T_00.MANDT = '350' AND   T_00.BUKRS = 'MC51' AND   T_00.ZTMMCSNGX = '200806' AND
      T_02.SECURITY_ACCOUNT = '0001' AND   T_01.MANDT = '350' AND   T_01.BUKRS = T_00.BUKRS AND
      T_01.ZTMMCSNGX = T_00.ZTMMCSNGX AND   T_01.PARTNER = T_00.REPKE AND   T_02.MANDT = '350' AND
      T_02.SECURITY_ID = T_00.RANL
    Execution Plan
    SELECT STATEMENT ( Estimated Costs = 666 , Estimated #Rows = 72 )
      ---   12 HASH JOIN
    ( Estim. Costs = 666 , Estim. #Rows = 72 )
    Estim. CPU-Costs = 37,505,220 Estim. IO-Costs = 663
    Access Predicates
    --   9 HASH JOIN
    ( Estim. Costs = 268 , Estim. #Rows = 51 )
    Estim. CPU-Costs = 18,679,663 Estim. IO-Costs = 267
    Access Predicates
    --   6 NESTED LOOPS
    ( Estim. Costs = 25 , Estim. #Rows = 38 )
    Estim. CPU-Costs = 264,164 Estim. IO-Costs = 25
    --   4 NESTED LOOPS
    ( Estim. Costs = 25 , Estim. #Rows = 27 )
    Estim. CPU-Costs = 258,494 Estim. IO-Costs = 25
    --   2 TABLE ACCESS BY INDEX ROWID DIFT_POS_IDENT
    ( Estim. Costs = 25 , Estim. #Rows = 24 )
    Estim. CPU-Costs = 253,454 Estim. IO-Costs = 25
    Filter Predicates
    1 INDEX RANGE SCAN DIFT_POS_IDENT~SA
    ( Estim. Costs = 1 , Estim. #Rows = 554 )
    Search Columns: 1
    Estim. CPU-Costs = 29,801 Estim. IO-Costs = 1
    Access Predicates
    3 INDEX RANGE SCAN TRACT_POSCONTEXTID
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    5 INDEX UNIQUE SCAN TZPA~0
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    ---   8 TABLE ACCESS BY INDEX ROWID ZTM0108
    ( Estim. Costs = 242 , Estim. #Rows = 2,540 )
    Estim. CPU-Costs = 10,811,361 Estim. IO-Costs = 241
    7 INDEX RANGE SCAN ZTM0108~0
    ( Estim. Costs = 207 , Estim. #Rows = 2,540 )
    Search Columns: 3
    Estim. CPU-Costs = 9,790,330 Estim. IO-Costs = 207
    Access Predicates Filter Predicates
          ---   11 TABLE ACCESS BY INDEX ROWID ZTM0135
    ( Estim. Costs = 397 , Estim. #Rows = 2,380 )
    Estim. CPU-Costs = 11,235,469 Estim. IO-Costs = 396
    10 INDEX RANGE SCAN ZTM0135~0
                       ( Estim. Costs = 323 , Estim. #Rows = 2,380 )
                       Search Columns: 3
                       Estim. CPU-Costs = 10,288,477 Estim. IO-Costs = 323
                       Access Predicates Filter Predicates
    PRD:
    Execution Plan
    SELECT STATEMENT ( Estimated Costs = 209 , Estimated #Rows = 1 )
      ---   12 NESTED LOOPS
    ( Estim. Costs = 208 , Estim. #Rows = 1 )
    Estim. CPU-Costs = 18.996.864 Estim. IO-Costs = 207
    --   9 NESTED LOOPS
    ( Estim. Costs = 120 , Estim. #Rows = 1 )
    Estim. CPU-Costs = 10.171.528 Estim. IO-Costs = 119
    --   6 NESTED LOOPS
    Estim. CPU-Costs = 27.634 Estim. IO-Costs = 0
    --   4 NESTED LOOPS
    Estim. CPU-Costs = 27.424 Estim. IO-Costs = 0
    1 INDEX RANGE SCAN TZPA~0
    Search Columns: 1
    Estim. CPU-Costs = 5.584 Estim. IO-Costs = 0
    Access Predicates
    ---   3 TABLE ACCESS BY INDEX ROWID DIFT_POS_IDENT
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Filter Predicates
    2 INDEX RANGE SCAN DIFT_POS_IDENT~PT
    Search Columns: 1
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    5 INDEX RANGE SCAN TRACT_POSCONTEXTID
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    ---   8 TABLE ACCESS BY INDEX ROWID ZTM0108
    ( Estim. Costs = 120 , Estim. #Rows = 1 )
    Estim. CPU-Costs = 10.143.893 Estim. IO-Costs = 119
    7 INDEX RANGE SCAN ZTM0108~0
    ( Estim. Costs = 119 , Estim. #Rows = 1 )
    Search Columns: 4
    Estim. CPU-Costs = 10.142.167 Estim. IO-Costs = 119
    Access Predicates Filter Predicates
          ---   11 TABLE ACCESS BY INDEX ROWID ZTM0135
    ( Estim. Costs = 89 , Estim. #Rows = 1 )
    Estim. CPU-Costs = 8.825.337 Estim. IO-Costs = 88
    10 INDEX RANGE SCAN ZTM0135~0
                       ( Estim. Costs = 88 , Estim. #Rows = 1 )
                       Search Columns: 4
                       Estim. CPU-Costs = 8.823.742 Estim. IO-Costs = 88
                       Access Predicates Filter Predicates
    Could anyone tell me the reason? I've found note 724545 but not sure.
    And, how to read the execution plan?(1 first or 12 first?)
    Best Regards,
    Robin

    Hello Michael.
    Thank you.
    However, the sql statement is same:
    QAS:
    SQL Statement
    SELECT
      T_00.RANL , T_00.XALLB , T_00.REPKE , T_00.REWHR , T_00.HKONT ,   T_00.ZTMNAIBRX , T_00.GSART ,
      T_00.ZTMHOYMNX , T_00.ZTMSBKBNX ,   T_00.ZTMSHDAYZ , T_00.ZTMMBHZKP , T_01.BAL_SH_CUR ,
      T_01.ZTMSIHONP ,   T_02.SECURITY_ID , T_02.SECURITY_ACCOUNT
    FROM
      ZTM0108 T_00, ZTM0135 T_01, TRACV_POSCONTEXT T_02
    WHERE
      T_00.MANDT = '350' AND   T_00.BUKRS = 'MC51' AND   T_00.ZTMMCSNGX = '200806' AND
      T_02.SECURITY_ACCOUNT = '0001' AND   T_01.MANDT = '350' AND   T_01.BUKRS = T_00.BUKRS AND
      T_01.ZTMMCSNGX = T_00.ZTMMCSNGX AND   T_01.PARTNER = T_00.REPKE AND   T_02.MANDT = '350' AND
      T_02.SECURITY_ID = T_00.RANL
    Execution Plan
    SELECT STATEMENT ( Estimated Costs = 666 , Estimated #Rows = 72 )
      ---   12 HASH JOIN
    ( Estim. Costs = 666 , Estim. #Rows = 72 )
    Estim. CPU-Costs = 37,505,220 Estim. IO-Costs = 663
    Access Predicates
    --   9 HASH JOIN
    ( Estim. Costs = 268 , Estim. #Rows = 51 )
    Estim. CPU-Costs = 18,679,663 Estim. IO-Costs = 267
    Access Predicates
    --   6 NESTED LOOPS
    ( Estim. Costs = 25 , Estim. #Rows = 38 )
    Estim. CPU-Costs = 264,164 Estim. IO-Costs = 25
    --   4 NESTED LOOPS
    ( Estim. Costs = 25 , Estim. #Rows = 27 )
    Estim. CPU-Costs = 258,494 Estim. IO-Costs = 25
    --   2 TABLE ACCESS BY INDEX ROWID DIFT_POS_IDENT
    ( Estim. Costs = 25 , Estim. #Rows = 24 )
    Estim. CPU-Costs = 253,454 Estim. IO-Costs = 25
    Filter Predicates
    1 INDEX RANGE SCAN DIFT_POS_IDENT~SA
    ( Estim. Costs = 1 , Estim. #Rows = 554 )
    Search Columns: 1
    Estim. CPU-Costs = 29,801 Estim. IO-Costs = 1
    Access Predicates
    3 INDEX RANGE SCAN TRACT_POSCONTEXTID
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    5 INDEX UNIQUE SCAN TZPA~0
    Search Columns: 2
    Estim. CPU-Costs = 210 Estim. IO-Costs = 0
    Access Predicates
    ---   8 TABLE ACCESS BY INDEX ROWID ZTM0108
    ( Estim. Costs = 242 , Estim. #Rows = 2,540 )
    Estim. CPU-Costs = 10,811,361 Estim. IO-Costs = 241
    7 INDEX RANGE SCAN ZTM0108~0
    ( Estim. Costs = 207 , Estim. #Rows = 2,540 )
    Search Columns: 3
    Estim. CPU-Costs = 9,790,330 Estim. IO-Costs = 207
    Access Predicates Filter Predicates
          ---   11 TABLE ACCESS BY INDEX ROWID ZTM0135
    ( Estim. Costs = 397 , Estim. #Rows = 2,380 )
    Estim. CPU-Costs = 11,235,469 Estim. IO-Costs = 396
    10 INDEX RANGE SCAN ZTM0135~0
                       ( Estim. Costs = 323 , Estim. #Rows = 2,380 )
                       Search Columns: 3
                       Estim. CPU-Costs = 10,288,477 Estim. IO-Costs = 323
                       Access Predicates Filter Predicates
    PRD:
    SQL Statement
    SELECT
      T_00.RANL , T_00.XALLB , T_00.REPKE , T_00.REWHR , T_00.HKONT ,   T_00.ZTMNAIBRX , T_00.GSART ,
      T_00.ZTMHOYMNX , T_00.ZTMSBKBNX ,   T_00.ZTMSHDAYZ , T_00.ZTMMBHZKP , T_01.BAL_SH_CUR ,
      T_01.ZTMSIHONP ,   T_02.SECURITY_ID , T_02.SECURITY_ACCOUNT
    FROM
      ZTM0108 T_00, ZTM0135 T_01, TRACV_POSCONTEXT T_02
    WHERE
      T_00.MANDT = '500' AND   T_00.BUKRS = 'MC51' AND   T_00.ZTMMCSNGX = '200806' AND
      T_02.SECURITY_ACCOUNT = '0001' AND   T_01.MANDT = '500' AND   T_01.BUKRS = T_00.BUKRS AND
      T_01.ZTMMCSNGX = T_00.ZTMMCSNGX AND   T_01.PARTNER = T_00.REPKE AND   T_02.MANDT = '500' AND
      T_02.SECURITY_ID = T_00.RANL
    Execution Plan
    SELECT STATEMENT ( Estimated Costs = 209 , Estimated #Rows = 1 )
      ---   12 NESTED LOOPS
          |    ( Estim. Costs = 208 , Estim. #Rows = 1 )
          |    Estim. CPU-Costs = 18.996.864 Estim. IO-Costs = 207
          |--   9 NESTED LOOPS
          |   |   ( Estim. Costs = 120 , Estim. #Rows = 1 )
          |   |   Estim. CPU-Costs = 10.171.528 Estim. IO-Costs = 119
          |   |--   6 NESTED LOOPS
          |   |   |   Estim. CPU-Costs = 27.634 Estim. IO-Costs = 0
          |   |   |--   4 NESTED LOOPS
          |   |   |   |   Estim. CPU-Costs = 27.424 Estim. IO-Costs = 0
          |   |   |   |-----1 INDEX RANGE SCAN TZPA~0
          |   |   |   |       Search Columns: 1
          |   |   |   |       Estim. CPU-Costs = 5.584 Estim. IO-Costs = 0
          |   |   |   |       Access Predicates
          |   |   |   ---   3 TABLE ACCESS BY INDEX ROWID DIFT_POS_IDENT
          |   |   |       |   Estim. CPU-Costs = 210 Estim. IO-Costs = 0
          |   |   |       |   Filter Predicates
          |   |   |       -
    2 INDEX RANGE SCAN DIFT_POS_IDENT~PT
          |   |   |               Search Columns: 1
          |   |   |               Estim. CPU-Costs = 210 Estim. IO-Costs = 0
          |   |   |               Access Predicates
          |   |   -
    5 INDEX RANGE SCAN TRACT_POSCONTEXTID
          |   |           Search Columns: 2
          |   |           Estim. CPU-Costs = 210 Estim. IO-Costs = 0
          |   |           Access Predicates
          |   ---   8 TABLE ACCESS BY INDEX ROWID ZTM0108
          |       |   ( Estim. Costs = 120 , Estim. #Rows = 1 )
          |       |   Estim. CPU-Costs = 10.143.893 Estim. IO-Costs = 119
          |       -
    7 INDEX RANGE SCAN ZTM0108~0
          |               ( Estim. Costs = 119 , Estim. #Rows = 1 )
          |               Search Columns: 4
          |               Estim. CPU-Costs = 10.142.167 Estim. IO-Costs = 119
          |               Access Predicates Filter Predicates
          ---   11 TABLE ACCESS BY INDEX ROWID ZTM0135
              |    ( Estim. Costs = 89 , Estim. #Rows = 1 )
              |    Estim. CPU-Costs = 8.825.337 Estim. IO-Costs = 88
    10 INDEX RANGE SCAN ZTM0135~0
                       ( Estim. Costs = 88 , Estim. #Rows = 1 )
                       Search Columns: 4
                       Estim. CPU-Costs = 8.823.742 Estim. IO-Costs = 88
                       Access Predicates Filter Predicates
    Only difference is the client.
    I see that QAS use index SA on table DIFT_POS_IDENT first, while PRD deal with table TZPA first...Is it the reason?
    Best Regards,
    Robin

  • FIRST TIME RUNNING THE DEFAULT BSP APPLICATION IN ABAP

    Hi BSP experts,
            I am happy to see many people are solving the problems on BSP in sdn.
    I am running the bsp application for the first time by taking the t-code se80 into consideration and executing the default bsp application given there.But I am getting the error   The URL http://nwrbcs:8000/sap/public/bsp/sap/system/login.htm was not called due to an error.The error is common as to all RABAX_STATE and in addressbar the address displayed is
    http://nwrbcs:8000/sap/public/bsp/sap/system/login.htm?sap-url=%2fsap%2fbc%2fbsp%2fsap%2ftutorial_1%2fdefault%2ehtm&sap-ffield_b64=c2FwLXNlc3Npb25jbWQ9b3Blbg==.
    Mainly my problem is i am not able to goto logon page.I am using the version Netweaver’04 to run this application.Are there any special prerequisites to run a bsp application.I had donwe some settings in t-code SICF all services are activated(subservices also) and in path /default_host/sap/bc/bsp rightclick display service in handler list tab I added CL_HTTP_EXT_BSP. In RZ10 I added the parameter icm\host_name_full (as I am using workgroup instead of domain in my system) for instance profile.In t-code SCICM status is running.
    If not clear with the above details I will send the screenshots of required t-codes and runtime errors to the mail-id immediately.
    But I am not able to retrieve the problem.Is it necessary to check any kernel updates.I don’t know more about that, I will send the required screenshots clearly to know all the details.I will send the trace file also if u need.It is very urgent for me to work on bsp but I can’t.If u r  familiar with particular version I will send that screenshots as I tried it in 4.7ee(R/3),ECC5.0(R/3) AND Netweaver’04(abap).I am getting different errors in all the three versions.pls go through this and help me.
        Helpful answer will be rewarded unfailed.

    you need to configure the FQDN. That is causing the issue in your case.
    the URL shd start something like abc.mycompany.com:port_number...
    Refer below thread & blog:
    /people/durairaj.athavanraja/blog/2005/08/21/running-your-first-bsp-application-in-sap-netweaver-04-abap-edition--nsp
    - step by steby link to configure the FQDN - Re: Unable to run any BSP application
    Raja T

  • Selection screen value not assigning to the value when executed for the first time

    Hi ,
    Im My program at selection screen there are company code, vendor account and open items at key date(takes system date as default value).
    Facing problem at open items at key date - Open key date parameter is taken from LDB - KDF.
    First time when I am executing the program it is taking system date value in the selection screen variable even though I have given the different date.
    This problem is only when I execute for first time or press enter without giving company code.
    Can any one please help us to come out of this problem.
    Regards
    Sri Bhargavi

    HI,
         you can use the Event as AT SELECTION-SCREEN

  • Calculate the time spent to execute your program

    Hi
    I have a pgm which calculates the response time in milllisecond using method System.currentTimeMillis(). And I get answer 0.
    My question is If we measure the time in terms of nanosecond, do you think we still get zero answer?and What is your explanation for that?
    Waiting for reply. Thanks in Advance
    Regards,
    Jyoti

    Hi,
    Here is the code for calculating the response time.
    public class RunLinkedEvenOddList {
         public static void main(String[] args) {
              long time1;
              long time2;
              time1 = System.currentTimeMillis();
              System.out.println("Program 2 output:");
    LinkedEvenOddList eolist = new
    ew LinkedEvenOddList();
              eolist.insert(9);
              eolist.insert(4);
              eolist.insert(3);
              eolist.insert(2);
              eolist.insert(5);
              eolist.print();
              System.out.println("print Even:");
              eolist.printEven();
              System.out.println("print Odd:");
              eolist.printOdd();
              eolist.delete(9);
              eolist.delete(1);
              System.out.println("list after delete 9, 1:");     
              eolist.print();
              System.out.print("execute isMemeber(3): ");
              System.out.println(eolist.isMember(3));
              time2 = System.currentTimeMillis();
    System.out.println("The starting time: " + time1 +
    +
                        " milli seconds.");
              System.out.println("The ending time: " + time2 +
                        " milli seconds.");
    Answer the following questions based on the output of
    your code:
    1. Calculate the time spent to execute your program
    based on the value of time1 and time2; you need write
    your formula first and then give the answer in
    millisecond.
    Answer:
    time2-time1
    time spent to execute your program = 0 millisec
    2. If we measure the time in terms of nanosecond, do
    you think we still get zero answer?
    Answer:
    3.What is your explanation for that?
    Answer:
    Pls help me in answering question 2 and 3. Thanks in
    advance.Hai Ram!
    Yeh homework mai hai.
    Akhela mai karo. (Do your own work).

  • Building a system for the first time

    I recently posted a few weeks back about buying a system from either Dell or HP http://forums.adobe.com/thread/732545?tstart=0.  I quickly learned that those systems were not going to fit my need based on my budget.  So, I decided after researching components that I will build a computer by hand for the first time.  I am still operating on a budget of around $1000, but I'm giving the budget a bit of flexibility so I don't limit my options.  I am a hobbyist who only has experience using Power Director on my laptop, but I had a lot of fun editing for the first time and I want to step up my game.  With the new system, I plan to use adobe premiere cs5 and after effects.  I will capture my video from either an HD Helmet cam or HD flip format is  MPEG-4 AVC/H.264.  So where I need help is selecting the right things to optimize my performance.  The following is a list of items I'm looking with their prices.  Please help me decide what will be right for me.  Open to any combo of suggestions or comments. Thanks!
    Processor
    Intel i7 930 $200 microcenter
    Intel i7 950 $230 microcenter
    I don't know if I want overclock yet, but it sounds like a good idea.  $30 for the upgrade to the i7 950 seems pretty good. ro do I use the money elsewhere?
    Motherboard
    GIGABYTE GA-X58A-UD3R $210
    http://www.newegg.com/Product/Product.aspx?Item=N82E16813128423
    Seems like a good mobo. Are there any features that this board lacks that I should look for in another board? Also, newegg offers significant deals on "open box" products.  Is this a good way to go?
    Ram
    I have a few questions for this selection.  I've currently budgeted approximately $250 for ram.  I'm looking at going with 12GB.  I certainly don't have the budget for 24GB, but what about 16GB?
    Do I look for 1333 or 1600?  2GB or 4GB sticks?  Would I be fine if I bought say 2 packs of 6GB ram, both same manufacturer and same type or would I want to buy 1 pack of 12GB?
    GPU
    Nvidia Geforce gtx 460 1GB $220
    Is it worth it to go to the 470? I know it's a better card but being a budget is really worth the upgrade or can I get away with a 460?
    Any recomendations for a 460 as there are many in the same price range?
    Drives
    I see these drives priced in the $55 range which would leave at around $220 for the lot of em
    These are the drives I'm looking at as they are highly recommended on this board:
    SAMSUNG Spinpoint F3
    WD Caviar Black
    Right now, I plan to buy 4 drives.  Do I want 4 of the exact same? or say 1 cavier black for os/ programs and 3 samsung f3 for pagefile/scratch/renders?  Can I also get a brief description of what these are too?  Also, could have a 500gb for os/programs and 1tb for the rest or would it be advisable for 1tb for all? or 500gb for all?
    I don't think I can do a raid setup based on my budget, but I saw this as an option on the thread for storage rules is to use the on-board IHCR or Marvell chip.  I don't know really anything about this, but what would the price be to explore this option?
    Case
    Cooler Master Storm Scout $90
    http://www.newegg.com/Product/Product.aspx?Item=N82E16811119196
    I picked this case for a few reasons.  I seem move about every 6 months so the handles on top would be very useful, and it seems to have good cooling.  I know a full size case is recommended, but they seem to be significantly more.
    Cooling
    Noctua NH-U12P SE2 120mm SSO CPU Cooler $75
    Everywhere I look this cooler seems to get great reviews.  I figure it could be a good idea to get a good cooler if I get a mid-tower case.
    The only other option I can think of for case/cooling is to combine the budgeted price for both and look at different options like a full size case with a less quality cooler. Is this a better option
    PSU
    Looking into an 850 W power supply.  I figure to budget $80 towards as I've seen a few in that range
    http://www.newegg.com/Product/Product.aspx?Item=N82E16817517003
    so would something like this work?
    Final Thoughts
    So, when you add it all up its about $1350.  First question, how does this look overall?  Nothing I've chosen is obviously overkill, but is there anything I can afford to go cheaper on? or anything I should invest more into?
    Thanks again to everyone for the help.  The resources, info and people on this forum have just been awesome.

    Seems like we are planning very similar PCs.  My build is going to be for: amateur video editing including animation mainly with CS5, application design and coding mainly with MS Visual Studio 2008, HTPC (until I build a cheap dedicated unit for the TV), general family computing.  I am new to this stuff, but can at least share some pricing and my decision making process so far.
    Here is what I have selected so far regarding the parts:
    MotherBoard: Gigabyte GA-X58A-UD3R x58
    Seems like one of the lower cost x58 MBs and has some decent reviews.  Wait for a sale, you should be able to find this for around $180.00.  That is how much I got it for from New Egg (straight up with savings code no rebate), should be arriving on my doorstep tomorrow.  Also, I think Fry's has it now for $170.00 in store, but that includes a $20.00 rebate and tax. 
    PowerSupply: Corsair TX650W
    Some might think this is on the low side.  On the other hand, I have gotten other conflicting advice, stating that many people overestimate their actual power needs.  So who knows.  I have read that a PSU works more efficient when it is matched to the power needs - meaning that a 1000w PSU that is generally seeing 200w usage might not be so efficient.  Anyway, I got the PSU for $50.00 from New Egg (with rebate), and it has a good reputation, so we will see how it goes.
    Graphics Card: GIGABYTE GV-N460OC-1GI GeForce GTX 460 (Fermi) 1GB 256-bit GDDR5
    I was planning on a lower cost card, but then noticed this card for sale over the weekend for $178.00 (with rebate), so I ordered one.  I have read the GTX460 has reasonable power requirements, and can be made to take advantage of CUDA/Mercury with CS5 (although haven't done much research into that).  This particular version based on reviews, seems fairly quite with the twin fans. It's possible I overspent a bit on this card considering my needs, time will tell.
    Here is what I am planning to purchase:
    CPU: i7 930
    I am fortunate to live near a Fry's and MicroCenter ($200.00).  From reading the forum, seems like this is generally the lowest CPU folks go in terms of building an editing machine.  I understand the argument that for only $30.00 more, one can upgrade to the i7 950.  On the other hand, that argument could be made for many of the components, and then before you know it, a little extra here and there, and the budget is shot:)  So I am planning to draw the line at the 930.
    Here are my undecided’s:
    Memory
    I am up in the air between 6or12gig/module compatibility/cost.  But one thing for you to keep in mind, is the official memory certified for the motherboard you select.  For the Gigabyte motherboard, I missed out on a recent RAM deal, because the RAM was not officially certified for the board.  Some people tell me this is important, while others say "RAM is RAM" and no big deal.  Something to consider.
    HardDrives
    Same as you, considering the Samsung Spinpoint F3.  Good prices now at MicroCenter on the 16MB cache models in 500 and 1TB sizes.  I just don't know if larger cache sizes are important or not, since they are also offered in 32MB and higher.
    Anyway, good luck with your build and hope it works well.

  • I've tried to update my i-Tunes version after the site suggested I should following my i-Pad being plugged into it for the first time. The update seemed successful but the program would not open at all despite switching off the PC and re-starting several

    I’ve tried to update my i-Tunes version after the site suggested I should following my i-Pad Air being plugged into it for the first time. The update seemed successful but the program would not open at all despite switching off the PC and re-starting several times. I then tried wiping the original software from the computer and re-downloading from scratch. Each time I tried the download failed with a message saying “Service “Apple Mobile Device” failed to start. Verify that you have sufficient privileges to start system services” At this stage, the only way forward was to “abort” the download. This I have done now four times and the same thing happens. When I did finally manage to get an i-Tunes shortcut on my desktop, the program wouldn’t open saying: “i-Tunes was not installed correctly. Please re-install i-Tunes. Error 7 (Windows error 193)” Any ideas to resolve this?

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Performance Problem when executing the report for the first time.

    Hi,
    We have a Zreport...to improve the performance i created Index on few Data Base table..before my changes it used to take more than 15 minutes after the changes it taking less than 1 min for the same variant and for other variants also.
    But when executing the first in morning its taking the same time more than 15 min.Please let me know how to increase the performance when executing first time also,
    Thanks,
    Kiran.

    Hi all,
    Appreciate your valuable replies...
    @ Thomas: i do accept with your solution running a background job..but user is not accepting for it..thanks for your reply.
    @Siegfried Boes  : for testing purpose Im running this manytimes..but for user they may
    require when ever they need to know open oders.the volume of the data is barongs 300-350 at
    max.
    @Brad Bohn  : After creating the index the repose time reduced to half ...i hope  i have
    created a right index.
    Observation here...I executed the report in production system more than 5 times it took the
    same time, my changes are still in quality..so i think may be for selecting the right index
    its taking this much time.and for the next time is taking right index n doing it so it taking
    less.
    Do you accept it?.if so Please let me know how to explicitly say the select statement to
    use my index.
    Thanks,
    kiran.

  • How to find that a java program is running for the first time on daily basi

    it is like this
    1. i will ran a java program every day and i have to find that it is running for the first time(as i may stop that program and may run again the same day )
    Pls share ur ideas

    san.kumar wrote:
    it is like this
    1. i will ran a java program every day and i have to find that it is running for the first time(as i may stop that program and may run again the same day )
    Pls share ur ideasAs kajbj said - you need to store a token / file with a run date on the file system. Each time the application runs, have it compare with the date from this file with the current date. If different, it's the first run of the day. If not, it is not the first run of the day. Each time have it update the date on the file.

  • I cannot view PDF in Firefox at the first time but once I manually open the PDF file from my local computer, I can view other PDF files via Firefox webbrowser

    I install Adobe Acrobat 9 in my laptop which runs on windows 7. I use Firefox 3.6.8 and have the problem with the PDF file. The problem is I cannot open the PDF file in Firefox web browser at the first time I launch firefox. It shows a warning box without any message. Only OK button is shown so I can close it. However, if I manage to open the PDF file from my local computer by just using adobe acrobat itself then the PDF can be opened in the Firefox web browser. I followed the instruction on the mozilla help but nothing works for me. The problem still exists. I wonder if anyone have the same problem like me and know how to solve this. Thank you so much

    Hi there!
    I cannot help you, but I think we have a common problem: We got a system here running Vista SP1 with Acrobat 9 standard on it. When we open a pdf file it works normally, but when we open another pdf file, we see the first one in that second window.
    Think that missing option to watch several files within a single window-thing messed up more than meets the eye ... but as we just purchased the 15 licenses, we have to use version 9.
    I didn't find any clues on this problem, but I will post any new hints I get.

  • System Failure while running Adobe Dreamweaver CS6 for the first time..Why?

    When i downloaded the adobe dreamweaver cs6 and during installation ... there is no wrong except screen resolution (required = 1280*800 but available = 1330 * 768)
    But when i tried to run the program for the first time, the system had failed.
    Can you help me to know the true cause, please?
    note: i use Windows XP sp1

    CS6 requires a minimum of Windows XP with Service Pack 3. Your vertical resolution also does not meet the minimum requirements.

Maybe you are looking for

  • Right-click to open photos in PSE

    I used to be able to right-click on a photo and select 'open with PSE 11' but, I installed Portrait Professional on my laptop and now PSE doesn't show as an option. I even tried to change the program at the bottom of the window, but PSE doesn't even

  • How to delete "no recipent no sender" messages

    Help! Recently, I began to get messages in my Inbox with no content marked "no recipient, no sender" with no way to delete or move them. Sometimes going back to my mailboxes and the returning to the Inbox would get rid of them but not always. Now, I

  • Different look in DNG PE and ACR why??

    Hello, I've tried recently to match ACR with my favourite settings from Nikon Capture and I cannot understand how tone curve ajustment works. When I set tone curve in DNG PE to best look (as in CNX2), and then load this profile into ACR my photo look

  • How can I delete an image on LR?

    When I try to remove a photo from the "disk", I now get a message that the files are on a volume that does not support Trash. What does that mean? Cindy

  • Different between ALE, IDOC and BAPI?

    Hi Folks, What is the different between ALE, IDOC and BAPI? and send me the following steps? Thanks in advance. Siva