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

Similar Messages

  • 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

  • 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

  • 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

  • BusinessObjects Enterprise SDK登录CMC出错

    BusinessObjects Enterprise SDK登录CMC出错:All the servers with APS 10.16.11.83, cluster  and kind aps are down
    请问是什么原因?

    没有在10.16.11.83这个host找到可以用的cms
    请检查,昂你用CMC直接登陆的时候,用的CMS String就是你用API登陆时候使用的CMS String
    Best Regards
    Carlos Chen

  • 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

  • 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

  • How to use BatchSecurityItem  in BusinessObjects Enterprise SDK

    Hi All,
              Can you please provide me code snippet or hint,to use BatchSecurityItem  Class in BusinesObjects Enterprise SDK.I am struck.Please help.
    Regards,
    Simha

    The InfoObjects.BatchSecurityItems collection property is used to speed up performance when you're trying to check multiple rights for an InfoObject.
    Whenever you check for a InfoObject right via the InfoObject.SecurityInfo, it sends a round-trip request to the CMS for per method call.  The round-trip to the CMS makes it slow.  To help with performance, each right you check via a method call is cached on the SDK side.
    You can use the InfoObjects.BatchSecurityItems to 'pre-cache' rights by Object ID and Right ID, such that a single request is made for a collection of rights, and cached SDK side.  So subsequest requests to InfoObject.SecurityInfo for rights will use the cached value.
    It's pretty straightforward to use - make your Enterprise SQL request for InfoObjects from the InfoStore.  Retrieve the BatchSecurityItems collection.  For each right you want to check (say from the CeSecurity.Right enumeration), call BatchSecurityItems.Add for the right ID and object ID.
    Then invoke BatchSecurityItems.Fetch().
    That's pretty much it.  Then subsequent queries to the InfoObject.SecurityInfo will use the cached security rights info.
    Sincerely,
    Ted Ueda

  • 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!

  • Where is BusinessObjects Enterprise Java SDK jars located(BO XI3.1)?

    We need to import Business Objects Enterprise Java SDK's jar files. However, there is no document or forum post that have the directory for version BOXI3.1.
    By searching for the cecore.jar file, we find a directory that contains many Business Objects Enterprise Java SDK jar files:
    D:\Business Objects\BusinessObjects Enterprise 12.0\warfiles\WebApps\BusinessProcessBI\WEB-INF\lib
    Is this the correct directory for the Business Object Enterprise jar files?
    We imported bellow SDK jar files:
    asn1.jar
    cecore.jar
    celib.jar
    ceplugins_client.jar
    ceplugins_core.jar
    ceplugins_cr.jar
    cereports.jar
    certj.jar
    cesession.jar
    ceutils.jar
    clientplugins.jar
    commons-codec-1.3.jar
    commons-logging-1.1.jar
    corbaidl.jar
    ebus405.jar
    flash.jar
    freessl201.jar
    jsafe.jar
    logging.jar
    pluginhelper.jar
    postprocessing_oca2service.jar
    publishing_oca2service.jar
    rasapp.jar
    rascore.jar
    reporttemplate.jar
    serialization.jar
    SL_plugins.jar
    webreporting.jar
    xbean.jar
    xcelsius.jar
    XcelsiusSLPlugins.jar
    Is this the complete list that we should import for X3.1? there are some files like commons-codec-1.3.jar, it looks a Apache jar file, not the SDK's jar file. shall i include such files as well?

    Don't know why I see this error when I am creating the SessionMgr object even though I have the CrystalDecisions.Enterprise.Framework and CrystalDecisions.Enterprise.InfoStore referenced:
    SessionMgr sessionMgr = new SessionMgr();
    Retrieving the COM class factory for component with CLSID {E063B04A-CB8B-460E-99D0-F7D8FA2FAAA2} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

  • 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

  • Copy a folder from one user to another  with the enterprise SDK

    Can anyone tell me how to copy a request in "My favorites" from one User to another with the enterprise SDK ?
    thanks in advance
    a great day to you'all
    Quentin

    Please post this query to the .NET Development - BusinessObjects Enterprise forum:
    .NET SDK Application Development
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • 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.

  • Concurrent report export using enterprise SDK question

    Hello,<br>
    Our company uses Enterprise SDK to export report to PDF. We test our software using CR Server 2008 trial version. I am looking for advices for following questions:<br>
    1. As out testing server is trial version at the moment, it does not complain or generate any warning messages on numbers of concurrent users (we can only view current sessions and licenses from CMC). Could someone please let me know what will happen when full version CR server detects that max limit concurrent users access has reached? Will the server notify SDK, and SDK will generate exception; or the request will be queued until any other concurrent user end his session. <br>
    2. We implement an EJB to invoke SDK process. While EJB itself is thread safe, I am not quite sure if enterprise SDK is thread safe too. My assumption is that one SDK will be instantiated per JVM (like JRC?). It will issue a new thread to each report request (from EJB). Please correct me if I am completely wrong. <br>
    3. This is about licensing. Our scenario is there will be multiple (and concurrent) end users use our J2EE system, and may request report from CR server. Our J2EE system, however, will use one user account to login to CR server through enterprise SDK. In the other word, CR server will treat our J2EE system as one user (even if there are multiple or concurrent request). My question is that does it violate legal agreement with Business Object if I configure the user account our J2EE system uses as Named user?! If it is, we will get concurrent user licenses instead. Please advice. Thank you =)<br>
    Kind Regards,<br>
    mlie

    Hello Adam, <br>
    Thanks for your reply. It is very helpful. <br>
    As for point 1, what exact SDKException will SDK throw (e.g. SDKException.Unexpected)?<br>
    In point 2, "There have been issues reported previously that only occur when using EJB's.". Is it possible to let me know what kind of issues they are? <br>
    In point 3, as CMS supports Window AD authentication, and our system uses same mechanism to perform authentication, I guess the best strategy is to implement single sign on? Please advice. Thank you <br>
    Regards,<br>
    mlie

  • How to extract latest instance of a report using BO Enterprise SDK?

    Using BO Enterprise SDK how to extract latest instance of report from Crystal Enterprise XIR2?. Can anybody help me with explanation or code?
    Thanks in advance.

    Hi,
    Use the following query in the query builder
    SELECT
    SI_NAME, SI_SCHEDULEINFO.SI_STARTTIME
    FROM
    CI_INFOOBJECTS
    WHERE
    SI_RECURRING = 1
    SI_NAME: The recurring report name.
    SI_SCHEDULEINFO.SI_STARTTIME:  The date and time the report is scheduled to run next.
    The query above will return all the recurring reports .
    Regards,
    Prithvi
    Edited by: Raj_10 on Sep 14, 2011 1:54 PM

Maybe you are looking for

  • IPod being used by other app while getting disconnected

    when i press the eject ipod button in itunes, it displays the message: ipod cannot be ejected because it is being used by another application i was wondering if the windows 'safely remove hardware' had anything to do with this if so/not, please tell

  • Mac mini slow speed - with pauses

    My Mac Mini crashed and I had to reinstall. Now it runs partly very slow, even with pauses, where I have to wait for responses. Start-up takes long minutes. System profiling tools says HD activity reaches a max of 8MB/s. CPU workload looks far below

  • File adapter error

    Hi , While monitoring file adapter it is showing the error. Processing Error: No suitable sender agreement found In the integration directory i have defined Sender Agreement and also defined Sender communication channel. The communication channel for

  • Expanding email signature options in iphoto 08

    When I email one photo from an open event in iphoto, I am provided with signature options. One option is one of my 4 email account addresses, and the other option is "no signature". I would like to have all my email account addresses appear as signat

  • How many certificate in needed for push notification please tell me all steps ?

    how many certificate in needed for push notification please tell me all steps ?