Problems with the Oracle Pre-Load actions in an homogeneous system copy

Hi,
I am trying to do a NW04 homogeneous system copy, and I am having troubles with the ABAP copy. (Oracle Pre-Load Actions step)
I am with the database specific procedure, so I am creating the new system until the sapinst asks me to bring an online-offline backup and the control file, then the sapinst tries to recover the database by himself, but he finds trouble:
Error: CJS-00084 SQL statement or script failed.<br>DIAGNOSIS: Error message: ORA-01194: file 1 needs more recovery to be consistent Ora-01110: data file 1: 'oracle/XIE...'
If I try to do the recover manually I have to make the usual:
RECOVER DATABASE UNTIL CANCEL USING BACKUP CONTROLFILE;
CANCEL
ALTER DATABASE OPEN RESETLOGS;
If I follow the sapinst.log I find that the sapinst tries to recover the database but fails with the above message and:
ORA-01589: must use RESETLOGS or NORESETLOGS option for database open
Yes, that's true, if I make it manually I have to open the database with the 'alter database open resetlogs';
the problem could be fixed modifying the run_control.sql statement that the SAPINST creates at the working directory, but no modification to that statement is possible because the SAPINST deletes and creates the statement IMMEDIATELY before executing it, so what can I do?
Many thanks
Mario

SOLVED
for your info, the run_control.sql is UNMODIFIABLE, but I could modify the CONTROL.SQL that he calls, so I recovered manually the Database, and the CONTROL.SQL was a simply CONNECT and then OPEN DATABASE, just like that, so I could continue with my installation, another point for us against the damned SAPINST !!!

