Install ODAC 11.10620 exception on new oracleconnection

I have installed odac 11 and i get an exception in this code line:
conexion = New OracleConnection
with previous version 10 i haven't this exception.
Exception information :
El código de usuario no controló System.TypeInitializationException
Message="Se produjo una excepción en el inicializador de tipo de 'Oracle.DataAccess.Client.OracleConnection'."
Source="Oracle.DataAccess"
TypeName="Oracle.DataAccess.Client.OracleConnection"
StackTrace:
en Oracle.DataAccess.Client.OracleConnection..ctor()
en GestionServicios.Global_asax.Global_asax_PreRequestHandlerExecute(Object sender, EventArgs e) en O:\Dotnet\Desarrollo1\ASPNET\PROYECTOS\GestionServicios\Global.asax.vb:línea 63
en System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
en System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
What's happening?
Thanks .

Please post this to the Oracle Data Provider for .NET forum

Similar Messages

  • Creation of new OracleConnection VERY SLOW in VS2008

    Hi all,
    I've only found one other post regarding this issue with the latest version of the oracle data provider (2.111.6.20) on the Oracle Developer Tools for VS Forum (at: Re: Need help troubleshooting extremely slow ODT speeds in VS 2005. Figured I'd post it here to see if anyone else is experiencing problems.
    I've got VS2008 with the latest release of ODAC/Developer tools for VS installed and when I try to just create a connection object (i.e. OracleConnection con = new OracleConnection()), it is taking upwards of 45 seconds to create. Obviously this is unsuitable. Is this a known bug? If so, do I need to revert back to older version of OracleDataAccess assembly as stated in the aforementioned post?
    I'm really looking for a solution with this version however, as I'm trying to work with some UDTs in Oracle and converting to custom types in .NET and from what I've read, this latest version is the only one that can do so. (correct me if I'm wrong).
    Any information is appreciated!

    Hi Greg. Indeed, it is the constructor, which seemed very strange to me. But, here's my latest developments... Guess I failed to mention what platforms I was running on, which I'm pretty sure probably had something to do with it. I had a development environment on both a Vista 64-bit, and a Windows Server 2008 (both VMWare virtual machines). Each had two oracle clients installed, both 11g (instant) and 10gR2 (full), as I needed the 10g client for Quest Code tester (entirely different issue!). Anyway, I'm fairly certain that neither of those platforms are officially supported, so most likely my fault.
    I didn't run your test, but I had something similar set up as follows:
    using System;
    using Oracle.DataAccess.Client;
    using System.Diagnostics;
    namespace oratest
    class Program
    static void Main(string[] args)
    Stopwatch sw = new Stopwatch();
    sw.Start();
    OracleConnection con = new OracleConnection();
    sw.Stop();
    TimeSpan ts = sw.Elapsed;
    Console.WriteLine(ts.Seconds.ToString());
    The results printed ranged from 20-45 seconds!!!
    So, I went ahead and created exactly the same setup on a Vista 32-bit virtual machine. Ran the same test and voila, 0 seconds. If your interested, I ran with the ts.Milliseconds.ToString() in the last line and it resulted in 611 milliseconds. So, I've moved my current project development environment to the new Vista 32-bit virtual machine and it seems to be working fine.
    Just as a side bar however, I've also been doing quite a bit of development on a real (non-virtual) 64-bit Vista machine, and the new ODP has been working just fine. But, I have only the 11g client installed on that machine. Could it be confusion between the multiple versions? Platform issues? Both? Don't know myself, but am content enough to work in my new environment.
    Cheers,
    Aaron

  • I wand to install Windows 7 on my band new Macbook Pro 13 inch. Do I need to buy a specific Mac version of Windows 7 or do I install a standard Windows 7 OS on the Mac

    I want to install Windows 7 on my band new Macbook Pro 13 inch and use Parallel Desktop 6 torun it alongside my Mac OS. Do I need to buy a specific Mac version of Windows 7 or do I install a standard Windows 7 OS on the Mac using boot camp.

    As vazandrew said, Boot Camp will work with any standard copy of Win 7.
    The only exception would be if you want to run it in a virtual environment, such as with Parallels or WMware.
    I personally recommend Boot Camp, however, since it only uses the resources for one OS at a time.

  • Exception creating new Poolable object

    Hi All
    I have installed jdeveloper 12.1.2 and when running the hello world page iam getting this error....pls advice
    *500 Internal Server Error*
    oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1509)     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:593)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:570)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:524)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1140)     at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:225)     at OAErrorPage.jspService(_OAErrorPage.java:62)     [OAErrorPage.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)     at runregion.jspService(_runregion.java:193)

    Hi kali....
    yes i have downloaded<<Patch 9172975>> 10G JDEVELOPER WITH OA EXTENSION ARU FOR R12.1 RUP2..and got the latest .dbc file now from dba...now iam getting.......
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: PASSWORD_INVALID.
         at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(Unknown Source)
         at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(Unknown Source)
         at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(Unknown Source)
         at oracle.apps.fnd.framework.CreateIcxSession.createSession(Unknown Source)
         at runregion.jspService(_runregion.java:132)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    althogh i have created new user......and assigned the responsibility.....
    select fnd_web_sec.validate_login('TEST_USER','TEST@123') from dual;
    vaue is 'Y'
    select fnd_web_sec.validate_login('GUEST','ORACLE') from dual;
    vaue is 'Y'
    PLS ADVISE....

  • Can't get past OCX error when installing ODAC 11g on Windows Server 2003

    I have been trying to install ODAC 11g on Windows Server 2003 and can't get past the OCX error when registering oravsdbgeng11w.dll. I've read every message on this forum even remotely related to this problem and tried every solution offered. I have done a clean install into a new Oracle home, and made sure Instant Client is always included. All service packs and automatic updates have been installed. For what it's worth I have successfully installed ODAC 11g on Windows XP Pro.
    If anyone out there has been able to get this up and running and would care to share the wisdom that would be greatly appreciated.
    Thanks!
    Michael Young
    Latitude Geographics
    Victoria, BC

    Michael, as you already noticed, every time I have seen this issue it has been because ODT was being installed into an Oracle home where no client exists, or perhaps installed into an old oracle home where the client was an old version (eg Oracle10), or the client was broken. Usually though, the user unchecked the instant client checkbox during the ODAC install.
    So you say you checked instant client and you still got the error? That doesn't add up...
    Are you using 32-bit windows? If you are using 64 bit windows be sure to tell us.
    Why don't you try avoiding using instant client at all, in case it is somehow not getting installed properly.
    You can do this as follows:
    1) Under the download links on OTN, go to the database download page.
    2) Download the Oracle Database client 11g for Microsoft Windows
    3) Run this installer and Install ODP.NET 1.x and 2.x into a new Oracle home from this client install, but nothing else. If ODP.NET is not listed there (it has been a long time since I looked at that) than just install a minimal Oracle client install.
    4) Close the installer
    5) Go back and install ODAC and this time choose "Oracle Server" radio button during the install (rather than the client install)
    6) Install ODT and ODP.NET at least and be sure they are being installed into the Oracle home created in the first steps above.
    This will avoid use of Instant Client and will hopefully avoid the OCX error. Let me know if this solves your problem.
    Christian

  • Install ODAC (11.2.0.2.30) Entity Framework and LINQ to Entities Failed

    Hi
    I am trying to install ODAC for Entity Framework & Link.
    But, while installing, there showed a message *"OS error, the Oracle MTS Recovery Service can't be started"*,
    and there were three choices, *"Ignore, Cancel, Retry"*.
    If I choose *"Cancel"*, the installing will be stopped, and if I choose 'Retry', it will always try to restart the MTS service, but in vain.
    If I choose *"Ignore"*, the setup will go on, but the MTS service can't be started as usual, and shows a message *"Function error"*.
    Is there anyway to fix the problem, so I can successfully install ODAC on my pc?
    Oh,BTW, I have installed the Oracle 10g and Oracle Developer 6i on my pc for other reasons, and I can't remove them.
    Will it be the reason cause the ODAC installation failure?
    Environment :
    OS: Win XP Pro 32bit
    Framework : .net 4.0
    Visual Studio 2010
    Oracle 10g
    Oracle Developer 6i

    I haven't seen a download link for 11.2.0.2.*+40+* yet. If that's the new beta version, it hasn't been released yet. We're still on beta 1 (11.2.0.2.30).
    Trust me, a lot of people are looking forward to it. :)

  • Thread: Exception creating new Poolable object

    Hi All,
    I have installed jdeveloper 12.1.3 and when running the hello world page iam getting this error....pls advice
    Error Details ................
    500 Internal Server Error
    oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1509) at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:593)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:570)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:524)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1140)     at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:225)     at OAErrorPage.jspService(_OAErrorPage.java:62)     [OAErrorPage.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)     at runregion.jspService(_runregion.java:193)
    select fnd_web_sec.validate_login('TEST_USER','TEST@123') from dual;
    vaue is 'N'
    select fnd_web_sec.validate_login('GUEST','ORACLE') from dual;
    vaue is 'N'
    Thanks
    Muthu

    You can use below URL to confirm the jdev version
    http://oracleanil.blogspot.com/2009/05/getting-setting-value.html
    Metallink Note 416708.1
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=416708.1
    Thanks
    AJ

  • Problem installing ODAC for Oracle Server 11g

    I have installed Oracle Server 11g (OS:Windows XP)
    Questions:
    1. I tried installing ODAC for Oracle Server 11.1.0.6.21, then its giving the following error message: "Oracle data access components can only be installed over an existing oracle server 11g".
    2. We have a Monorail application running on NHibernate using ODP.NET. It's working perfectly when I run it on my Visual Studio 2008.
    But, when I tried to host this application, it gave me the following error message: "The provider is not compatible with the version of Oracle client"
    Please suggest how to resolve these issues.

    Hi
    Could that be related to the %ORACLE_HOME% ?
    I've read that on the ODAC installation guide:
    On a machine without Visual Studio .NET 2003 installed, ODAC products now work if they are installed in a new Oracle Home
    So it should be performed in a new %ORACLE_HOME% and not the same as the database. Please change that and retry.
    Source:
    http://www.oracle.com/technology/software/tech/windows/odpnet/install11106.html
    On your second question :
    Q: I get an error: "Unable to load DLL (OraOps.dll)". How do I fix this?
    A: First, ensure the OraOps.dll file is in your Oracle bin directory (e.g. d:\oracle\ora92\bin\). Next, check that your Oracle bin directory is in the Windows system path. If either of these are not present, re-install ODP.NET. Depending on the application, you may have to restart the application (e.g. Windows Service) or reboot the computer (e.g. ODP.NET install makes changes to the PATH) for ODP.NET installation to be complete. If your ODP.NET installation is still not working, you may be running into this problem.
    Source:
    http://www.oracle.com/technology/tech/windows/odpnet/faq.html#DLL
    Let us know if it helps?
    thanks
    Edited by: Hub on Oct 23, 2008 9:30 PM

  • I am trying to install a registered copy of Photoshop Lightroom that I never installed on my Apple iMac with software version 10.10.  I get the message "Adobe Lightroom 1.  Cannot be installed on this disk because a newer version of this software already

    I am trying to install a registered copy of Photoshop Lightroom that I never installed on my Apple iMac with software version 10.10.
    I get the message “Adobe Lightroom 1.  Cannot be installed on this disk because a newer version of this software already exists on this disk”
    If it is here – I cannot find it anywhere, and I don’t believe that I ever installed it.
    I have ordered the upgrade to Lightroom 5.0 and figured that I should install Lightroom 1.0 first.
    How can I solve this problem

    Actually when LR 5 starts for the first time after it is installed it will have a dialog to Buy, Try or Enter a serial number. You select Enter a serial number and enter the LR 5 serial number first and then because it is an upgrade serial number it will ask for the serial number of a Previous version. You then enter the LR 1 serial number.

  • I am trying to install the cs5 upgrade on my new laptop, however, I cannot locate my cs4 program to install first.  Am I out of luck?

    I am trying to install the cs5 upgrade on my new laptop, however, I cannot locate my cs4 program to install first.  Am I out of luck?

    You do not need the older version installed in order to install the upgrade version, but you do need the serial number from CS4 to prove that you qualify for using CS5.  During the activation process for CS5, after you successfully enter the CS5 serial number you will be asked to select the qualifying version (CS4) from a list and to enter its serial number.
    If you registered CS4 when you originally installed it then you might be able to find the serial number available in your Adobe account online in the Products section.
    Find your serial number quickly

  • New OracleConnection hangs in VS 2005 debug mode

    Client 10.2.3, ODT 10.2.0.21 for Vista, VS2005sp1, Vista Sp1
    Everything has been working great until I tried to debug a service for the first time since last week. Now no matter what I do, a call to create a new OracleConnection locks up the VS debugger and my only recourse is to stop the debugger - pausing fails.
    If I run the same compiled project outside of vshost (Ctrl-F5) it works perfectly. I have reinstalled the Oracle client without success. Also, I can run another project that connects to the database with debugging successfully. To limit the intrusion of early code causing an issue, I tried to create a connection at the start of Main() and that hangs.
    Has anyone seen this occur or have ideas on what I can try to recover my debugging capability.
    Thanks!!!

    Further notes: If I enable unmanaged code debugging for the startup project (console app), it works. I notice that the next managed dll to be loaded after its normal hang spot is System.EnterpriseServices. I wonder if that is the cause or the oracle non-managed dll loading...

  • HT1692 Have recently installed itunes and outlook on a new computer.  Have multiple email accounts set up in Outlook tho only use contacts and calendar in relation to one of these. Cannot sync itunes with the correct contacts and calendars, Help!

    My new computer is 64-bit running Windows 7 pro, SP1 and Microsoft Office 2010 Pro Plus 32-bit
    My phone is a 4S runing iOS 6.1.3
    Very frustrated now that I have recently installed itunes and outlook on this new computer.  Everything worked perfectly ok on my laptop which was also 64-bit Windows 7 and running 32-bit Microsoft Office 2010 Pro.  I have multiple email accounts set up in Outlook tho only use contacts and calendar in relation to one of these. Cannot sync itunes with the correct contacts and calendars, when I sync the calendar and contacts are empty.  Not sure if there is any way to point itunes to particular address books and calendars.
    I have installed and uninstalled itunes 3 times and thank goodness have a backup
    Can anyone help please?
    thanks in anticipation

    I had my home computer set up to sync to work's Exchange server. It worked well, but I didn't like seeing work email messages and other programs trying to sync with my default Outlook folder, which was then the Exchange (& work related) .ost file. I know there are various ways to manage those problems using filters, view, subfolders, etc., but it was a hassle for me. I think it could work well for many other folks.
    For now, I have published my work calendar and subscribed to that calendar on my home computer. So I have view only access to my calendar on my home computer (and I can add/edit calendar items on my iPad (or Outlook Web Access) when away from work). This is not quite what I wanted, but it may work.
    It almost makes me long for the days when I used my Windows Mobile Treo to sync back and forth between exchange at work and outlook at home (but had many sync conflicts as a result).

  • I have just installed Lightroom 5-7 on my new PC laptop but none of the photos I am working on are there, what do I do to get them from my old laptop also a PC

    Hi
    I just bought a new PC laptop and installed Lightroom 5.7 on the new one but none of the photos that are in Lightroom on my old PC computer are on the new one.
    I have several photos that I am working on in the old computer which is dying and not very reliable any more.
    How do I find the photos on my old computer and get them into Lightroom on my new computer?

    You would need the catalog and the images from the old computer if you want your work that you have done previously. You will have to copy the images and the catalog from your old computer to the new one. Don't you know where you imported images to?

  • Macbook pro freezes for no reason even after installing 10.8 on a brand new hard drive

    Macbook pro freezes for no reason even after installing 10.8 on a brand new hard drive.
    Tried to reset pram, smc, nvram.
    Tried installing new RAM.
    Tried installing new hard drive.
    You should know that my internal drive is installed in a cheap external case and plugged in a USB 2.0 port because i am waiting for a new hard drive cable.all
    Yep all good things happened to me...i don't know if all these problems are linked, ahh and also my trackpad is behaving very erraticaly sometimes, it's like it is possessed by a ghost. My computer is not under warranty anymore so i'd like to avoid a trip to the Apple store but i'm close to doing just that.
    Any help appreciated...

    It's diagnostic software. It's supposed to help you find problems. I don't think anyone is making any software yet that fixes hardware problems.
    That said, the two comments:
    Le husky wrote:
    Macbook pro freezes for no reason even after installing 10.8 on a brand new hard drive....
    .....also my trackpad is behaving very erraticaly sometimes, it's like it is possessed by a ghost....
    would lead me to think it's the logic board. On older MacBook Pro's both the USB I/O ports and the keyboard/trackpad are fed out of an integrated USB controller integrated into the South Bridge I/O controller. On newer models, the USB ports come out of an integrated North/South bridge controller and the keyboard/trackpad are handled by an SMC controller, which itself interfaces with the I/O controller. All of these items are on the logic board, and they're all unrepairable.
    ...unless of course the "internal drive [that] is installed in a cheap external case" is itself causing the problems. Another thing to try might be a different USB port, if you haven't done so already.
    I didn't know the price for Scannerz went up. I could have sworn I only paid 30-some bucks for it. Maybe it was on sale at the time. I don't remember.
    In any case, good luck.

  • I have an iMac 5.1 which is running OSx10.5.8 - it runs very slowly and I can't find if there is a particular problem. In the process, I have tried to install 10.6 [I have a new iMac] and the 5.1 won't accept the install discs.

    I have an iMac 5.1 which is running OSx10.5.8 - it runs very slowly and I can't find if there is a particular problem. In the process, I have tried to install 10.6 [I have a new iMac] and the 5.1 won't accept the install discs.

    As you have discovered... you cannot use the install discs from another Mac...
    Re the iMac running OS X 10 5 8... and for your New Mac...
    See Here for keeping your Mac Happy...
    http://support.apple.com/kb/HT1147
    http://www.thexlab.com/faqs/maintainingmacosx.html
    http://www.thexlab.com/faqs/performance.html

Maybe you are looking for

  • TS3274 Emailing from photos

    I have an iPad 1 amd all of a sudden I can't email a picture in photos.  I touch the send icon, touch email, the email opens and in 3 seconds the email  disappears.

  • HT4968 Some  calendar entries appear on iMac "Calendar" but not on iPad3 "Calendar" Help

    Some  calendar entries appear on iMac "Calendar" but not on iPad3 "Calendar" Help

  • Chinese handwriting is not working on LION,

    Hi there, I own an iMac late 2010 and macbook air late 2010, after both of them updated to LION, the chinese hand writing function is not working at all. please kindly release a fix for it. thanks Ricardo

  • My on demand

    My on demand hasn't worked the entire month ! Everytime I try to catch up on shows I missed it saids tempory down .... Really ticked off bout ready to cancelled my service and get hula or something if its not fixed soon y'all will lose a customer....

  • Program   SAPLLMOB Screen number   2889

    Hi experts,   In this dynpro there is a field called LOGON_DATA-DEVTY  which is an input/output field I want this  Input : Not Possible  , i was checking the program everything here is standard and i dont want to modify the standard , Do you know how