Load Web Template in Parallel

Hi All
First i apologize if you see the message here and in BI General. i believe the message is related to that section:
hi All
due to the fact that the standard Web Template execute the Data Providers sequentially, i have created an IFRAME tag. i was expecting to have a parallel processing. unfortunately i see still a sequentially read. basically i have included four Iframe tag in a Web Template (each of them call a web template) and i am expecting to have at least two prallel processing according to OSS note 968283. Below is my code:
<TABLE cellSpacing=1 cellPadding=1 width="75%" border=0> <TR> <TD vAlign=top><IFRAME id=Frame name=Frame src="BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZZ_TEST1" width=800 height=600></IFRAME></TD> <TD vAlign=top>
<IFRAME id=Frame name=Frame src="BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZZ_TEST2" width=800 height=600></IFRAME>
</TD></TR> <TR> <TD vAlign=top><IFRAME id=Frame name=Frame src="BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZZ_TEST3" width=800 height=600></IFRAME></TD> <TD vAlign=top><IFRAME id=Frame name=Frame src="BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZZ_TEST4" width=800 height=600></IFRAME></TD></TR></TABLE>
basically i am calling 4 Web Tempalte (ZZTEST1,ZZTEST2,ZZTEST3,ZZTES4). what i see in SM50 is always one process and everything is processed sequentially. Question is: do i miss some parameters or what i do wrong? thanks for your help.
Mike

Hi,
In the below link, they have mentioned for excel printing.But there s code for print setting in HTML...may be it s common.just try.
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/webinars-nw-rig/business%20intelligence%20web%20printing%20with%20excel.pdf
thnks.

