ERROR at line 1 ORA-04042 when I was upgrade 2.2 App Express to 3.2!

Hi all,
I was download Apex 3.2 and unzip it into C:\Apex folder.
I was installing Application Express 2.2 on C:\oraclexe and working fine.
I was changed on C:\Apex\apexins.sql PREFIX for C:\apex\apexins.sql and DATTS='^2',FF_TBLS='^3'
TEMPTBL='^4' IMGPR='^5' and
when I log as sysdba and start upgrade from sql command line>@c:\apex\apexins PASWORD SYSTEM SYSTEM TEMP /i/ C:\
after 5 minutes have this error>
SP2-0310: unable to open file "c:\apex\coreinscore/generate_table_api.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_gen_hint.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_xliff.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_create_model_app.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_help.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_data_quick_flow.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_theme_files.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_session_mon.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_sw_page_calls.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_wiz_confirm.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_page_map.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_drag_layout.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_dataload_xml.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/apex_ui_default_update.sql"
SP2-0310: unable to open file "c:\apex\coreinscore/apex_mig_projects_update.sql"
timing for: Development Package Specs
Elapsed: 00:00:00:03
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_plsql_editor.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_model_api.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_f4000_util.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_image_generator.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/layout.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_query_builder.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_sw_object_feed.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_load_data.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_load_excell_data.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/copy_metadata.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/copyu.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_tab_mgr.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/generate_ddl.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/table_drill.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_download.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_copy_page.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/generate_table_api.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_gen_hints.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_xliff.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_create_model_app.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_help.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_data_quick_flow.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_theme_filles.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_sw_page_calls.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_page_map.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_drag_layout.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/www_flow_dataload_xml.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/apex_ui_default_update.plb"
SP2-0310: unable to open file "c:\apex\coreinscore/apex_mig_projects_update.plb"
...install demonstration flow spaces
SP2-0310: unable to open file "c:\apex\coreinscore/collections_showcase.sql"
...install demonstration flow bodies
SP2-0310: unable to open file "c:\apex\coreinscore/collections_showcase.plb"
timing for : Development package bodies
Elapsed : 00:00:00:04
grant execute on www_mig_acc_load to public
ERROR at line 1 ORA-04042: procedure, function, package, or package body does not exist
Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
Gordan
http://gordanmilojevic.blogspot.com
ERROR at line 1 ORA-04042

