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.

Similar Messages

  • How to use a Web Template with queries from multiple BW Systems?

    Hi all,
    can anybody help me how to use a Web Template with queries (DATA PROVIDER)in it from multiple BW Systems?
    Thanks in advance, best regards
    Frank

    Great! Thanks for the quick response.
    Have you tried this for XMLA datasources created within the EP system also?
    i.e use Web Analyzer to create a view from the XMLA source and use that view within WAD?
    Thanks.

  • Question regarding the default web template for queries

    Hello,
    I am trying to learn the default web template that is using for queries:
    0QUERY_TEMPLATE_BROADCASTING70
    I see that it's <bi:QUERY value="" /> is empty which is logic since the query will be inserted on runtime. My question is, where in the web template does it say that? I can't see any parameter it expects to get with the query's technical name not at the webtemplate code nor at the URL...
    Roy

    Roy,
    I think you are mixing things. The template you are mentioning is used for queries that are executed from the query designer. It's not a web template as any other one you create for your users. So, this web template has some parts in it's code that works with the query execution. When you run a query, the system takes the query definition (made in QD) and executes it with the web template indicated for the query. This determination is made by the program that is used to run queries. You can try using RSRT transaction to debug and check how this it's done. If you want to change the default web template used by query designer to run the queries, you should do it copying any standard template, like the one you mentioned. If you don't do it, you won't get the information correct.
    Hope this helps.
    Regards,
    Diego

  • Implement IP File Upload to a web template (with queries) - HTML Coding?

    Dear experts,
    we have implemented integrated planning - file upload.
    now we want to create a web template , which should include some queries AND also the file upload in a separat tab in this template.
    following link (file upload) should be included in the web template:
    http:///sap/bc/webdynpro/sap/zrsplf_file_upload?planning_sequence=ZACOMK_01_PS1&sap-client=200&sap-language=DE
    I don´t have any html-knowledge.
    Is there a standard html-coding available, which I could use and implement in a container item?
    many thanks for your help!!
    best regards
    Roland

    Thanks so much, Rick! That post was exactly what I needed -- and now I have another resource to search for next time.
    There is one little caveat, for anyone else who needs to use this. I had to change the line that sets the Content-Type header to use a semicolon instead of a comma. After this change, the resulting HTTP request is identical to the one generated by WebKit for form submission.
    NSString *contentType = [NSString stringWithFormat:@"multipart/form-data; boundary=%@", boundary];

  • Web Template Multiple Queries Navigation

    Hi,
    I've a Web Template with 3 analysis grids, one above the other. Users are frustrated that on navigation for either of the lower 2 the view flicks back to the top of the page.
    Is there anyway to stop it doing this?
    Thanks in advance,
    Ad

    Hi Ad,
    we faced the same issue which could not been solved so far. Instead we changed our templates. The queries are now displayed on different tabs or are displayed using trays (which are closed by default; all trays can be opened/closed at once using a implemented button).
    Perhaps this might be a accepted workaround.
    Brgds,
    Marcel

  • Error in web template executing

    I gt the following error in web application desginer when I run my template:
    At executing Web Planning Template in web-brouser system return errors:
    Message:
    "The status of "QUERY_VIEW_DATA_PROVIDER" "DP_1" may only change during
    command processing".
    Message:
    Error in triggering the event "apps.state_changed"
    It is very urgent thanks a lot...

    Hi,
    I m also getting the same error with a customer exit variable.
    It's urgent !!!
    Someone plz help

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

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

  • Report/Query/Web Template Listing - Catalog

    Hi all,
    We are NW2004S SP10 and would like to know if anyone has implemented a report catalog that lists all the custom reports/queries created by functional area?
    We could search the Metadata repository, but it is not organized well.
    Also I have looked at an article in BWExpert - which is for BW3.5 and also requires manual maintainence.
    Any ideas/thoughts in this regard will be appreciated.
    HD

    I have similar issues related to the below threads. I'm able to retrieve the statistics for queries executed in BEx but not for the queries or BEx Web templates executed through the portal. Are there any workarounds for this issue?
    How to find BEx queries that were not used along with no of times executed
    /thread/716593 [original link is broken]
    Please suggest.

  • Regarding upgrade of web report\web templates functionalites BW 3.5-BI 7.0

    hi all,
             I m working on a Upgrade study from BW 3.5 to BI 7.0 for Web Templates,web items and java scripts.
    Below is the scenario of the client system:
    New web templates are created from the 6 master web templates available for publishing to a custom Portal (created using BSP and hosted on the WAS). TOOLBAR and FOOTER are custom web templates used in all Master Templates and contain various JavaScript functions and footer code respectively.
    TOOLBAR provides the Toolbar, header and buttons functionalities in the Master Templates via the contained Javascript functions. FOOTER displays the date and time of issue as well the logged in user.
    FOOTER1 and FOOTER2 are web items derived from FOOTER web template. They have different set of web item properties and are used to create web templates used through the custom Portal.
    It is observed from BW Tables that out of 100 unique Web Templates available in the system, 90 are using TOOLBAR template and 95 are using FOOTER template.
    No external Javascript .js files are used in the Web templates. Most of the Javascript functionality is contained in TOOLBAR and no other custom javascript in master templates. However, there are some derived web templates where custom javascript is contained.
    Following is the process to create custom Web Templates in development server that are eventually transported to QA and Production:
    1)     The appropriate master template is identified and saved with new name in developer role.
    2)     Dataprovider is added to corresponding web items.
    3)     From the library, properties are transferred from master template to the custom template.
    4)     Report title is added in HTML tab.
    5)     No changes are needed in the Web Templates Properties except change of value in  “Show Jump Target in” field to the portal Frame ConPortal or _self in case RRI is to be used.
    6)     Some properties like Title, Width in Pixel, Affected Data Provider, etc. needs to be adjusted. Changes can be done to web items seen in Overview tab except the FOOTER and TOOLBAR web items. These web items are saved as reusable components in Library.
    7)     After all the changes the web template created is transported from development server.
    To summarize, all master data for creation of web templates like reusable master templates, web items in library, web templates containing Javascript code are stored in dev. server. Custom web templates created from these are transported.
    I want to validate the sequence of migration as below:
    Following sequence has to be followed for the Web Templates and Queries Migration in development BI 7.0 Server:
    1)     Migrate the Individual BEx Queries first and perform functional testing.
    2)     Migrate the TOOLBAR template manually (create as new in BI 7.0 Toolset) and FOOTER template automatically (using Migration Tool).
    3)     Manually migrate the JavaScript code in TOOLBAR. Please refer to section ..for more details.
    4)     Migrate the library of reusable web items, if any.
          (What to do if web item is custom or is not supported in BI 7.0)
    5)     Migrate the Master Web Templates manually (create as new in BI 7.0 Toolset) and automatically (wherever possible) and perform functional testing.
    6)     Migrate the custom web templates automatically (wherever possible) and manually, if automatic migration is not possible. Perform functional testing and data provider binding.
    7)     Perform jump target binding wherever applicable.
    8)     Transport custom templates, TOOLBAR and FOOTER to QA and Production subsequently.
    Also i have the following questions:
    1. How to migrate functionalities accessed thru web templates like jump queries, general navigation blocks with filter, table interface, and are data providers automatically linked to web items or have to be done manually post migration.
    2. Do we need to migrate the library of reusable web items also.
    3. After migrating the master  web templates and javascript containing templates to BI 7.0, can we migrate automatically the custom webtemplates derived from master templates and containing the custom javascript that is now avaialbe in BI 7.0, will they pick up the custom code automatically.
    thanks in advance
    Regards
    praveen

    No resolution found

  • Migrating queires and web templates

    Hi All
    We have just upgraded our front end and are now thinking about converting/migrating the queries and web templates etc.
    1: We havent done our dataflows yet as we will do these later. Does anyone know of  any possible problmes of dojng the queries/templates but not the datalows?
    2: Does anyone have a 'best way of doing the queires and templates...eg. what order?...All at once? ...One by One?
    3: What are the tools to convert them all in one go for web templates and queries
    Any other useful info would be helpful
    Goawatson

    Go though these links it would be of help.
    Upgrading Bex Queries from BW3.5 to BI7
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/54e487c277321ae10000000a422035/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/43/54e487c277321ae10000000a422035/frameset.htm
    Process of Migration
    &#56256;&#56452; Save Query with SAP NetWeaver 7.0 BEx Query Designer
    &#56256;&#56452; Query object itself will always get new version
    &#56256;&#56452; Reusable Query components (structures, key figures, variables) will get
    new version only if required

  • 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

  • Population of Customer Exit Variables in Web Template Queries

    Hello,
    Desired Scenario:
    I have three Queries: Q1, Q2, Q3, attached to one Web Template in the same order. Queries Q2 and Q3 have exit variables which are populated from the Input Variable of Query Q1 (these customer Exit variables are mandatory,  not available for user input and are populated in STEP=2).
    Problem:
    Sometimes on execution of the template, Q1 is executed first and then the exit variables are populted (which is OK) BUT  sometimes Query Q2 or Q3 is executed first and exit variables don't get populated.
    As such, I am not sure of the order these three queries are executed. Please suggest how do I ensure that Q1 is always executed first, followed by Q2 or Q3.
    Thanks for your suggestions.
    Best Regards,
    Sumita

    Hi,
    The Infoobjects are different in all the three queries. In Q1, the variable is on 0CALWEEK. In Q2, the variable is on XWEEKD (which is reference to 0CALWEEK). IN Q3, it is on XFORWEEK (which is again reference to 0CALWEEK). So, I can't use the same variable in all three queries. But all these variables have to have the Week from to Week To as the input and that input remains same for all three variables.
    To prevent the user from entering this week from & to thrice, we populate the other two in customer exit depending on the value input by the user.
    So, now I want to know the order in which the queries attached to a Web Template are executed.
    Best Regards,
    Sumita

  • Display message on a web template for specific queries

    Hi all,
    We're trying to find a way of displaying a message in our standard web template (0ADHOC) in order to warn users about issues concerning specific queries (availability of data, maintenance...). So, we would like to establish one message for some querys and be able to display it in our web template only if availabe.
    We faced this requirement with 2 different options, but none is working perfectly:
    1.- Add a Single Document web item to 0ADHOC_HEADER web template in order to display a document related to our InfoProvider. Issues that appear:
        - Warning messages need to be suppressed because when query doesn't have a related document, an horrible warning message is displayed.
        - InfoProvider related documents need to be established for each calendar month, so we're not able of establishing a document that can be correct for all months on the InfoProvider. So, document only appears if user sets a specific calendar month filter. If he doesn't set any filters, document is not displayed.
    2.- Use callquerydoc() in 0ADHOC in order to call query documentation on a new window when web template is loaded. Issues that appear:
        - If the query doesn't have a related document, we won't like the new window to appear (because it shows an error about not finding documentation).
        - No matter where I put the call to that JavaScript function, but each time you press a button or change something when executing the query, new window appears again.
    Could someone give me solutions for issues of at least one of these two options?
    If you have other suggestions to achieve our goal, please let me know.
    Thanks and best regards,
    David.

    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.

  • Error while executing a web template in browser

    Hi experts,
    I am facing an issue when I am creating copy of an existing web template and executing it.
    As per the query inserted in the web template, it should show the 'variable entry' screen, but its showing a page with lots of junk characters (looks like chinese to me).
    When I execute the already existing template, its showing the correct screen.
    Can anyone help me in fixing this issue?
    Regards,
    Uday.

    You are not alone - Looks like SAP is also looking into this.
    Web Application Designer Appearing in Unicode (UTF-8)

Maybe you are looking for