Similar Messages

  • Error when loading Web Template from Web Dynpro

    Hi Experts,
    I work on a BI ABAP server. I'm trying to integrate a BIApplicationFrame in my ABAP Web Dynpro application.
    First, I created a Web Template (named ZTPL_Z0AFSD_C01_Q0001) with Web Application Designer and I can run it from there. It works fine. The address looks like :
    http://pwdf2927.wdf.sap.corp:50300/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?TEMPLATE=ZTPL_Z0AFSD_C01_Q0001&DUMMY=2
    In my BIApplicationFrame in Web Dynpro, I give the server name (and port), the server type (ABAP) and the templateId (ZTPL_Z0AFSD_C01_Q0001). My application work and the BIFrame try to open the following address:
    http://usciq75.wdf.sap.corp:50010/SAP/BW/BEX?CMD=LDOC&TEMPLATE_ID=ZTPL_Z0AFSD_C01_Q0001 ...
    I receive the error:
    Error loading template ZTPL_Z0AFSD_C01_Q0001 
      Notification Number BRAIN 276 
    So, it looks like that the server is found but my Web Template is unknown for Web Dynpro. Did I forgot a step after the creation of the Web Template that would 'activate' it and make it visible? Why the two Web Address looks so different?
    Thanks for your answer
    Davy

    Hi
    Check
    Re: JCO$Exception:  RFC_ERROR_SYSTEM_FAILURE in WAD Template
    Also make sure that you have installed 0ANALYSIS objects from Business Content->Object types -> BEx Web Template and choose all 0ANALYSIS objects and install the same.
    Hope this helps
    Raja

  • Error when changing default web-template

    Hello experts,
    I´m facing the following problem and I don´t know what to do:
    I´ve created a new web template in WAD 7.0 and set it as deafult web template for ad-hoc analysis in transaction SPRO.
    When I want to execute a query in web e.g. from the Query Designer 7.0 I get an error loading web template (brain 276 / "template not found in master system").
    I´ve already checked note 1014795, but it doesn´t help, because I don´t want to start the template with RSRT or iView in Portal. I want to use my template as default template for BEx 7.0.
    Any idea??
    Thanks a lot in advance.

    issue solves: just entered the wrong technical name in spro... :/

  • Load Parallel Web Template

    hi All
    due to the fact that the standard Web Template execute the Data Providers sequentially, i have created an IFRAME tag. i was expecting to have a parallel processing. unfortunately i see still a sequentially read.
    basically i have included four Iframe tag in a Web Template (each of them call a web template) and i am expecting to have at least two prallel processing according to OSS note 968283.
    Below is my code:
    <TABLE cellSpacing=1 cellPadding=1 width="75%" border=0>
                  <TR>
                   <TD vAlign=top><IFRAME id=Frame name=Frame
                      src="BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZZ_TEST1"
                      width=800 height=600></IFRAME></TD>
                    <TD vAlign=top>
                      <P><IFRAME id=Frame name=Frame
                      src="BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZZ_TEST2"
                      width=800 height=600></IFRAME></P></TD></TR>
                  <TR>
                    <TD vAlign=top><IFRAME id=Frame name=Frame
                      src="BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZZ_TEST3"
                      width=800 height=600></IFRAME></TD>
                    <TD vAlign=top><IFRAME id=Frame name=Frame
                      src="BEx?sap-language=EN&bsplanguage=EN&CMD=LDOC&TEMPLATE_ID=ZZ_TEST4"
                      width=800 height=600></IFRAME></TD></TR></TABLE>
    basically i am calling 4 Web Tempalte (ZZTEST1,ZZTEST2,ZZTEST3,ZZTES4). what i see in SM50 is always one process and everything is processed sequentially.
    Question is: do i miss some parameters or what i do wrong?
    thanks for your help.
    Mike

    Hello,
    Have you found a solution because I have a similar problem.
    Thank you for your help.
    Catherine Bellec.

  • Long Query Runtime/Web-template Loading time

    Hi,
    We are having a very critical performance issue, i.e. long query runtime, which is certainly not acceptable by client as well.
    <b>Background Information</b>
    We are using web application designer (WAD) 2004s release to design front end of our reports built in BI 7.0 system.
    <b>Problem Area</b>
    Loading of web template on browser
    <b>Problem Analysis</b>
    Query taking so long time to run, whenever we load it through portal or even directly through web application designer. Current runtime for query is more than a min. And I have noticed that 95% of runtime is taken for loading variable screen. FYI – if I run query through Query Designer or BEx Analyzer, it takes 3-5 seconds to execute.
    We have taken all the statistics and everything proves that query is not taking any time to execute but it’s the loading time which creates bottle neck.
    <b>Possible Cause</b>
    Web template holding 11 data providers, 5 of which are based on queries and rest are on query views. These data providers load into memory in parallel which could cause delay.
    These data providers expose detailed variable screens. Out of 21 input fields, exposed by web template, 8 fields are based on hierarchy node variables and 1 on hierarchy variable. And to my knowledge each time hierarchy/hierarchy node variable loads complete hierarchy into memory whenever they are called (in other words, its not performance efficient to use hierarchies).
    I request you to please consider this as matter of high priority and provide me with suggestions to remove bottle necks and make the application performance efficient. Please let me know, if you need any further information.
    Thanks.
    Shabbar

    I would recommend you see how long the query execution actually takes without running from the web template. If actually the individual query takes long time then you need to do some performance improvement on back-end side (aggregates, indexing,... and so on).
    But the performance issue is only with web templates, then you need to find some notes on it, because, I remember we had to apply some notes in relations  of browser taking too long time to load the selection screen in web reports.
    After exhausting all the option, then I will implement precalculating the query result before hand using broadcaster.
    thanks.
    Wond

  • Error while loading the Web template "0ANALYSIS_PATTERN" (return value "4")

    I activated all 0* objects in BTMP  and checked that they are all activated, but I found errors when opening the BEx Web Analyzer
    Error messages :
    Error while loading the Web template "0ANALYSIS_PATTERN" (return value "4")
    ERROR: Command type SWITCH_AXES of object not recognized
    ERROR: Parameter GENERAL_TEXT_ELEMENT not recognized; check your metadata
    So I ran RS_TEMPLATE_MAINTAIN_70 (0ANALYSIS_PATTERN) version D report to check and choose validate.
    Error messages :
    Template Include Item HEADER_TEMPLATE unresolved or empty. Close and reopen template.     
    Template Include Item FOOTER_TEMPLATE unresolved or empty. Close and reopen template.          
    Width of object item:GROUP_ITEM:GROUP_ITEM_1 is very small (1amp;1)          
    Query  does not exist in the BI System (Object QU )
    Cannot instantiate data provider
    I also ran RS_TEMPLATE_MAINTAIN_70 (0ANALYSIS_PATTERN) version A and got the following errors:
    Command type SWITCH_AXES of object  not recognized
    Command type SWITCH_AXES of object  not recognized
    Command type SWITCH_AXES of object  not recognized
    Parameter GENERAL_TEXT_ELEMENT not recognized; check your metadata
    Parameter GENERAL_TEXT_ELEMENT of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command type SWITCH_AXES of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command type SWITCH_AXES of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command type SWITCH_AXES of object item:GROUP_ITEM:GROUP_ITEM_1 not recognized
    Command SWITCH_AXES cannot be located in parameter ACTION
    Command SWITCH_AXES cannot be located in parameter ACTION
    Command SWITCH_AXES cannot be located in parameter ACTION
    Parameter GENERIC_TEXT_BINDING of object item:GROUP_ITEM:GROUP_ITEM_1 cannot be higher-level node of GENERAL_TEXT_ELEMENT
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type DROPDOWN_ITEM cannot be a parent node of DATA_PROVIDER_REF
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of VISIBLE
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of LEGEND_POSITION
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of LEGEND_VISIBLE
    Item item:GROUP_ITEM:GROUP_ITEM_1 of type CHART_ITEM cannot be a parent node of LEGEND_ONLY
    Invalid parameter value  for parameter ACTION in object item:GROUP_ITEM:GROUP_ITEM_1
    Invalid parameter value  for parameter ACTION in object item:GROUP_ITEM:GROUP_ITEM_1
    Invalid parameter value  for parameter ACTION in object item:GROUP_ITEM:GROUP_ITEM_1
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    bi-Tag bi:item has unknown attribute key. Please check your spelling
    What could be the problem?

    hi,
      Please look into this note let me it helps...url=https://websmp202.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=917950&_NLANG=E]Note 917950 - SAP NetWeaver 2004s: Setting Up BEx Web[/url]
    check this link as well for [<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ca6de811-0c01-0010-43b2-c64584eef943">Bex Web Configuration</a>
    wht is the SP Level?
    Nagesh Ganisetti.

  • Parallel execution in a web template

    We have a web template with several queries. It is possible execute our queries with parallel execution?
    Thanks !!

    Hi Dani,
    currently all DP's are executed sequentially, because in general it would be possible that the dataproviders have influence on each other.
    i heard that sap is building a prototyp to allow parallelization in BEX web 7.0. But currently there is no release date known, May this will come with some enhancement package.
    You should consider the Functional enhancement schedule on http://service.sap.com/bi. If this feature will be released sometime, it will be listed there.
    best regards,
    Kai

  • Web Template - Executing Queries in Parallel

    I'm looking to find out if there is a way to execute queries in Parallel for a web template.  I think in 3.5 this was not possible, but I would think that with the new 2004s they would overcome this.
    Anyone have any details on this?
    Thanks,
    Ken Murray

    Kenneth,
    From my testing it looks like it works the same way as BW 3.X web run time.
    I have not seen any template settings or RSADMIN settings which will make the Data providers in a template run parallel, this will be great feature. Not sure whether this will be enhancement, will see what SAP has  to say on this.
    Let us know if you find more info on this.
    Thanks.

  • Want the load date/time show in a web template

    hi!
    Is there an easy way getting the date and time when data was last updated in a cube, and showing this in Web template?

    Hi,
    please choose Text Item -> Web Item Parameters -> Data Binding -> General Text Element -> Last Data update
    Regards
    Erwin

  • Disable button in web template

    Hi,
    I have a requirement wherein i have to execute a process chain through a click of a button in a web template.
    Is there any option to disable the button until the chain gets completed or can we disable the button until further refresh of the template?
    Also can we generate a message that "Data Load is in Progress" until the chain completes and on completion we can give "Load Successful" message?
    Kindly help me with this.
    Best Regards,
    Prateek

    Got it!!!

  • Query Documentation on Web Template ??

    Greetings BI Experts,
    I am using a standard Web Template 0ANALYSIS_PATTERN, made a copy of that to ZTEST1. I attached my query to the template and ran it.
    The  results came in fine ..what is worrying me.is that the user when clicks on the INFORMATION  field ..there is a TAB for Query Documentation  and that is empty.
    How do we create the documentation for a query...like general information and what kind of formula we are using etc.etc
    Do we have to write the documentation at the query level if yes how do we achieve that.
    I can see a Documents button in BI 7.0 Query Designer...
    We are currently on BI 7.0 SP 14
    Your responses will be reciprocated with points
    Thanks

    Hi there, any replies? Should I summarize my question?
    How do you notify users when data is not reliable? (caused by, for instance, data loading errors, query maintenance... so on).
    I once used system messages (sm02) to notify all those data failures, but now we want the notification not to be global, but to be specific for some user groups (or query groups), and visible when they execute any query.
    Thanks again,
    David.

  • Fix table header line of Query in default web template WAD 7.0

    Dear all,
    I would appreciate if somebody could help me to set parameters to fix the header line of a Web-Item DataProvider (Query) in the default web template 0ANALYSIS_PATTERN for the BEx Web Analyser. I mean I want to see the header line with the characteristics and key figures description even if I scroll down in the query. 
    My idea was to create a second frame in the template and to fill it with the same DataProvider just with the header of the Query. The problem is that the performance of the query would be badder if we load two Dataprovider/Query instead of one.
    Many thanks in advance for your answer and help!!!
    Best regards
    Abdel

    Hi Dion,
    Thank you very much for your answer! I have tried to find a paramter in the web application designer to do that, but without success. Now I have included a new container with the same Analysis Web Item, but it does not function! May you have a better idea??
    Thank you very much in advance for your help. I'll also post my question in a BI-Forum as you suggested. 
    Best Regards
    Abdel

  • Error while loading journal template in fdm 11.1.1.2

    Hi Guys,
    I am using Fdm 11.1.1.2. I am getting the following error while loading a journal template
    The following error I am getting while loading the template while using the option Select file from inbox
    Error- The remote server machine does not exist or is unavailable
    The following error I am getting while loading the template using the option upload file
    Error- file upload attempt failed.
    Detail- access to the path c:\hyperion\products\financial data quality\web server components\website\temporary export files\admin******.temp is denied
    An early response is highly appreciated
    Thanks & Regards
    pss

    Hi,
    Did you drop it as ADF table? Can you post the code snippet of your jspx page?
    -Arun

  • Error BRAIN 276 when you execute a Web template in BI Admin Cockpit in  EP

    Hi Experts,
    I have Installed BI Administration Business Packages in Portal and configured necessary steps in BI System.I have assigned the role in Portal and BI System.
    I tried executing one iview...and was getting the following error:
    Error loading template 0TPLI_0TCT_MCA1_Q0143
    and when i click on the above error ..i was getting another window which shows below message:
    Technical Information for Message:
    Error loading template 0TPLI_0TCT_MCA1_Q0143
      Notification Number BRAIN 276
    I was suggested by SAP Note 1014795 to do the below changes :
    TEMPLATE_ID=0TPLI_0TCT_MCA1_Q0143  To TEMPLATE=0TPLI_0TCT_MCA1_Q0143
    Please note that the above note says to replace  TEMPLATE_ID  by TEMPLATE in the property of "BEX Web application Query String" of the IView in Portal
    and also please note that i have Version=SAP BW 2.X/3.X in Iview Property .
    After having made the above changes iam getting the BEX Web Analyzer...where i have the options to open a query ( from all the infoareas of BI System).and then i will select the query (0TCT_MCA1_Q0143) and am executing the same to display the data.
    i know that this Is not the correct way of executing the iview for BI Admin Cockpit.
    Can anyone help me how to execute the Web Template automatically when the user clicks on IView ?
    we have all the above Web Templates Corresponding to BI admin cockpit in active mode in when checked from WAD 3.X , but when when i search for the above web templates in WAD 7.0 i do not find them
    Is there anything that i need to activate in BI System ? Or in Portal System?
    Or do i have to execute the above web templates in  BI WAD before linking them to portal iviews?
    Do we have to Migrate the Web Templates from  BW 3.5 to BI 7.O?
    Thanks
    P.Navakanth
    -When i try to execute the web templates

    We are having this exact same issue - example of one of the errors:: Error loading template 0TPLI_0TCT_MCA1_Q0114.  We get this error for all MCA1 templates.  Basis says they've deployed latest BP BI Administration 1.0 with Patch 2 (BPBIADMINOSP_2-1000342B.SCA).The info refers to BI Admin Cockpit, Business Package for BI Administration,
    BP BI ADMINISTRATION 1.0 ,BI Usage Statistics,0TCT_CA1.
    I see from documentationthat the multicube 0TCT_MCA1 is from 0TCT_CA1 and 0TCT_VCA1
    From the documentation in http://help.sap.com/saphelp_nw70/helpdata/en/26/9ef41d14dc424183b4807538be8e1e/frameset.htm, under web templates,
    1) How come there are more than 1 template with same name and Query with same names- for example:
    Web Template: Long-Term Trends in Total Runtimes of BI Applications
    WebTemplate: 0TPLI_0TCT_MC01_Q0114
    This Web template is the container for the query 0TCT_MC01_Q0114 and is designed to provide detailed analyses.
    AND
    Web Template: Long-Term Trends in Total Runtimes of BI Applications
    WebTemplate: 0TPLI_0TCT_MCA1_Q0114
    This Web template is the container for the query 0TCT_MCA1_Q0114 and is used for detailed analyses
    2) How come the delivered process chains load other technical content, but does not load 0TCT_CA1
    Basis re-deployed the bi admin cockpit contents, but still have error in loading template 0TPLI_0TCT_MCA1_Q0114.
    3) Do we need to do any of the following?
    SE38 u2013 run RSTCC_ACTIVATEADMINCOCKPIT_NEW
    RSA1 - bi content, install & transport
    Check role SAP_BI_BW_ADMINSTRATOR
    Se38 u2013 rs_template_maintain for active templates u2013 look for MCA1 templated
    Tr code RSDDSTAT
    Activate Virtual providers
    Anything else?
    Thanks!

  • BI 2004s web template as an iView in EP6 SP16 Portal

    We are currently using SAP EP 6.0 SP16 as an Enterprise Corporate Portal.  We also have a separate NetWeaver BI 2004s (different SAP NetWeaver BI 2004s Java/Portal runtime) and would like to run the new BI 2004s web template as an iView in the SAP EP 6.0 portal SP16.  Can someone example in detail how this can be done?
    Thanks,
    Gary

    Michael,
    I'm a little confused.  The changes you mention below do I make them on the EP6 SP16 portal or SAP NetWeaver 2004s BI portal?  Note if I suppose to make these changes on EP6 SP16 portal via SAP BW Report iView template well there is no property called ‘Version property’.  To be clear I want to run some BI 2004s BI reports in existing EP6 SP16 portal.  I did read some documentation saying this can be done via URL iView and was able to execute BI report via right clicking on iView and select ‘Preview’.  But when I add the URL iView to EP6 portal role and execute within portal desktop the BI report never loads just continuously showing the refresh (loading) image.  Any ideas and appreciate your help.
    Thanks,
    Gary

Maybe you are looking for

  • Exception condition "INPUT_NOT_LEGAL" raised.

    While running Query in BEx Analyser i am getting this error. Please help me resolve this error. URGENT

  • Abap OO and BEx - start query-id.

    Hi, I wish to start a BEX query via ABAP. Using VBA this is possible following the steps: ' Launch Excel Dim app 1) set app = createobject("Excel.Application") ' Make it visible 2) app.Visible = true ' Open xla file 3) app.Workbooks.Open("C:\Program

  • Exchange Server 2010 Mailbox Role Installation Problem

    I got  Error in Install Software Exchange Server 2010 64 bit. Which I am Given Below. 1. Active Directory Does not exist and can't be Concatenated. 2. This System Has no Domain. please help me regarding install Software and please give  any solution.

  • Accounting document for PGI showing amount

    Dear All, While doing PGI through VL02N from sales order stock, the accounting document that is generated for the material document has some amount. I am not clear from where that amount is coming since price is not maintained in the material master.

  • I can't  LOGON into SQL

    Hi, Please help me, I want to logon to Oracle SQL/plus. After I installed the program I tried to logon I couldn't. So please if you have any information how to logon send me email or call me at 7033870251. Thank you, Suad