Calling Sub-Templates from a Template not working

I have a Template that I want to call a multiple Sub-Templates, and the Sub-Templates actually define an entire report. After I load the Data and try to preview I get the following error:
Caused by: oracle.xdo.parser.v2.XSLException: <Line 39, Column 62>: XML-22049: (Error) Template 'MWAC_JOB_RTG' invoked but not defined.
Can someone tell me what this means? Is what I'm trying to do even possible?

Is the sub template accessible by the main template? Have you included the import statement in your main template?
Thanks!
BIPuser

Similar Messages

  • Calling the procedure from URL is not working

    Hi Experts,
    We are in the process of 11i to R12 upgrade of oracle EBS system.
    In 11i they have done some personalization in the form which will trigger a URL and a notfication will open in the browser.
    11i url
    HTTPS://abc.xyz.t.COM:8070/PLS/abc/XXM_PO_NOTIFICATION_PREVIEW.SHOW?P_PO_HEADER_ID=1711&p_type=PO
    r12 url
    HTTPS://abcr12.xyz.t.COM:8070/PLS/abcr12/XXM_PO_NOTIFICATION_PREVIEW.SHOW?P_PO_HEADER_ID=1711&p_type=PO
    The URL is calling the function XXM_PO_NOTIFICATION_PREVIEW.SHOW by passing the parameters and it is working fine in 11i.
    In r12 it is constructing the correct URL but when the page opens it is saying page not found.
    My question is when we pass call the package in browser URL..does it  executes?
    We have put some debug message in the package but it is not getting pritntig.
    Many Thanks
    Bharat

    Page not found (404) is a generic error from the web server. It simply says something went wrong when it serviced that URL from the browser - not what exactly went wrong.
    You need to look in the error log of the Apache server for the details.
    Assuming a standard OHS (Oracle HTTP Server) install. The URL contains a DAD (Database Access Descriptor) - in your case it is abcr12.  This DAD will be defined in the Apache config file called dads.conf in the mod_plsql directory.
    Part of the DAD definition will be an Oracle username, password, and Oracle connection string (typically TNSFormat).
    The error you see on the browser side is often due to this DAD connection and authentication details failing. E.g. Oracle schema is locked. Oracle password is wrong. TNS connection string requests a non-existing service from the Oracle Listener. Etc.
    But it would make sense to first confirm that this is indeed a connectivity error, via the Apache error log.

  • Calling a ztransaction from function module not working

    Hi experts,
    I have made a ztransaction through SE93 called Z_TRANS.When I am calling this transaction from a program in SE38, it is giving the screen corresponding to the transaction. But when same
    Call Transaction 'z_TRANS' is used in SE37 in a function module, program is abending.
    Please help...

    Hi ,
    Also check the 3 check boxes for GUI support.
    Regards.

  • After upgrading from 4.6C to ECC 6.0 templates not working in smartform

    Hello,
    After upgrading from 4.6C to ECC 6.0 templates not working properly in smartform, although value is flowing to the point the template is getting called and inside the template there are text elements where placeholders are kept to display the value, when the print is taken there are no values being displayed by the text elements.
    Please note - Text elements doesnot have any conditions present in the condition tabstrip.
    Thanks,
    Abhishek

    Hi,
    After the upgrade, you will have to do the security upgrade.
    Please follow these steps.
    1. Go To SU25
    2. Run step 2A to 2D.
    3. In step 2C, you shall get the list of all the affected roles.
    Click on first role. It will take you to authorizations of that role. Click on the "New" tab there to find the new objects added to the role after the upgrade.
    Note: You can open the same role in the unupgraded system to check.
    4. Provide the access to the required authorization objects.
    5. Disable the unwanted authorization objects.
    6. Generate the profile.
    7. Follow the same steps for all the affected roles listed.
    Please note that you will have a list of new objects added.You need to maintain them inorder to avoid any access issues.
    8. After step 2C, complete 2D.
    Regards,
    Imran

  • Consuming PI Webservice from Webdynpro Java Not working

    Hello SAP,
    Environment: CE 7.2.
    Resolution expected immediately, Helpful answer is highly appreciated.
    Is the namespace should not exceed 60char for PI Webservice, for executing the webservice from Webdynpro Java.
    I tried with all the options in executing the PI Service from Webdynpro Java, None of the options worked. I am facing the below error while I was calling the PI Webservice.
    I don't see any problem from Webdynpro Java, what ever the procedure I have followed is the standard procedure.
    Fortunately when I execute the service from Webservice Navigator, it is working as expected. The same webservice when I consume it from Webdynpro Java it is not working
    Options tried so far:
    1) Published the Services to Service Registry and there by consuming the PI Service from Service Registry - Not worked
    2) Tweaked the URL with few options - Not worked (Tweaking the URL, ex: portType, Binding)
    3) Changing the Business Systems in PI and there after calling the service - Not worked
    4) Initializing the code, instead of creating Service Controller and calling the PI Service - Not worked.
    5) Created a Provider System and tried to call the PI Webservice from Provider System - Not Worked
    For all the Options, I am facing the same error which is provided in the screenshot.
    Below procedure which I have followed for calling the PI Webservice:
    1) Created Adaptive Webservice Model
    2) Provided PI Webservice URL (It prompts for PI System UserId and Password)
    3) Selected Option - No Service Group Configuration
    4) Provided Logical Destination
    6) Completed creation of Model
    7) Added the model as a UsedModel
    8) Right Click on Comp Contr. and selected Apply Template and Created a ServiceController for the model (Entire mapping to comp contr, Initializing the nodes is taken care by Service Contr.)
    9) Created an Template Action button and there by calling execute method which is auto rendered from CompContr..
    10) Build the project.
    11) Activated the code and Run the Application.
    12) Getting the below error which is showed in the message.
    ERROR MESSAGE:
    Exception on execution of web service on destination 'GetPIHRPeopleData' for operation 'SI_CreateHRPeopleData_OS' in interface 'SI_CreatePeopleCompany_OS'

    Hi Sankar,
    If the webservice is working fine in the Wsnavigator then there is some problem with importing the webservice in webdynpro for Java. Please check the required parameter for creating the Adaptive Webservice Model. After adding in the used model and compoent controller binding, you need to write code for to execute the webservice model.
    Please check the code for initialization and execution for the webservice and then test it.
    Best Regards,
    Arun Jaiswal

  • Select * from tab is not working in oracle 10g

    select * from tab is not working in oracle 10g. But at the same time,
    select * from <<table>> is working.
    Please advise me.

    This works for me in 10.2.0.2
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select * from tab;
    TNAME                          TABTYPE            CLUSTERID
    LOAN_DETAIL                    TABLE
    PLAN_TABLE                     TABLE
    ...

  • When I unplug Apple headphones from my MacBook Pro sond from internal speakers not work, and system soud preferences displayed: Output: optical digital out port only

    When I unplug Apple headphones from my MacBook Pro sond from internal speakers not work, and system soud preferences displayed: Output: optical digital out port only

    If you see a red light in the audio output port, then the internal switch is stuck.  Insert the earphone plug a few times and see if you can trip the switch.  If that fails, insert a cocktail stirrer and the like and jiggle it around inside.  If that fails, take it to an Apple store and have the technicians at the genius bar do it for you.
    Ciao.

  • Need to re-install CS5.5 on my new hard drive. Serial number from disk package not working.

    I need to re-install CS5.5 on my new hard drive. Serial number from disk package not working.

    if there's a problem with the number of installations, you'll see a message about an excess activation problem.
    if that's what you're seeing, contact adobe support for an activation count reset, https://helpx.adobe.com/contact.html
    otherwise, attach a screenshot of the error message or quote it.

  • Get-MailboxSentItemsConfiguration Set-MailboxSentItemsConfiguration From Only (still) not working

    Hello,
    I would like to ask a question, hopeing it is resolved in some way and i missed it.
    I have installed SP3 Rollup 4 on our Exchange 2010 server.
    This added 2 new Powershell commands
    Get-MailboxSentItemsConfiguration
    Set-MailboxSentItemsConfiguration
    This can be used to manipulate where mail is stored in the send items.
    Sender - e-mails sent using SendAs or Send-on-Behalf-of permissions are saved only in the Sent Items folder of the Sender (UserA);
    SenderAndFrom – e-mails sent using SendAs or Send-on-Behalf-of permissions are saved in the Sent Items folder of the Sender and the mailbox on which the permissions are assigned (in our example, both UserA and UserB);
    From – e-mails sent using SendAs or Send-on-Behalf-of permissions are saved in the Sent Items folder of only the mailbox on which the permissions are assigned (in our example, UserB)
    What we really want it to use the From only way.
    We use a shared team mailbox and use that as primary, as a second mailbox users get a trusted non shared mailbox. Mail sent from the trusted mailbox should only be in the send items from the actual sender, not both.
    2 sites report that the From field is reserved for Future Use, or bugged and does not work is intened.
    Here is is stated on 1 July 2013
    http://technet.microsoft.com/en-us/library/jj884078(v=exchg.141).aspx
    From Reserved for future use. To save the messages sent as this mailbox in the Sent Items folder of this mailbox, use SenderAndFrom value.
    That was on 26 March 2013
    http://www.msexchange.org/kbase/ExchangeServerTips/ExchangeServer2010/OutlookOWA/sent-items-behavior-shared-mailboxes-update.html
    NOTE 1: the From value does not work as expected... It basically performs the same action as the SenderAndFromvalue, meaning it saves the e-mail in both mailboxes. This is still the case in Rollup 5 v2.
    We are on 3 March 2014 now, is this still bugged, did i miss something, or is there an ETA when this will be fixed ?
    Looking foward to any replies.
    Kind regards,
    Jeroen van Velzen

    I am using a shared mailbox (with a disabled account) where I get sent items and also deleted items placed in the right folders.
    I think it’s just a matter of how you configure Outlook. It works well for me in both Outlook 2010 and Outlook 2013, cached mode and also online mode. You can add a shared mailbox to your Outlook profile in at least two ways where one of them doesn’t work
    but the other does.
    If you add the shared mailbox via the File tab/Account settings/New/ and just enter the e-mail address of the shared mailbox in the Auto Account Setup page. No name, no password, just the e-mail address and click Next and voila “Your e-mail account is successfully
    configured”. After restarting Outlook you will find the shared mailbox below your own in the left pane.
    If you click the inbox ones in the shared mailbox and then open a new mail you will see the shared mailbox display name in the From field. After sending the mail you will see the mail in the Sent Items folder of the shared mailbox. If you delete a mail in
    the shared mailbox you will see it in Deleted items folder of the shared mailbox.
    The prerequisits for this is that you have “full access” and “send as” rights of the shared mailbox.
    This was accomplished without using the Set-MailboxSentItemsConfiguration command.
    We are running Exchange 2010 SP3 RU4.

  • Cannot text out, only incoming texts but cannot call and Verizon's Chat is not working (I'm in Gabon Africa).  Why?

    Cannot text out, only incoming texts but cannot call and Verizon's Chat is not working (I'm in Gabon Africa).  Why?

    Using iPhone 5 and was able to send and receive texts and calls up top about ten days ago.  Nothing else has changed as far as I know.
    >> Personal information removed to comply with the Verizon Wireless Terms of Service <<
    Message was edited by: Verizon Moderator

  • Why do the regular links in template not work on announcement pages?

    I am trying to figure out why the regular links (buttons) on top in my template does not work on the announcement pages on my business catalyst website. The links work perfectly fine on the other pages, but when you click on one of the latest news links  to the right to read it, it leads you to a page with a url-prefix called announcements, and when you try to get back to one of the other pages by clicking on the buttons at the top for example the register button, it takes you to: http://www.littlefolkies.com/announcements/register instead of http://www.littlefolkies.com/register, and so it gives you a error message: page not found...???
    Is there anyone who can help me out? I don't understand why this is happening.
    You can try it yourself at www.littlefolkies.com...
    I greatly appreciate any guidance!
    Thanks so much,
    I

    Take a look at your classes link.
    You can see how you have the / in front and the others do not. This is why.
    This tells BC to read from the site root. Without it when your inside sub folders (other levels in your url) then it will link to only within that level without the / at the front.
    It is the same reason why you do all your templates and css etc with the / in front which I mentioned to you before if I recall.
    You can also change the name /announcements in the url in the settings for it if you want to.

  • Templates Not Working - Layouts Missing

    I have several Templates with Layouts.  Almost all of the templates work well when a new meeting is created from them. However, one of the templates seems to fail when a new meeting is created from it. I get a blank layout with a single Notes pod, with the following text: 
    The template you are looking at is the one we use if the default template feature is not working.
    That strange thing is that when it first started happening, it was intermittent. Sometimes it would work and other times it wouldn't.  Then we had one of the meeting rooms that had been created from the template look fine initially, but then when I went back to it later, the templates had disappeared and the one Notes pod with the text above was showing.
    I would really not like to have to recreate the meeting layouts! Any suggestions for how to get this working?
    Please help me!!!
    And please - don't tell me to go to support.  I have called and called, emailed, updated my ticket and I get NO response.  It has been over 6 weeks since this problem started and I put in my first support ticket January 8th!!  It is now February 26th and I still have no resolution.

    Take one of the working rooms that was created from template in question and move it into a Template folder (Shared Templates or My Templates). Then create a new Template room from the room you just moved into the Templates folder. Place the new Template room in the appropriate Template folder and move the meeting back to its desired location.
    You may need to go clean up the new Template room, but it should then be able to be used for creating future meetings.

  • Script  Web item in Web Template not working

    Hi Gurus
    I m working with BI 7.0 , WAD 7.0 i have requirement of remove a characteristics from Drilldown from the Query output in web template
    i have tried using SCRIPT_ITEM and from command wizard i have choosen the REMOVE DRILLDOWN command for that characteristics
    but wen executing the web template this is SCRIPT is not working that is that characteristics is not removed form drilldown.
    Am i missing sum other setting , do i need to call the script on sum event ?

    Hi Sonal,
    I will show it for you from the beginning:
    1. Action Before First Rendering -> Command (left mouse click on  button) -> Choose Command -> OK
    2. Action Before First Rendering -> Command (left mouse click on  button) -> next -> next command -> here you choose other command.
    You can do the same with script item and javascript too.
    Regards
    Erwin

  • Web template not working

    Hi,
    when I try to open a Webtemplate via
    the Internet Explorer it is not working.
    Please assist.
    Regards,
    Anita

    You can determine the properties of the Web template both in an object tag (see Object Tag for the Properties of Web Templates) and or with command Call Web Template.
    CMD
    LDOC
    Parameter
    Description
    TEMPLATE_ID
    Name of the Web template
    Name under which you stored the Web template in the Web Application Designer.
    STATELESS (optional)
    ‘X’ = Yes, ‘ ’ = No
    End the connection to the server as soon as possible
    For Web templates that are used almost exclusively for display without further navigation, it is more useful to set the attribute STATELESS. The session on the application server is terminated when the Web template is created. This saves resources on the application server.
    If this attribute is not specified, it is assumed that the page is still needed for navigating.
    USE_PERSONALIZATION (optional)
    ‘X’ = Yes, ‘ ’ = No
    Use personalized Web template
    If the parameter is set to ‘X’, the personalized Web template for the current user is used. If personalization does not exist for the Web template or the parameter is not set, the Web template is executed without personalization.
    STYLE_SHEET (optional)
    Path for a stylesheet that you want to use to display the Web template.
    This overwrites any stylesheet that you may have already assigned.
    TRACE (optional)
    ’X’ = switch on, ‘ ’ = do not switch on
    Switch on OLAP trace
    To analyze problems with SAP, you usually need a trace. You can activate the trace with the help of note 112458 or by using the TRACE parameter.
    JAVASCRIPT (optional)
    ’X’ = switch on, ‘ ’ = do not switch on
    Use of JavaScript
    Using this parameter, you ensure that Web applications are created using JavaScript (extensive interaction options) or suppress the use of JavaScript (restricted interaction).
    If this parameter is not transferred, JavaScript is activated automatically in Web browsers of version >=4.0.
    SNIPPET_OPERATIONS (optional)
    ’X’ = switch on, ‘ ’ = do not switch on
    Reload changed components of the page
    You use this parameter to control whether only changed objects are loaded in navigation. This function has higher Web browser requirements. For this reason, this function is only supported by MS Internet Explorer version >=.
    If this parameter is not transferred, loading is activated automatically for the suitable Web browsers.
    ENABLE_OPEN_WINDOW (optional)
    ’X’ = switch on, ‘ ’ = do not switch on
    Open new window
    Using this parameter, you can control whether a new browser window is opened, for example, for the properties dialog box or for filtering. If this parameter is not specified, new windows are opened (if supported by the Web browser).
    VARIABLE_SCREEN (optional)
    ‘X’ = display variable screen, ‘ ’ = do not display, if possible
    Display variable screen
    If you call up a Web template that has query views containing variables that are ready for input, you can use these parameters to display the variable screen. Is you do not set this parameter, or set it to ‘ ’, the variable screen is hidden, whenever possible. However, it will still be shown if, for example, the required variables that are ready for input have not yet been filled.
    MELT_VARIABLES (optional)
    ‘X’ = merge, ‘ ’ = display each query individually
    Merge variables
    If you call up a Web template containing several query views that have variables that are ready for input and you go to the variable screen display, you can determine, through these parameters, whether variables, which are used in all query views and in the same context (same InfoProvider, same compounding), are to be provided for input only once.
    VARIABLES_CLEAR (optional)
    ‘X’ = reset variable, ‘ ’ = do not reset
    Reset default variables
    If you call up a Web template that contains one or several query views that have variables that are ready for input, you can specify this parameter to reset the default variables through the query view. The variables then contain the defaults from the variable definition.
    SUPPRESS_WARNINGS (optional)
    ‘X’ = do not display warnings, ‘ ’ = display warnings
    Suppress warnings
    With this parameter, warnings are not displayed. With this parameter, warnings are not displayed.
    SUPPRESS_SYSTEM_MESSAGES (optional)
    'X' = Do not display system messages
    ' ' = Display system messages
    Suppress system messages
    With this parameter, system messages are not displayed.
    DATA_MODE (optional)
    ‘NEW’ = use current data
    ‘STORED’ = Use precalculated data
    ‘HYBRID’ = use precalculated data, request current data if this is missing.
    ‘STATIC’ = use precalculated HTML pages
    ‘STATIC_HYBRID’ = use precalculated HTML pages, if there are none, search by precalculated data and when there is none, request current data
    Data mode
    This parameter is optional. If you do not specify one of the options for this parameter, a request is always sent to the OLAP processor and current data is read.
    For the modi ‘STORED’ and ‘HYBRID’, data has to be precalculated using the Reporting Agent.
    See Defining the Web Templates Setting
    The parameters PAGEID and WBID that are used in BW 2.x are supported for the Web templates created under BW 2.x. We recommend, however, that you no longer use these.
    Calling up the Web template without navigating
    http://yourAppServer:yourPort/SAP/BW/BEx?CMD=LDOC&TEMPLATE_ID=yourTemplate&STATELESS=X
    Calling up the Web template with trace switched on
    http://yourAppServer:yourPort/SAP/BW/BEx?CMD=LDOC&TEMPLATE_ID=yourTemplate&TRACE=X
    Calling up the Web template with reset variables and active variable screen
    http://yourAppServer:yourPort/SAP/BW/BEx?CMD=LDOC&TEMPLATE_ID=yourTemplate&VARIABLE_SCREEN=X&VARIABLES_CLEAR=X
    Thank
    Bhima

  • Captivate 7 | Interaction template | Not working on tablets

    Hello,
    I have a problem with the interation templates provided in the Captivate 7.
    Opening a blank project, I have insert a tab interactive template (ref screenshot below) from the option Insert > Interaction. After publishing project to HTML 5 the output is working fine on iPad. Later for the same project I have inserted some background and text within the interaction template and published again to HTML 5 and checked the output in the iPad and the interactions were not working as previously.
    Regards
    Chandru

    This is the Elements forum. Try copying your question again here:
    https://forums.adobe.com/community/adobe_captivate