Hi Gordan,
You are receiving error ORA-04042 because the referenced object, wwv_mig_acc_load, has not been successfully created. If you review your SQL command output, you will see a number of other errors reported before this one e.g. SP2-0310: unable to open file "c:\apex\coreinscore/generate_table_api.sql". These errors are occurring because the folder 'c:\apex\coreinscore/' does not exist, therefore the installation scripts cannot be located. In your initial posting you've said:
I was changed on C:\Apex\apexins.sql PREFIX for C:\apex\apexins.sql and DATTS='^2',FF_TBLS='^3'
TEMPTBL='^4' IMGPR='^5' and
when I log as sysdba and start upgrade from sql command line>@c:\apex\apexins PASWORD SYSTEM SYSTEM TEMP /i/ C:\
after 5 minutes have this error>
Did you modify the installation script, apexins.sql? This file should not be modified, and should be run following the installation instructions outlined in the Oracle Application Express [Installation Guide|http://download.oracle.com/docs/cd/E14373_01/install.32/e13366/otn_install.htm#BEHGEFDI]. You mention that you unzipped the 3.2 zipfile to your C:\Apex folder. Change your working directory to that folder, C:\Apex, and then start SQL*Plus, connecting to your database as SYSDBA. Now run the installation script, apexins.sql as follows:
SQLplus&gt; +@apexins <span class="italic">tablespace_apex <span class="italic">tablespace_files <span class="italic">tablespace_temp <span class="italic">images+
Example:
SQLplus&gt; +@apexins SYSTEM SYSTEM TEMP /i/+
NOTE: as you are running SQL*Plus from the working directory, C:\Apex, you do not need to include this path when referencing the SQL script apexins. You should also only pass in the four listed parameters, and not PASSWORD or C:. Once you have followed these instructions, you should hopefully no longer receive the prevoiusly reported errors.
Regards,
Hilary

Similar Messages

  • ERROR at line 1:ORA-01012: not logged on

    Hi ,i installed OID and the owner of the binaries and database(repository ) is Oracle and then i cahnged the permissions to 775 and now when i am trying to logon to a db(locally) using a different user x who is member of DBA group its saying not logged on .Is something wrong with permissions?
    env|grep ORA
    ORACLE_SID=oidtest
    PS1=[${ME}:${UNAME}:${ORACLE_SID}] ${PWD} >
    ORACLE_HOME=/amoidts1/OID
    [amoidts1:panther:oidtest] /home/amoidts1 > sqlplus
    SQL*Plus: Release 10.1.0.5.0 - Production on Wed Nov 21 19:24:37 2007
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter user-name: / as sysdba
    Connected.
    SQL> select * from v$database;
    select * from v$database
    ERROR at line 1:
    ORA-01012: not logged on

    What oracle version?
    Probably there is not enough OS resources.
    *Process J000 died, kkjcre1p: unable to spawn jobq slave process [ID 833613.1]*

  • ERROR at line 1:ORA-00600: internal error code, arguments: [ktsircinfo_num1

    Hi all,
    I need one help. In our one schema we have design like one temp and one parmanent table. The parmanent table is partition and we are used to exchange this partition with temporary table.
    It was working fine but since last many days we are facing a issue that while exchanging the table partition or coz some activity the table get courrepted and get the following error
    ERROR at line 1:
    ORA-00600: internal error code, arguments: [ktsircinfo_num1], [24], [2],
    [49317], [], [], [], []
    Can anyone help us out. Any suggetion is greatful.
    Thanks

    It was working fine but since last many days we are facing a issueReview the changes that might have happened to the server in those past few days. OS upgrade, OS move, Oracle upgrade, post installation steps unsuccessful/not completed could be some of the many reasons, among others that Oracle support will identify when you open a SR, as suggested above.

  • ERROR at line 1: ORA-29913: error in executing ODCIEXTTABLEOPEN callout ORA

    Hi,
    i am using external tables for fetching values from text file
    1)
    create or replace directory XTERN_DATA_DIRTEST
    as 'E:\test';
    2)
    create table xtern_countrytest
    COUNTRYNAME VARCHAR2(200)
    organization external
    ( default directory XTERN_DATA_DIRtest
    access parameters
    records delimited by '|$|'
    fields terminated by '|#|'
    MISSING FIELD VALUES ARE NULL
    location ('Country.txt')
    when i execute
    select * from xtern_countrytest am gettng following error
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file Country.txt in XTERN_DATA_DIRTEST not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    FYI,i have granted access,file is present at location,same thing works in development environment,but this error is happening in live server,
    can any one has a idea about this,its urgent

    sybrand_b wrote:
    Hi,
    Welcome to the forums.
    First of all I must remind you this is not a free support forum. Also everyone here is volunteer.
    This means using words like 'urgent' and 'asap' is usually considered inappropriate as there is paid support.
    In your transcript I notice you have no
    grant read, write directory on XTERN_DATA_DIRTEST
    I also notice in your external table definition your location directive appears to be incomplete
    It should be
    location(XTERN_DATA_DIRTEST:'Country.txt')
    Hth
    Sybrand Bakker
    Senior Oracle DBASybrand
    He doesn't need to write "location(XTERN_DATA_DIRTEST:'Country.txt')" because he sets the default directory:
    ( default directory XTERN_DATA_DIRtest
    access parameters
    user 854436,
    Please check MOS [ID 150737.1]: ORA-29913 ORA-29400 KUP-04040 While Selecting from External Table
    Regards
    Gokhan

  • ERROR at line 1: ORA-03113: end-of-file on communication channel

    I have a DRDA gateway set up between my Oracle 10.2.0.4 instance (linux 64 bit), and a DB2 UDB instance (v 8.2 32 Bit). Within a SQLPlus session, I'm able to successfully interact with tables (select, update, delete) that do not have CLOB columns defined. However, whenever I try to access a table with a CLOB column (even doing a select on a single row), I get an end-of-file communication error and it kicks me out of my session. I can interact with the table as long as I don't include the CLOB/BLOB columns. Is there some additional configuration or memory settings I'm missing?
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from mytablewithaclob@db2 where l_column= 1;
    select * from dbo.mytablewithaclob@db2 where l_column= 1
    ERROR at line 1:
    ORA-03113: end-of-file on communication channelI add the following codepage.map (as per another post) - packages are bound properly, and tables without clobs I can interact with just fine.:
    S 367 > US7ASCII
    D 13488 > AL16UTF16
    D 1200 = AL16UTF16
    M 1208 = UTF8
    MBC 1208 = 1208 1200
    column in question is defined as follows in DB2:
    mycol CLOB(1G) DEFAULT ''  NOT NULL  NOT LOGGEDAny thoughts? Much appreciated.
    Edited by: kpw on Sep 3, 2009 4:21 PM

    Unfortunately TG4DRDA 10.2.0 does not support DB2 (C)LOB datatype. A crash is a rather unpleasant way to report this inability... but that could depend on the version of TG4DRDA you use (10.2.0.1.0). I guess when you upgrade TG4DRDA to 10.2.0.4.0 you will get a proper error message (ORA-28527 - datatype conversion error).
    As workaround you could:
    - create a view on the DB2 table and exclude the (C)LOB columns
    - move/copy the (C)LOB data into a TG4DRDA supported datatype ((long) varchar for bit data)
    Regards,
    Ed

  • ERROR at line 1: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-20000: Oracle Text error: DRG-10700: preference does not exist: global_lexer ORA-06512: at "CTXSYS.DRUE", line 160 ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366

    database version 11.2.0.4
    rac two node
    CREATE INDEX MAXIMO.ACTCI_NDX3 ON MAXIMO.ACTCI
    (DESCRIPTION)
    INDEXTYPE IS CTXSYS.CONTEXT
    PARAMETERS('lexer global_lexer language column LANGCODE')
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: global_lexer
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366

    Like the error message says, you don't have a global_lexer.  So, you need to create a global_lexer and that lexer must have at least a default sub_lexer, then you can use that global_lexer in your index parameters.  Please see the demonstration below, including reproduction of the error and solution.
    SCOTT@orcl12c> -- reproduction of problem:
    SCOTT@orcl12c> CREATE TABLE actci
      2    (description  VARCHAR2(60),
      3      langcode     VARCHAR2(30))
      4  /
    Table created.
    SCOTT@orcl12c> CREATE INDEX ACTCI_NDX3 ON ACTCI (DESCRIPTION)
      2  INDEXTYPE IS CTXSYS.CONTEXT
      3  PARAMETERS('lexer global_lexer language column LANGCODE')
      4  /
    CREATE INDEX ACTCI_NDX3 ON ACTCI (DESCRIPTION)
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: global_lexer
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366
    SCOTT@orcl12c> -- solution:
    SCOTT@orcl12c> DROP INDEX actci_ndx3
      2  /
    Index dropped.
    SCOTT@orcl12c> BEGIN
      2    CTX_DDL.CREATE_PREFERENCE ('global_lexer', 'multi_lexer');
      3    CTX_DDL.CREATE_PREFERENCE ('english_lexer', 'basic_lexer');
      4    CTX_DDL.ADD_SUB_LEXER ('global_lexer', 'default', 'english_lexer');
      5  END;
      6  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> CREATE INDEX ACTCI_NDX3 ON ACTCI (DESCRIPTION)
      2  INDEXTYPE IS CTXSYS.CONTEXT
      3  PARAMETERS('lexer global_lexer language column LANGCODE')
      4  /
    Index created.

  • ORACLE error from auxiliary database: ORA-01152: file 2 was not restored fr

    Hello,
    i'm trying to clone a database. It is in archive log mode.
    I took a full back using below command
    run {
      backup
         tag 'DAILY_WHOLE'
         format 'FULL_backup_%s_%p_%c.bkp'     database
         plus archivelog
         tag 'DAILY_WHOLE'
         delete all input;
      backup
         current controlfile
         format 'FULL_backup_%s_%p_%c.bkp'     tag 'WHOLE'
         spfile
         format 'FULL_backup_%s_%p_%c.bkp'     tag 'WHOLE';
    }then i issue a duplicate database command
    RUN
    DUPLICATE DATABASE TO TEST_DB
              NOFILENAMECHECK
               NOREDO
              BACKUP LOCATION '/disk10/flash_recovery_area/PROD';
    }at the very end I got this error.
    contents of Memory Script:
       Alter clone database open resetlogs;
    executing Memory Script
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 05/15/2013 11:59:21
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01152: file 2 was not restored from a sufficiently old backup
    ORA-01110: data file 2: 'sysaux.dbf'Can anyone help me? I would appreciate it. thanks

    NOREDO would be used when you have a Consistent Backup (i.e. backup taken when the database is MOUNTed but not OPEN) and so, no archivelogs need to be applied. (This would also be the case for a NOARCHIVELOG database).
    See the notes on NOREDO in the DUPLICATE command documentation in the Backup and Recovery Reference.
    http://docs.oracle.com/cd/E11882_01/backup.112/e10643/rcmsynta020.htm#i81724
    Hemant K Chitale

  • HT201272 When iTunes was upgraded to the lastest (11.0), many of of songs/music/audiobooks were deleted!  I tried syncing my phone to my computer to get them back, but many of those were deleted too!   How do I get my purchases back to play them???

    When iTunes was upgraded to the lastest (11.0), many of of songs/music/audiobooks were deleted!  I tried syncing my phone to my computer to get them back, but many of those were deleted too!   How do I get my purchases back to play them???
    It shows on iTunes SOME of my past purchases, but not all (looks like around 30-40% of purchases).    It shows on my apple id purchase history everything i have purchased; but in iTunes, some not all of these show up.    What does show up is kind of "greyed out", so NOTHING will actually play.   I have followed the steps in the iTunes support about how to redownload past purchases, but this dowsn't work, as the download button is also "greyed out". 
    I am extremly angry and upset about this issue.  Could someone please help / advise re how to fix????

    I'm hoping that this may be just a misunderstanding somewhere.
    Could you show an image showing these greyed out items?

  • I bought my iphone 5 in the USA but am living in the UK. When I was trying to download apps, it said i need to connect to the uk apple store, how do i do that?

    I bought my iphone 5 in the USA but am living in the UK. When I was trying to download apps, it said i need to connect to the uk apple store, how do i do that?

    Settings > iTunes & App Stores
    Tap on your Apple ID at the top
    Tap "View Apple ID"
    Enter password if needed
    Tap "Country/Region"
    Tap "Change Country or Region"
    You may need to change to a UK credit card.

  • How do i get my serial number for lightroom when it was purchased from the app store?

    how do i get my serial number for lightroom when it was purchased from the app store now that the app store has discontinued selling the product?
    Thanks
    -Ethan

    Purchases from the App Store do not include serial numbers. The App Store itself provides the licensing for the product. You will have to contact Apple to have them help you reinstall Lightroom through the App store (just because it is no longer for sale does not mean that you will not be able to download your past purchases).

  • My iPhone 4 froze when I was using the Facebook app. The only thing moving is the indicator at the top spinning to show its "thinking." Its been like this for about an hour, I can't even turn it off. Any ideas (other than letting the battery go dead)?

    My iPhone 4 froze when I was using the Facebook app. The only thing moving is the indicator at the top spinning to show its "thinking." Its been like this for about an hour, I can't even turn it off. Any ideas (other than letting the battery go dead)?

    Thank you, I've tried that but it won't work either, the logo never comes up. It just stays on the FB app screen. I tried connecting to iTunes to see if I can fix something from there and it freezes iTunes. Also tried disconnecting the wifi (I don't know how I thought that would help but worth a try) and plugging it into the charger but still nothing. I think I'll have to visit the store tomorrow. I appreciate it, though!

  • Itune store asked me to contact apple support to complete the transaction after I filled up my credit card information when I was buying an iphone app

    itune store asked me to contact apple support to complete the transaction after I filled up my credit card information when I was buying an iphone app.
    What am i gonna do?

    I woould suggest contacting itunes support.

  • My iPod touch went into a green screen when I was upgrade the software it's in iPod 4th generation I tried restoring it did not work

    My iPod touch 4th generation went to a green screen when I was upgrading the software I tried to reset the Green screen came back I tried to restore nothing

    This has workd for others:
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar

  • Error "907 invalid COD" occurs when trying to upgrade my Blackberry App World.

    Hi there. My name is Molopi Mashinini and I'm using a Blackberry Bold Touch 9900. My problem is that I'm struggling to upgrade my Blackberry App World, before it downloads the application, it gives me a message saying that there's a module that already exists on my phone and that its going to be replaced. When the downloading process get to the end at 3137kb, it gives me an error message that says 907 invalid COD. Now I don't know what to do because even the Blackberry Application icon doesn't give me an option to delete it. Please help me because I can't even download or upgrade the applications on my phone.

    timmyKLB wrote:
    I'm still getting the same error message when I try to download the application and I still can't delete the application from my phone because it doesn't give me an option to delete it.
    Yes, I think we've discussed that more than once.
    timmyKLB wrote:
    I tried all the step you gave me. Nothing seems to be working.
    And I still cannot tell exactly what that means (refer to the first half of post 6 above).
    timmyKLB wrote:
    My main problem is that under the application list, I can't find the delete option for the application on the menu button.
    Yes, we've discussed that as well a few times. Yet you have left me completely in the dark regarding how the use of the Desktop Software worked out.
    timmyKLB wrote:
    I'm even thinking of giving up because I followed all the steps but I just can't seem to delete the application.
    That would be a choice only you can make. It would so greatly help me to help you if I could understand your situation better, most especially the precise results of the things I ask you to try. But, your responses continue to be so very general and vague, with multiple interpretations possible from your words, that I cannot understand how those things work out. Consequently, I am at a loss as to how to help you. I need to understand in order to help you, yet your words do not help me to understand, no matter how many times I seem to ask you for clarification. So I am even more lost than you are.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I turned off my ipad when it was upgrading the system and now it doesn't turn on. What should I need to do now?

    Hello!!!
    Can somebody help me?
    I just turned off my ipad but I forgot that it was upgrading a new system...and now it doesn't turn on.
    What should I have to do?
    Thanks

    Hold down on the sleep button and the home button at the same time for about 10 seconds until the Apple logo appears on the screen. Ignore the red slider. When the logo appears let go of the buttons.

Maybe you are looking for

  • Flash Export missing loader

    I think the SWF export is very nice. For people with no Flash abilities it can be very handy. I think it miss an option : a Flash loader. For exemple, i'm making a portfolio document (or a book or a magazine etc.) in Indesign, 30 pages. It's nice to

  • Itunes cannot read the contents of my iphone 5?

    When I try to sync my iphone to itunes, it says that "Itunes cannot read the contents of the iPhone "Name's iPhone". Go to the Summary tab in iPhone preferences and click Restore to restore this iPhone to factory settings." However, I have music that

  • Firewall warning when launching Captivate 8 on a Windows 8 machine

    Just installed Captivate on a 64bit machine with windows 8.1.  I keep getting a firewall warning dialogue each time I launch the program.  How do I make it stop???

  • Cod 4 patch 1.7

    Hi, I wanted to know how to install the 1.7 patch ? Do I simply install the .dmg file ? Do I have to install a previous patch ? Sincerely

  • MBP Restarts and or shuts down when you close it.

    When I close the my MBP and open it the screen is black only when I press the space bar or power button my MBP either restarted or shut down. Is there a way to fix this and is this a normal thing?