Similar Messages

  • Oracle Pre-Load Actions error

    HI All,
    I am trying to install SAP R/3 4.7 IDES, Oracle 9 with patch 9.2.0.3.0 on 2003 Server SP2. I have encountered the following error during Database Instance installation step of Oracle Pre-load Actions .
    CJS-00084 SQL Statement or Script failed. Error Message: Executable C:\oracle\ora92/bin/sqlplus.exe returns 3.
    ERROR 2007-06-13 10:25:46
    FJS-00012 Error when executing script.
    I have already tried following solutions.
    1) directory C:\oracle\ora92/bin/sqlplus.exe is there I able to connect as sysdba
    2) I changed “C:\SAPinst_Oracle_KERNEL" name with no spaces
    3) Installed Oracle without installing Database.
    I think I am making a mistake in following two steps.
    1) I did installed Ms Loop Back adapter but what exact entry I need to put in Host file?
    2) When I installed Oracle and run “Sapserver.cmd” file, windows message popup and ask which program I want to use to open “Sapserver.rsp” file and I choose notepad.
    After Oracle installed, I run some Sqlplus commands and able to connect as sysdba but listener status command showing one listener is running and other status unknow. After installation stop, Listener status giving TNS adapter error.
    Please help.

    >> have already tried following solutions.
    >>1) directory C:\oracle\ora92/bin/sqlplus.exe is there I able to connect as sysdba
    >>2) I changed “C:\SAPinst_Oracle_KERNEL" name with no spaces
    >>3) Installed Oracle without installing Database.
    never change the directory name of SAPinst working directory. It is designed in this version to use a directory with spaces and it will work with it.
    What you should not do is to copy additional CDs (like Export, Kernel) into directories having blanks in the path.
    >>1) I did installed Ms Loop Back adapter but what exact entry I need to put in Host file?
    >>2) When I installed Oracle and run “Sapserver.cmd” file, windows message popup and ask which program I want to use to open “Sapserver.rsp” file and I choose notepad.
    That should not happen at all.
    The response file is opened by Oracle's setup.exe which is invoked by sapserver.cmd. Is the Oracle CD located on a directory containing blanks?
    Peter

  • Right, MacBook Pro 17" early 2011(Built March) and my new OCZ sata III 6G not working, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III.

    My MacBook Pro 17" early 2011(built March) and my new OCZ sata III 6G are not working together, when is Apple going to admit there is a problem with the Intel's 6 Series Chipset. In System Information it says "Link Speed: 6 Gigabit" which is sata III and in my MacBook Pro it does not work. 
    Now MacBook Pro 17" early 2011 built May onward do not have this problem it was fixed in the Intel's 6 Series Chipset. (So there is a problem). Cam I have my MacBook Pro fixed please.

    After biting the bullet and ordering more RAM, my computer now is working a ton better. So that must have been the main issue. With 8 GB RAM, I can now even run Parallels fluidly (better than my work PC!) where before simple things like logging in to my MBP after reboot could take forever.
    The place I went to had several other people getting RAM upgrades at the same time as me, so between this and other comments I've seen in discussions here and elsewhere on the Internets, I take it to mean that either Apple should bump up the base RAM on its new machines, and/or stop charging so much for additional RAM.
    I refused to believe a Pro machine bought with Lion installed would come with too little RAM for light to medium usage, but it was apparently the case. I'll mark this as a correct answer and hope some other poor soul will come across this thread and be helped by it.

  • Problem with the Oracle comments syntax

    Dear All members of Oracle forum,
    The problem is select query is executing twice in my script, eventhough i have written only one. hear u can see what i did.
    1. create one .sql file with the below content.
    select sysdate from dual;
    /*its a comment */
    select sysdate from dual;
    2. goto Oracle sql*plus editor and execute the above .sql file.
    3. Ideally it should show the date output only 2 times. But, if you run it, it will show thrise(3 times).
    4. but if we modify the above .sql file like below, it will show the date only tice(2 times).
    select sysdate from dual;
    /* its a comment */
    select sysdate from dual;
    the difference between the twwo scripts is, i have given one space betwen first '*' sysmbol and the first word of the comment (i,e its word).
    Can somebody explain what Oracle is doing in first case, and why it is printing 3 times, eventhough the select query is only twice.
    warm regards
    Murali

    Its because there is no space after /* in your code. Hence its consider / to execute the previous statement.
    Like
    SQL>SELECT SYSDATE FROM DUAL;
    SYSDATE
    16-APR-08
    SQL>/
    SYSDATE
    16-APR-08
    Regards
    Arun

  • Problem with the master data loads

    Hi Guys,
                 I am trying to load 0MATERIAL_ATTR in QA,but it is throwing error(Record 2 :0MATERIAL : Data record 2 ('000000000000000012 '): Version '000000000000000012 ' is not va ) and also similar error is coming when i load for 0VERSION(Record 1 :0VERSION : Data record 1 ('000E '): Version '000 ' is not valid ).
    but for the same master data object in development with the same R/3 data the loads are successful,only in QA it is giving the problem.

    Hi Abdul,
    Check if the data you are getting for the two fields in your data loading are correct. I think it has some illegal characters(I guess it has a trailing space). If possible try and correct it in the source system itself.
    If you are doing full load for the master data, everytime the system is going to pull these values in and throw error. One other way of avoiding it will be to maintain routines to eliminate these.
    The quickfix will be to correct it at the PSA level and load it again.
    Regards.

  • Problems with the Oracle Home Page (maybe Norton Internet Security)

    Hello Everybody!
    Like others messages, I've got problems to see the Oracle 10g Home Page. I can log to the database in SQL Plus perfectly, but not in Home Page. I tried by the following ways:
    http://127.0.0.1:8080
    http://127.0.0.1:1521
    http://{my_ip_adress}:8080
    http://localhost:8080
    and I can't display anything. I've got WinXP Professional Edition and Norton Internet Security. I tried to connect changing the options of Norton's Firewall, but the Home Page doesn't work. Somebody has any idea what´s my problem?? If so, tell me please. I've worked many nights in the solution, but the problem still be there.
    Thanks for reading, and replay...
    Mario.

    To diagnose a installation issue:-
    Please provide the following
    1) The output (from the DOS command line) of lsnrctl status
    2) The output (from the DOS command line) of netstat -a
    3) The output (from the SQL Command line) of
    connect / as sysdba;
    select select dbms_xdb.gethttpport() from dual;
    Please note that the output of netstat -a can provide information that could be used to compromise your system. If the system is on the network, please upload the output to the upload site.
    If this checks out correctly (8080 is the port), then it is a browser issue. These can be legion. Check that you are not going to a proxy server for 127.0.0.1 or host. Check that you are not disabling access to 127.0.0.1 or host in your browser. Check that cookies are enabled. If possible, try a different browser (copy and paste the URL from one to another) Check that the host name you are providing actually resolves to your local machine (ping host)

  • Problem with the Oracle Listener

    Hi,
    I cant able to connect to my local DB instance. Oracle service for DB instance will be started running when the system boots automatically.
    I faced this problem before, I was instructed to boot my system without network connection. It worked for few days. Suddenly I cant able to connect to my local DB instance again, even though I am booting my system without network connection.
    This is the configuration I have in tnsnames.ora in my local machine.I have the host as localhost, because local machine is laptop and IP will change periodically.
    CSS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = CSS)
    LISTERNER Status:
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 01-NOV-2012 02:15:11
    Uptime 0 days 0 hr. 9 min. 21 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File E:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Listener Log File E:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    LISTENER SERVICE:
    LSNRCTL> service
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    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
    The command completed successfully
    LSNRCTL>
    Am I missing something here ???
    Thanks in advance!!
    Aravinth
    Edited by: Aravinth MP on Oct 31, 2012 2:06 PM

    Hello,
    maybe you have a error in your listener.ora. Can you try this sample (just for see if it works) in you listner.ora.
    Make sure you copy 1:1.
    CSS =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 0.0.0.0)(PORT = 1521))
    My test:
    snrctl start css
    LSNRCTL for Linux: Version 11.2.0.3.0 - Production on 31-OCT-2012 22:38:01
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Starting /u01/app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    System parameter file is /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/diag/tnslsnr/vmsvrocm01/css/alert/log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=0.0.0.0)(PORT=1521)))
    STATUS of the LISTENER
    Alias css
    Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production
    Start Date 31-OCT-2012 22:38:01
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /u01/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /u01/app/oracle/diag/tnslsnr/vmsvrocm01/css/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=0.0.0.0)(PORT=1521)))
    The listener supports no services
    The command completed successfully
    regards
    Peter

  • MOS-01012 during Oracle Pre-Load phase system copy

    Hello,
    The problem is in phase 'Oracle Pre-Load Actions', we have error:
    MOS-01012  PROBLEM: '/sapmnt/Q02/exe/saplicense -R3Setup Q02 "OMLRUURS" TRACE=2' returned with '254' which is not a defined as a success code.
    Homogenous system copy, AIX, ORA 9.2.0.8
    I've checked a few things:
    - when I manually execute this command I have:
    Fri Jan 28 17:04:02 2011
    MtxInit: 0 0 0
    - R3trans -d is ok (rc 0000)
    - Q02 database is up
    - oracle listener is up
    - saplicense -show
    LICENSE system: Q02 hardware key: N1153195602 expiration_date: 99991231
            installation no: 0110004123 key: xxxxx
            userlimit: 0 productid: R3_ORA
            system-nr: 000000000310644498
    license useable ***
    - saplicense -get (returns N1153195602)
    - saplicense.log contain:
    Fri Jan 28 17:04:02 2011
    MtxInit: 0 0 0
    I'm stuck, no more idea...
    Best regards,
    MIchal
    dev_slic contains:
    SlicIGetDate: <20110129>
    SlicPwForR3Setup: calc password out of <Q0220110129FJAWFNLTL>
    SlicIGetDate: <20110129>
    SlicSapInstall: sysname: >Q02< connect: >1< rollback: >1<
    SlicIDbLock: first call to SlicIDbLock: initialize Mutex
    db_con_init called
    create_con (con_name=R/3)
    Loading DB library '/sapmnt/Q02/exe/dboraslib.o' ...
    load shared library (/sapmnt/Q02/exe/dboraslib.o), hdl 0
    Library '/sapmnt/Q02/exe/dboraslib.o' loaded
    function DbSlExpFuns loaded from library /sapmnt/Q02/exe/dboraslib.o
    Version of '/sapmnt/Q02/exe/dboraslib.o' is "640.00", patchlevel (0.220)
    function dsql_db_init loaded from library /sapmnt/Q02/exe/dboraslib.o
    function dbdd_exp_funs loaded from library /sapmnt/Q02/exe/dboraslib.o
    New connection 0 created
    0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    db_con_connect (con_name=R/3)
    find_con_by_name found the following connection for reuse:
    0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    Got ORACLE_HOME=/oracle/Q02/920_64 from environment
    -->oci_initialize (con_hdl=0)
    got NLS_LANG='AMERICAN_AMERICA.UTF8' from environment
    ERROR => OCI-call 'OCIEnvCreate(mode=16384)' failed: rc = -1 [dboci.c      2287]
       set_ocica() -> OCI or SQL return code -1
    ERROR => OCI-call 'OCIErrorGet' failed: rc = -2 [dboci.c      2081]
    -->oci_initialize (con_hdl=0)
    got NLS_LANG='AMERICAN_AMERICA.UTF8' from environment
    Client NLS settings:
    Logon as OPS$-user to get SAPQ02's password
    Connecting as /@Q02 on connection 0 (nls_hdl 0) ... (dbsl 640 070308)
    Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
      0                                                           0      (nil)      (nil)      (nil)
    Allocating service context handle for con_hdl=0
    ERROR => OCI-call 'OCIHandleAlloc' failed: rc = -2 [dboci.c      2830]
    ERROR => CONNECT failed with sql error '-2' [dbsloci.c    11395]
       set_ocica() -> OCI or SQL return code -2
    ERROR => OCI-call 'OCIErrorGet' failed: rc = -2 [dboci.c      2081]
    Try to connect with default password
    Connecting as SAPQ02/<pwd>@Q02 on connection 0 (nls_hdl 0) ... (dbsl 640 070308)
    Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
      0                                                           0      (nil)      (nil)      (nil)
    Allocating service context handle for con_hdl=0
    ERROR => OCI-call 'OCIHandleAlloc' failed: rc = -2 [dboci.c      2830]
    ERROR => CONNECT failed with sql error '-2' [dbsloci.c    11395]
       set_ocica() -> OCI or SQL return code -2
    ERROR => OCI-call 'OCIErrorGet' failed: rc = -2 [dboci.c      2081]
    Edited by: Michal Sarna on Jan 29, 2011 4:37 PM

    > Got ORACLE_HOME=/oracle/Q02/920_64 from environment
    > -->oci_initialize (con_hdl=0)
    > got NLS_LANG='AMERICAN_AMERICA.UTF8' from environment
    > *** ERROR => OCI-call 'OCIEnvCreate(mode=16384)' failed: rc = -1 [dboci.c      2287]
    >    set_ocica() -> OCI or SQL return code -1
    > *** ERROR => OCI-call 'OCIErrorGet' failed: rc = -2 [dboci.c      2081]
    > -->oci_initialize (con_hdl=0)
    Did you install the Oracle 9.2.0.8 client? Or did you link the binaries from the ORACLE_HOME? Or are you using the Oracle client from the installation DVD?
    Markus

  • I'm having problems with the plugin

    It constantly asks me if i want to continue or stop the 'scrip'. Also, i'm having problems with the tabs constantly loading. Like I'm on a page, and then i found the page reloading itself when i'm looking at the page. I'd like to know how i can fix those problems i've reinstalling firefox, but that doesn't seem to work, i've tried reinstalling the plugin but that doesn't work either. I was wondering what version of the plugins does firefox use.

    Here's an explanation of what those processes are. 
    Inside Flash Player Protected Mode for Firefox
    I'm curious about what you did to uninstall just those.

  • Lenovo pre-load OS vs. clean install + System Update

    Hi all, just wondering what the conventional wisdom is these days: stick with the Lenovo pre-load OS or perform a clean install and then use System Update to add whichever drivers seem worth adding.
    I've traditionally performed clean installs on new computers, but I'd be happy to skip the chore if it's not all that beneficial anymore.
    Thanks!

    Windows 7 - clean install recommendations by Lenovo
    My home-forum: http://www.thinkpad-forum.de
    Wiki: Deutsches ThinkPad-Wiki English ThinkWiki
    My ThinkPad-Collection

  • Re: Pre & Post activities for homogeneous system copy

    Dear All,
    can any body help with pre & post activities for homogeneous system copy
    Thanks in advance
    Best regards,
    khan

    Hi,
    Use Oracle Database specific method to perform homogeneous system copy.
    Along with this reference official [system copy guide|https://websmp209.sap-ag.de/~sapidb/011000358700000416402008E.PDF], You can also refer this [useful doc|http://www.basisconsultant.com/component/remository/Sytem-Copy-Guides/Homogeneous-System-Copy-using-OnlineandOffline-Backup/] for the same to have all required pre-post activities information with more details.
    Regards,
    Bhavik G. Shroff

  • Problems with the installation of Oracle Role Manager

    Hello everyone;
    I have a problem with the deployment of Jboss 4.05GA; just can not load the Role Manager Administrative Console (http://localhost:8080/ormconsole)
    Probe load the Jboss and that if I load the console this APPSERVER (http://localhost:8080)
    Also probe load the Role Manager Web UI and I had no problems (http://localhost:8080/webui)
    Use the method of installation Install Software Only then can make the integration with the IOM.
    Any suggestions for solving this problem.
    Part of the Log:
    14:17:02,953 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
    --- Incompletely deployed packages ---
    org.jboss.deployment.DeploymentInfo@40e1e159 { url=file:/C:/jboss-4.0.5.GA/serve
    r/default/deploy/server.ear }
    deployer: org.jboss.deployment.EARDeployer@873723
    status: Deployment FAILED reason: URL file:/C:/jboss-4.0.5.GA/server/default/t
    mp/deploy/tmp18940server.ear-contents/ormconsole-exp.war/ deployment failed
    state: FAILED
    watch: file:/C:/jboss-4.0.5.GA/server/default/deploy/server.ear
    altDD: null
    lastDeployed: 1228418189671
    lastModified: 1228418186515
    mbeans:
    --- MBeans waiting for other MBeans ---
    ObjectName: jboss.web.deployment:war=ormconsole.war,id=-1206236729
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.5.GA/
    server/default/tmp/deploy/tmp18940server.ear-contents/ormconsole-exp.war/ deploy
    ment failed
    --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
    ObjectName: jboss.web.deployment:war=ormconsole.war,id=-1206236729
    State: FAILED
    Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.0.5.GA/
    server/default/tmp/deploy/tmp18940server.ear-contents/ormconsole-exp.war/ deploy
    ment failed
    14:17:03,281 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0
    -8080
    14:17:03,718 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
    14:17:03,781 INFO [JkMain] Jk running ID=0 time=0/94 config=null
    14:17:04,015 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Bran
    ch_4_0 date=200610162339)] Started in 1m:35s:859ms
    Thank you

    HI JLK,
    i think i have solved the problem. Try to install the Oracle Role Manager with the installer and select the "Install Software and Configure" and install the "Standard Model" to the Database. Don't deploy the standard.car file.
    I hope i could help you.
    Thomas

  • My iPhone 5 is experiencing problems with the Wifi at home. It shows that it is connected to the wifi but anything that uses wifi doesn't load. The wifi works sometimes however but this is rare. How do I fix this?

    My iPhone 5 is experiencing problems with the Wifi at home. It shows that it is connected to the wifi but anything that uses wifi (apps etc) doesn't load content and just looks like it's loading forever but nothing ever comes. However the wifi and wifi/internet dependant apps work sometimes but it's rare. How do I fix this?

    Back up all data.
    Unlock the Network preference pane, if necessary, by clicking the lock icon in the lower left corner and entering your password. Cllck Advanced, open the DNS tab, and change the server addresses to the following:
              8.8.8.8
              8.8.4.4
    That's Google DNS. Click OK, then Apply.
    In Safari, select
              Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. If you’re using another browser, empty the cache. Test. Any difference?
    Notes:
    1. If you lose Internet access after making the above change to your network settings, delete the Google servers in the  Network preference pane, then select the TCP/IP tab and click Renew DHCP Lease. That should restore the original DNS settings; otherwise restore them yourself. Remember that you must click Apply in order for any changes to take effect.
    2. I don't use Google DNS myself, though I have tested it, and I'm not recommending it or any other DNS provider; the server addresses are offered merely for testing purposes. There may be privacy and technical issues involved in using that service, which you should investigate personally before you decide whether to keep the settings. Other public DNS services exist.

  • Problems with the load of Deliveries

    Hi experts,
    I am having some problems with the load of Deliveries from R/3 into BW.
    In LIPS table of R/3, there are 41412 records. I delete the setup tables and realize the extraction with the transaction OLI8BW. After that I launch a simulation with RSA3 but only 6765 records are taken into account.
    Apart of that, there is a range of deliveries documents (between 180000000 and 1084000000) that is not be taken into account.
    Has someone have similar problems with the load of deliveries?
    Thanks.

    Matute,
       you can try comparing those missing records with those already extracted. I found in my side that some records with document category of "H"(Returns) don't be extracted by 2lis_12_vcitm.
    Jin Ming

  • I fixed the problem with the whole 'waiting' and not loading but now some of my apps won't open, what can I do?

    I fixed the problem with the whole 'waiting' and not loading but now some of my apps won't open, what can I do?

    - Try a reset. Nothing is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Purchase/install any new app
    - Try the remaining items of:
    iOS: Troubleshooting applications purchased from the App Store

Maybe you are looking for

  • What is difference between adjusting columns these two ways?

    Hi everyone, In my last post I learned that I could create a new Master Page that is designed as a 1-column format and apply it to the body pages I want to have as 1-column. (I have a doc that has 2-column formatted L and R master pages; only 1 page

  • IMac 24" and adjusting brightness.

    Hello. I have this fancy (and great) iMac 24". Only annoying thing is that when I try to adjust brightness, it just does not "adjust" brightness. Difference between "none" and "full" brightness is close to nothing. I have so far zap Prams, deleted pr

  • Problem in installation of free SSL certificate on Weblogic using keytool

    We tried to install SSL certificate on weblogic certificate using Keystore ..but it is giving error in console at startup and server shutdowns automatically... Steps followed:- 1) To generate keystore and private key and digital cerficate:- keytool -

  • New MacBook Pro compatibility with 2Wire routers

    Just saw another member posted a topic regarding about the new MBP's kernel panic error with specific routers. I have a 2Wire 1000SW series and wanting to know if the newer generations (2.33 or 2.4GHz models) will be compatible while connecting to it

  • Search Trace user IDs who used trx Z* or standard ones

    Hi SAP Experts, I need to find recent users who accessed specific transacations such as reports, Z trx. For posted documents I managed to find via BKPF. ST03 does not allow a range of data. Does anybody know a way of finding who used the transactions