Homogeneous Database copy without tape restoration

Hi all,
I have AIX 5.3 servers with Oracle as databse. I am supposed to do database copy on a new server from an already existing server. However there ios no tape connectivity to that server. But both the servers are on same SAN. How is it possible to do database copy. Both would be same OS and same Database. Please tell me what are the steps to be taken for database copy.
Regards,
Priya

Hi,
Do the following:
1. Take Latest Offline/Online Oracle DB Backup of that Source System, from which you want to copy DB.
2. Copy that Offline/Online Oracle DB Backup Fille and Backup log file (*.anf) of that Source System to the Target System, on its free available local disk space.
3. Perform Homogeneous System Copy using Oracle DB Restore method:
     3.1 Restore Target Oracle DB using that Source Oracle DB with the help of BRRESTORE command.
     3.2 Backup Control Files from Source System and Change it according to the Target System directory structure before applying to to Target System.
     3.3 Perform Recovery using available Offline redo-log files (if you have restored Online Backup)
All above mentioned steps are well described in this useful document "[Homogeneous System Copy using Online/Offline Database Backup|http://www.basisconsultant.com/component/remository/Sytem-Copy-Guides/Homogeneous-System-Copy-using-OnlineandOffline-Backup/]" with proper understanding. Download it with simple registration and Please read it carefully and follow the steps mentioned in that guide.
Upon error, post your message.
Regards,
Bhavik G. Shroff

