Missing BusinessObjects.Enterprise.Providers assembly

Post Author: pkellogg
CA Forum: .NET
We are going through the tutorials and looking at the examples using the BusinessObjects.Enterprise.Providers assembly.  The tutorial shows using this assembly for creating the BOEMembershipProvider in the web.config.  The problem is the BusinessObjects.Enterprise.Providers cannot be found anywhere.  Is there an update to the tutorial examples?  The code in the example is: <membership defaultProvider="myBOEMembershipProvider1">        <providers>              <add name="myBOEMembershipProvider1"             type="BusinessObjects.Enterprise.Providers.BOEMembershipProvider"              applicationName="MyApplication1"             connectionStringName="CMS1" enableCookies="true"             authentication="secEnterprise"/>        </providers> 
    </membership>
the assemblies section shows using the missing assembly:
<add assembly="BusinessObjects.Enterprise.Providers, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

Post Author: MJ@BOBJ
CA Forum: .NET
You can download the BOE .NET Providers from the following link:
http://www.businessobjects.com/products/downloadcenter/boeproxi.asp
-MJ

Similar Messages

  • Missing files in BusinessObjects Enterprise 11.5/Web Content/bin folder?

    I am getting the following error when I try to start BusinessObjects Enterprise .NET Administration Launchpad.
    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 uitoolkitweb, or one of its dependencies, was not found.
    Source Error:
    Line 193:               <!--  BusinessObjects Enterprise Image Handler  -->
    Line 194:               <add verb="GET" path="EnterpriseImageHandler.aspx" type="CrystalDecisions.Enterprise.WebControls.EnterpriseImageHandler, CrystalDecisions.Enterprise.Web, Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" />
    Line 195:               <add verb="" path=".bouitoolkit" type="com.businessobjects.encyclopedia.uitoolkit.web.ToolkitHttpHandler, uitoolkitweb"/>
    Line 196:          </httpHandlers>
    Line 197:          <!--  HTTP MODULES  -->
    It seems it can't find a file or set of files in ///C:/Program Files/Business Objects/BusinessObjects Enterprise 11.5/Web Content/bin. I looked in this folder and the only file there is WCA_Enterprise.dll.
    This all was working last week and I haven't run any updates so I'm not sure what happened to the files if, in fact, there were any to begin with.
    Is there a simple way to get these files back?
    Thanks,
    Art

    Hello Art,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • Could not load file or assembly 'BusinessObjects.Enterprise.Sdk' with 64 bit SDK

    I am running across an error that I do not fully understand when trying to get the SDK to work for 4.1 SP04. I have been trying to get this solution for a while now. I am able to run the SDK functionality with the 32 bit version without an issues however, my client would like to run the 64 bit version to align with their architecture. I have added the x64 DLLs to my project in VS2013, and compiled and built the project as a 64 bit project. I am receiving the following error message:
    Could not load file or assembly 'BusinessObjects.Enterprise.Sdk' or one of its dependencies. An attempt was made to load a program with an incorrect format.
    When building the project to build on "Any CPU" instead of x64 or x86, I am seeing the following messages:
    Warning    1    There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "BusinessObjects.Enterprise.Sdk, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=AMD64", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.    DemoWeb2
    Warning    2    There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "CrystalDecisions.Enterprise.Framework, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=x86", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.    DemoWeb2
    Warning    3    There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "CrystalDecisions.Enterprise.InfoStore, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=x86", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.    DemoWeb2
    Warning    4    There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "CrystalDecisions.Enterprise.PluginManager, Version=14.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=x86", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project.    DemoWeb2
    I have made sure that I am referencing the 64 bit sdk .dlls from C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\. I only have 64 bit installed as well. Are InfoStore, Framework, and PluginManager only x86?
    Thanks!

    Hi Dustin
    You do  not need to be concerned if your app references 32 or 64 bit assemblies. VS being 32 bit, needs to reference 32 bit assemblies in order to compile correctly. Thus running the app from the VS IDE, you wil be using 32 bit assemblies. Using a compiled exe or a DLL, the app will use 32 bit or 64 bit assemblies depending on how the app was compiled and "bitness" of the OS.
    E.g;; an app compiled as 32 bit will require 32 bit assemblies
    An app compiled as 64 bit will run 64 bit assemblies - on 64 bit OS only.
    An app compiled as "Any CPU", will run 32 b it or 64 bit assemblies, depending on the OS. On a 64 bit OS, the app will by definition use 64 bit assemblies (but it is up to you to deploy the 64 bit runtime - not the 32 bit runtime). On a 32 bit OS the app will use 32 bit assemblies.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Where can I get BusinessObjects.Enterprise.SDK?

    I've been trying to get this to work for some time now.  I have the following code trying to connect to an existing remote server (InsiteDev).
    SessionMgr session_mgr = new SessionMgr();
    EnterpriseSession session = null;
    try
         session = session_mgr.Logon("Administrator", <-- password -->, "InsiteDev:6400", "secEnterprise");
         InfoStore store = (InfoStore)session.GetService("InfoStore");
         InfoObjects reports = store.Query("Select * From CI_INFOOBJECTS");
    catch
    finally
         if (session != null)
              session.Logoff();
    But I always get this error message when calling GetServer
    Could not load file or assembly 'BusinessObjects.Enterprise.Sdk, Version=12.0.1100.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    I've installed BOE XI 3.0 (full install including all the servers) and a full install of Crystal Reports 2008.  But the BusinessObjects.Enterprise.SDK is not found anywhere.  The %ProgramFiles%\Business Objects\Common\4.0\managed only contains CrystalDecisions assemblies.
    What am I missing here?  Which install am I suppose to run in order to get this simply program to work?
    Thank you for your help.

    You get it from SAP Service Marketplace - if you're not familiar with how, then likely there's someone in your organization who's the Support contact for SAP Business Objects products who would know how.
    Sincerely,
    Ted Ueda

  • The dependency 'BusinessObjects.Enterprise.Sdk' could not be found.

    Hi,
    Can anyone help me solve this problem, its my first time using crystal reports
    i have installed VS 2003 and Crystal report XI professional Edition, i am trying to run the system but it is complaining about the BusinessObjects.Enterprise.Sdk not found, I read from another post where they say crystal report XI comes with BOE sdk so i dont have to install it separately, so i was advised by someone to reinstall Crystal report but it didnt solve my problem.
    i also have another error "The dependency 'CrystalDecisions.Enterprise.PluginManager' could not be found." which im assuming its caused by the sdk error.
    Does anyone have an idea how to solve this problem?

    Hello,
    The Professional editions of Crystal Reports XI (v11.0) and Crystal Reports XIR2 (v11.5) are not development level products. This means your VS IDE didn't get updated to stand alone versions of the various Crystal assemblies. I would expect that the Crystal references in your VS2003 application are v9.1.5000 because CR XI/XR2 Professional doesn't update your IDE.
    If you're trying to develop an application that interacts with a BusinessObjects Enterprise (BOE) system then you need to install the BOE .NET SDK onto your development machine. The BOE .NET SDK (for CR XI (v11.0) and CR XIR2 (v11.5)) has to be installed from the Enterprise installer media. It can not be downloaded.
    You can install the BOE .NET SDK using the u201CServer Installu201D path after launching the BOE installer. Just choose Server Install u2013 you will need your BOE keycode. Next choose Custom install.  You'll be presented with a drop down list for the Enterprise components.  Deselect everything and then look for the Developer Components option.  You may have to drill down into one of the levels to find it.  Under Developer Components you'll see the BusinessObjects Enterprise .NET SDK.  Select it to install to the development machine.  This should allow you to work with the Enterprise .NET SDK.
    When you are ready to deploy your .NET application you will also need to install the .NET SDK onto the Web application server (assuming it's not also your Enterprise server). This is because we are not fully managed by the .NET Framework.
    Sincerely,
    Dan Kelleher

  • BusinessObjects.Enterprise.Sdk

    Error when a program tries to load BusinessObjects.Enterprise.Sdk.dll, Windows cannot locate the nunit.framework.dll.
    I look on all CDs but I could not find it. Where can I locate the missing DLL?

    Hi Alain,
    It seems that you are having issue with .Net SDK's.
    Post your question in Business Objects SDK Application Development forum.
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all SDK queries remain in one place and thus can be easily searched in one place.
    Regards,
    Shweta

  • Error com.businessobjects.enterprise.fullclient.FullClient

    I work with Desktop Intelligence to create reports. After creating a export my custom reports to Infoview.
    I also use Business Objects integrated with Clarity PPM from CA Technologies.
    My reports run in Infoview and Desktop Intelligence. When I try to open these reports in Clarity this error appears: com.businessobjects.enterprise.fullclient.FullClient.
    Does anyone who also works with Clarity PPM and Desktop Intelligence can help me?
    Thanks a lot,
    Lenyllson de Moura
    Gestão TI - Brasilia/Brazil

    I know this is a really old thread, but I've been looking all over for the solution to my error
    could not load file or assembly businessobjects.enterprise.sdk
    I had copied the businessobjects.enterprise.sdk.dll from my dev machine to the bin directory of the website, but then got other errors about not finding any source lines in file.
    Copied all the netmodule files that go with the dll, and everything works great now!
    Thank you so much!

  • Integration: IdM 7.x & BusinessObjects Enterprise XI

    Hi
    Can SAP NW IdM 7.1 (future releases) manage Users & Groups within BusinessObjects Enterprise (XI3.1)?
    Is there a framework I missed?
    Can this only be implemented indirectly with AD / SAP R/3 / LDAP authentication in BusinessObjects?
    Or maybe with a to/from database-pass?
    Any help (practical / theoretical) is appreciated.
    BR
    Michael

    Hi Michael,
    We've spoken with SAP about this and currently there isn't a connector for BOBJ components. The options we were advised were to either do it indirectly as you suggested or to develop a connector using the connector development kit. It was suggested SAP may develop one of these themselves this year, but we'd be interested in working with you to collaboratively develop a connector if you'd be interested.
    Thanks,
    Ian

  • Problem with Publishing a project and BusinessObject.Enterprise.SDK.dll

    I am trying to publish my Visual Basic Application and it comes up with an error of Unable to find file BusinessObject.Enterprise.Sdk.ziplib.netmodule of multi-file assembly BusinessObject.Enterpise.Sdk.dll.  A file is there where it is looking for it but it is named BusinessObject.Enterprise.Sdk.ziplib.netmodule.bakSp1.
    It is also giving me the same error with the folowing files:
    BusinessObjects.Enterprise.Sdk.dll
    BusinessObjects.Enterprise.Sdk.SS1.netmodule
    BusinessObjects.Enterprise.Sdk.netmodule
    All of the files are there but they end with a bakSp1
    Does anyone have a clue as to what I am doing wrong?
    Thanks for any advice

    Are those assemblies in the GAC?  They should have been added to the GAC with the install.
    The bakSp1 suffix tag RTM files that were upgraded by installing Service Pack 1.  There should be two files there - one with the bakSp1 (the backup) and one without.
    It may be that your installation was misconfigured.
    Sincerely,
    Ted Ueda

  • Error: There was a problem logging on to SAP BusinessObjects Enterprise

    I am trying to use Crystal Reports Enterprise XI 4.0 with BusinessObjects Enterprise 4.0 using a Bex Query on an SAP NetWeaver 7.01 SPS 9 BW system. I have been using the SAP Press book u201CIntegrating SAP BusinessObjects BI Platform 4.x with SAP NetWeaveru201D as my guide, attempting to follow it step by step. Please bear with me as I have only started working with this set of products within the last month. (Very new at this and do not have a very good grounding of the way it all works together. Trying to learn as quickly as possible as I am expected to support this set of tools for our developers / users.)
    I have been trying to follow along with the book to get everything connected. At this point, I have BOE set up to attach to the SAP NetWeaver BW system. I have created a test Bex Query on the BW system. From within BOE, using CMC, I can configure the Bex Query as an OLAP connection. I have set it up for SSO. I have also exchanged certificates between the BOE and the SAP NetWeaver systems which I believe will allow the exchange of tokens.
    I then go into Crystal Reports for Enterprise XI 4.0 on my PC. (I am running Windows 7 64-bit on the PC. I installed the BOE 4.0 suite of client tools except for SAP BO Live Office and SAP BO Analysis for MS Office). I can attach to my BOE system and can browse to see the OLAP connections in the BOE. I then try to select one as the data source for a new report. I then get a pop-up window stating:
       Unable to Logon
         There was a problem logging on to SAP BusinessObjects Enterprise.
           Please check your logon credentials and make sure your network is properly configured before trying again. If the problem 
           persists please contact your Administrator.
    I cannot find a log / trace / error file on my PC, the BOE system or the BW system to indicate any additional information as to what the root problem is. Has anyone seen a similar error and might know where I can find more information, how to increase trace levels so that I get some additional information or provide hints as to what the root problem might be?
    I am also trying to figure out how the authentication works between the PC, BOE and SAP NetWeaver. If using a token, there has to be consistency with the username (or some value) and I am not certain that is happening. Right now, my BOE sources its UME from the SAP NetWeaver BW system. So its user accounts are in the form SID123/ACCOUNT where SID is the SID of the SAP NetWeaver system and the string u201C123u201D is the client on that SID. When I log into the BOE system from within Crystal Reports, I am using the account in that format whereas the account on the SAP NetWeaver BW system in actuality is only the string ACCOUNT. So is the token stripping the string u201CSID123/u201D from the account name when it is sent so that the accounts match? Or do I have to manually configure some kind of account alias (in the BOE system?) so that the two recognize each other? Or something else?
    Any hints or ideas around where I can find additional information or where I have gone wrong, would be greatly appreciated.
    Thank-you in advance,
    Deb Nugent.

    Henry,
    Many thanks and excellent suggestions. But I am still not able to get this to work and (once again) am stuck.
    RE: Server Connections: When I check my server connection, I have not ticked SSL and am using the non-secure server port for my BOE system. When I click on u201CTest connectionu201D, I can successfully log in using my username / password on the SAP NetWeaver BW system. If I tick the SSL box without changing the port, I get the error message u201CFailed to establish a connection. The cause was u201CCannot connect to SAP BusinessObjects Enterprise at this time. Please try again later.u201D If I tick the SSL box and change the port to use the secure server port for the BOE system, I get the same error.
    RE: Preferences: I am using the default settings under Preferences -> Network Settings. We do not manually configure proxy settings on our network so I have ticked u201CUse system proxy configurationu201D and under SSL settings, have ticked u201CUse system keystore / trust storeu201D. I have swapped keys between the BOE system and the SAP NetWeaver system but I have not swapped any keys between my PC and the BOE system or the SAP NetWeaver system (which I do not expect to do but am mentioning here in case I am wrong).
    RE: BILaunchPad: I do not have any references for BILaunchPad. Is this u201CWeb Intelligence Rich Clientu201D? If so, I tried starting it, it reported an error: u201CAn error occurred at session creation.u201D Details showed u201CSSL mode is being requested but the following argument(s) are not present: passphrase (FWM 01012)u201D I went into the CMC and checked my SAP connections under Authentications. On the tab u201COptionsu201D, there is the section u201CSAP SSO Serviceu201D where I typed in the KeyStore password. When I created the key store file, I only specified a keystore password and did not specify a private key. Originally, I had it set with the private key blank with the correct password on the keystore. I also tried entering the same password as the private keystore and saving it. I verified that the connection services for Web Intelligence had restarted but I still am getting that same message when I try to start the Web Intelligence Rich Client.
    At OS level on the BOE server, I logged in as my boe1 account and checked the parameters that can be entered for the PKCS12Tool.jar file that I used to create the ketstore file I had used. There does not appear to be an option for anything other than the keystore password. There is no private key password field listed.
    I searched for the FWM 01012 error and found the HTML and PDF help files form SAP explaining errors. However, it only states u201CEnsure that all SSL arguments are presentu201D but gives no details as to what, exactly needs to be checked.
    I will be talking with co-workers today to see if any of them can make sense of this (anoterh set of eyes sometimes helps). Any other suggestions about areas to look for addiitonal details / increased traces / logs?
    Deb Nugent.

  • BusinessObjects Enterprise HOST NAME PROBLEMS

    As we can find in other posts, we know that BO has problems with underscore in the host name.
    I read in some posts that the problem can be solved by writing the IP address instead of the host name when we use Infoview or whatever we need.
    I've done two BO enterprise installations in two different Vitual Machines (made with Virtual PC).
    I know that SAP guarantees that BO works fine only on VMware platform with the host name without underscores.
    The host on the first Virtual Machine was named correctly, but after the installation I changed it inserting an underscore; after this the Infoview login interface didn't work. So I tried to write the IP address and It worked properly.
    Trying to use Designer and Translation Manager I had  only to use the IP address instead of the current host name.
    The host on the second Virtual Machine was named with an underscore, and after the installation I launched the Infoview login interface that didn't work. Again I tried to write the IP address and It worked properly, but in this case I couldn't launch the Designer and I couldn't import the universe from cms with the Translation Manager!!!
    I got this exception opening the Designer:
    1 processor P Family 6 Model 15 Stepping 6
    Windows 2000 Server (Terminal Server) v5.2 build 3790 (S)
    Physical Total/Avail: 1.546.728 Kb / 878.328 Kb
    Temp directory C:\DOCUME1\ADMINI1\IMPOST~1\Temp\ (1 Kb available)
    'Unknown' video card
       808 x 688 in true color
    Unhandled Exception
      Code: e06d7363
      Description unavailable
    Call stack:
    Module  at   0x7c800000: C:\WINDOWS\system32\kernel32.dll  v 5.2.3790.3959 <i>
        address: 0x7c80bee7
    Module  at   0x7c340000: C:\WINDOWS\system32\MSVCR71.dll  v 7.10.3052.4 <i>
        address: 0x7c359aed
    Module  at   0x49920000: C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpi18n.dll  v 12.0.0.683 <i>
        address: 0x4994c1e3
    Module  at   0x00f20000: C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\xerces-c_2_7.dll  v 2.7.0.0 <i>
        address: 0x01007261
        address: 0x01c281f0
        address: 0x01006e65
    Application:
    3980 "
      current thread 0x814
    started: martedu00EC 21 luglio 2009 at 10.06
    ends:    martedu00EC 21 luglio 2009  at 10.06
      User mode: 330 ms   Kernel mode: 450 ms
    Loaded modules:
        0x00320000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\io-vc-mt.dll      v 0.0.0.0
        0x00330000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\thread-vc-mt.dll      v 0.0.0.0
        0x00350000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpcoll.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00360000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\TraceLog.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003A0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dlg1.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003B0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dlgdll.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\boDeploy.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x003F0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\security-vc-mt.dll      v 0.0.0.0
        0x00400000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\designer.exe      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x005A0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\btuc320vc71.dll      v 3.2.0.0      [Inglese (Stati Uniti)]
        0x006D0000     C:\WINDOWS\system32\MFC71U.DLL      v 7.10.3077.0      [Inglese (Stati Uniti)]
        0x007E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\tools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00960000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\zlib.dll      v 0.0.0.0
        0x00980000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cxlibw-4-0.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00AD0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\libOCAHelperw-4-0.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00DD0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\libxml2.dll      v 0.0.0.0
        0x00EC0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpxml.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x00EE0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\network-vc-mt.dll      v 0.0.0.0
        0x00F00000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\time-vc-mt.dll      v 0.0.0.0
        0x00F20000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\xerces-c_2_7.dll      v 2.7.0.0      [Inglese (Stati Uniti)]
        0x010E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\wstkCommon.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x01140000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\bo_storage.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x01170000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\unvtools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x011E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpqry.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x01210000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\streaming-vc-mt.dll      v 0.0.0.0
        0x01240000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\pdflib.dll      v 7.0.1.1      [Inglese (Stati Uniti)]
        0x01F00000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\BOCP_1252.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x10000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\file-vc-mt.dll      v 0.0.0.0
        0x12000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\xerces-c_2_1_0.dll      v 2.1.0.0      [Inglese (Stati Uniti)]
        0x49650000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\repo_proxy.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x497D0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cplib.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x49920000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cpi18n.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x499E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\msgsrv.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x49AA0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\boconfig.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x49C50000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\i18n.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x4A800000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\icuuc30.dll      v 3.0.0.0      [Lingua di sistema]
        0x4A900000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\icuin30.dll      v 3.0.0.0      [Lingua di sistema]
        0x4AD00000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\icudt30.dll      v 3.0.0.1      [Lingua di sistema]
        0x53000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\fssl-1-2-1-3.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53210000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cs_helpers.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53430000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cube.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53900000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cs_tools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53B10000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\kagtux.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x53F60000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\cnxsrv.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54150000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\desengine.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x541C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ksqldg.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x542C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\sessmgr.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x544F0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\uitools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x546C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\rptdisp.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54740000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\krptdlg.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x547E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\BOFCEngine.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54AB0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\category.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54D40000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\RepAttr.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x54D70000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\bofcui.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x55290000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\kquery.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x55640000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\BOFCDialogs.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x556E0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\vartools.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x56970000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\FCRepoProxy.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x597C0000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\libOCASecurityw-3-0.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x5D360000     C:\WINDOWS\system32\MFC71ITA.DLL      v 7.10.3077.0      [Italiano (Italia)]
        0x63000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\etc-1-0-12-5.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x64000000     C:\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\ebus-3-3-2-6.dll      v 12.0.0.683      [Inglese (Stati Uniti)]
        0x6D7C0000     C:\WINDOWS\system32\dbghelp.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x71950000     C:\WINDOWS\System32\mswsock.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x719E0000     C:\WINDOWS\system32\WSOCK32.dll      v 5.2.3790.0      [Italiano (Italia)]
        0x71A20000     C:\WINDOWS\system32\WS2HELP.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x71A30000     C:\WINDOWS\system32\WS2_32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x72EA0000     C:\WINDOWS\system32\WINSPOOL.DRV      v 5.2.3790.3959      [Italiano (Italia)]
        0x743D0000     C:\WINDOWS\system32\MSCTF.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x744C0000     C:\WINDOWS\system32\msi.dll      v 3.1.4000.3959      [Lingua di sistema]
        0x76080000     C:\WINDOWS\system32\MSASN1.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x760A0000     C:\WINDOWS\system32\CRYPT32.dll      v 5.131.3790.3959      [Italiano (Italia)]
        0x76170000     C:\WINDOWS\system32\MSIMG32.dll      v 5.2.3790.0      [Inglese (Stati Uniti)]
        0x761A0000     C:\WINDOWS\system32\comdlg32.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x76670000     C:\WINDOWS\system32\hlink.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x76DC0000     C:\WINDOWS\system32\DNSAPI.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x76E00000     C:\WINDOWS\system32\WLDAP32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x76E40000     C:\WINDOWS\system32\Secur32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x76E60000     C:\WINDOWS\System32\winrnr.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x76E70000     C:\WINDOWS\system32\rasadhlp.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77340000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.3959_x-ww_D8713E55\comctl32.dll      v 6.0.3790.3959      [Inglese (Stati Uniti)]
        0x774F0000     C:\WINDOWS\system32\ole32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x779B0000     C:\WINDOWS\system32\WININET.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x77A60000     C:\WINDOWS\system32\urlmon.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x77B60000     C:\WINDOWS\system32\VERSION.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77B70000     C:\WINDOWS\system32\msvcrt.dll      v 7.0.3790.3959      [Inglese (Stati Uniti)]
        0x77BD0000     C:\WINDOWS\system32\GDI32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77C20000     C:\WINDOWS\system32\RPCRT4.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77CD0000     C:\WINDOWS\system32\OLEAUT32.dll      v 5.2.3790.3959      [Inglese (Stati Uniti)]
        0x77D70000     C:\WINDOWS\system32\ADVAPI32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x77E20000     C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_5.82.3790.3959_x-ww_78FCF8D0\COMCTL32.dll      v 5.82.3790.3959      [Inglese (Stati Uniti)]
        0x77EC0000     C:\WINDOWS\system32\SHLWAPI.dll      v 6.0.3790.3959      [Italiano (Italia)]
        0x77F30000     C:\WINDOWS\system32\USER32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x7C140000     C:\WINDOWS\system32\MFC71.DLL      v 7.10.3077.0      [Inglese (Stati Uniti)]
        0x7C340000     C:\WINDOWS\system32\MSVCR71.dll      v 7.10.3052.4      [Inglese (Stati Uniti)]
        0x7C3A0000     C:\WINDOWS\system32\MSVCP71.dll      v 7.10.3077.0      [Inglese (Stati Uniti)]
        0x7C800000     C:\WINDOWS\system32\kernel32.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x7C910000     C:\WINDOWS\system32\ntdll.dll      v 5.2.3790.3959      [Italiano (Italia)]
        0x7C9E0000     C:\WINDOWS\system32\SHELL32.dll      v 6.0.3790.3959      [Italiano (Italia)]
    I got this exception importing the universe from cms in the Translation Manager:
    [repo_proxy 37] UniverseFacade::importUniverse - (Helpers::InfoStore::ObjectFileHandle::extractContent) Local file copy has failed Errore del File Repository Server: La directory C:\Documents and Settings\Administrator\Dati applicazioni\Business Objects\Business Objects 12.0\Universes\@l3_dwhsrv_6400\Folder 95/Universes\ richiesta u00E8 inesistente.(hr=#0x80042a4a)
    I'd like to know if:
    1) Is this a problem because of the Virtual PC virtual machine?
    2) Is this a problem because of the BO problem with underscore in the host name?
    and
    3) How can I resolve this problem without changing the host name?
    Thank you for your attention,
    Giorgio
    Edited by: Agliano Giorgio on Jul 21, 2009 12:28 PM

    Hi Agliano,
    changing the Hostname of a Server after BO is installed is a bad idea ! The WAR files for your Tomcat are in some sort "hardcoded".
    I would suggest re- deploying your war files on the Tomcat would fix this issue. Check SAP Note - 1308027 for assistance.
    Regards
    -Seb.

  • Oracle BI Publisher Vs BusinessObjects Enterprise XI

    Hi,
    It would be greatfula if any ioone explains thediffence between Oracle BI Publisher and BusinessObjects Enterprise XI
    regards
    ravindra

    Aside from functionality (BI Publisher is still fairly new and has some issues to overcome), and ease of use at the end-user level, the major difference can best be described as such:
    $$$$$$$$$$$$$$$ for BO
    $$ for BI Publisher

  • Where to get the BusinessObjects Enterprise SDK - Java Libraries

    Hi All,
    I have installed the Crystal Report Server XI R2 but where to get the java sdk that I will use in my client j2ee web application?
    These are the folders in my CR Server directory.
    /BusinessObjects Enterprise 11.5
    /Business Objects/common/3.5/java/lib
    It seems that I will get the jar from this folder but what are those jars?
    /Business Objects/common/3.5/java/lib
    What are the list of jars that my client web application used?
    Basically in doing my POC work I need these library imports
    <%@ page import="com.crystaldecisions.sdk.exception.*"%>
    <%@ page import="com.crystaldecisions.sdk.framework.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.*"%>
    <%@ page import="com.crystaldecisions.sdk.occa.managedreports.*"%>
    Thanks in advance.
    Regards,
    Rulix
    Edited by: Rulix Batistil on Nov 4, 2008 11:38 AM

    Hi Rulix
    From the packages that you have included ,it seems that you are using managed RAS SDK for the functionality that you want to implement.
    Here is a listing of the JAR files that you would require in your RAS application. Please note that you would require the enterprise jars and the Crystal connection jars.
    - boconfig.jar
    - cecore.jar
    - celib.jar
    - ceplugins.jar
    - cereports.jar
    - certj.jar
    - cesession.jar
    - ceutils.jar
    - cexsd.jar
    - Concurrent.jar
    - corbaidl.jar
    - CRDBJavabeansServer.jar
    - CRDBJavaServer.jar
    - CRDBJavaServerCommon.jar
    - CRDBJDBCServer.jar
    - CRDBXMLExternal.jar
    - CRDBXMLServer.jar
    - crlov.jar
    - crlovexternal.jar
    - crlovmanifest.jar
    - ebus405.jar
    - freessl201.jar
    - icu4j.jar
    - jaxrpc.jar
    - jrcadapter.jar
    - jrcerom.jar
    - jsafe.jar
    - jtools.jar
    - log4j.jar
    - MetafileRenderer.jar
    - pullparser.jar
    - rasapp.jar
    - rascore.jar
    - rpoifs.jar
    - saaj.jar
    - Serialization.jar
    - sslj.jar
    - u211java.jar
    - URIUtil.jar
    - webreporting.jar
    - xbean.jar
    - xercesImpl.jar
    - xml-apis.jar
    Hope this helps you.
    Thanks
    Soni

  • BusinessObjects Enterprise Client Tools XI 3.1 SP3 Connection Error

    Hello everybody,
    I installed BusinessObjects Enterprise XI 3.1 SP3 on the server, the server has Windows Server Enterprise 2007.
    Locally, in my Laptop, I installed the BusinessObjects Enterprise Client Tools XI 3.1 SP3, but i can´t connect with the CMS using the Webi, or anyother tool to the server. I made everything that is in the administrator, installation and configuration guides, but reading the administrator guide for Query as a WebService I read that if you install the BusinessObjects Enterprise Tools you need a key license to us it, the question will be this.
    Do i need a different license than the one what i use to install the BusinessObjects Enterprise on the server to install, connect and use the BusinessObjects Enterprise Client Tools XI 3.1 SP3 on every machine that i install and use for it????
    Thanks and regards.

    You do not need separate or additional license for the Client Tools.
    Most often Client tools cannot connect to server components because :
    1. CMS server is not running on the server
    2. There is a firewall between Client machine and the server machine and firewall specific settings were not done. (Admin guide - working with firewalls section).

  • Could not load type 'BusinessObjects.Enterprise.Provider.BOEMembershipProvi

    I am using ASP.Net (.NET Framework 3.5) and VS 2010 and BOE XI 3.1 Server. I am trying to write a .NET WEB App and use BOE Membershipprovider class and keep getting this message. I have followed the steps mentioned in SAP BOE SDK Document and added provider info in WEB Config File and as soon as I hit Login Control's Submit button, It is throwing this message. Any help is greatly appreciated

    Hello Srikanth,
    From your post, I'm assuming:
    1. You're developing a BusinessObjects Enterprise .NET SDK application.
    2. You're not using the standalone Crystal Reports engine, specifically the Crystal Reports for Visual Studio 2010 engine.
    3. You've installed the XI 3.1 BusinessObjects Enterprise .NET SDK MSI runtime installation package.
    4. You've found that the runtime does not contain the BusinessObjects Enterprise Provider libraries.
    That's expected, since the Provider is only installed with the BusinessObjects Enterprise installation media, and not with the MSI.
    But I'll also ask you if the Provider is what you really need.  The provider libraries just provides a data source into the BusinessObjects Enterprise file/folder structure - there is no UI component associated with them.  In fact, the .NET InfoView doesn't use them.
    My recommendation would be to use the BusinessObjects Enterprise .NET SDK directly, and develop the UI yourself, since the UI components are not available with the SDKs provided with the product.
    Sincerely,
    Ted Ueda

Maybe you are looking for

  • Ipod 5g Itunes noob in need of help! Google has nothing for me.

    I just bought my ipod touch 5th gen 32gb. I have itunes on my laptop, and I added a playlist of a custom mp3 file I put in. No official apple product. I exported it from sony vegas to mp3, and put it in my itunes PC version. I goto my ipod, because I

  • How can I separate my itunes music from my windows media player music?

    I've tried changing the file location in preferences>advanced, but every time I open iTunes it doesn't find the library.

  • Noob question about DIV tags

    Learning DW and CSS so patience is in order . I've being reading numerous posts here and on the web about avoiding tables for laying out web pages. I can see the advantages in terms of cleaner codes and easiness of updating and changing sites at a la

  • What to look for in a used iBook G3?

    Hi, I'm in the process of looking at a used iBook G3 with 640 MB SDRAM and 40 GB HD. Anything I should look for that could make or break a deal? (I'm new to Apple and have never owned or used one)! thanks in advance

  • Set default value to a field in MM01

    Hi Friends ,             Can anyone tell me that how can set a default value to field "Rounding Value" in tab "MRP1" when i go to transaction "MM01" . I tried to search user exit/Badi for the same but i didn't get OR can say not able to find. PLEASE