Help: What's wrong with my installed Developer 6.0?

Hi, Everyone,
I have a Developer 6.0 for Win95/NT4.0 version free downloaded
from OTN. My development ENV is: ORACLE 8.0.5 in one NT4.0
machine, OAS4.0.7 in the second NT4.0 machine.
Oracle8.0.5&OAS4.0.7 are installed and configed successfully.
Then I installed my Develper6.0 in the second NT4.0 machine. I
want to config my Develper6.0 Web developing/deployment
environment to deploy my developed Form/Report/Graphics. But I
cann't find the "Start->Oracle Developer R6.0->Server Wizard"
menu as illustrated in the chapter "Configuring your Oracle
Developer Server environment" of Oracle Developer Online
Manuals.So I can not config my Developer6.0 Server for Web
environment automatically. Who can tell me why? Without the
Server Wizard, how can I config my Form/Report/Graphics Server
manually?
Thanks in advance.
Robby
null

I've managed to install the wizard. I've started Oracle
installer and pointed to nt.prd file on developer 6 CD. Almost
at the end you find the server configuration wizard. You can
install him seperately.
For the whole story i've replied the thread
'URGENT HELP NEEDED: Configure the Developer 6.0 Web Server u'
Succes,
Werner
Brad (guest) wrote:
: Robby Shong (guest) wrote:
: : Hi, Everyone,
: : I have a Developer 6.0 for Win95/NT4.0 version free
downloaded
: : from OTN. My development ENV is: ORACLE 8.0.5 in one NT4.0
: : machine, OAS4.0.7 in the second NT4.0 machine.
: : Oracle8.0.5&OAS4.0.7 are installed and configed
successfully.
: : Then I installed my Develper6.0 in the second NT4.0 machine.
I
: : want to config my Develper6.0 Web developing/deployment
: : environment to deploy my developed Form/Report/Graphics. But
I
: : cann't find the "Start->Oracle Developer R6.0->Server
Wizard"
: : menu as illustrated in the chapter "Configuring your Oracle
: : Developer Server environment" of Oracle Developer Online
: : Manuals.So I can not config my Developer6.0 Server for Web
: : environment automatically. Who can tell me why? Without the
: : Server Wizard, how can I config my Form/Report/Graphics
Server
: : manually?
: : Thanks in advance.
: : Robby
: Server Wizard is not currently available you get to do the
setup
: manually for now. The installation documentation will guide
you
: through.
: Hope that helps
null

