Found 1 web using missing web template 14001 (lcid: 1033) with compatibility level 14

Hi,
I am receiving the following error when I try to upgrade an SP 2010 content database to SP2013: "Found 1 web using missing web template 14001 (lcid: 1033) with compatibility level 14".
How do I find out what that web template is? Or, how do I move all of the web templates from the old sp to the new sp?
thanks,
Sherazad
Sherazad

I believe this PowerShell should work:
> Get-SPWebTemplate
|
select
ID,
Name, Title | Sort-Object
ID
Scott Brickey
MCTS, MCPD, MCITP
www.sbrickey.com
Strategic Data Systems - for all your SharePoint needs

Similar Messages

  • Web Template Nav Block issue with a characteristic

    Hi folks,
    We have an issue with one of our web templates. In one of the navigation blocks there are some characteristics, for example, some are like as below.
    G/L Account
    Asset
    Cost Center
    Order
    Network
    WBS Element
    Cost Center (Accoung string -correct object)
    Sales document
    The second object from bottom supposed to show as 'Account String' since the char is accounting string itself, insted, it is showing as Cost Center which is not correct.
    The web template has 'personalization' checked.  It is based on a BEx query.
    This issue is happening with one user id. For other users (using their logon credentials), it is showing correctly.
    I really appreciate any inputs.
    Thanks.
    G.

    Suman,
    The parameter ID column is blank for this user.
    However, the same query displays same for other users.
    By the way, we are on BW 3.5 now.
    Thanks for your input.
    RK

  • What is the benefit of using Muse over using a web template and managing it with e.g. Joomla?

    I use templates as a start for creating websites, I add my own design, manage it with Joomla and have a company to host it. I have a CC licence so am able to use Muse, but why would I need to. How does it help make my life easier, reduce time to create a website etc? Just interested to hear the pros and cons.

    You may want to  go through this link for Adobe muse review :
    http://www.creativebloq.com/adobe/muse-cc-hands-review-61411870
    Link to the Official site : WHAT'S NEW | Adobe Muse CC

  • Using upgrade advisor on a database with compatibility level 80 on SQL Server 2008

    Hi All,
    My DB compatibility level is 80 which is on SqL server 2008, however I want to upgrade the database server to sql 2014. 
    Now in my case the upgrade advisor of SQL 2014 is not detecting the DB which is in 80 compatibility level and hence I cannot proceed with the upgrade (as I do not want to rollback). 
    So what exactly  can I do in this situation? any help would be appreciated
    aa

    What Olaf said Or if possible change compatibility level of database to 100 and try. I guess since you want to upgrade there wont be any issue in changing. Well if anything happens you can safely change it back to 80
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • WAD:  Missing Items in 0ADHOC Web Template

    In the Web Application Designer, when I open the 0ADHOC Web Template, it comes up with several missing items.  Specifically, SAP_BW_TEXT_!llD_119, SAP_BW_TEXT_!llD_129, SAP_BW_TEXT_!llD_132. 
    Also, for some Web Items the image is missing.  The web items are the Query View Selection, Broadcaster, Data Provider.  There is a little red 'x' mark in the left hand side and the words "Image is missing"
    Has anyone encountered this?  If so could you pelase help me.
    Thanks.

    hi,
    I have just made a test:
    I have copied 0adhoc to zadhoc and then deleted SAP_BW_TEXT_!llD_129
    then I executed template in IE and text "BEx Ad-hoc Analysis" is missing from the top of report
    so those texts are exist as well
    Only question is: does those texts numbers same for all systems?
    Regards,
    Andrzej

  • Calling a function module out of a web template

    Hi experts,
    I need to call an ABAP function module out of a web template including a query with the variable values of the query as input parameters. There shall be button, which starts the funtion module, if the user clicks it. I don't need to transfer any other data just the variables. I have no idea how to accomplish that.
    I experimented with implementing interface IF_BICS_CONS_WEBITEM_CUST_EXIT but this does not seem to help me, as the initialize method is called when starting the web template and I did not manage to bind it or the execute method to that button. Besides I was getting shortdumps when starting the web template with the customer extension web item. I declared it as ABAP_CLASS_NAME exit and set the right class name. Variable Container Access and Navigational State Access is on, Result Set Access is off.
    Is there any other possibility to do this? Perhaps with BSP?
    Can I call an ABAP function module with Javascript out of the template? If yes, which command can I use to do it?
    Thank you very much in advance
    Edited by: Markus Maier on Aug 17, 2009 4:15 PM
    Edited by: Markus Maier on Aug 17, 2009 4:32 PM

    Hi Markus,
    if you are on BI 7.0 or higher I recommend using Integrated Planning for this requirement. If you implement a fox formula you can easily get the current variable value and execute the function module. You can execute the fox formula upon button click.
    If you need more information just let us know.
    Brgds,
    Marcel

  • Passing parameters from an URL to a WAD Web Template 7.0

    Hi guys, I need to pass parameters from an URL to a web template created with WAD 7.0. We need to open a template with certain filters starting from a link button located on an Xcelsius Dashboard. Our customer wants a web template to be opened with the filters defined within the Xcelsius
    The idea is to run the template with the filters defined in the URL. I know this was incredibly easy with WAD 3.x, but I didn't find any suitable solutions to use with WAD 7.0.
    What is the easiest way to do this with WAD 7.0?
    Thanks in advance and regards.
    Fabio Cristi

    Hi,
    It is possible in 7.0, but unfortunately it is a lot more complicated than i 3.x. There are quite a few examples here:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/ef05462480025ae10000000a1553f7/content.htm
    I used it in a case where I wanted to embed a Web template in a BPS application and pass characteristic filters from the BPS application to the web template - similar to your requirements. Basically you need the following just to restrict one characteristic :o(
    &BI_COMMAND_1-BI_COMMAND_TYPE=SET_SELECTION_STATE
    &BI_COMMAND_1-TARGET_DATA_PROVIDER_REF_LIST-TARGET_DATA_PROVIDER_REF_1=DP_1
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1=SELECTION_INPUT_STRING
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-SELECTIONS-SELECTION_1-SELECTION_INPUT_STRING=PDS06
    &BI_COMMAND_1-CHARACTERISTICS_SELECTIONS-CHARACTERISTIC_SELECTIONS_1-CHARACTERISTIC=0D_PH2
    I could only get it to work with one characteristic and I suspect, that the reason is that the URL simply gets to long (very quickly). You have to repeat the above for every characterstic you want to use :o(
    Hth,
    Jacob

  • Export WEB  Template in Excel in WEB Interface Builder

    Hi Experts,
    is it possible to add a web template with the pushbutton "Export in Excel" in a web planning layout?
    So i have to do a web interface with a planning layout under which i have to insert a web template and a pushbutton with "Export in Excel" functionality.
    Many thanks,
    Fabio.

    Hi Fabio
    This is possible in Web Application Designer. In the WAD you have an option of selecting the "Export" command that allows you to select the file format you'd like to export to: Excel, csv, txt or PDF.
    So you could consider pulling your layouts/queries into WAD and use this option.
    Srikant

  • Pre calculate web template

    hi,
         can any one tell the what the precalculated webtemplate does exactly?. other than the storing the cahe. what are the limitations. in what situation can we recommend for the client. as in my case they are having the so many webtemplates. Before Recommending the precalculated web template to the client what are the parameters we need to looking into. can u explain hybrid,html.
    pls dont send the links.
    thanks in advance.
    Regards
    praveen

    pre calculated web templates are HTML pages with queries that are already calculated  in a scheduled background job.
    web templates  can be retrieved quickly and displayed.Response-time performance is greatly improved to the end user
    Access time is considerably reduced.
    Reduce application server load by eliminating the use of OLAP functions.

  • Multiple Queries and Web Template

    Hi,
    I've about 15 queries to output with a certain web template, and 15 more with another web template. How can I do this ?
    Is there a parameter to assign a web template in a query or not ? I don't find it.
    Thanks.

    Gilad,
    I was searching for how to associate multiple data providers with 0ANALYSIS_PATTERN web template in SDN BW forum and I saw your post. I have a similar problem except I have a TAB page in my development. I have 2 data providers with each tab show one data provider. But both tabs should show the default template of 0ANALYSIS_PATTERN so I will get the consistent look for all the tabs. I tried a few ways but none of them works. Can you please suggest what I should to do to resolve this problem?
    Thanks in advance for your help!
    Sharon

  • Web template migration (3.5 - 7.0) & stylesheet is not found/used

    Hey,
    we just made some web template migrations from 3.5 to 7.0. After the migration was done successfully, the migrated stylesheet link is not working anymore. This came apparent by opening the web template in the browser where the standard colours and fonts of the sap css files are shown.
    Does anybody know, how to add a own stylesheet within the WAD 7.0? The problem is, that obviously after migrating a template the link is not good anymore.
    Thanks a lot for your help.

    Hi Andreas,
    I am on BI 7.0 and tring to change the look and feel of the web template by changing the Portal theme.
    When I go to Portal themes I see an option for BI 3.0 reports and not BI 7.0 reports and when I make the changes to BI 3.0 reports they do not affect in 7.0 templates.
    Can you please let me know how did you solve your problem, because changing Portal theme does not seem to help for BI 7.0 reports.
    Thanks,
    Vivek

  • Web template - No precalculated data found

    I'm trying to precalculate the data in a web template using reporting agent.  It is a template with only one data provider that does not require a control query... the input variable screen values can be stored in a variant so it is pretty straightforward.  In the setting I asked it to precalculate the data.
    The precalculation job runs successfully, but when changing my URL to DATA_MODE=STORED I continue to get the message "No precalculated data found".
    Are there any tips you would suggest of things to check?  How can one tell if it is working or troubleshoot this?
    I checked OSS notes and found some interesting notes but they were for older support pack levels than us.  We are on BW 3.5 SP 10.
    Thanks,
    Chris

    Hello Guys,
       I have same problem and i am with BW 3.0b service pack 26.
    So Can any one give me the exact sytax of the URL to call the precalcuated webtemplate which was scheduled using Reporting agent with variant .
    Because i am getting error " No precalculated data found for data provider <dataprovider name>" when i am trying to call using below URL
    http://<BWapplication server url>/sap/bw/BEx?cmd=LDOC&template_id=<template technical name>&variant=z_usoo&DATA_MODE=stored
    Z_US00 is the name technical name of the variant i used in the reporting agent.
    Please let me know if i am missing some thing

  • Where used in web templates  for parameter groups

    Does SAP deliver any where used functionality for parameter groups? I need a report or function that can take as input a parameter group (fully qualified) and deliver back all the web layouts and planning folders that the parameter group (or for that matter global planning sequence) is used.
    I can find the XML of the web templates but that is a bear to parse and have not found the tables that show the details of planning folders (if any).

    Hello Corwin,
    we don't have a where-used functionality but in SAP NetWeaver 2004s you can use programs UPC_CUSTOMIZING (for BPS0), UPB_CUSTOMIZING (for folders) and UPWB_CUSTOMIZING (for web interfaces) to display and search through the configuration. It's one folder or web interface at a time but it's certainly quicker than doing it manually.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Reporting Agent Web Templates. I'm missing previous precalculated data.

    Hello Gurus. I'm precalculating a web template that has variables, so the customizing has variants for the variable values. The web template shows weekly information and the user needs to see historic reports, from previous weeks.
    But when a run the planification package I lost the previous precalculated web templates. The only way I have found to obtain the reports for various weeks has been creating a variant for each week. But the users needs to consult a complete year, 52 weeks, so 52 variants!!
    How can I create new static data for the reports without missing the old data?

    hello,
    Tell me how are you scheduling the package..? is that on EVENT??
    have you craeted an event in SM62 first??
    --Nandita

  • Opening a Web Template 7.0 using filters in a link

    Hello,
    I have a BSP application that opens web reports using links that are dynamically configured like this:
    http://... (servr name & stuff) ... ?TEMPLATE=ZDHR_WT2_SITESF&FILTER_IOBJNM=ZDHR_VT&FILTER_VALUE=A&FILTER_IOBJNM_1=ZDHR_OU&FILTER_VALUE_1=CHM
    This worked perfectly with templates created with BW3.X. But now I am trying to replace them with templates made with 7.0, and...
    It doesn't work.
    I guess the syntax must have somehow changed... Could someone give m a hint?
    Thank you in advance,
    N.

    Finally I found a solution:
    it is needed for templates made with 7.0. But if you are using an old template (3.5) with a query made with 7.0, it works with the old filters!
    http://server/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=ZDHR_WT2_SITESF__TESTING&BI_COMMAND_1-BI_COMMAND_TYPE=SET_VARIABLES_STATE&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE=ZDHR_VAR_VT&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE=VARIABLE_INPUT_STRING&BI_COMMAND_1-VARIABLE_VALUES-VARIABLE_VALUE_1-VARIABLE_TYPE-VARIABLE_INPUT_STRING=A&BI_COMMAND_2-BI_COMMAND_TYPE=SET_VARIABLES_STATE&BI_COMMAND_2-VARIABLE_VALUES-VARIABLE_VALUE_2-VARIABLE=ZDHR_VAR_OU&BI_COMMAND_2-VARIABLE_VALUES-VARIABLE_VALUE_2-VARIABLE_TYPE=VARIABLE_INPUT_STRING&BI_COMMAND_2-VARIABLE_VALUES-VARIABLE_VALUE_2-VARIABLE_TYPE-VARIABLE_INPUT_STRING=CHM&BI_COMMAND_3-BI_COMMAND_TYPE=SET_VARIABLES_STATE&BI_COMMAND_3-VARIABLE_VALUES-VARIABLE_VALUE_3-VARIABLE=ZDHR_VAR_YEAR&BI_COMMAND_3-VARIABLE_VALUES-VARIABLE_VALUE_3-VARIABLE_TYPE=VARIABLE_INPUT_STRING&BI_COMMAND_3-VARIABLE_VALUES-VARIABLE_VALUE_3-VARIABLE_TYPE-VARIABLE_INPUT_STRING=2008
    Edited by: Nicolas Michaud on Apr 7, 2008 3:34 PM

Maybe you are looking for

  • How can I surrend the focus of Jcombobox in Jtable?

    There are a jcombobox for each row of a jtable. I can click each cell to choose some value from the item list of jcombobox. The problem is, when I import data into the table by changing the values of tablemodel, if some cell still hold the focus, the

  • ITunes has stopped working message! Windows is shutting it down. Etc etc.

    My iTunes won't complete a sync ever since I updated to latest software. I've done all the uninstall reinstall suggestions and it still diesnt work on windows 7 home premium! How can I fix this? I can't live without music on my phone!

  • How do I move pages within a document?

    I have a manual I created for work and I want to reorder the pages. I want a move a section to the beginning but when I try to move the pages, it moves multiple pages at once. There is a yellow box surrounding the pages affected. I don't know how to

  • Add Approver - applet performance when 'Add here' pressed

    Hi - We have recently upgraded to SRM 5.0 (classic) and are noticing that the Add hoc approver functionality is quite slow when using the graphical view. Steps: - for a sc to be approved, go to Approval Preview - click 'Add Approver' - on any of the

  • Regarding CLDC Hotspot

    Hi, i am Mukesh From India Bangalore. can any one help me in setting the cldc hotspot implemation ? i mean what are all things required to setup the development enviorment,i have gone through the white papers but it is not clear how to set up. second