Com/businessobjects/rebean/internal/xml/IXMLWriteable Jar

HI,
can anyone let me know which jar file has com/businessobjects/rebean/internal/xml/IXmlWriteable class.
I m getting the below NoClassDefFoundError.
Exception in thread "main" java.lang.NoClassDefFoundError: com/businessobjects/rebean/internal/xml/I
XmlWriteable
Anyvalueable input is appreciated.
Thanks in Advance,

its in rebean.common.jar

Similar Messages

  • Package com.businessobjects.rebean.wi a lot of of warnings.

    I want to read  Web Intelligence Report's  detail information,such as Block,Cell,Border.
    But a lot of api comment with Warning: This interface is no longer functional from the SAP BusinessObjects XI 4.0 release onwards. from more detail,please visit url below.
    http://help.sap.com/javadocs/bip/40/re/en/com/businessobjects/rebean/wi/package-summary.html
    the deprecated api is not supported or moved to another package?
    if moved to another package,would mind tell me the package names.
    thanks
    Edited by: Wanhua Liu on Dec 2, 2011 9:11 AM

    A lot of APIs in Rebean\ Report Engine Java SDK are disfunctional in BI 4.0 and there is no replacement.  For details on which APIs are removed please look at the
    [Rebean Developer Guide|http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_resdk_java_dg_en.pdf]

  • Com.businessobjects.webutil.ForwardServlet

        <servlet>
            <servlet-name>Not Found Servlet</servlet-name>
            <servlet-class>com.businessobjects.webutil.ForwardServlet</servlet-class>
            <init-param>
                <param-name>url</param-name>
                <param-value>/httperror_404.htm</param-value>
            </init-param>
            <load-on-startup>4</load-on-startup>
        </servlet>
    The above section exists in our InfoView  web.xml on our dev system but not on our prod system.  We have been having some issues with SSO failing on our prod system and were wondering if the lack of this section may have something to do with those issues. 
    Can anyone tell me what this section is for/what does it do?
    Thanks

    Hello David.
    The webutil jar file that includes the com.businessobjects.webutil package is used internally by some of the Business Objects applications such as Inforview and the Central Management Console.  It is not made a part of the Business Objects SDK so it is not meant to be used in developing custom applications.  For this reason, how to use it in custom applications is not documented anywhere.
    Regards.
    - Robert

  • Unable to find com.businessobjects.mds.olap.protocol.ess_japi while exporting Design Studio SDK

    Hello,
    I am trying to export / package Design Studio SDK, i am able to test / run it successfilly in eclipse but, getting error "Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]" while packaging design studio SDK. when i am exporting the project it is failing at 78% and getting the above error. PFA screen shoot for the same.
    Detailed Error:
    C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:88: The following error occurred while executing this line:
    C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:2369: Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]
      at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
      at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
      at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
      at org.apache.tools.ant.Task.perform(Task.java:348)
      at org.apache.tools.ant.Target.execute(Target.java:392)
      at org.apache.tools.ant.Target.performTasks(Target.java:413)
      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
      at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
      at org.eclipse.ant.internal.core.ant.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
      at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
      at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:672)
      at org.eclipse.ant.internal.core.ant.InternalAntRunner.run(InternalAntRunner.java:498)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.eclipse.ant.core.AntRunner.run(AntRunner.java:378)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.runScript(FeatureExportOperation.java:422)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:285)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.doExport(FeatureExportOperation.java:223)
      at org.eclipse.pde.internal.core.exports.FeatureExportOperation.run(FeatureExportOperation.java:107)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
    Caused by: C:\Users\Saurav\workspace\SDK_Packaging\package.SDK_Packaging.group.group.group.xml:2369: Unable to find: Installable Unit [ id=com.businessobjects.mds.olap.protocol.ess_japi version=14.0.0.201504131108 ]
      at org.eclipse.equinox.p2.internal.repository.tools.tasks.AbstractRepositoryTask.prepareIUs(AbstractRepositoryTask.java:186)
      at org.eclipse.equinox.p2.internal.repository.tools.tasks.MirrorTask.execute(MirrorTask.java:60)
      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
      at sun.reflect.GeneratedMethodAccessor200.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
      at org.apache.tools.ant.Task.perform(Task.java:348)
      at org.apache.tools.ant.Target.execute(Target.java:392)
      at org.apache.tools.ant.Target.performTasks(Target.java:413)
      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
      at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
      at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30)
      at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
      at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:442)
      ... 26 more
    Thanks

    Hello All,
    Thanks for giving time for this thread. I have solved this issue. Actually when we create Feature Project by default all Pugins and Fregemets will be added to featured project(i guess in some eclipse version since SAP has not mentained any Note for this), we need to delete unnecessary plugins from the featured project. Just select all and right click and delete. Then again add SAP Sample SDK.
    Even thought it will packaged properly and will create zip file and you will be able import it to the Design Studio  but you cann't select and install it to the Plateform from Design Studio, make sure for this you have Unchecked Ckeckbox: Unpack the plug-in archive after the installation.
    I think this will help.
    Thanks

  • Package com.businessobjects.samples does not exist

    <p>I am trying to run a jsp with parameters passed to a rpt file but Iam getting an error: package com.businessobjects.samples does not exist, import com.businessobjects.samples.*; //[ /Sample Reports/E2ECompliance-SelectionPage-viewer.jsp; Line: 6]<br /></p><p>Does anybody know where this package is and why eclipse or the jsp is not finding it. I can run other jsp examples fine.</p><p>Thx</p><p>Vibhi</p>

    U will find them in pojosamples.jar.
    If you have any doubts regarding usage of pojo, contact me at [email protected]

  • Installing xml parser jar files in oracle 8i

    hi list
    please i need help on how to install xml parser jar files manually into the database
    we have 8i running on windowsNT box
    i have checked my database these classes are not there .
    thanks

    You'll need to use the LOADJAVA program. Check out the Oracle XML Portal website. It has information on how to do this.
    www.webspedite.com/oracle

  • Com.businessobjects.crystalreports.reportsourcebridge is missing

    Hi guys,
    I am setting up a dynamic web project under Eclipse. Copied all the jar files from Java/lib folder. Installed crystalreportviewers115 directory. I am getting errors in /crystalreportviewers115/htmlviewerbridge.jsp and viewreportlogon.jsp. The error said:
    ReportSourceBridge cannot be resolved...
    Can someone tell me which jar I should import for com.businessobjects.crystalreports.reportsourcebridge.ReportSourceBridge and where I can download it?
    Thank you,
    Dong

    ReportSourceBridge is used to implement URL reporting - viewrpt - for viewing Crystal Reports.
    It's not a public API.
    You deploy it by deploying Java InfoView to your Java Web Application Server.
    Sincerely,
    Ted Ueda

  • Unable to add xml-apis.jar

    When ever i add xml-apis.jar to the oracle application server as part of deployment of my application, the server gives the following error when i want to log into the application server control.
    This OC4J is configured to make JMX connections via RMIS and fall back to RMI if the RMIS port is not configured. The RMIS connection on the OC4J instance home on Application Server test.10.224.1.158 is configured but a connection could not be established. The JMX protocol is specified by the oracle.oc4j.jmx.internal.connection.protocol property in opmn.xml

    let follow your post on unable to add xml-apis.jar
    regards
    Tugdual Grall

  • How to check  if all values from a dataset  has come to  an internal table

    How to check  if all values from a dataset  has come to  an internal table ?

    Hi,
    After OPEN DATASET statement check if sy-subrc = 0 if its success then proceed with split statement and save the dataset values into a internal table and while debugging the internal table you will find that whether all values get into internal table.
    Checking sy-subrc after OPEN DATASET statement is must to fill up the values in the internal table.
    For e.g.
    OPEN DATASET p_inpfile FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      IF sy-subrc NE 0.
        WRITE :/ 'No such input file' .
        EXIT.
      ELSE.
    READ DATASET p_inpfile INTO loc_string.
          IF sy-subrc NE 0.
            EXIT.
          ELSE.
            CLEAR loc2.
    *Spliting fields in the file-
            REPLACE ALL OCCURRENCES OF '#' IN wa_string WITH ' '.
           SPLIT wa_string AT const INTO loc2-pernr
                                           loc2-werks
                                           loc2-persk 
                                           loc2-vdsk1.
    Hope you get some idea.
    Thanks,
    Sakthi C

  • Having a MBPr late 2013 and having a sound problem the sound does not come tom the headphones even its all the way up and when i remove the headphones it docent come out the internal speaker either ? any idea how i fix this?

    the sound do not come out the headphones sometimes altho its all the way up in the setting and when i remove the headphones the sound doesnt come from the internal speaker either and only a reboot fixes the problem and thats annoying! any idea how tto fix this?

    Hello. I've been able to play sound without problems through headphones or external speakers to date - the output always switched to these automatically until today. Now, sound output continues through internal speakers even if I plug in headphones or external speakers.
    - I tested the headphones and speakers on other devices: they work fine.
    - When I plug in headphones or speakers into the audio output port (I have verified that I'm not using the input jack) the devices are not detected and are not listed under the output tab in system preferences-sound.
    I concluded from this that I probably had a problem with the audio port, so to test that I tried the following. I plugged a powered multi-USB device with ports for microphone line-in and headphone line-out into the USB port and switched it on. I verified that it was working by plugging a USB stick into the multi-USB device - this was recognised successfully, so the device was clearly working. I then plugged in headphones and speakers into the audio line-out on the multi USB device - but still no sound came through them (and tey were not listed among output devices) and the Mac continued using internal speakers.
    What should I do? Does the latter test suggest that the problem does not lie with the audio port, or is my test not conclusive? What would you advise?
    Many thanks indeed!
    NG

  • Java.io.NotSerializableException: com.tangosol.util.internal.ConcurrentCoun

    Hi,
    I am working on a small prototyep project trying to understand how coherence works.
    I have a object that creates an instance of entry processor and invokes the cache. I get following error. Entry processor is serializable - the app can write an instance of EP into a file.
    Using same setup if I merely call put() it works fine for me.
    Any idea what coherence is doing here ?
    Thanks
    ~s
    ===
    (Wrapped) com.tangosol.util.internal.ConcurrentCounter) java.io.NotSerializableException: com.tangosol.util.internal.ConcurrentCounter
    at java.io.ObjectOutputStream.writeObject0(Unknown Source)
    at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
    at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
    at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
    at java.io.ObjectOutputStream.writeObject0(Unknown Source)
    at java.io.ObjectOutputStream.writeObject(Unknown Source)
    at java.util.Hashtable.writeObject(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
    at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
    at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
    at java.io.ObjectOutputStream.writeObject0(Unknown Source)
    at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
    at java.io.ObjectOutputStream.defaultWriteObject(Unknown Source)
    at com.tangosol.coherence.Component.writeObject(Component.CDB:1)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
    at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
    at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
    at java.io.ObjectOutputStream.writeObject0(Unknown Source)
    at java.io.ObjectOutputStream.writeObject(Unknown Source)
    at java.util.Hashtable.writeObject(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
    at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
    at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
    at java.io.ObjectOutputStream.writeObject0(Unknown Source)
    at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
    at java.io.ObjectOutputStream.defaultWriteObject(Unknown Source)
    at com.tangosol.coherence.Component.writeObject(Component.CDB:1)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
    at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
    at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
    at java.io.ObjectOutputStream.writeObject0(Unknown Source)
    at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
    at java.io.ObjectOutputStream.defaultWriteObject(Unknown Source)
    at com.tangosol.coherence.Component.writeObject(Component.CDB:1)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
    at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
    at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown Source)
    at java.io.ObjectOutputStream.writeObject0(Unknown Source)
    at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
    at java.io.ObjectOutputStream.defaultWriteObject(Unknown Source)
    at com.tangosol.coherence.Component.writeObject(Component.CDB:1)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)

    The problem is fixed.
    In my EP, process() was returning "entry" instead of modified object. Comparing my code with some other samples helped me.
    So it is all down to my mistake.
    Thanks
    ~s

  • Java.lang.ClassCastException: com.businessobjects.dsws.session.impl.Credent

    Hi All,
    I am trying to create a web session with Java SDK using Eclipse. I am use Business Objects XI R3.1. While creating web session it gives me exception on line SessionInfo boSI = boSession.login(boCredential);
    I have ensured user name password and cms url.
    java.lang.ClassCastException: com.businessobjects.dsws.session.impl.CredentialIm
    pl
            at com.businessobjects.dsws.session.SessionSkeleton.login(Unknown Source
            at com.businessobjects.dsws.session.SessionMessageReceiverInOut.invokeBu
    sinessLogic(Unknown Source)
            at org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver.invokeBus
    inessLogic(AbstractInOutSyncMessageReceiver.java:42)
            at org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMe
    ssageReceiver.java:96)
            at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:145)
            at org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostReq
    uest(HTTPTransportUtils.java:275)
            at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:1
    20)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:252)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:173)
            at com.businessobjects.dsws.wsc.common.axis.FlashFilter.doFilter(Unknown
    Source)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
    icationFilterChain.java:202)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
    ilterChain.java:173)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
    alve.java:213)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
    alve.java:178)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
    ava:126)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
    ava:105)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
    ve.java:107)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
    a:148)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
    :869)
            at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
    rocessConnection(Http11BaseProtocol.java:664)
            at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
    int.java:527)
            at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
    lowerWorkerThread.java:80)
            at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
    ool.java:684)
            at java.lang.Thread.run(Thread.java:595)
    Thanks in advance,
    Rajendra

    I have experienced exactly the same problem with saaj from jwsdp 2.0
    If you found a solution, please give us a short feedback ?
    I juste noticed that the same code works great with axis 1.4 saaj api.

  • Package com.sun.java_cup.internal does not exists

    I installed JDK 1.6_27 and jre 1.6_27 on a Windows 7, 64 bit
    and fetched Java Code which use to run with java version 1.5_06.We are doing a java update.I am getting the error message
    com.sun.java_cup.internal does not exist.
    Does that mean my Java is not installed properly?Where to check if java_cup is present in my system or not
    Please help
    Thanks,

    Looks like the developers of that code relied on something that is not part of the official documented Java API (packages that start with java, javax or org). Packages starting with sun or com.sun are Sun proprietary internal implementation packages and as such are not guaranteed to be available from version to version or from Java vendor to Java vendor. So your installation seems ok, but your program is not.

  • Metadata internal.xml what is this problem

    metadata internal.xml what is this problem

    Cameraman4 can you please indicate which Adobe software or service your inquiry is in reference too?  Also you may want to restate your inquiry to provide more details regarding the exact difficulties which you are facing.

  • Is com.businessobjects.sdk.ceutils.prompts.PromptsUtil deprecated ?

    Hi
    Is there a way to confirm if com.businessobjects.sdk.ceutils.prompts.PromptsUtil has been deprecated for  BusinessObjects Enterprise XI 3.1 SP4 ?
    I see the following posts saying that it could be a documentation error and it has not been deprecated for web intelligene but nothing specific to my version
    BOE 3.1 Service Pack 2 SDK changes
    Schedule webi with prompts problem
    If it has been deprecated whats the correct way for populating webi prompts ?
    Thanks

    Our code is similar to what you have, but if we don't use the .refresh command, the new values are not populated on the report. Do you have any idea why? Our issue is that when it schedueles the report, it doesn't return quickly. It waits until the report is done.  Here is our code:
    public static void sendReport
    (    IEnterpriseSession eSession,
    String TstPrdFlag,
          int jobControlId,
          String docId,
          int format,
          String mimeType,
          String filepath
    try
    IInfoStore infoStore = (IInfoStore) eSession.getService("InfoStore");
    //get WebI doc
    IInfoObjects infoObjects = infoStore.query("Select TOP 1 * From CI_INFOOBJECTS Where "
                         + " SI_KIND='Webi' And SI_INSTANCE=0 "
                         + " And SI_ID = '" + docId + "'");
    IWebi webi   = (IWebi) infoObjects.get(0);
    ISchedulingInfo schedInfo = webi.getSchedulingInfo();
    //============================================================================
         // Set Prompts
         //============================================================================
         if (webi.hasPrompts())
              try
                   ReportEngine reportEngine = (ReportEngine) eSession.getService("WebiReportEngine");
                   DocumentInstance docInst = (DocumentInstance) reportEngine.openDocument(webi.getID());
                   docInst.refresh();
              Prompts prompts = docInst.getPrompts();
              for (int j = 0; j < prompts.getCount(); j++)
                 // assumes only a single value per prompt - no MultiValues
                     Prompt prompt = prompts.getItem(j);
                     String [] vals = new String[1];
                     vals[0] = getParameter (TstPrdFlag, jobControlId, prompt.getName());
                     //System.out.println(prompt.getName()+ " " + vals[0]);
                     prompt.enterValues(vals);
              docInst.setPrompts();
                        docInst.refresh();
                        docInst.save();
                        //getSQL (docInst);
                        //DataProvider dp = docInst.getDataProviders().getItem(0); // retrieve the DataProvider that you would like the SQL for
                        //String sql = dp.getQuery().getSQL(); // the SQL out of the DataProvider
                        //System.out.println(sql);
                        //PromptsUtil.populateWebiPrompts(prompts, webi);
                        docInst.closeDocument();
                 reportEngine.close();
              catch (REException e)
    e.printStackTrace();
         //===========================================================================
         // Format as Excel or PDF
         //===========================================================================
         webi.getWebiFormatOptions().setFormat(format);
    //===========================================================================
         // send to disk
         //===========================================================================
                //Get the destination object from schedulingInfo
         IDestination destinationObject = schedInfo.getDestination();
         //IDestinations destinations = schedInfo.getDestinations();
                 //IDestination destinationObject = (IDestination) destinations.get(0);
                 // Specify that we are writing to disk
                 destinationObject.setName("CrystalEnterprise.DiskUnmanaged");
                 // Get the Destination plug-in. Note that the SI_PARENTID will always be 29.
                 IDestinationPlugin destinationPlugin = (IDestinationPlugin)
                           infoStore.query("SELECT * FROM CI_SYSTEMOBJECTS WHERE SI_NAME='CrystalEnterprise.DiskUnmanaged'").get(0);
                 destinationObject.copyToPlugin(destinationPlugin);
                 IDiskUnmanagedOptions diskUnmanagedOptions = (IDiskUnmanagedOptions) destinationPlugin.getScheduleOptions();
                 diskUnmanagedOptions.getDestinationFiles().add(filepath);
                 destinationObject.setFromPlugin(destinationPlugin);
    //===========================================================================
         // Schedule WebI report to run once now
         //===========================================================================
         schedInfo.setRightNow(true);
         schedInfo.setType(CeScheduleType.ONCE);
    // Tell the CMS to schedule the report.
    infoStore.schedule (infoObjects);
    } catch (SDKException e)
    throw new Error ("Failed to schedule report. Exception caught: " + e.getMessage());

Maybe you are looking for

  • Issue with Report Designer urgent please

    Hi All, I am having a requirement where i need to move char "customer " from Row to Columns, Is der any such option in Report Designer. I try to delete the row in the header but i am not able to do it. please let me know Regards Priya

  • Special Characters on E90

    On my 9300 and thereafter 9300i I had a vast amount of special characters when using the chr key. On the E90 these seem to be extremely limited - no ê, ô, å etc, etc. Can somebody help please????

  • Building Module Pool using Objects ?

    Hi, I want to develop custom module pool programs / transactions, using ABAP Objects, can anybody please provide me some sample abap code ( or links ) or coding conventions to develop a custom transaction using ABAP objects. thanks and regards, Navne

  • PXI 6239 counter

    Hi,      I have PXI-6239 card , i have many query on this card .Does this card requires any external voltage for counter input and timer output .I am not able to read timer output i have done a code for this everthing is correct eventhough i am not r

  • Can't open file, not enough memory (RAM)

    This message pops up when I try to open certain files on Photoshop CS and it's ridiculous because I have loads of memory, and it previously opened much bigger files with no problem.  Sometimes it works if I close and open Photoshop and try again, but