Changing current production SID to new SID.

Hello there,
I have a question on changing current SID name to new SID name. We are planning on moving our current production hardware to new better hardware and change the PRD(old) to PRD(new). Is anyone out there (customers) who had done this before, and what would be the ramifications? I  know we have to run BDLS in order to change current logical systems to new logical systems. Are there any issues in doing so in Production system? Any input is appreciated.
Thanks,
Santosh

Santosh
you can do that easily just by installing SAP system on new hardware and then restoring this backup to new system,that should not be an issue,it is just like doing system copy
but
SAP has strongly recommended not to run BDLS conversions on Production systems database,so I would suggest you to first approach SAP,raise a message with them and ask their recommendations
Let me know of any questions
Rohit

Similar Messages

  • Changes in Production Orders

    Hi gurus,
    I want to track changes made by end users in the production orders in a report format. Which will tell what was old value and what is new value.
    What needs to be done for this?

    Dear
    Changes in Production Order can be  traced through following ways :
    1.Order Change Management :
    Frist a Overall profile should be configured in SPRO > PRoduction>Shop Floor Control > Operations>Change Management for Production Orders-->Define Overall Change Profile.
    Create a Change Number CC01 with Release Key
    In Object Types select/tick "Actv", "object", "MgtRec",
    You get the Change Number by Saving .
    Use this Change Number to Change BOM or Routings
    Then Release the Change Number useing Release Key till then you don't find the Change of BOM in Production Order.
    Then go to Oder Change Process T Code :- COCM
    Tick Change Number and Select the Change Number & Execute
    Select the Production Order, click on Procurement element icon you get another screen select and execute again.
    You get an Pop-Up screen. "Determine changes, Check changes, Change Original Order.
    you see the changes in BOM for Production Order i.e. after COCM.
    Then Confirm the Changes in Production Order then New changes will be Active in production Order.
    Use COCM1 to find out the details or CO03--Extra --change
    Please check link  : http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PPSFC/PPSFC.pdf
    2.To  get the changes in Production Order apply SAP Note 390635.
    3 .You can use T.code AUT10 to check the changes made to production orders in specified period.
    Regards
    JH
    Edited by: Jiaul Haque on Nov 28, 2010 2:11 PM

  • Create new SID in oracle-xe at linux

    i have oracle-xe in my linux box
    i am accessing the database by default way like
    database: 127.0.0.1/xe
    now i want to create my own database (for that i thing i should create new SID or service name like xe) like this
    database: 127.0.0.1/mydb
    but i don't know how to create that ?
    i made my own copy the XE setup and added into tnsnames.ora file
    like
    MYDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = MYDB)
    kam@lostbar:~$ tnsping MYDB
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 07-JUL-2008 11:02:17
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = MYDB)))
    OK (0 msec)
    when i
    kam@lostbar:~$ sqlplus user_name/password@MYDB
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jul 7 11:05:22 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12514: TNS:listener does not currently know of service requested in connect
    descriptor
    Enter user-name:
    please can any one help me to create a new DB by a simple way?
    thankx

    i have oracle-xe in my linux box
    i am accessing the database by default way like
    database: 127.0.0.1/xe
    now i want to create my own database You can't. In the link posted by Sabdar Syed, Installation Guide=>Licensing restrictions, you can see
    users can run only one instance of the Oracle Database XE database on each individual computer.

  • Ssystem Copy With New SID

    Hello ALL,
    I have successfully restored offline backup of PRD server with NEW Dev SID
    after restoration i am able to connect R3trans but when i started SAP MMC processes get ended err 1
    Task performed
    Backup = Offline backup of PRD server ECC5.0
    Database = MAX Db 7.5
    Restoration method= Backup restore Method
    Kernel level 129
    error DISP+WORK not working
    r3trans output:
    C:\Documents and Settings\shdadm>r3trans -d
    This is r3trans version 6.09 (release 640 - 26.10.04 - 15:45:42).
    unicode enabled version
    r3trans finished (0000).

    The way you have done homogeneous System copy ,same way you can do system copy with different SID.
    You have to take online of oflline backof your system.
    Create the control file to trace from source system
    alter database copy control file to trace ;
    Restore backup into target system.
    copy control.trc into taget system
    Edit the control trace file and change following line to
    CREATE CONTROLFILE REUSE DATABASE "SRC SID" NORESETLOGS ARCHIVELOG
    to
    CREATE CONTROLFILE REUSE DATABASE "SRCSID" RESETLOGS ARCHIVELOG
    and add just below it as
    set database u2018SIDu2019  --->New sid
    Please move the control file from source system into different location after restoration of backup into the target system.
    AND THEN DO THE RECOVERY.
    It will recreate your new system with new SID.
    Thanks
    Amit

  • Best way to clone db to new host and new sid

    We are looking to duplicate a database over to a different node with a different SID .. is there a "perfect" way of doing this.. Is duplicate the best bet .. or is there anoter trick?

    the other way to do this is
    alter database backup controlfile to trace,
    change the line
    CREATE CONTROLFILE REUSE DATABASE "your sid" NORESETLOGS NOARCHIVELOG
    to
    CREATE CONTROLFILE set database "new sid" RESETLOGS
    make any required changes to the paths of your db files etc.
    shutdown your prod database
    copy the files to your new server
    copy the init.ora file and edit for your new SID and any file location changes.
    startup you new dataabse and run the control file creation script
    hth
    regards
    Alan

  • Error while creating new sid

    I tried creating new instance using oradim utility
    oradim -new -sid MUM01
    but received following error in oradim.log
    ora-01012: not logged on
    db version is 11.2.0
    on windows server 2008 R2

    Atiq wrote:
    I tried creating new instance using oradim utility
    oradim -new -sid MUM01
    but received following error in oradim.log
    ora-01012: not logged on
    db version is 11.2.0
    on windows server 2008 R2looks like you might have been trying to execute oradim as a sqlplus command at the sqlpus prompt. If so, that is your mistake. oradim is a command line utility, not a sqlplus command.
    Too bad you didn't copy and paste the entire command and response so we could know exactly what you did.

  • On FaceTime contact are on the left side of the screen...they use to be on the right side much better how do I change this listing to the right side?

    FFace time contact listing are on the left side of the screen they use to be on the right side...why the change and how can I change the listings to the right side?

    There doesn't seem to be a setting for that. As to why Apple made the change, only they would know.
    Submit your feedback directly to Apple using the appropriate link on the Feedback page:
    http://www.apple.com/feedback

  • How to change payment method with new credit card details. Not able to change current one as card has expired. Pl help

    I want to change my payment method with new credit card information as current credit card has expired. But when I try to change payment method , returns your payment method is not valid or allowed and continues to prompt to change the same. But when I try to update with whew credit card number, it doesn't accept and continue to refuse the payment method.
    This problem is not allowing me to purchase of any kind either paid or even free as well. Doesn't allow to even purchase free books even
    Please help to solve the issue
    Thanks
    Dpvora
    India

    You need to contact Apple Support for this kind of problem.
    http://www.apple.com/support/contact/

  • My apple id email address is no longer valid. my current email address is recognised as my rescue email...i need to cancel old, change my current and add a new recue email...cant seem to be able too

    my apple id email address is no longer valid. my current email address is recognised as my rescue email...i need to cancel old, change my current and add a new recue email...cant seem to be able too

    How are you trying to do it ? You can change the rescue email address on your account by, from http://support.apple.com/kb/HT5312 :
    Navigate to appleid.apple.com using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    After you've validated your identity by correctly answering your security questions, click Edit to the right of your rescue email address.
    Once you've finished editing your rescue email address, click the Save button directly below the email field.
    You can then try using your current rescue email address as your primary email address - you may need to log out of that page and back in. Or you can then try changing the primary email address via the Store > View Account menu option on your computer's iTunes
    If you have an iPhone, iPad and/or iPod Touch you may then need to log out of your account on them by tapping on it in Settings > iTunes & App Store and log back in for the account to be 'refreshed' on it.

  • Does apple change the old products such as new ipad 3 with new products?

    Does apple change the old products such as new ipad 3 with new products?

    If you mean 'Can I bring in my 3 and swap it our for a 4' no. They don't do that.
    If you  have a broken 3 and take it in for a warranty replacement, you'll get the same make and model in return.
    The only way you can exchange a 3 for a 4 (let's say, using those as an example) is if you bought your 3 14 days or less before the 4 is released. You can return the 3 and get a refund then use that to purchase the 4.
    So for an occasional 14 days before the release of a new model. That's the only time for mixed model exchanges. Beyond that it's like for like.
    If you have a 3 and want a 4, sell your 3 then use the proceeds towards your 4.

  • New side panel?

    Hello. Question to anyone who might know.. was wondering how much a new side panel for a quad G5 would run from apple. I have seen them on the "diy" parts section on this site. My baby daughter had a feild day on the side of my quad with a permanent marker. Luckily the side where the panel comes off. Gotta love kids. Partially my fault, however, one of those things to nearly drive you insane on a unit this expensive. Thank you for your time.
    -Tom

    Leave the panel off and light her up! That ought to give the kid a few more ideas!
    http://68.178.141.188/photogallery/10/10.html
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
     An Apple User Group 
        MacOSG Podcast >>

  • Changing code product. This is dangerous

    Hi,
    I live in kazachstan. After updating firmware. My mobile has no russian language. I find in russian forum that if I change product code I will be able to update firmware with russian language pack. But there is no firmware and I have to wait untill the new firmware will appear. I  went to service centre but there I was told that this is very seriously case becouse I  changed product code. This is truth? And why. I am interest of it becouse of cost in my case (they sad It will be high price.) Sorry for my english I hope You understand me.

    Due to the inherent danger that 'hacking' your Nokia device using unauthorised software may cause additional problems and leave you without your device warranty, it is our normal policy to remove all discussion of the subject. However, we have on this occasion decided to leave this thread to inrform and warn users about the potential side-effects of this kind of activity.
    Users should also be aware that you cannot cover your tracks by changing a product code back to its original one before seeking assistance by a Nokia Care point, as NSU records your device code at each update, so Nokia will always know the history of your phone's extra-curricular adaptations.
    If this or any post answers your question, please remember to help others by pressing the 'Accept as solution' button.

  • How can I change my Australian Itunes to New Zealand Itunes.

    How can I change my Australian Itunes to New Zealand Itunes because i now live in New Zealand and can't use Itunes gift cards?
    Please Help.
    Cheers Alexandrenz

    simply go to the iTunes homepage, scroll right down to the bottom and on the right side of the page you should see different columns of options. Click the 'Change Country' option and follow the instructions from there on.

  • Charm Impact on changing the production server

    Hi All,
    we currently using Charm for a three system ECC landscape.
    Now currently so many changes are there in various stages.
    now , the team is planning to change the production server to high availabitlity server.
    there will not be any change in the transport route and all, only instead of existing server, the new server details will be added.
    I just wanted to know will there be any major impact in the current chagnes.
    kindly advice.
    Thanks,
    Subhashini.

    Hi
    its like system migration to the new server? or it is by client export?
    can you refer the thread [How to replicate Existing running Production server.|How to replicate Existing running Production server.]
    and read the note [Note 1395727 - ChaRM project does not work after product version changed|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1395727]
    more further on
    [Note 1394820 - SMSY: Converting SAP ECC system to SAP ERP system|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=0001394820&nlang=E]
    check and update
    jansi

  • How to change the icon of the news in Portal?

    Do you know how to change the icon of the news in Portal?
    I use NewBrowser to Browser the news, but I think the Icon of the News is not good,I want change it ? what should I do?
    Thanks for your help!

    Hi,
    if you are talking about the NewsBrowser of Knowledge Management (Content Management -> Explorer -> News), you should see a button "Edit" on the right side of the news.
    Press this button and fill in a new URL in the input field "Image URL". After saving the new settings, the new image should be displayed.
    Kind regards,
    Ralf

Maybe you are looking for

  • Problem using Interactive Report  in Application Express 3.2.1.00.11

    Hi All , I am using Interactive Report in Application Express 3.2.1.00.11 I have made report as editable by using following query Select ROWID, APEX_ITEM.CHECKBOX(1,IDSKILL,'UNCHECKED') "Mark", APEX_ITEM.TEXT(2,IDSKILL)"IDSKILL", APEX_ITEM.TEXT(3,SKI

  • File Adapter Error Handling

    Hi All, I am using File adapter to read the xml file and FTP it to another directory ( BPEL 10.1.3) If i put any xml file in the input directory , it picks up the file and FTP it , but the as the xml file will not match the xsd, it out put some xml f

  • How To: Lock a folder to prevent it being deleted but still access it?

    How can I lock a folder to prevent it from being moved or trashed but still have access to move/add folders within that folder? The scenario is that we have a daily jobs folder and a final jobs folder. The daily jobs folder was accidently moved into

  • Mysql database -  linking data to combi boxes

    I have a class called Connect.java. The code is shown below. How do I get the data I want in the DB into the combi box? Please help as this is urgent enough. package orderproc; import java.awt.*; import java.awt.event.*; import javax.swing.*; import

  • Difference in qty- mm03-mmbe

    Dear all, For one material we are facing difference between mm03 n mmbe. in mmbe it is 0 unrestricted, 900 in QI while in mm03 , total qty is 2700 in mb5L also it is 2700.. so in mmbe qty is less, how is it possible? if i see in MBEW table i can see