Maybe you are looking for

  • Report for last date of an activity

    I'm running Crystal Server / Designer 2008 in conjunction with SAP Business One.  I'm trying to create a report that will list all of my customers that have not been seen in the past 90 days.  I have two tables that this report needs to be generated

  • What is the difference between Logical Disk and Physical Disk?

    Hi. When I do Performance Monitor, I got Logical Disk Avg. Disk sec/Write counter and  Physical Disk Avg. Disk sec/Write counter. But I can see the different Avg. value and Max. value.  Even if Logical and Physical Disk are one-to-one mapping. Why di

  • Problem in viewer in macmini connected with svga

    I have a macmini connected to a SVGA monitor and have the following problem in Final Cut Pro : When passing any clip, master templates , etc to the timeline and rendering , when played in the viewer sees the picture skips or freezes. In the Canvas lo

  • How do I look at the address of a hyperlink?

    In an earlier version of Firefox, if I right-clicked on a hyperlink, I would get a right-click menu that included the Properties item, which, when I click on it, would pop up a window that would give me the URL of the hyperlink, before I clicked on i

  • WET200 to WET200 Bridge, WEP Only?

    Hi, first time poster I've just purchased 2 WET200 wireless bridges for our organisation, with the intention of using them to create a wireless bridge between 2 buildings.I've followed this guide here: http://www.cisco.com/en/US/products/ps10047/prod