Information Broadcasting Authorization at Query Level

Hi,
I would like to know, is there any way to authorized a user at query level in information broadcasting?
For example, there are three plant P1,P2 and P3 showing in Query, now i want to broadcast this query to E-mail to two user U1 and U2 in following manner.
1.) User U1 get only Plant P1 Data.
2.) User U2 get only Plant P2 Data.

Yes, you can do that. For that;
Plant should be authorization relevant info object
(ii) you must have roles to give access to users at Plant level
(iii) Users U1 and U2 must be SAP user IDs and should have required role for Plant access
(iv) Query to be broadcasted must have auhtorization variable for Plant
Once the basic setup is ready, you can test it by executing the report for individual users U1 and U2 and they should see data only for respective Plants.
Now in the broadcasting setting, specify the users U1 and U2 in User box seperated by semi-colon and tick the checkbox "User Specific" - this will make sure that data is executed as per the data aurthoziation and also format will be selected as per the user profile (date format etc).
If U1 and U2 are not the SAP users, you will have give their email addresses and will have to create two different broadcast settings to send data for selection plants.
I hope it helps.
Regards,
Gaurav

Similar Messages

  • Information Broadcasting - change to query does not show

    Hi,
    I'm on BW 3.5 and have created a scheduled Information Broadcasting setting for a query, that is emailed. This has been working fine for some weeks.
    I have now changed the query, removing two key figures and replacing them with two formulas.
    The output from Information Broadcasting does not show the new key figures, nor does it show the old key figures (!). I have maintained the IB setting, edited text in the message and saved it. The text has changed, but not the query content.
    So, how does one make Information Broadcasting recognise query changes? Obviously, I could delete the setting and set up a new one, but this is a poor solution - there must be a better way. Or not?
    Thanks,
    David

    Hi Dave
    Can you please post the result for this issue or mail me the solution at [email protected]
    i am facing the same issue and need to solve this problem asap.........
    thanks
    prat

  • Error in Information Broadcast

    Hi all,
    I have created one query in multicube with time variable. The variable is an user-exit type and gets the date of yesterday automatically. I would like to broadcast this report daily. However, the report content cannot update automatically in email while it is correct in web. Please help.
    Thanks,
    Cherry

    Hi,
    The report is daily sales report. The report content means the sales figures. The sales figure is extracted according to the time variable. The time variable is an user-exit to get the date of yesterday. When I execute the query in web through Query Designer, the time variable is work. The sales figures can update according to the value of time variable.
    Then I tried to set the information broadcast for that query and schedule job periodically, which is same as the steps you mentioned. However, the figures in emails I sent out are the same everyday. The figures cannot update in email based on the time variable.
    Please help.

  • Error when executing a Query through information Broadcasting

    Dear SDN,
    We have configured information Broadcasting in the Web Reports---
    Scheduled and then when executing the following error is coming
    500 internal server error - Microsoft internet explorer
    Error when processing your request
    What has happened?
    The URL http://xyz.com:8000/sap/bw/BEx was not called due to an error.
    Note
    The following error text was processed in the system BWD : Please enter a valid value for characteristic 0CALMONTH.
    The error occurred on the application server asalbwd_BWD_00 and in the work process 0 .
    The termination type was: ERROR_MESSAGE_STATE
    The ABAP call stack was:
    START-OF-SELECTION of program RSRD_BROADCAST_PROCESSOR
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system BWD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server asalbwd_BWD_00 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server asalbwd_BWD_00 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-http-c:900-u:VENKAT -l:E-s:BWD-i:asalbwd_BWD_00 -w:0-d:20080708-t:133744-v: ERROR_MESSAGE_STATE-e:Please enter a valid value for characteristic 0CALMONTH.
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team
    Please suggest us to resolve this error..
    Help will be greatly appreciated with points..
    Thanks in advance

    Hi
    Thanks...
    I have given only Fiscal Year/Period Variable
    Other than Fiscal Year/Period Variable....No Variables in that Query..
    In FI Queries, I did not use 0CALMONTH Variable...
    I do not know why it is giving that error..
    Please suggest us to resolve this error..
    Thanks in advance

  • Query Level Analysis Authorization

    Experts,
    I have a requirement to provide Analysis Authorizations at a QUERY level.  For example, I have two analysis authorizations: (1) Org Unit and (2) Material Number.  I populate each of these Analysis Authorizations using a BEx Variable (through RSECAUTH) and customer exit "EXIT_SAPLRRS0_001".  In the user exit I look up what authorizations the user has for each field in a custom table.  For example, User A has access to Org Unit ORG1 and Materials M1, M2, M3.  User B has access to Org Unit ORG2 and Materials M4, M6, M8.  The Analysis Authorizations are assigned to the users via S_RS_AUTH object and it works perfectly.
    However,  we now have a new report, where we would like continue restricting the user to ORG1 but allow them to see ALL Materials.  But this requirement is only for a couple of reports. All other reports should continue to enforce BOTH restrictions.
    I don't see a way to determine which query the user is running.  In the user exit for normal variable exits, I can reference the field i_s_rkb1d-compid which has the query technical name.  But when filling the authorization variable in I_STEP = 0, that field is not populated.
    Has anyone experienced a way to create authorizations at a query level?  Is there an SAP InfoObject like 0TCAACTVT where I can specify a query name?  Your help is greatly appreciated.  Thanks!
    J

    Hi,
    SAP BW Authorization is definitely different from R/3 authorization. Why? Well, first, R/3 authorization usually involves up to the transaction code level. But for SAP BW, the mostly used transaction is "RSA1" and "RRMX". Therefore, authorization based on transaction code alone, is definitely not sufficient.
    So how do we design authorization in SAP BW? There's a few authorization objects that relates to SAP BW.
    For reporting, you will most probably use the following SAP BW authorization object:
    S_RS_COMP - Reporting Component, here is where you control the query authorization blah blah.
    S_RS_COMP1 - Reporting Component Owner, you can control users to only be able to access report created by Power Users, here.
    S_RS_FOLD - Disable/Enable the 'InfoAreas' button.
    Besides that, you will also need to configure the following authorizations:
    S_RS_ICUBE - Infocube authorization
    S_RS_ODSO - ODS Objects
    S_RS_HIER - Hierarchy Authorization
    For SAP BW administration purposes, aside from the above, you also need to configure the following authorization objects:
    S_RS_ADMWB - Administrator Workbench
    S_RS_IOBJ - Info Objects authorization
    S_RS_ISOURCE - Transaction Infosource
    S_RS_ISRCM - Master Data Infosource
    There that's what you need for authorization. Anyway, to achieve "field level" authorization like those in R/3, you can create a customize object, select the infoobject that has been set "authorization relevant", and add it in the authorization matrix, and walla, you got "field level" authorization.
    and refer the below link,
    Re: BI 7.0 Analysis authorization- How to control
    Hope it helps you,
    Regards,
    Ravindra.

  • BEx Query output in Enterprise Portal using "Information Broadcasting"

    Dear Experts,
    I am having BEx Query output in Enterprise Portal
    EP 6.0 and BW 3.5 version
    I am trying to send email attachments from
    Portal Query directly
    using "Information Broadcasting"  tab button
    ==================================
    Email gets triggered Okay,
    but Portal URL link is not showing correctly
    Here is an Online Link to the BI Document: http://mtv01spbw01.businesssap.com:8100/sap/bw/BEx?CMD=LDOC&INFOCUBE=0CRM_OPPH&QUERY=0CRM_C04_TESTQ001
    <b>The URL above is coming wrongly,
    I want it to point to
    http://mtv01spbw01.businesstree.com:8000/sap/bw/BEx?CMD=LDOC&INFOCUBE=0CRM_OPPH&QUERY=0CRM_C04_TESTQ001</b>
    Please help me to correct this error / wrong configuration
    any help links would also be appreciated
    Thanks,
    Aby Jacob

    Hi Jacob,
    Here, p/s refer to this links.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ca6de811-0c01-0010-43b2-c64584eef943">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ca6de811-0c01-0010-43b2-c64584eef943</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/84/30984076b84063e10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/84/30984076b84063e10000000a1550b0/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/84/30984076b84063e10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/84/30984076b84063e10000000a1550b0/frameset.htm</a>
    OSS Notes : 760775
    Hopefully it can helps you a lot.
    Many thanks.
    Regards,
    Niel.
    (Many thanks for any points you choose to assign).

  • How to stop the information broadcasting mail if the output of the query is

    Hi everyone, We have a requirement to not to send the information broadcasting mail in case if the query output is blank (ie no applicable data). However as per the schedule the mail should go in case if there is applicable data. In other words, users are not interested in opening the broadcasted mail to see if there is any applicable data or not. Inputs will be certainly rewarded
    Kathir

    Hello,
    Create an exception or condition for this report then use the "broadcast according to exceptions" option.
    Regards,
    Michael

  • What authorizations for Information Broadcasting are required?

    Hello experts, this is a scenario which has recently arisen. We have the BEx Broadcaster properly configured for e-mail broadcasting at least. Users need to be able to use the Broadcaster, in particular the e-mail function for WAD reports. However, we do not know what roles/profiles/transactions must be assigned to them. Whenever users call the broadcaster, the broadcaster wizard popup window opens but displays nothing (sends a "page not found" error). We know it is properly configured since we tested it with a user with profile SAP_ALL and it worked correctly. Since no one has that profile assigned (because of obvious reasons), the Broadcaster cannot be used.
    Any suggestions?

    Hi, thanks for the links. The users are now able to do information broadcasting. Unfortunately, some users are receiving the following error:
    Access Denied
    ¿What happened?
    Call to URL http://myhost:8000/sap/bw/Mime/BEx/Misc/PleaseWait.html was cancelled because logon data is incorrect.
    Note:
    System login was executed on system BWP No logon data is displayed
    ¿What can you do?
    If you do not have a user ID, contact the system administrator
    Error Code: ICF-LE-http-c:500-I:S-T:-C:6-U:-P:-L:7
    HTTP 401 Unauthorized
    Your computer Internet Communication Framework SAP
    As far as I have seen, this error is not affecting the information broadcasting operations (users are, for example, sending and receiving e-mails correctly). However, I know that there could be some functionalities not working due to this and I would like to fix the error.
    Any suggestions?

  • Information broadcasting in BI7.0

    Dear friends,
    Could you pls help me with the procedure to configure the information broadcasting in BI7.0.
    Pls help us with the below information
    1.prerequiste for information broadcasting
    2.How to configure bex broadcaster?(is there any step by step procedure doc?)
    3.As per our understanding we can access bex broadcaster in web environment only(in browser).Is there any other way to access bex broadcaster to email the reports to the users?.
    4.Is precalculation server is mandatory to execute and email the reports?
    Thanks in advance for your time and help.
    Regards
    Soujanya

    Overview: Integration into the Portal
    Use
    A number of settings need to be made in the BI system for the integration of SAP NetWeaver BI and SAP NetWeaver Portal. Some settings depend on one another, which is why we recommend that you follow the given sequence when you maintain settings in the BI system and in the portal. The report Maintain Settings for Integration into the Portal (report RSPOR_SETUP) supports BI system and portal administrators in setting up a secure connection in both directions, step by step. First the report asks you to make the required entries and then automatically determines additional specifications that you either have to enter manually, or that are entered automatically when the steps are performed.
    Template Installer
    As an alternative to report Maintain Settings for Integration into the Portal (report RSPOR_SETUP), you can use the template installer. The portal-based template installer enables the automatic configuration of the settings required in the portal and in the BI system. For more information, see Template-Based Configuration.
    Requirements
    Before you start to maintain settings, you enter general information. This information is used, in part, by various steps. If you determine this mandatory information at the start, you can perform the steps in a simple, logical sequence.
    The report summarizes these specifications in the selection screen. The specifications are saved for the current session so that the transactions for the individual steps can be called separately from the SAP Reference IMG.
    BI administrators require authorization for transactions SM59, SMGW, RZ10, STRUSTSSO2, SM30 (table RSPOR_T_PORTAL) and, in some circumstances, STMS.
    Portal administrators need to have the portal roles super_admin_role and com.sap.ip.bi.business_explorer_showcase assigned to them. They also need to have access to the portal file system.
    It is recommended that, from an organizational point of view, BI and portal administrators work together closely.
    Connections Between SAP NetWeaver BI and SAP NetWeaver Portal
    This report supports you in establishing connections between BI and the portal. The portal communicates with BI using the Web protocol http or https. Communication is establised based on the system object in the portal.
    BI uses an RFC connection to communicate with the portal. The portal is the RFC server and BI is the RFC client. The report is used to create an RFC destination.
    Single Sign-On Between SAP NetWeaver BI and SAP NetWeaver Portal
    Single Sign-On saves you having to log on to BI and the portal separately. Single Sign-On uses SAP Logon Tickets. SAP Logon Tickets are created in the source system and contain the system ID, user, validity, and a digital signature. The digital signature is created by using the private key of the certificate. In the target system, the signature is verified by using certificates with public keys. The target system must trust SAP Logon Tickets from the source system; this requires the source system to be entered in the access control list (ACL).
    For single sign-on to work correctly, the URL must be fully specified with the host name and domain. For this reason, you must also specify the portal URL prefix and domain in step 3. When you call BI iViews within the portal, the hostname from SAP NetWeaver AS determined in step 7 is used if this is a Web template from BEx Web Runtime 3.x For this reason, you must also specify the domain there. See the documentation for different domains under SAP Library -> SAP NetWeaver -> Security -> User Authentication and Single Sign-On -> Authentication on the Portal ->Single Sign-On -> Single Sign-On with SAPLogon Tickets -> SAP Logon Tickets for Multiple Domains.
    Standard settings
    The individual selection screen values are now described. For a more detailed description of these values, see the documentation on the individual steps.
    Creating RFC Destinations in the J2EE Engine
    Program ID: The program ID is the name of the registered server program (see step Creating RFC Destinations for the Portal).
    Portal Directory: The Portal Directory is used to start the SAP J2EE Engine Administrator tool. The file ./admin/go.bat has to be in the directory. The SAP J2EE Engine Administrator can also be installed locally on the administrator's PC for remote access to the portal server.
    BI User and BI Password: The BI user and the BI password are used by the J2EE Engine to request signatures from the RFC function modules in the BW system. Users can be compared using ALEREMOTE.
    Creating RFC Destinations for the portal
    User-Defined RFC Destination, Program ID as RFC Destination and RFC Destination : This report allows you to choose any name for the RFC destination. Otherwise the program ID is used (see above). If you choose a user-defined name, enter the name under RFC destination.
    RFC Description: The RFC description is the text that is displayed in the BEx Web Application Designer and BEx Query Designer applications as the description of the connected portal.
    Maintaining Portal Server Settings for the Portal
    Default: To select a portal as the default portal, select the Default indicator. A warning will be produced if another portal is already marked as the default portal.
    Portal URL Prefix: The Portal URL prefix is required for input help in the BEx Broadcaster. The report uses the portal URL prefix to list particular iViews for maintaining or testing the settings. The portal roles super_admin_role and com.sap.ip.bi.business_explorer_showcase are required for calling these iViews.
    Prefix of RM for BI Metadata: The RM prefix for BI metadata is required in the step Setting up Repository Managers for BI in the Portal and also has to be maintained in the portal server settings. The prefix determines the path in Knowledge Management under which BI metadata is accessed by the Repository Manager.
    Exporting the BI Certificate into SAP BI
    Export Path and Export File Name: The BI certificate is saved under the specified path and file name and can then be imported into the portal.
    Creating BI Systems in the Portal
    Path in Portal Content and Name in Portal Content: The BI system in the portal is created under the specified path and name in the Portal Content Studio.
    Template for Defining BI Systems in the Portal: As a template, you can choose either System with Load Balancing orSystem with Application Server when creating a BI system in the portal. The necessary information is determined and displayed depending on the template you select.
    BI Properties: The following properties are specific to a BI system. If the identifier BI Directory Provider is activated, the BI system is displayed in open dialog when selecting queries or InfoProviders. The properties BI Documents for InfoProviders, Master Data, and Metadata contain the path to the respective CM Repository Manager for storing BI documents in Knowledge Management. These properties are used when the documents are migrated to Knowledge Management.
    The property BI Master System means that the BI system is the central persistent store in the portal. The BI master system is used to read and execute Web templates. The running BI Web Runtime requires exactly one BI master system within a portal.
    System Alias: Every system in the portal requires a system alias. You can enter any value. SAP recommends that you use the logical system name as the alias.
    Creating System Alias SAP_BW: For the portal role Business Explorer com.sap.ip.bi.business_explorer_showcase, a BI system is required in the portal with the system alias SAP_BW. Note that there can only be one system with the alias SAP_BW.
    Configuring User Management in the Portal
    Logon Ticket Client: The logon ticket client can be any value between 000 and 999. The client is necessary if several portals with identical portal SIDs are connected. This is not normally the case and the default value can usually be transferred. You have to enter the client when you import the portal certificate into the BI system.
    Exporting the Portal Certificate into the Portal
    Portal SID: The portal SID is required so that naming conventions are observed. It has to be entered when you import to the BI system.
    Import Path and Import File Name: The portal certificate should be saved under the specified path and file name and can then be imported into the BI system.
    Maintaining User Mapping in the Portal
    User-Mapping User and User-Mapping Password: The user-mapping user and password are used to check user assignment. This information is not absolutely necessary but does ensure that all settings have been made for a secure connection from the BI system to the portal.
    Activities
    1. Determine the mandatory information described above.
    2. Execute the activity (= report Maintaining Settings for Integration into SAP Enterprise Portal ).
    3. Enter the mandatory information on the selection screen.
    4. Choose Execute.
    5. Choose Previous Step or Next Step to switch between the individual steps.
    6. To execute the step, choose Execute Step. The system either starts the necessary application so that you can enter information manually, or executes the step automatically.  For each step the report supports the start-up of the appropriate application for executing the step manually.
    Sequence of Steps
    SAP recommends that you perform the necessary steps in the following order:
    7. Create RFC Destination in J2EE Engine
    8. Create RFC Destination for the Portal
    9. Maintain Portal Server Settings for the Portal
    10. Maintain Single Sign-On in the BI System
    11. Export BW Certificate to the BI System
    12. Import BW Certificate to the Portal
    13. Create BW System in the Portal
    14. Configure User Management in the Portal
    15. Export Portal Certificate to the Portal
    16. Import Portal Certificate to the BI System
    17. Set Up Repository Manager for BW in the Portal
    18. Maintain User Mapping in the Portal
    19. Import SAP Basis Plug-In to the BI System
    The documentation for the individual steps describes the manual process. The report Maintaining Settings for Integration into the SAP Enterprise Portal (report RSPOR_SETUP) executes some of these steps automatically..

  • Information broadcasting- Excel

    Hi All,
    Our business is divided into 50 Regions. For every region there is a Regional Manager.
    There is a query which will take 0Calmonth & Region as inputs and gives the Sales Across the regions.
    every month on 1st we have to manually enter the values and save 50 workbooks according to region & sen them to the corresponding Managers.
    What is the best way to do this using Information broadcasting.
    Online links are not Accepted for the Managers . So we have to send them the Output report only.
    Please Help me regarding this.

    Hi,
    I think there are two ways of doing this.
    1. Authorization. - If you create authorization object for sales org and assign each of the 50 managers their corresponding sales org and in the query use a filter for calmonth which is calculated using SAP exit and it wouldreturn the currnt fiscal year period and then you could offset it by -1 to get the previous fiscal year period.
    In the broadcast setting mention user specific and the authorization for sales org will ensure that only dataset authorized for a manager will be sent to him.
    You can have all 50 manager assigned to one role and then assign the role as recepients , so that the workbook gets broadcasted to 50 manager at the monthend for the previous month.
    2. Bursting. In this cast you would have to modify your data model so that the region object has the attribute user name or mail id and then if region is being used in the provider , data from the provider for the authorized region is sent to the user.
    Here the limitation is you cannot have more than one manager assigned to the same region.
    If you have the attribute of region as email id and maintain distribution groups in the mail server  then you could have multiple managers for a region . (have not tested this)
    I think 1 st option is beeter.
    Regards,
    sunmit.

  • Information Broadcasting(urgent)

    Dear Folks,
    Here requirement is need to send query alerts using information broadcasting.
    In the Braodcast settings Distribution type is showing only "<b>BroadCast Email</b>", no other options are showing..
    I want to select "<b>Broadcast according to exception</b>" in Distribution type,but its not showing..
    how will get the above option..is there any setting required...
    its urgent please reply as early as possible..
    Regards,
    Sudhir

    Hi,
    Thanks for quick response..
    As you said in Distribution type  only Broadcast Email is showing in drop down its not showing any other option like "Distribute accoriding to exceptions"
    For showing these options..is there any authorizations required..
    Here I am explaining you how I started Broadcast settings..
    1.Open Query using URL( this URL got it from SCIF transaction)
    2.There it is showing Information Broadcasting option(Push button)
    3. in query settngs I selected particular query to broadcast..
    4.then I selected Create new setting..
    In distribution type its only showing Broadcast Email..its not showing desired one..
    Its urgent..please shed on lights in this query..
    Regards,
    Sudhir

  • SAP Information Broadcaster

    Hi Friends,
    Can any one give info about the SAP Information Broadcaster ?
    Regards
    Vijaya

    Hi Vijaya,
    You can use 'Information Bradcating' whenever we want to distribute queries, query views, Web templates, or reports to Predefined distribution channels like e-mail, portal, or printer.
    The following distribution types are often used in BEx broadcaster:
    1. Broadcasting Via e-mail:
    Routine activity of sending a report Via e-mail For e.g. Daily Production or weekly Sales etc.
    2. Broadcasting by Exception:
    Send E-mail only when some exceptions are met. For e.g. Sales Value for a day less than 5000 Qty or Sales Exceeded 10000 Qty etc. This requires some customization in alert categories so that you will get this option in distribution type as ‘ Broadcasting by Exception’.
    3. Filling OLAP Cache:
    Run the query in Background so that subsequent fetches need not hit the data target (cube, ODS…) instead that information can be picked up from the Cache.
    You can reach Information broadcasting via many routes.
    Via Query Designer - Click on the Drop Down next to Publish' - BEx Broadcaster - Create a new setting.
    In some cases you cannot see schedule button. That is a authorization problem. You need to get authorization S_RS_BCS.
    Trust this helps.
    Thanks n Regards

  • Issue with Information broadcasting and pre-cal server in SAP BI

    Hi Experts,
    I have issue with information Broadcasting and Pre-cal server. I have a worrkbook whcih runs from information broadcasting in pre-cal server. Workbook is desinged on single query and workbook contains visual basic code. workbook has a variable which is controlled by Control query in information broadcasting.
    I have 20 employees every month I need to send workbook via e-mail from information broadcasting.  The problem is sometimes all 20 employees will recieve e-mails and sometimes not. I identified there is something wrong in workbook or in pre-cal server.
    because after workbook calculation in pre-cal server is not pushing to SOST so there is something wrong in workbook or in pre-cal server.
    I closely observed pre-cal server front end log. There are few operations performing on workbook in pre-cal server
    like Open workbook, Calculate workbook, Save woorkbook and close workbook. In success case pre-cal sever is performing all the operations but in failure case pre-cal server is missing Close workbook case.
    Below log In pulled from pre-cal server
    Can you please tell what could be the problem.
    Successful job
    3/11/2011 9:29:46 AM (3) -> RS_PREC_LAUNCH_EXCEL i nvoked in thread 3 and job 'BIBCAST4L4EIS7TOR5BWG0
    2PCUG9ZPPP'. nvoked in thread 3 and job 'BIBCAST4L4EIS7TOR5BWG0
    3/11/2011 9:29:46 AM (3) -> InitConnection in thre ad 3
    3/11/2011 9:29:46 AM (3) -> Trying to open "C:\Pro gram Files\Common Files\SAP Shared\BW\BExAnalyzer.
    xla" gram Files\Common Files\SAP Shared\BW\BExAnalyzer.
    3/11/2011 9:30:18 AM (4) -> RS_PREC_GET_SERVER_STA TUS invoked.
    3/11/2011 9:30:18 AM (4) -> RS_PREC_GET_SERVER_STA TUS finished
    3/11/2011 9:30:35 AM (3) -> Using Version 7100.4.1 200.35 of BExAnalyzer.xla
    3/11/2011 9:30:35 AM (3) -> PID of Excel process: "2504"
    3/11/2011 9:30:35 AM (3) -> EndOfInitConnection in  thread 3
    3/11/2011 9:30:35 AM (3) -> RS_PREC_LAUNCH_EXCEL f inished
    3/11/2011 9:30:36 AM (0) -> Calculation Request 91 1A35ED029D4D79DD7A000200000000 received for job 'B
    IBCAST4L4EIS7TOR5BWG02PCUG9ZPPP'. 1A35ED029D4D79DD7A000200000000 received for job 'B
    3/11/2011 9:30:52 AM (6) -> RS_PREC_GET_SERVER_STA TUS invoked.
    3/11/2011 9:30:52 AM (6) -> RS_PREC_GET_SERVER_STA TUS finished
    3/11/2011 9:31:22 AM (0) -> Opening workbook: C:\W INDOWS\TEMP\BW\Analyzer\Workbooks\SAPBEXPRECMML4NN
    DVLYAPC2SYIC7F1AAIO_0.xls INDOWS\TEMP\BW\Analyzer\Workbooks\SAPBEXPRECMML4NN
    3/11/2011 9:31:43 AM (0) -> Refresh BExAnalyzer.xl a!MenuRefreshPrecalc returned with 1.
    3/11/2011 9:31:43 AM (0) -> Calculated workbook C: \WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECMML
    4NNDVLYAPC2SYIC7F1AAIO_0.xls saved. \WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECMML
    3/11/2011 9:31:43 AM (0) -> Calculated workbook C: \WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECMML
    4NNDVLYAPC2SYIC7F1AAIO_0.xls closed. \WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECMML
    3/11/2011 9:31:44 AM (0) -> Excel based operations  finished.
    Failure job
    3/10/2011 10:22:58 AM (1) -> RS_PREC_LAUNCH_EXCEL invoked in thread 1 and job 'BIBCAST4L41566ZBZDN2N
    TGJR0462ZFX'. invoked in thread 1 and job 'BIBCAST4L41566ZBZDN2N
    3/10/2011 10:22:58 AM (1) -> InitConnection in thr ead 1
    3/10/2011 10:22:58 AM (1) -> Trying to open "C:\Pr ogram Files\Common Files\SAP Shared\BW\BExAnalyzer
    .xla" ogram Files\Common Files\SAP Shared\BW\BExAnalyzer
    3/10/2011 10:23:20 AM (3) -> RS_PREC_GET_SERVER_ST ATUS invoked.
    3/10/2011 10:23:20 AM (3) -> RS_PREC_GET_SERVER_ST ATUS finished
    3/10/2011 10:23:44 AM (1) -> Using Version 7100.4. 1200.35 of BExAnalyzer.xla
    3/10/2011 10:23:44 AM (1) -> PID of Excel process:  "2544"
    3/10/2011 10:23:44 AM (1) -> EndOfInitConnection i n thread 1
    3/10/2011 10:23:44 AM (1) -> RS_PREC_LAUNCH_EXCEL finished
    3/10/2011 10:23:44 AM (5) -> Calculation Request 9 11A35ED02654D789871000900000000 received for job '
    BIBCAST4L41566ZBZDN2NTGJR0462ZFX'. 11A35ED02654D789871000900000000 received for job '
    3/10/2011 10:24:27 AM (0) -> RS_PREC_GET_SERVER_ST ATUS invoked.
    3/10/2011 10:24:27 AM (0) -> RS_PREC_GET_SERVER_ST ATUS finished
    3/10/2011 10:24:31 AM (5) -> Opening workbook: C:\ WINDOWS\TEMP\BW\Analyzer\Workbooks\SAPBEXPRECQB2VE
    A8O8D8FBHYCR4HVB5UI8_0.xls WINDOWS\TEMP\BW\Analyzer\Workbooks\SAPBEXPRECQB2VE
    3/10/2011 10:24:52 AM (5) -> Refresh BExAnalyzer.x la!MenuRefreshPrecalc returned with 1.
    3/10/2011 10:24:52 AM (5) -> Calculated workbook C :\WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECQB
    2VEA8O8D8FBHYCR4HVB5UI8_0.xls saved. :\WINDOWS\TEMP\BW\Analyzer\Workbooks
    SAPBEXPRECQB
    Thanks in advance
    Narendra

    Hi Ravikanth,
    Thank you very much for the reply
    I went into RSPRECADMIN and clicked on 'Display Current Queue'.  There we have 3 sections
    1) Queue Overview of Open Precalculations
    I can see this section is always blank after running IB also
    2) Queue Overview of Current Precalculations
    In this section I can see an entry after running IB and duration is changing. but some time workbook in this section will never processed but the duration column is changing may be something is happening at this stage.
    If the entry is not proccessed in this section and IB SM37 job will never end. I manually cancelled the job from SM50.
    Don't why the workbook is taking long time and will never end even though I cancelled the SM37 IB job.
    3) Queue Overview of Proccessed Error-Free Precalculations
    All the error free workbooks which means all pre-cal server completed workbook calculation and sent to SOST.
    I manually ran the workbook for all the 20 employees I can't find any pop-up message (earlier we have pop-up windows appearing because of VB code and when report returns no data and we fixed the pop-up issues)
    Can you please help me further to trace the error.
    Thank you
    Narendra

  • Information Broadcasting in SAP BI 7.3

    Hi All,
    We have a requirement to send a report to few recipients through Information Broadcasting in .CSV file. When I entered Info Broadcast setting through BEx analyzer, I am not able to find the option to send the file in .CSV format. I could only see MHTML, HTML and Links to current data. Could you please help me out in solving this?
    We are on SAP BI 7.3
    Thanks.

    Hello,
    Unfortunately it is only possible to broadcast with the output format CSV with a query or query view. That is by design.
    Best regards,
    Michael

  • Issue with controllable variable in information broadcaster jobs

    Hi
    I have a workbook with one query which displays different information on two tabs. This query has a controllable variable (customer exit) on "Material" from a query in another info cube.
    Everthing is fine when you execute the workbook as you can select the variable from another info cube. However, when I set up information broadcaster job for this workbook, the controllable variable only takes effect on the report in one tab and runs for everying for the report on the other tab.
    I tried to change the query slighly but keeping the same controllable variable and insert the new query into the other tab, it still doesn't work for me.
    Is this just the limitation of IB or anything else can be done to get the results I want?
    Kind Regards!  
    Feng

    no replys received

