Provider cannot be found

Hi folks,
I have seen a lot of posts on this problem but they have not worked and are rather old - 2006-2008.
The problem I am facing is when I try to run a third-party software (that is supposed to connect to Oracle DB) on Windows Server 2008 64bit, it gives this error. (it is supported on 64bit)
But no such problem when running it on a WinXP.
I suspect it is either a wrongly installed / configured OraDB client, or insufficient Windows userid privileges.
I would really appreciate if someone could share some up-to-date information that could help.
OraDB is 10g R5
Thanx!
SM

Hi Greg,
The application could not even launch, but I believe it is inherently 32bit. There is no 64bit version and it is stated 64bit Windows is supported.
I actually installed (inadvertently actually) the 32bit client at first, but I hit a problem when testing using sqlplus, not knowing about UAC in WinServer2008 R2, so I did not even install the application.
So, DBA installed 64bit client, and only then did I install the application and hit the provider not found error.
I have actually disabled UAC and tried reinstalling the Client Windows Interface (which contains provider for OLE DB) but hit the same problem.
I will probably install the 32bit client again based on your feedback here.
Rgds,
SM

Similar Messages

  • The specified store provider cannot be found in the configuration, or is...

    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE     11.2.0.2.0     Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    All,
    I have a solution developed in Visual Studio 2012 targetting .Net 4.0. Simplified: Startup project is a WPF library and supporting this library is another project that uses Entity Framework to retrieve data. I have copied the connection strings from my EF project to my startup project, and everything seems to work fine on the development machine.
    However, as sson as this project is run on a user's desktop they get the error:
    System.ArgumentException
    The specified store provider cannot be found in the configuration, or is not valid.
    Stack trace (transcribed from screenshot, so there might be typos):
    at.system.Data.EntityClient.EntityConnection.GetFactory(String providerString)
    at System.Data.EntityClient.EntityConnection.ChangeConnectionString(String newConnectionString)
    at System.Data.EntityClient.EntityConnection..ctor(String connectionString)
    at System.Data.Entity.Internal.LazyInternalConnection.InitializeFromConnectionStringSetting(ConnectionStringSettings appConfigConnection)
    at System.Data.Entity.Internal.,LazyInternalConnection.TryInitializeFromAppConfig(String name, AppConfig config)
    at System.Data.Entity.Internal.LazyInternalConnection.Initialize()
    at System.Data.Entity.Internal.LazyInternalConnection.CreateObjectContextFromConnectionModel()
    at System.Data.Entity.Internal.LazyInternalContext.InitializeContext()
    at System.Data.Entity.Internal.InternalContext.GetEntitySetAndBaseTypeForType(Type entityType)
    at System.Data.Entity.Internal.Linq.InternalSet` 1.Initialize()
    at System.Data.Entity.Internal.Linq.InternalSet` 1.get_InternalContext()
    at System.Data.Entiy.Infrastructure.DbQuery` 1.System.Linq.IQueryable.get_Provider()
    at System.Linq.Queryable.Where[TSource](IQueryable` 1 source, Expression` 1 predicate)
    at MyEntityNameSpace.MyEntitySet.LoadData()
    I've already verified that Oracle.DataAccess is referenced in my EF project, and I'm including oci.dll, orannzsbb11.dll, oraociei11.dll, and OraOps11w.dll in my main library (fat installation).
    This configuration worked when using the older ADO.Net DataSets, but now I want to use EF 4.4 (DataBase first/model first/whatever it's not Code First) because it's just easier to code against. So obviously I'm missing something when it comes to deploying my solution. Any ideas?
    Note that this is a desktop application using MS OneClick.

    Same issue:
    The specified store provider cannot be found in the configuration, or is not valid. ---> System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.
    You mention "Sounds like the client system doesn't have an Oracle client installed."
    I am using Win Server 2008 R2. I have installed what i think is the right client. How do i tell?
    What is the right client? Where do i get it?

  • The specified store provider cannot be found in the configuration?

    I got the error "The specified store provider cannot be found in the configuration, or is not valid"
    while excuting the following command:
    E:\Windows\Microsoft.NET\Framework\v4.0.30319\EdmGen.exe /nologo /language:CSharp
    /mode:ViewGeneration /inssdl:$(TargetDir)Entities.ssdl
    /incsdl:$(TargetDir)Entities.csdl /inmsl:$(TargetDir)Entities.msl
    /outviews:$(ProjectDir)Entities.Views.cs
    this is to pre_generate views to improve Entity framework performance, itruns well for SqlServer.
    What is the issue? I checked in machine.config, it seems ok:
    <DbProviderFactories>
    *<add name="Oracle Data Provider for .NET" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET" type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342"/>*
    <add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
    </DbProviderFactories>

    Hey,
    Can you check if the line: DbProviderFactory factory = DbProviderFactories.GetFactory("Oracle.DataAccess.Client"); works in a simple console app?
    I had the same problem when I had installed both x86 and x64 versions of ODAC. There are two workarounds for x86&x64 issue here[http://connect.microsoft.com/VisualStudio/feedback/details/728483/edmgen-4-0-with-oracle11g-dac-win-7-x64] .

  • "Provider cannot be found.It may not be installed properly"

    Hi All,
    I am running into this error "Provider cannot be found.It may not be installed properly" while I am trying to connect to Oracle from Excel VBA.
    I had installed both Oracle 10.1 and Oracle 10.2 in the same machine and is working with .NET applications.My .NET applications works fine.But when I try to connect from within the EXCEL VBA,it gives me this error.
    This is my oracle client folder structure
    Oracle 10.1 -> C:\Program Files\Oracle\product\10.1.0\Client_1
    Oracle 10.2 client -> C:\Program Files\Oracle\product\10.2.0\Client_2
    Oracle 10.2 ODAC -> C:\Program Files\Oracle\product\10.2.0\Client_1
    As part of working around this error,I have uninstalled my 10.2 and now I just have 10.1 in my local machine.
    This is the code snippet where the error occurs in VBA
    Set Conn = New ADODB.Connection
    Conn.ConnectionString = "Provider=OraOLEDB.Oracle;Data Source=datasource;User ID=userid;Password=pwd;CacheType=Memory"
    Conn.ConnectionTimeout = 60
    Conn.Open
    I would really appreciate any help as I have been working around this erro for the last 2 days
    Thanks much!

    Hi,
    Why do you have 3 Oracle homes?
    Mutliple Oracle homes on Windows is a pain at best. Oracle's OLEDB and ODBC drivers require that their home be first in your PATH.
    Generally you can have as many homes as you want, but can only USE the home that's first in your PATH, and things like OraOLEDB, being a com object, can only be installed into a single home.
    In your registry, what does HKEY_CLASSES_ROOT\CLSID\{3F63C36E-51A3-11D2-BB7D-00C04FA30080}\InprocServer32\(Default) point to (the entry for Oracle's OLEDB provider)? Is it the same home that's first in your path if you open a dos prompt and type PATH?
    Hope it helps
    Greg

  • The specified store provider cannot be found... as service

    I get the error "+The specified store provider cannot be found in the configuration, or is not valid.+" when I run my application as a windows service. If I run it as a "normal" exe file everything run OK.

    I found the solution. I need to force compile to x86.
    I'm using the new Oracle.ManagedDataAccess.dll

  • Interesting angle on 'Provider cannot be found. It may not be properly installed' error

    Hi, I am getting the "Provider cannot be found. It may not be properly installed" message when running a .bat->VBScript script using Windows Task Scheduler. I am not seeing a solution in Google searches. Possibly I am not seeing the similarities because of a lack of detail in posts. Who knows.
    Info as follows:
    - Installed ODAC1120320_x64.zip using my personal user account.
    - Using my personal user account there is no problem. I use file explorer to run a .bat file that in turn calls the VBScript.
    - Using the System account and Windows Task Scheduler the script fails with the above error.
    - File ACLs for the Oracle home\..\bin directory give full control to the System account
    - ACLs for the ORAOLEDB.Oracle registry key gives access to the System account. I am assuming that all other key-value pairs involved in this problem have the same ACLs.
    - Hosted on Windows 2008 (VM)
    - The scripting language is VBScript, called from a .bat file. Task Scheduler calls the .bat file.
    - The scheduled task has the "Run with highest privilages" box checked (same problem with the box unchecked).
    - This configuration and script works well on an older Windows 2003 (dedicated) server
    - Connection string:
    "Provider=ORAOLEDB.Oracle;" &_
      "User ID=[DB Schema Name];Password=[password];" &_
      "Data Source=[TSN name];"
    - I can mess with aspects of the TSN name and file without a change in the error message
    Thanks for your help.
    Nathan

    We got the same error under windows 2003 SP2 and Oracle 10g release 2. Is there any problem with this provider in this release? We installed downgrade version of this provider, it is working. Is there any other way to avoid this error without going for downgrade?

  • Windows 7 64 Bit, Oracle ... Error3706 Provider Cannot be found . Help Please

    -Windows 7  64 Bit
    -ORACLE PROVIDER FOR OLE DB (OraOLEDB) 11.2.0.1.0 x64
    -VB6
    Keep Getting Error:3706 Provider not found. May not be installed correctly
    which file should be registered ?
    if anyone can help ...i would be grateful

    Please post VB 6.0 questions to the below forums. This forum is for Visual Basic .NET
    http://vbcity.com/forums/default.aspx?GroupID=11
    http://www.vbforums.com/forumdisplay.php?1-Visual-Basic-6-and-Earlier
    FYI, VB 6.0 is limited to 32-bit so you would need to have the 32-bit Oracle OLEDB Provider installed.
    Paul ~~~~ Microsoft MVP (Visual Basic)

  • OraOLEDB.Oracle-Provider cannot be found. It may not be properly installed.

    I have a traditional ASP page that uses the OraOLEDB.Oracle.1 provider to connect to an Oracle database. The oracle 9 client is installed on the Webserver and the asp page can successfully connect to the oracle database using the Microsoft OLE DB provider for Oracle. The problem with using the Microsoft provider is that the database has a datatype that is not recognized by the Microsoft provider. I cannot understand why the OraOLEDB.Oracle provider is not working. I have verified permissions on the Ora90 directory and it is set to allow EVERYONE read and execute permissions currently. I have .NET apps on the server that use the OracleClient.dll successfully.
    Does anyone have any ideas on what I could try to get the OraOLEDB.Oracle provider working?

    Just as an FYI for everyone.
    The base version of the Oracle Client 9.2.0.1.0 has a known bug with installing DLLs with incorrect permissions for Authtenicated Users. You will see this type of error message when connecting from ASP or ASPX but not client server applications.
    This is fixed in 9.2.0.7.0 client patchset, restart and it should work fine. Other scenarios can cause same error like the provider not being installed, the key different is that you can connect via client server but not Web Applications when you are hitting this permissions bug.
    Feedback and Comments Welcome
    J

  • TS3221 i bourght a new ipad and it wont go through the activating stage, error oX80090318 serial No DRSHFQW1DFHW  I get told sorry the number provided cannot be found

    I need help I got a new Ipad yesterday at my local asda store, I spen 6 hours last night, trying to getthis to activate,
    I kept being told we cound not compleet your iteunes stor request an unknown error accoured, 0X80090318 fromy my itune  on line computer, 
    from the ipad i got  your ipad could not activated because the actication server cnnot be reached try connecting your ipad to itenes to acticate it  i did that all night nothing
    My iphone work, on it  my ipod works on it, but this ipad Nothing,

    Did you update Windows recently or install new software on your computor?bDetach your iPad and do a system Restore on your computer. It normally takes only 5 minutes.
    (Start, Programs, Accessories, System, System Restore.
    Click on “Restore my PC to an earlier period” and then click on Next.
    Choose the most up to date system restore point in the “click a restoration date” listing, then click Next.
    Click ‘Next’ on the verification window.
    Reboot your computer once the restoration is done.)

  • I have purchased and installed acrobat XI pro. When I run it a window pops up saying the the serial number I have provided is valid but a qualifying product cannot be found on the computer

    I have purchased and installed acrobat XI pro. When I run it a window pops up saying the the serial number I have provided is valid but a qualifying product cannot be found on the computer

    YOu have purchased or been sold an upgrade from Acrobat 9 or 10. You simply need to prove you own that old version using its serial number. be sure to keep both serials forever.

  • Error importing CD (required folder cannot be found)

    iTunes 10.6, running on a Mac Mini with OSX 10.6.8
    Hi all,
    A bit of backstory. Been using iTunes to manage my music collection for over 8 years. At one point, I moved my music off of a primary disk to an external disk, although perhaps oddly set up, in that the 'iTunes Music Library.xml' file was still local (under ~User/Music), and just the music files were external (under /Volumes/Media/Music).  When the iTunes Media directory structure upgrade happened, the only way I could access my music was to put a soft link from the Music folder to my external drive.
    For awhile now, I've been in a state where for the most part, I can listen to all of my music, but when I try to import a CD, I get the 'required folder cannot be found' error.
    Help!  Do I have to rebuild my file somehow?  Edit the xml file directly?
    Thanks so much.
    I'm happy to provide more information, such as the xml file, directory listings, etc..  I'm just not sure what's helpful.

    I have the same problem.  I recently moved my music from a Vista PC to a new Laptop with an external CD drive. It will copy one song from the CD and it will show in the Music file and then I get the message ' Error importing a CD - Folder not found'.  I must unplug the CD drive and plug it back in.  I have seen no fix for this problem.

  • The data source "....." referenced in the form template is not valid or cannot be found

    Greetings,
    I have an InfoPath 2013 form that uses an external data connection.  The data connection became corrupt (somehow, no one knows who changed what).  A user went in to InfoPath designer and created a new data connection and changed all references
    to use that new data connection.  Now the form cannot be published at all with the error
    "The data source "GetUserProfileByName" referenced in the form template is not valid or cannot be found"
    The new data source they created is GetUserProfileByName2 and changed all references.
    Of course, since it is broke, they asked me to see if I can find the issue.  I went through the form looking to see if they missed any references to the old data connection and can't find anything.
    Where is InfoPath storing the old data connection information and where can I remote it?  I looked in the manifest and don't see it there either.
    Any thoughts?
    Thank you!

    Hi Bob,
    There are many XML schema files for the data connection, I recommend to check if the references to the XML files have been changed to the new schema files in the manifest file.
    For example, if we create a data connection called GetUserProfileByName, then there will be one XML file and three XML schema files for the data connection.
    Please make sure that all the references are updated in the manifest file.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Application Server 10.1.3.10 + Enclipse. Page cannot be found.

    Hello, i am running the application Server 10.1.3.10 and use Eclipse as an IDE.
    Creating projects through Eclipse and publish them on Tomcat works fine.
    Things start to go wrong when Eclipse is combined with Oracle AS to publish even a simple jsp page.
    After creating a dynamic web project and trying to run a jsp page on the Oracle server i get following warning in the logs.
    _10/03/02 13:42:29 log4j:WARN No appenders could be found for logger (wsif)._
    _10/03/02 13:42:29 log4j:WARN Please initialize the log4j system properly._
    _10/03/02 13:42:29 Warning: Unable to set up connection factory for a resource adapter in esb-dt: Error creating a ResourceAdapter implementation class. Error creating a JavaBean of class 'oracle.tip.esb.server.bootstrap.DesignTimeResourceAdapter: javax.resource.spi.ResourceAdapterInternalException: java.lang.RuntimeException: failed to get ESB_HOME: java.lang.NullPointerException_
    _10/03/02 13:42:29 Warning: Unable to set up connection factory for a resource adapter in esb-rt: Error creating a ResourceAdapter implementation class. Error creating a JavaBean of class 'oracle.tip.esb.server.bootstrap.RuntimeResourceAdapter: javax.resource.spi.ResourceAdapterInternalException: java.lang.RuntimeException: failed to get ESB_HOME: java.lang.NullPointerException_
    10/03/02 13:42:35 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:35 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:35 Confluent Config: "${gateway.default.config.path}" is resolved to "gateway-config-installer.properties;gateway-config-common.properties"
    10/03/02 13:42:35 Confluent Config: Loading property file config.properties
    10/03/02 13:42:35 Confluent Config: Loading property file gateway-config-installer.properties
    10/03/02 13:42:35 Confluent Config: Loading property file gateway-config-common.properties
    10/03/02 13:42:35 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:35 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:35 Confluent Config: "${gateway.default.config.path}" is resolved to "gateway-config-installer.properties;gateway-config-common.properties"
    10/03/02 13:42:35 Confluent Config: Loading property file config.properties
    10/03/02 13:42:35 Confluent Config: Loading property file gateway-config-installer.properties
    10/03/02 13:42:35 Confluent Config: Loading property file gateway-config-common.properties
    10/03/02 13:42:35
    ConnectionPoolManager gateway.foundationservice intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:35 Gateway component started
    10/03/02 13:42:36 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:36 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:36 Confluent Config: "${policymanager.default.config.path}" is resolved to "policymanager-config-installer.properties;policymanager-config-common.properties"
    10/03/02 13:42:36 Confluent Config: Loading property file config.properties
    10/03/02 13:42:36 Confluent Config: Loading property file policymanager-config-installer.properties
    10/03/02 13:42:36 Confluent Config: Loading property file policymanager-config-common.properties
    10/03/02 13:42:36
    ConnectionPoolManager PolicyRepository intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:36
    ConnectionPoolManager ComponentRepository intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:36 Policy Manager component started
    10/03/02 13:42:36 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:36 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:36 Confluent Config: "${ui.default.config.path}" is resolved to "ui-config installer.properties;ui-config-common.properties"
    10/03/02 13:42:36 Confluent Config: Loading property file config.properties
    10/03/02 13:42:36 Confluent Config: Loading property file ui-config-installer.properties
    10/03/02 13:42:36 Confluent Config: Loading property file ui-config-common.properties
    10/03/02 13:42:36 Authentication Provider is:com.cfluent.accessprovider.sampledb.LocalDBAuthProvider
    10/03/02 13:42:36
    ConnectionPoolManager Component Repository Pool intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:36
    ConnectionPoolManager UI Pool intialized with url=jdbc:polite4@localhost:1531:orawsm driver=oracle.lite.poljdbc.POLJDBCDriver user=system maxConn=5
    10/03/02 13:42:36 Confluent UI component started
    10/03/02 13:42:36 Corda Servlet Environment Initialized
    10/03/02 13:42:39
    Corda Server (PopChart) Version 6.0.597
    PopChart: Valid Key.
    OptiMap: No key entered, or key invalid.
    Highwire: No key entered, or key invalid.
    Cluster: No key entered, or key invalid.
    10/03/02 13:42:39 Copyright 1997 - 2004, Corda Technologies, Inc. (www.corda.com) Protected by U.S. Patent 5,933,830. Other patents pending.
    10/03/02 13:42:39
    10/03/02 13:42:39 server_root: C:/oracle/Application_Server/owsm/lib/corda
    10/03/02 13:42:39 chart_root: chart_root
    10/03/02 13:42:39 Password is Enabled, Required for Save
    10/03/02 13:42:39 Maximum Threads: 64
    10/03/02 13:42:39 Default Image Type is: Flash
    10/03/02 13:42:39 Auto Detect PNG Support. Compression Mode: DEFAULT
    10/03/02 13:42:39
    10/03/02 13:42:41 Confluent Config: Loading configuration file config.xml
    10/03/02 13:42:41 Confluent Config: "${config.path}" is resolved to "config.properties"
    10/03/02 13:42:41 Confluent Config: "${monitor.default.config.path}" is resolved to "monitor-config-installer.properties;monitor-config-common.properties"
    10/03/02 13:42:41 Confluent Config: Loading property file config.properties
    10/03/02 13:42:41 Confluent Config: Loading property file monitor-config-installer.properties
    10/03/02 13:42:41 Confluent Config: Loading property file monitor-config-common.properties
    10/03/02 13:42:44 Rmi Registry is started on port 3118
    10/03/02 13:42:44 Confluent Monitor component started
    10/03/02 13:42:44 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    I have looked for those warnings and found that those warnings can be ignored. Then i get a confirmation
    that "Build was successful"
    Buildfile: C:\Program Files\Eclipse\eclipse\plugins\org.eclipse.jst.server.generic.oc4j_1.5.206.v20090812\buildfiles\oracle.10.1.3.xml
    check.skip.web.deploy:
    deploy.j2ee.web:
    BUILD SUCCESSFUL
    Total time: 625 milliseconds
    The point is that on my IDE (Eclipse the page is not being displayed getting an error "The webpage cannot be found" .
    The only way i could publish the jsp is to copy it to the APPLICATIONSERVER_HOME\j2ee\home\default-web-app
    and access it through http://localhost:8888/projectname/foo.jsp
    What could be wrong?
    Edited by: user12711529 on Mar 2, 2010 6:39 AM

    If you have deployed the both applications to the same OC4J instance, then you can't do it.
    If you have deployed the two applications to different OC4J instance, you could edit the config file under j2ee/home/config directory - default-web-site.xml.

  • Package load Failed! Invalid package Title, manifest file cannot be found

    Greetings. I am new to UPK and am seeking guidance on an upgrade to 11.1.
    A little background on what we are trying to do:
    We have two machines:
    Windows 2003 machine in domain 'X' | UPK 11.0.0.1.
    Windows 2008 R2 virtual machine in domain 'Y' | UPK 11.0 on the new machine first, install the 11.0.0.1 patch, and then upgrade to 11.1.
    We are using the same database as the old machine. Developer Server is Standard Authentication, Knowledge Center is Windows authentication.
    ==========================================================================================
    So far we have installed 11.1 with the respective database upgrades, but are lost as to how to migrate the old Content Root data. We have copied all the content to the new Content Root, added it to IIS like the old machine, and verified that the UPK database Content Root path is correct and working.
    For the rest of the post, I am remoted into the server from my local workstation, and then using IE to access KCenter on the server's FQDN, not via localhost.
    Since I am green, so I presumed that I would need to import the titles under Manager in KCenter. I zipped each content folder individually (they are named "1", "9", etc), and then attempted to import each zip file.
    NOTE: At this stage sometimes we are prompted to authenticate again. When it does, sometimes the credentials that we know work, get rejected and we are prompted again. This will repeat until we get a 401 and we have to start over. We have verified that the Windows account currently in session with the site is valid and has administrator authority within KC.
    NOTE2: On the first few tries, .NET complained that maxRequestLength was not large enough. I had our servers team increase it on the actual server in order for us to proceed.
    Provided we don't have to authenticate again, or that it actually accepts our credentials, we get to the 30% mark and then receive the error: *"Package load Failed! Invalid package Title, manifest file cannot be found"*
    Does anyone have any wisdom for this process? The title importation section in the deployment manual is not helping, and the administrator from whom I am taking over this software has not had to deal with this before.
    Thank you,
    Ian
    Edited by: 986290 on Feb 5, 2013 10:21 AM

    Hi Marc, thanks for the post,
    I have gone through an extensive troubleshooting process with Oracle, including their development team, in order to fully complete our project setup. As a supplemental bit of information, we also were having connection errors when attempting to publish directly to the knowledge center.
    As far as the context of this post, here is the solution in brief:
    1) Verify that the package being imported was published from the same version of the Developer Client as the Knowledge Center installation's.
    2) Check for database consistency issues. In our case we were using a database that was built in another domain. After numerous attempts with Oracle support on the line to determine the inconsistency, it was decided to completely reinstall and build a new database from scratch in the new domain.
    3) Check application pool identities and access (while we had some inconsistencies here, correcting them did not change the behavior of the import/publish errors)
    In review, a lot of what we had setup was correct. Our primary point of failure, we feel, was using the old database. Technically this should not have been a problem, but Murphy likes to get his way sometimes.
    Cheers,
    Ian

  • I am locked up in slideshows, a prompt comes up "the volume for (a picture) cannot be found, how do I get out of slideshow,

    I am locked up in slideshows in IPhoto, a message comes up "the volume for "some picture" cannot be found, Insert the disk or connect to the server volume and wait for it to appear on the destop, then try again." you can hit find photo, cancel (which it will not let you) or OK which does nothing, I want to delete this slideshow, or at the very least get out of slideshows, how can I do that?

    With the amount of information you've provided it's impossible to offer a potential solution.  We can't see your computer so we need to know the details of your problem and setup, i.e.:
    what version of iPhoto are you using?
    what system version are you running?
    what do you see when you try to view the the photos in the slideshow in full size?
    what fixes have you tried?
    where is your library located?
    did you apply any updates or upgrades just prior to the problem occurring?
    are you running a "managed" or "referenced" library?
    what type of Mac?
    how much free space on your boot drive?
    OT

Maybe you are looking for