WE20, WE21 settings after SAP BW system copy

Hi!
I copied SAP BW system and have executed the following post installation settings:
- BDLS (conversion of logical system names)
- Program RS_BW_POST_MIGRATION
When I go to tcode RSA1 on my new copied SAP BW system and try to reach source system I get the following error:
BI unknown in source system
BI IDoc type ZSBA004 is not the same as source system IDoc type
The following errors occurred in the source system
EDI: Partner profile not available
+Entry in inbound table not found     +
Entry in outbound table not found
Question:
Should I create new entries in tcode WE20, WE21?
If yes, how (copy of existing one from SAP source BW system)
Thank you!

Hi!
I face currently with the problem on my new SAP BW within RSA1 --> Source system --> Check:
BI unknown in source system
BI IDoc type ZSBA004 is not the same as source system IDoc type
How can I solve this problem?
The partner definition t-RFC as well are created...
Thank you!

Similar Messages

  • Post installation steps after SAP BW system copy

    Hi!
    I am about to do post processsing steps after system copy of SAP BW system.
    1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    DBSTATTORA.
    Question: what is the way to do this?
    2) During the installation I received the error within import ABAP step.
    (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    DbSlExecute: rc = 99
    (SQL error 12801)
    error message returned by DbSl:
    ORA-12801: error signaled in parallel query server P000
    ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    (DB) INFO: disconnected from DB
    As solution I changed the the following lines within D010TAB.TSK:
    from D010TAB~ 0 C err to D010TAB~0 C ign and
    from D010TAB1  C err to D010TAB1 C ign
    Question:
    how to create index manually after system copy?
    Thnak you very much!

    Jgen Pfeiffer wrote:>
    > Hi!
    >
    > I am about to do post processsing steps after system copy of SAP BW system.
    >
    > 1) One of the steps is to delete all entries from tables DBSTATHORA, DBSTAIHORA, DBSTATIORA,
    > DBSTATTORA.
    > Question: what is the way to do this?
    Simply run
    TRUNCATE TABLE <table_name>;
    for each of those tables.
    Make sure to either logon as SAP<SID> or provide the owner of the tables with the statement.
    > 2) During the installation I received the error within import ABAP step.
    > (IMP) INFO: import of D010TAB completed (4477754 rows) #20090505133631
    > DbSl Trace: Error 12801 in exec_immediate() from oci_execute_stmt(), orpc=0
    > DbSl Trace: ORA-12801 occurred when executing SQL stmt (parse error offset=0)
    > (DB) ERROR: DDL statement failed
    >  (CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 STORAGE (INITIAL 423090176 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS PARALLEL )
    >  DbSlExecute: rc = 99
    >  (SQL error 12801)
    >  error message returned by DbSl:
    > ORA-12801: error signaled in parallel query server P000
    > ORA-01659: unable to allocate MINEXTENTS beyond 34 in tablespace PSAPSR3700
    > (DB) INFO: disconnected from DB
    >
    > As solution I changed the the following lines within D010TAB.TSK:
    > from D010TAB~ 0 C err to D010TAB~0 C ign and
    > from D010TAB1  C err to D010TAB1 C ign
    >
    > Question:
    > how to create index manually after system copy?
    The problem here was the large INITIAL size clause.
    If there is enough freespace at all in the tablespace this should work:
    CREATE UNIQUE INDEX "D010TAB~0" ON "D010TAB" ( "MASTER", "TABNAME" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    If I'm not wrong, the second index is just vice versa:
    CREATE UNIQUE INDEX "D010TAB~1" ON "D010TAB" (  "TABNAME", "MASTER" ) TABLESPACE PSAPSR3700 NOLOGGING COMPUTE STATISTICS PARALLEL;
    In general it is really not a good idea to skip the creation of unique indexes...
    regards,
    Lars

  • Some errors after doing the system copy for DB2 database instance

    HI,
    Recently we have transferred the DB2 database instance from old host( db 9.1.7 under windows 2003 R2) to new host( DB2 9.7.9 under windows 2008 R2) using the system copy database depending methods.
    Currently system is:
    * ECC 6.0 under NW 7.0 SR3
    * Kernel : 7.20
    * Basis: 7.0 with support package level 17
    *application instance connecting db instance via DB2 CLI
    1)  a) After log in system using the T-code: SM21 to read the system log, it will record the bellow error:
         b)  From the log taken from log fie: dev_w*, i also found the below error:
    A  ABAP Program SAPMSSY2                                .
    A  Source RSBTCTRC                                 Line 60.
    A  Error Code DBIF_RSQL_SQL_ERROR.
    A  Module  $Id: //bas/720_REL/src/krn/runt/absapsql.c#28 $ SAP.
    A  Function ab_HandleRsqlErrors Line 716.
    A  ** RABAX: level LEV_RX_STDERR completed.
    A  ** RABAX: level LEV_RX_RFC_ERROR entered.
    A  ** RABAX: level LEV_RX_RFC_ERROR completed.
    A  ** RABAX: level LEV_RX_RFC_CLOSE entered.
    A  ** RABAX: level LEV_RX_RFC_CLOSE completed.
    A  ** RABAX: level LEV_RX_IMC_ERROR entered.
    A  ** RABAX: level LEV_RX_IMC_ERROR completed.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE entered.
    A  ** RABAX: level LEV_RX_DATASET_CLOSE completed.
    A  ** RABAX: level LEV_RX_ERROR_SAVE entered.
    A  ** RABAX: level LEV_RX_ERROR_SAVE completed.
    A  ** RABAX: level LEV_RX_ERROR_TPDA entered.
    A  ** RABAX: level LEV_RX_ERROR_TPDA completed.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI entered.
    A  ** RABAX: level LEV_RX_PXA_RELEASE_RUDI completed.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP entered.
    A  ** RABAX: level LEV_RX_LIVE_CACHE_CLEANUP completed.
    A  ** RABAX: level LEV_RX_END entered.
    A  ** RABAX: level LEV_RX_END completed.
    A  ** RABAX: end no http/smtp
    A  ** RABAX: end RX_BTCHLOG|RX_VBLOG
    A  SQL error in the database when accessing a table..
    c) any background job will be cancelled when it is running. I think the error is related to above mentioned issue.
    2) If i go to T-code: DB13---Diagnostics----db2 logs,  it will come out the below error:
    Thanks.

    HI Manas,
    Yes, this problem is with particular this table.
    Refer to below error coming from db2diag.log when i access the table:BTCCTL:
    2014-08-12-17.52.08.866000+480 I35784932F1196     LEVEL: Severe
    PID     : 3380                 TID  : 2676        PROC : db2syscs.exe
    INSTANCE: DB2DV1               NODE : 000         DB   : DV1
    APPHDL  : 0-127                APPID: *LOCAL.DB2DV1.140812095207
    AUTHID  : DB2DV1 
    EDUID   : 2676                 EDUNAME: db2agent (DV1) 0
    FUNCTION: DB2 UDB, data management, sqldSetupIndexScan, probe:1873
    MESSAGE : ZRC=0x82040001=-2113667071=SQLD_NONSEVERE_PRGERR
              "non-severe dms programming error"
              DIA8532C An internal processing error has occurred.
    DATA #1 : String, 39 bytes
    Specified index not found for scan open
    DATA #2 : String, 12 bytes
    sqldScanOpen
    CALLSTCK:
      [0] 0x000000018010E989 pdLog + 0x353
      [1] 0x0000000003ABE3C2 sqlzSetAndLog901 + 0x192
      [2] 0x0000000001E61F01 sqldSetupIndexScan + 0xF37
      [3] 0x0000000001E5F5CC sqldScanOpen + 0xBEE
      [4] 0x000000000334F460 sqlriopn + 0x316
      [5] 0x00000000034AE788 sqlritaSimplePerm + 0x252
      [6] 0x000000000336AC8B sqlriSectInvoke + 0x139
      [7] 0x00000000030A6F0C sqlrr_process_fetch_request + 0x1A8
      [8] 0x00000000030A2902 sqlrr_open + 0x534
      [9] 0x000000000223FCCB sqljs_ddm_opnqry + 0x447
    2014-08-12-17.52.08.866000+480 I35786130F533      LEVEL: Error
    PID     : 3380                 TID  : 2676        PROC : db2syscs.exe
    INSTANCE: DB2DV1               NODE : 000         DB   : DV1
    APPHDL  : 0-127                APPID: *LOCAL.DB2DV1.140812095207
    AUTHID  : DB2DV1 
    EDUID   : 2676                 EDUNAME: db2agent (DV1) 0
    FUNCTION: DB2 UDB, data management, sqldSetupIndexScan, probe:1873
    DATA #1 : unsigned integer, 4 bytes
    10
    DATA #2 : unsigned integer, 4 bytes
    1704
    DATA #3 : unsigned integer, 2 bytes

  • The disp+work.exe process does not start - after a homogenouse system copy-

    Hi there,
    after a system copy from 4.6C (windows server 2003/oracle 10.2) to the same the database start and it is running fine but the when I try to start R/3 the process "disp+work.exe" stops after few seconde. The msg_server is running.
    Is this a problem of memory? Maybe you have a quick feedback?
    Thanks in advance
    HanseAtik

    Hi Sharad,
    Thanks for your reply. the problem was  the password of user SAPR3. Now I changed it vis sqlplus to sap and R/ can start.
    Now I am getting the problem that the saplicense is not valid - when I try to login to R/3. This is logic because its from the source system.
    My problem now is:
    When try install the saplicende vis: saplicense -install
    I get the error message:
    *SAPLICENSE (Release 46D) ERROR ****
    ERROR: Connect to Database failed
    Details: DbsIConnect failed with return code 18.
    Even "R3trans -d" failed.
    Any idea?
    Thanks in advance
    Hanseatik

  • SAP BI System Copy with only Config changes, Not Data

    Hi BASIS,
    I have a requirement from a client to build a system landscape stratagy for their SAP BI system.
    We have DEV - QA - PRD systems for SAP BI (7.0 SP 16)
    Both DEV and QA are completely out of sync with PRD. We are doing development tasks directly on PRD. Now we have decided to re-sync the DEV & QA systems with PRD.
    'System copy with Data' will be easier to implement. But our PRD DB size is nearly 3TB. The client is not ready to pay for the extra/temp. disk space for DEV and QA sync. ( We are on DB2).
    Now, we have only one option left. Capture all Config changes from PRD and transport them back to DEV & QA. This is a tedious task and cause many inconsistencies.
    Would anyone have any other ideas to bring the systems in sync with less time involved and less resources.
    I am a SAP BI person. So dont know much about BASIS tasks. Please help me with any links of best practises or SAP notes.
    Cheers

    HI Reddy,
    We came to know from our basis team that we do not have the Java Stack installed in our BI 7.x system yet.
    As it is integrated with EP which has Java, our web reports are working.
    1) But my question is still do we ned to install the Java Stack in our BI system as i do not find any Export to PDF option in EP for the reports (eventhough AS Java supports this).
    2) Or can we use the existing configuration without Java STack integrated to EP for the new tools like Report Designer and Integrated Planning?
    Regards
    Kumar

  • About sap bw system Copy or backup ?(URGENT)

    Hi gurus:
         Hi friends,I saw many theads about this subject,and I found many documents,But STILL I can't find the way to solve my problem.
         It is: How to export the objects I created in develop system to a harddisk, then import it to the QA system . Dev to QA with harddisk NOT online?
         And can I backup the whole bw system in the harddisk,and restore the bw system in the qa system istead ? how to backup the bw system ?
    All useful reply will assign points
    thx
    chan

    Hi Zegion,
    I think the following may help you:
    Purpose: Preserves logical system dependent objects for restoration in case of a system copy issue when a logical source system is deleted or deactivated. BW will auto re-generate a lot, but not these objects.
    1.     Create on a development system like BWD, because the system is set as a development system in SCC4 and can create and export transports, and will include all objects. A dummy can be used for comparison if the system to be copied is production or test.
    a.     If creating on another system, like BW test (BWT) or production, you must first open the system in
       i.     SE06 – System Change option – modifiable /BIC and /BI0
       ii.     SCC4 – client settings – set like in BW Development system (BWD)
       iii.     STMS – in client 000 from BWD (domain controller)
                1.     Remove BWT from transport path
                2.     Setup new 2-system path BWT-BW? (BWS or virtual system). This creates a ZOUO transport layer, allowing creation of non-local/not $TMP package transports (see complex sample below)
    2.     Go to RSA1-Admin workbench, Transport Connection
        a.     Select Object Types
        b.     Set for Grouping-“Save for system copy”
        c.     Set for “Start manual” collection
        d.     Set for Display “List”
    3.     Drag and drop source system (select from “select objects” list and “transfer selection”) to collection window, example – SCEM, SC0CLNT575, DEVCLNT100, SAP_DEMO. I recommend only doing one source system at a time for maximum flexibility…and because the R3 sources are very large.
        a.     Then execute collection – “Gather dependent objects”
        b.     Select each category (mainly Transfer Rules, Transfer structure and InfoPackages…whatever is selected. On each header, right click and select “transfer all below”
        c.     Validate that there are no objects in the $TMP development package (DevClass). If it is, select the object and change package button to set to ZAWB. (Anything but $TMP (local))
        d.     NOTE- To reset transport connection, select anything on the left frame of the screen to refresh
    4.     You are now ready to transport…select the truck icon to create
        a.     Call it Save for System Copy and the source system name
        b.     Go to SE09/SE10 and release it and tasks to the OS level
    5.     Cleanup – reset STMS and distribute, reset SCC4 and SE06 on “BW0”/Source BW system
    6.     Verify RSA1- Tools – mapping of source system names on target BW system (i.e. BWU) for “source system” of transport (i.e. SC0CLNT575).
    7.     Verify RSA1- Modeling-Source system connection checks OK on target system
    8.     Manually import transport in STMS – Import Queue, extras, other requests, Add (to buffer). Import single with right click or partially loaded truck icon, select options as below:
    9.     LAST STEP – Validate import logs and activated objects. If there is an error, ensure the link to the new system is active, the RSA1-Tools-Mapping of source system names converts properly from say DEVCLNT100 to TSTCLNT200 (correct frame of reference) and reimport.
    if it helpful reward point are appreciated

  • Problems Delta Extractor after Homogeneous Source System Copy

    Hi,
    We have R/3 system landscape HUD, HUQ, HUP. And we have BW system landscape BWD and BWP.
    We connect BWD to HUQ and BWP to HUP.
    We made a homogeneous system copy from HUP to HUQ.
    We haven´t made any homogeneous system copy from BWP to BWD.
    We have applied the next OSS note after source system copy:
    325525 Copying and renaming systems in a BW environment
    184322 Procedure after DB copy of BW source system
    184754 Procedure after BW database copy.
    But we have problems in our BW Development (BWD), and we have the next Dump "MESSAGE_TYPE_X" when we can change any delta infopacket, the next text are from Dump:
    "MESSAGE_TYPE_X" C        
    "SAPLRSS1 " or "LRSS1F11 "
    "RSM1_CHECK_FOR_DELTAUPD" 
    I think that the problem is about inconsistencies between RSSDLINIT/SEL tables in BW side and ROOSPRMSC/F tables in R/3 side.
    Please could you tell how can i solve this Dump, because i can restrart and initial and delta packet for different Datasource and i can´t do anything.
    Thanks in advanced,

    Hi,
    We are upgrading our R/3 system from 4.7 to Ecc 6.
    While copying database tables we are using Clinet Carrier tool which is considering only clinet dependent tables. Hence we are loosing our BW delta queue entries in RSA7 of ugraded system.
    We found ROOSPRMSC and ROOSPRMSF tables and copying these 2 tables may resolve the issue and We copied and delta went fine.But we are not sure of only these are the tables to be considered.
    Please let us know what are the relevent tables to be considered to make the Delta to work while copying Data base tables from one system to another.
    Thanks in Advance
    Regards,
    R@ngzz

  • SAP SQL System Copy backup restore method with ADS(Adobe document services)

    Hello all,
    i´m preparing a system copy with ERP 6.0 in windows and SQL server with ADS.
    I have a doubt, can i do the System Copy backup/restore method with ADS??
    or the only method that works is with system export/import in all instances??
    Thank you

    Hi Oscar,
    Is your ADS system separate from your ERP system, or are they on the same server?
    In any case, you can use backup/restore to copy a Java system, but you must also make a system export/import for the Java server components.  The two work in conjunction, so that the export tool doesn't export your whole database, only the components maintained in the filesystem.  If you select the database detach/attach or backup/restore method in the tool when going against the Java system, it will prompt you at the right point in the process to make your Java export as well.
    The caveat is that the Java export requires downtime, so it isn't possible to copy a Java system without impacting system availability, as it is with a pure ABAP system.
    Best regards,
    Matt

  • SAP NW System Copy

    Hi,
    I wanted to know if the System Copy simply coplies ALL the contents to the target system OR there are any restrictions defined ?
    For example, in case of a 'Client Copy', the data from $tmp package are not transpoted. Also, the table contents are transported depending upon the table's delievery class type.
    Is there any such constraints in case of System Copy ??
    Thanks
    Gagan

    System copy make a duplicate system with each and everyhting. There is not any restrictions in System Copy.
    Regards,
    Subhash

  • BW System settings: After SAP R/3 implementaion at addtional Companys

    Currently we have gone SAP R/3 Go-Live for 2 more additional companies. And I want to know what are the basic settings has to be done in BW System for soomth upload of data from R/3 to BW System, mainly towards Fiscal Variant/Fiscal Year/Fiscal Period and Currency conversion: Local Currency to Statistics Currency.
    Please help me in this matter.
    Rajesh Giribuwa

    Hi,
    Please find the help needed on the following links.
    Document Link :
    http://help.sap.com/bp_biv135/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc
    You would also need to create the partnet profiles using we20.
    Re: r/3-bw connection
    Hope this helps,
    Pradip Parmar

  • Reg: ALE settings in SAP R3 system

    Hai
               I am Kiran. I want to know complete details about ALE settings.
               Can any one send necessary documents regarding these settings.
    Thanks
    Kiran

    Enter tcode WEDI and you will be able to see all the transaction codes that corresponds to ALE/Idocs.
    Please follow the links,
    http://www.thespot4sap.com/Articles/SAP_ALE_IDOCS.asp
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    http://www.sapgenie.com/whitepapers/ale.htm
    http://www.sapgenie.com/ale/index.htm
    http://www.sappoint.com/abap.html
    http://www.sapbrain.com/TUTORIALS/TECHNICAL/ALE_tutorial.html
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEIO/BCMIDALEIO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDALEPRO/BCMIDALEPRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEQS/CABFAALEQS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAALEHR/CABFAALEHR_ALE_QS.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/ECPCA/ECPCA_ALE_154.pdf
    http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b835943d711d1893e0000e8323c4f/content.htm
    http://www.sapgenie.com/sapgenie/docs/ale_scenario_development_procedure.doc
    http://edocs.bea.com/elink/adapter/r3/userhtm/ale.htm#1008419
    http://www.netweaverguru.com/EDI/HTML/IDocBook.htm
    Check this link:
    ALE
    and this :
    http://www.erpgenie.com/sap/ale/whitepaper.htm

  • DB is inconsistent after the heterogenous system copy

    Hi!
    I have currently serios problems working with SAP ERP 2005 (SAP DB on Windows) that was installed via heterogenous system.
    Entering into db-relevant tcodes such as DB13, etc. retrieves a dump "ITAB_DUPLICATE_KEY".
    Furthermore it is not possible to execute the patch in tcode SPAM, because the patch is hanging in the phase "IMPORT_PROPER" (the DD structure seems to be inconsistent).
    Can someone describe the procedure with technical steps to solve the problem?
    Thank you very much!
    regards
    Thom

    Please check this note if it helps.
    Note 940878 - DB02N collector: ITAB_DUPLICATE_KEY
    Import_Improper
    You can do one thing if you are not able to proceed with patching.
    You can go to pat01 and pat03 .
    You try to rest the staus of patch in table pat03 to N
    and start the same patch again.
    update table sapr3.pat03 status='N' where patch='SAPKA46D04';
    or get abaper to reset the value from abap.
    Hope it helps
    Amit Asthana

  • SAP system copy error

    Hi Experts,
    I am currently facing an issue/error while doing a homogeneous system copy with SAP NW 7.4 (SAP ERP 6.0 Ehp7) servers. Both source and target systems are test/demo servers and system copy procedure needs to be established as a part of implementation.
          An error occurred while processing option SAP Business Suite 7i 2013 Support Release 1 > EHP7 for SAP ERP 6.0 ABAP Support Release 1 > SAP ASE > System Copy > Target System > Standard System > Based on AS ABAP > Database Refresh or Move( Last error reported by the step: Assertion failed: Unable to load database RD3. Refer to trace file sapinst_dev.log for further information.)
    Sybase ASE version = 15.7_122
    sapinst_dev log file description -
    Error description (sapinst_dev log file) –
    Execution of the command "isql64 -e -w999 -Usa -SSAP-PROD-TEST:4901 -X" finished with return code 0. Output:
    Password:
    1> use master
    1> load database RD3
    2>  from 'F:/Backup_RD1_04042015/rd1_s1.dmp' stripe on 'F:/Backup_RD1_04042015/rd1_s2.dmp' stripe on 'F:/Backup_RD1_04042015/rd1_s3.dmp'
    Backup Server session id is: 33. Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Server.
    Backup Server: 6.28.1.1: Dumpfile name 'RD11509409BE6    ' section number 1 mounted on disk file 'F:/Backup_RD1_04042015/rd1_s3.dmp'
    Backup Server: 6.28.1.1: Dumpfile name 'RD11509409BE6    ' section number 1 mounted on disk file 'F:/Backup_RD1_04042015/rd1_s1.dmp'
    Backup Server: 6.28.1.1: Dumpfile name 'RD11509409BE6    ' section number 1 mounted on disk file 'F:/Backup_RD1_04042015/rd1_s2.dmp'
    Msg 3105, Level 16, State 4:
    Server 'RD3', Line 1:
    Data on dump will not fit into current database. Need 101376 Mbyte database.
    1> online database RD3
    Msg 930, Level 14, State 1:
    Server 'RD3', Line 1:
    Database 'RD3' cannot be opened because either an earlier system termination left LOAD DATABASE incomplete or the database is created with 'for load' option. Load the database or contact a user with System Administrator (SA) role.
    No matter how much I try to execute the commands for loading database (LOAD DATABASE & ALTER DATABASE commands), i's not working. I have already added the size mentioned above. Although it still didnt work the size of the DB grew by 99GB (displayed in the incresed size of F: drive in Windows.server 2012 r2 OS level.
    Any help leading to closure of this error is highly appreciated. I have attached all necessary screenshots for your kind reference.
    Thanks and regards,
    M. Nizam

    Hi Nizamuddin,
    Message text
    Data on dump will not fit into current database. Need %d Mbyte database.
    Explanation
    This error occurs when an attempt is made to load a database dump into a database smaller than the dumped database. You cannot use dump database or load database to shrink a database, regardless of the amount of actual data in the database.
    Action
    If your goal is to load the database from the dump, you must increase the size of the database being loaded into to at least the configured size of the dumped database. You can do this with either the alter database command or by dropping and re-creating a larger database.
    If your goal is to shrink the total size of a database, you cannot use dump and load. You must copy all the data out of the database using bcp, drop the database and re-create a smaller database, then re-create the database structure with scripts, and reload the data with bcp.
    extend your current master *database* on the master *device* to a total size of 101376MB(or more) (use  'alter database' command)
    alter database master on master = <size in MB>
    If there isn't enough room on the master device AND the master device is either a file system device in a file system that has free space or was created on a raw partition that is actually larger than the master device was defined, then you can use the DISK RESIZE command to enlarge the master device
    disk resize name = "master", size = <additional space in MB>
    Regards,
    V Srinivasan

  • How to stop jobs after a system copy

    Hi All,
    After doing a system copy from the Production system to some test system, all the jobs that are supposed to be triggered in the production server will also trigger in the test system which is not good.
    For example, If we have a payroll running every month. After i do a system copy the same payroll will also be triggered in the test server which is un acceptable.
    How do we go about it and what are all the steps that we need to follow after a system copy?
    Points will be rewarded.
    Thanks
    Vijay

    Hello Vijay,
    you surely need background processes in a running system.
    But you can start a SAP system without any background processes.
    When the system is up you go to sm37 and delete (or de-release) all the jobs you don't need in the target system. Then set the number of batch processes to the amount you want and restart the system.
    Alternatively you can prepare your source system accordingly with the SAP System Copy Guide - Section 3.2 Technical Preparations:
    "Set all released jobs from Released to Scheduled:
    Tools -> CCMS -> Background Processing -> Jobs - Overview and Administration (transaction SM37)
    You also need to do this for jobs that must run periodically (see SAP Note 16083).
    Select all jobs (include start after event) as follows:
    Job -> Released -> Scheduled"
    I think the best way for you is to read this guide!
    Everything is explained very well there.
    Goto:
    https://service.sap.com/systemcopy
    In the left tree select:
    -> SAP Netweaver
    -> SAP Netweaver in Detail
    -> Software Life-Cycle Management
    -> System Copy & Migration
    -> Media Library
    There are all the Guides for the current releases.
    Regards, Michael
    Message was edited by:
            Michael Teubner

  • BRCONNECT fails after system copy

    Hi
    After doing a system copy , in transaction DB13 , all my jobs are failing with "insufficient privileges" . I have already applied the following note
    113747 , 583861 and 717677.
    Please help..............
    Job started
    Step 001 started (program RSDBAJOB, variant &0000000000595, user ID BASIS)
    Execute logical command BRCONNECT On host r3qa
    Parameters: -u / -c -f check
    BR0801I BRCONNECT 6.40 (38)
    BR0280I BRCONNECT time stamp: 2006-11-30 19.42.35
    BR0301W SQL error -1031 at location BrDbaSynCheck-9
    ORA-01031: insufficient privileges
    BR0602E No valid SAP license found - please contact SAP
    BR0280I BRCONNECT time stamp: 2006-11-30 19.42.47
    BR0301W SQL error -942 at location brc_dblog_open-1
    ORA-00942: table or view does not exist
    BR0324W Insertion of database log header failed
    BR0806I End of BRCONNECT processing: cdubdqwp.log2006-11-30 19.42.47
    BR0280I BRCONNECT time stamp: 2006-11-30 19.42.47
    BR0804I BRCONNECT terminated with errors
    External program terminated with exit code 3
    BRCONNECT returned error status E
    Job finished

    Dear Anthony
    It is better to give version and platform details.
    Have a look on 91216,586618,Let me know if u need more help.
    Regards
    Vinod

Maybe you are looking for

  • Flash Crashes 95% of the  Time in Both Safari and Firefox

    I am using the latest Flash Player (10.0.42.34) on Mac OS X Snow Leopard 10.6.2 with all the updates. It crashes on most videos, but not all. It does not seem to crash on YouTube videos, but it crashes on most other videos from everywhere. I’ve remov

  • White Screen when trying to setup Wifi on TX

    Hi - I can't get to the wifi setup screen on my TX.  As soon as I click enable radio, I get a white screen.  I have tried a hard reset, and have also checked the router settings.  I am able to connect wirelessly with other devices.  I am not sure of

  • 30 inch vs unknown 2009

    Hello there, I always wanted to have an 30 inch apple display. Love that thing... Now that i have found a two month used one, in good conditions i am afraid of byuing it. Mostly because i don't know if there are going to be new cinema displays on 200

  • Snow Leopard Disk Utility not showing Disk

    Heya, before anyone jumps to conclusion that the disk is just dead, please read the following info. Background: Basically I'm upgrading to Snow Leopard and I had a striped RAID that I wanted to break and format. They held my Leopard install and I kno

  • Assignment Number causes Billing Split

    Dear SD Experts, Good Day! Assignment Number is causing the billing to split. Is there any way to skip this checking? I would like to combine different deliveries (with different assignment number) into 1 billing. Thanks, Soo