How does OOB breadcrumbs work for multisite environment

Hi
I am currently using CatalogNavHistory and CatalogNavHistoryCollector to display breadcrumbs in my catalog pages.
My doubt is with ATG10.1 we are using multisite environment for our project. So one category will be part of more than one site.
So how does OOB CatalogNavHistory and CatalogNavHistoryCollector handle the breadcrumbs for these scenario?
Thanks
Ajay

Dear KK,
IF You want to use the EURO currency as transaction currency and Your Local currency is Australian Dollar, the System correectly will take the Exchange rate EURX.
EURO is used for the old european currencies
EURX for all the other foreign currencies
EMU indicator that means European Monetary Union has to be flagged if the referency currency is EUR.
I hope this can help You.
Mauri

Similar Messages

  • How does the delta works for changes made to Sales Document

    Hi Experts,
    How does delta for 2LIS_11_VAITM for the changes made to Sales Order Header.....
    Example:
    If a sales order had 10 line items any changes at the item level are captured by 2LIS_11_VAITM
    Could you please update me on how the changes made at Sale Order Header level like Change of contract Date...etc
    Does those changes are captured by 2LIS_11_VAITM.......
    Please update

    Hi,
    SAP written lots of programs inside the Extractor, so it is not possible to tell how it will work, so you goto RSA2 in ecc and give the datasource and click on display and see the Function module and debug it you will know.
    Thanks
    Reddy

  • How does FileVault 2 work for external hard disk?

    Hello users, I've activeted FileVault 2 for my computer and it works without slowing down! But now, I really want to try the new feature about FireVault 2, how can I use it for an external hd? I tryed to search from Google more information, without success...please, help me!
    Rox

    Here is some help:
    http://arstechnica.com/apple/reviews/2011/07/mac-os-x-10-7.ars/13
    and right here as well:
    https://discussions.apple.com/message/15665368#15665368
    Note, I've read it's a bad idea to encrypt your drive that has your TM backup on it. Good luck!

  • How does After Effects work for you guys?

    Love to hear feedback!

    After Effects has been a stable and fabuously fun, ultimatley indispensible and valuable application on all of my Macintoshes since After Effects was called CoSA.
    If you're looking for complaints, try asking, "What will not work for me in After Effects?" But that will depend on your hardware and your ability to learn this unbelievably deep and complex application.

  • How does "Find iPhone" work for a wifi-only iPad?

    My wife's iPad is in out home on a satellite internet connection, in the country, connected to our router which assigns it an internal IP address. Yet when I log into Find iPhone from my iPhone, it shows up right inside the house most of the time, within 200' or so other times. Now the "circle of uncertainty" is larger then my wife's iPhone, it's still pretty accurate given the way it's connected. This baffles me.
    Thanks,
    Gamma

    Philly_Phan wrote:
    That doesn't answer HOW the database determined the router location to begin with./message-abuse!input.jspa?objectID=28092111&objectType=2
    It does – the OP is using multiple iOS devices, the iPhones have GPS which is used to submit data to Apple via the diagnostics & usage. It may also come from other iOS users who have the same feature enabled.
    Philly_Phan wrote:
    Drew Reece wrote:
    I suspect the reason that your cellular iPad is getting accurate locations is because your modem is broadcasting a wifi access point. IP's are a poor indicator of location, despite what CSI tells you
    That access point will be added to Apples database. Your iPhone has a setting that will help with this… 'Settings > General > Usage > Diagnostics & usage', if Automatically send is enabled then you are reporting anonymous data to Apple, including the location of the networks you use, the same network that is in range for the iPad. Apple is using iOS to crowd source the data.
    Not true at all.  A cellular iPad also has a GPS receiver and it obtains location information from GPS.  GPS signals are separate from and completely unrelated to both the Internet and the cellular telephone network.  GPS signals come directly from the GPS satellites.  They provide signals that allow GPS receivers to calculate latitude and longitude information.  Software inside the device translates latitude/longitude into landmark information, such as street addresses.
    I was referring to the GPS on the iPhone.
    I know how GPS works thanks, I can see 4 satellites in this hemisphere, the others are out of view 
    I was also assuming this was a wifi iPad (no cellular, no GPS) - hence the reason for the original poster surprise. However I may have simply read 'wife's iPad' as 'wifi iPad'?

  • How does Dynamic Quorum work for a two Node DAG

    Hi All,
    I have a two node DAG with a FS witness server. One of the node is 'down' (I have kept it like that), cluster has quorum and all services are online.
    What I'm trying to understand is if a node's State=Down, isn't the Dynamic Quorum Group Manager suppose to trigger and set the DynamicWeight to '0' for that server.
    In my case its not doing so, please let me know if this the way it is, or something is not quite right and I need to fix it.
    Troubleshooting info below:
    PS C:\Windows\system32> Get-ClusterNode | ft name, dynamicweight, state, nodeweight,id -AutoSize
    Name DynamicWeight State NodeWeight Id
    exch1 1 Down 1 1
    exch2 1 Up 1 2
    PS C:\Windows\system32> (Get-Cluster).WitnessDynamicWeight
    1
    PS C:\Windows\system32> Get-ClusterResource
    Name State OwnerGroup ResourceType
    Cluster IP Address Online Cluster Group IP Address
    Cluster Name Online Cluster Group Network Name
    File Share Witness (\\fs1... Online Cluster Group File Share Witness
    (Validation test)
    Validate Quorum Configuration
    Description: Validate
    that the current quorum configuration is optimal for the cluster.
    Validating cluster quorum settings.
    Witness Type: File Share Witness
    Witness Resource: \\fs1.contoso.com\dag1.contoso.com
    Cluster managed voting: Enabled
    Voter Name
    State
    Assigned Vote
    Current Vote
    File Share Witness (\\fs1.contoso.com\dag1.contoso.com) (\\fs1.contoso.com\dag1.contoso.com)
    Online
    1
    1
    exch1
    Down
    1
    1
    exch2
    Up
    1
    1
    This quorum model will be able to sustain failures of 1 node(s) if the file share witness remains available
    and 0 node(s) when the file share witness goes offline or fails.
    This quorum configuration can be changed using the Configure Cluster Quorum wizard. This wizard can be started from the Failover
    Cluster Manager console by selecting the cluster name in the left hand pane, then in the right "actions" pane selecting "More Actions..." and then selecting "Configure Cluster Quorum Settings...".
    When all servers were up
    node/2+1 = 2/2+1=2 required for quorum and we have 3 votes
    When 1 server gone 1/2+1=1 quorum should recalculate to this. But its still considering 3 votes out of 1down server+1up server+1witness. Ideally I should be able to loose the witness too aftersome time  and still maintain quorum(unlike what
    the validation test is saying).
    Regards,
    Satyajit
    Please “Vote As Helpful”
    if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

    Hi Simon,
    Thanks for your response.
    I have done some study, testing and what I figured out is this.
    Split brain syndrome is prevented by always requiring a majority of the DAG members (and in the case of DAGs with an even number of member, the DAG witness server) to be available and interacting for the DAG to be operational.
    All DAGs with an even number of members must use a witness server.
    Hence a 3 node cluster behaves differently than a 2 node. Exchange 2013 DAG kind of forces you to have a witness server always.
    You can specify only a name for the DAG and leave the Witness server and
    Witness directory fields empty. In this scenario, the task will search for a Client Access server that doesn't have the Mailbox server role installed. It will automatically create the default witness directory and share on that Client Access
    server and configure the DAG to use that server as its witness server.
    You can
    'overridde the quorum configuration using Windows2012 Failover Cluster Manager', however using it to modify a DAG is not recommended.
    If you open Failover Cluster Manager in Administrative Tools, you’ll find the Database Availability Group (DAG), cluster networks and so on. Don’t try to manage the DAG
    using the Failover Cluster Manager, as this isn’t supported. The Exchange Management Console (EMC) or the Exchange Management Shell (EMS) are the only ways to manage the DAG.
    Unless you’re doing a DC switchover and/or being assisted by Microsoft Support services (premier)
    Now back to the point:
    When we are left with 2 nodes and 1 witness server for Exchange HA. The Dynamic Quorum functionality kind of stops dealing with it. As 2nodes/2+1=2votes this means we need to have atleast 2 votes to have quorum.
    So if we assume Dynamic Quorum triggers and removes 2 votes, 1 from Witness and 1 from nodeB.
    Then the new formula we have is 1node/2+1=1vote which would mean this would allow us to loose both the witness and the nodeB. And nodeA will be the last man standing as in this
    article.
    However having this scenario in a two node cluster brings in the split-brain problem. As if there is a full disconnect of nodeA site and nodeB+Witness can talk, they form quorum , nodeB mounts the database. Which is undesirable.
    Hence Dynamic Quorum keeps the votes to 3 in a 2nodes+1witness scenario contrary to what is expected and in turn keeps everything running fine till we have 2votes available, just like 2010,Windows2008 days.
    Regards,
    Satyajit
    Please “Vote As Helpful”
    if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • How does status handling work for ePrint?

    I am wondering how I am notified whether an ePrint job failed or succeeded.
    Do I get a machine-readable reply that contains the message ID of my print request e-mail? For instance are delivery status notifications according to RFC 3464 supported?
    Thanks

    Hi Cristob,
    If you selected Allow Everyone under ePrintcenter.com setting.
    Then whenever you send an email to the printer it will send you an auto reply that the job has been received.
    If you selected Allow Senders Only under ePrintcenter.com setting.
    Then whenever you send an email to the printer it will send you an auto reply with more specific reply stating that the job had been received or failed and why.
    There is one more way to check what printed and failed.
    When you log into ePrintcenter.com and sign in, you should see recent jobs. Under recent jobs you will see the print job received by the printer and if it printed, pending, cancelled or Failed.
    If you have any question please do let us know.
    Thanks
    Josh.C
    Click on the BLUE KUDOS button on the left to say "Thanks"
    Although I am an HP employee, I am speaking for myself and not for HP.

  • How does group message work for the iphone5?

    I want to send out the same message to everyone instead of creating a new thread for each person and I don't want them to see the names of the other people that I am sending it to. Does turning of group message prevent the group chat or will they still everyone's names? Thanks.

    This happening because you guys are sharing the same apple id, you can continue to share it or create a separate one for each user.  You'll have to make sure that for icloud - each users have their own apple id.
    Then go into settings - message - send&receive - make sure the phone number is the default.

  • How does purchasing photoshop work for students and teachers

    I am a teacher and have seen photoshop CR5 for students and teachers....how do go about purchasing, obtaining serial number, etc...

    See if the following page has links that help you get info for students.  I do not speak/read German so I am unable to determine that myself.
    Lernsoftware, Lernprogramme | Adobe

  • How does time capsule work for PCs

    looking for a wireless backup option for my MacbookPro and my HP Desktop, so want to be sure that the wireless backup options / software works on both platforms and there are no hangups

    You might want to take a look at Genie Timeline Pro and contact their support folks to check on current compatibility with the Time Capsule.
    Genie Timeline Pro | Overview | Time Machine Backup Software for ...
    I have not used this product, but my neighbor loves it says that the software will allow automatic backups to a Time Capsule.

  • How does Math.ceil work for values greater than 0 and less than 1?

    What does Math.ceil(0.67) return? I thought it would round it off to 1. Does it not? Which method returns 1? Can someone please help me?

    pradeep_chanda wrote:
    Is that the problem - long/long ??
    Code:
    long suggestedOrderQuantity = 20,000; //computed value
    long minimumOrderQuantity = 198,000; //computed value
    int multiple = (int) Math.ceil(suggestedOrderQuantity / minimumOrderQuantity));
    value of multiple is 0.You really need to post complete code.
    public class Temp {
         public static void main(String[] args) throws Exception{
              long a = 20000;
              long b = 198000;
              System.out.println(a / b);
    }This prints 0. Do you know why?

  • How does FCE upgrade work for new machines

    I currently have a iMac G4 that I use FCE 2 on. I want to upgrade to FCE 3.5 HD which I see no problem with doing. I am also thinking about upgrading my hardware to a new Intel based iMac someday. Will I be able to use the upgrade FCE 3.5 software and the serial numbers from my FCE 2 to install on the newer hardware?
    I guess I don't see why not but thought I whould ask before making the purchase.
    Thanks
    iMac   Mac OS X (10.4.8)  

    Yes to all of that.

  • How does time machine work for you ?

    TimeMacine writes two files per time block and sometimes one like it should.
    When I look over drive with Finder it seems okay to me.  The plist telling
    it which files are not included seems okay.  The killer when I try to see what
    could be restored TimeMachine silently fails to open.

    Do you mean the "Star Wars" display won't appear?   If so, see #E4 in Time Machine - Troubleshooting.
    If not, please clarify.

  • Adobe Illustrator in out Terminal Server environment. How is the licensing work for Terminal Server installations?

    Adobe Illustrator in out Terminal Server environment. How is the licensing work for Terminal Server installations?

    You can find all forums here:
    https://forums.adobe.com/welcome

  • We plan to install Adobe Illustrator in our Terminal Server environment. How is the licensing work for a Terminal Server installation?

    We plan to install Adobe Illustrator in our Terminal Server environment. How is the licensing work for a Terminal Server installation?

    nefabit,
    This is a question for a chat or a phone support call:
    Creative Cloud support (all Creative Cloud customer service issues, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html
    Get help with orders, refunds, and exchanges (non-CC, chat open between 5AM and 7PM PST/PDT on workdays)
    http://helpx.adobe.com/x-productkb/global/service-b.html
    Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

Maybe you are looking for

  • Crystal Report Error while Scheduling

    Dear All; while scheduling a crystal report for some large data we get below message as soon as it crosses mark as 2700 secs. Below given is error message. Error in File ~tmp3394867772de8a0.rpt: Database Connector Error: 'RFC_CLOSED' We are extractin

  • My iPhone earphones is not working on iphone

    Hello All, I have iPhone 3Gs 32 GB, and a new earphones that worked perfectly when I bought them, after around 3 or 4 months, the microphone and the controls are not working, I tried to restart my iphone, every thing worked fine, but the problem reap

  • Posting block check in MI31 transaction

    Hi, I have done following steps - 1. Create inv document using MI31 with posting block check box selected. Step OK. 2. Doing 311 using MB1B - System prevents me from doing this movement. Step OK 3. Doing MI04 Step OK 4. Again doing 311 using MB1B - S

  • Date format and number format- need help

    Hi everyone, I'm working with JDeveloper10.1.2, struts and uix pages. I have 2 problems: 1 - I have a field of type date in my uix page and the format is like this='24-Jun-2006', but I need to change this format to be '2006/06/24'. 2 - I have an attr

  • Clear Signature "greyed out" for signer of Adobe form.

    A user who signed a form that I created using Adobe Pro is unable to clear the signature. When she right clicks,  'Clear Signature" is not appearing in the popup that should appear when right clicked. She is the signer of the form, so I am perplexed