Maybe you are looking for

  • S-Video and analog L/R is gone

    After upgrading to Win 7 I no longer have input to S-Video/left-right analog Media Ctr m8034n PC. MuVee was the program used to input these analog signals into the PC. It also was lost. If I use any other program; and I have tried many, it does not s

  • Problem with ALV in Docking container

    Dear All, I have created an <b>editable ALV</b> in a <b>docking container</b>. In this ALV there are some custom buttons in the toolbar. In case a custom activity, in the toolbar, is executed some checks are performed which when fail an error message

  • Error when publishing on a second computer

    I'm well down the path developing my first iOS and Android apps. Because I'm on the road for the next few weeks, I've transferred stuff onto my MacBook so I can keep working on it. At least that's the plan. I'm working in Flash CS5.5 and both desktop

  • Oracle Reports SPREADSHEET option QUERY

    Has anyone used the SPREADSHEET option for exporting. Is there any mechanism or setting that we may have to set, so that I dont switch off wordwrap for each cell? Is there any mechanism or setting that we may have to set, so that I can see the gridli

  • Sequence error

    hi all, when i try to execute the below query i am getting ORA-02287: sequence number not allowed here update usr_role_t set role_id = (select ROLE_ID_SEQ.NEXTVAL from dual) where usr_id=(select usr_id from usr_t where usr_sys_id='muthva01'); can you