Repwizard.bat problem in 10gR2

When I installed OLite 10gR2, the repository wizard failed to run and I cannot create the repository. So I mnaually run %olite_home%\Mobile\Server\admin\repwizard.bat, I encountered the following error:
Installation mode is : STANDALONE
Exception in thread "main"
And this was also the error in the installation log.
Actually I see the script in repwizard.bat, and found many jar files (as stated in the classpath) were missing.
Anybody encounter the same problem? and how to solve it?
TIA
Matthew

ok ok, finally have Oracle Lite 10g R2 installed.
Two major changes were made:
1. Change the locale to English in Regional Settings (I'm using Chinese WinXP Pro sp2)
2. Configure a loopback adapter and set a fixed IP
The former is much critical. After installed in English, I turned it back to Chinese, but the Mobile Server cannot be started.
So does OLite support Chinese Windows?

Similar Messages

  • SAP R/3 4.6c on Windows 2000 r3setup.bat problem

    Hi SAP Gurus,
    I'm gonna install a 4.6c on Windows 2000 SP4.
    I've got a problem with r3setup.bat:
    When I try to execute the setup.bat theres the error:
    "extracting sap mmc components failed"
    I extract the mmc.sar manually with sapcar.exe and copy the files everywherer...but it doesnt work.
    I looked up in the sap.help or the web in generall and found no solutions-
    So I hope to find an answer here
    Tim

    I just have NTCLUSCD.log next to the R3setup.log
    There stands:
    INFO 2009-05-25 12:55:42
        Input for the Installation of the R3Setup Tool
    INFO 2009-05-25 12:55:42 CDINSTCOMMON_NT_IND SyDirCreate:353
        Checking existence of directory C:\Users\c11adm\Install. If it
        does not exist creating it with user NULL_POINTER, group
        NULL_POINTER and permission 7 ...
    INFO 2009-05-25 12:55:42 CDINSTCOMMON_NT_IND SyDirCreate:2207
        Changing permission for file C:\Users\c11adm from 777 to 7.
    INFO 2009-05-25 12:55:42 CDINSTCOMMON_NT_IND SyDirCreate:2207
        Changing permission for file C:\Users\c11adm\Install from 777 to
        7.
    INFO 2009-05-25 12:55:42
        Extracting the SAP MMC Components
    INFO 2009-05-25 12:55:42 CDINSTEXTRACTSAPMMCMSC_NT_IND SyIsRemotePath:249
        Checking if path C:\Users\c11adm\Install is on an NFS-mounted
        filesystem ...
    INFO 2009-05-25 12:55:42 CDINSTEXTRACTSAPMMCMSC_NT_IND SyIsRemotePath:277
        File C:\Users\c11adm\Install is not on an NFS-mounted filesystem.
    INFO 2009-05-25 12:55:42 CDINSTEXTRACTSAPMMCMSC_NT_IND SyCoprocessCreate:931
        Creating coprocess SAPCAR ...
    INFO 2009-05-25 12:55:42 CDINSTEXTRACTSAPMMCMSC_NT_IND SyCoprocessCreate:931
        Creating coprocess SAPCAR ...
        The process SAPCAR puts out:
        SAPCAR: no archives specified for extracting (error 29). There
        are no more files.
    ERROR 2009-05-25 12:55:42 CDINSTEXTRACTSAPMMCMSC_NT_IND InstallationDo:0
        Phase failed.
    ERROR 2009-05-25 12:55:42 InstController Action:0
        Step CDINSTEXTRACTSAPMMCMSC_NT_IND could not be performed.
    ERROR 2009-05-25 12:55:42 Main
        Installation failed.
    ERROR 2009-05-25 12:55:42 Main
        Installation aborted.

  • Problem on 10gr2 for configure HS talk to mysql through ODBC

    Hello, all,
    did someone tried configure HS on 10gr2 talk to mysql 3.5 on xp?
    I tried it on my environment and got some issues here. any advice will be appreciated:
    1) environment: OS=xp professional sp2. oracle database=10gr2. mysql database=mysql 3.5. ODBC was setup as mysql_shan and works perfect with some other application like php communication
    2) my configuration:
    a. hs init file: name=%ORACLE_HOME%/hs/admin/initmysql.ora with HS_FDS_CONNECT_INFO = mysql_shan
    HS_FDS_TRACE_LEVEL = ON
    b. listener.ora:
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (ORACLE_HOME = D:\oracle\ora10g\product\10.2.0\db_1)
    (SID_NAME = grid)
    (SID_DESC =
    (GLOBAL_DBNAME = EMREP.CORPORATE)
    (ORACLE_HOME = D:\oracle\ora10g\product\10.1.0\em_1)
    (SID_NAME = EMREP)
    (SID_DESC =
    (PROGRAM = extproc)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\ora10g\product\10.2.0\db_1)
    (SID_DESC =
    (PROGRAM = mysql_shan)
    (SID_NAME = mysql)
    (ORACLE_HOME = D:\oracle\ora10g\product\10.2.0\db_1)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MIS-DT-49769.corporate)(PORT = 1521))
    c.tnsnames.ora:
    mysql =
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=MIS-DT-49769.corporate)(PORT=1521))
    (CONNECT_DATA=(SID=mysql))
    (HS=OK)
    d. instance parameter setting:
    hs_autoregister=true
    3)here's my test results:
    (1)listener service status:
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 01-JUN-2006 10:04:10
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "EMREP.CORPORATE" has 1 instance(s).
    Instance "EMREP", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "grid" has 2 instance(s).
    Instance "grid", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:1 refused:0
    LOCAL SERVER
    Instance "grid", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:6 refused:0 state:ready
    LOCAL SERVER
    Service "gridXDB" has 1 instance(s).
    Instance "grid", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: MIS-DT-49769, pid: 4320>
    (ADDRESS=(PROTOCOL=tcp)(HOST=MIS-DT-49769.corporate)(PORT=4617))
    Service "grid_XPT" has 1 instance(s).
    Instance "grid", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:6 refused:0 state:ready
    LOCAL SERVER
    Service "mysql" has 1 instance(s).
    Instance "mysql", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:2
    LOCAL SERVER
    The command completed successfully
    (2)tnsping:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)) (CONNECT_DAT
    A=(SID=mysql)) (HS=OK))
    OK (30 msec)
    (3) create database link mysql: SQL> CREATE DATABASE LINK "mysql" USING 'mysql';
    Database link created.
    (4) query mysql through sqlplus:
    SQL> select * from MEMBERS@mysql;
    select * from MEMBERS@mysql
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from MYSQL
    check the listener.log:
    01-JUN-2006 10:36:10 * (CONNECT_DATA=(SID=mysql)(CID=(PROGRAM=)(HOST=CORPORATE\MIS-DT-49769)(USER=CORPORATE\Richard.Shan))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.10.10.10)(PORT=4026)) * establish * mysql * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    looks something wrong , can someone give some advice?
    thanks in advance!

    thanks all, problem solved:
    the listener.ora, has to be like this:
    (SID_DESC =
    (PROGRAM = hsodbc)
    (SID_NAME = mysql)
    (ORACLE_HOME = D:\oracle\ora10g\product\10.2.0\db_1)
    )

  • Repository Creation Utility (rcu.bat) problem starting

    Using "Getting Started with Oracle SOA Suite 11g R1 - Hands On Tutorial," Packt 2009.
    Ran through the rcu.bat tool twice. First time had DB (Ora10.2) privelege problems. Tried to correct, then ran rcu.bat a second time, but had the same privelege problems.
    Now I want to run rcu.bat (3rd time) using the Drop option to clean up the tablespaces before working with DBAdmin to apply correct priveleges.
    When I run rcu.bat though, nothing happens. I edited the batch file to echo environment and command line--if you need that I can paste into this discussion.
    Thank you!
    Michael

    Ravi, thank you for the info. But my problem is with the command script itself, or the Java application (maybe).
    To clarify, I follow the instructions on page 49 of the book (above)...
    - cd c:\stageSOA\rcuHome\bin
    - rcu.bat
    But, when I hit <enter> nothing happens. The first several times I ran the utility, this was not the case. It would take 20 or 30 seconds for the application to startup, but it did start. Now it does not start at all, ever.
    I'm going to guess I caused an UNEXPECTED exit and left the environment (mayby a log or temp file) in a corrupt state. My problem is that I don't know how to fix this.
    Thanks!
    Michael

  • ODMS 11g (11.3.0.0.0) for Microsoft Windows install repwizard.bat failure and resolution

    Hello,
    I'd like to share my experience with installing Oracle Database Mobile Server 11g (11.3.0.0.0) for Microsoft Windows. Hopefully this can be resolved in a future release or this workaround can help someone else.
    This was a new installation on Windows 2008 R2 server. The repository is to be in Oracle Standard database 11.2.0.3 64 bit. GlassFish 4 had been installed previously for Oracle APEX. Java version is 1.7.0_45.
    During the repwizrd.bat process, the progress would stop at 95% on the "installing Mobile Server" step.
    Examining the logs in the MobileServer home folder (D:\oracle\MobileServer11gR3_1\Mobile\Server) showed errors with the MOBILEADMIN  user.
    The workaround is to manually create the MOBILEADMIN user. Once the user MOBILEADMIN  was created manually with the unlimited quota on the USERS tablespace the repwizard process seems to be happy with everything and completed successfully.
    This makes no sense since the SYSTEM password was provided. I am suspecting that this script was developed with an existing installation and not tested in a completely clean environment and therefore a bug.

    thank you for the feedback.   Did you work at all with ORacle support on this issue?  We do our internal testing on clean environments.  I would like to understand in more detail what happened here because if there is a bug in the install code, I would like to get it addressed.  Feel free to email me directly on this.  [email protected]
    thanks
    mike

  • Dbpool.bat Problems

    Hi .
    1) We are running WebAS 6.20 with EP 6.0
    2) We do not have an add button in the AdminGui for the Web AS under the dbpool service . So we need to use dbpool.bat with the xml file to create our pools
    3) WebAS 6.20 only runs ons JDK 1.3 .. we are running 1.3.1_13 .
    4) When we run the dbtool.bat we get a classnotfound error on the Savepoint.class . This class should be located on the rt.jar file under the JRE installation . However it is not there.
    5) We run on an Windows Platform.
    Has anyone had a similar problem ..
    Please help
    note : I do have a sollution , but it is not acceptable for the production environment

    Hi Ruan,
    We do not have an add button in the AdminGui
    for the Web AS under the dbpool service
    You have But it's hidden
    Just go to "Pool name" input field and edit - et voilà, the Add button appears. You find this annoying? In fact, it is! But this way it is ensures that experts are needed
    WebAS 6.20 only runs ons JDK 1.3 ..
    we are running 1.3.1_13 .
    No problem, for general info see
    In doubt, JDK 1.3.1_15 would be even better.
    I hope with this info you have solved all your problems!?
    Best regards
    Detlev
    PS: Please consider rewarding points. Thanks in advance!

  • Repwizard.bat stops at 95%

    Hello,
    I have made a fresh install of Oracle Lite 10g with no previous existing repository.
    The repwizard stop progress at 95%
    What's appening ?

    Hi ,
    We are also facing the same problem. Repository wizard stops at 95%. As you said we tried checked with OEM, but for us user MOBILEADMIN is created and the status is unlocked. But still repository installation hangs up at 95%. Can you help us regarding this
    Regards,
    Manju

  • At Bat problem

    Hi there,
    I have a very strange problem with At Bat and I'm beginning to wonder if the problem lies with the Ipad itself. Basically, everything works really well, live video, audio, news etc but the main screen does not. For example, supposing the scores along the top of the screen read Toronot 6 Texas 0 top of 7th, if I click on that game, the animated batter pitcher, names of players etc never appear and the score on the main scoreboard remains 0 0. In other words the main interface doesnt work. I have tried setting refresh to every 15, 30 and 60 seconds but I have NEVER seen a score on the main scoreboard, nore the animated batter etc. I know the app is working and my connection is OK because the small scores along the top are updating.
    THe reason I am beginning to suspect the Ipad rather than the app is another app has a similar issue. I wanted to subscribe to the Spectator, but 'verifying purchase Information never resolved. Does anybody have any ideas or partial issues with apps which might build a picture. Needless to say At Bat online help is worse than useless.
    Thanks in advance
    Peter

    Hi thanks for trying to help, but as I said in my earlier post, I have tried all the different refresh options. I do wonder if I am missing an update or something, as the App Store isn't open in the UK yet, although apps are avaible to buy from Itunes on the pc. It's so annoying to see the score change at the top of the screen (proving some refreshing is going on) but never to have seen a score on the scoreboad!
    Still, maybe others will join in now. Anyone in the UK have At Bat working propely?
    Peter

  • Problem with 10gR2 download for Windows

    I have tried downloading the above mentioned file from the site for several times but it seems like my download always get disconnected halfway like at 16MB or 34MB. May i know how can i finish downloading the whole file?
    Thanks

    Hello,
    I had the same problem 2 days ago. I just redone the installation and it worked. But after that, how to I configure everything else. listener etc.... How do we get the Enterprise Manager working?
    Can you help?
    Thanks,

  • Problem in 10gR2 enterprise manager after changing the servers hostname

    Hello,
    I installed 10g R2 Standard Edition on a Suse Linux Server Enterprise 10.
    I have the following problem :
    I changed the host name from “a” to “b”.
    I made the required changes in listener.ora and tns_names.ora.
    I also rebuilded the enterprise manager by starting dbca and click on “Configure database options” etc etc.
    After that the WEB enterprise manager seemed to work fine.
    I logged on the http://localhost:1180/em as sys/password/sysdba.
    Then I clicked on maintenance > Backup setting the PROBLEM OCCURS !!!
    I get again the web login page but in the connect string I get the old hostname.domain:1521:SID.
    And naturally I cannot login because that hostname.domain:1521:SID does not exist.
    Somebody knows how can I correct that?
    Thanks a lot
    Andreas

    Hi,
    You should recreate em repository go through below link hope this helps
    http://dbataj.blogspot.com/2007/01/oc4j-configuration-issue.html
    regards
    Taj

  • Autoexec.bat problem

    I added the following line to my Autoexec.bat file. It still would not let me compile, and now it won't let me edit autoexec.bat. I keep getting Bad Command or Filename. When I rebooted, I had to cd\Windows, then key in Win to boot up. I think I really messed up my Autoexec.bat file.
    set path=c:\jdk1.3.1\bin;

    you needed to type this as
    set path=%PATH%;c:\jdk1.3\bin
    so that you suffix the existing PATH, not replace its valuable set of individual path entries. This is stated in the install docs, please read them carefully

  • .bat problems

    I'm trying to install my program onto my second machine, for some reason can't get the program to launch on the second machine through a .bat file.
    On the first machine, the program launches fine, here's the contents of the .bat
    @echo off
    path=%path%;C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin;C:\Documents and Settings\Neilt\jbproject\FuturesScreener\classes
    javaw futuresscreener.MainGui
    exit
    I've got different classpaths on the second machine so entered different locations for javaw.exe and the MainGui.class file but it won't work, the command window flashes up then disappears as if it can't locate javaw.
    Any ideas? I've checked the paths so many times that it can't just be them.

    Well, in that split second that the cmd window is flashing, and error message is being displayed that's telling you what's not working, be it that it can't find javaw.exe, or the correct class, or whatever. Instead of double-clicking the .bat file from windows, open up a command window and run the .bat file, and the window won't close on you.

  • Problems with 10Gr2 EM control on HPUX 11.11

    I've recently done a new install of 10G2 on my rp3440 running HPUX 11.11. The database installs fine, and I don't have any trouble with isql*plus. But, I cannot get the EM web control to work. The agent and dbconsole are running and seem to be fine, but everytime I try to connect to http://<host>:1158/em I get a 500 internal error. The logs show this error:
    06/04/14 07:47:51 em: Servlet error
    javax.servlet.ServletException: Error loading filter 'handleRepDownFilter', filt
    er-class 'oracle.sysman.db.adm.inst.HandleRepDownFilter' not found
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4
    .1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java
    :539)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4
    .1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispat
    cher.java:317)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4
    .1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4
    .1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4
    .1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4
    .1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePool
    edExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    I unistalled and reinstalled many times now ;)
    Oddly if I go to http://<host>:3938/emd/main or http://<host>:1158/em/upload I messages that say those servlets are working just fine. Anyone have any ideas on what my problem might be?
    Thanks.

    I found a solution. It turns out that several of the required .jar files were not installed in the $ORACLE_HOME/sysman/jlib directory. I searched through all the installer .jar files until I found the missing .jar files, copied them to the directry and restarted the agent and now it works fine.
    * forgot to add *
    The missiong files were found in : stage/Components/oracle.sysman.repository.core/10.2.0.1.0/1/DataFiles
    in a directory named Expanded/filegroup3. The file names were lacking the .jar extension so I added it when I copied them to the proper place.
    Hope this helps someone else.
    Message was edited by:
    coreypunches

  • Oracle 9i Lite problem

    Oh, I've done that about 5 times, completely uninstalling Oracle
    Lite and even 9i, then reinstalling from scratch. What I've
    discovered since then is that the webtogo.ora has some mistakes
    in it. It refers to Oracle 8i java engine in the line
    jdbc:oracle:oci8:@WEBTOGO.WORLD
    Which I had to replace to oci9, also that the port defined for
    webtogo were in conflict with the port from Oracle http server,
    so i moved them to 8800 and 8801. That done I can start my
    webtogo in standalone mode, however I still cannot login into
    it. This because of the failed repwizard.bat I have managed to
    run the acl.sql script and my databases are populated but I
    cannot get it working.
    Can you provide me with a webtogo.ora from a working install, to
    see what is wrong in mine, anyone?
    TX,
    Frederic

    A regular Oracle database environment comes with several mandatory userids. These include SYS and SYSTEM. SYS 'owns' all details of the database and SYSTEM is the 'super DBA'. These are database userids, not operating system userids.
    I suspect the repository wizard wants to access the SYSTEM userid to be able to create a new schema (equivalent to 'database' for other vendors) within the Oracle environment.
    In older versions of Oracle, the default SYSTEM password was 'MANAGER'. These days, any security conscious DBA will have changed that quickly, but ...

  • CRS Installation problem - node out of sync?

    Hi at all
    I have some installation problems with 10gR2 Rac and CRS on RHEL 4.0 (kernel 2.6.9) and Vmware Workastion 5.0. . Also I have applied suggestion in the vmware KB available at this link
    http://kb.vmware.com/vmtnkb/search.do?cmd=displayKC&docType=kc&externalId=1420&sliceId=SAL_Public
    due some synchronization problems .
    Also, I have configured ntpd daemon for sync my virtual machine.
    The error message from installActions2006-12-18_01-10-58AM.log is:
    INFO: Exclude file list /tmp/OraInstall2006-12-18_01-10-58AM/installExcludeFile.lst does not exist or is empty. The file is ignored.
    WARNING: Error while copying directory /app/oracle/product/10.2.0/crs with exclude file list 'null' to nodes 'oracle002'. [PRKC-1002 : All the submitted commands did not execute successfully]
    oracle002:
    /bin/tar: ./bin/ocrcheck: time stamp 2006-12-18 01:15:27 is 34 s in the future
    /bin/tar: ./bin/crs_register: time stamp 2006-12-18 01:15:28 is 35 s in the future
    /bin/tar: ./bin/cemutls: time stamp 2006-12-18 01:15:28 is 34 s in the future
    /bin/tar: ./bin/usrvip: time stamp 2006-12-18 01:15:28 is 34 s in the future
    /bin/tar: ./bin/cluvfy: time stamp 2006-12-18 01:15:28 is 32 s in the future
    /bin/tar: ./bin/racgons: time stamp 2006-12-18 01:15:28 is 30 s in the future
    /bin/tar: ./bin/cluutil: time stamp 2006-12-18 01:15:28 is 29 s in the future
    /bin/tar: ./bin/crs_profile: time stamp 2006-12-18 01:15:28 is 29 s in the future
    /bin/tar: ./bin/vipca: time stamp 2006-12-18 01:15:47 is 48 s in the future
    /bin/tar: ./bin/clscfg: time stamp 2006-12-18 01:15:27 is 25 s in the future
    /bin/tar: ./bin/clsid: time stamp 2006-12-18 01:15:27 is 25 s in the future
    /bin/tar: ./bin/crs_start: time stamp 2006-12-18 01:15:28 is 26 s in the future
    /bin/tar: ./bin/crsctl: time stamp 2006-12-18 01:15:27 is 24 s in the future
    /bin/tar: ./bin/evmsort: time stamp 2006-12-18 01:15:28 is 24 s in the future
    /bin/tar: ./bin/evmmkbin: time stamp 2006-12-18 01:15:28 is 24 s in the future
    but if I check clock sync between two nodes....:
    [oracle@oracle001 ~]$ date;ssh oracle002 date;
    Mon Dec 18 01:39:33 CET 2006
    Mon Dec 18 01:39:33 CET 2006
    and from the first node
    [root@oracle001 crs]# ntpq -p
    remote refid st t when poll reach delay offset jitter
    ==============================================================================
    oracle002-priv 10.0.0.1 3 u 30 64 37 0.264 8.075 2003.55
    and from the second node:
    [root@oracle002 crs]# ntpq -p
    remote refid st t when poll reach delay offset jitter
    ==============================================================================
    10.0.0.1 193.204.114.232 2 u 17 64 377 0.652 -30.302 16212.0
    [root@oracle002 crs]#
    Please, someone can Help me?
    Thanks
    Adriano Capruzzi
    Message was edited by:
    adriano.ba

    Your 4MEM error code is indeed reporting to you that some of your RAM is not working properly (MEM = memory, i.e. RAM).
    The fix for this (replacing the RAM) is normally covered under warranty for a computer as new as yours is. To get the free warranty repair I believe that you do need to bring your computer to an Apple-certified repair center, however. If you order the RAM and do it yourself, you will need to pay for the RAM and also go through the trouble of opening your computer to access the RAM, which is not that hard to do for some people, others prefer to have a technician do that.
    I'd suggest that you have Apple do the RAM fix, if only so that the replacement RAM is covered as well going forward ...

Maybe you are looking for

  • Problem with timestamp in query

    I have problem with timestamp in JPA query. I wonna select all data from database where difference between two timestamps is more than 3 month. Database: ID timestamp1 timestamp2 1 20008-11-19 15:02000 20008-08-19 15:02000 2 20008-11-19 15:02000 2000

  • Inserting a photo on the bottom portion of a calendar in iphoto

    I have iphoto 11 and I have a calendar question.  Can I insert a watermark photo "under" the entire actual calendar portion of the calendar as a background?

  • Viewing Picasa albums in Apple TV ?

    Does anyone know a " work around " to enable viewing Picasa albums in Apple TV ? Am new user of ATV.  Have 180 Picasa Albums.  I see people are able to host digital imagery from iTunes in ATV. I have the app " Web Albums " that does great job hosting

  • How to determine memory usage?

    Is there something built into OSX that permits me to monitor and/or log memory usage? I use Logic Pro and FCP and would like to know if I reaching the limits of my memory (4GB) with the type of work I do. Thanks, Rob.

  • Please help. Pages take a year to load

    Hello, I have created a website just for sharing with friends and family. After I really learn how to use i web I plan on making as site for my business. I use Mobile me and resisted a domain name and have set up Cname. My site is www.espositolife.co