How to replace one BC template with another

I am using an existing BC template and want to change to a new template (same domain) - any thoughts on how to achieve this?
Thanks.

Change a BC template to another? You can not at this stage on that same site, you would have to create a new site yourself or update everything manually

Similar Messages

  • Replace one itunes account with another

    I have the itunes application downloaded on my laptop but i recently made another itunes account and i want the new one to be on the Itunes application. So i uninstalled the application thinking that if i downloaded it again it would ask me for an account. Except all it did was restore the old account. I am wondering if anyone knows how to replace one itunes account with another. If you know anything that can be useful comment.

    Store > Sign Out
    Store > Sign In
    All purchases remain tied to the account used to buy them, but you can authorize iTunes to multiple accounts and put protected content from up to five on your devices. Generally best to stick to one account if possible. More so once you get to iOS devices as managing app updates over multiple devices is a chore.
    tt2

  • How to publish Motion 5 templates with another editor's Final Cut Pro x

    How to publish Motion 5 templates with another editor's Final Cut Pro x

    That's also simpel,
    Let the Motion 5 designer deliver the map that he made. For example he made a title effect with the title "We Are Awesome Company Title" than you get that map after the head "Effects" map. So he must send that map with all the stuff in it to an editor and the editor place that map in Motion Templates -> Effects.
    Restart Final Cut Pro X and there you go.

  • Replace one preset effect with another

    Is it possible to replace one preset effect with another withouth having to undo a prior preset effect? 
    When I used Aperture, holding down the Option key would allow me to replace one preset with another.

    Store > Sign Out
    Store > Sign In
    All purchases remain tied to the account used to buy them, but you can authorize iTunes to multiple accounts and put protected content from up to five on your devices. Generally best to stick to one account if possible. More so once you get to iOS devices as managing app updates over multiple devices is a chore.
    tt2

  • How to replace a particular striing with another string in jtextpane

    how to get replace a particular string with another string of a jtextpane without taking the text in a variable using getText() method .

    Thanks for your answer,
    "relevant object" means for you datasources, transfer rules and transformations ?
    With the grouping option "Save for system copy" I can't take easily all datasources, and others objects
    Will I have to pick all object one by one ?
    What would be the adjustement in table RSLOGSYSMAP ? For the moment it's empty.
    Regards
    Guillaume P.

  • How do I replace one vector mask with another?

    I have a template for a web site that I'm trying to figure out as I learn CS5.  The template has a vector mask created out of some writing that was converted into an object/vector mask.  I would like to replace with a layer I created that has different writing in it.  How would I replace the vector mask in the template with the new object I created?
    Thanks for any help you can give.
    Best -- Catherine

    • In the Layers Panel draw the Layer’s Vector Mask icon onto the trashcan-icon
    • move that Layer above the new Text Layer
    • invoke Create Clipping Mask (command-alt-G) from Layers Panel’s fly-out menu or alt-click on the line separating the two Layers’ icons

  • How to replace one double quotes with two double quotes in XSLT

    How can I replace one double quote to a two double quote in a string in XSLT
    I am passing the parameter string to XSLT template contains the value as
    <xsl:variable name="Description">Hi! "How are you</xsl:variable>
    <xsl:variable name="VQuotes">""</xsl:variable>
    I nead the output as
    Hi! ""How are you.
    Tried with Translate function, but it did not work out
    <xsl:element name="DESCRIPTION_SHORT">
              <xsl:value-of select="translate($Description,'&quot;', VQuotes)" />
            </xsl:element>But it is giving the same result as Hi! "How are you
    When I tried with
    <xsl:element name="DESCRIPTION_SHORT">
              <xsl:value-of select="translate($Description,'&quot;', 'BB')" />
            </xsl:element>
    It gave the result as
    Hi! BHow are you.
    It is replacing only one character with one. how to make it for two characters.
    Am I doing anything wrong in syntax?
    Please help.
    Regards, Vignesh S

    Hi Vignesh,
    Try this.
    Its a two step process:
    Step1: Add the following template would be "called" to do the replacement as your want:
    <xsl:template name="string-replace-all">
    <xsl:param name="text" />
    <xsl:param name="replace" />
    <xsl:param name="by" />
    <xsl:choose>
    <xsl:when test="contains($text, $replace)">
    <xsl:value-of select="substring-before($text,$replace)" />
    <xsl:value-of select="$by" />
    <xsl:call-template name="string-replace-all">
    <xsl:with-param name="text"
    select="substring-after($text,$replace)" />
    <xsl:with-param name="replace" select="$replace" />
    <xsl:with-param name="by" select="$by" />
    </xsl:call-template>
    </xsl:when>
    <xsl:otherwise>
    <xsl:value-of select="$text" />
    </xsl:otherwise>
    </xsl:choose>
    </xsl:template>
    Step2: Call the above templeate in the place where you want to call, like this:
    <!--Define the variables-->
    <xsl:variable name="Description">Hi! "How are you</xsl:variable>
    <xsl:variable name="sQuotes">"</xsl:variable>
    <xsl:variable name="VQuotes">""</xsl:variable>
    <!--Following call the template which you have defined in step1-->
    <xsl:element name="DESCRIPTION_SHORT">
    <xsl:variable name="myVar">
    <xsl:call-template name="string-replace-all">
    <xsl:with-param name="text" select="$Description" />
    <xsl:with-param name="replace" select="$sQuotes" />
    <xsl:with-param name="by" select="$VQuotes" />
    </xsl:call-template>
    </xsl:variable>
    <xsl:value-of select="$myVar" />
    </xsl:element>
    I have tested this and works. And outputs as the following with two-double quote as you want.
    <DESCRIPTION_SHORT>Hi!
    ""How are you</DESCRIPTION_SHORT>
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • I had two files named graphics and I replaced one graphics file with another which was the wrong one.  Can I undo my replacement?  I move the wrong one, which was on my desktop into another one and that is when it as me if I wanted to replace the file.

    I accidently replaced a file with another.  Can I undo my action? 
    I had two files named graphics.  One was on my desktop and another was within another file called solitarie.  I move the one on my desktop (wrong file) into the solitarie file and was asked if I wanted to replace the graphics file in the solitarie folder (the correct one).  I said yes accidently and then remembered that I had made a mistake.  If I use undo, it only move the wrong file back to the desktop.  Is there an undo of replace?

    Sorry, but's that's why you get the warning. "Replace" means just that - the new file over-writes the old one. There is no undo.

  • Replace one swf movie with another

    I have a flash movie on my web page and I have made some of
    the text inside the movie into buttons. The movie only takes up a
    portion of the page. I would like to replace the movie with another
    movie when somebody clicks the button.
    I'm sorry if this is a really basic question but I have spent
    ages trying to find out how to do it and I keep getting an error
    when I try to search this forum.
    Thanks for your help.

    Thanks for your help so far. I seem to be having more and
    more trouble though!
    I have a swf file (sunnyserv.swf) that contains a pre-loader
    and then opens another swf file (downturn.swf). The downturn.swf
    contains the buttons that I want to listen to, and swap out the
    movies.
    If I open sunnyserv.fla in flash and test the movie, it loads
    downturn.swf, listens to the mouse click and runs the
    communication.swf movie (although it doesn't clear all of the
    children from downturn.swf).
    However, if I export all three movies and open my web page
    nothing happens! If I change the xhtml to load downturn.swf that
    works ok. Any idea why it would work in test movie but not when
    loaded into an xhtml page?
    Also, can you see a reason why all of the children are not
    being removed in the commClickHandler function?
    Code below:
    sunnyserv.swf (container)
    var l:Loader = new Loader();
    l.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS,
    loop);
    l.contentLoaderInfo.addEventListener(Event.COMPLETE, done);
    l.load(new URLRequest("downturn.swf"));
    function loop(e:ProgressEvent):void
    var perc:Number = e.bytesLoaded / e.bytesTotal;
    percent.text = Math.ceil(perc*100).toString();
    function done(e:Event):void
    addChild(l);
    removeChildAt(0);
    percent = null;
    downturn.swf
    import flash.events.MouseEvent;
    import flash.events.EventDispatcher;
    import flash.display.MovieClip;
    var l:Loader = new Loader();
    // add listeners for each button
    btn_communication.addEventListener(MouseEvent.CLICK,
    commClickHandler);
    function commClickHandler(event:MouseEvent):void {
    for(var i:int = 0; i < numChildren; i++){
    removeChildAt(i);
    l.load(new URLRequest("communication.swf"));
    addChild(l);
    stop();
    Hope somebody can help!

  • How to Regester one Shared Service with Another ??

    Hi All,
    I am working on Hyperion System 9.3.1. I am getting problem when I want to access Essbase through Planning.
    Here is the scenario:
    I have Hyperion Essbase installed in Computer 1 with separate Shared Services; I have Planning installed in Computer 2 with another Shares Services.
    All things were working fine as I have created same users in both the shared services and was using native user of Essbase.
    Now I have changed the native user to Externalize user in Essbase. Since then I am not able to access Essbase through my Planning application. The user privilege differs in both the Shared Services as Computer 1 has only Essbase and Computer 2 has Planning.
    The error message I am getting in planning while connection is “Unable to obtain a connection to Hyperion Essbase”. In the essbase.log file I am getting “Login fails due to invalid login credentials” message.
    I think the problem here is between Shared Services only. As both are in different system and the user privileges are also different.
    Kindly suggest how to sink my Essbase between these two shared services.
    Regards,
    Navneet

    Just to clarify,
    You have Planning and Essbase on one machine and you have shared services installed twice on different machines?
    I'm not sure if this architecture will work, you might have to separate Planning and Essbase to there own servers and create a new Essbase server specifically for Planning applications. Planning utilizes Essbase for its OLAP data store and Essbase registers with Shared Services directly.
    Brian Chow

  • How do I replace one video file with another

    Hey all
    I'm new to Imovie, so please bare over with me.
    I made a long movie using a MOD format file from my JVC home camera
    When I where to convert or burn the movie in Imovie it made an error.
    After much trouble I found out that it was the MOD format that was the problem
    So I bought an expensive piece of software that converted the MOD file to MOV:
    And with a new test project it now works flawless...
    Anyways back to the original project and the problem:
    - I have now converted the original MOD file to MOV
    - I have the original Imovie project with the MOD file.
    How do I replace the mod file in the imovie project with the new mov file, while keeping, that is transfering all my work on the mod file over to the new mov file?
    Thnx
    Kris

    • In the Layers Panel draw the Layer’s Vector Mask icon onto the trashcan-icon
    • move that Layer above the new Text Layer
    • invoke Create Clipping Mask (command-alt-G) from Layers Panel’s fly-out menu or alt-click on the line separating the two Layers’ icons

  • How to replace a current driver with another one

    Hi,
    currently there are two different audio drivers on my solaris 10,
    pkginfo | grep 810
    system SUNWad810 SUNW W1100z & W2100z Audio Drivers
    system TOOLSi810 Audio Driver for Intel ICH audio controller
    prtconf -D gives
    pci1043,1713 (driver name: audio810)
    So i guess SUNWad810 is currently used for driving the audio device. If i want to change the driver to TOOLSi810 , how can i do that?
    thanks !

    In another thread we've already found out that the pci vendor/
    device id for the sound hardware in your system is "pci8086,24c5".
    To configure the system to use my audio driver (audioi810) instead
    of Sun's (audio810) remove the "pci8086,24c5" -> "audio810" driver
    mapping and install a mapping "pci8086,24c5" -> "audioi810":
    update_drv -d -i '"pci8086,24c5"' audio810
    update_drv -a -i '"pci8086,24c5"' audioi810
    (Note that there are double quotes around the pci8086,24c5
    string, and the "pci8086,24c5" string is enclosed in single quotes
    to protect the double quotes).
    Unfortunately you have to reboot to activate the new driver. This
    is due to a Solaris kernel bug, the kernel does not properly clean
    out all references to the old driver from kernel memory after the
    "update_drv -d" command, so that the next "update_drv -a" will
    tell you that the new driver "failed to attach". But after a reboot
    the audioi810 driver is supposed "to attach" just fine.

  • How to replace a source system with another in BW

    Hello experts,
    I've read many topics dealing with my customer's need, but I still can't find the solution.
    My landscape is the following one :
    ECC6 with DEV, QUAL and PROD
    BW with DEV and PROD
    BW DEV source system is ECC6 DEV, I need to change it to ECC6 QUAL
    A lot of work has already been done, and I'd like not to lose it changing the source system.
    Datasources are the same in ECC6 DEV and QUAL.
    This is not a system or a client copy, it is really a source system switch.
    The new source system is already created (both DEV and QUAL ECC6 are available in "source systems" in RSA1), and I tried to use BDLS tcode
    In the "old logical system name" I choose my current source system and in "new logical system name" I choose the one I now need to use.
    System answer is : "The logical system name ECC6 QUAL already exists"
    Obviously I did something wrong, but can't figure what.
    Is there any action to perform before BDLS ?
    Any help is appreciated, and points will be given.
    Guillaume P.

    Thanks for your answer,
    "relevant object" means for you datasources, transfer rules and transformations ?
    With the grouping option "Save for system copy" I can't take easily all datasources, and others objects
    Will I have to pick all object one by one ?
    What would be the adjustement in table RSLOGSYSMAP ? For the moment it's empty.
    Regards
    Guillaume P.

  • How to Attach One adobe form with another adobe form

    Hi Experts,
    I saw the similar post but my issue is even further big thant that where the solution is provided.
    I Have @ 40 output forms where 35 forms share same part of data in a table format.
    Untill today I have done all the forms with this table data (I say this as a replication), now its that the business requirements are changed the presentation (design) of data and the content. now I need to change all the 35 forms.
    Just wondering is there a possibility to put the specific data in one single form where it takes only one Import Parameter and generates this table. I then have this as an include in all the 35 forms when i preview it should just display both of them as a single form.
    Can somebody help me with this....?
    Thanks & Regards,
    Sai

    Hi Otto,
    I will try the approach you blogged in and will close this post with points awarded.
    Cheers,
    Sai

  • How to backup one Time Capsule with another Time Capsule?

    I have two Time Capsules and a Mac Mini. The first Time Capsule (TC1) is plugged by ethernet cable directly to my Mac Mini. It is also set up to provide my home with a wireless network. The second Time Capsule (TC2) is upstairs and connected to this network wirelessly.
    I am using TC1 to store all my photos and iTunes music library because the Mac Mini hard drive is too small, and I want to setup TC2 to backup the Mac Mini and certain specific folders on TC1.
    I've started Time Machine up and selected TC2 as the backup drive but it only seems to backup my Mac Mini hard drive and not the contents of TC1. There doesn't appear to be any way to tell Time Machine to backup TC1 either.
    Can anyone offer a solution?
    P.S. I'm a Mac newbie so please humour me if I have asked anything completely obvious!
    Message was edited by: Carl Bradbury

    Final solution:
    I setup my first TC to use as a Time Machine backup of my Mac Mini, connected via an ethernet cable. It broadcasts a wireless-n network that my other laptops connect to.
    I then bought Intego's Personal Backup to make periodic copies of the important folders (iPhoto library, iTunes library, etc) over to my second Time Capsule, which is creating its own private wireless-g network. The Mac Mini's airport is set to connect to this private network.

Maybe you are looking for