Similar Messages

  • Help - What is wrong with my code ?

    I have a cfform that does a db search, using a field and a
    search criteria selected by the user. Here is my code :
    <tr>
    <td align="center" colspan="2">
    <font size="3" face="Arial, Helvetica, sans-serif"
    color="003366">
    <b>Pick Request
    Number: </b></font>
    <input type="text" name="prNumber">
    <select name="search_type">
    <option value="Contains">Contains</option>
    <option value="Begins With">Begins With</option>
    <option value="Ends With">Ends With</option>
    <option value="Is">Is</option>
    <option value="Is Not">Is Not</option>
    <option value="Before">Before</option>
    <option value="After">After</option>
    </select>
    </td>
    </tr>
    Here is the query that I am using :
    <cfquery name="getPRNum" datasource="docuTrack">
    SELECT prNumber, fileName
    FROM dbo.psFileInventory
    <cfif form.search_type is "Contains">
    Where dbo.psFileInventory.prNumber like '%#form.prNumber#%'
    </cfif>
    <cfif form.search_type is "Begins With">
    Where dbo.psFileInventory.prNumber like '#form.prNumber#%'
    </cfif>
    <cfif form.search_type is "Ends With">
    Where dbo.psFileInventory.prNumber like '%#form.prNumber#'
    </cfif>
    <cfif form.search_type is "Is">
    Where dbo.psFileInventory.prNumber = '#form.prNumber#'
    </cfif>
    <cfif form.search_type is "Is Not">
    Where dbo.psFileInventory.prNumber <>
    '#form.prNumber#'
    </cfif>
    <cfif form.search_type is "Before">
    Where dbo.psFileInventory.prNumber <= '#form.prNumber#'
    </cfif>
    <cfif form.search_type is "After">
    Where dbo.psFileInventory.prNumber >= '#form.prNumber#'
    </cfif>
    </cfquery>
    It cannot find any records with any of the search criteria
    except for the = sign. However, when I do each criteria
    individually, it works. For example, lif I enter 'PR8' in the form,
    then like '#form.prNumber#%' in the query will give me all part
    numbers that begin with PR8...etc, so I am pretty sure each of the
    search criteria work.
    But when I run it combined, it cannot find anything except
    for the 'is' (=) criteria.
    Can somebody please tell me what I am doing wrong ? I just
    cannot see it.
    Thanks

    quote:
    ...but wouldn't the query be in the action page ?
    I'm not quite sure what you are asking here. Are
    you asking if you have to run the query again in the action page?
    If that is the question, then the answer is no, because that is why
    I have you assign the query results on your query page
    to a session variable so that you can make it available to
    use just like you would the results of a cfquery on your action
    page. In other words, if you did something like this
    <cfset session.getPRNum_qry = getPRNum> on your query
    page, you can do something like this on your action page...
    <cfif IsDefined("session.getPRNum_qry.prNumber")>
    <cfoutput query = "session.getPRNum_qry">
    #prNumber# #fileName#
    </cfoutput>
    </cfif>
    ... which would loop through your "query" and display your
    prNumber and fileName values for all rows returned. What you do
    with them is up to you.....
    Phil

  • What's wrong with my install?

    Hi,
    I get these errors periodically, like every 30sec or so, can anyone tell me what's wrong? Thanks in advance.
    [27/02/09 5:27:47:287 GMT] 00000081 PlatformMBean W Failed to activate MBean adobe.com:cell=nelson-t500Node01Cell,version=1.0,name=RepositoryProviderService,type=Adob eService,node=nelson-t500Node01,process=server1
    [27/02/09 5:27:47:296 GMT] 00000081 JMXBeanManage W com.adobe.idp.dsc.jmx.JMXBeanManager getServiceMBean Failed to register mbean: adobe.com:type=AdobeService,name=RepositoryProviderService,version=1.0. This message is a warning only. It should not impact LiveCycle's invocation
    [27/02/09 5:27:47:307 GMT] 00000081 JMXBeanManage W com.adobe.idp.dsc.jmx.JMXBeanManager getServiceOperationMBean Failed to get mbean: adobe.com:type=AdobeService,name=RepositoryProviderService,version=1.0,operation=getDelta List. This message is a warning only. It should not impact LiveCycle's invocation
    [27/02/09 5:28:01:869 GMT] 0000003a ConnectionFac W J2CA0294W: Deprecated usage of direct JNDI lookup of resource IDP_DS. The following default values are used: [Resource-ref settings]
    res-auth: 1 (APPLICATION)
    res-isolation-level: 0 (TRANSACTION_NONE)
    res-sharing-scope: true (SHAREABLE)
    loginConfigurationName: null
    loginConfigProperties: null
    [Other attributes]
    res-resolution-control: 999 (undefined)
    res ref or CMP bean name: null
    Database pool properties: null
    primeID: 0
    isCMP1_x: false (not CMP1.x)
    isJMS: false (not JMS)
    [27/02/09 5:28:02:686 GMT] 0000003b ConnectionFac W J2CA0294W: Deprecated usage of direct JNDI lookup of resource IDP_DS. The following default values are used: [Resource-ref settings]
    res-auth: 1 (APPLICATION)
    res-isolation-level: 0 (TRANSACTION_NONE)
    res-sharing-scope: true (SHAREABLE)
    loginConfigurationName: null
    loginConfigProperties: null
    [Other attributes]
    res-resolution-control: 999 (undefined)
    res ref or CMP bean name: null
    Database pool properties: null
    primeID: 0
    isCMP1_x: false (not CMP1.x)
    isJMS: false (not JMS)

    See Troubleshooting issues with iTunes for Windows updates.
    The second box should cover you. If you get stuck please post the exact text of any error messages.
    tt2

  • Help, what's wrong with my upload function

    Hi,
    I want to write a java Bean (FileUploadBean) to upload the image files. I use a very simple txt file to test my Bean code, I've already know the syntax of the entity body of httpServletRequest object, it's like below:
    "-----------------------------7d327203032e
    Content-Disposition: form-data; name="toefl_form"; filename="C:\transfer\Picasso_ljm\jakarta-tomcat-4.0.1\webapps\junmin\image\test.txt"
    Content-Type: text/plain
    hi, this is a test;
    -----------------------------7d327203032e--
    My original test.txt file is only a line without '\r', '\n'.
    "hi, this is a test."
    But after call my upload function, the saved file is:
    hi, this is a test.
    There are 4 more bytes than the original file. Below is my FileUploadBean file, does anyone can figure out what's wrong in my upload function? Does the readLine read the return carriage and new line charactor too? Thank you very much!
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.ServletInputStream;
    import java.util.Dictionary;
    import java.util.Hashtable;
    import java.io.PrintWriter;
    import java.io.BufferedWriter;
    import java.io.FileWriter;
    import java.io.FileOutputStream;
    import java.io.IOException;
    public class FileUploadBean {
    private String savePath, saveFilename, filepath, filename, contentType;
    // private Dictionary fields;
    public String getFilename() {
    return filename;
    public String getFilepath() {
    return filepath;
    public void setSavePath(String savePath) {
    this.savePath = savePath;
    public void setSaveFilename(String saveFilename) {
    this.saveFilename = saveFilename;
    public String getContentType() {
    return contentType;
    private void setFilename(String s) {
    if (s==null)
    return;
    int pos = s.indexOf("filename=\"");
    if (pos != -1) {
    filepath = s.substring(pos+10, s.length()-1);
    // Windows browsers include the full path on the client
    // But Linux/Unix and Mac browsers only send the filename
    // test if this is from a Windows browser
    pos = filepath.lastIndexOf("\\");
    if (pos != -1)
    filename = filepath.substring(pos + 1);
    else
    filename = filepath;
    private void setContentType(String s) {
    if (s==null)
    return;
    int pos = s.indexOf(": ");
    if (pos != -1)
    contentType = s.substring(pos+2, s.length());
    public void doUpload(HttpServletRequest request) throws IOException {
    ServletInputStream in = request.getInputStream();
    // read boundary
    byte[] line = new byte[256];
    int i = in.readLine(line, 0, 256);
    if (i < 3)
    return;
    int boundaryLength = i - 2;
    String boundary = new String(line, 0, boundaryLength); //-2 discards the newline character
    String newLine = new String(line, 0, i);
    if (newLine.startsWith("Content-Disposition: form-data; name=\""))
    if (newLine.indexOf("filename=\"") != -1) {
    setFilename(new String(line, 0, i-2));
    if (filename==null)
    return;
    //this is the file content
    i = in.readLine(line, 0, 256);
    setContentType(new String(line, 0, i-2));
    // blank line
    i = in.readLine(line, 0, 256);
    // read the first byte of the file
    i = in.read();
    FileOutputStream fo = new FileOutputStream((savePath==null? "" : savePath) + saveFilename);
    while (i != -1) {
    // if this byte is equal to the first byte of the boundary, then first mark this place, and
    // go ahead to check if it encounter the ending boundary. If it belongs to the file, then reset
    // the read position and reread.
    if( (char)i == '\r') {
    in.mark(256);
    i = in.read();
    char c1 = (char)i;
    i = in.read();
    char c2 = (char)i;
    i = in.readLine(line, 0, 256);
    // if it is the end of request body, then close the OutputStream. Since the first byte is
    // read already, then the final boundary size if +3
    if ( (c1 == '\n') && (c2 == '-') && (i==boundaryLength+3) // + 3 is eof
    && (new String(line, 0, i).startsWith(boundary.substring(1)))) {
    i = in.read();
    else {
    // it is not the eof, then write this byte into the outputStream and reset the read position
    fo.write(i);
    in.reset();
    i = in.read();
    } // end if
    // else if (char)i != '-', then write directly to the fileOutputStream
    else {
    fo.write(i);
    i= in.read();
    } // end while
    // close the fileOutputStream
    fo.close();
    }// end function

    HI,
    I find a bug myself. I add a line "i = in.read(line, 0, 256);" in doUpload function in the following position:
    String boundary = new String(line, 0, boundaryLength); //-2 discards the newline character
    i = in.read(line, 0, 256);
    String newLine = new String(line, 0, i);
    But still, when I was trying to read a image file, it even didn't finish reading and quit already! Still has bugs, need help!
    Junmin

  • Help - what is wrong with my iMac ?

    Hello
    I'd really appreciate some help and advice with by iMac !
    I'm having a really strange issue and I've no idea whats casuing it.
    After using it for a while whichever window is open starts to black out - you can shut the window down but it remains there - if you click you mouse onto the screen you can pull a square out and it reveals the desktop wall paper underneath !
    You cant force quit the open screens, the only way to stop it is to restart.
    I have posted some photos for you to see - I hope someone can help !
    [url=http://www.flickr.com/photos/52989912@N02/8686257908/][img]http://farm9.staticflickr.com/8538/8686257908_fa4d265b87_c.jpg[/img][/url]
    [url=http://www.flickr.com/photos/52989912@N02/8686257908/]
    [url=http://www.flickr.com/photos/52989912@N02/8685138651/][img]http://farm9.staticflickr.com/8123/8685138651_3fee66c385_c.jpg[/img][/url]
    [url=http://www.flickr.com/photos/52989912@N02/8685138651/]
    thanks

    thanks for replying
    unfortunatle I blew the dust out of the vents before running temperature monitor so I can only say what the temps are now !
    Ambient 16c
    CPU A heatsink 31c
    Graphics processor chip 1 41c
    Graphics processor heatsink 1 41c
    Graphics Processor temp diode 45c
    Power supply 54c
    Just to state again I blew a heck of a lot of dust out (with a compressor) - really amazed at how much there was
    I probably blew too hard though as some dust has gone behind the screen but luckily you cant see it when the screen is on..
    thanks

  • What is wrong with "will install" in iTunes?!

    Hi,
    I have downloaded an app with my itunes. I want to install it on my iphone. but there is a problem
    I go to "apps", the i click the "install" in front of the app. then i click the "apply", The capacty of my memory which is shown at the buttom of the page is lowered as the app is installed. but when i quit the itunes, there is nothing on my iphone! and for the next time i open the itunes again. the capacity comes back to it first place and the "install" turned into "remove" although i don't have the app on my iphone!
    Is there something wrong?

    No, that is completely expected
    For an app to transfer to your device, it needs to say 'Remove' or 'Will Install' next to it, then press sync or apply.

  • I need Help what is wrong with my code?

    Hi, well I am doing a class and a driver for a sphere. I need to compute the volume and surface area of the sphere I have the formula but when I run the program I don't get a result for neither. I would like to know what am I doing wrong? Here is my code. Thanks.
    This is my class
    import java.text.DecimalFormat;
        public class Sphere
       //Variable Declarations.
          private int diameter;
          private double radius;
       //Constructor: Accepts and initialize instance data.
           public Sphere(int sp_diameter)
             diameter = sp_diameter;
       //Set methods: Diameter
           public void setDiameter(int new_diameter)
             diameter = new_diameter;
       //Get methods: Diameter
           public int getDiameter()
             return diameter;
       //Compute volume and surface area of the sphere
           public double getVolume()
             return  4 * Math.PI * radius * radius * radius / 3;
           public double getArea()
             return  4 * Math.PI * radius * radius;
       //toString method will return one line description of the sphere
           public String toString()
             DecimalFormat fmt =new DecimalFormat("0.###");
             String sphere = " " + fmt.format(diameter) +fmt.format(getVolume()) + fmt.format(getArea());        
             return sphere;
    Here is the driver
    public static void main(String[]args)
             Sphere sphere1, sphere2, sphere3;
             sphere1 = new Sphere(10);
             sphere2 = new Sphere(12);
             sphere3 = new Sphere(20);
             System.out.println("The sphere diameter are: ");
             System.out.println("\tFirst Sphere diameter is: " + sphere1);
             System.out.println("\tSecond Sphere diameter is: " + sphere2);
             System.out.println("\tThird Sphere diameter is: " + sphere3);
          //Prints the Sphere Volume and  Surface Area.
             System.out.println("\nTheir Volume and Surface Area: ");
             System.out.println("\tSphere1: " + " " + sphere1.getVolume() + " " + sphere1.getArea());
             System.out.println("\tSphere2: " + " " + sphere2.getVolume() + " " + sphere2.getArea());
             System.out.println("\tSphere3: " + " " + sphere3.getVolume() + " " + sphere3.getArea());
          //Change the diameter of the sphere.
             sphere1.setDiameter(11);
             sphere2.setDiameter(15);
             sphere3.setDiameter(25);
             System.out.println("\nNew diameter is: ");
             System.out.println("\tFirst Sphere diameter is: " + sphere1);
             System.out.println("\tSecond Sphere diameter is: " + sphere2);
             System.out.println("\tThird Sphere diameter is: " + sphere3);
          //Prints the Sphere Volume and  Surface Area.
             System.out.println("\nTheir Volume and Surface Area: ");
             System.out.println("\tSphere1: " + " " + sphere1.getVolume() + " " + sphere1.getArea());
             System.out.println("\tSphere2: " + " " + sphere2.getVolume() + " " + sphere2.getArea());
             System.out.println("\tSphere3: " + " " + sphere3.getVolume() + " " + sphere3.getArea());
          //Using the toString Method.
             System.out.println("\nFirst sphere: " + sphere1);
       }

    Maybe try a different constructor for sphere...
    public Sphere(int sp_diameter, int sp_radius)
    diameter = sp_diameter;
    }nd maybe even a setRadius(int newRadius) and
    getRadius().
    Hope that helpsYou should not do it this way. The reason.. The radius is 1/2 the diameter. if you have seperate methods, then the programmer can set the diameter to X and the radius to 10X. not good.
    A better way for the c'tor would be:
        //Constructor: Accepts and initialize instance data.
        public Sphere(int sp_diameter) {
            diameter = sp_diameter;
            radius = (double) diameter/2.0;  //<-- I added this
        }something similar in the setDiameter..

  • Help: what's wrong with my code?

    Hi. I'm using JNDI to connect to an SQL Server Database.
    My machine can only handle jcreator or netbeans 4.1
    is it possible for me to deploy or create such connection?
    Please help me.
    All suggestions would be very much appreciated.
    import javax.sql.*;
    import java.sql.*;
    import java.io.*;
    import javax.naming.*;
    import java.util.*;
    public class Test {
        public static void main(String[] args) {
            System.out.println("Starting test.");
            setJVMProperties();
            bindDataSource();
            testDataSource();
            System.out.println("Test finished.");
        public static void setJVMProperties() {
            Properties p = new Properties(System.getProperties());
            p.setProperty("java.naming.factory.initial",
    "com.sun.jndi.fscontext.RefFSContextFactory");
            p.setProperty("java.naming.provider.url", "com.ibm.websphere.naming.WsnInitialContextFactory");
            System.setProperties(p);
        public static void bindDataSource() {
            Context ctx = null;
            try {
    // On the 3 lines below, I get the error: package com.microsoft.jdbc.sqlserver does not exist
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
    com.microsoft.jdbc.sqlserver.SQLServerDriver sqlServerDS = new
    com.microsoft.jdbc.sqlserver.SQLServerDriver();
                sqlServerDS.setServerName("PSERVER\\PINST");
                sqlServerDS.setPortNumber("9080");
                sqlServerDS.setDatabaseName("Customer");
                sqlServerDS.setUser("neil");
                sqlServerDS.setPassword("123");
                ctx = new InitialContext();
                ctx.rebind("jdbc/Name", sqlServerDS);
            } catch (Exception e) {
                System.err.println("Error binding datasource with jndi. " +e);
        public static void testDataSource() {
            try {
                 int id;
                Context ctx = new InitialContext();
                DataSource ds = (DataSource)ctx.lookup("jdbc/Name");
                Connection con = ds.getConnection();
                CallableStatement cs = con.prepareCall("{? = Call Login(?,?)}");
                cs.registerOutParameter(1, Types.INTEGER);
                cs.setString(2, "123");
                cs.setString(3, "123");
                cs.execute();
                id = cs.getInt(1);
                System.out.println(id);
               try {
                        cs.close();
                        con.close();
                } catch (Exception e) {System.err.println(e);}
            } catch (Exception e) {
                System.err.println("Problem running db stuff." +e);
    }

    hi. thanks so much for your tip. i followed it and finally my
    com.microsoft.jdbc.sqlserver.SQLServerDriver sqlServerDS = new
    com.microsoft.jdbc.sqlserver.SQLServerDriver();line is now recognized...
    However, i get errors on the next 5 lines
       sqlServerDS.setServerName("PSERVER\\PINST");
                sqlServerDS.setPortNumber("9080");
                sqlServerDS.setDatabaseName("Customer");
                sqlServerDS.setUser("neil");
                sqlServerDS.setPassword("123");the errors i get are something like: cannot find symbol
    symbol : method setUser(java.lang.String)
    location: class com.microsoft.jdbc.sqlserver.SQLServerDriver
    sqlServerDS.setUser("neil");
    as you might have noticed, i'm really new to java programming and i would very much appreciate all the help i can get.

  • What's wrong with my Macbook Air?

    Yesterday I was using it and everything seemed to be working perfectly. I turned it off and when I tried turning it back on, it got stuck on the grey screen with the apple at the beginning and didn't do anything else. I tried pressing shift while I turned it on and it finally worked. Now, it's being really weird, it's showing me a message saying 'Shockwave Flash has crashed' when I try loading a site on the internet, also, my Volume buttons are not working, they seem to be locked and if I turn it off and back on again, it takes forever to load. 
    Help what's wrong with it?

    Try booting to your Recovery Partion, by holding down the OPTION key while booting, and then select the Recovery Partion. Run Disk Utility from there, and Repair your Permissions, then Verify Disk. If Verify Disk finds reason to do so, run Repair Disk.
    Shutdown, and see if it boots normally. If not, boot using the SHIFT key again (Safe Mode). From Safe Mode, update your Flash drom Adobe's site. Retry a normal boot.

  • What is wrong with my font? Squares instead of letters - Help!

    Can someone tell me what is wrong with my system font? Everytime I need to put my administrator key the login page will appear but with weird glitched font of squared A's all around (see picture).  I can't recall that I have done any installations that would mess with it.
    Any help greatly appreciated.
    Regards,
    Bart

    You have a bad System Font.
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Once Disk Reports OK, reinstall the OS.

  • When i use the apple store, Your request is temporarily unable to be processed. what is wrong with it? can someone help me?

    when i use the apple store, Your request is temporarily unable to be processed. what is wrong with it? can someone help me?

    Try turning off the Firewall in System Preferences > Security (or Security & Privacy) > Firewall
    Disable anti virus software if you have that installed before downloading media from the App Store.
    When you post for help, please tell us which Mac OS X you have installed. Thanks !

  • I need help figuring out what is wrong with my Macbook Pro

    I have a mid 2012 Macbook Pro with OS X Mavericks on it and for the past few weeks it has running VERY SLOW! I have no idea what is wrong with it, i have read other discussion forums trying to figure it out on my own. So far i have had no luck in fixing the slowness. When i open applications the icon will bounce in dock forever before opening and then my computer will freeze with the little rainbow wheel circling and circling for a few minutes... and if i try to browse websites it take forever for them to load or youtube will just stop working for me. Everything i do, no matter what i click, the rainbow wheel will pop up! The only thing i can think of messing it up was a friend of mine plugging in a flash drive a few weeks ago to take some videos and imovie to put on his Macbook Pro, he has said his laptop has been running fine though... so idk if that was the problem. Anyways, could someone please help me try something? Thank you!!

    OS X Mavericks: If your Mac runs slowly?
    http://support.apple.com/kb/PH13895
    Startup in Safe Mode
    http://support.apple.com/kb/PH14204
    Repair Disk
    Steps 1 through 7
    http://support.apple.com/kb/PH5836
    Reset SMC.     http://support.apple.com/kb/HT3964
    Choose the method for:
    "Resetting SMC on portables with a battery you should not remove on your own".
    Increase disk space.
    http://support.apple.com/kb/PH13806

  • My iPhone 4S won't turn on it's been off for two days now. I tried charging it but it makes a noise every 8 seconds,holding the buttons down and also plugging it to a computer. I need help on what to do or if anybody can tell me what's wrong with my phone

    My iPhone 4S won't turn on it's been off for two days now. I tried charging it but it makes a noise every 8 seconds,holding the buttons down and also plugging it to a computer. I need help on what to do or if anybody can tell me what's wrong with my phone

    Yes ive tried a different charger and it also nothing shows when i plug it in just makes a noise

  • I don't know what's wrong with my 3GS. It only shows the black screen with white apple. Turning it on then off doesn't help.

    I don't know what's wrong with my 3GS. It only shows the black screen with white apple. Home button and turning the phone off then on doesn't seem to do anything.

    Thanks Lucas,
    I've tried doing that with no results. Same screen keeps showing. Maybe it'd be more helpful if I told you a bit more info.  My phone was randomly playing music, and the voice control would also suddenly start without me touching the phone.  Then I let the battery die and started to recharge when on the screen it indicated to plug into my computer/iTunes, I tried to restore but was getting an error message (can't remember what it said now). Battery died and now my current issue of the black screen with white apple.  I'd love to be able to restore my phone but now its not showing as a device on my iTunes. HELP! Any other suggestions?

  • What's wrong with my device?  It does not allow me to make calls with Skype or Viber...  Can someone help?

    What's wrong with my device?  It does not allow me to make calls with Skype or Viber...  Can someone help?

    My device is a Blackberry Z30.  Skype and Viber just to work fine.  I had to travel abroad and turn off data services while traveling outside of the US but the applications worked just fine with Wi-Fi.  Suddenly they stopped working to make calls.  I can still send text messages, but when I try to do a voice or video call (in the case of skype), it only says "failed call" and when I try to call using Viber I get an error message that says the I can not use the application until I complete my GMS call which is ridiculous because I'm not using the phone other than trying to place my call through Viber. The interesting thing is that when I go the permission page in my security settings everything indicates that its on but is gray out and I do not have access to change any setting.  The same in both applications.  The rest of the applications are accessible to change settings.   I already uninstalled skype and reinstalled it and still the same problem.  I'm ready to back up everything and wipe out the device to original settings. 

Maybe you are looking for

  • How to get back voice memos from my computer

    Hello, is there any way to get back voice memos from my computer? please help, very urgent, thank you in advance:)

  • How can I make more than one account with chat on clubwpt?

    I can't make more than one account with chat on clubwpt? i know several players that has made as many as 20 accounts with chat.I can make accounts but clubwpt will not give me chat,they must have my IP address ,because their response is " you r allow

  • System Failure:-Error while retreiving xml file from database

    I install Planning 9.3.1 at Windows2003 server SP1 and MS SQL 2000 SP3A. In Hyperion Planning Instance Registration I take "System Failure:-Error while retreiving xml file from database" error in Configuration . Please help Thanks

  • Readonly database and v$ views

    I would like to know when a database is open in read only mode, is all v$ views are updated to know performance about it ? example : v$session, v$sysstat... for ratio.

  • Sending external emails thru Mail relay in Lion Server

    Hi, I've setup Lion Server with a Mail Relay for outgoing emails and currently paying for x amount of emails per day. Does Lion Server send all outgoing emails through the relay, or is it smart enough to know that internal emails (on the same subdoma