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

Similar Messages

  • Post installation Steps of SAP EP

    Hi All,
    What is the Post installation Steps of SAP EP...
    Thanks,
    ARIFF SHAIK

    Hi
    Follow the https://service.sap.com/instguides.
    Then open "Installation & Upgrade Guides - SAP NetWeaver 7.0 - Installation"
    In the section "Planning" you will find the Master Guide.
    Read the Master Guide to determine the installable units, the SAP systems required for your IT scenario, and the installation sequence. MG will drive you to the relevant Install guide which help you to fulfill all the pre- and post-installation steps as well the installation itself.
    P.S.
    Usually "Running an Enterprise Portal" scenario requires at least EP, EPC and AS JAVA usage types to be installed
    Please look this[SAP NetWeaver Process Integration 7.1 Post-Installation Steps|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/60d2a693-9504-2b10-5ba7-82964bd8370e]
    Hope this helps!!
    Regards
    Vijay

  • What are the post installation steps for sap 4.7ee

    what are the post installation steps for sap 4.7ee

    Hi,
    Post installation steps are as follows.
    1.SICK to be run first to checkt the errors while installation.
    2. Install SAP GUI
    3. Set up the TMS. Configuration the domain controller through SE06 and then set up the transport system through TMS.
    4. Change the default password of SP* and DDIC.
    5. Set up the operations mode using RZ04 and SM63.
    6. Apply patches through SPAM.
    7 Schedule default background jobs through SM36.
    8 Import default profiles through RZ10.
    9. Schedule backup calender through DB13.
    10. Create clients using SSC4
    11. Install lisence
    12. Schedule SGEN

  • Post Installation Steps after installation of sap sol 7.1

    Dear all
    Can you pls share me what are the post installation steps required after the installation of Solution Manager 7.1
    I know some of them as same in ECC
    1 ) SICK
    2) STMS
    3) RZ10 - Profile parmeters
    4) SGen
    5) Back ground Jobs scheduling
    Also tell me which parameters need to be set in solman
    regards
    Shakshi

    Hi,
    You can refer below guide for setup:
    https://websmp103.sap-ag.de/~sapidb/011000358700000872072011E
    Regards
    Vivek

  • Post installation steps for SAP PI, scenarios for SAP ERP 6.0 EhP 3.0 BAIO

    Hi!
    I installed SAP NetWeaver 2004S with PI component.
    I also have a demo SAP ERP 6.0 EhP 3.0 BAIO system with several clients:
    (100: demo client, 200: BW, 300: demo client (copy of 100)).
    Questions:
    what are the post installation steps to configure SAP PI?
    Which scenarios can be used in such landscape?
    (eg. exchange (IDOC, RFC, etc.) from client ERP:100 to ERP:200)
    Thank you very much indeed!
    regards
    Holger

    Hi Holger:
    what are the post installation steps to configure SAP PI?
    http://help.sap.com/saphelp_nw70/helpdata/en/a0/40084136b5f423e10000000a155106/content.htm
    Which scenarios can be used in such landscape?
    (eg. exchange (IDOC, RFC, etc.) from client ERP:100 to ERP:200)
    I recommend you to use proxys in your landscape as you want to interchange messages between
    different clients in the same system.
    Hope this helps you.
    Carlos

  • POST Installation steps for SAP XI 7.0 SP06

    Hi Experts ,
    We are trying to install XI 7.0 SP06.We are suppose to carry out  post installation
    steps but we are not able to locate a proper post installation guide for the same.
    We have succesfully installed XI 3.0 earlier .However XI 7.0 post installation steps in the guide that we have "SAP NetWeaver 2004s SR1 ABAP+Java on Windows: Oracle" , are relatively less...
    Nevertheless, we have carried out the following steps
    5.21.1 Performing PI-Specific Steps for SLD Configuration
    Local and Central System Landscape Directory (SLD)
    Mapping Security Role to User
    1. Log on to the Visual Administrator of the J2EE engine of the SLD host.
    2. Choose Cluster® Server® Services® Security Provider.
    3. In the Runtime tab, choose Policy Configurations and then the column Components, and select the component
    sap.com/com.sap.lcr*sld.
    4. Switch to the Security Roles tab to display the assigned roles.
    5. Select role LcrInstanceWriterLD.
    The user SLDAPIUSER already exists with its security role LcrInstanceWriterLD.
    6. Switch to edit mode and add user PIAPPLUSER with the same role LcrInstanceWriterLD.
    Note
    For a central SLD, the user PIAPPLUSER must be created in the central SLD ABAP system first and be
    assigned to ABAP role SAP_XI_APPL_SERV_USER. The password must be same as in the XI Exchange
    Profile on the XI Integration Server.
    Note
    For information on the UME actions, see the Post-Installation Guide - SLD of SAP NetWeaver 2004s, section
    Configuring SLD Security, at service.sap.com/sld® Media Library.
    Maintaining SLD Connection Parameters (ABAP API)
    1. Log on to the SAP XI Integration Server System as user DDIC and call transaction SLDAPICUST. The screen
    Maintain SLD Access Data is displayed.
    2. Choose Display <-> Change and proceed as follows:
    a) Replace the existing SLDAPIUSER with PIAPPLUSER user.
    Note
    For a central SLD, make sure you use the user with security role LcrInstanceWriterLD.
    b) Make sure your entry is marked as Primary.
    Note
    Only the entry marked as Primary is active.
    c) Save your settings.
    April 10, 2006 PUBLIC 97
    Now we don't know wether the sld configuration is over or not ...or for that matter in RWB we see only J2se based adapter engine and  not J2ee based adapter engine...
    Kindly help

    Hi..
    Instaed doing this,please try out template based configuration which has been mentioned in the installation guide or else do as follows
    1.Login into NWA (netweaver administrator)
    as
    http://<host.<domain>.<com>:<port>/nwa
    2.Use J2ee_admin user id and password
    3.go to deploy and change
    4.select template based configuration for PI
    5.execute the template
    6.install it
    you can find the list of other templates which are clear and easy to do the post installation step..i found it useful ..
    Apart from these, as per sandro, you can check the data transfer in visual administrator or go the abap engine, transaction RZ70, press accept proposal button
    then execute button , check the data supply without any error
    Thanks
    Gopal
    (Avoid points if useful)

  • Post installation Steps for SAP XI

    Hi,
    I am doing post installation steps for SAP_XI, for the step "Generating roles for SAP_XI and SAP_SLD in transaction PFCG, when I enter Role: "SAP_XI*" then its not generating any roles it is giving message "No roles found in the selected area" Please suggest
    Thanks,
    Nishant

    Create user in SAP XI and then assign them role
    Create user using SU01 transaction. Enter the username and click on the first button (create).
    Follow the process below
    1. Address Tab
    Enter the user details
    2. Logon Data Tab
    Enter the initial password. Make sure user type is Dialog (it is by default).
    3. Roles Tab
    SAP_XI_DEVELOPER
    SAP_SLD_DEVELOPER
    SAP_XI_MONITOR
    (if the user is admin give the admin roles)
    Before logging on to the Integration Builder, logon to ABAP stack (SAPGUI frontend on windows or java) at least once. Then logon to Int.Builder components.
    regards
    Dharamveer

  • Post installation step after DB migration

    I have done Database Migration from DB2 LUW to oracle 11g through Heterogeneous system copy. I need post migration steps because
    because right now I facing an issue for example in dbacockpit database connection show DB2 
    also data base space and other information is blank.
    and when I bauble click on sapgui login varibale login screen not show error appear service could not found etc.
    Migration related information
    Source  SAP Verion is NW7.4 on AIX Db2 LUW
    Target  SAP Verion is NW7.4 on AIX oracle
    Regards

    Thanks Johnny,I am downloading system copy guide I just want to share one more logs.
    BR0801I BRCONNECT 7.40 (1)
    BR0805I Start of BRCONNECT processing: cenilxwe.sta 2014-03-04 20.24.20
    BR0484I BRCONNECT log file: /oracle/DEV/sapcheck/cenilxwe.sta
    BR1301W Error message from likeywlib:
    ===...could not load SSF library /usr/sap//D00/exe/libsapcrypto.so .
    BR1301W Error message from likeywlib: 543 likey_init: Couldn't load SAPSECULIB ("/usr/sap//D00/exe/libsapcrypto.so") using function SsfSupInitEx (), rc = 10 (no library).
    BR1301W Error message from likeywlib: 542 likey_init: At least one more attempt to load the SAPSECULIB will follow.
    BR0101I Parameters
    Name                           Value
    oracle_sid                     DEV
    oracle_home                    /oracle/DEV/112_64
    oracle_profile                 /oracle/DEV/112_64/dbs/initDEV.ora
    sapdata_home                   /oracle/DEV
    sap_profile                    /oracle/DEV/112_64/dbs/initDEV.sap
    system_info                    devadm/oradev ERPDEV AIX 1 7 000D94DBD400
    oracle_info                    DEV 11.2.0.3.0 8192 585 40145394 ERPDEV UTF8 UTF8 3919391349 &DEV
    sap_info                       740 SAPSR3 0002LK0003DEV0011H17627635420015Maintenance_ORA
    make_info                      rs6000_64 OCI_112 Apr 10 2013
    command_line                   brconnect -jid STATS20140304202420 -u / -c -f stats -t ALL
    stats_table                    ALL
    stats_dbms_stats               ALL:R:0
    stats_change_threshold         50
    stats_parallel_degree          1
    stats_dict_cycle               0
    stats_system_cycle             0
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.21
    BR0813I Schema owner found in database DEV: SAPSR3*
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.24
    BR0814I Number of tables in schema of owner SAPSR3: 95035
    BR0836I Number of tables treated as info cubes for owner SAPSR3: 53
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.41
    BR0815I Number of indexes in schema of owner SAPSR3: 114708
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.42
    BR0818I Number of tables found in DBSTATC for owner SAPSR3: 399
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.42
    BR0807I Name of database instance: DEV
    BR0808I BRCONNECT action ID: cenilxwe
    BR0809I BRCONNECT function ID: sta
    BR0810I BRCONNECT function: stats
    BR0812I Database objects for processing: ALL
    BR0851I Number of tables with missing statistics: 0
    BR0852I Number of tables to delete statistics: 0
    BR0854I Number of tables to collect statistics without checking: 0
    BR0855I Number of indexes with missing statistics: 0
    BR0856I Number of indexes to delete statistics: 0
    BR0857I Number of indexes to collect statistics: 0
    BR0853I Number of tables to check (and collect if needed) statistics: 95035
    Owner SAPSR3: 95035
    BR0126I Unattended mode active - no operator confirmation required
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0817I Number of monitored/modified tables in schema of owner SAPSR3: 95035/10971
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0877I Checking and collecting table and index statistics...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.BTCCTL (7/0:1088:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.BTCCTL with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 7, OCCBL = 128, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 92 WHERE TNAME = 'BTCCTL''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.BTCCTL
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.DBSNP (54/30:0:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.DBSNP with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 84, OCCBL = 40, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 130 WHERE TNAME = 'DBSNP''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.DBSNP
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.MONI (8700/2154:8293:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.MONI with method/sample E/P30 ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'E', OPTIO = 'P30', NROWS = 10947, OCCBL = 43216, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 2947 WHERE TNAME = 'MONI''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.MONI
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.SAPWLSERV (2/0:4:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.SAPWLSERV with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 2, OCCBL = 128, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 51 WHERE TNAME = 'SAPWLSERV''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SAPWLSERV
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0883I Table selected to collect statistics after check: SAPSR3.SWNCCOLLPERF (22/13:0:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.45
    BR0881I Collecting statistics for table SAPSR3.SWNCCOLLPERF with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 35, OCCBL = 40, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 115 WHERE TNAME = 'SWNCCOLLPERF''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SWNCCOLLPERF
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.SWNCMONI (1117/6:728:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.SWNCMONI with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 1123, OCCBL = 3968, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 2685 WHERE TNAME = 'SWNCMONI''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SWNCMONI
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.SWNCMONIINDEX (11/0:6:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.SWNCMONIINDEX with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 11, OCCBL = 40, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 87 WHERE TNAME = 'SWNCMONIINDEX''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SWNCMONIINDEX
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.SWNC_TCOLL_LOG (3400/1810:0:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.SWNC_TCOLL_LOG with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 5210, OCCBL = 3648, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 137 WHERE TNAME = 'SWNC_TCOLL_LOG''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.SWNC_TCOLL_LOG
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TBTCO (1664/255:1479:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TBTCO with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 1919, OCCBL = 3456, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 283 WHERE TNAME = 'TBTCO''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TBTCO
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TBTCS (25/255:119:254)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TBTCS with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 26, OCCBL = 40, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 110 WHERE TNAME = 'TBTCS''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TBTCS
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TSPOPTIONS (13/0:142:0)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TSPOPTIONS with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 13, OCCBL = 128, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 28 WHERE TNAME = 'TSPOPTIONS''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TSPOPTIONS
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TST01 (435/261:1096:219)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TST01 with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 477, OCCBL = 768, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 166 WHERE TNAME = 'TST01''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TST01
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0883I Table selected to collect statistics after check: SAPSR3.TUCON (14/23:0:23)
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0881I Collecting statistics for table SAPSR3.TUCON with method/sample C ...
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0301E SQL error -1031 at location stats_tab_collect-99, SQL statement:
    'UPDATE DBSTATTORA SET ANDAT = '201403042024', VWTYP = ' ', AMETH = 'C', OPTIO = ' ', NROWS = 14, OCCBL = 128, EMPBL = 0, AFREE = 0, CHAIN = 0, AROWL = 37 WHERE TNAME = 'TUCON''
    ORA-01031: insufficient privileges
    BR0886E Collecting statistics failed for table SAPSR3.TUCON
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0879I Statistics checked for 95035 tables
    BR0878I Number of tables selected to collect statistics after check: 13
    BR0880I Statistics collected for 13/0 tables/indexes
    BR0894I Tables with the longest duration of collecting statistics for owner SAPSR3
      Pos. Owner    Table                Duration   Rows/old    Rows/new  Meth./Samp.   Space[KB]  Used[KB:%]    Data[KB:%]    Lobs   Space[KB]   Used[KB:%]    Data[KB:%]
                                           [m:s]
    BR0806I End of BRCONNECT processing: cenilxwe.sta 2014-03-04 20.24.46
    BR0280I BRCONNECT time stamp: 2014-03-04 20.24.46
    BR0804I BRCONNECT terminated with errors
    Regards

  • 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!

  • Post Installation steps of SAP Data services

    Hi,
    Could someone provide screenshots/steps  of the post installation of SAP Data services on Unix.
    Thanks,
    Rajiv

    Hi Rajiv,
    Once DS is installed you need to do few more things to make the system ready to use
    Configuring repositories
    Create a database for the repository on your database server (take assistance from DBA)
    Create the repository in the database with the Repository Manager.
    Register the repository in the CMC with the Data Services application(here you have to give database details which you have given for creating repository (refer point a &b)
    Assign user access to the repository with the Data Services application.
    Configuring users and groups
    Log into the CMC Use Admin credentials
    Create user accounts and assign them to Data Services user groups with the Users and Groups application.
    Assign repository access to your users and groups with the Data Services application
    Configuring Job and Access Servers
    Add and configure Job Servers with the Server Manager
    Add the Job Server configuration
    Associate local and profiler repositories with the Job Server
    Add and configure Access Servers with the Server Manager
    restart the Data Services service and verify that the Job and Access Servers are running
    Deploying web applications (BODS automatically installed web app if not you need  to manually deploy
    Configuring profiler repository connectivity
    Login to the Central Management Console (CMC) and register the local repository and select the repository  connection type on the Data Services Repository Properties screen
    Register the profiler repository and select the connection type to also TNS-less or DSN-less.

  • Post Installation Activities after BW 7.31 system copy

    Hi,
    Need to know the post Installation activity after BW 7.31 system copy.We plan to build a new QA system from our Development BW 7.31.
    What should be the sequence of steps I need to follow?
    Is it BDLS,SM59 & then RSA1?How should we manage the source system creation in RSA1?Do we restore or delete the old source system & create the new?

    Thanks Bala for the link..
    There is 1 step in the link
    se37
    Function: RSAP_BIW_DISCONNECT
    Parameter   I_BIW_LOGSYS                  <<SLOGSYS>>
                          I_OLTP_LOGSYS                <<RLOGSYS>>
                          I_FORCE_DELETE              X
    I could not understand why we need to execute this step?Can you please help me on that?

  • Post installation steps for PI 7.0

    Hi,
    Can anybody send me the Post installation steps for PI 7.0?
    Thanks in advance..
    ~Kumar

    Hello,
    <br><br><br>
    We did PI Installation recently and version is 7.1
    <br><br><br>
    Steps are as under...
    <br><br><br>
    <br>1.     Basic PI installation</br>
    <br><br>2.     System checks after basic installation
    <br>a.     SM50
    <br>b.     SM21
    <br>c.     ST22
    <br>d.     SM12
    <br>e.     SM13
    <br>f.     SM37
    <br><br>3.     Unlock the 001 client for cross-client changes temporarily and set system timezone (STZAC)
    <br><br>4.     Change 001 client settings back to no changes allowed.
    <br><br>5.     Create BASIS team member accounts in ABAP Stack and assign SAP_ALL.
    <br><br>6.     Set directory permission for \usr\sap\trans directory on Transport Domain Controller system.
    <br><br>7.     Import profiles (RZ10)
    <br><br>8.     Add the 4 following entries in to the instance profile and restart instance(RZ10)
    <br>a.     DIR_TRANS =
    hostname.domain.ext\sapmnt\trans
    <br>b.     icm/host_name_full = hostname.domain.ext
    <br>c.     login/system_client = 100
    <br>d.     icm/server_port_0 = PROT=HTTP,PORT=5<sysno>00,TIMEOUT=1800,PROCTTIMEOUT=1800 {SAP Note 1107808}
    <br><br>9.     Configure TMS in transport domain controller{PI DEV} (STMS)
    <br>a.     Add virtual system
    <br>b.     STMS in newly installed system and configure proper transport domain
    <br>c.     In domain controller approve the new system (STMS -> SAP system -> Approve)
    <br><br>10.     Get maintenance certificate and SAP license from service marketplace and apply in to the new system {ABAP and JAVA} (slicense and NWA)
    <br><br>11.     Kernel Update JSPM
    <br>a.     JSPM update
    <br>b.     Kernel update
    <br>c.     BC-FES-IGS update
    <br><br>12.     Support pack installation ABAP
    <br>a.     SPAM update
    <br>b.     Support packs update
    <br><br>13.     Support pack installation JAVA
    <br>a.     Apply support pack stack
    <br>b.     Apply support pack patches
    <br>i.     After JVM installation Error occurs apply MS windows KB973544 {SAP Note 1367498}
    <br>c.     Restart JSPM and continue patch installation
    <br><br>14.     Client copy from client 001 to X00 using profile SAP_ALL
    <br><br>15.     Create logical system and assign it to new client (SALE)
    <br><br>16.     Change UME target in JAVA to client X00.
    <br>a.     Enter URL as http://hostname.domain.ext:port/nwa
    <br>b.     Management -> Infrastructure -> Destination
    <br>c.     Logon data TAB change client to X00
    <br>d.     Restart JAVA Instance
    <br><br>17.     Create following users
    <br>a.     PIAFUSER, PIRWBUSER, PIISUSER, PIDIRUSER, PIREPUSER and PIAPPLUSER on the target SLD and new system manually and assign role/group SAP_SLD_CONFIGURATOR to them. {SAP Note 1309239}
    <br>b.     PISUPER in new system and assign appropriate roles in ABAP and JAVA
    <br>c.     SLD_DS_<SID> and SLD_CL_<SID> on target SLD {Use source system master password}
    <br>d.     JCoRFC_<SID> in new system
    <br>e.     Sapadm user in new system
    <br><br>18.     Assign roles and groups to BASIS team on JAVA Stack
    <br><br>19.     Create PUBLIC logon group (SMLG)
    <br><br>20.     Configure SLD collector job as sapadm (RZ70)
    <br><br>21.     Run Configuration Wizard
    <br>a.     Enter URL as http://hostname.domain.ext:port/nwa
    <br>b.     Configuration management -> Scenarios -> Configuration Wizard
    <br>c.     Select Initial Configuration and click Start.
    <br><br>22.     Create the JCoRFC connection.
    <br>a.     Enter URL as http://hostname.domain.ext:port
    <br>b.     Web Dynpro -> Content administrator -> Maintain JCo destination
    <br>c.     Fill in information for the following 4 entries using client X00 and JCoRFC_<SID> as the user {Make sure you note the distinction between Metadata and Model destinations when you are creating the destination}
    <br>i.     WD_ALV_METADATA_DEST
    <br>ii.     WD_ALV_MODELDATA_DEST
    <br>iii.     WD_MODELDATA_DEST
    <br>iv.     WD_RFC_METADATA_DEST
    (Use dictionary Meta Data for the Metadata connections, use Application Data for the Model Data connections.)
    (Use the master password for EXQ)
    <br><br>23.     Repeat for the remaining 3 JCo RFC destinations. 
    <br><br>24.     Run PI Full Qualified Host Name Wizard {SAP Note: 1320707}{Make sure you check the host names for integration server and SLD}
    <br><br>25.     Create RFC destination in to ERP target system (SM59)
    <br>a.     Give Name PI_INTEGRATIONSERVER
    <br>b.     Connection type H
    <br>c.     In Technical settings TAB provide
    <br>i.     Target host = hostname.domain.ext
    <br>ii.     Path Prefix = /sap/xi/engine/?type=entry
    <br>iii.     User information is blank
    <br><br>26.     Setting SXMB_ADM ERP target system
    <br>a.     Open Integration engine configuration
    <br>b.     Goto -> Change Global Configuration Data
    <br>c.     Role of Business system = Application System {This is optional}
    <br>d.     Provide RFC destination name in Corresponding Integ. Server = dest://PI_INTEGRATIONSERVER
    <br><br>27.     Schedule Standard Jobs as SAPADM in client X00.
    <br><br>28.     SICF service to activate
    <br>a.     /default_host/sap/public/bc/pictograms
    <br>b.     /default_host/sap/public/bc/webicons
    <br>c.     /default_host/sap/public/bc/its/designs
    <br>d.     /default_host/sap/public/bc/workflow
    <br>e.     /default_host/sap/bc/ccms
    <br>f.     /default_host/sap/bc/webdynpro/sap/CTS_BROWSER
    <br>g.     /default_host/sap/bc/webflow
    <br>h.     /default_host/sap/bc/workflow
    <br>i.     /default_host/sap/bc/workflow_xml
    <br>j.     /default_host/sap/bc/xmb
    <br>k.     /default_host/sap/bc/ping
    <br>l.     /default_host/sap/xi/wsdl_sr
    <br>m.     /default_host/sap/xi/wsdl_url
    <br>n.     /sap/bc/webdynpro/sap/appl_soap_management
    <br><br>29.     Adjusting JNLP Heap size
    <br>a.     Open the Exchange profile through the link  u201Cadministrationu201D from the  web page of the Process Integration tools.
    <br>b.     Under the folder u201CIntegration Builderu201D click on the variable u201Ccom.sap.aii.ib.clientjnlp.j2se.maxheapsizeu201D
    <br>c.     Value = 1024
    <br>d.     Save the change and restart the J2EE instance of PI so that the new value can take effect.
    <br><br>30.     Create RFC destination for Advanced Adaptor Engine in sender ERP system(SM59)
    <br>a.     RFC Destination = AAE_<SID>
    <br>b.     Connection type = G
    <br>c.     Target Host = Host Name of AAE Server {PI Server}
    <br>d.     Service No. u2013 HTTP port number of AAE Server
    <br>e.     Path Prefix = /XISOAPAdepter/MessageServlet?ximessage=true
    <br>f.     Under Logon & Security use PIAPPLUSER with PI target systemsu2019 master password.
    <br><br>31.     Create RFC destination <SID>_ALE in ERP Source system with user ERQALEUSER {Make sure you have this user created in new installed system}
    <br><br>32.     Install External Driver Configuration in Process Integration 7.1 Using JSPM {SAP NOTE: 1138877}
    <br><br><br>
    Please let me know if I am missing anything there...
    <br><br><br>
    Cheers,
    <br>
    Yogesh

  • Webdynpro error in Post installation steps of SLD

    Hi
    We are working on EP7.0 2004s.We are using local sld.Right now I am doing the post installation steps for SLD.I added the J2EE and UME roles.In the next step I went into the administration tab of SLD for configuring.It is throwing this error.
    <b>com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when running in portal. Use portal navigation instead to navigate to another application!</b>
    This is detailed exception I got.
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must no be triggered with an URL when running in portal. Use portal navigation instead to navigate to another application!
    at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:516)
    at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:462)
    at com.sap.sld.wd.main.wdp.InternalMainInterfaceView.wdFirePlugToOldUI(InternalMainInterfaceView.java:154)
    at com.sap.sld.wd.main.Head.onActionAdministration(Head.java:277)
    at com.sap.sld.wd.main.wdp.InternalHead.wdInvokeEventHandler(InternalHead.java:227)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Please help me.
    Thanx & Regards,
    Naresh

    Hey Aviad,
    Yes I did, in my case I've installed PDK SP 9 over SP2 which is prohibited. If this is your case as well do the following:
    1) From the Undeployment tab of the SDM select the com.sap.pct.pdk..
    components.
    2) Using the Archive remover tool which can be accessed from
    System Administration > Support > Portal Runtime > Administration
    Console > Archive Remover --> Remove the portal applications with prefixcom.sap.pct.pdk...
    3) Navigate to Content Administration > Portal content > Content
    Provided by SAP > Platform Add-Ons > Developer Content
    and remove all the contents below this folder.
    4) Restart the server
    After this you can deploy the SP9 business package using the SDM.
    Hope it helps,
    Roy

  • Need help in post-installation steps of the PDK

    Hello,
    I have installed Java PDK 6.9 instead of 6.2.
    At the post-installation steps I need to:
    <i>The example iViews in the Portal Development Kit connect to a SAP System with the system alias PDK_R3_BACKEND.
    To run these examples you must define a system object for a test SAP System in your system landscape and assign the following aliases:
    1. PDK_R3_BACKEND Reference to a R/3 system of your custom landscape.
    2. PDKDummySystem Reference to provided system OBN-3. PDKDummySystem.
    WebDynpro Reference to provided system WebDynpro.</i>
    My question is: When I create this System, which type template should it be and which configuration besides the above aliases should it have?
    Roy

    Hey Aviad,
    Yes I did, in my case I've installed PDK SP 9 over SP2 which is prohibited. If this is your case as well do the following:
    1) From the Undeployment tab of the SDM select the com.sap.pct.pdk..
    components.
    2) Using the Archive remover tool which can be accessed from
    System Administration > Support > Portal Runtime > Administration
    Console > Archive Remover --> Remove the portal applications with prefixcom.sap.pct.pdk...
    3) Navigate to Content Administration > Portal content > Content
    Provided by SAP > Platform Add-Ons > Developer Content
    and remove all the contents below this folder.
    4) Restart the server
    After this you can deploy the SP9 business package using the SDM.
    Hope it helps,
    Roy

  • RE: Need Post installation Steps for solution manager4.0 on Windows/oracle

    Hello,
    Any body having Post installation steps for solution manager4.0 on windows/oracle. Can you please send me to my mail id. Its very helpful.
    Id: [email protected]
    Thanks,
    Regards,
    venkat reddy.

    Hello Venkat,
    You may get the information in SAP Note 918078 and also https://websmp206.sap-ag.de/instguides under the Solution Manager 4.0 tree.
    Basically after the installation,
    1. try to stop and start the SAP System
    2. you need to check if you can access the SAP System.
    3. Apply the permanent SAP license
    4. Perform the configuration via  IMG; Tcode SPRO(guide in https://websmp206.sap-ag.de/instguides)
    Hope this could help you.
    Regards,
    AZLY

Maybe you are looking for

  • Interface determination Issue in PI7.1

    Hi , I am working on PI 7.1 Problem 1: I am not able create any interface determination objects. There is a lock object created everytime I use the wizard. Unlocking the object and run the cache refresh has not helped.. I am able to create the interf

  • Selective deletion based on Calendar Year/Month in process chains

    Hi all, I have a requirement from the business wherein I have to delete the past months data before I load the same data into 6 infocubes using a process chain. I checked the forums to understand how selective deletion is used in a process chain and

  • DataMerge to a pdf not in memory InDesign(cc2014) JavaScript

    I am having an issue with the file merging in ram not to a pdf document. When I am merging 20 thousand records having it merge in ram not only takes for ever it some times runs out of ram. any ideas? This is my Current code.               var jobNumb

  • Speck 13" SeeThru Satin Case for Macbook

    Hey there! I was looking at this amazing case for Macbook's on the online apple store and i wanted to ask if u knew if this would fit with my Macbook White 2010 2.4GHz???

  • Anyone else having problems setting up Facetime and Imessage?

    I have tried over and over again to set up my facetime and imessage but every time it says it has sent a verification email i dont get one. I double checked that I typed my email addresse right (which I have) and am now not sure what to do. And i rea