RMAN Tag name change

Could backupset Tags name changed after backup has been taken.? I would like to re name some tags before marking them keep forever.

Ok. thanks.
I made some changes in my run script and it much better exept for control file backupset which gets generated with default tag name. Is any way I could specify tag name for control file backupset in my script
Here is exampe:
run
BACKUP DATABASE TAG = FULL_HOT_BACKUP PLUS ARCHIVELOG DELETE INPUT tag FULL_HOT_BACKUP;
DELETE NOPROMPT OBSOLETE;
92266 B A A DISK 26-NOV-07 1 1 YES FULL_HOT_BACKUP
92267 B F A DISK 26-NOV-07 1 1 YES FULL_HOT_BACKUP
92268 B F A DISK 26-NOV-07 1 1 YES FULL_HOT_BACKUP
92269 B F A DISK 26-NOV-07 1 1 YES FULL_HOT_BACKUP
92270 B F A DISK 26-NOV-07 1 1 YES FULL_HOT_BACKUP
92419 B A A DISK 26-NOV-07 1 1 YES FULL_HOT_BACKUP
92465 B F A DISK 26-NOV-07 1 1 NO TAG2007126T141620

Similar Messages

  • Can a Tag name be changed?

    Hi
    I have this backup, USQ4_HOT_0226_2125, and would like to change the TAG to USQ4_HOT_KEEP_UNTIL_JUNE01
    RMAN> LIST BACKUP SUMMARY;
    2>
    List of Backups
    ===============
    Key TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    7932 B F A SBT_TAPE 26-FEB-09 1 1 YES USQ4_HOT_0226_2125
    7933 B F A SBT_TAPE 26-FEB-09 1 1 YES USQ4_HOT_0226_2125
    7934 B F A SBT_TAPE 26-FEB-09 1 1 YES USQ4_HOT_0226_2125
    7935 B F A SBT_TAPE 26-FEB-09 1 1 YES USQ4_HOT_0226_2125
    7936 B F A SBT_TAPE 26-FEB-09 1 1 YES USQ4_HOT_0226_2125
    8195 B F A SBT_TAPE 26-FEB-09 1 1 NO USQ4_CONTROLFILE_0226_2125

    You cannot change an existing tag. Next time you do your backups choose the new name and you will see backups with the desired tag name.
    Werner

  • Change error tag names of the Response xml of a vanilla Inbound Webservice

    Hi,
    I am invoking a vanilla inbound webservice "Service Request" through Soap UI. Whenever any error occurs, in the response xml, some tags like "siebelf:error" is generated in the xml. However these tags are not present in the IO.My question is, can we change these tag names? If yes, then how?
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
    <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server</faultcode>
    <faultstring>Method 'SetFieldValue' of business component 'Service Request' (integration component 'Service Request') returned the following error:
    "The value entered in field Status of buscomp Service Request does not match any value in the bounded pick list FIN PickList Service Request Status.(SBL-DAT-00225)"(SBL-EAI-04376)</faultstring>
    <detail>
    <siebelf:siebdetail xmlns:siebelf="http://www.siebel.com/ws/fault">
    <siebelf:logfilename>EAIObjMgr_enu_0033_34603066.log</siebelf:logfilename>
    <siebelf:errorstack>
    <siebelf:error>
    <siebelf:errorcode>SBL-DAT-00225</siebelf:errorcode>
    <siebelf:errorsymbol/>
    <siebelf:errormsg>Method 'SetFieldValue' of business component 'Service Request' (integration component 'Service Request') returned the following error:
    "The value entered in field Status of buscomp Service Request does not match any value in the bounded pick list FIN PickList Service Request Status.(SBL-DAT-00225)"(SBL-EAI-04376)</siebelf:errormsg>
    </siebelf:error>
    </siebelf:errorstack>
    </siebelf:siebdetail>
    </detail>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Regards
    Sagnik

    Hi,
    You should be able to edit the generated wsdl as you suggested, changing the
    "return" to something else. Then save the wsdl to a file, say
    "filename.wsdl", and then at the top of your jws add the following:
    * @jws:wsdl file="filename.wsdl"
    This will force the jws to use the wsdl you specify and you won't have to
    edit any maps. Of course, as your jws changes, you will need to regenerate
    the wsdl and change the "return" to something else.
    Mike Kaufman
    Software Engineer
    BEA Systems
    "sherlock" <[email protected]> wrote in message
    news:3cbbe81f$[email protected]..
    >
    I have created a webservice in workshop that has some methods what returnstring-data.
    Now I want to create clients with different software-products. Because Igot some
    errors with one of these products, I looked into the WSDL and noticed thatthe
    name of the response-datatype is 'return' (by default).
    You can see this here:
    - <s:element name="addUserResponse">
    - <s:complexType>
    - <s:sequence>
    <s:element minOccurs="1" maxOccurs="1" name="return" nillable="true"type="s:string"
    />
    This 'return' is interpreted as a keyword in the client-generation tool.If I
    change this manually to another word then it works.
    When I try to change the 'Return XML' in the 'Edit Maps and Interface'Dialog,
    than the WSDL looks like this:
    - <s:element name="addUserResponse">
    - <s:complexType mixed="true">
    - <s:sequence>
    <s:any minOccurs="1" maxOccurs="unbounded" />
    Now the name- and type-definitions are completely missing.
    The question is now: how to change the name of the response-datatype from'return'
    to another (not-keyword-) name?
    I think this is important because I don't know what software a customeruses to
    generate a client and I can not expect that he manually edits myWSDL-file.
    >
    Thanks.

  • How can I change the tag name in cursor statement?

    Hi
    I have two tables: TableA and TableB. I want generate a XML file using XSU12 from these two tables, the XML structure like:
    <ROWSETA>
    <ROWA num="1">
    <A1></A1>
    <A2></A2>
    <A3>
    <A3_ROW num="1">
    <B1></B1>
    <B2></B2>
    </A3_ROW>
    <A3_ROW num="2">
    <B1></B1>
    <B2></B2>
    </A3_ROW>
    </A3>
    </ROWA>
    </ROWSETA>
    How can I change the tag name and attribute for "A3_ROW"?
    Thanks in advance!
    null

    In short, you can't.
    You can use the column alias as you're already doing to change the name of the "A3" part of "A3_ROW" but you cannot change the "_ROW" part of "A3_ROW". This is added automatically.
    You can combine the results of XSU with an XSLT stylesheet (made very simple if you're using XSU by working with Oracle XSQL Pages) to change the name of any element or completely restructure the XML output into a target XML, HTML, or text format.

  • Change signature tag name ds:Signature to Authsignature

    Hello,
    I need to change the XML signature tag name from : *<ds:Signature> to <Authsignature>*
    <ds:Signature> to <Authsignature>using code like :
    XMLSignatureFactory fac = XMLSignatureFactory.getInstance("DOM");
    Reference ref = fac.newReference("", fac.newDigestMethod(DigestMethod.SHA256, null));
    SignedInfo si = fac.newSignedInfo ...
    KeyStore ks = KeyStore.getInstance();
    DOMSignContext dsc = new DOMSignContext (keyEntry.getPrivateKey(), doc.getDocumentElement());
    XMLSignature signature = fac.newXMLSignature(si, null);
    signature.sign(dsc);
    And validate it after.
    using code like :
    XMLSignatureFactory xmlSignatureFactory = XMLSignatureFactory.getInstance();
    DOMValidateContext domValidateContext = new DOMValidateContext(KeySelector.singletonKeySelector(publicKey, signatureElement);
    XMLSignature xmlSignature = xmlSignatureFactory.unmarshalXMLSignature(domValidateContext);
    boolean ok = xmlSignature.validate(domValidateContext);How i can do it ?
    Anyway, thanks in advance for your help.
    Best regards,
    Kurusaki

    hi smullan,
    I need to change it because i work with german norm (protocol) and the name of authentification and identification signature of XML file is *<AuthSignature>* and it is mandatory
    am I really stucked as I feared??
    sorry to bother you again, I ve got one last question
    I can see in the xmldsig norm that the signature of a file is applied only
    to the content of the <signedinfo> tag
    So, given the <authsignature> tag is not included in the signed part of the
    file, logically I could change the <authsignature> tag in <signature>
    without corrupting my signed file could nt I??
    It seems like I m in a dead end, but maybe there's a solution right
    in front of me that I could nt see?? I wish!
    Anyway, thanks in advance for your help.
    Best regards,

  • How can I create my own tag name while creating a partition table.

    I have X4500 running Solaris 10. I have formatted a disk and created partition table as given below.
    Specify disk (enter its number): 0
    selecting c0t0d0
    [disk formatted]
    /dev/dsk/c0t0d0s0 is part of active ZFS pool zpool1. Please see zpool(1M).
    FORMAT MENU:
    disk - select a disk
    type - select (define) a disk type
    partition - select (define) a partition table
    current - describe the current disk
    format - format and analyze the disk
    fdisk - run the fdisk program
    repair - repair a defective sector
    label - write label to the disk
    analyze - surface analysis
    defect - defect list management
    backup - search for backup labels
    verify - read and display labels
    inquiry - show vendor, product and revision
    volname - set 8-character volume name
    !<cmd> - execute <cmd>, then return
    quit
    format> partition
    PARTITION MENU:
    0 - change `0' partition
    1 - change `1' partition
    2 - change `2' partition
    3 - change `3' partition
    4 - change `4' partition
    5 - change `5' partition
    6 - change `6' partition
    select - select a predefined table
    modify - modify a predefined partition table
    name - name the current table
    print - display the current table
    label - write partition map and label to the disk
    !<cmd> - execute <cmd>, then return
    quit
    partition> print
    Current partition table (original):
    Total disk sectors available: 1953508749 + 16384 (reserved sectors)
    Part Tag Flag First Sector Size Last Sector
    0 usr wm 34 4.00GB 8388641
    1 usr wm 8388642 2.00GB 12582945
    2 usr wm 12582946 200.00GB 432013345
    3 usr wm 432013346 175.00GB 799014945
    4 usr wm 1166180386 375.43GB 1953508748
    5 usr wm 799014946 175.00GB 1166016545
    6 usr wm 1166016546 80.00MB 1166180385
    8 reserved wm 1953508749 8.00MB 1953525132
    partition>
    I am unable to specify my own tag name. How can I change the tag name to one of my interest.
    I need to create 3 partitions as told below
    partitions:
    /earth
    /mars
    /work
    /earth and /work should be roughly equal in size, /mars should be twice the size of the others, if that is possible. If not 3 partitions of equal size will do.
    Please, help me .
    Thank you.

    Exactly 1TB? Slightly under/slightly over?
    Traditional Solaris disk labels are in VTOC format, but this format cannot describe disks larger than 1TB. So EFI labels must be used on disks larger than 1TB. Setup is slightly different.
    Are these physical disks or LUNs from a SAN array? If they are array LUNS, it is often the case that they don't have a Sun label of any type. So...
    #1 Apply a Solaris label
    If the LUNS don't have a label (when selected in 'format', it gives a warning that no label is present and offers to apply a label immediately). When run non-interactively, format assumes "yes" for any questions. So all you'd have to do is select every disk to have it apply labels to any unlabled disk. Run 'format' once and find the highest number (maybe it's 50 for you). Create a text file that looks like this:
    disk 1
    disk 2
    disk 3
    disk 50Then feed that to format like this:
    # format -f /tmp/disklist or whatever you've named the file.
    #2 Apply the partition layout to all disks you want.
    You asked if you should do the same procedure, but I don't see that you've actually done anything above other than print out the existing layout. Take one of your 48 drives and partition it the way you want manually (set the slices to the sizes that you want). Then you can copy the layout of that disk to others. You only want to do this between disks/LUNs of the same size. As an example, if you've explicitly partitioned c1t0d0 and you want to apply this to c1t1d0, do this:
    # prtvtoc /dev/rdsk/c1t0d0s2 | fmthard -s - /dev/rdsk/c1t1d0s2Repeat for all of your other disks.
    Darren

  • How to pass tag name and value dynamically in the output of PCo notification?

    Hi,
    I have a requirement to develop such a scenario where there can be multiple no of tags in PCo (Say 10) but there will be single notification to push the tag name when the value got changed and the changed value to MII. for any value change for any of the tag, the notification will be trigger. So As per my knowledge I have to pass the tag name and value dynamically in the "output" tab of the notification. But need your support to find out how to pass them dynamically.
    Thanks in advance.
    Regards,
    Suman

    Hi Suman/Jeedesh,
    As per Pco notification, it will trigger whenever any of the tag value changes in Agent instance subscription items.
    For above issue, My suggestion
    1. Create DB table name TAGLIST with 200 tags as rows in columns (Tagname, TagValue)
    2. Based on notification trigger, create a transaction and update values w.r.t TagNames in above table
    3. Next time, when notification trigger with fresh value for any of the tag, cross check with existing TagName with Value and update in DB table.
    4. And in the mean time, send those Tag details vie mail trigger or as per requirement
    Instead of creating 200 notification, above is a just alternate way suggestion to achieve dynamic tag value change notification.
    Hope it might solve your problem
    Regards,
    Praveen Reddy

  • Ellipses in tags names breaks my tags

    The new tags sacreens don't show the ful tag any more!
    This means I can't cut-n-paste the ful names but only the ellisped version.
    This change breaks my tree of knowlge and tagging tool.
    The names of the tags where not broken before the update and are broken now.
    I want them fixed.
    Yes I know "Its the lead sled dog that runs into the tree!" but in this case i have bloddied my nose, fractured my cheek bones and there is a tree shaped notch in the front of my skull.
    I CAN USE MY TAGGING TOOL UNTIL THIS IS FIXED.
    Ben
    PS: "Do you want the red pill or the blue?"
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Solved!
    Go to Solution.

    An alternative that could meet OUR needs and make it easier on Lithium.
    Lithium can leave the tag cloud screen alone and just give me a "Export tags and counts" button. Whn pressed it will let us specify the save path. The output file should be tab delimitted with a collumn for the tag and another collumn for the counts.
    That change will reduce the fix work for Lithium.
    I can mod my code to read from the file instead of from the cut-n-paste.
    I don't know what to code looks like for the forums but adding a button to spit out a file that does NOT have to under go an astetics commity has to be easier than undoing the work that went into buggering up the tag names.
    And before you ask...
    While tagging I get a new set of tag exports (well I used too) possibly multiple times while doing the cross linking to enusre I can find the same info using multiple search paths, so it has to be an option that I can invoke while tagging.
    So being the type I am I have to let you know about the next best version of the above.
    For all of the tags that have a count above "1" there are mutliple URL's associated with that tag. If I could get the export file to list;
    1) Tag
    2) URL associated with the tag.
    So if I looked at the spreadsheet export for the tag "LabVIEW" I would find it list 300 times in collumn 1 and the unique URLs in collumn 2.
    This "enhancement" would let me move the Tagging tool to the next level where the tags can be explored via a spider-web not possible with my existing information.
    SO;
    Minimum required to fix the tagging tool
    1) Full tag names
    2) Tag counts
    If I get that from the screen getting fixed or a file export, I can adapt.
    Under the heading of "Never let an emergency go to waste"...
    Let us export tags with URLs
    Bonus for NI
    1) If you give me the data, I'll enhace the code to use it.
    2) Once enhanced the CPU required to explore the tag linkages will be on the user machine.
    3) All of the substance organized under the tags are still NI content and gives users yet another way to get the most out of NIs web-site.
    But for the time being...
    Until the names are restored to their full text, the cross linking will be at best hit or miss and I am flying blind.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Error 32812 (Specified Tag Name not Defined) from FP Read

    I built an application using LabVIEW 7.1 and FieldPoint 4.1.  It
    performed well until about a week ago.  Suddenly, I started getting
    error 32812 (Specified Tag Name Not Defined) when doing an FP Read to
    read all the channels on an FP-RLY-420.  This is installed at a
    client's site, but my client assures me that nothing changed in the
    computer configuration.  There is a dual serial card installed (SIIG
    Cyberserial DualPCI dual 16550
    RS232 Serial I/O Card), which does seem to cause problems (mouse jumps
    erratically), and I wonder if this card could be contributing to the
    problem, but I'm not sure why I would get the specific error message
    I'm getting.
    In looking for info on the problem, I did find an article on
    registering the MIS files, but I have tried selecting "Find Devices"
    through MAX while logged on as an admin, and the error still occurs.
    If anyone has any ideas as to what could be causing the problem, it would be greatly appreciated.
    Thank you,
    Jason

    Hello Jason,
    I think that the error you are seeing could be caused by either 1) a
    mismatch between the tag names saved on your computer and the actual
    channel names on the module, or 2) a problem with how the serial port
    is communicating with the module (only applies if you are using a
    serial communication module, as opposed to an Ethernet module). 
    For the first issue, you have already tried to reconcile any
    differences in tag names by reregistering the MIS files.  Since
    that didn't work, I would recommend trying to recreate your entire
    FieldPoint system in Measurement & Automation Explorer (MAX),
    including the IAK file.  I know it is kind of extreme, but I would
    recommend just deleting your FieldPoint configuration in MAX, deleting
    the IAK file, and resetting the address and recreating your
    configuration. 
    I think that troubleshooting a serial communication problem could be a
    little more difficult.  I would recommend browsing through the
    following documents for some possible troubleshooting ideas.
    FieldPoint Serial Network Module Common Problems
    Let us know if this solves the problem or if you have any further question.
    Regards,
    Travis Gorkin
    Applications Engineering
    National Instruments
    www.ni.com/support

  • Tag names

    Question: Is ther any way that i can change the tag name of a mp3 file?
    The reason why i am asking is because i have lumped a whole lot of music files into one artist and album folder (it's sorat a mix) and they do not arrange themselves in alphabetical order per the name i give them, rather it goes by the tag name...
    ...can i change this? Thanks for your time.

    I tried using the creative mediasource organizer, and the "help" said to:
    To edit information about a track
    If you are not already in Creative MediaSource Organizer, click the <SPAN>Player/Organizer View button.
    </LI>
    In the <SPAN>Content<SPAN> window, locate the track you want to edit, and right-click it.
    </LI>
    Select the <SPAN>Properties option.
    </LI>
    Click the <SPAN>Tag Information<SPAN> tab.
    </LI>
    Enter the new information.
    </LI>
    Click the <SPAN>OK button. The track's information is changed.
    </LI>
    </LI>
    anyways....when i click on properties there is no "tag information" tab? anyone know how to use the program to change the tag info?
    </LI>

  • XML Tag Name too long, won't run from a procedure

    I have a select statement that creates an xml file using the xmlelement syntax. When I run the select statement on its own it runs fine and the xml file is generated with no errors. I'm building a procedure that does a bunch of stuff, with the end product being the generated xml file. Everything in the procedure works great, until I add the xmlelement select statement. When I try to compile it I get an error message that one of the identifiers is too long (it is 40 characters). Is there something special I need to do to get this to run within a procedure with the given tag names? I can't change the names as they are set by another department.
    Thanks.

    Sorry about that, Mondays are painful...
    I'm not sure if you want the whole procedure, it is quite long, but here is the xml part. I am using TOAD, and when I right click and Compile I receive this error: PLS-00114: identifier 'PostalCodeOfPatientsCurrentResidenceKnownFlag FROM Admissions' too long
    The part that confuses me is why does it run fine when I run it on it's own, I get the expected XML file, but when I try to run it from a procedure it fails.
    SELECT sys_xmlgen(XMLELEMENT("MHR", XMLELEMENT("Control",      XMLELEMENT("DeliverySiteInstitutionNumber",a.institution_number),
                                                           XMLELEMENT("CreationTimestamp",sysdate),
                                                                               XMLELEMENT("DSSVersion",'NotSure'),
                                                                               XMLELEMENT("ResubmissionFlag",'1'),
                                                                               XMLELEMENT("SubmissionYear",a.REPORT_YR_AND_MNTH),
                                                                               XMLELEMENT("SubmissionPeriod",a.SUBMISSION_PERIOD)),
         XMLELEMENT("Stakeholders",XMLELEMENT("Stakeholder", XMLELEMENT("SubmissionType",'A'),
                                                                                                                  XMLELEMENT("ULI", a.ULI),
                                                                                              XMLELEMENT("Gender",'Male/Female/Unknown'),
                                                                     XMLELEMENT("BirthDate", XMLATTRIBUTES(a.BIRTH_DATE_TYPE,a.BIRTH_DATE)),
                                                                                                                  XMLELEMENT("ResidenceInformation",XMLELEMENT("ProvinceOfPatientsResidence",a.PROVINCE_OF_RESIDENCE),
                                                                                                                                      XMLELEMENT("PostalCodeOfPatientsCurrentResidenceKnownFlag",a.POSTALCODE_KNOWN_FLAG),
                                                                                                                                                          XMLELEMENT("PostalCodeOfPatientsCurrentResidence",a.POSTALCODE))
                        )).getClobVal() AS "result"
    FROM Admissions a
    Edited by: user11293056 on Jun 22, 2009 12:54 PM

  • Rename tag name

    How is possible to rename a tag name inside a XML file?
    By example:
    <elem attr1="attr1" attr2="attr2"> xxx </elem>
    to transform in
    <element attr1="attr1" attr2="attr2"> xxx </element>
    (change tag name from "elem" to "element").
    I need to use JAXP. DOM does not allow to change tag name. The java solution is to create a new element, copy all attributes and all childs and replace on parent the previous element.
    Other solution may be with xsl?
    Please help!
    Cosmy

    yes, write a simple xsl to do this:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
         <xsl:output encoding="utf-8" method="xml"/>
         <xsl:template match="@*|node()">
              <xsl:copy>
              <xsl:apply-templates select="@*|node()"/>
              </xsl:copy>
         </xsl:template>
         <xsl:template match="elem">
              <element>
              <xsl:apply-templates select="@*|node()"/>
              </element>
         </xsl:template>
    </xsl:stylesheet>

  • Help needed. I have a 3TB external hard drive partitioned into 1TB's. I used one partition as backup for the main computer hard drive. But now it is greyed out as shown in the disk utility and its name changed, i dont know how that happened, i tried verif

    Help needed. I have a 3TB external hard drive partitioned into 1TB's. I used one partition as backup for the main computer hard drive. But now it is greyed out as shown in the disk utility and its name changed, i dont know how that happened, i tried verifying and repairing it but had no luck. I also tried mounting and unmounting it but still no solution. Anyone to help please?

    Looks bad. I would strongly advise backing up the stuff on the other two partitions as soon as possible in case the rest of the drive goes wrong.
    Beyond that, Disk Utility has limited abilities to repair disks, DiskWarrior uses a different approach and might, emphasis might be more successful. It has certainly done the job for me in the past when Disk Utility could not.
    See http://www.alsoft.com/diskwarrior/

  • Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.   When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and

    Please read my question carefully, this is, I think, a question for the experts. It's not the usual name change question.
    When I setup my new MacBook Pro, something slipped by me and my computer was named First-Lasts-MacBook-Pro (using my real first and last name).
    I changed the computer name in Preferences/Sharing to a new name and Preferences/Accounts to just be Mike. I can right click on my account name, choose advanced, and see that everything looks right.
    However, If I do a scan of my network with my iPhone using the free version of IP Scanner, it lists my computer as First-Lasts-MacBook-Pro! And it lists the user as First-Last.
    So even though another Mac just sees my new computer name, and my home folder is Mike, somewhere in the system the original setup with my full name is still stored. And it's available on a network scan. So my full name might show up at a coffee shop.
    Can I fully change the name without doing a complete re-install of Lion and all my apps?

    One thought... you said the iPhone displayed your computer's old name? I think that you must have used the iPhone with this computer before you changed the name. So no one else's iPhone should display your full name unless that iPhone had previously connected to your Mac. For example, I did this exact same change, and I use the Keynote Remote app to connect with my MacBook Pro. It would no longer link with my MacBook Pro under the old name, and I found that I had to unlink and then create a new link under the new name. So the answer to your question is, there is nothing you need to do on the Mac, but rather the phone, and no other phone will display your full name.

  • Logical system name changes

    All,
    Has anyone faced a scenario where you need to change the logical name for any SAP system?
    For instance:
    System      Logical Name                                                    System      Logical name B
    BW                      A                     system is pointing to            ECC                  B
    ECC will be upgraded and system name will changed to C
    Is that possible? If so do you forsee any issues? Can we switch ECC B to ECC C with no issues?
    I appreciate any help.
    Regards

    Hello Mike,
    please elaborate a little more your inquiry. Are you talking about the ALE logical name changing? For this, please check the following notes:
    #544509 ALE: Converting the name of the "logical system"
    #121163 UTI: Logical System names
    If you're referring to a domain name changing (like a Windows domain name change) or a hostname change, please refer to the following notes:
    #96317:   Host names during R/3 upgrade, tips & tricks
    #1275273: Hostname change on 7.10/7.11 java stacks
    #757692:  Changing the hostname for J2EE Engine 6.40/7.0 installation
    #8307:    Changing host name on R/3 host: What do you do?
    #1070561: SMD: Best practice for planned domain name changes
    and on the following SDN threads:
    /message/9196590#9196590 [original link is broken]
    Re: Domain name change
    Re: Change the Domain Controller
    How to change hostname
    Change Domain Controller
    Or, lastly, you're talking about a SID change? On this case, you must perform a system copy to change de SID, please refer to the following note:
    #11692: Renaming the system ID
    (Sorry for the long and generic answer)
    I hope this information helps.
    Best regards,
    Tomas Black

Maybe you are looking for