Error Web Template (CX_SY_CONVERSION_NO_NUMBER )

Hi all,
I get error when I run my Web template and in the Query there are condition TOP N,
here the error:
An exception with the type CX_SY_CONVERSION_NO_NUMBER occurred, but was n
The argument '3WOB03G9HX4LYU5Y7TH3MXNNU' cannot be interpreted as a number
Thanks in advance
supriatna

Hi,
Is the 'N' in the 'Top N' condition a variable that you take as an input? If yes, does your web template ask the user for an input to this field?
cheers,
Ajay

Similar Messages

  • Error: web template does not exist in master system

    I have Bex 7x query. I wnat to publish it on SAP enterprise portal (EP 7.0 SP19).
    When I create a Bex iview and provide link of query, I get following error in preview:
    The webtemplate <queryname> does not exist in master system.
    Could you please let me know what can be the root cause of this error?
    Regards,
    Deepti

    Dear Deepti,
    Can you please make sure that Web template "0ANALYSIS_PATTERN" is acive in your system. If not, please activate it from
    Business content.
    You can check this by following below steps:
    Please run TX SE38 and Execute Report RS_TEMPLATE_MAINTAIN_70 and enter the template name and execute.
    If you could see the HTML code , this means it is activated.
    Could you also please confirm me the settings you have in TX RSCUSTV27.
    Regards,
    Arvind

  • Brain 276 error web template

    Hi Gurus,
    I am trying to execute a template which is of 3.X version using WAD 3.X. I am getting the error that Brain 276. I looked at OSS notes found one relating to this error. The note says change the template_id to only template. I changed the HTML code. But problem remains the same.
    Any help greatly appreciated.
    Regards,
    Reddy.

    Hi Reddy
    How did you resolve the issue
    Regrds
    Khopotso

  • Parameter REPORT for the Report Web item in the Web template is empty or mi

    Hello,
    I tried to create a Web-Template (WAD). By executing the report, I get the selection screnn, but by confirming the selection I get the following message:
    Web Item Report Error
    Web template error in specifications for the Web item report
    Parameter REPORT for the Report Web item in the Web template is empty or missing
    Use the BEx Web Application Designer to add parameter REPORT to the report Web item in the Web template, and assign a report name to the parameter
    Contact your system administrator. This error was recorded
    What can I do to solve this error?
    Thanks!
    XmchX

    As DP_1 Type Query_view_Data_provider, I have assinged a Query Designer Query wich works fine, if I execute it as QDR.
    The entry Query_view_Data_provider makes sense for me, but what do I need to maintain for the type "Filter"?
    Thanks!
    XmchX

  • Error on page from BW 3.5's default web template

    Hi Guru's,
    We have a problem in our new BWD BW 3.5 environment where we are getting the "error on page" error from SAP-generated code and we aren’t sure why.
    On our old BWT BW 3.0b platform, we have been using a modified version of the 0query_template called Z_QUERY_TEMPLATE. We did a system copy of BWT to BWD, our new BW 3.5 platform. At that point in time we would see our old BW 3.5 default template for queries that we ran. We wanted to see what the new default web template looked like in BW 3.5. We found where we could remove the Z_QUERY_TEMPLATE from the Web Adhoc Analysis web template setting so we could see the new features of the BW 3.5 default BEx query designer template instead of our old BW 3.0b default template.
    Now when we run a query through the BW 3.5 query designer on BWD, we are using BW3.5’s default template. The prompt web page is fine. No errors on page messages.
    However, the initial presentation of the query results displays okay, but shows "error on page" in the message bar at the bottom of the displayed page. As soon as we do any navigation on those query results that error on page goes away. If we navigate back to the initial presentation, all is still okay. If we use the context menu to go back to start, we again get the error on page.
    This error on page does not happen in BQ2 (our new BW 3.5 QA environment copied from our old BW 3.0b QA environment where we had not yet changed the default BEx Query Designer template to be Z_QUERY_TEMPLATE). We have tried several queries and in each case, we get errors on page in BWD, but not in BQ2. We used ultraedit to compare the view source output from the equivalent web pages from BWD and BQ2 and the only difference is the validity date of the data. There are no other differences in the javascript code generated by BW in the two platforms.
    The statement that Internet Explorer is saying is the problem is the same in each of the cases we have checked and that is:
    SAPBWSetFocus(anchor);
    Error: Object expected
    Code: 0
    It’s in the set_tab() function.
    <script type="text/javascript">
    <!--
    /* Calls the online Documentation via technical QueryName */
    function callquerydoc() {
      var docustart= '/sap/bw/doc/meta/fldmeta/default?tlogo=elem&objnm=' + document.getElementById('querydoc').innerHTML;
      SAPBWOpenWindow(docustart,'Documentation',800,600);
    /* Sets the displayed tab */
    /* Check, which items of the Array check_items  is not hidden.
        Change the style of the HTML tag with id Group+Area/Group+Link */
    function set_tab() {
         if (!(navigator.appVersion.substring(0,1) == '4' && navigator.appName == 'Netscape')) {
           var check_items = new Array('GR1Toolbar','GR2Chart','GR3TECommon','GR4Broadcaster');
        for (i=0;i<check_items.length;i++) {
                        hidden = true;
                       prop = SAPBWGetItemProp(check_items<i>);
                       if (prop != null){
                                           for(j=1;j<prop.length;j++){
                                                      if (prop[j][0] == "HIDDEN")  hidden = (prop[j][1] == "X");
                   anchor_item = document.getElementById(check_items<i>.substring(0,3)+'Area').firstChild;
                    if (hidden) {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTab';
                        anchor_item.title = 'Inactive Tab Page:' + ' ' + anchor_item.title; 
                    else {
                        document.getElementById(check_items<i>.substring(0,3)+'Area').className='SAPBEXTbsTabSel';
                        anchor_item.title = 'Active Tab Page:' +' ' + anchor_item.title; 
              } /* if */
          }   /* for */
        /* Set the BexHeader invisible when running as IView */
            if (SAPBWGetProperty('RUNS_AS_IVIEW')) {
                               document.getElementById('bexheader').style.visibility='hidden';
                               document.getElementById('bexheader').style.display='none';
              anchor = window.location.hash.substring(1,50);
              <b>SAPBWSetFocus(anchor);</b>
      }  /*function */
    -->
    </script>
    Because the error goes away as soon as we navigate I’m thinking some object isn’t being created or initialized, but since the view source code of these pages are identical I’m wondering if there is some code that should be executing before this page that is not happening in BWD for some reason.
    Any help will be much appreciated.
    Thanks,
    Jeri

    Heike,
    Thanks for your help in this. BWD and BQ2 are both on the same SP. SAP_BW release 350 level 10 (SAPKW35010) with BI_CONT at release 352 level 5 (SAPKIBIEP5).
    I invalidated the server cache following your instructions and tried again, but am still having the same problem in BWD. The initial display gets the "Done, but with errors on page" message until any navigation is done.
    I am using IE 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 when I execute queries on both BWD and BQ2.
    Please, do you have any other suggestions?
    Thanks,
    Jeri

  • Getting error with Web Templates in BI 7.0

    Hi Everyone,
    We have upgraded BW3.5 to BW7.0. When we are executing any Web Template in browser we are getting this error-
    RSBOLAP 018 Java system error:call FM RSWR_TEMPLATE_PROCESS_PROXY to ProgId CHWSXID01.....
    For your information we have installed EP Usage and BI on the portal but Portal is not configured to the BI. Is it necessary to configure Portal to the BI?
    After this when we are login to the portal we are getting this error-
    500 Internal Server Error
    BEx Web Application
    Failed to process request; contact your system administrator
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was: 
    Cannot find BI master system
    com.sap.ip.bi.base.service.connection.ConnectionException: Cannot find BI master system
    at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemAlias(GenericConnectionPool.java:81)
    at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemConnection(GenericConnectionPool.java:60)
    at com.sap.ip.bi.base.application.impl.Application.createService(Application.java:459)
    at com.sap.ip.bi.base.application.impl.Application.getProperty(Application.java:679)
    at com.sap.ip.bi.base.application.impl.Application.startApplicationStep(Application.java:279)
    Details: Full Exception Chain
    System Environment
    Server
    BI Java     Release: 7 - Patch level: 0000000013 - Description: BI Web Applications Java - Additional info:  - Production mode: true
    BI ABAP     unknown
    Java Virtual Machine     Java HotSpot(TM) 64-Bit Server VM - Hewlett-Packard Company - 1.4.2 1.4.2.14-070618-19:48-PA_RISC2.0W PA2.0W (aCC_AP)
    Operating System     HP-UX - PA_RISC2.0W - B.11.11
    Deployed SCAs
    SCA     Version     SP     Patch     Compiled     Deployed
    ADSSAP     7.00     13     0     2007-08-12 01:18:54 CEST     2007-11-17 02:43:53 CET
    BASETABLES     7.00     13     0     2007-08-12 01:36:38 CEST     2007-11-17 01:22:45 CET
    BI-BASE-S     7.00     13     0     2007-08-12 12:03:10 CEST     2007-12-08 09:58:16 CET
    BI-IBC     7.00     13     0     2007-08-12 12:03:28 CEST     2007-12-08 09:58:26 CET
    BI-REPPLAN     7.00     13     0     2007-08-09 07:49:39 CEST     2007-12-08 10:01:05 CET
    BI-WDALV     7.00     13     0     2007-08-09 07:49:47 CEST     2007-12-08 09:58:55 CET
    BIWEBAPP     7.00     13     0     2007-08-12 12:05:56 CEST     2007-12-08 09:43:55 CET
    BI_MMR     7.00     13     0     2007-08-12 01:37:49 CEST     2007-11-17 02:44:46 CET
    BI_UDI     7.00     13     0     2007-08-11 19:04:00 CEST     2007-11-17 02:46:49 CET
    CAF     7.00     13     0     2007-08-09 09:23:15 CEST     2007-11-17 02:53:13 CET
    CAF-KM     7.00     13     0     2007-08-09 07:54:22 CEST     2007-12-08 10:21:28 CET
    CAF-UM     7.00     13     0     2007-08-09 09:23:24 CEST     2007-11-17 02:54:18 CET
    CORE-TOOLS     7.00     13     0     2007-08-12 01:41:21 CEST     2007-11-17 01:19:15 CET
    EP-PSERV     7.00     13     0     2007-09-06 14:03:50 CEST     2007-12-08 10:02:22 CET
    EP-WDC     7.00     13     0     2007-08-12 12:41:08 CEST     2007-12-08 10:03:50 CET
    EPBC     7.00     13     0     2007-08-12 12:37:44 CEST     2007-12-08 08:07:23 CET
    EPBC2     7.00     13     0     2007-08-12 12:38:06 CEST     2007-12-08 10:03:56 CET
    JLOGVIEW     7.00     13     0     2007-08-12 00:16:00 CEST     2007-11-17 01:19:52 CET
    JSPM     7.00     13     0     2007-08-12 00:17:00 CEST     2007-12-06 16:41:39 CET
    KM-KW_JIKS     7.00     13     0     2007-08-12 01:45:19 CEST     2007-11-17 02:54:37 CET
    KMC-BC     7.00     13     0     2007-08-12 12:41:47 CEST     2007-12-08 10:05:28 CET
    KMC-CM     7.00     13     0     2007-08-12 12:43:04 CEST     2007-12-08 10:06:52 CET
    KMC-COLL     7.00     13     0     2007-08-12 12:43:35 CEST     2007-12-08 10:07:49 CET
    LM-PORTAL     7.00     13     0     2007-08-09 07:58:38 CEST     2007-12-08 10:07:59 CET
    LM-SERVICE     6.40     10     0     2004-12-23 01:42:43 CET     2007-11-17 01:18:14 CET
    LM-TOOLS     7.00     13     0     2007-09-06 10:46:34 CEST     2007-11-17 03:05:32 CET
    NET-PDK     7.00     13     0     2007-08-12 12:45:34 CEST     2007-12-08 09:51:51 CET
    RTC     7.00     13     0     2007-08-12 12:48:07 CEST     2007-12-08 09:51:56 CET
    RTC-STREAM     7.00     13     0     2007-08-12 12:48:07 CEST     2007-12-08 10:08:05 CET
    SAP-EU     7.00     13     0     2007-08-09 08:01:01 CEST     2007-12-08 10:19:31 CET
    SAP-JEE     7.00     13     0     2007-08-12 01:53:11 CEST     2007-11-17 01:24:19 CET
    SAP-JEECOR     7.00     13     0     2007-09-07 08:23:34 CEST     2007-11-17 01:27:06 CET
    SAP_JTECHF     7.00     13     0     2007-08-12 01:56:44 CEST     2007-11-17 01:28:18 CET
    SAP_JTECHS     7.00     13     0     2007-08-12 01:59:51 CEST     2007-11-17 02:32:48 CET
    UMEADMIN     7.00     13     0     2007-08-09 09:39:47 CEST     2007-11-17 03:06:23 CET
    UWLJWF     7.00     13     0     2007-08-12 12:52:23 CEST     2007-12-08 10:08:51 CET
    VCBASE     7.00     13     0     2007-08-12 12:52:34 CEST     2007-12-08 10:22:05 CET
    VCFLEX     7.00     13     0     2007-08-12 12:53:39 CEST     2007-12-08 10:21:32 CET
    VCFRAMEWORK     7.00     13     0     2007-08-12 12:53:51 CEST     2007-12-08 10:21:42 CET
    VCKITBI     7.00     13     0     2007-08-12 12:23:20 CEST     2007-12-08 10:22:10 CET
    VCKITGP     7.00     13     0     2007-08-12 12:53:51 CEST     2007-12-08 10:22:15 CET
    VCKITXX     7.00     13     0     2007-08-12 12:53:51 CEST     2007-12-08 10:22:19 CET
    WDEXTENSIONS     7.00     13     0     2007-08-09 08:05:30 CEST     2007-12-08 10:24:17 CET
    Full Exception Chain
    Log ID     00306EF4B9BB0076000000120000327700044245C894263C
    com.sap.ip.bi.base.service.connection.ConnectionException: Cannot find BI master system
         at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemAlias(GenericConnectionPool.java:81)
         at com.sap.ip.bi.base.service.connection.impl.GenericConnectionPool.getMasterSystemConnection(GenericConnectionPool.java:60)
         at com.sap.ip.bi.base.application.impl.Application.createService(Application.java:459)
         at com.sap.ip.bi.base.application.impl.Application.getProperty(Application.java:679)
         at com.sap.ip.bi.base.application.impl.Application.startApplicationStep(Application.java:279)
         at com.sap.ip.bi.base.application.impl.Application.initialization(Application.java:259)
         at com.sap.ip.bi.base.application.ApplicationFactory.createApplication(ApplicationFactory.java:172)
         at com.sap.ip.bi.base.application.ApplicationFactory.createApplication(ApplicationFactory.java:65)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.constructPage(Page.java:942)
         at com.sap.ip.bi.webapplications.runtime.impl.Page.<init>(Page.java:761)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.createPage(Controller.java:511)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:972)
         at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:864)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:488)
         at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:22)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Helpful answers will be rewarded....
    Thanks and Regards,
    Pankaj

    Single Sign On is optional.
    What would happen is that the user that's using the Web Application Designer will have to have access to Portals, and the portal Sign On screen will appear once that user executes a Web Template.
    It also depends on the Portal Strategy and the Security Strategy of your client. For example, the portal may only grant access to those used IDs in the Active Directory, so if your BEx WAD user is not defined in Active Directory that user will not have access to portals, and will not be able to execute the Web Template.
    Cheers.

  • Web UI Client - Error Loading template 0TPLB_MKTG_C01_Q0001_V01

    Hi
    Please can any one help on this below error
    Error Loading template 0TPLB_MKTG_C01_Q0001_V01
    I have activated the Template in BI Content and able to check the same in WAD and also in RS Template Maintain in BI system.
    But as soon as i go to CRM Web UI portal and click on that link its saying Error Loading template 0TPLB_MKTG_C01_Q0001_V01.
    I have also given the settings in CRM SPRO --> Display SAP BI Netweaver Reports --> Given the Web Template id, but still iam not able to get the template worked..
    Could any one of you suggest.
    Thanks in advance

    Hi Amit,
    Can u pls help us in knowing solution if u have fixed this issue.
    Thanks,
    Ravi

  • 500 Internal server error in web template  for specific users

    Hi We have issue with Web templates for some of the users giving error  "500 internal Server Error", all other users able to run the same report.
    We have authorization for the user and following variable which will give target currency selection in variable screen.
    SAP BI Environment
    BI Java : Release: 7 - Patch level: 0000000107 - Description: BI Web Applications Java - Additional info:  - Production mode: true  BI JAVA SPS : 7, Patch : 0
    BI ABAP : Release: 701 - Patch level: 0007 - Description: SAP Business Warehouse (PBICLNT005) - Additional info:  - Production mode: true
    Java Virtual Machine : Java HotSpot(TM) 64-Bit Server VM - Sun Microsystems Inc. - 1.4.2_28-b03
    Operating System :  Windows 2003 - amd64 - 5.2
    Error Message :
    ERROR: Specify a value for variable Select Target Currency
    ERROR: Specify a value for variable Select Target Currency
    Root Cause :
    The initial exception that caused the request to fail was:
    com.sap.ip.bi.bics.dataaccess.resource.impl.bi.exceptions.BicsResourceBwRuntimeException:
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.initializeState(ProviderSelectionObject.java:932)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.queryview.ProviderQueryView.initializeState(ProviderQueryView.java:109)
    at com.sap.ip.bi.bics.dataaccess.resource.impl.bi.selector.ProviderSelectionObject.hasDefaultView(ProviderSelectionObject.java:1462)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.selector.SelectionObject.initializeState(SelectionObject.java:516)
    at com.sap.ip.bi.bics.dataaccess.consumer.impl.queryview.QueryView.initializeState(QueryView.java:198)
    please let me know if any of you guys had this kind of problem.

    SLD is not down its in active , I checked SLD url and Technical system also
    Its in active , but when the problem is happend they done restart 
    but many times its happening every time restart is not preferrable ,upto that one is production system.
    SLD is in active , but why the JCO'S ARE DISABLE under content Admin
    where we can search the SLD user , we checked in SU01 but the user didn't exist there
    If user is lock in the sense after the restart again it's working fine
        I want to know the Root cause , why bcz it's simultaniously happend.
    Regards,
    SONY

  • Error while saving Web Template in WAD

    When i try to save a web template in WAD i get an error masg " Unable to generate history entry" and when i save ok i can see that the templete has been saved wven though i had the error message.I am in BI 7.0.Any idea what this error is and how do i get it resolved

    Hello,
    This error comes when your portal configuration is incorrect.
    please deploy the support Desk Tool according to the note 937697 and fix the portal configuration.
    Regards, Karol
    SAP NetWeeaver BI, Development

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

  • Error while saving web template

    Hi,
    Iam new to this forum , i have a problem and that is when iam trying to save web template, it is saying 'error in data transfer' and could not save.
    2.when iam trying to save a query in workbook it is throwing error'workbook storage fault -310' . Is this related to Excel problem?
    please clarify
    thanks and regards
    Raja

    Hi Raja,
    For the worbook error, you can check if note 592918 is useful.
    Hope this helps...

  • Error in saving web template

    Hi all,
    I have added a logo in web template in WAD but when i am clicking on save button in WAD it is showing error "object cannot be processed due to a transport problem".
    What is the problem. Please help !!!!
    Regards,
    Saurabh

    Hi Saurabh ,
    Either you have to close WAD and open it again, so it will recognize the new BEx transport,
    or some depenent objects are locked in another transport request. In that case, release both, open a new BEx transport, restart WAD and try saving again.
    Regards,
    Sigal.

  • Error in saving Web Templates

    I am currently seeing a problem in creating new Web Templates in Web Application Designer in SMD. The error occurs when a Web Template is newly created or when an existing Template is modified but clicking the OK button in the error dialog screen allows you to proceed with saving the template.
    Message Class      Message Number   Description
    RSBOLAP               014                     Transformer exception while transforming
                                                             BEx Web Templates
    RSWADMDERR1     090                     Java-Stack check found incorrectly
                                                             formatted templates
    Is there any known corrections/ implications in regards to this error? Thank you.

    Check and make sure BI and Portal connection is configured. Use note 917950 for  checking this.
    Also make sure you have the latest WAD SP level (Sp 12)

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

  • Error while saving web template in WAD? Error in opening RFC Connection?

    Hi All.
    In BI 7.0, While trying to save an web template using BEx WAD resulting an error as mentioned below:
    " Java communication error : Error when opening an RFC connection "
    Who provides this RFC connection?
    - By Basis guy or BI Guy or EP guy or helpdesk.
    Please reply.
    Thanks in Advance.

    Hi,
    Kindly review the notes 917950 and 888687 and ensure that all your web configuration settings are proper.
    Award points if helpful.
    Thank you.
    Regards
    Suresh

Maybe you are looking for