File or assembly name Oracle.DataAccess, or one of its dependencies

Hi,
I am trying to transfer my application which i am using ODP.NET and ASP.NET on the production server and i land up getting this error
'File or assembly name Oracle.DataAccess, or one of its dependencies, was not found.'
What are the possible things which I missed out installing on the production server. I did install the Beta version of ODP.NET, which is currently online on the download page.
i did change the permission settings in oci.dll file for the group 'users'
there is .net framework already installed
there is oracle9i Client installed
is there anything else that i have to do, to get the application working on the production server .. it works fine on my localhost.
Thank You
Shahram

First, I would caution using any beta software for your production environment.
Prior to installing the beta, you must have the Oracle9i Release 2 Client (9.2.0.1.0 or higher) already installed. From your description, it sounds like you are only installing the beta.

Similar Messages

  • File or assembly name Oracle.DataAccess, or one of its dependencies not fnd

    I need to install my old batch programs (using VB.NET 2003) onto a new server.
    I had the DBA install Oracle Client and ODP.NET on this machine. I installed the batch job onto this new server and when I try and test the program, I get the above error:
    File or assembly name Oracle.DataAccess, or one of its dependencies, was not found.
    I notice that the Oracle.DataAccess DLL is located at:
    D:\oracle\product\10.2.0\client_1\odp.net\bin\1.x (version 1.102.2.20)
    and another instance at:
    D:\oracle\product\10.2.0\client_1\odp.net\bin\2.x (version 2.102.2.20)
    I notice that if I go to the PATH entry on Environment Variables (Control Panel - System - Advanced Tab - Environment Variables - Path), I see that the path is:
    D:\Oracle\Product\10.2.0\Client_1\Bin
    Should these be the same? Should the path entry match where the Oracle.DataAccess DLL is actually located? But which one? The 2.x one or the 1.x one.
    I notice on the old server (which has Oracle 9.2.0 installed),
    Oracle.DataAccess DLL is located at D:\Oracle\9.2.0\Bin - not all the way down in the odp.net bin.
    Should the DLL be moved up to the bin folder above ODP.Net?
    Thanks and regards
    Sean

    You should not move things around. The OUI puts them in the right place.
    As of 10.2.0.2.20, ODP has a new directory structure in order to be able to support both 1.x and 2.x ODP.
    As of 10.2.0.2.20, ODP no longer relies on your PATH environment variable, but instead uses DLLPATH registry setting to determine where the dependency dlls will be loaded, so you don't need to worry about the PATH environment variable.
    With respect to the 'assembly or dependencies not found' behavior, tools like Process Explorer and Process Monitor (http://sysinternals.com) will allow you to look and see what DLLs got loaded (or failed to load) and from where.
    What version of .NET framework, and what version of ODP, was the app initially compiled with? You're just moving the exe, without recompiling and such right? You didnt bring along the 9.2 ODP when you deployed to the new box did you? 10.2.0.2.20 ODP installs policy files in the GAC that should automatically redirect apps looking for older versions to that version.
    Hope it helps,
    Greg

  • File or assembly name Oracle.DataAccess, or one of its dependencies, was n

    We have Oracle 9.2.0.1.0 server on a Windows 2003 server. We have built a client application (that is actually a web server) using OPD .NET 10.2 . We now want to run the client on the same host as the database server. We created an msi within VS .NET 2003 and installed the client on the database server host. When we run, we get the "File or assembly name Oracle.DataAccess, or on of its dependencies, was not found". We verified that at least the Oracle.DataAccess.dll is available.
    We want to minimize whatever we install on the server. That database server will remain using 9.2.0.1.0 (and in some cases earlier versions are used , i.e., 8.1.7.2.1). What course should we take? Should we backtrack to developing using a 9.2.(0.4) ODP .NET? Can we find the other 10.2 DLL's we might need and ensure they are on the server?
    thanks, elin.

    You use the word client to mean different things , so it's not clear to me exactly what you've done. Did you develop your app using odp.net 10.2, and then try to deploy it on a machine which only has odp.net 9.2 installed? Or even a machine that only has the Oracle 9.2 client software installed? The actual database version shouldn't matter, but you should ensure that Oracle client software is the same version on both your development and production machines.

  • File or assembly name Plumtree.WCLoader, or one of its dependencies, was no

    Greetings All,
    I am trying to run a simple .NET web app that I developed in vs.net (2003). It's got a text box and a button. I have installed the .NET Web Controls Consumer (v 3.0) and added the httpmodules line ( all on one line) just as directed on the Developer guide. There were no previous versions of .NET Web Controls Consumer installed.
    I get the Plumtree.WCloader assembly not found error.
    When I check c:\Inetpub\wwwroot\CommunityDropDown\bin Plumtree.WCLoader.dll is not there, but the Developer guide does NOT mention adding it at all, and I checked the .NET Web Controls Consumer FAQ and it says that I should NOT have to add the assembly manually, it is found automatically.
    Anyone have any thoughts?
    Here is what I get back from the server:
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: File or assembly name Plumtree.WCLoader, or one of its dependencies, was not found.
    Source Error:
    Line 5:      <!-- .NET Web Controls Consumer Support -->
    Line 6:      <httpModules>
    Line 7:           <add type="Com.Plumtree.Remote.Loader.TransformerProxy, Plumtree.WCLoader, Version=3.0.0.0, Culture=neutral, PublicKeyToken=d0e882dd51ca12c5" name="PTWCFilterHttpModule" />
    Line 8:      </httpModules>
    Line 9:      
    Source File: c:\inetpub\wwwroot\CommunityDropDown\web.config Line: 7
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Plumtree.WCLoader' could not be loaded.
    === Pre-bind state information ===
    LOG: DisplayName = Plumtree.WCLoader, Version=3.0.0.0, Culture=neutral, PublicKeyToken=d0e882dd51ca12c5
    (Fully-specified)
    LOG: Appbase = file:///c:/inetpub/wwwroot/CommunityDropDown
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    LOG: Publisher policy file is not found.
    LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
    LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
    LOG: Post-policy reference: Plumtree.WCLoader, Version=3.0.0.0, Culture=neutral, PublicKeyToken=d0e882dd51ca12c5
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/communitydropdown/7582c46f/7f537e87/Plumtree.WCLoader.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/communitydropdown/7582c46f/7f537e87/Plumtree.WCLoader/Plumtree.WCLoader.DLL.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CommunityDropDown/bin/Plumtree.WCLoader.DLL.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CommunityDropDown/bin/Plumtree.WCLoader/Plumtree.WCLoader.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/communitydropdown/7582c46f/7f537e87/Plumtree.WCLoader.EXE.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/communitydropdown/7582c46f/7f537e87/Plumtree.WCLoader/Plumtree.WCLoader.EXE.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CommunityDropDown/bin/Plumtree.WCLoader.EXE.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/CommunityDropDown/bin/Plumtree.WCLoader/Plumtree.WCLoader.EXE.
    Message was edited by: Richard Cromer
    rcromer

    Hi,
    I have installed DotNetAppAccelerator in my server, installation went fine. Added the following line to my web.config . When i run my application i got the following error. Any idea? did I missed any thing/step?
    Thanks in advance.
    Web.config Entries:
    =====================
    <httpModules>
                   <add type="Com.Plumtree.Remote.Loader.TransformerProxy, Plumtree.WCLoader, Version=3.0.0.0, Culture=neutral, PublicKeyToken=d0e882dd51ca12c5" name="PTWCFilterHttpModule" />
              </httpModules>
    Error:
    =======
    System.Threading.SynchronizationLockException was unhandled by user code
    Message="Object synchronization method was called from an unsynchronized block of code."
    Source="Plumtree.WCFilter"
    StackTrace:
    at Com.Plumtree.Remote.Transformer.Config.ConfigMonitor.Register(IReloadable reloadable, String configFile) in e:\buildroot\Release\wcfilter\3.0.x\filter\src\Com\Plumtree\Remote\Transformer\Config\ConfigMonitor.cs:line 134
    at Com.Plumtree.Remote.Transformer.Config.WCConfig.LoadAll(String confPath) in e:\buildroot\Release\wcfilter\3.0.x\filter\src\Com\Plumtree\Remote\Transformer\Config\WCConfig.cs:line 64
    at Com.Plumtree.Remote.Transformer.PTTransformer.get_Config() in e:\buildroot\Release\wcfilter\3.0.x\filter\src\Com\Plumtree\Remote\Transformer\PTTransformer.cs:line 22
    at Com.Plumtree.Remote.Transformer.PTTransformer.HandleRequest(HttpContext ctx) in e:\buildroot\Release\wcfilter\3.0.x\filter\src\Com\Plumtree\Remote\Transformer\PTTransformer.cs:line 60
    at Com.Plumtree.Remote.Transformer.PTTransformer.BeginRequestHandler(Object sender, EventArgs e) in e:\buildroot\Release\wcfilter\3.0.x\filter\src\Com\Plumtree\Remote\Transformer\PTTransformer.cs:line 54
    at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

  • File or assembly name xpportlet.dll, or one of its dependencies, was not found.

    I installed EDK 5.02 + Ver 2.x of .Net Controls, referencing in Web.config the following (below). I compile project no problem. I come to run from my web server, I get this error above. Why is xpportlet.dll being called? I thought this was done away with. Anyways, you don't even have to reference anything for Native .Net controls. Am I missing something?
    TRACE DETAILS:
    === Pre-bind state information ===LOG: Where-ref bind. Location = C:\Program Files\plumtree\ptedk\5.0\devkit\dotnet\bin\xpportlet.dllLOG: Appbase = file:///D:/inetpub/wwwroot/XXXLOG: Initial PrivatePath = binCalling assembly : (Unknown).===LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).LOG: Attempting download of new URL file:///C:/Program Files/plumtree/ptedk/5.0/devkit/dotnet/bin/xpportlet.dll.
    REF IN WEB.CONFIG FILE:
    <httpModules>
    <!-- Plumtree .NET Web Controls Support -->
    <addtype="Com.Plumtree.Remote.Loader.TransformerProxy, Plumtree.WCLoader, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d0e882dd51ca12c5" name="PTWCFilterHttpModule"/>
    </httpModules>

    I am using EDK 5.0.3 and .NET Web Controls 2.0.1, and I am receiving similar errors. Any suggestions?...
    File or assembly name lc4fhqga.dll, or one of its dependencies, was not found.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.FileNotFoundException: File or assembly name lc4fhqga.dll, or one of its dependencies, was not found.Source Error:An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.Assembly Load Trace:The following information can be helpful to determine why the assembly 'lc4fhqga.dll' could not be loaded.=== Pre-bind state information ===
    LOG: Where-ref bind. Location = C:\WINNT\TEMP\lc4fhqga.dll
    LOG: Appbase = file:///E:/myapplocationLOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Attempting download of new URL file:///C:/WINNT/TEMP/lc4fhqga.dll.
    Stack Trace:[FileNotFoundException: File or assembly name lc4fhqga.dll, or one of its dependencies, was not found.]
       System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Boolean isStringized, Evidence assemblySecurity, Boolean throwOnFileNotFound, Assembly locationHint, StackCrawlMark& stackMark) +0
       System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Boolean stringized, Evidence assemblySecurity, StackCrawlMark& stackMark) +307
       System.Reflection.Assembly.Load(AssemblyName assemblyRef, Evidence assemblySecurity) +21
       System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +67
       System.CodeDom.Compiler.CompilerResults.get_CompiledAssembly() +0
       System.Xml.Serialization.Compiler.Compile() +409
       System.Xml.Serialization.TempAssembly..ctor(XmlMapping[] xmlMappings) +1271
       System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace) +312
       System.Xml.Serialization.XmlSerializer..ctor(Type type) +27
       Com.Plumtree.Remote.Loader.BootStrap.get_BootStrapConfig() +84
       Com.Plumtree.Remote.Loader.BootStrap.get_Configuration() +89
       Com.Plumtree.Remote.Loader.TransformerProxy.LoadProxyTarget() +12
       Com.Plumtree.Remote.Loader.TransformerProxy.InitProxy(HttpApplication app) +63
       Com.Plumtree.Remote.Loader.TransformerProxy.Init(HttpApplication app) +5
       System.Web.HttpApplication.InitModules() +100
       System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1295
       System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +392
       System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +256
       System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +414
    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032

  • File or assembly name SAP.Connector, or one of its dependencies not found

    Hello there,
    Something very strange is overcoming me when experimenting a little bit with the SAPConnector:
    I developped a class that is accessing the proxy-class generated by the SAPConnector wizard and I have put it into a class library. No problems so far.
    When I am accessing the class library from into a windows application, no problems are signalized...
    However when I try to execute the BAPI from another class library project, I always get the following message:
    File or assembly name SAP.Connector, or one of its dependencies, was not found.
    I am testing with the following configuration:
    - Visual PC 2004
    - .Net-framework 1.1 and .Net-framework 2.0
    - Visual Studio 2003 and Visual Studio 2005
    I tried both SAPConnector 1.0.3 and 2.0, but both return the same message.
    Thanks in advance!
    Greetz,
    Sven

    SAP.Connector.DLL (and SAP.Connector.Rfc.DLL in 2.x) must be available for the project to load. The easiest is to put the two DLLs into GAC (which is the default in NCo 2.x). You can also have them in you application directory. The reason that you don't see a problem if you are using NCo directly is the fact that VS automatically copies directly referenced DLLs into the target directory. This is not (allways) the case for inderectly referenced DLLs.

  • Could not load file or assembly "Oracle.DataAccess" or one of its dependencies

    Hi All,
      I am trying to run this web application. I keep getting this error
    "Could not load file or assembly "Oracle.DataAccess" or one of its dependencies. An attempt was made to load a program with an incorrect format."
    Exception details: System.BadImageFormatException. "Could not load file or assembly "Oracle.DataAccess" or one of its dependencies. An attempt was made to load a program with an incorrect format."
    Below are the things that I already tried.
    1) replaced all the oracle dll's with 32 bit oracle dll i.e 2.112.3.0
    I have 32 bit client installed on 64 bit machine. The operating system is windows 7.
    2) compile each individual project individually. Deleted all the oracle dependent files dll and then added the 2.112.3.0 dll's individually and then compiled each project
    3) Register the 32 bit dll on GAC using this statement
    gacutil /i %ORA_HOME4%\odp.net\bin\4\Oracle.DataAccess.dll
    gacutil /i %ORA_HOME4%\asp.net\bin\4\oracle.web.dll
    for the above two statements, I copied the gacutil.exe from c:\Program Files(x86)\Microsoft sdk\windows\v7.0A\Bin\NETFX4.0 Tools\X64
    to C:\ drive and then
    I executed the above two statement:
    gacutil /i %ORA_HOME4%\odp.net\bin\4\Oracle.DataAccess.dll
    gacutil /i %ORA_HOME4%\asp.net\bin\4\oracle.web.dll
    when I excecuted the above two statements, I didn't get any message, I exceuted them in Dos windows under administrator privilege.
    4) I also deleted all the Temporary ASP.net files from this location
    c:\windows\Microsoft.Net\V4.0.30319\temporary ASP.net files
    I also changed the web application build Platform target to X86, Originally, it was at "ANy CPU". out of frustration, I also tried changing the platform target to X64 and then I got the error message saying
    " Cold not load file or assemble . webapp" or one of its dependencies. An attempt was made to load a program with an incorrect format.
    I don't have IIS installed on my computer, I am running this application in visual studio 2010 so I think it will be using the inbuild IIS that comes with visual studio.
    I spend lot of hours resolving this issue, but still getting the same error again and again.
    any help or hint will be highly appreciated.

    You have a 32/64bit mismatch going on.
    Possibly the bit where you said you replaced the .dll's with 32 bit Oracle dll's is the source of the problem.
    You needs that Oracle.DataAccess managed wrapper to be able to locate the underlying oci client dlls of the appropriate version.
    The ODP .net install guide is very very good and thorough and straight forward to read and use and understand and explains how to achieve this.
    Also what is the target compile type of your VS project? That'll have to be 32 bit, or any as well.

  • Service Error: File or assembly name Oracle.DataAccess not found

    Hi, everyone.
    I knew someone had post the similar question before. However, the discussion is not be able to solve my problem. Please give some suggestion.
    I got a net1 application use the oracle.dataAccess.dll as reference.
    I compiled it on my location machine and updated on the test server.
    But the event viewer shows the following error
    'Could not load file or assembly' Oracle.DataAccess, Version=1, Version=1.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342, or one of its dependenices. the system cannot find the file specified.
    Then I checked my application I realize, the oracle.DataAccess.dll I reference on my local machine is version10g. So I remove the reference and add the dll again (correct version 9i that match the testing enviroment). Becuase the testing environment got 9i installed.
    p.s I done the permission stuff for the ora92 folder and reboot is before I update the service.
    When I start the service again. I still have the same error. So after whole bunch of checking , re-add the reference and recomplie. I am running out of the solution.
    Please if anyone can kindly give a hand before I shoot myself. =(
    Thanks in advance
    null

    after long wait and there still no reply or suggestion from any one. Finally, I managed to solve this problem myself.
    Check your oracle.dataaccess.dll which you reference in the project and make sure the oracle.dataccess.dll version whould match the one you want to use.

  • Could not load file or assembly 'Oracle.DataAccess, Version=2.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.

    Hi All,
    While trying to access oracle database from SharePoint facing "Could not load file or assembly 'Oracle.DataAccess, Version=2.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified."
    How to fix this issue?  Thanks in advance!

    Hi,
    According to your post, my understanding is that you get error while access oracle database in SharePoint.
    You can set “Enable 32-bit Applications” to true in the application pool for the web application, then check whether it works.
    For more information:
    https://www.learningpenguin.net/myblog/2014/02/03/could-not-load-file-or-assembly-oracle-dataaccess-or-one-of-its-dependencies-an-attempt-was-made-to-load-a-program-with-an-incorrect-format/
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Could not load file or assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified

    Server Error in '/' Application.
    Configuration Error 
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. 
    Parser Error Message: Could not load file or assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' or one of its dependencies. The system cannot find the file specified.
    Source Error: 
    Line 31: <compilation debug="true">
    Line 32: <assemblies>
    Line 33: <add assembly="Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89B483F429C47342" />
    Line 34: <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    Line 35: <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    Source File: D:\AverySignatureBinders\httpsdocs\ASBNet\web.config    Line: 33 
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'Oracle.DataAccess, Version=2.102.2.20, Culture=neutral, PublicKeyToken=89b483f429c47342' could not be loaded.
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

    For Adapter Pack 2013 the following Oracle Client(s) are needed:
    Supported client versions: Oracle Data Access Components for Oracle Client 12.1, Oracle Data Access Components for Oracle Client 11.2.0.1
    And please bear in mind that both the 32- and 64 bit versions are needed.
    Morten la Cour

  • AWS File or assembly name vjslib, or one of its dependencies, was not found

    Hi, were are currently having problems with the AWS, the job log is as follows:
    6/13/05 12:11:08- Starting to run operations (1 total) for job 'AWS Job'. Will stop on errors. (PID=2836)6/13/05 12:11:11- *** Job Operation #1 of 1: Authentication source (for synching users and groups) 'UU Authentication Source' [Run as owner 'Administrator']6/13/05 12:11:11- Creating the Everyone In Auth Source group (if one doesn't already exist).6/13/05 12:11:11- **********************************************************************************6/13/05 12:11:11- Sync Agent is processing groups.6/13/05 12:11:12- Authentication Synchronization Job's call to retrieve the groups on this auth source failed. Please check that the authentication source server is online.*** COM exception was: IDispatch error #19876 (0x80044fa4): [SOAP fault: faultcode='soap:Server' faultstring='Server was unable to process request. --> File or assembly name vjslib, or one of its dependencies, was not found.']6/13/05 12:11:12- *** Job Operation #1 failed: ProcessGroups failed (0x4)InitializeEvents();
    I have tried to reinstall J# as i understand that vjslib is a DLL which i am assuming is missing, this did not help, i have also removed J# completely from the automation server as the .net 1.1 framework includes this, but it is still not working, does anyone have any ideas?
    Thanks
    Phil.

    Hi, were are currently having problems with the AWS, the job log is as follows:
    6/13/05 12:11:08- Starting to run operations (1 total) for job 'AWS Job'. Will stop on errors. (PID=2836)6/13/05 12:11:11- *** Job Operation #1 of 1: Authentication source (for synching users and groups) 'UU Authentication Source' [Run as owner 'Administrator']6/13/05 12:11:11- Creating the Everyone In Auth Source group (if one doesn't already exist).6/13/05 12:11:11- **********************************************************************************6/13/05 12:11:11- Sync Agent is processing groups.6/13/05 12:11:12- Authentication Synchronization Job's call to retrieve the groups on this auth source failed. Please check that the authentication source server is online.*** COM exception was: IDispatch error #19876 (0x80044fa4): [SOAP fault: faultcode='soap:Server' faultstring='Server was unable to process request. --> File or assembly name vjslib, or one of its dependencies, was not found.']6/13/05 12:11:12- *** Job Operation #1 failed: ProcessGroups failed (0x4)InitializeEvents();
    I have tried to reinstall J# as i understand that vjslib is a DLL which i am assuming is missing, this did not help, i have also removed J# completely from the automation server as the .net 1.1 framework includes this, but it is still not working, does anyone have any ideas?
    Thanks
    Phil.

  • File or assembly name CrystalDecisions.ReportAppServer.ClientDoc, or one of

    Can't find some of the Crystal Assempblies to run my visual studio 2003 application on a new test-server.
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: File or assembly name CrystalDecisions.ReportAppServer.ClientDoc, or one of its dependencies, was not found.
    Source Error:
    Line 34:           <add assembly="CrystalDecisions.Shared, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    Line 35:           <add assembly="CrystalDecisions.Web, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    Line 36:           <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=9.2.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
    Line 37:           </assemblies></compilation>
    Line 38:           <!--  CUSTOM ERROR MESSAGES
    Edited by: pedro delfino on Sep 16, 2008 6:00 PM

    Hi,
    Have you install the runtime of CR 9.2 on the server.
    If not than please install it from [here|http://resources.businessobjects.com/support/additional_downloads/runtime.asp#04].
    Click on - English (cr_net_2003_mergemodules_en.zip)
    include it in the setup file of the app.
    Hope this works
    Regards,
    Amit

  • File or assembly name crystal decission.windows.forms or one of its depende

    I installed the version XI R2 , But when I compiled my program and installed it on my client machine, I get the following error:
    File or Assembly name CrystalDecisions.Windows.Form, or one of it's
    dependencies was not found.
    This statrted to happen only after installing the new ver.
    How do i find out, what dependencies are missing on the client machine. and how do I install/copy them
    One more thing Initially when this program was built and sent to my client I was on CR 8 then upgraded to 9 and then XI
    I use VB.NET ver 2003 as my front end.
    Tnx
    Michael

    This is a bit confusing
    What we know:
    VS2003
    CR XI R2
    The confusing part is this:
    CR 8 then upgraded to 9 and then XI
    and the error;
    File or Assembly name CrystalDecisions.Windows.Form, or one of it's dependencies was not found.
    CR 8 did not include any .NET SDK - only the Report Designer Component (RDC) was included (+ the win APIs)
    CR 9 did include SDK for .NET, RDC and win API
    CR XI R2 does not include win APIs.
    So the short of it is; what CR SDK are you using?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • File or assembly name microsoft.office.interop.excel or one of its dependen

    Hi Team,
    When i click on the manage dimension members for a dimension i am getting the following error,
    "file or assembly name microsoft.office.interop.excel or one of its dependencies was not found"
    How i can resolve this?
    Regards,
    Raj,

    Hi Raj,
    What did you do exactly to resolve this issue? Are you no longer using Office 2007 or did you reinstall it? What are the specific steps you took?
    I recently upgraded from SP02 to SP07 and now have the same problem. It was working fine prior to the upgrade.
    Thanks,
    Rob
    Edited by: Rob Delong on Feb 19, 2010 3:42 AM

  • File or assembly name openkernelsearchimpl....help?

    Hello,
    I have done a fresh install of Portal 6.0 SP1 on a machine that meets all the hardware requirements. In fact it was running the Portel of the same version previously.
    I am running the .NET version with IIS and Sql Server install on one box.
    I read another post with this error and it turnedout the NETWORK SERVICE was not applied to the Oracle\bin folder however in this case I am using .NET and NETWORK SERVICE is found with read & execute rights in all the rights spots (bin folders with openkernalsearchimpl.dll in it)
    Now after doing the install and post DB config, I get his error when trying to go to
    http://server/portal/server.pt?
    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
    Parser Error Message: File or assembly name openkernelsearchimpl, or one of its dependencies, was not found.
    Source Error:
    Line 256: <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 257: <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    Line 258: <add assembly="*"/>
    Line 259: </assemblies>
    Line 260:
    Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config Line: 258
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'openkernelsearchimpl' could not be loaded.
    === Pre-bind state information ===
    LOG: DisplayName = openkernelsearchimpl
    (Partial)
    LOG: Appbase = file:///F:/plumtree/ptportal/6.0/webapp/portal/web
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Post-policy reference: openkernelsearchimpl
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/portal/381b66dc/158743c6/openkernelsearchimpl.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/portal/381b66dc/158743c6/openkernelsearchimpl/openkernelsearchimpl.DLL.
    LOG: Attempting download of new URL file:///F:/plumtree/ptportal/6.0/webapp/portal/web/bin/openkernelsearchimpl.DLL.
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Post-policy reference: openkernelsearchimpl, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null
    Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
    Help?
    Thanks,
    V
    Computers are like Old Testament gods; lots of rules and no mercy. ~Joseph Campbell

    I'd agree that the portal seems to be somewhat "sensitive" to the openkernelsearchimpl file being properly accessible with the appropriate permissions.
    You mentioned that you were running the same version portal on the same machine previously. Did you uninstall the portal and perhaps other components (e.g. Publisher) on the same machine? If so, we've encountered problems with Publisher not properly uninstalling itself that led to similar problems.
    John

Maybe you are looking for

  • My box to send my ipod in expired how do i get a new one?

    I requested a repair and they sent me a box but the people never came back after we missed them the first time, now the box is expired please help, my warrenty is almost up and i have to send it in really soon!!

  • Should not create any output file when invalid input source schema

    I have a xslt file, which I have make code to check the order status value. If OrderStatus != 'Reject' --> create attribute, element for output file Else OrderStatus = 'Reject' --> do not create attribute/element ==> output is the empty file. Require

  • How to generate XLIFF File from RTF file

    Hi, I have my rtf file template. I need this report in English as well as in Russian. Ho to generate the xliff file for Russian translation. Thanks in advance! Arvind

  • Files from mac to pc

    I just got my new imac and i'm haveing some issues. i don't have a printer so i've been downloading files that need to be printed on a jump drive then takeing that drive to a pc. when i upload the file it is not the correct format. What can i do, oth

  • Reminders won't let me add a new list

    Yesterday, most of my contacts were wiped from my phone. Luckily, I had all these contacts saved on my Mac through iCloud, so i sent them to myself (my phone) and then saved to my contacts on my phone. Today, I realized that it also wiped my notes an