Event 1502: Cannot read locally stored profile

Occasionally when restarting my Windows 8.1 PC, I am logged in with a temporary profile, and get the following Event log, ID 1502, User Profile Service:
Windows cannot load the locally stored profile. Possible causes of this error include insufficient security rights or a corrupt local profile.
DETAIL - The process cannot access the file because it is being used by another process.
It happens maybe 1 out of 4 restarts and is very frustrating. I only have one Administrator User Profile on my PC. Any ideas?

Hi,
According to your description, it may be caused by account
corrupted.
Please refer to the similar thread about this issue:
http://social.technet.microsoft.com/Forums/en-US/5627f84a-d724-4eb8-946c-8ec446c86420/my-user-files-are-suddenly-being-stored-in-temp?forum=w8itprogen
If the issue persists, let us create a new account to test it.
Keep post.
Regards,
Kelvin hsu
TechNet Community Support

Similar Messages

  • Can not read values for profile option proxy_user_id in routine& Routine

    Hi all ,
    I developed a new form in oracle apps R12 and deployed in respective top ,After entering all the details when i am going to save the data i am getting the message like
    Can not read values for profile option proxy_user_id in routine& Routine and no action is taking place .
    Can some one please help me how to avoid this issue.
    Thanks in advance,
    Srinivas

    Hi Srinivas,
    Please check below Metalink notes. Although it is not same as your issue but it will give you way to enable 'VISIBLE' flag(if not done already)
    _'Cannot Read Value For Profile Option Proxy_user_id' Error While Trying To Create an AR Invoice [ID 1280915.1_
    Thanks,
    JD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Cannot see html pages LOCALLY STORED on Mac drive, using Parallels Desktop?

    Using Parallels Desktop running Windows XP, I cannot use Safari 3 to view HTML files stored on my Mac - no matter how I try!
    If I locate the file within Windows Explorer and I right-click and choose "Open With > Safari Web Browser" Safari will open, but it will only open a blank window and nothing loads (the Status Bar remains blank).
    If I open Safari and choose "Open File..." and navigate to the file on my Mac and click "Open" I get an error message which states:
    Safari can’t open the page “file://.PSF/Macintosh%20HD/..."
    etc.
    Note that the URL it is trying to open begins with:
    “file://.PSF/"
    whereas doing the same thing from within Internet Explorer shows the URL to begin with:
    "\\.PSF\"
    without the "file" part. Also notice the BACKslashes, rather than FORWARDslashes.
    Lastly, trying to open a blank Safari window and drag-and-drop the HTML file from Windows Explorer directly into the Safari window results in exactly the same problem.
    Note that ALL 3 of the above-mentioned methods DO work in Internet Explorer.
    Finally, even copying-and-pasting the local URL that DOES work in IE into Safari's Address Bar doesn't work either. The problem this time is that not only does Safari turn all the backslashes into forwardslashes, but it also adds "http:" to the beginning of the URL, when it was not in the originally-copied link, which began with "\\.PSF\".

    Again, thanks for taking the time to reply - but you're really really not paying attention to what I'm saying...
    I AM giving Safari the full pathname, but when using Parallels Desktop, this full pathname begins with "\\.PSF\". That's how it starts. Nothing else before the two backslashes, OK. That's how it works in Internet Explorer when using Parallels Desktop. That's how it works in Windows Explorer when using Parallels Desktop.
    I have given Safari the full pathname in FOUR different ways, as I mentioned in my original post: right-click, open with / file>open / drag-and-drop / copy-paste-URL.
    With regards to my particular issue, I'm not concerned about how it works when using Windows running natively on a "proper" Windows PC. I am concerned about how it works when using Parallels Desktop.
    If you really want to know the full URL (not that it matters one jot) of an example file that I can open with Internet Explorer, but not with Safari, here's the URL of the file I was originally trying to test:
    \\.PSF\Macintosh%20HD\Work\Downie\Website\HTML\index.html
    That's it. Everything is there. I have not left off anything at the beginning of that URL.
    That's how it works in Internet Explorer when using Parallels Desktop. OK, re-read that. It works in Internet Explorer when using Parallels Desktop.
    When I copy that URL exactly as it is, and paste it into Safari and hit return, Safari automatically converts it to:
    http://.psf/Macintosh%20HD/Work/Downie/Website/HTML/index.html
    Note how it has altered it in several respects:
    - It has added "http:" to the beginning of the URL.
    - It has turned the original "PSF" into a lower-case "psf".
    - It has turned all the backslashes into forwardslashes.
    I try manually deleting and altering the relevant parts and hitting return again, but Safari just goes back to the "wrong URL".
    When you say "the only prefix for local files is file://" you are obviously not familiar with how Parallels Desktop works with and reads "local files".
    Remember what I said earlier about how you're not REALLY looking at LOCAL files, because TRUE local files would be on the Windows section of the drive, and I am trying to look at files on the Mac part of the drive.
    I'll repeat what I said earlier:
    If you are not testing this from within Parallels Desktop like I am, and where I am having the problems, then your words here are not of much use, because you cannot experience what I am experiencing. You cannot comment on the experience on how this works from within Parallels Desktop if you do not have Parallels Desktop and have not experienced it yourself.

  • ERROR : Cannot read the request body while creating new calendar event api.

    Hi, 
    I was trying to create and update the calendar event using [POST] https://outlook.office365.com/api/v1.0/me/events and [PATCH] https://outlook.office365.com/api/v1.0/me/events/<eventId> respectively.
    When i try with poster or postman, I get this error
    {error: {code: "ErrorInvalidRequest" message: "Cannot read the request body."} }
    its not working . Any help will be appreciated.
    Note: GET events and DELETE Events are working. I think the API with payload is not working.
    Test Data :
    URL: https://outlook.office365.com/api/v1.0/me/events/
    Method: POST
    JSON Data(Payload):
      "Subject": "Discuss the Calendar REST API",
      "Body": {
        "ContentType": "HTML",
        "Content": "I think it will meet our requirements!"
      "Start": "2015-01-06T07:03:07.481Z",
      "End": "2015-01-05T07:03:07.481Z",
      "Attendees": [
          "EmailAddress": {
            "Address": "[email protected]",
            "Name": "Konveen"
          "Type": "Required"
    Error:
        "error": {
            "code": "ErrorInvalidRequest",
            "message": "Cannot read the request body."

    Hi Sahil,
    I was able to make your request work fine against my Office 365 mailbox with 2 changes.
    1. Can you please make sure you are adding header "Content-Type: Application/Json"?
    2. Can you please make sure your end time is AFTER start time?  Looks like there is a typo with your current request as the start time is on 2015-01-06 and end time is on 2015-01-05.
    Hope that helps ...
    Thanks,
    Venkat

  • Cannot reacquire firefox. error message reads "your firefox profile cannot be loaded. it may be missing or inaccessible.

    I lost Firefox for no apparent reason. I deleted the program and attempted to reinstall and download. Received an error message that read "Your firefox profile cannot be loaded. It may be missing or inaccessible." At the same time, I lost Picasa and all my photos. When I tried to reinstall Picasa, I received the same message about Firefox. Can someone please help. It's driving me nuts.

    See:
    * http://kb.mozillazine.org/Recovering_a_missing_profile
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If that new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit

    Hi All,
    I have a issue major issue while running Pages from Jdeveloper. The pages are erroring out.
    I guess it has something to do with Profile Options- MO: Operating Unit.
    Its very urgent.Can anybody help.
    Below is the ERROR STACK related to the same
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = AppsConnectionManager.appsInitialize(int,int,int,int,Connection):23120,-1,-1,0,oracle.jdbc.driver.OracleConnection@9aba32; REASON = java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    ORA-06512: at "APPS.FND_GLOBAL", line 2171
    ORA-06512: at "APPS.FND_GLOBAL", line 2313
    ORA-06512: at "APPS.FND_GLOBAL", line 2251
    ORA-06512: at line 1
    ; ERRNO = 20001;
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:988)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:525)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    ORA-06512: at "APPS.FND_GLOBAL", line 2171
    ORA-06512: at "APPS.FND_GLOBAL", line 2313
    ORA-06512: at "APPS.FND_GLOBAL", line 2251
    ORA-06512: at line 1
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:525)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    ORA-06512: at "APPS.FND_GLOBAL", line 2171
    ORA-06512: at "APPS.FND_GLOBAL", line 2313
    ORA-06512: at "APPS.FND_GLOBAL", line 2251
    ORA-06512: at line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2176)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2050)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2959)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:650)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:726)
         at oracle.apps.fnd.security.AppsConnectionManager.appsInitialize(AppsConnectionManager.java:472)
         at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:319)
         at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1773)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2460)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2398)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2257)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2650)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2584)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2564)
         at oracle.apps.fnd.common.WebAppsContext.createTransaction(WebAppsContext.java:2610)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:504)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    ORA-06512: at "APPS.FND_GLOBAL", line 2171
    ORA-06512: at "APPS.FND_GLOBAL", line 2313
    ORA-06512: at "APPS.FND_GLOBAL", line 2251
    ORA-06512: at line 1
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:525)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    java.sql.SQLException: ORA-20001: FND-ORG_ID PROFILE CANNOT READ: N, OPTION, MO: Operating Unit
    ORA-06512: at "APPS.FND_MESSAGE", line 498
    ORA-06512: at "APPS.FND_CLIENT_INFO", line 141
    ORA-06512: at "APPS.FND_GLOBAL", line 1977
    ORA-06512: at "APPS.FND_GLOBAL", line 2171
    ORA-06512: at "APPS.FND_GLOBAL", line 2313
    ORA-06512: at "APPS.FND_GLOBAL", line 2251
    ORA-06512: at line 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:583)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2176)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2050)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2959)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:650)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:726)
         at oracle.apps.fnd.security.AppsConnectionManager.appsInitialize(AppsConnectionManager.java:472)
         at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:319)
         at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1773)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2460)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2398)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2257)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2650)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2584)
         at oracle.apps.fnd.common.AppsContext.getLocalJDBCConnection(AppsContext.java:2564)
         at oracle.apps.fnd.common.WebAppsContext.createTransaction(WebAppsContext.java:2610)
         at oracle.apps.fnd.framework.CreateIcxSession.createTransaction(CreateIcxSession.java:504)
         at runregion.jspService(runregion.jsp:103)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    Thanks,
    Sombit.

    Hi,
    Can you please let me know where we can set the custom property MULTIORG_ENABLED in AM?Please see (Oracle Applications Multiple Organizations Access Control for Custom Code [ID 420787.1]) -- Search for "MULTIORG_ENABLED".
    Thanks,
    Hussein

  • How can i read a stored picture in oracle Long Raw datatype? blob or clob?

    How can i read a stored picture in oracle Long Raw datatype? Like a blob or clob?....i am using jdk 1.3
    This is because...i tried to read it like a blob but i obtain a exception...about Type of column no valid......but the column exist....and it contains the long raw datatype of the pictures.....this is my code:
    import java.sql.*;
    import java.io.*;
    import java.util.*;
    import oracle.jdbc.driver.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.InputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.OutputStream;
    import java.sql.Connection;
    import java.sql.Statement;
    import java.sql.ResultSet;
    import java.sql.DriverManager;
    import oracle.sql.BLOB;
    import oracle.sql.BLOB.*;
    import oracle.jdbc.driver.*;
    import java.sql.*;
    class rec_ima1
    public static void main(String h[])
    Connection con = null;
    Blob bl;
    final ImageIcon image1;
    JPanel photo;
    try
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    con= DriverManager.getConnection("jdbc:oracle:thin:@123.3.12.213:1521:db_name","user","password");
    String query = "Select * from pictures where ID = '18840'";
    Statement stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery( query );
    if (!rs.next())
    System.out.println("Empty Result Set");
    bl = rs.getBlob(5);
    if (bl == null) {
    System.out.println("Null Blob");
    return;
    InputStream is = bl.getBinaryStream();
    int imageLength = (int) bl.length();
    System.out.println(imageLength);
    System.out.println(bl.length());
    byte[] imageData = new byte [imageLength];
    is.read(imageData, 0, imageLength);
    image1 = new ImageIcon(imageData);
    photo = new JPanel() {
    public void paint(Graphics g){
    g.setColor(Color.lightGray);
    g.drawImage(image1.getImage(), 0, 0, this);
    } catch (Exception e) {
    e.printStackTrace();
    Now i tried using clob:
    import java.sql.*;
    import java.io.*;
    import java.util.*;
    import oracle.jdbc.driver.*;
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.InputStream;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.OutputStream;
    import java.sql.Connection;
    import java.sql.Statement;
    import java.sql.ResultSet;
    import java.sql.DriverManager;
    import oracle.sql.CLOB;
    import oracle.sql.CLOB.*;
    import oracle.jdbc.driver.*;
    import java.sql.CallableStatement;
    class rec_ima4
    public static void main(String h[])
    Connection con = null;
    Clob cl;
    JPanel photo;
    try
    Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
    con= DriverManager.getConnection("jdbc:oracle:thin:@123.3.12.213:1521:db_name","user","password");
    con.setAutoCommit (false);
    String query = "Select * from pictures where ID = '18840'";
    Statement stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery( query );
    while (rs.next()) {
    oracle.sql.CLOB clob = (CLOB) rs.getObject(5); //line 47
    } catch (Exception e) {
    e.printStackTrace();
    This is the runtime exception:
    java.lang.ClassCastException: [B
    at rec_ima4.main(rec_ima4.java:47)

    Thanks by answering to me......
    Well....i did that....but what is ImageIO?....
    I declared a ImageIcon imageIO, but this give me the following:
    rec_ima3.java:49: cannot resolve symbol
    symbol : class BufferedImage
    location: class rec_ima3
    BufferedImage bi = ImageIO.read(bInput);
    ^
    rec_ima3.java:49: cannot resolve symbol
    symbol : variable ImageIO
    location: class rec_ima3
    BufferedImage bi = ImageIO.read(bInput);
    ^
    What classes i have to import?.....what is ImageIO?
    Thanks

  • ITunes Reports "iTunes Cannot read the contents of the iPod...."

    This morning I connected my 2 week old iPod Classic to my laptop via the USB cable and iTunes came up and displayed a message saying "iTunes cannot read the contents of the iPod MHAM'S IPOD". It suggested a restore, which I have not tried yet. I have faithfully used the "Eject" function in iTunes to disconnect. After reading some other posts in the forums, it appears that others are having a similar issue. I'm concerned that this is normal operating behavior for this product. Given that this is my first Apple brand purchase, I'm a little turned off to the brand. Does anyone have a suggestion that doesn't involve me wiping this thing clean and starting over? And is this something that I should just expect? I ran a diagnostic and the results are below.
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    Dell Inc. Latitude D620
    iTunes 7.4.3.1
    iPodService 7.4.3.1 is currently running.
    iTunesHelper 7.4.3.1 is currently running.
    Current user is an administrator.
    The current local date and time is 2007-10-16 07:04:02.
    Connected Storage Devices:
    Disk drive, Hitachi HTS541080G9SA00, Bus Type ATA, Bus Address [0,0]
    Disk drive, Apple iPod USB Device, Bus Type USB
    Disk drive, RIM BlackBerry SD USB Device, Bus Type USB
    Universal Serial Bus Controllers:
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C8. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27C9. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CA. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB Universal Host Controller - 27CB. Device is working properly.
    Intel(R) 82801G (ICH7 Family) USB2 Enhanced Host Controller - 27CC. Device is working properly.
    No IEEE 1394 Host Controller found.
    The iPod Service Logging Information:
    [SERVICE: 0xF88,06:40:36 INFO] Started C:\Program Files\iPod\bin\iPodService.exe (Tue Oct 16 06:40:36 2007)
    [SERVICE: 0xF88,06:40:36 INFO] ##### iPodService starting as a service, version: 7.4.3.1
    [SERVICE: 0xFD0,06:40:36 INFO] Adding iTunesHelper to session 0
    [SERVICE: 0xF98,06:40:36 INFO] Got signaled to go ahead... Starting device manager!
    [SERVICE: 0x114,06:40:36 INFO] Listener Window created
    [SERVICE: 0x114,06:40:57 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:40:58 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:40:58 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:40:59 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:40:59 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:41:40 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:42:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:42:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:44:25 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:45:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:45:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:48:13 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:50:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:50:15 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:09 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:13 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x114,06:57:13 INFO] device \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x114,06:57:13 INFO] device is an iPod
    [SERVICE: 0x114,06:57:13 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x114,06:57:13 INFO] [-1] set waiting to mount = 1
    [SERVICE: 0x114,06:57:13 INFO] [1] Assigning session 0
    [SERVICE: 0x114,06:57:13 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0x114,06:57:13 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0x114,06:57:13 INFO] [1] added device number 2 to m_objDeviceNumberMap
    [SERVICE: 0x114,06:57:13 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_vctDeviceInterfaces
    [SERVICE: 0x114,06:57:13 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:13 INFO] [1] input #0 from src #0
    [SERVICE: 0xEC,06:57:13 INFO] [1] input #0
    [SERVICE: 0x114,06:57:13 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:13 INFO] [1] input #1 from src #0
    [SERVICE: 0x11C,06:57:13 INFO] [1] input #1
    [SERVICE: 0x114,06:57:13 INFO] [VolumeArrive] mask = 0x20
    [SERVICE: 0x114,06:57:13 INFO] looking up device # for \\.\F:
    [SERVICE: 0x114,06:57:13 INFO] type 0x7 drive 0x2 partition 0x1
    [SERVICE: 0x114,06:57:13 INFO] iTunes device #2 found with drive letter F, mask 0x20
    [SERVICE: 0x114,06:57:13 INFO] [1] set waiting to mount = 0
    [SERVICE: 0x114,06:57:13 INFO] [1] input #2 from src #0
    [SERVICE: 0x128,06:57:13 INFO] [1] input #2
    [SERVICE: 0x114,06:57:13 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:57:13 INFO] [1] input #3 from src #0
    [SERVICE: 0x118,06:57:13 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x118,06:57:13 INFO] [First Connect] Creating connect event for device 1
    [SERVICE: 0x118,06:57:13 INFO] [1] set waiting to mount = 1
    [SERVICE: 0x118,06:57:13 INFO] [1] input #4 from src #0
    [SERVICE: 0xEC,06:57:13 INFO] [MACHINE 1 INPUT #0] - (HDW) CheckDevNode
    [SERVICE: 0xEC,06:57:14 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,06:57:14 INFO] [MACHINE 1 INPUT #1] - (HDW) CheckDevNode
    [SERVICE: 0x11C,06:57:14 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x128,06:57:14 INFO] [MACHINE 1 INPUT #2] - (HDW) Volume Mount
    [SERVICE: 0x128,06:57:14 INFO] ** CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x128,06:57:14 INFO] [1] input #3
    [SERVICE: 0xEC,06:57:14 INFO] [1] input #4
    [SERVICE: 0x128,06:57:14 INFO] [MACHINE 1 INPUT #3] - (HDW) CheckDevNode
    [SERVICE: 0x128,06:57:14 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEC,06:57:14 INFO] [MACHINE 1 INPUT #4] - (HDW) Interface Arrival
    [SERVICE: 0xEC,06:57:14 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0xEC,06:57:14 INFO] [1] progress is now 2
    [SERVICE: 0xEC,06:57:14 INFO] [1] progress is now 2
    [SERVICE: 0xEC,06:57:14 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0xEC,06:57:14 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0xEC,06:57:14 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0xEC,06:57:14 INFO] VendorId: Apple
    [SERVICE: 0xEC,06:57:14 INFO] ProductId: iPod
    [SERVICE: 0xEC,06:57:14 INFO] revision: 1.62
    [SERVICE: 0xEC,06:57:14 INFO] vendor bytes:
    [SERVICE: 0xEC,06:57:14 INFO] 02 01 00 00 00 00 00 00 00 13 00 00 92 00 00 00 00 00 00 00
    [SERVICE: 0xEC,06:57:14 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0xEC,06:57:14 INFO] [1] Power State: Powered
    [SERVICE: 0xEC,06:57:14 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0xEC,06:57:14 ERROR] Did not find first letter of stage
    [SERVICE: 0xEC,06:57:14 INFO] got HotPlugState 0
    [SERVICE: 0xEC,06:57:14 INFO] [1] serial number 000A27001547056B
    [SERVICE: 0xEC,06:57:14 INFO] Checkpoint successfully read from device [1]. Apple Serial Number [8N7344U3YMV]
    [SERVICE: 0xEC,06:57:14 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0x118,06:57:14 INFO] [First Connect] Creating mount event for device 1
    [SERVICE: 0x118,06:57:14 INFO] [VolumeArrive] mask = 0x7C
    [SERVICE: 0x118,06:57:14 INFO] looking up device # for \\.\G:
    [SERVICE: 0x118,06:57:14 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0x118,06:57:14 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 1
    [SERVICE: 0x118,06:57:14 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x118,06:57:14 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x118,06:57:14 INFO] looking up device # for \\.\F:
    [SERVICE: 0x118,06:57:14 INFO] type 0x7 drive 0x2 partition 0x1
    [SERVICE: 0x118,06:57:14 INFO] iTunes device #2 found with drive letter F, mask 0x20
    [SERVICE: 0x118,06:57:14 INFO] [1] set waiting to mount = 0
    [SERVICE: 0x118,06:57:14 INFO] [1] input #5 from src #0
    [SERVICE: 0x118,06:57:14 INFO] looking up device # for \\.\E:
    [SERVICE: 0x11C,06:57:14 INFO] [1] input #5
    [SERVICE: 0x118,06:57:14 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0x118,06:57:14 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0x118,06:57:15 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x118,06:57:15 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x118,06:57:15 INFO] looking up device # for \\.\D:
    [SERVICE: 0x118,06:57:15 INFO] type 0x7 drive 0x0 partition 0x3
    [SERVICE: 0x118,06:57:15 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0x118,06:57:15 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x118,06:57:15 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x11C,06:57:15 INFO] [MACHINE 1 INPUT #5] - (HDW) Volume Mount
    [SERVICE: 0x11C,06:57:15 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0x11C,06:57:15 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,06:57:15 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0x11C,06:57:15 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,06:57:15 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,06:57:15 ERROR] Did not find first letter of stage
    [SERVICE: 0x11C,06:57:15 INFO] got HotPlugState 0
    [SERVICE: 0x11C,06:57:19 INFO] [1] OS says filesystem is FAT32
    [SERVICE: 0x11C,06:57:19 INFO] [1] ===== iPod with Video =====
    [SERVICE: 0x11C,06:57:19 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,06:57:19 INFO] 6:57:19, year 2007, day of yr. 288, GMT offset -20 isDST 1
    [SERVICE: 0x11C,06:57:19 INFO] [1] progress is now 0
    [SERVICE: 0x11C,06:57:20 INFO] [1] *** MOUNTED - Sending event out, device session 0.
    [SERVICE: 0x11C,06:57:20 INFO] [1] Auto-launch iTunes ENABLED
    [SERVICE: 0x11C,06:57:20 INFO] iTunes located at 'C:\Program Files\iTunes\iTunes.exe'
    [SERVICE: 0xF90,06:57:21 INFO] Getting iTunesHelper for session 0
    [SERVICE: 0xF90,06:57:21 INFO] launching iTunes.
    [SERVICE: 0x90C,06:57:25 INFO] <0x4> Got Serial #
    [SERVICE: 0x90C,06:57:25 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xFD8,06:57:25 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,06:57:25 INFO] Mounted
    [SERVICE: 0xFD8,06:57:25 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:57:25 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:57:25 INFO] Mounted
    [SERVICE: 0x90C,06:57:25 INFO] [1] already mounted!
    [SERVICE: 0x90C,06:57:25 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x90C,06:57:26 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xFD8,06:57:26 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,06:57:26 INFO] Mounted
    [SERVICE: 0xFD8,06:57:26 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:57:26 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:57:26 INFO] <0x4> COM request for device 1 drive letter - F
    [SERVICE: 0x90C,06:57:27 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,06:57:27 INFO] Mounted
    [SERVICE: 0x90C,06:57:27 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,06:57:27 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,06:57:27 INFO] Mounted
    [SERVICE: 0xFD8,06:57:27 INFO] [1] already mounted!
    [SERVICE: 0xFD8,06:57:27 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xFD8,06:57:40 INFO] Mounted
    [SERVICE: 0xFD8,06:57:40 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:57:40 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:57:40 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,06:57:40 INFO] Mounted
    [SERVICE: 0x90C,06:57:40 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,06:57:40 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:58:19 INFO] <0x4> Got Serial #
    [SERVICE: 0x90C,06:58:19 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xFD8,06:58:19 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,06:58:19 INFO] Mounted
    [SERVICE: 0xFD8,06:58:19 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:58:19 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:58:19 INFO] Mounted
    [SERVICE: 0x90C,06:58:19 INFO] [1] already mounted!
    [SERVICE: 0x90C,06:58:19 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x90C,06:58:19 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xFD8,06:58:19 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,06:58:19 INFO] Mounted
    [SERVICE: 0xFD8,06:58:19 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:58:19 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:58:19 INFO] <0x4> COM request for device 1 drive letter - F
    [SERVICE: 0x90C,06:58:19 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,06:58:19 INFO] Mounted
    [SERVICE: 0x90C,06:58:19 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,06:58:19 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,06:58:19 INFO] Mounted
    [SERVICE: 0xFD8,06:58:19 INFO] [1] already mounted!
    [SERVICE: 0xFD8,06:58:19 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xFD8,06:58:23 INFO] Mounted
    [SERVICE: 0xFD8,06:58:23 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,06:58:23 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,06:58:23 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,06:58:23 INFO] Mounted
    [SERVICE: 0x90C,06:58:23 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,06:58:23 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,06:58:26 INFO] [1] input #6 from src #4
    [SERVICE: 0x128,06:58:26 INFO] [1] input #6
    [SERVICE: 0x128,06:58:27 INFO] [MACHINE 1 INPUT #6] - (APP) Unmount
    [SERVICE: 0x128,06:58:27 INFO] [1] Begin...
    [SERVICE: 0x128,06:58:27 INFO] [1] Mounted state
    [SERVICE: 0x128,06:58:27 INFO] total locks = 1, caller = 296, caller locks = 1
    [SERVICE: 0x128,06:58:27 INFO] [1] Begin Unmounting...
    [SERVICE: 0x128,06:58:27 INFO] [1] progress is now 3
    [SERVICE: 0x128,06:58:27 INFO] total locks = 2, caller = 296, caller locks = 2
    [SERVICE: 0x128,06:58:27 INFO] Ejecting media
    [SERVICE: 0x128,06:58:27 INFO] SUCCESS
    [SERVICE: 0x128,06:58:27 INFO] Volume lock success!
    [SERVICE: 0x128,06:58:28 INFO] total locks = 3, caller = 296, caller locks = 3
    [SERVICE: 0x128,06:58:29 INFO] CMQuery_And_RemoveSubTreeW stop
    [SERVICE: 0x114,06:58:29 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:29 INFO] [1] input #7 from src #0
    [SERVICE: 0xEC,06:58:29 INFO] [1] input #7
    [SERVICE: 0x114,06:58:29 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:29 INFO] [1] input #8 from src #0
    [SERVICE: 0x11C,06:58:29 INFO] [1] input #8
    [SERVICE: 0x128,06:58:29 INFO] CMQuery_And_RemoveSubTreeW took 625 ms
    [SERVICE: 0x128,06:58:29 INFO] total locks = 2, caller = 296, caller locks = 2
    [SERVICE: 0x128,06:58:29 INFO] total locks = 1, caller = 296, caller locks = 1
    [SERVICE: 0x128,06:58:29 INFO] [1] Finished Unmounting with status 1
    [SERVICE: 0x128,06:58:29 INFO] total locks = 0, caller = 296, caller locks = 0
    [SERVICE: 0x128,06:58:29 INFO] [1] Ext app unmount request finished!
    [SERVICE: 0xEC,06:58:30 INFO] [MACHINE 1 INPUT #7] - (HDW) CheckDevNode
    [SERVICE: 0xEC,06:58:30 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,06:58:30 INFO] [MACHINE 1 INPUT #8] - (HDW) CheckDevNode
    [SERVICE: 0x11C,06:58:30 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x114,06:58:30 INFO] [VolumeRemoved] existing mask 0x20, arrive mask 0x20
    [SERVICE: 0x114,06:58:30 INFO] [1] value = 1
    [SERVICE: 0x114,06:58:30 INFO] [1] input #9 from src #0
    [SERVICE: 0x128,06:58:30 INFO] [1] input #9
    [SERVICE: 0x114,06:58:30 INFO] [InterfaceRemoved]
    [SERVICE: 0x114,06:58:30 INFO] [1] value = 0
    [SERVICE: 0x114,06:58:30 INFO] removed device number 2 from m_objDeviceNumberMap
    [SERVICE: 0x114,06:58:30 INFO] [1] input #10 from src #0
    [SERVICE: 0xEC,06:58:30 INFO] [1] input #10
    [SERVICE: 0x128,06:58:30 INFO] [MACHINE 1 INPUT #9] - (HDW) Volume Unmount
    [SERVICE: 0x128,06:58:30 INFO] [1] progress is now 3
    [SERVICE: 0x128,06:58:30 INFO] [1] Setting progress to 3
    [SERVICE: 0x128,06:58:30 INFO] [MACHINE 1 TRANSITION] - {Mounted} ==> {Connected}
    [SERVICE: 0x128,06:58:30 INFO] [1] *** UNMOUNTED - Sending event out, device session 0.
    [SERVICE: 0x128,06:58:30 INFO] [1] !!!!! DoConnectStateAction() INTERRUPTED.
    [SERVICE: 0xEC,06:58:30 INFO] [MACHINE 1 INPUT #10] - (HDW) Interface Removal
    [SERVICE: 0xEC,06:58:30 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Unknown}
    [SERVICE: 0xEC,06:58:30 INFO] [MACHINE 1 ACTIONS] - {Unknown}
    [SERVICE: 0xEC,06:58:30 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEC,06:58:30 ERROR] device number 0 exists, but isn't in m_objDeviceNumberMap!
    [SERVICE: 0xEC,06:58:30 INFO] [1] *** DISCONNECTED - Sending event out, device session 0.
    [SERVICE: 0xEC,06:58:30 INFO] [1] progress is now 0
    [SERVICE: 0xEC,06:58:30 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x114,06:58:38 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:38 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,06:58:38 INFO] [1] input #11 from src #0
    [SERVICE: 0x11C,06:58:38 INFO] [1] input #11
    [SERVICE: 0x114,06:58:38 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:38 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,06:58:38 INFO] [1] input #12 from src #0
    [SERVICE: 0x128,06:58:38 INFO] [1] input #12
    [SERVICE: 0x114,06:58:38 INFO] [DevNodesChanged]
    [SERVICE: 0x114,06:58:38 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,06:58:38 INFO] [1] input #13 from src #0
    [SERVICE: 0xEC,06:58:38 INFO] [1] input #13
    [SERVICE: 0x11C,06:58:38 INFO] [MACHINE 1 INPUT #11] - (HDW) CheckDevNode
    [SERVICE: 0x11C,06:58:38 INFO] [1] PHYSICALLY DISCONNECTED!
    [SERVICE: 0x128,06:58:38 INFO] [MACHINE 1 INPUT #12] - (HDW) CheckDevNode
    [SERVICE: 0x128,06:58:38 INFO] [1] PHYSICALLY DISCONNECTED!
    [SERVICE: 0xEC,06:58:38 INFO] [MACHINE 1 INPUT #13] - (HDW) CheckDevNode
    [SERVICE: 0xEC,06:58:38 INFO] [1] PHYSICALLY DISCONNECTED!
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #14 from src #0
    [SERVICE: 0x11C,07:02:24 INFO] [1] input #14
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #15 from src #0
    [SERVICE: 0x128,07:02:24 INFO] [1] input #15
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #16 from src #0
    [SERVICE: 0xEC,07:02:24 INFO] [1] input #16
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #17 from src #0
    [SERVICE: 0x114,07:02:24 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:24 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x114,07:02:24 INFO] [1] input #18 from src #0
    [SERVICE: 0x11C,07:02:24 INFO] [MACHINE 1 INPUT #14] - (HDW) CheckDevNode
    [SERVICE: 0x11C,07:02:24 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x128,07:02:24 INFO] [MACHINE 1 INPUT #15] - (HDW) CheckDevNode
    [SERVICE: 0x128,07:02:24 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEC,07:02:24 INFO] [MACHINE 1 INPUT #16] - (HDW) CheckDevNode
    [SERVICE: 0xEC,07:02:24 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xEC,07:02:24 INFO] [1] input #17
    [SERVICE: 0x11C,07:02:24 INFO] [1] input #18
    [SERVICE: 0xEC,07:02:25 INFO] [MACHINE 1 INPUT #17] - (HDW) CheckDevNode
    [SERVICE: 0xEC,07:02:25 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:25 INFO] [MACHINE 1 INPUT #18] - (HDW) CheckDevNode
    [SERVICE: 0x11C,07:02:25 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x114,07:02:27 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x114,07:02:27 INFO] type 0x7 drive 0x2 partition 0x0
    [SERVICE: 0x114,07:02:27 INFO] [1] set waiting to mount = 1
    [SERVICE: 0x114,07:02:27 INFO] [1] Attempt to reassign from session 0 to session 0, DENIED!
    [SERVICE: 0x114,07:02:27 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0x114,07:02:27 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0x114,07:02:27 INFO] [1] added device number 2 to m_objDeviceNumberMap
    [SERVICE: 0x114,07:02:27 INFO] [1] input #19 from src #0
    [SERVICE: 0x128,07:02:27 INFO] [1] input #19
    [SERVICE: 0x114,07:02:27 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:27 INFO] [1] input #20 from src #0
    [SERVICE: 0xEC,07:02:27 INFO] [1] input #20
    [SERVICE: 0x114,07:02:27 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:27 INFO] [1] input #21 from src #0
    [SERVICE: 0x11C,07:02:27 INFO] [1] input #21
    [SERVICE: 0x114,07:02:27 INFO] [VolumeArrive] mask = 0x20
    [SERVICE: 0x114,07:02:27 INFO] looking up device # for \\.\F:
    [SERVICE: 0x114,07:02:27 INFO] type 0x7 drive 0x2 partition 0x1
    [SERVICE: 0x114,07:02:27 INFO] iTunes device #2 found with drive letter F, mask 0x20
    [SERVICE: 0x114,07:02:27 INFO] [1] set waiting to mount = 0
    [SERVICE: 0x114,07:02:27 INFO] [1] input #22 from src #0
    [SERVICE: 0x114,07:02:27 INFO] [DevNodesChanged]
    [SERVICE: 0x114,07:02:27 INFO] [1] input #23 from src #0
    [SERVICE: 0x128,07:02:28 INFO] [MACHINE 1 INPUT #19] - (HDW) Interface Arrival
    [SERVICE: 0x128,07:02:28 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x128,07:02:28 INFO] [1] progress is now 2
    [SERVICE: 0x128,07:02:28 INFO] [1] progress is now 2
    [SERVICE: 0x128,07:02:28 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0x128,07:02:28 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0x128,07:02:28 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0x128,07:02:28 INFO] VendorId: Apple
    [SERVICE: 0x128,07:02:28 INFO] ProductId: iPod
    [SERVICE: 0x128,07:02:28 INFO] revision: 1.62
    [SERVICE: 0x128,07:02:28 INFO] vendor bytes:
    [SERVICE: 0x128,07:02:28 INFO] 02 01 00 00 00 00 00 00 00 13 00 00 92 00 00 00 00 00 00 00
    [SERVICE: 0x128,07:02:28 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0x128,07:02:28 INFO] [1] Power State: Powered
    [SERVICE: 0x128,07:02:28 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0x128,07:02:28 ERROR] Did not find first letter of stage
    [SERVICE: 0x128,07:02:28 INFO] got HotPlugState 0
    [SERVICE: 0x128,07:02:28 INFO] [1] serial number 000A27001547056B
    [SERVICE: 0x128,07:02:28 INFO] Checkpoint successfully read from device [1]. Apple Serial Number [8N7344U3YMV]
    [SERVICE: 0x128,07:02:28 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0xEC,07:02:28 INFO] [MACHINE 1 INPUT #20] - (HDW) CheckDevNode
    [SERVICE: 0xEC,07:02:28 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:28 INFO] [MACHINE 1 INPUT #21] - (HDW) CheckDevNode
    [SERVICE: 0x11C,07:02:28 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:28 INFO] [1] input #22
    [SERVICE: 0x128,07:02:28 INFO] [1] input #23
    [SERVICE: 0xFD8,07:02:28 INFO] <0x4> Got Serial #
    [SERVICE: 0x11C,07:02:28 INFO] [MACHINE 1 INPUT #22] - (HDW) Volume Mount
    [SERVICE: 0x11C,07:02:28 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0x128,07:02:28 INFO] [MACHINE 1 INPUT #23] - (HDW) CheckDevNode
    [SERVICE: 0x11C,07:02:28 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:28 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0x11C,07:02:28 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x128,07:02:28 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001547056b&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x11C,07:02:28 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,07:02:28 ERROR] Did not find first letter of stage
    [SERVICE: 0x11C,07:02:28 INFO] got HotPlugState 0
    [SERVICE: 0x11C,07:02:33 INFO] [1] OS says filesystem is FAT32
    [SERVICE: 0x11C,07:02:33 INFO] [1] ===== iPod with Video =====
    [SERVICE: 0x11C,07:02:33 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x11C,07:02:33 INFO] 7:2:33, year 2007, day of yr. 288, GMT offset -20 isDST 1
    [SERVICE: 0x11C,07:02:33 INFO] [1] progress is now 0
    [SERVICE: 0xFD8,07:02:33 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,07:02:33 INFO] Mounted
    [SERVICE: 0xFD8,07:02:33 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,07:02:33 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,07:02:33 INFO] Mounted
    [SERVICE: 0x90C,07:02:33 INFO] [1] already mounted!
    [SERVICE: 0x11C,07:02:34 INFO] [1] *** MOUNTED - Sending event out, device session 0.
    [SERVICE: 0x11C,07:02:34 INFO] [1] Auto-launch iTunes ENABLED
    [SERVICE: 0x11C,07:02:34 INFO] iTunes located at 'C:\Program Files\iTunes\iTunes.exe'
    [SERVICE: 0x90C,07:02:34 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xFD8,07:02:34 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0x90C,07:02:34 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x90C,07:02:34 INFO] Mounted
    [SERVICE: 0x90C,07:02:34 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,07:02:34 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,07:02:34 INFO] <0x4> COM request for device 1 drive letter - F
    [SERVICE: 0xFD8,07:02:35 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,07:02:35 INFO] Mounted
    [SERVICE: 0xFD8,07:02:35 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,07:02:35 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,07:02:35 INFO] Mounted
    [SERVICE: 0x90C,07:02:35 INFO] [1] already mounted!
    [SERVICE: 0x90C,07:02:35 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xF8C,07:02:35 INFO] iTunes already running in current session.
    [SERVICE: 0x90C,07:03:51 INFO] Mounted
    [SERVICE: 0x90C,07:03:51 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x90C,07:03:51 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xFD8,07:03:51 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xFD8,07:03:51 INFO] Mounted
    [SERVICE: 0xFD8,07:03:51 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xFD8,07:03:51 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x90C,07:03:51 INFO] <0x4> GetFormatType() returned unknown format 0
    The iPod updater logging file cannot be found.

    I had this same exact issue happen to me this morning, and I lost 40 gigs worth of transferring in restoring it. I put a few albums on for the day, and when I tried connecting again this evening, the same thing happened. It hit me when it happened the second time that both times I had the iPod locked when it connected it to the computer. I'm pretty sure I've never accidentally connected it while locked before. My guess it that it is unable to read the content since the iPod is locked, and somehow this causes some sort of corruption that prevents it from seeing the files until a restoration is done. I would think Apple should be able to release an update which would detect if the iPod was locked and tell you to unlock it rather than to go through this process of losing all your music from the iPod. It scares me to think this could happen again simply if I am absent-minded in the future and forget to check whether it is locked or not before I connect it.

  • MobileMe/IMAP: locally stored messages disappeared

    Hi,
    with the current service window of MobileMe, I cannot access my e-mails via the web interface. Fair enough, I thought, I was looking for a message I sent yesterday, and this will surely be accessible through Mail or at least in my local IMAP directory. To my great horror, Mail does not show the folders, and in the library, the MobileMe directory is empty for all but the inbox files! All the folders are gone.
    I opened TimeMachine, and double-checked they used to be there. (Bad for me: the last backup was from before I sent the message.)
    Can anybody explain how locally stored IMAP folders and messages can suddenly disappear without warning?
    Thanks,
    Leo

    Same problem here today! Not good at all, i checked the settings of the account and even if i told mail to keep a local copy, all the messages disappeared.
    The thing doesn't affect the iphone mail luckily so i think that is a mail bug somewhere...

  • Deleting local user profile on RDS without reboot

    I need to delete the local profile for a user on our RDS server, because of a problem with this user.
    Since the user was using RDS a few days ago, and RDS wasn’t rebooted since, I can’t delete the local profile. When I go to advanced system settings—user
    profiles. The ‘delete’ option is greyed out.
    I know that I can reboot the server then will be able to delete it, but since this server is serving many users, it means they all have to stop using it.
    Is there a way to delete this user’s profile without rebooting the server?
    I use sever 2008 R2.
    Thanks

    Hi,
    A local user profile is created the first time a user logs on to a computer. The profile is stored on the computer's local hard disk. Changes made to the local user
    profile are specific to the user and to the computer on which the changes are made.
    Windows security requires a user profile for each user account on a computer. The system automatically creates a local user profile for each user when the user logs
    on to the computer for the first time. The system automatically maintains the settings for each user's work environment in a user profile on the local computer.
    Windows Vista and later: User profiles are managed through the
    User Accounts control (UAC) panel item.
    You can open the
    Control Panel and click User Accounts, then click the Change User Account Control setting, dropped to the lowest turn off UAC. Press OK.
    Then you can use administrator account try again to see whether you can delete the local user profile or not.
    More information:
    http://blogs.msdn.com/b/rds/archive/2009/06/02/user-profiles-on-windows-server-2008-r2-remote-desktop-services.aspx
    Technology changes life……

  • Cannot access local resource file

    When I run my application on browser these error comes, I have found to change right click on project>properties>flex build path>libary path> framework linkage to "Merge into code"not working,
    I have also changed right click on project> properties>Flex compiler> Additional compiler arguments - -locale en_US to some -network false still its not working
    and undid whatever change i made,
    Help!
    SecurityError: Error #2148: SWF file http://localhost/aamshare-debug/aamshare.swf cannot access local resource file:///C|/wamp/www/aamshare-debug/media/bse.png. Only local-with-filesystem and trusted local SWF files may access local resources.
        at flash.display::Loader/_load()
        at flash.display::Loader/load()
        at mx.controls::SWFLoader/loadContent()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\controls\SWFLoader.as:1611]
        at mx.controls::SWFLoader/load()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\con trols\SWFLoader.as:1380]
        at mx.controls::SWFLoader/initializeHandler()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\controls\SWFLoader.as:1971]
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()
        at mx.core::UIComponent/dispatchEvent()[C:\autobuild\3.2.0\frameworks\projects\framework\src \mx\core\UIComponent.as:9298]
        at mx.core::UIComponent/set processedDescriptors()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\core\UICom ponent.as:1217]
        at mx.core::UIComponent/initializationComplete()[C:\autobuild\3.2.0\frameworks\projects\fram ework\src\mx\core\UIComponent.as:5395]
        at mx.core::UIComponent/initialize()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx \core\UIComponent.as:5379]
        at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()[C:\autobuild\3.2.0\frameworks\pro jects\framework\src\mx\core\UIComponent.as:5267]
        at mx.core::Container/http://www.adobe.com/2006/flex/mx/internal::childAdded()[C:\autobuild\3.2.0\frameworks\pro jects\framework\src\mx\core\Container.as:3305]
        at mx.core::Container/addChildAt()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\c ore\Container.as:2217]
        at mx.core::Container/addChild()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\cor e\Container.as:2140]
        at mx.core::Container/createComponentFromDescriptor()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\core\Container.as:3681]
        at mx.core::Container/createComponentsFromDescriptors()[C:\autobuild\3.2.0\frameworks\projec ts\framework\src\mx\core\Container.as:3493]
        at mx.containers::ViewStack/instantiateSelectedChild()[C:\autobuild\3.2.0\frameworks\project s\framework\src\mx\containers\ViewStack.as:1140]
        at mx.containers::ViewStack/commitProperties()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\containers\ViewStack.as:664]
        at mx.core::UIComponent/validateProperties()[C:\autobuild\3.2.0\frameworks\projects\framewor k\src\mx\core\UIComponent.as:5807]
        at mx.managers::LayoutManager/validateProperties()[C:\autobuild\3.2.0\frameworks\projects\fr amework\src\mx\managers\LayoutManager.as:539]
        at mx.managers::LayoutManager/doPhasedInstantiation()[C:\autobuild\3.2.0\frameworks\projects \framework\src\mx\managers\LayoutManager.as:659]
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at mx.core::UIComponent/callLaterDispatcher2()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\core\UIComponent.as:8628]
        at mx.core::UIComponent/callLaterDispatcher()[C:\autobuild\3.2.0\frameworks\projects\framewo rk\src\mx\core\UIComponent.as:8568]

    Since you are loading your swf over http, it will be placed in a remote sandbox and will not be able to access the local filesystem. You should load your png in the same way as your swf (ie. over http), or embed it into your application.

  • Remote Event Viewer access without local administrator

    I am trying to give some developers access to read the Application log on our dev W2K8R2 servers. My theory is that they can load their local event viewer and connect to the server remotely. The problem is that they get access denied messages.
    From my research, the only thing I need to do on the remote server is enable Server Manager Remote Management. I have done this and verfied that administrators of the dev server can run Server Manager and Event Viewer against this server remotely.
    (So the firewall rules are in place) 
    When a developer (without admin rights on the dev server) tries to connect their local event viewer to the remote dev server they get this message:
    Event Viewer cannot open the event log or custom view. Verify that Event Log service is running or query is too long. Access denied (5)
    I hope I have missed some simple permission somewhere.
    To test my theory I opened Local Security Policy on the dev server and gave the developer accounts permission to "Manage auditing and security log". This does work, and the developer is able view the Security logs, but it does not give him access to the
    Application log.
    Anyone have any suggestions?
    Thanks
    Joel

    Hi,
    With Windows Server 2008 target and source in the
    same domain, please add the domain user (without admin rights) to the "Event Log Readers" group on the target server. Then, from the source server, you can use the standard user credentials to access and read
    the event logs on the target.
    With Windows Server 2008 target and source in
    workgroup, local user account is used. You need to add the standard local user to the "Event Log Readers" group on the target server. Then,
    add a local user on source with same name and password as that on the target server. After that, from source server, you can use the standard user credentials to access and read the event logs on the target.
    For more information, please refer to the following link:
    Giving Non Administrators permission to read Event Logs Windows 2003 and Windows 2008
    http://blogs.technet.com/b/janelewis/archive/2010/04/30/giving-non-administrators-permission-to-read-event-logs-windows-2003-and-windows-2008.aspx
    Thanks.
    Nina
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Hello MacBook Pro Musicians- I cannot read sheet music from the ipad. It is too small. I want to connect a large monitor, hopefully wirelessly to my 13 inch macbook pro. what would I need to connect ? Any suggestions on how to keep monitor from falling?

    Hello Macbook Pro Musicians--I cannot read sheet music from my 13" macbook or from an IPad. The print is too small for these aging eyes! So I need to get a large monitor to attach to the Macbook.  I want the monitor to be connected wirelessly or using a blue tooth.  This will eliminate alot of potential mishaps
    when playing out.  Also I am having a time figuring out how I am going to safely keep the monitor on somekind of music stand without falling!!!  Can anyone help me with this?

    Hi Julius,
    As you can see in my profile section, my MBP is older by 5 years, 2GB RAM and with regards to question 1 (Q1), has no problems with having all those programs open at the same time with the possible exception of Photoshop since I use Gimp instead. With twice the RAM and much overall much better specs, Photoshop shouldn't be an issue. But you listed some other activities that might need that additional RAM. But the advise most give is to not get it from Apple but from a third party.
    Q5 - I always get Apple Care. Only had to use it once but it paid for itself that one time.
    Sorry, can't help you much with the questions you really want answered since I won't have a new MBP until (hopefully) next week but for Q4, I believe it depends on the peripheral. My current monitors are too old to allow them to be hooked up in a chain. Supposedly, if the monitors do have the ports, you could via the MBP Thunderbolt port. The speeds are also dependent upon the peripheral. If the external hard drive is using a USB 2 port, you are limited by that speed (480 Mb/s). If it has a Thunderbolt port, then from what I understand, we, my friend, are in for some great times because I believe your RAM will have the ability to access data as fast as it can take it at 10Gb/s (and if will need those kinds of speeds, the 8GB of RAM may be the way to go). The Thunderbolt demos on YouTube where they are accessing four video files from a Raid drive, then sending them back out via Final Cut Pro to a monitor are amazing. I'll probably never push this machine to anywhere near it's limits but I can't wait to see what others do.
    Peace,
    Jeremiah

  • ITunes cannot read the contents of the iPod " my iPod's name ".

    I'm having problems with syncing the 5th gen nano to iTunes 9 on my early 2008 MBP. I had one since September when they came out. It was fine for a while, but then I would get the error message: iTunes cannot read the contents of the iPod "<my iPod's name>". It got to where it was happening every other night or every night when I would try to sync. Of course it goes without saying that this makes the video camera unusable, since one can't count on retrieving the videos.
    I talked with Apple Support on the phone. They were very good. Led me through a rescue-restore. This was described as more thorough than a normal restore. It involves a non-trivial button sequence. Also per suggestions I quit using a non-powered hub. I had been hooking both my iPod touch2 and my nano5 up to the hub to sync (not enough USB ports).
    We tried the rescue-restore and things looked OK, but then a couple days later on the evening sync, the message came back. I should also mention that I use the pedometer feature in always-on mode, so of course that data gets lost as well.
    I then went to the local apple store genius bar, and they saw the same error message I got when they plugged it in, so they decided to give me a new nano5.
    I figured this was really it, but last night, on the second evening sync since the initial setup, the same error message is back with the new nano5. Feel bad because it now seems likely there was nothing wrong with my first nano5 (unless both are bad the same way - seems unlikely), but at the same time, I can't use any nano5 like things are now.
    So now it's time for some detective work. I have both a nano5 and a touch2, and I use pedometer in always-on mode on the nano5. I wonder if those might be clues. Last night when the error occurred, iirc I had previously sync'ed the nano5 ok and ejected. Then I had sync'ed my touch2. I unplugged the touch2 and went to sync the nano5 again to update for some playlist changes, and that's when the error occurred. I wonder if iTunes is somehow getting messed up and thinking it is still dealing with a touch2, and it trounces the nano5?
    It's probably a long shot, but I think I read someone else here with the same error message, and had a touch.
    Any ideas, would love to hear. I'm planning to try only syncing the nano5 on a fresh start of iTunes for a while, and see if that prevents the problem.
    Thanks,
    Joe

    OK. How do I uninstall iTunes to reinstall it? Is there an uninstaller? Do I have to chase down plist files or other hidden system things I don't know about? Kind of a dumb question maybe, I've been on a mac at home for like five years now, but uninstalling apps is not something I need to do (that's a good thing).
    So, yes, the problem happened again, with the new nano, on the second or third nightly sync (not sure how many days have gone by) since the plane to sync the nano first before the touch. Been using the right usb port also, in case that matters. Used to always use the left. The left port has a non-powered hub that has my time machine disk and a super-duper disk on it, along with an iLoc key. Tonight the two usb disks were not plugged in due to being in the process of be traded out for my other pair (I keep a pair offsite as well - backup-paranoid - but that's another topic).
    Do you think it could matter what's plugged into the opposite USB port? Not the nano and the touch only go into the right port straight away - no hub.
    Kind of a bummer, this. I hope we can figure it out. Thanks for helping...
    BTW, I alway keep all my software up to date.
    Joe

  • Cannot read CD or DVD built for region 4

    Compaq Presario C762NR Notebook PC that's my machine with Windows 7 - 32
    I have few CDs - DVDs built for region 4 (South America) with soft wares that the hard drive cannot read at all.
    I had change the CD drive configuration to region 4, WINDOWS 7 system locale, and all remaining configuration to Brazil standard.
    Neverthe less, the CD - DVD continues to refuse reading the disks.
    Is there any missing configuration to change and free the CD-DVD drive?

    CesarAlmeida wrote:
    Compaq Presario C762NR Notebook PC that's my machine with Windows 7 - 32
    I have few CDs - DVDs built for region 4 (South America) with soft wares that the hard drive cannot read at all.
    I had change the CD drive configuration to region 4, WINDOWS 7 system locale, and all remaining configuration to Brazil standard.
    Neverthe less, the CD - DVD continues to refuse reading the disks.
    Is there any missing configuration to change and free the CD-DVD drive?
    You said your Region 4 on the drive but what are the format region of the dvd media itself? It sounds like your trying to read media that is for another region and thus it can't read it. Or second the drive is no longer working and when was the last time your did  a firmware update to the OD itself?? Or update the laptop firmware to the latest firmware?
    I am a Volunteer to help others on here-not a HP employee.
    Replies aren't online 24/7 because of Time Zone differences.
    Remember in this Day and Age of Computing the Internet is Knowledge at your fingertips if you choose understand it. -2015-

Maybe you are looking for