Similar Messages

  • How to mount database copy without specific datafiles

    Hello all,
    I need to make a database copy without specific datafiles. This is due to, in the copy, I just need some, not all, datafiles.
    I tried the following command:
    startup mount
    alter tablespace mydata offlineBut it appears that the database must be open.
    Anybody have performed some similar?
    There is a document where I can read about it?
    What else I need to know in order to start up this, reduced database copy?
    Thank you in advance.

    Hello All,
    Thanks for your answers.
    Yes I have already copied some filesystems to another server. All the data I need are on that filesystems. I haven´t tried to open the database. So, in order to put it online, and taking in consideration all your suggestions I will perform on this sequence:
    startup mount
    alter database datafile mydatafile1 offline
    alter database datafile mydatafile2 offline
    alter database datafile myindexdatafile1 offline
    alter database datafile myindexdatafile2 offline
    alter database openWith this steps, the database should bring online. Correct?
    There is another step, that Im missing?
    What about the listener?
    Will be enough to change the port and server name?
    Thanks again.

  • Online DB2 database Copy via backup/restore

    Hi Guru's
    I am new in the world of DB2 (I am always working with Oracle)
    I have to perform an online database copy of our SAP which is running on DB2, but I do not want to use the SAPinst method
    I just want to perform it through the backup/restore method as I always do with oracle databases
    Which procedure do I have to follow on my source and target SIDs
    Regards
    Richard

    Hi Richard,
    Follow the below step db2 nackup restore activity.
    1). Perform full offline or online backup of source system
    2). Go to cd /sapmnt/SSID/exe and run the below script
    brdb6brt -bm RETRIEVE -es –replace SourceSID=TargetSID,db2SourceSID=db2TargetSID,/db2/SourceSID=/db2/TargetSID
    3). Above Generate the script copy the Target System.
    4). Offline PRD (Target System) Backup Images copy to Source Path (Any One Path)
    5). Stop SAP System only DB2 must be Started.
    6). Start the db2 backup redirect restored in Quality System
    7). before run the script below activity must be finished.
    Make Changes to the restore script
    Go to script path
    1). Replace Source SID (XXX) with Target SID (XXX)
    2). Change the backup location
    3). User (source db2sid) USING (Source db2sid Password)
                 USER db2xxx USING XXX(Password)
    8). Restoring Database
         Log in db2sid (db2sid) User
    Go to backup & script Path
    9). Run the below Script
    db2 -tvf <script.scr> for exp. db2 -tvf  xxx_NODE0000.scr
    After successfully restore backup below command run
    10). First Check Roll Forward Status
    Open DB with the below command
    db2 rollforward db <TargetSID> query status – check status of DB
    db2 rollforward db <TargetSID> complete
    11). Once the copy is complete we can check below parameter and make corrections as per your preprocessing
    Db2 list tablespaces show detail (To check tablespaces)
    parameter automatic storage & re-sized YES
    Check the Archive log (LOGARCHMATH1) path
    Log in db2sid & run the below command for change the db2 LOGARCHMATH1 Parameter value.
    After successfully change the parameter restart the db2 database
    12). Perform below step before the Start SAP System
    13). Create SAP connects user using
    PATH :- /usr/sap/SID/SYS/global
    scdb6up create <connect user password> <sidadm password>
    above command will update entry in /sapmnt/SID/global/dscdb6.conf
    Regards,

  • Can TDMS be used to do homogeneous database copy?

    I raise this question is that for our tarabyte size DB, BDLS is too long (days!).
    I know TDMS is also slow, however BDLS can be avoid.
    We want to try TDMS for homogeneous DB copy -- change SID during copy. Is it possible and feasible?
    Please help input your opinions.
    Thanks!

    Hello David,
    TDMS has its own internal logic of selecting the data (table entries) based on the from date you might choose and hence it gurantees the consistenct transfer of data from one system (possibly your production or quality system) to the other system.
    But you can't use this copy for the production use.
    SAP TDMS is not a generic data transfer tool. It is designed exclusively for building up nonproduction
    systems (test systems, training systems etc.) and for refreshing the data in systems built
    up by means of SAP TDMS. It even includes a specific check for making sure that the target
    system is not flagged as a production system.
    So the answer to both the question will be NO. you can't use the reduced data system to productive use.
    Best Regards
    Niraj

  • Homogeneous Database Copy

    Hi,
    I am currently doing the process above using a tool supplied by SAP.
    For example:
    Source SID = DEV
    Source DB  = MSSQL 2000
    Source OS  = Windows 2000 Advan Server
    R/3        = 4.7, 640
    Target System is as above but lets put the SID as QAS.
    By using the tool, i need to key in the Abap RFC User
    and password in one of the dialog process.i wish i could attach the print screen but unfortunately.Instead the OSS note which describe the tool is 683447.I have tried SAP*, DDIC and even a user with SAP_ALL profile but still does not work.Any advice is appreciated.
    Cheers..

    Hi Danny,
    Not that I have worked on the tool but still want to try if I can get the issue resolved.
    As I can see, this message was posted some time back, so first of all want ot know if the problem still persist.
    If yes, please also send us the error message you are getting while performing the migration.
    Regards,
    Vineet

  • Some concern about Live cache Homogeneous System copy

    Hi All,
    I need to do the Homogeneous system copy SCM 5.0 / Live cache 7.6.00 on AIX. Following are the Source and target System SID for Live cache. Moreover I had check the respective SAP note 457425 and 877203 but still having some concern.
    Source System
    Live cache SID           =      SCD
    Live cache user ID      =      SAPSCD
    Live Database instant software owner = scdadm
    Live cache Data Size      =  8 GB ( 4 Data volume / 2 GB each / auto extend off)
    Target System
    Live cache SID           =      SCT
    Live cache user ID      =      SAPSCT
    Live Database instant software owner = sctadm
    Live cache Data Size      =  4 GB ( 2 Data volume / 2 GB each / auto extend off)
    For same I having following concern.
    1.     Since there is difference between source system and target system size / data volume number what action I need to take on target system. Do I need to add two more data volume into the target system?
    2.     After complication of database restore on target the system do I need to change the Live cache user ID (i.e. SAPSCD to SAPSCT)?
    or
    It is just fine to change the log on data in “Integration” tab in LC10.
    Please let me know some more information on same.
    Thanks,
    Harshal

    Hello Harshal,
    "1. Since there is difference between source system and target system size / data volume number what action I need to take on target system. Do I need to add two more data volume into the target system?"
    Please pay attention to the SAP note :: 457425    Homogenous liveCache copy using backup/restore
    Please update the thread withy additional information ::
      What is the version of the source liveCache? What is the version of the target liveCache?
      How much data do you have in the source liveCache?
    And you need to have the size data area of the target liveCache to be able to restore the databackup created in the source liveCache.
    So by the size of the data volumes in the source liveCache, it's not clear how much data you have.
    "2. After complication of database restore on target the system do I need to change the Live cache user ID (i.e. SAPSCD to SAPSCT)?"
    Please review the SAP note 877203.
    You could rename the user SAPSCD to SAPSCT using the SAP note 877203 steps
    OR
    You could have the user SAPSCD in the target liveCache as Standard liveCache user &
    After you run the homogenous liveCache copy using backup/restore procedure you need
    to change the LCA/LDA/LEA connection with user SAPSCD on target system and
    set the user SAPSCD to the user containers  ( please see the SAP note 616555 for more details )
    Before to restart the liveCache in LC10.
    PS: Please pay attention about the value of the liveCache parameter _UNICODE.
          What are the values of this parameter in the source & target liveCache?
    Thank you and best regards, Natalia Khlopina

  • Homogeneous System Copy process: PRD to QAS on MSSQL

    We have a need to refresh our QAS system with a copy of PRD - the method I have been researching is a homogeneous database copy. I am having difficulty finding step-by-step documentation to carry this out for release R/3 4.6C.
    The only client refreshes I have performed are through SCC9 or SCCL and the R/3 installation was done by a consultants - hence the need for good step-by-step documentation!
    I should also note that our QAS system shares the same physical server as the DEV system.
    Any assistance is greatly appreciated.

    > I am assuming that I would be restoring the PRD database over the QAS database - this is where I am looking for additional documentation.
    Use
    http://service.sap.com/systemcopy
    all necessary steps (+ the mentioned notes) are described there.
    Markus

  • Homogenous System Copy - 1.8Tb ECC 6.0 - ABAP - avoid tape?

    We've been performing homogenous system copies for the past 10 years with much success.
    When we've had the disk space available, have been able to SAVLIB R3<SID>DATA to *SAVF & then restore from the *SAVF
    Avoiding the use of our LTO3 tape for both the BACKUP & RESTORE PORTION cuts hours off the process.
    Now with the R3<SID>DATA library hitting about 1.8Tb, the *SAVF hits the maximum size allowable of 1TB and we can no longer use that method.
    Has anyone come up with a creative way to do this without tape?
    We have an ECC 6.0 upgrade go-live for May'08 and will need to refresh the training <SID> (fully copy of PRD) weekly
    The toolset capabilities in a SAN environment on other unmentioned platforms are much more robust where this can be achieved in minutes vs. 10 hrs (or more for both the backup & restore).
    Thank you in advance
    Doreen (a name from the past)

    Thank you --- found documentation and copied below
    Setting up virtual tape through 5250 emulation
    Here are the basic commands for setting up virtual tape through 5250 emulation:
    1. To create a virtual tape device:
    CRTDEVTAP DEVD(TAPVRT01) RSRCNAME(*VRT)
    2. To vary on the virtual tape device:
    VRYCFG CFGOBJ(TAPVRT01) CFGTYPE(DEV) STATUS(ON)
    3. To create a virtual tape image catalog:
    CRTIMGCLG IMGCLG(backup) DIR('/images/tape/backup') TYPE(TAP) CRTDIR(YES)
    4. To create virtual images in the image catalog:
    ADDIMGCLGE IMGCLG(BACKUP) FROMFILE(*NEW) TOFILE(VOL001) VOLNAM(VOL001)
    Repeat for as many volumes as needed.
    5. To load the image catalog on to the virtual device:
    LODIMGCLG IMGCLG(backup) DEV(TAPVRT01)
    The virtual tape storage is ready for operation:
    TAPVRT01 is used as the device (DEV) parameter.

  • Help !!! Homogeneous system copy hold on step: Create Database

    Group,
    we use homogeneous system copy to install PRD system. The system hold on step : create databse.
    When we check the server and found the data library has been restored from tape. The installation just hold on the step and can't going on.  And there is not additional information on install directory except to see the file keydb.xml were updated.
    Could we adjust the file keydb.xml to continue the installation ? If we could, how ? Thanks in advance.
    Regards.
    Jenny

    Hi Jenny,
    The first question would be:
    Is the database restored properly ?
    How many objects are in there ?
    First stop the SAPinst program so that no "duplicate updates" happen on the log/xml files.
    Most likely you are doing this on another server and therefore the old users are not available which creates an error during restore. This causes often/always an abnormal end of the SAPinst.
    If this is the case, you might want to check the keydb.xml after that you copied that and search for "ERROR" in uppercase and the finally try to set this to OK. If you then rerun SAPinst, this problem is hopefully solved. Unfortunately this is more or less an "standard-error" in this procedure - at least up to 1 year ago I don't know on any generic solution. That's why I do not use this procedure if not really necessary.
    Regards
    Volker Güldenpfennig
    P.S.: Do not forget to distribute forum points as in the last questions - otherwise, you will receive less and less answers ...

  • MSSQL Homogeneous System Copy : SAPINST cannot connect to default database

    Hello.
    We want to perform a homogeneous system copy, following Note 151603.
    We have attached the source DB (RP1) to the destination DB (RD4) following the above mentioned Note.
    Now, logged to the server as DOMAIN\rd4adm , we want to execute the SAPINST, as indicated in the Note 683447, but when giving the password for user rd4adm we get a pop up
    Cannot connect to R3SVIL\RD4 [SQL Server]Cannot open user default database. Login failed.
    R3SVIL is the server. Login is done with windows authentication (connected as domain\rd4adm)
    We cannot find a Note descibing this issue and how to fix it, must be something with user : does anybody have suggestion or solution?
    Thanks a lot,
        Dino

    Hi,
    did you apply SAP note 551915 - R/3 won't start after database restore or database copy
    also check Note 806925 - SQL Error 4064: Cannot open user default database
    regards,
    kaushal

  • Homogeneous System Copy - Installation of Database Instance not possible...

    I try to create a SAP NetWeaver 7.0 SR3 Portal based on a homogeneous SAP System Copy. Therefore I already installed in a first step (first option within SAPINST for installing a target system of a system copy) the Central Services Instance successfully on a machine. In the next step I'd like to create the Database Instance with SAPINST but I cannot choose the DB instance that I already created based on a restore within the new DB server (MS SQL 2008 Cluster installation). I can only choose the local machine for using a DB instance but there is no MS SQL Server installed!
    Do I have to start SAPINST on the DB server itself which is not possible/allowed (due to operating/organization reasons)?
    Is there any SAPINST parameter which I have to use for telling SAPINST that the DB is located on a different server?!?
    The documentation just says:
    The target system is installed using the exports from the source system.
    Choose the installation services exactly in the order they appear. For more information, see the MS SQL Server installation guide for your SAP system at http://service.sap.com/installnw70.
    On the SAPinst screen SAP SystemDatabase make sure to select Homogeneous System Copy (MS SQL Server-specific: Detach/Attach or Backup).
    Thanks for supporting and Regards,
    Claudio Schmidt

    OK, SAP Note 1076022 says:
    SAP installation packages on SAP Service Marketplace
    On March 27, 2008, SAP released the Netweaver installation package SR3, which supports SQL Server 2008 (R2). Note 1152240 discusses the details and lists some restrictions. Make sure you carefully read Note 1152240 and use a recent enough installation master DVD.
    SAP Note 1152240 says:
    If you want to perform a system copy of an SAP system that is based on SAP NetWeaver 7.0 SR3 on SQL Server 2008 (R2), you cannot use the Installation Master and Kernel DVD that you received from SAP or downloaded from SAP Service Marketplace (SMP). Instead, you have to do the following:
    - Patch your runtime libraries as described in SAP note 684106
    - Use a modified Installation Master DVD. For more information, see section "IV Creating a modified Installation Master DVD".
    - Use a modified Kernel DVD. For more information about how to create a modified kernel DVD, see SAP note 1480785.
    What problem is fixed by using the modified Installation Master DVD? Is it possible to install the DB part on a server apart of the local machine where SAPINST is run (my initial question/problem I want do resolve)?
    Regards,
    Claudio

  • Hi. I clicked some snaps from my iphone and post that without copying it i restored the iphone with all apps etc available from the backup taken. How do i get back the photos which were clicked earlier. Is there a way to get it back?? Please help

    Hi. I clicked some snaps from my iphone and post that without copying it i restored the iphone with all apps etc available from the backup taken. How do i get back the photos which were clicked earlier. Is there a way to get it back?? Please help

    Yes i had not taken back up before restoring it. However i was just going through some links on the net and there is a software available for MAC to retrieve such lost data. But the point is will the said software work on iphone as the OS is not MAC..
    Will have to give a try to this. If successful will share it with all. Anyone else has any idea about this please so share.

  • 4.7 Homogeneous System copy - Backup & Restore Method

    Hi,
    I am doing Homogeneous system copy of SAP 4.7 in win2003 & SQL2000. I followed Note :551915 & used user_restore script. My SAP server is not starting. I am attaching the log file of dev_w2. Please guide me
    <<
    trc file: "dev_w2", trc level: 1, release: "620"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Tue Jun 02 20:02:43 2009
    B  create_con (con_name=R/3)
    B  Loading DB library 'C:\usr\sap\DV1\SYS\exe\run\dbmssslib.dll' ...
    B  Library 'C:\usr\sap\DV1\SYS\exe\run\dbmssslib.dll' loaded
    B  Version of 'C:\usr\sap\DV1\SYS\exe\run\dbmssslib.dll' is "620.02", patchlevel (0.235)
    B  New connection 0 created
    M  systemid   560 (PC with Windows NT)
    M  relno      6200
    M  patchlevel 0
    M  patchno    251
    M  intno      20020600
    M  pid        1452

    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 2 1452) [dpxxdisp.c   1016]
    I  MtxInit: -2 0 0

    X Tue Jun 02 20:02:44 2009
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 2 initializing ....
    X  Using implementation std
    M  <EsNT> Memory Reset enabled as NT default
    X  ES initialized.

    M Tue Jun 02 20:02:45 2009
    M  calling db_connect ...
    C  SQLOLEDB Provider Release:08.10.3959
    C  Shared cache sizes: header 52 bytes, 10000 names (13360000 bytes), 1000 dynamic statements (5436000 bytes), total 18796052 bytes
    C  Using shared procedure name cache initialized by another process.
    C  Thank You for using the SLOLEDB-interface
    C  Connected to db server : [adapsap47], dbname: DV1, dbuser: dv1
    C  Using dynamic link library 'C:\usr\sap\DV1\SYS\exe\run\dbmssslib.dll'
    C  dbmssslib.dll patch info
    C    patchlevel   0
    C    patchno      235
    C    patchcomment MSSQL: STRING_BAD_REF on NULL-lob-access (412757)
    B  Connection 0 opened
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT Date     Time   DBHost
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  20090602 200245 ADAPSAP47
    C  The IRow interface is supported by this OLEDB provider
    C  ParamStmtExec: line 22924. hr: 0x80040e37 Invalid object name 'SVERS'.
    C  HandleOledbError [ParamStmtExec,line 22924]: Error/Message: (err 208, sev 16), Invalid object name 'SVERS'.
    C  ParamStmtExec failed.  HR 80040e37 DBSL retcode 103. stmt: [SELECT VERSION AS c FROM SVERS ]
    C  DbSlRead - Error 103 (dbcode 208) on open
    C  DbSlRead - <##Y2ADAPSAP4dv100000014520000000001200245>
    C  DbSlRead - Error 103 (dbcode 208) on fetch
    C  DbSlRead - <##Y2ADAPSAP4dv100000014520000000001200245>
    B  ***LOG BZA=> table SVERS      does not exist on database [dblink#1 @ 1292] [dblink  1292 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 004096) [thxxhead.c   1098]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   8277]

    M  Info for wp 2

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = -1
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    rfc_req = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server adapsap47_DV1_00 on host adapsap47 (wp 2)
    M  *  ERROR       tskh_init: db_connect
    M  *
    M  *  TIME        Tue Jun 02 20:02:45 2009
    M  *  RELEASE     620
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        8408
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   672]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  235]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 2 1452) [dpnttool.c   345]
    >>
    Regards,
    Srinivas

    > The Languages(Chinese,Japanese,Korean) Installed on the source system(Non- Unicode) are not reflecting in the target system(Non- Unicode) after Homogeneous system copy.
    Can you tell us what you mean with "not reflecting"? All the content is in the database so if you copied that, it's definitely there.
    > Can you please guide whether we have to do Unicode conversion for this /Is their any way for activating the languages. I Executed the report RSCPINST and tried to activate the languages after doing stimulation and copying zcsa/installed_languages =13CDEFIJLMNOPQRSTVZ to the instance profile.
    ...and you did a restart of the instance after you changed that parameter?
    Markus

  • Is there any way I can get a past copy of a work plan without performing restoration.

    Is there any way I can get a past copy of a work plan without performing restoration. I do not want to perform restoration because if I do so the current version of
    the plan will get over ridden. I think if I publish the current version of the plan with a different name and then perform restoration it will not override the current version of the plan.

    Jurassic Park --
    I do not understand what you are trying to accomplish.  Are you trying to create a duplicate of the current enterprise project, but with a different name?  If so, there is one pretty simple way to do this.  Open the enterprise project and
    click File > Save As.  In the Save to Project Server dialog, click the Type pick list and select Template.  Edit the name for this temporary enterprise template so that it is different from the project name, and then click the Save button. 
    In the Save as Template dialog, do not select any of the checkboxes and then click the Save button.  When the system finishes saving the project as a template, close the project.  Now click File > New > Project Server Template.  Select
    the template you just saved and then click the OK button.  You now have an exact copy of your project, ready for you to save and publish.  Hope this helps.
    Dale A. Howard [MVP]

  • Authority issues after homogeneous system copy - as/400 v5r1 - R/3 4.6C

    Hello,
    I am trying to complete a homogeneous system copy of an R/3 system.
    The source system is PRD - the target system is TST.  The hardware platforms are different (both iSeries) but the kernel/pdf/OS patch levels are all identical.
    The process I have follow so far is this:
    1. Preprocessing of the R3PRDDATA library.
    2. SAVLIB of R3PRDDATA.
    3. Delete old R3TSTDATA lib on target system using QSECOFR
    4. Create new R3TSTDATA using SQLUTIL as TSTOFR (TSTOFR is my user for the target system)
    5. CHGOBJOWN OBJ(R3TSTDATA) OBJTYPE(*LIB) NEWOWN(TSTOFR)
    6. GRTOBJAUT OBJ(R3TSTDATA) OBJTYPE(LIB) USER(SAP02) AUT(CHANGE)
    7. Detach existing Journal, create new journal receiver, create new journal ...
    DLTJRN JRN(R3TSTDATA/QSQJRN)
    DLTJRNRCV JRNRCV(R3TSTJRN/QSQJRN0001)
    CRTJRNRCV JRNRCV(R3TSTJRN/QSQJRN0001) THRESHOLD(500000)
    CHGOBJOWN OBJ(R3TSTJRN/QSQJRN0001) OBJTYPE(*JRNRCV) NEWOWN(R3OWNER)
    CRTJRN JRN(R3TSTDATA/QSQJRN) JRNRCV(R3TSTJRN/QSQJRN0001) MNGRCV(SYSTEM) DLTRCV(NO)
    CHGOBJOWN OBJ(R3TSTDATA/QSQJRN) OBJTYPE(*JRN) NEWOWN(R3OWNER)
    8. RSTLIB from tape.
    9. AS4FIXFILE on R3TSTDATA with
       DBLIB         R3TSTDATA
       CHGOWN   *NO
       ENDJRN      *YES
       STRJRN      *YES
       CHGFILE     *NO
    10. install license key
    So from this point the system will start without a problem.  However whenever I try and write something to the database I get this type of error (via SM21 or ABAP dump) message:
    ‘Database error -551 at SEL access to table BTCOPTIONS
                Not authorized to object BTCOPTIONS in R3TSTDATA type *file
                Job=378721/TST02/WP02’
    Database error text........: "Not authorized to object SCPRACTR in R3TSTDATA  
    type *FILE. Job=379089/TST02/WP00"                                           
    I have also run GRTOBJAUT for the - TST02 user on the R3TSTDATA lib but still the same problem.
    I'm certain the issue is related to the user on the 400 that is actually used by the work processes, and that user does not have the relevant rights to R3TSTDATA.
    Any suggestions on how to resolve this problem will be humbly received.
    Many thanks, Colin

    Hi,
    step 9 is wrong ;-(((
    old:
    9. AS4FIXFILE on R3TSTDATA with
    DBLIB R3TSTDATA
    CHGOWN *NO
    ENDJRN *YES
    STRJRN *YES
    CHGFILE *NO
    correct:
    9. AS4FIXFILE on R3TSTDATA with
    DBLIB R3TSTDATA
    CHGOWN *YES    <<<<<
    ENDJRN *YES
    STRJRN *YES
    CHGFILE *NO
    it NEEDS to run with QSECOFR !!!
    => it will work !
    GRTOBJAUT on all objects is rubbish only !!! no real solution!!!
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

Maybe you are looking for

  • How to remove a message from a thread...

    I would much rather have it, that mail.app could figure out how to thread my messages correctly, but for some reason, when the subject is the same, it always thinks it is the same thread (I have a zillion mails with the subject "meeting"!) Is there a

  • Reading current workbook in Excel

    Hi, I am trying to read from an ABAP report, using OLE automation, some cells from the currently opened workbook. I don't want to ask the user where the file is, but just read the currently opened file. I was successful to activate the Excel applicat

  • Function module to calculate quantity of unrestricted stock

    Is there any function module to calculate the quantity of unrestricted stock in alternate units of measure. For example we have a material '123456', its unit of measure is 'EA'(eaches) and we have 172 'EA'. but this material can be issued only in box

  • Where to find help with Lightbeam ?

    Firefox 27.0.1 Windows 7 Ultimate Lightbeam shows a black window, the only action of icons is when hovering them, they change color, no other action. Thanks

  • Resource manger

    Hi All, I want to use resource manger in my database. The requirement is as below: Database version : 10.2.0.4 No. of CPU's : 30 The batch user runs the batch during the daytime window, and we want to restrict only the batch user to user say 30% CPU