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

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

  • 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

  • Steps after installation of PI

    I have installed PI from the DVD, what is the nest step I have to do before I give the developer the machine for development.
    Could ne pls guide me thru it?...
    as in other modules..we install patches ...what do we do in PI?

    Hi,
    here are two post installation guides
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0166ad1-7cc3-2b10-65bc-afbc5a75e579?overridelayout=true
    https://ecohub.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60b4036e-ebee-2b10-e29f-bace14047ea0?overridelayout=true
    Regards,
    Reyaz

  • Updated itunes, error message about mobile popped up during installation, then after installation, tunes will not start. gives error that a dll file is missing.

    I downloaded the new Itunes version. During installation, there was an error message that said no Mobile access.  After installation, Itunes would not open.  Gave an error message that a DLL file was not found. Removed itunes from computer and initiated new download.  Same problem with new download. Still does not open. I'm stumped.  I have over  30,000 files in itunes and use it every day HELP

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Post Processing Steps after Support Package Stack Application

    I'm curious if anyone has any guidelines for post processing steps (or pre-processing) when applying Support Package Stacks to their Development Infrastructure (Developmend Workplace and the Central NWDI Server).  We have just upgraded a couple of developers local engines and developer studio to SP stack 19 from SP stack 14 and are experiencing some problems.  We also applied the J2EE stack and appropriate SCA files to the NWDI server.
    After the support packs it looks like our DTR files are gone (when reimporting configuration via Developer Studio the SC's are there but there are no DC's inside of them).  Additionally, it looks like we have to manually reimport the newest versions of SAP_BUILDT, SAP_JTECHS, and SAP-JEE.  Another thing is that old Local Web Dynpro DC's are now complaining about class path problems and different versions of files.  We followed the documentation for applying SP19 exactly as the documentation says for a Java Development Usage type.  Is there a checklist or something that anyone has for steps to perform after the application of the support packs?

    I think I'm missing something.  Now I see the code and DC's inside the DTR.  However, when I try to import into NWDS no DC's come in (the software components exist, but no DC's in them).  Additionally, the CBS web ui reports that my software components do not contain any DC's even though I see them in the DTR.  What things can I look at to determine what I'm missing here?
    Thought I'd add some more info..after applying the support packs, we imported the new SAPBUILD, SAP_JTECH, and SAP_jee SCA'S into our track as we required some functionality from the newer build SCA.  We also reimported our old archives back into the system by manually checking them in assuming this would fix the problem with us not seeing the source in the NWDS or the DTR.  After the import, the CBS no longer sees our custom DC's, but the DTR does (both in active and inactive ws).  When importing the dev configuration into the NWDS our custom DC's no longer appear, but SAP's standard SCA's do.
    Message was edited by:
            Eric Vota

  • Do I need the installation medium after installation?

    Hello all,
    I just installed oes11 along with sles11 and, after fully patching the server, removed the installation dvd from the server. Now, everytime I open "OES Installation and Configuration" it prompts me to insert that dvd again... I thought after installing and using online repositories I wouldn't need it anymore, and it would not be nice to have a dvd mounted all the time.
    I tried disabling the cd-repo, and then all of the OES products vanished from YAST...
    I've searched the documentation but couldn't find any hints on what to do with the dvd after installation. What am I missing?

    Is your server subscribed to the -Pool catalogs for SLES11 and OES11?
    It actually is:
    Code:
    1 | nu_novell_com:OES11-SP1-Pool | OES11-SP1-Pool | Yes | Yes
    2 | nu_novell_com:OES11-SP1-Updates | OES11-SP1-Updates | Yes | Yes
    3 | nu_novell_com:SLE11-SP1-Debuginfo-Pool | SLE11-SP1-Debuginfo-Pool | No | Yes
    4 | nu_novell_com:SLE11-SP1-Debuginfo-Updates | SLE11-SP1-Debuginfo-Updates | No | Yes
    5 | nu_novell_com:SLE11-SP2-Debuginfo-Core | SLE11-SP2-Debuginfo-Core | No | Yes
    6 | nu_novell_com:SLE11-SP2-Debuginfo-Updates | SLE11-SP2-Debuginfo-Updates | No | Yes
    7 | nu_novell_com:SLE11-WebYaST-SP2-Pool | SLE11-WebYaST-SP2-Pool | No | Yes
    8 | nu_novell_com:SLE11-WebYaST-SP2-Updates | SLE11-WebYaST-SP2-Updates | No | Yes
    9 | nu_novell_com:SLES11-Extras | SLES11-Extras | No | Yes
    10 | nu_novell_com:SLES11-SP1-Pool | SLES11-SP1-Pool | Yes | Yes
    11 | nu_novell_com:SLES11-SP1-Updates | SLES11-SP1-Updates | Yes | Yes
    12 | nu_novell_com:SLES11-SP2-Core | SLES11-SP2-Core | Yes | Yes
    13 | nu_novell_com:SLES11-SP2-Extension-Store | SLES11-SP2-Extension-Store | Yes | Yes
    14 | nu_novell_com:SLES11-SP2-Updates | SLES11-SP2-Updates | Yes | Yes
    If so, you shouldn't need access to the installation media ... unless
    you're hitting the issue described in TID 7011540 which I believe was
    fixed with the April 2013 Scheduled Maintenance patch for OES11 SP1.
    I just read that TID and the situation is not what I'm experiencing and I applied that patch right after installing the server. I will start downloading the separate isos now and post my results.

  • LV 8.5.1 Installer "run after installation" not executed in silent mode ; Autoupdate

    Hi all,
    I developed a software used "inhouse" by most of my colleagues. This software is changed continuously.
    In the past I had to inform everyone that there's a new release available.
    Thus I developed a "quick and dirty" autoupdate mechanism. (See attachments)
    The application looks for a file located on our server, which contains the version number of the most current release.
    If the version number of the installed software and the version number in this file differ, the Installer for the new release is executed.
    In the Installer settings I run the installed software after installation finished.
    So that the user doesn't notice there was an update and the software starts as allways.
    The installer is started with commandline options to install in silent mode with surpressed License Notification und supressed restart.
    The start of the installed software after installation works if I start setup.exe in "normal" manner (doubleclick setup.exe)
    BUT the software DOES NOT start after installation when installed in silent mode. (Commandline prompt: setup.exe /q /AcceptLicenses yes /r:n )
    (Tested with XP, Vista, 7)
    Does anyone know how to get this working ?
    Thanks in advance, best regards,
    Balze

    Balze wrote:
    Hi Andrey,
    neither /qb nor /qf works
    Well, just checked - it seems to be works as expected in LabVIEW 2010 and doesn't work with 8.5.1 as you have described.
    There are some bugs in installer's builder was fixed between versions 8.5 and 10.0.
    What you can do - upgrade to latest LabVIEW version or try to fix installer manually. I guess trouble present in \bin\dp\install.msi file. You can check what inside of msi with Orcas utility provided by Microsoft.
    Hope it helps,
    with best regards,
    Andrey.
    PS
    Whole family a little bit ill due to relative cold weather...

  • 2012R2 Application installation steps after deploying OS from Task sequence is slow after applying hotfix 2910552

    We are currently using CM2012r2 for Endpoint protection, and in trying to save licensing costs, I have been given the task of doing imaging and application deployment through CM as well... everything started off well... noticed that imaging took a lot longer
    than I remembered when I used CM2007 at my previous employer. Found we needed hotfix 2910522 and what took an hour to download now only takes 5 minutes (yay!) Then started other strange issues.  Mostly the fact that in the task sequence, the install application
    blocks (we have 3 with 4-8 apps each) suddenly got really slow to execute. (boo!)  The application blocks eventually finish, but take about 5 hours and only the last block actually installs.    For example: 7zip takes 15 minutes to "install"
    but since it isn't in the last block, it doesn't in fact install on the system.
    so here is what I know so far:
    Updated the boot image after applying the hotfix
    Added the hotfix to the Windows and configmgr setup step command line to install the patch
    Verified that all applications install correctly outside of the task sequence.
    Created a new task sequence just in case the hotfix messed something up.
    here is what I've noticed:
    Only happens on workstations that have been imaged previously by CM (even if I remove the machine from AD and CM)
    New machines image just dandy
    not hardware specific (tested on 5 different laptop models and 3 desktop models)
    workstations that have the issue, when finished, only installed the applications from the last block (4 apps) and none from the previous 2 blocks (16 applications)
    If imaged new (not previously known) it installs the client correctly and it checks in, ones with the issue are in internet only mode and don't see the PKI cert for the machine, and will not check in.
    Things I've checked, double checked, verified, and done:
    All applications have the box for "allow this application to be installed from the Install Application task sequence action..."
    applications are on all distribution points
    Distribution points are healthy
    One MP/DP was complaining about how it couldn't access a SMS folder.  uninstalled the roles, let it sit over the weekend, reinstalled this morning
    Verified that the servers were on 10Gb full and were not throwing error on the line
    Antivirus scanning was not scanning the store (used the built in template for scep)
    Next steps that I am going to try:
    create a new task sequence and split up install application blocks to only have single applications in them
    recreate the boot wim for the media
     Thanks in advance

    So this issue of yours is in B&C -task sequence? You're using capture CD for capturing, why? Why not automate the build entirely.
    I'd suggest you add this:
    http://support.microsoft.com/kb/2775511/en-us to your BUILD image (either online of offline, in the WinPE -phase), it fixes many WMI related problems.
    After you've done your golden .wim, deploy it to your clients.
    We don't do a build and capture because certain applications require handling on our part. Management has said it needs to be a certain way, therefore this is how we have to build it.  (mostly settings, and views that can't be controlled through registry,
    Group Policy, etc.)  There are users that if they have to click on an accept button or it isn't the right color, or they want a different icon in their lab, then they go to the top and it comes back down to us, and our lives become miserable.
    We create the image in audit mode, capture it using boot media, and sequence in things that are updated constantly (flash, shockwave, java, etc.) through the task sequence.
    in relation to that KB, why would it work on new machines but not ones that have been touched before?

  • Posting Line Items after Archiving in SAP

    Hi Experts,
    I have a small query regarding SAP data archiving in Financial accounting data. I have archived Financial total records data for one fiscal year (2010), and that data is deleted from the SAP database. Now my client is trying to do catchup activity of posting some more new line items for the same fiscal year (2010), this data is not archived and available in the SAP database.
    My Question is:
    1. can client retrive both the data which is archived and not archived from the standard Transactions?
    2. If it is possible, can client will get the consolidated values of line items (which are retrived from database as well as archive files) in the report resulted in retrival process to secure the balance carryforward function?
    Please let me know if there are any standard recommendations or a workaround techniques to meet this business requirment.
    Thanks in advance.
    Regards,
    Irrshaad.

    Hi, you have stopped/end the process. Now you want to archive with the correct variant selection criteria. For this to be successful, please first change the customising that you require and then in SARA--> re-create a new variant with the correct selection criteria to archive your data.
    Please ensure that in t.code <file> you have maintained all the logical file path, fine name, pysical path's maintained properly.
    I Hope your problem will be resolved.

  • Post processing steps after system copy

    Hi experts,
    Please clarify the doubts, reg my situation,
    We don have our development server in synchronous with production server, so we destroyed the existing development client and copied the production client, now the new system logical name  in sm30 in table T000 is MABCLNT900 and also our production server is same,as we copied it from production server, previously our development server was with MAACLNT495 which was mapped with MAQCLNT500 , R3 test sytem,
    in this scenario we want run BDLS tool to change client name in both R3 and BW , Please explain step by step procedure in achieving this,
    Thanks in advance

    Hi,
    As I understood your system landscape should look like this:
    BW DEV (MAACLNT495) <-> R3 DEV (MAQCLNT500)
    BW PRD (MABCLNT900) <-> R3 PRD (???)
    After BW system copy you should change connections in SM59 and then use BDLS to change logical system name.
    You can also use Restore function for source systems (RSA1).
    Although if you copy both R/3 and BW systems at the same time it's possbile just to keep the same logical system names as they are in productive (it's easier to maintain).
    Please read notes: 886102, 543715, 325470, 325525, 184322, 886102, 184971, 184447, ...
    regards
    Krzys

  • Best Practice on Post Steps after 11.2.0.2.4 ORACLE RAC installation

    I finished RAC 11.2.0.2 installation and patched it to 11.2.0.2.4. The database is also created.
    The nodes are Linux redhat and storages are on ASM.
    Is there any good article or link regarding the best practice of post steps after installation?
    Thanks in advance.

    Hi,
    I also want to know what kind of monitoring scripts I can use to setup as cron jobs to monitor or detect any failure or problems?
    To monitor Cluster (OS Level):
    I suggest you use a powerful tool "CHM" that already comes with product Grid Infrastructure.
    What do you do to configure? Nothing ... Just use.
    Cluster Health Monitor (CHM) FAQ [ID 1328466.1]
    See this example:
    http://levipereira.wordpress.com/2011/07/19/monitoring-the-cluster-in-real-time-with-chm-cluster-health-monitor/
    To monitor Database:
    PERFORMANCE TUNING USING ADVISORS AND MANAGEABILITY FEATURES: AWR, ASH, and ADDM and Sql Tuning Advisor. [ID 276103.1]
    The purpose of this article is to illustrate how to use the new 10g manageability features to diagnose
    and resolve performance problems in the Oracle Database.
    Oracle10g has powerful tools to help the DBA identify and resolve performance issues
    without the hassle of analyzing complex statistical data and extensive reports.
    Hope this help,
    Levi Pereira
    Edited by: Levi Pereira on Nov 3, 2011 11:40 PM

  • 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

  • Request for installation steps for SAP 4.7  Windows2003

    I would request if someone could provide the installation steps or manual for SAP 4.7 on Windows 2003. My email id is [email protected]
    I would appreciate if i could receive help on this forum.
    Regards,
    arshi

    Hello arshi,
    the installation guides for SAP products can be found on the SAP Service Marketpace http://service.sap.com/instguides.
    If you cannot access this please post a thread in the correct forum (the SAP GUI forum is not suited for questions not related to SAP Frontend software).
    Best regards,
    Frank

  • License key dissapears after installation of BO Integration Kit for SAP

    Hello,
    I installed BO Edge 3.1 on Suse Linux Enterprise Server 10 (x86_64). After installation I see the license key for 10 named users in CMCand I could add new users.
    Then I installed the BO Integration Kit for SAP. After this installation the license keys are gone. I could not change the new added user and I can not implement the SAP Authentication. The message is "now valid license key for any concurrent user".
    After Deinstallation of BO Integration Kit for SAP with AddOrRemoveProducts.sh the license key is still gone. I am working with permanent license keys from BO.
    Thanks in advance for your help
    Thomas Windischmann

    Hi,
    in the meantime I solved the problem with support from BO. Although I am using the installation software for BO Edge 3.1 and SAP Integration Kit from the same DVD (BOBJ EDGE BI 3.1 Standard Package, #51035489) there is a inconsistency of libkeydecoder.so between BO Edge installation and SAP Kit installation. After installation of SAP Integration Kit you have to replace this lib with the old lib of BO Edge installation.
    Thomas

Maybe you are looking for