Prototype scope for Cartridge Handlers

Hi,
As we all know a new scope called prototype is introduced in ATG, which is being used for mainly for all cartridge handler components.
Can someone please tell me the significance of this scope and what impact will be there if handler components are made request scope.
Thanks,
Shabari

Thanks chip!
In fact that was our assumption as well initially. But as said in my previous post, we have already tried adding multiple refinements in a page all referring to RefinementMenuHandler which is scoped at request and have observed no difference in the behavior. We have got all the refinements with all the child refinements and observed that there is only one mdex request that is getting fired with all the dimValId's requested for.
Can you please detail the erratic behavior that can occur by having the cartridge handlers request scoped with an example.
Thanks,
Shabari

Similar Messages

  • Importance of prototype scope for handlers

    Hi,
    Can anyone please share your thoughts on why we should have scope of cartridge handlers as prototype?
    As per our understanding, even though we have multiple handlers that get called for one page request, it is the mdexRequestBroker that is merging all the pre-process requests and then execute method is called on the navigationRequest object for the first time it invoked from the process method of any handler.
    We tried to add multiple refinements in one page having the RefinementMenuHandler scoped at request and observed that there is no difference in the behavior when it was prototype scoped. Also we saw that only one query got logged in the dgraph logs with all the dimValIds.
    So what is the need for having the handlers prototype scoped when there is no data shared?
    Please correct me if I am wrong and let us know the impact (if any) by having the cartridge handlers request scoped.
    Thanks,
    Shabari'

    Thanks chip!
    In fact that was our assumption as well initially. But as said in my previous post, we have already tried adding multiple refinements in a page all referring to RefinementMenuHandler which is scoped at request and have observed no difference in the behavior. We have got all the refinements with all the child refinements and observed that there is only one mdex request that is getting fired with all the dimValId's requested for.
    Can you please detail the erratic behavior that can occur by having the cartridge handlers request scoped with an example.
    Thanks,
    Shabari

  • Multiple Scopes for the same subnet with Cisco CNR

    I have a requeriment from my internal client that he wants to have  multiple scopes within the same /21  subnet , but he wants to have different scopes for each group of servers ( in the /21 subnet).
    We have 2 Cisco CNR ( I dont know the version they are running because they are managed by an external vendor) but they are in active / standby mode.
    My question is .. it is posible to make the CNR have different scopes (ranges of IP's) for the same subnet ( /21) and assign those based on the client ( I dont know what criteria can be followed .. maybe Mac Address ???).
    I appreciate any help or pointing to the right documentation
    Thank you in advanced

    I don't know that you would want a separate PO print. You can print the same PO print twice to provide a copy for the freight vendor. I think it should be okay as long as it is clear that the PO is with the vendor for the products but there is a condition specifying the freight deal. The second vendor (say the freight vendor) should be okay with this PO as well. I don't remember how the standard SAP PO forms handled the vendor condition but it should be enough I would think. I never came across a separate PO for freight since it is usually an value added service that is an integrated part of shipping goods and the paper-work usually is leveraged from PO, bill-of-lading, etc. SAP will make it difficult if you do need a separate PO since there is no way to use account assignment to material and therefore would need to manually account code and invoice verification, post to a clearing account in FI for re-class to material or charge to internal order with settlement to material or something like this.
    I would just make sure that the PO print makes sense in terms of being able to see the freight charge and maybe the vendor name or something (look at the standard SAP PO form to see what the best practice is).

  • How to create new scope for SharePoint calendar?

    How to create new scope for SharePoint calendar?
    I have a calendar list to which I want to create following scopes-
    Annual View
    Half Year 1 (Jan-June)
    Half Year 2 (Jul-Dec)
    Quarter 1 (Jan-Mar)
    Quarter 2 (Apr-Jun)
    Quarter 3 (Jul-Sep)
    Quarter 4 (Oct-Dec)
    How this can be created. Any help appriciated. Thanks.

    Hi Pratima,
    Can you please see below link and code snippet for how to
     format date in gridview.
    http://www.aspdotnet-suresh.com/2011/05/how-to-set-date-format-in-gridview.html
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
    <title>Gridvew Date format</title>
    </head>
    <body>
    <form id="form1" runat="server">
    <div>
    <asp:GridView runat="server" ID="gvdetails" DataSourceID="dsdetails" AllowPaging="true" AllowSorting="true" AutoGenerateColumns="false">
    <RowStyle BackColor="#EFF3FB" />
    <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
    <PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
    <HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
    <AlternatingRowStyle BackColor="White" />
    <Columns>
    <asp:BoundField DataField="Date1" HeaderText="Date1" HtmlEncode="false" DataFormatString="{0:s}" />
    <asp:BoundField DataField="Date2" HeaderText="Date2" HtmlEncode="false" DataFormatString="{0:D}" />
    <asp:BoundField DataField="Date3" HeaderText="Date3" HtmlEncode="false" DataFormatString="{0:m}" />
    <asp:BoundField DataField="Date4" HeaderText="Date4" HtmlEncode="false" DataFormatString="{0:d}" />
    <asp:BoundField DataField="Total" HeaderText="Total" HtmlEncode="false" DataFormatString="{0:C2}" />
    </Columns>
    </asp:GridView>
    <asp:SqlDataSource ID="dsdetails" runat="server" SelectCommand="select * from DateFormat" ConnectionString="<%$ConnectionStrings:dbconnection %>"></asp:SqlDataSource>
    </div>
    </form>
    </body>
    </html>
    Hope this will help you.
    Regards
    Soni K

  • Set Scope for Virtual Machine in 2012 R2 WMI v2 Namespace

    Basically, I want to know how to set the scope for a hyper-v vm in Server 2012 R2 so users see only the specific vm's assigned to them. I work at an academic institution, we intend to upgrade our 2008 R2 servers to 2012 R2 but before we can do that we
    need our vm creation script to work properly. In older editions that have the WMI v1 namespace it used to be to set the scope for a vm you did so by modifying Msvm_VirtualSystemGlobalSettingData.ScopeOfResidence. In the WMI v2 namespace Msvm_VirtualSystemGlobalSettingData
    has been removed and most of its features have been placed in Msvm_VirtualSystemSettingData. ScopeOfResidence however is not in there and I can't find it or anything that sounds the same in any of the virtual system classes. Below is the unedited portion of
    the old script I am having trouble converting to the v2 namespace. Someone please help, I need this working by the end of the month or I am going to have to abandon the server upgrade entirely.
    # Set Scope!
    $VM_Service = get-wmiobject -namespace root\virtualization Msvm_VirtualSystemManagementService
    $ListofVMs = get-wmiobject -namespace root\virtualization Msvm_ComputerSystem -filter  "ElementName <> Name "  | `
        where { $_.ElementName -like $vmName }
    foreach ($VirtualMachine in $ListofVMs) {
            if ($VirtualMachine -ne $Null)
            $VMGlobalSetting = get-wmiobject -namespace root\virtualization Msvm_VirtualSystemGlobalSettingData | where `
               { $_.ElementName -like "*$($VirtualMachine.ElementName)*" }
             $VMGlobalSetting.ScopeOfResidence = $scope
             $VM_Service.ModifyVirtualSystem($VirtualMachine.__PATH, $VMGlobalSetting.psbase.Gettext(1))
    Write-Host "Virtual Machine" $vmName "Added to Scope" $scope
    # End of Set Scope

    HI,
    I have the exact same problem, and it totally prevents me from finishing my virtual environment.
    I would like to be able to move some VM in specific scopes in order to apply access right on them, but nothing in the V2 tree seems to help...Is there an other way to do it on Hyper-V Server 2012 ?
    Also, all modification using azman.msc are totally useless, and adding new groups and/or user in the Administrator role doesn't help.
    Any advice will be welcome !

  • What to fill in "temp table scope" for global temporary tables?

    Hi,
    I'm using Data Modeler 4.0.1.836 and whatever I put in the "temp table scope" box for a global temporary table doesn't seem to affect the DDL script regarding the ON COMMIT PRESERVE/DELETE ROWS option. The script always shows ON COMMIT PRESERVE ROWS no matter what.
    Yet, some of my temporary tables must be created as ON COMMIT DELETE ROWS.
    The Data Modeler help says the following about this :
    Temp Table Scope:
    For a table classified as Temporary, you can specify a scope, such as Session or Dimension.
    Not sure what "Dimension" has to do with the scope here, but it doesn't make any difference.
    I tried putting "Session", "Dimension", "Transaction", but no luck. So what's the text to put for the script to generate ON COMMIT DELETE ROWS?
    Thanks

    Hi,
    The Temporary Table Scope property (on the Classification Types page of the Table Properties dialog) is purely documentary.
    To set ON COMMIT DELETE ROWS you should expand the Browser node for the Relational Model and look for the node for the relevant Oracle Physical Model.  If you expand this you will find an entry there for your Table. Double-click on this to get the Physical Model properties dialog for your table, and you will find a "Temporary"  property which has options YES (Preserve Rows), YES (Delete Rows) or NO.
    David

  • If I create an security scope for a group of SCCM-admins should i remove the "Default Scope"?

    Hi,
    If I create an security scope for a group of SCCM-admins  should i remove the "Default Scope”?
    /PS
    /SaiTech

    Yes, it's OK to not add the Default security scope to an administrative user. You can add any custom security scope to an administrative user and it does
    not has to include the Default
    security scope.
    Just keep in mind that you keep at least an administrative user that contains the
    All and/or the Default security scope to not lock yourself out of the console. 
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Scope for data warehousing ETL Tool

    Hi all
    can anybody explain scope for data warehousing ETL Tool
    for oracle developer in future this is ok or..
    regards
    Message was edited by:
    174313

    What exactly is your question?
    The scope of using an ETL tool would be setting up and maintaining datawarehouses and building ETL processes to populate these datawarehouses.
    A tool is generally preferred over hand coding because tools allow better maintenance, shorter development cycles etc.
    Oracle has a pretty good ETL tool, called Oracle Warehouse Builder. It's not the best tool available, but if you compare price/ functionality I would say in most cases it will do.
    If your question is if it's a wise pick to master OWB or any ETL tool my answer would be a clear YES! Datawarehouses and BI are becoming more important every day, their use gets broader everyday.
    If your question is if an investment in OWB is a wise investment for the future I would answer a clear YES again. It's increddilbe to see what progress Oracle made with the tool, coming from a 'laughing stock' postition, regarded completely immature good for nothing tool, to where they are now, with 10.2. Regarded as one of the leaders by Gartner.
    Oracle has recognized (a long while ago) that ETL is the bread and butter of the future and invests in a good quality tool for accomplishing this.
    I hope this answes your question, if not, please try to specify more clearly.
    Regards,
    Toin.

  • Internal DHCP scope for AP on WLC 7.0 (on diff subnet)

    hi All,
    I would like to know if it is possible to assign dhcp pool on a different subnet to the WLC management interface?
    Eg: Management Interface is on 172.16.4.100 /24
    I would like to use the WLC Internal DHCP to assign IP to my APs on the a different range 172.16.2.x /24
    Is that possible?
    I  have tried assigning dhcp scope for the AP within the same subnet as  the management interface and it works. But that is not my requirement
    Apparently i need my AP to be sitting on a different vlan
    please advise

    No its not possible.. this works only if the AP and the WLC management interface is in the same subnet!! to ur issue we use something called as DHCP OPTION 43, google search DHCP OPTION 43 + cisco, the first link that u get wil help you!!
    Please dont forget to rate the usefull posts!!
    Regards
    Surendra

  • Best place to create the DHCP scope for Guest SSID for remote office connected to HQ Foreign-Anchor controller

    Hi Experts ,
    Need help with the respect to understand the best practice to place/create the DHCP scope for remote site Guest SSID which will be connected to HQ Foeign-Anchor controller set-up.
    how about internet traffic for Guest SSID , which one will be recommanded :
    1) Guest SSID gets authenticated from HQ ISE and exposed to the local internet
    2) Guest SSID gets authenticated from HQ ISE and exposed to the HQ internet
    Thanks

    Hi George ,
    Thanks for your reply ...So you mean, best design would be to create the DHCP scope into DMZ for guest and let it get exposed to HQ internet ...
    how about if I have another anchor controller in lets say in other  office and I need to anchor the traffic or load balance from HQ foreign controller , in that case if I create DHCP scope into HQ anchor controller and if its down , I will loose the connectivity , how do I achieve fail-over to another anchor ?
    Do I need to create secondary scope into another anchor controller and let the client get reauthenticated from other location ISE and get ip address as well from another anchor controller . Is it what you are proposing ?

  • Which scope for a UIManager?

    Hello,
    I want to use a UIManager to save persistance of some of my UIComponents.
    The idea is to bind UIcomponents (which are present in many jsff fragments) with a "RichComponent" attribute in a Bean (UIManager).
    For exemple :
    in the first fragment :
    <af:query id="qryId1" headerText="Search"
                                  value="#{bindings.XnCliVOCriteriaQuery.queryDescriptor}"
                                  model="#{bindings.XnCliVOCriteriaQuery.queryModel}"
                                  queryListener="#{pageFlowScope.rm00100Bean.onQuery}"
                                  queryOperationListener="#{bindings.XnCliVOCriteriaQuery.processQueryOperation}"
                                  binding="#{pageFlowScope.uiManager.searchAfQuery}"/>*binding="#{pageFlowScope.uiManager.searchAfQuery}"*
    In the second fragment, a similar af:query with the same binding.
    So if user disclose the af:query in the first fragment then navigate to the second fragments, He will found the af:query disclosed too.
    My question is, which scope for the UIManager? PageFlowScope seems to be the right scope for what I want to do. But I'm not sure I am on the right way, so maybe you have some recommandations for me?
    Thanks.

    Did you design your app as per this ? https://blogs.oracle.com/groundside/entry/the_uimanager_pattern
    That should answer your questions

  • What is the Behavior.Navigation URL for creating navigation bar links for search scopes for security group and distribution groups?

    ...the search scope is used to subset the SGs and DGs. The search scope itself shows expected results. The search scope filter used is: /Group[Type='Security' or Type='MailEnabledSecurity'][(Domain = 'DomainX') or (Domain = 'DomainY')]
    Tried the following, with the GUID being the resource ID from the search scope for security groups:
    ~/identitymanagement/aspx/customized/CustomizedObjects.aspx?type=Group&searchtype=e8ed98b6-e299-4b8d-bfe5-e4b2adf1cd60
    ~/IdentityManagement/aspx/groups/Groups.aspx?type=Group&searchtype=e8ed98b6-e299-4b8d-bfe5-e4b2adf1cd60
    Thanks

    are you talking about redirect URL in search scope ? FIM will automatically add the searchtype querystring
    for custom groups search scope you can use :
    ~/IdentityManagement/aspx/groups/AllGroups.aspx
    and configure you search scope to use the same UsageKeywords as for the security groups
    and restart your IIS server using the command "IISRESET"
    in your case if you want to create navigation bar link to your group-type search scope use may use this format:
    http://{your fim server}/IdentityManagement/aspx/groups/AllGroups.aspx?searchtype={your searchscope guid}&content=%2a
    ex : http://fimserver/IdentityManagement/aspx/groups/AllGroups.aspx?searchtype=47e0a973-0ab4-46f5-815f-f5028c1af58e&content=%2a

  • How to set global scope for SmallSearchInputBox ?

    Hello,
    I need to find content across all site collection, while SmallSearchInputBox searches only to respective site collection.
    Can anyone please let me know how can I set a search scope for SmallSearchInputBox that finds content across all site collection under same web application ?
    Thanks and Regards,
    Dipti
    Dipti Chhatrapati

    Hi Dipti,
    If you would like to change the search scope of SmallSearchInputBox in SharePoint 2010 which appears at the top right of a page, then you would customize the feature of this control.
    Here is an article which provides detail information:
    http://sebastiantegel.wordpress.com/2011/05/01/small-search-input-box/
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • Career scope for SAP HCM

    Hi All,
    Greetings,
    I am a BMS graduate and have finished my PGDBA in HRM. I have over 4 years of experience in Recruitment Industry. Now i am planning to get training and certification done in SAP HCM. Please let me know certain things about it:
    1. Scope for job in future ?
    2. Average salaries offered for SAP HCM freshers ?
    3. Is certification necessary after getting training ?
    I would highly appreciate your time and views on above.
    Thanks & Regards,
    Amol Choughule

    Hi,
    I can only suggest that it will be worth and scope is very good. You will gain not loose .
    Provided you have interest to come this side .
    Thanks,
    Ketul

  • Switch abap to bi and scope  for current year

    Hi Gurus,
    i have 1+ year exp in abap in reputed company. I want to switch carrier in ABAP to BI. I have gone thro. all related foram..just i want to knw as current date scope of BI. If i have exp. of abap. Certification is required is yes then should i get job immediately or within 2-4 months. or can i go to any other module(less coding but more functioning).
    Regards,
    Amol
    Use spell-check to correct your spellings and gramatical mistakes before posting. A good question always invites good answers
    Edited by: kishan P on Jan 23, 2012 11:04 AM

    The scope for BI or any job depends on you. If you can excel in BI, then no one can deny you a job.
    pk

Maybe you are looking for

  • Limitation on Service size for deploying

    Is there any limitation on Service size for deploying? The size of my service is 5MB approx. and I am not able to migrate it through Catalog deployer as well as Exporting and Importing file.

  • COPA - Split of Value from condition type into different value fields

    Dear All, Customer is having several free schemes to customer the same is set up by SD and Cost of free goods is attached to One Z condition type, this flows along with Main product as characteristic. So we have Main product cost in VPRS and Scheme c

  • Compatibility problem with USMT 6.3.9600 and Windows Vista

    Hi, We have a problem with USMT 6.3.9600 ()ADK 8.1) while running on Vista. At start we are receiving an error saying it is not a win32 application. USMT 6.2.9200 would work on Vista but not on Windows 8.1. Any workaround?

  • Formula in Fields and search two or more fields

    Hi, is it possible to extract two or more fields to a UDF and add some text in it? For example, in UDF field A in AR invoice, we extract field B and field C and field D together and add If I want to add formula in field, what operators should I use s

  • InDesign CC 2014.1 completely unusable

    Since I installed the 2014.1 update last week, InDesign CC has been completely unusable for me.  Everything works fine until I either open an existing file or create a new one, then everything just stops.  I can't use it at all (I've had to reinstall