Java class for Information Broadcasting

Does anyone know what java class handles information broadcasting in 04s? Specifically, what class handle the batch execution of web templates and conversion to pdfs?
Thanks.

Hello,
Information Broadcasting uses the same infrastructure as in 3.x version (as far I know)
Regards, Karol
SAP BI Development

Similar Messages

  • InterMedia Java Classes for Servlets and JSPs and Netscape

    I am using the interMedia Java Classes for Servlets and JSPs to upload and retrieve multimedia data. I have found that it is much more performant in Internet Explorer (5.5) than in Netscape Communicator (4.7). In fact, I cannot upload images larger than 10K at all using netscape. However, the same image can be uploaded into the same application using IE. Is this a known issue?
    Thanks in advance.

    Hi,
    We have successfully uploaded multimedia data in the giga-byte range (Quicktime and AVI files) at the same speed with both the Netscape (4.7n) and MS IE (4.n and 5.n) browsers. One thing we have noticed is that its very important to set the manual proxy settings correctly if you have an environment with a proxy server. If you don't, then uploads can go via the proxy server and, for some reason, that seems to take considerably longer. For example, suppose you are in the www.xyzco.com domain and are connecting to a host named webserver.www.xyzco.com, then specify webserver and webserver.www.xyzco.com (to cover both cases) in the "Do not use proxy servers for..." box in the manual proxy server configuration screen. Also, if you're using a tool such as JDeveloper that uses the host IP address in the debugger environment, then you also need to add the numeric-based (nnn.nnn.nnn.nnn) IP address to this list.
    Hope this helps.
    In order to better understand the variety of ways in which our customers are using interMedia, we'd be very interested in knowing a little more about your application, the interMedia functionality that you are using, and how you are developing and deploying your application. If you are able to help us, please send a short email message with some information about your application, together with any comments you may have, to the Oracle interMedia Product Manager, Joe Mauro, at [email protected] Thank you!
    Regards,
    Simon
    null

  • JAXB to generate java classes for XSD.

    Hi
    I have a XSD, which is importing other couple of xsds in it, tried to generate java classes using xjc, it is throwing error.
    C:\vittal\Project\received\development-1\da_xsd>xjc -p com daAuthoring.xsd
    parsing a schema...
    [ERROR] Property "Alt" is already defined. Use <jaxb:property> to resolve thi
    s conflict.
      line 42 of file:/C:/vittal/Project/received/development-1/da_xsd/commonElement
    s.xsd
    [ERROR] The following location is relevant to the above error
      line 2205 of file:/C:/vittal/Project/received/development-1/da_xsd/daCommonEle
    ments.xsd
    Failed to parse a schema.Please let me know how to fix this issue.

    Thanks for information,
    I do understand xml well, and having basic knowledge on XSD.
    1. can i generate a java classes for a xsd which is including other XSDs.
    2. how to overwrite the issue, using annotation, point me to a location where i will get more information, that will be great help.
    here is my xsd.
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" xmlns:dctm="http://www.documentum.com" elementFormDefault="qualified">
         <xs:import namespace="http://dita.oasis-open.org/architecture/2005/" schemaLocation="ditaarch.xsd"/>
         <xs:import namespace="http://www.documentum.com" schemaLocation="dctmAttrs.ent.xsd"/>
         <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
         <xs:group name="alt">
              <xs:sequence>
                   <xs:element ref="alt"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="desc">
              <xs:sequence>
                   <xs:element ref="desc"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="title">
              <xs:sequence>
                   <xs:element ref="title"/>
              </xs:sequence>
         </xs:group>
         <!-- Elements in tblDecl.mod -->
         <xs:group name="colspec">
              <xs:sequence>
                   <xs:element ref="colspec"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="entry">
              <xs:sequence>
                   <xs:element ref="entry"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="row">
              <xs:sequence>
                   <xs:element ref="row"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="tbody">
              <xs:sequence>
                   <xs:element ref="tbody"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="tgroup">
              <xs:sequence>
                   <xs:element ref="tgroup"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="thead">
              <xs:sequence>
                   <xs:element ref="thead"/>
              </xs:sequence>
         </xs:group>
    </xs:schema>

  • Services in SICF for Information broadcasting.

    Hi gurus,
    Can anyone please help me with what all services need to be activated in SICF, a list of these services for information broadcasting to be successful. Points will be assigned accordingly.
    regards,
    Sree.

    Hi
    Please refer to following links these may b helpful for setting IB
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/40811e9c-4edd-2a10-06bd-c41e475f607a
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/709d747f-6b08-2b10-8f8c-b3e3c8c4ccd3
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d09dea78-b61a-2b10-c7ad-acd94d64079a
    We need to activate the SMTP services in SICF.
    Also Note 917950 - SAP NetWeaver 2004s: Setting Up BEx Web
    hope this helps..
    Sonal.....
    Edited by: Sonal Patel on Sep 11, 2009 4:16 PM

  • Simple java class for SQL like table?

    Dear Experts,
    I'm hoping that the java people here at the Oracle forums will be able to help me.
    I've worked with Oracle and SQL since the 90s.
    Lately, I'm learning java and doing a little project in my spare time. 
    It's stand alone on the desktop.
    The program does not connect to any database 
    (and a database is not an option).
    Currently, I'm working on a module for AI and decision making.
    I like the idea of a table in memory.
    Table/data structure with Row and columns.
    And the functionality of:
    Select, insert, update, delete.
    I've been looking at the AbstractTableModel.
    Some of the best examples I've found online (they actually compile and work) are:
    http://www.java2s.com/Code/Java/Swing-JFC/extendsAbstractTableModeltocreatecustommodel.htm
    http://tutiez.com/simple-jtable-example-using-abstracttablemodel.html
    Although they are rather confusing.
    In all the examples I find, there always seems to be
    at least three layers of objects:
    Data object (full of get/set methods)
    AbstractTableModel
    GUI (JFrame, JTable) (GUI aspect I don't need or want)
    In all the cases I've seen online, I have yet to see an example
    that has the equivalent of Delete or Insert.
    Just like in SQL, I want to define a table with columns.
    Insert some rows. Update. Select. Delete.
    Question:
    Is there a better java class to work with?
    Better, in terms of simpler.
    And, being able to do all the basic SQL like functions.
    Thanks a lot!

    Hi Timo,
    Thanks. yes I had gone thru the java doc already and  they have mentioned to use java.sql.Struct, but the code which got generated calls constructor of oracle.jpub.runtime.MutableStruct where it expects oracle.sql.STRUCT and not the java.sql.STRUCT and no other constructor available to call the new implementation and that is the reason i sought for some clues.
      protected ORAData create(CmnAxnRecT o, Datum d, int sqlType) throws SQLException
        if (d == null) return null;
        if (o == null) o = new CmnAxnRecT();
        o._struct = new MutableStruct((STRUCT) d, _sqlType, _factory);
        return o;
    here CmnAxnRecT is the class name of the generated java class for sqlType.
    Thanks again. Please let me know if you have any more clues.
    Regards,
    Vinothgan AS

  • Necessary Notes for Information Broadcasting

    Hi Gurus, I need some help in finding solution to this issue even my BASIS team wants me to find. Information Broadcasting (IB) can be accessed in 2 ways, from Query Designer and Web (if properly installed, we have additional tab apart from 'Data Analysis', 'Graphical Display', 'Information' and 4th tab is supposed to be 'Information Braodcasting'). We don't use WAD here.
    I can access it from Query Designer not from the query 'display on the web' as it doesn't have the additional tab for 'Information Broadcasting'. I am pretty sure that I need to recommend them to install some additional SP and notes. Please advice me on which SP is missing.
    This is urgent, so please respond immediately with some good answers.
    Thnx.

    The Precalc server is only needed if you want to use Information Broacasting to create and distribute Excel workbooks. 
    You probably want to install this on a separate PC or server, and if you use the IB to generate a lot of Excel wkbks, you may need more than one.
    You can install on your BW Team's PCs if you want, but if you intend to let end users Broadcast wkbks, then look at PC(s)/Server(s) under your control. The Precalc Server is a Windows service that runs on teh PC/Server. 
    More recent SPs (3.5 SP 19 or 20 I think) have delivered  the ability for the Precalc server to queue up wkbks, as it only can run one at a time.  Prior to the queueing functionality, you could run into problems if mutlitple wkbks were hitting the Precalc at the same time.  There is a new RSADMIN entry that lets you specify how large the queue should be, e.g. 10 wkbks, 20, etc.

  • Require License for Information broadcasting

    Hi There,
    I need to know whether there is a separate license required for information broadcasting? We are in BW7.
    If so, where could I get the document or details on license?
    Thanks alot
    Anima

    Hi,
    There is no separete license required for BEx Broadcasting.
      Check the below links for settings Bex broadcaster..
    http://help.sap.com/saphelp_nw04/helpdata/en/55/1b9940ccd42a54e10000000a1550b0/frameset.htm
    Check OSS note :760775 - Settings for Information broadcaster (BW 3.5 Version)
    Check the attachment in the OSS note 917950 - BI 7.0.
    Edited by: Siva Chidambaram on Jan 11, 2008 9:57 AM

  • Parallel processing for information broadcasting

    Hi SDN,
    How can we control parallel processing for information broadcasting in BI background management?
    Early answer is appreciated.
    Thanks in Advance.
    Namrata

    Hi,
    agree with the above postings
    you can find more details regarding this in below given link
    http://help.sap.com/saphelp_nw70/helpdata/en/ef/4c0b40c6c01961e10000000a155106/frameset.htm
    hope this helps
    Regards,
    rik

  • Settings for information broadcasting

    Hello,
      Can someone tell me where I can go and delete information broadcasting settings to stop emailing.  I created a few test queries and also scheduled information broadcasting for those queries.  Those queries were deleted without deleting information broadcasting settings.  Now I need to go in and delete settings for those queries to stop getting emails from them.
    Thanks,
    Syed.

    SAP BW 3.5 Information Broadcasting: Overview
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c39fb990-0201-0010-abae-ba08ada8026b
    Configuration for Information Broadcasting
    http://help.sap.com/saphelp_nw04/helpdata/en/84/30984076b84063e10000000a1550b0/content.htm
    check these you will get the detail settings where you can do...

  • Sizing Guidelines for Information Broadcasting Setup in BI 7.0

    Dear All,
    Can anyone provide information related to sizing/setup for information broadcasting setup in BI 7.0 .
    Regards,
    Santosh

    Hi,
    These are the settings needed for the broadcaster:
    http://help.sap.com/saphelp_nw70/helpdata/en/55/1b9940ccd42a54e10000000a1550b0/frameset.htm
    Eddy
    PS. Reward useful answers and earn points yourself

  • Data change Event for Information Broadcasting

    Hello Forum
    This is regarding problem with "Data change Event for Information Broadcasting".
    We have integrated the evening in a separate chain which is scheduled after the transaction data load.
    In the settings for the event we have mentioned the infoprovider name based on which the reports are to be distributed.
    Now, when the process chain is executed it does not distributes any reports though the data is changed in the infoprovider.
    However when executed again its distributing it,any ideas what the problem is ?
    Regards
    Ashish

    Hi,
    Check out the t.code  RSRD_LOG.
    have a check at the below link for monitoring via email
    http://help.sap.com/saphelp_nw04/helpdata/en/44/5b2341144ba52fe10000000a155106/frameset.htm

  • Generic Java class for working with Context Nodes

    Hi,all
    I would like to write generic Java class for working with Context Nodes:
    populating node,
    add element to node,
    update node element,
    remove node element
    Any ideas how can I do it?

    Hi,Armin
    Thanks for your answer.
    I have many nodes with the same structure,but different data.
    I don't want to work with each one of them individually.
    This is the main reason.
    Regards,
    Michael
    Any ideas?

  • Prerequisites for Information Broadcasting

    Dear all
    Please provide me with the prerequisites for Information broadcasting  from BI
    Regards
    Aparnna

    Hi,
    Pls check the link.
    http://help.sap.com/saphelp_nw04s/helpdata/en/84/30984076b84063e10000000a1550b0/frameset.htm
    You need to define the precalculation server and then you have to specifythe webtemplate that determines the content of the email and you have to give the mail id in the distrubution list and then the precalculation is started from the BEx Broadcaster
    Regards
    Rajesh.

  • OAAM 11g R2: Unable to load java class for custom configurable action

    Need to configure a Configurable Action to get triggered for a particular action at a given checkpoint.
    Steps Followed:
    1. Created a java class implementing com.bharosa.vcrypt.tracker.dynamicactions.intf.DynamicAction, getParameters() and execute() methods were implemented in that java class.
    2. Added necessary jars from $ORACLE_IDM_HOME\oaam\cli\lib to the build classpath.
    3. Compiled and created a jar with it.
    4. Extracted the oracle.oaam.extensions.war file into a working folder.
    5. Added the Custom Jar created in step 3 into <working folder>/WEB-INF/lib/
    6. Changed the following in MANIFEST.MF in <working folder>/META-INF/:
    Specification-Version:11.1.2.0.1
    Implementation-Version:11.1.2.0.1
    7. Rejar-ed the oracle.oaam.extensions.war from the working folder using following command:
    jar -cvfm oracle.oaam.extensions.war <working folder>\META-INF\MANIFEST.MF -C <working folder>/ .
    8. Stopped the oaam_admin_server1, oaam_offline_server1 and oaam_server_server1.
    9. Deleted the oracle.oaam.extensions deployment from the weblogic.
    10. Deployed the newly created oracle.oaam.extensions as a shared library for oaam_admin_server1 and oaam_server_server1.
    11. Started all managed servers.
    But when I tried to create an action template with the java class I just created, it was throwing following error
    +java.lang.ClassNotFoundException: *+
    Unable to load configurable action class *. Ensure the class is made available in the class path.
    Referred following documents:
    1.      http://docs.oracle.com/cd/E27559_01/admin.1112/e27207/cfgactions.htm
    2.     http://docs.oracle.com/cd/E27559_01/dev.1112/e27206/cfg-action.htm
    3.     http://docs.oracle.com/cd/E27559_01/dev.1112/e27206/extend.htm
    Kindly help me. Thanks in advance.
    Edited by: 917717 on Dec 12, 2012 7:16 PM

    This thread is a bit stale but I thought it might help to clarify one point about custom jar files on UCCX.
    To properly load a custom jar:
    Upload it into the classpath directory in the document repository. 
    Select it under System | Custom Classes Configuration
    Finally you need to restart the CCX Engine and the CCX Administration services.  If you have HA you need to restart them on both servers. 
    Other notes:
    When referencing your class in the CCX Editor, use the fully qualified name of the class.  Lots of other classes use things like Element or Document so you need to be explicit. The editor only knows about the 20 native classes by their object names.  If you create a Document object in the editor you are really creating a com.cisco.doc.Document object.  If you loaded jdom.jar and you wanted a jdom document then you need to create an object of type org.jdom.Document.
    When compiling your custom jar files, be sure to compile for the version of Java that the CCX Engine runs.  In general UCCX 7.X and older use Java 1.4.  UCCX 8.X and higher use Java 1.6.  Several of the core Java classes had significant changes between 1.4 and 1.6. If you ran your code on UCCX 7 or earlier and now it fails in UCCX 8.X or higher, recomplile for Java 1.6 and you classes will likely work again.
    Finally, check for security violations in UCCX 8.X or higher.  Cisco has restricted some of the things you can do.  These URL's have more information:
    http://docwiki.cisco.com/wiki/Engine
    http://docwiki.cisco.com/wiki/Troubleshooting_Tips_for_Unified_CCX_8.0
    -Steven
    Please help us make the communities better.  Rate helpful posts!

  • Scheduling question for information broadcasting

    I am confusing between 2 options In information broadcast.
    1) executation at pre-defined time
    2) direct scheduling at background processing
    I have no idea what is the different of each.
    I read the sap help but it still does not make clear to me

    HI,
    In BI 7 we have various options..
    If you have Java Stack in BI server then it will use Portal and then there you can configure the settings, you need to give one technical name and then schedule the same.
    We faced the problem, in my system there is no Java Stack so we used BW 3.5 WAD in BI 7 system and then in WAD we configured the Broadcasting settings and saved with one Technical name then used RSRD_BROADCAST_STARTER program and create Varient for "Broadcasting settings and saved with one Technical name " and in PC after Cube load we given this Program with Varianet , so once dataloads will happen the reports will distributes.
    Thanks
    Reddy

Maybe you are looking for