New Solution Manager 7.0 Problem R3LOAD import Fail: table ARCH_NUM

While performing the import of LABA Step 18 in installing Solution Manager 7. Mostro the following message:
u201C/usr/sap/SOL/SYS/exe/run/R3load: END OF LOG: 20080730190555
/usr/sap/SOL/SYS/exe/run/R3load: START OF LOG: 20080730190557
/usr/sap/SOL/SYS/exe/run/R3load: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/
R3ldmain.c#14 $ SAP
/usr/sap/SOL/SYS/exe/run/R3load: version R7.00/V1.4
Compiled Jan 23 2008 17:39:05
/usr/sap/SOL/SYS/exe/run/R3load -i ATAB.cmd -dbcodepage 4103 -l ATAB.log -stop_on_error
DbSl Trace: ORA-1403 when accessing table SAPUSER
(DB) INFO: connected to DB
(DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
(DB) INFO: ATAB created #20080730190558
failed to read short nametab of table ARCH_NUM                       (rc=2)
(CNVPOOL) conversion failed for row 0 of table  VARKEY = ââÒâÒâÒâÒâÒâÒâÒâÒâÒâÒâÒ
âÒâÒâÒâÒâÒâÒâÒâÒâÒâÒâÒâÒ
(CNV) ERROR: data conversion failed.  rc = 2
(DB) INFO: disconnected from DB
/usr/sap/SOL/SYS/exe/run/R3load: job finished with 1 error(s)
/usr/sap/SOL/SYS/exe/run/R3load: END OF LOG: 20080730190558
Maybe anyone knowshow to solve it?
Thank you.

Hi Gabriel Morleg,
Seems that you had some problem during the creation of table SAPUSER.
In order to fix the table, you will need to perform some activities directly on the database. Use SQLPlus. For the next instructions I will assume your system is called ABC and the DBSchema is called SR3.
from the operating system, start sqlplus:
sqlplus / as sysdba
check step 1:
> select count(1) from dba_users where username='OPS$ABCADM';
If the above command returns nothing, then:
> create user "OPS$ABCADM" default tablespace PSAPSR3USR temporary tablespace psaptemp identified externally;          
> grant connect, resource, sapdba to "OPS$ABCADM";          
check step 2:
> select owner from dba_tables where table_name = 'SAPUSER';          
if the above command returns nothing, then:
> create table "OPS$ABCADM".SAPUSER (USERID VARCHAR2(256), PASSWD VARCHAR2(256));          
check step 3:
>select * from  "OPS$ABCADM".SAPUSER ;     
if the above command returns nothing, then:
> insert into  "OPS$ABCADM".SAPUSER  values ('SAPSR3', 'manager');          
> alter user sapsr3 identified by manager;     
if the command of step 3 returns content and you want to redefine, then:
> truncate table "OPS$ABCADM".SAPUSER;     
> insert into  "OPS$ABCADM".SAPUSER  values ('SAPSR3', 'manager');          
check step 4:
> select count(*) from dba_users where username = 'OPS$ORAABC';          
if the command above returns nothing, then:          
> create user "OPS$ORAABC" default tablespace PSAPSR3USR temporary tablespace psaptemp identified externally;          
> grant connect, resource,sapdba to "OPS$ORAABC";          
check step 5:          
> select owner from dba_tables where table_name = 'SAPUSER';          
If the command above returns nothing, then:     
> create table "OPS$ORAABC".SAPUSER (USERID VARCHAR2(256), PASSWD VARCHAR2(256));          
check step 6:          
> select * from  "OPS$ORAABC".SAPUSER ;     
if the command above returns nothing, then:     
> insert into  "OPS$ORAABC".SAPUSER  values ('SAPSR3','manager');          
if the command os step 6 returns content and you want to redefine them:
> truncate table "OPS$ORAABC".SAPUSER;     
> insert into  "OPS$ORAABC".SAPUSER  values ('SAPSR3', 'manager');          
This should be enough to overcome the ORA 1403 error.
Regards
Valdecir

Similar Messages

  • Installation Solution Manager error in the step Import Abap

    We are installing Solution Manager but in the step import abap, appear
    the error:
    /usr/sap/SML/SYS/exe/run/R3load: version R7.01/V1.4 [UNICODE]
    Compiled Feb 24 2009 21:54:08
    /usr/sap/SML/SYS/exe/run/R3load -testconnect
    (DB) ERROR: DbSlControl(DBSL_CMD_IMP_FUNS_SET) rc = 20
    (DB) ERROR: DbSlErrorMsg rc = 20
    /usr/sap/SML/SYS/exe/run/R3load: job finished with 1 error(s)
    /usr/sap/SML/SYS/exe/run/R3load: END OF LOG: 20091202234420</message>
    I appreciate your help for this problem
    Regards.
    Ricardo Rivas

    Hi,
    Check SAP note 898181.
    Thanks
    Sunny

  • Adding existing systems to a new Solution Manager 7.0 Ehp1 system

    Dear Experts,
    We've just installed a new Solution Manager 7.0 Ehp1 system, we have a 3 system landscape in action, please need your help to connect these systems with this new Solution Manager system. The post installation Initial Configuration and Basic Configuration has been performed successfully. Also need your help with Maintenance Optimizer configuration and setting up EWA.
    Please do share experiences, links and documents for the above.
    Thanks in advance,
    Best Regards,
    basis-novice

    Page 65-67 of Netweaver EHP2 Upgrade Guide found in service.sap.com/instguides.
    You can use the explanation below to configure MOPZ and maintain systems in SMSY.
    4.5.2Configuration of the Maintenance Optimizer
    You have to configure the Maintenance Optimizer. For a list of configuration tasks, see the Maintenance Optimizer Configuration Guide.
    Make sure that you run the guided procedure SOLMAN_SETUP after every installation or update of SAP Solution Manager and that it completes successfully.
    Related Documents
    Available at...Maintenance Optimizer Configuration Guide http://service.sap.com /mopz (link at the bottom of the page)
    4.5.3Maintaining System Landscape Information
    The Maintenance Optimizer relies upon up-to-date information about your system landscape. Therefore you have to maintain this data in SAP Solution Manageru2019s system landscape (transaction SMSY). In the following, you will find the description how to maintain this data. If you already have maintained the system landscape data, then check if the data is correct.
    If you use the System Landscape Directory (SLD), then use it to capture the system data.
    If you do not use the System Landscape Directory (for example, if you have a pure ABAP system), you use RFC connections to maintain the data.
    Procedure
    Maintaining the System Landscape Data Using SLD
    1.
    Register both Java systems and ABAP systems that you want to update in your central SLD.
    The central SLD can either be on your SAP Solution Manager system, or you can have a separate system where you run the SLD (central runtime SLD). If you use a central runtime SLD, make sure that it is synchronized with the local SLD of your SAP Solution Manager system.
    4.5.3Maintaining System Landscape Information
    The Maintenance Optimizer relies upon up-to-date information about your system landscape. Therefore you have to maintain this data in SAP Solution Manageru2019s system landscape (transaction SMSY). In the following, you will find the description how to maintain this data. If you already have maintained the system landscape data, then check if the data is correct.
    If you use the System Landscape Directory (SLD), then use it to capture the system data.
    If you do not use the System Landscape Directory (for example, if you have a pure ABAP system), you use RFC connections to maintain the data.
    Procedure
    Maintaining the System Landscape Data Using SLD
    1.
    Register both Java systems and ABAP systems that you want to update in your central SLD.
    The central SLD can either be on your SAP Solution Manager system, or you can have a separate system where you run the SLD (central runtime SLD). If you use a central runtime SLD, make sure that it is synchronized with the local SLD of your SAP Solution Manager system.
    4.
    Create an RFC connection
    1.
    Choose the Client tab for your system.
    2.
    Maintain at least client 000.
    3.
    Create an RFC connection between the Solution Manager and the system you want to update using the RFC Assistant.
    5.
    Start the data transfer
    To initiate the remote transfer of system data from the target system, choose the Read System Data Remote.
    RECOMMENDATION
    We recommend you to schedule automatic data transfers using transaction SMSY_SETUP.

  • Building new Solution Manager / ChaRm Reports

    Good Day
    I looking for any documentation I can get my hands on to be able to build new Solution Manager/ChaRM reports.
    Currently I am using u201C/TMWFLOW/REPORTINGu201D.
    Thanks All
    Don Newton

    Hi Don,
    Here you will find the first steps to work with Change Request Management scenario:
    First steps to work with Change Request Management scenario in SAP Solution Manager 7.0
    Hope it helps

  • Problem in Import of Tables from SQL Server.

    Hi Forum,
    I m new to OWB.
    I m facing a prob regarding the import of tables.
    I m importing tables from SQL server through ODBC DB Link..
    It imports the tables fine, but without key constraints..
    Can u tell me, Why? and How can I import that info as well?

    Hi David,
    The things I said are not a fix for this problem.
    If your RCU installation worked, then you do not have to worry about modifying the createfr.sql.
    Edit:
    I've just tracked the problem. It appears that when using the query builder, BI forgets to add the " sign.
    For example:
    This query will give the hyperion error.
    select     "table"."field"
    from     "database.user"."table"
    To correct it write it like this:
    select     "table"."field"
    from     "database"."user"."table"
    Edited by: EBA on Nov 14, 2011 10:21 AM

  • Solution Manager Basic Setting, Get SAP Component fail

    Dear All
    When I execute Solution Manager initial configuration wizard on step:
    Initial configuration part II, it comes out an error: Fetch SAP
    Component fail.
    Can anyone tell me what's the problem, thanks.
    Steps for Reconstruction    
    1) SPRO => Basic Settings => Initial Configuration Part II
    2) Err: SAP Service Marketplace error
    3) manually: Get SAP Components => Edit => Fetch SAP Components => No
    RFC Authorization
    [http://www.mountain.org.tw/sap/090322/B/000.png]
    [http://www.mountain.org.tw/sap/090322/B/010.png]
    [http://www.mountain.org.tw/sap/090322/B/020.png]

    hello,
    Check which user you are using. Use standard user with SAP_ALL authorisation in 000 client.
    This is RFC authorisation issue.
    Regards
    Anju

  • New to photoshop. Keep getting an "Import Failed" message

    I'm trying to put videos from a Panisonic HDD video camera on to DVDs but keep getting an "Import Failed" message everytime I try. Why? What am I not doing?

    I suspect that you wiil be using the Adobe Premiere Elements software for editing video in order to create that DVD of your video.  There is a  separate forum at
    http://forums.adobe.com/community/premiere_elements
    I recommed that you post your video import question on that forum because that is where you will find people who use the video related functions of the Adobe Elements software.

  • Solution Manager 7.1 Step 19 Import Java Dump stopped.

    Hi collegues, we are installing SolMan 7.1 under Solaris 10, Oracle 11.2.0.2.
    Sapinst in step 19 Import Java Dump stop, it seems that can't connect with DB, DB it's started and also listener.
    Dec 28, 2011 2:26:29 AM                      com.sap.inst.dbtools [Thread[main,5,main]] Info: Executing batch. Rows inserted : 64, lob size : 94915222
    Dec 28, 2011 2:27:15 AM                      com.sap.inst.dbtools [Thread[main,5,main]] Info: Executing batch. Rows inserted : 3, lob size : 106195204
    Dec 28, 2011 2:28:04 AM                      com.sap.inst.dbtools [Thread[main,5,main]] Error: DB Error during import of J2EE_CONFIGENTRY
    As the problem is just after import J2EE_CONFIGENTRY, I just applied recommendations of Sapnote:
    Note 1173398 - jload export fails with OutOfMemoryException
    If the problem occurs during a sapinst run (systemcopy for example), stop the sapinst, and edit control.xml.
    Search for the line
       var jloadHeap = "-Xmx1024m";
    and replace it by
       var jloadHeap = "-Xmx1540m";
    (In my case fixed to  -Xmx2048m)
    Save control.xml.
    Restart sapinst.
    It doesn't work, the same error occurs.
    R3trans -d also it's wrong, the same error occurs:
    4 ETW000  [dev trc     ,00000]  Assigning server context 102aa6b28 to service context 102aa3398        35711  0.092247
    4 ETW000  [dev trc     ,00000]     OCIHandleAlloc(OCI_HTYPE_SESSION, con=0, usrhp=102b04bc0)             151  0.092398
    4 ETW000  [dev trc     ,00000]  Starting user session: OCISessionBegin(con=0, usr='/',svc=102aa3398, srv=102aa6b28, usr=102b04bc0)
    4 ETW000                                                                                40  0.092438
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with -1=OCI_ERROR                3765  0.096203
    4 ETW000  [dev trc     ,00000]     OCISessionBegin(OCI_DEFAULT) failed with SQL error 1034:              137  0.096340
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        34  0.096374
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        SVR4 Error: 2: No such file or directory   
    4 ETW000  [dev trc     ,00000]  server_detach(con=0,stale=1,srvhp=102aa6b28)                              46  0.096420
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con=0,svchp=102aa3398,srvhp=102aa6b28)          30  0.096450
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 102aa6b28 from con=0                  216  0.096666
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '1034'                         65  0.096731
    4 ETW000  [dev trc     ,00000]     set_ocica() -> SQL error code 1034                                  17066  0.113797
    4 ETW000  [dev trc     ,00000]  -->oci_get_errmsg (con=0, rc=1034)                                        41  0.113838
    4 ETW000  [dev trc     ,00000]     OCIErrorGet -> SQL error code: 1034                                   101  0.113939
    4 ETW000  [dev trc     ,00000]     ORA-01034: ORACLE not available                                        36  0.113975
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        SVR4 Error: 2: No such file or directory   
    4 ETW000  [dev trc     ,00000]  SAPUSER or connect error 99=DBSL_ERR_DB, oerr=1034.                       51  0.114026
    4 ETW000  [dev trc     ,00000]     DbSlConnect(con=-1) -> orc=0, 99=DBSL_ERR_DB                           30  0.114056
    4 ETW000  [dblink      ,00000]  ***LOG BY2=>sql error 1034   performing CON                             7411  0.121467
    4 ETW000  [dblink      ,00000]  ***LOG BY0=>ORA-01034: ORACLE not available                               61  0.121528
    4 ETW000                        ORA-27101: shared memory realm does not exist
    4 ETW000                        SVR4 Error: 2: No such file or directory
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'SMP'"
    jload.log
    WARNING    2011-12-28 13:02:06.671
               CJSlibModule::writeWarning_impl()
    Execution of the command "/usr/j2sdk/bin/java -classpath /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/launcher.jar -showversion -Xmx1024m -d64 com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS/install/lib/iaik_jce.jar:/tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS/install/sharedlib:/oracle/client/10x_64/instantclient/ojdbc14.jar -sec SMP,jdbc/pool/SMP,/usr/sap/SMP/SYS/global/security/data/SecStore.properties,/usr/sap/SMP/SYS/global/security/data/SecStore.key -dataDir /net/nashville2/vol/volSAP/SAP_SW/Instalaciones/SolutionManager71/D51040039_SolutionManager_71_JavaBasedSWComp/DATA_UNITS/SOLMAN_JAVA_EXPORT_JDMP -job /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS/IMPORT.XML -log jload.log" finished with return code 1. Output:
    java version "1.4.2_32"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_32-b03)
    Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_32-b03, mixed mode)
    Jload R 7.12 V 0 A 0
    Jload -sec SMP,jdbc/pool/SMP,/usr/sap/SMP/SYS/global/security/data/SecStore.properties,/usr/sap/SMP/SYS/global/security/data/SecStore.key -dataDir /net/nashville2/vol/volSAP/SAP_SW/Instalaciones/SolutionManager71/D51040039_SolutionManager_71_JavaBasedSWComp/DATA_UNITS/SOLMAN_JAVA_EXPORT_JDMP -job /tmp/sapinst_instdir/SOLMAN71/SYSTEM/ORA/CENTRAL/AS/IMPORT.XML -log jload.log
    Connecting to database
    Couldn't connect to DB
    com.sap.inst.common.exception.DBConnectionException: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
            at com.sap.inst.common.db.DBConnection.connect(DBConnection.java:157)
            at com.sap.inst.jload.Jload.main(Jload.java:222)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:331)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
            at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:283)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:278)
            at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOsesskey(T4CTTIoauthenticate.java:294)
            at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:358)
            at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:441)
            at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:166)
            at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:35)
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:801)
            at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:215)
            at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:522)
            at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:276)
            at com.sap.inst.common.db.DBConnection.connectViaSecureStore(DBConnection.java:111)
            at com.sap.inst.common.db.DBConnection.connect(DBConnection.java:151)
            ... 6 more
    An error occured during execution. Please consult SAP note 942766 for first steps on troubleshooting the problem.
    Any idea?
    Best regards.
    Jose Angel Herranz

    Thanks collegues, there was a problem with link to listner, I retry and continue, but know there is another problem:
    28-dic-2011 17:08:45 com.sap.inst.common.size.provider.OraObjectSizeProvider getTableSizesFromDb
    INFO: Calculated size for table J2EE_CONFIGENTRY : 1744830464
    Trying to create table JCS_MONMESSAGE0
    com.sap.dictionary.database.dbs.JddRuntimeException: Table JCS_MONMESSAGE0 could not be created in database.
    Version: dev 19.03.2010 19:30:00
    Protocol:
    17:08:45 2011-12-28 dbs-Info:  <<< Begin of phase: Analysis
    17:08:45 2011-12-28 dbs-Info:  <<< Analyze table JCS_MONMESSAGE0 >>>
    17:08:45 2011-12-28 ora-Info:  Table JCS_MONMESSAGE0 not found on DB
    17:08:45 2011-12-28 dbs-Info:  Action: CREATE
    17:08:45 2011-12-28 dbs-Info:  <<< End of phase: Analysis
    17:08:45 2011-12-28 dbs-Info:  <<< Begin of phase: Execution of statements
    17:08:45 2011-12-28 dbs-Info:  <<< Modify JCS_MONMESSAGE0 >>>
    E R R O R ******* (DbSqlStatement dev 19.03.2010 19:30:00)
    17:08:46 2011-12-28 dbs-Error:  Exception caught during SQL execution ORA-00604: se ha producido un error a nivel 1 de SQL recursivo
    ORA-01655: no se ha podido ampliar el cluster SYS.C_COBJ# con 128 en el tablespace SYSTEM
    CREATE TABLE "JCS_MONMESSAGE0"
    "A_UNIQUEID" NUMBER(19)  NOT NULL,
    "A_TYPE" NUMBER(19)  NOT NULL,
    "A_OBJECTID" NUMBER(19)  NOT NULL,
    "A_OBJTYPEHASH" NUMBER(19)  NOT NULL,
    "A_FIELDNAMEHASH" NUMBER(19)  ,
    "A_STRINGVALUE" NVARCHAR2(1024)  ,
    "A_NUMBERVALUE" DECIMAL(31,7)  ,
    "A_LONGVALUE" NUMBER(19)  ,
    "A_OBJDELETED" NVARCHAR2(1) DEFAULT 'f' NOT NULL,
    "A_MONOBJID" NUMBER(19)  ,
    "A_PARENTID" NUMBER(19)  ,
    "A_CREATEDTS" NUMBER(19) DEFAULT 0 NOT NULL,
    "A_LASTMODIFTS" NUMBER(19)  ,
    "F_CRTIMEZONE" NUMBER(19)  ,
    "F_LASTMODSUB" NUMBER(19)  ,
    "A_LLPVERSION" NUMBER(19) DEFAULT 0 NOT NULL,
    "A_BEHAVIOUR" NUMBER(19) DEFAULT 0 NOT NULL
    E R R O R ******* (DbModifier dev 19.03.2010 19:30:00)
    17:08:46 2011-12-28 dbs-Error:  Statements could not be executed
    17:08:46 2011-12-28 dbs-Info:  <<< End of phase: Execution of statements
    17:08:46 2011-12-28 dbs-Info:  Analysis and adjustment of tables finished with errors
            at com.sap.dictionary.database.opentools.DbTableOpenTools.createTable(DbTableOpenTools.java:90)
            at com.sap.dictionary.database.opentools.DbTableOpenTools.createTable(DbTableOpenTools.java:69)
            at com.sap.inst.jload.db.opentools.DbTableOpenTools.createTable(DbTableOpenTools.java:21)
            at com.sap.inst.jload.db.DBTable.createObject(DBTable.java:61)
            at com.sap.inst.jload.db.AbstractDBObject.create(AbstractDBObject.java:101)
            at com.sap.inst.jload.executor.JobExecutor.dbImport(JobExecutor.java:327)
            at com.sap.inst.jload.executor.JobExecutor.executeJob(JobExecutor.java:766)
            at com.sap.inst.jload.Jload.main(Jload.java:273)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:331)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    An error occured during execution. Please consult SAP note 942766 for first steps on troubleshooting the problem.
    root@napa #

  • Solution Manager Diagnostics install problem

    I am trying to install SMD on a NW04 SP16 system (also running ABAP+java for XI).  After deployment for the SP16 SMD version, when I log on to SMD admin screen, I cannot run the Upgrader - error indicates "cannot get the current version from ComponentInfoLib".  Also when I click on "Release Information", it also cannot display the current version.  I also tried to install the SMD version SP13 and SP14 with the same basic problem (it is not reading the version info).
    Any idea on where I can look to resolve this problem.

    To add on to the first post, I found this entry in the trace logs:
    #1.5#001125A94E5F00BB0000006100000CF0000412B028BE1BD4#1146447714090#com.sap.smd.server##com.sap.smd.server#J2EE_ADMIN#683##jbs397.na.corp_XIL_4137250#J2EE_ADMIN#aafa31c0d8b311dacf1f001125a94e5f#SAPEngine_Application_Thread[impl:3]_125##0#0#Info##Plain###Found invalid registered agent for host jbs397.xxxxxx.com. Removing handle.#
    #1.5#001125A94E5F00BB0000006200000CF0000412B028C27A7E#1146447714372#com.sap.smd.server##com.sap.smd.server#J2EE_ADMIN#683##jbs397.na.corp_XIL_4137250#J2EE_ADMIN#aafa31c0d8b311dacf1f001125a94e5f#SAPEngine_Application_Thread[impl:3]_125##0#0#Info##Plain###Configuration found at: sap.com/tcsmdagentapplicationglobal~conf/application.custom.properties#
    #1.5#001125A94E5F00B20000000B00000CF0000412B02955AAD2#1146447724028#com.sap.sup.admin.scheduler.JmsScheduler##com.sap.sup.admin.scheduler.JmsScheduler####jbs397.na.corp_XIL_4137250#Guest#61d6e5b1d8b311dacfbc001125a94e5f#SAPEngine_System_Thread[impl:5]_40##0#0#Error#1#/Applications/AdminConsole/Scheduler#Plain###Cannot post task, error during waiting for upgrade!#
    #1.5#001125A94E5F00B20000000C00000CF0000412B02955ACEF#1146447724028#com.sap.sup.admin.scheduler.JmsScheduler##com.sap.sup.admin.scheduler.JmsScheduler####jbs397.na.corp_XIL_4137250#Guest#61d6e5b1d8b311dacfbc001125a94e5f#SAPEngine_System_Thread[impl:5]_40##0#0#Error##Plain###com.sap.sup.admin.compinfo.exception.ComponentInfoBrowseException: Cannot find Software Component: sap.com/LM-SERVICE
         at com.sap.sup.admin.compinfo.ComponentInfoManager.getSoftwareComponentElement(ComponentInfoManager.java:123)
         at com.sap.sup.admin.compinfo.ComponentInfoManager.getSmdSoftwareComponentInfo(ComponentInfoManager.java:44)
         at com.sap.sup.admin.upgrade.core.UpgradeManager.getCurrentStatus(UpgradeManager.java:71)
         at com.sap.sup.admin.scheduler.JmsScheduler.timeout(JmsScheduler.java:927)
         at com.sap.engine.services.timeout.TimeoutNode.run(TimeoutNode.java:56)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)

  • SMD (Solution manager diagnostics ) question , problem

    Dear Experts,
    I´ve just had the possibility to start working with SMD and agents and so on.
    But one thing I haven´t read anywhere...
    - how many agents should work or run on one host?
    what is the concept :=? one agent / host, or one agent /sid?
    Fast answer would be appreciated...
    thank you in advance

    What agents you are talking about?

  • Problem in Importing Internal Table

    Dear All,
    I am exporting Internal table from Program1 as follows:
    REPORT  ZEXPORT_TEST                            .
    TYPES: BEGIN OF ITAB,
          MATNR TYPE MARA-MATNR,
          MATKL TYPE MARA-MATKL,
          END OF ITAB.
    DATA:IT TYPE TABLE OF ITAB .
    SELECT MATNR MATKL FROM MARA INTO TABLE IT UP TO 10 ROWS.
    EXPORT IT TO MEMORY ID 'EAI1'.
    WRITE:/'Exported Successfully'.
    And I am Importing same internal table into  program2
    REPORT  ZIMPORT_TEST  .
    TYPES: BEGIN OF ITAB,
          MATNR TYPE MARA-MATNR,
          MATKL TYPE MARA-MATKL,
          END OF ITAB.
    DATA:IT  TYPE TABLE OF ITAB,
         IT1 TYPE TABLE OF ITAB,
         WA TYPE ITAB.
    IMPORT IT1 FROM MEMORY ID 'EAI1'.
    IT[] = IT1[].
    LOOP AT IT INTO WA.
      WRITE:/ wa-matnr,
            / WA-MATKL.
    ENDLOOP.
    WRITE:/'Imported Successfully'.
    But progam1 exporting correctly the return code is 0 but program2 is not importing sucessfully return code is 4.
    Kindly help me to import.
    Thanks in Advance.

    Hi friend,
    When u use 'Export' and 'Import' statements, it refers local sap memory.
    So u need to use SUBMIT ZIMPORT_TEST AND RETURN  statement immediately after 'Export'.
    i.e.
    Report ZEXPORT_TEST.
    EXPORT IT TO MEMORY ID 'EAI1'.   < -
    Exported to common local sap memory
    SUBMIT ZIMPORT_TEST AND RETURN . <---- Controls goes to next program, within same session.
    Report ZIMPORT_TEST.
    IMPORT IT from MEMORY ID 'EAI1'.  <----
    Imports data from common local sap memory.
    If u want to run two independent reports one exporting, another importing, then u have to use
    'SET' and 'GET' parameter concept which refers global sap memory.
    Thanks..
    Edited by: Sap Fan on Feb 27, 2009 4:56 AM
    Edited by: Sap Fan on Feb 27, 2009 4:56 AM

  • R3load -testconnect failed while installing SAP Solution manager

    Hi
    I'm trying to install sap solution manager, it gets to "abap import" and then gives an error. I think there is a problem with database connection.
    Here is what I get in the log
    INFO 2007-03-22 17:03:01
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/DB6/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/DB6/CENTRAL/AS/inifile.2.xml'.
    INFO 2007-03-22 17:03:01
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/DB6/CENTRAL/AS/inifile.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/DB6/CENTRAL/AS/inifile.3.xml'.
    INFO 2007-03-22 17:03:06
    Execute step Component  W2K_ServicePack_Check|ind|ind|ind|indPreprocess  of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0.
    INFO 2007-03-22 17:03:18
    Copied file 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/DB6/CENTRAL/AS/keydb.xml' to 'C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/DB6/CENTRAL/AS/keydb.2.xml'.
    INFO 2007-03-22 17:03:18
    Execute step testDatabaseConnection of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0.
    INFO 2007-03-22 17:03:32
    Switched to user: lvtadm.
    INFO 2007-03-22 17:03:32
    Creating file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS\R3load.exe.log.
    INFO 2007-03-22 17:03:32
    Switched to user: lvtadm.
    INFO 2007-03-22 17:03:32
    Working directory changed to C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\DB6\CENTRAL\AS.
    INFO 2007-03-22 17:03:32
    Output of C:\usr\sap\LVT\SYS\exe\uc\NTI386\R3load.exe -testconnect is written to the logfile R3load.exe.log.
    WARNING 2007-03-22 17:03:33
    Execution of the command "C:\usr\sap\LVT\SYS\exe\uc\NTI386\R3load.exe -testconnect" finished with return code 2. Output: sapparam: sapargv( argc, argv) has not been called.sapparam(1c): No Profile used.sapparam: SAPSYSTEMNAME neither in Profile nor in CommandlineC:\usr\sap\LVT\SYS\exe\uc\NTI386\R3load.exe: START OF LOG: 20070322170332
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: DbSlConnect to 'SM1' as 'saplvt' failed
    (DB) ERROR: DbSlErrorMsg rc = 29
    ERROR 2007-03-22 17:03:33
    CJS-30023  Process call 'C:\usr\sap\LVT\SYS\exe\uc\NTI386\R3load.exe -testconnect' exits with error code 2. For details see log file(s) R3load.exe.log.
    ERROR 2007-03-22 17:03:33
    FCO-00011  The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|testDatabaseConnection was executed with status ERROR .
    Any assistance will be rewarded.
    Thanks in advance

    Hi Louis
    >>>snip<<<
    For details see log file(s) R3load.exe.log.
    >>>unsnip<<<
    Or logon as <sid>adm and issue
    R3trans -x
    Then take a look at trans.log
    Hth+Best regards
    dirk

  • RFC problem (CTS with Solution Manager)

    Hi everybody,
    I'm configuring a transport landscape with Solman.
    For demo purpose I created 3 clients in a Sandbox system (SBX), which should function like a 3-system-landscape. I created a transport domain in Solman (SM1) and added SBX into the domain (SM1 and SBX are not in one transport directory). The transport routes are configured from SBX:810 - SBX:820 - SBX:830. After I distributed the configuration, I can also see routes in SBX.
    I also used SOLMAN_SETUP to generate the RFC connections to every client (READ and TMW), also to SBX:000 and SM1:000.
    Then I created a Solman Project and wanted to configure the IMG-Project in "System Landscape" tab (so that I can use this project for CTS). But as I tried to create the IMG, I got an error:
    S:No RFC authorization:000  function module SPROJECT_CREATE_NO_DIA_R.
    Message no. No RFC authorization000
    Can somebody give me a hint?
    Another problem is, I created a customizing request and a workbench request in SBX:810, I can see them in SE09 in SBX, but in SM1 I cannot see them! I also don't understand here...
    I'd preciate any help from you!

    Hello Charlie
    Seeing all the STMS queus in Solution Manager is no problem. The way we have set it up is that the Solution Manager is the TMS domain controller and all systems are included into the TMS domain of the Solution Manager.
    That makes the STMS queues of the managed SAP systems visible in transaction STMS.
    About two years ago SAP showed plans for a new layer for CTS called CCTS (central CTS) which would only be available on Solution Manager and it's purpose would be even more features and central transport request management. However CCTS has vanished from the radar. It's no longer mentioned and at SAP TechED 2011 it was nowhere to be found.
    Using CHARM the idea is also that person X creates a request which then a developer Y can use to insert objects into. Why? Segregation of duties is the answer. Creating a request is always done in the managed SAP system, using RFC you will jump to SE01 or another respective transaction to create the request.
    QGM and CHARM add another layer (control) on top of CTS, that's how you should visualize it. If you look up presentations on CCTS you will be able to visualy see that.
    You can read up on CHARM on https://service.sap.com/solutionmanager
    There are also interesting SAPPress books available
    The customizing option is to be found in SE09 I believe but I'll check tomorrow and update this reply because I'm on my iPad now without SAP system available.
    The obligation is then you must have an IMG_Project in your managed SAP system that has been CTS enabled. Creating such an img project is easy, transaction spro_admin, fill in title, save, go to tab transport request (or something) and enable the project for CTS.
    Kind regards
    Tom

  • CTS+ Configuration for Transporting non-ABAP objects in Portal Landscape using solution manage 7.1 sp8

    Hi,
    Currently we have cts+ already configured for our portal systems in our landscape through solution manager 7.0.
    Recently we had setup a new solution manager 7.1 and need to perform cts+ configuration using this new solution manager 7.1 as we are planning to remove our old solution manager 7.0 very soon.
    We are using NWDI system for transporting our portal transports.
    Please help me with steps on how to configure cts+ using solution manager 7.1 using NWDI.

    Hi Naveen,
    Please find given below BBPCRM & SAP_BW version..
    BBPCRM     500     0013     SAPKU50013     BBPCRM     BBP/CRM Supp. Pack.
    SAP_BW     701     0003     SAPKW70103     SAP Business Warehouse     Component Supp. Pkg.
    This problem is not only with  Bussiness process tab (T-Code: Solution_manage) also System monitoring Still i searching solution for this But once we are restarting System that time this problem is not occuring but after some time system is giving this DUMP
    Regards,
    Suresh

  • Confiuration of ides system in to the solution manager

    Hi .  
       We now installed new R/3 IDES server . Now we want to configure this new server into the solution manager maintenance optimizer . Kindly give me the steps for this configuration ..
    Regerds
    Selvan

    Hi Ragu
             We already installed the new solution manager 4.0  server and IDES  . Now we want to enable maintenance optimizer in our solution manager . As per one note i have to create one request as give n below .
         Create a new transport request (transaction SE09) in the source client of your Solution Manager system. Unpack the SOLMAN40_MOPZ_TTYP_SLMO_000.zip file from the attachment to this note. Copy the contents of the SOLMAN40_MOPZ_TTYP_SLMO_000.txt file into the transport request. Use transaction SCC1 to import the transport request into your Solution Manager client.
    As per the above mentioned note , iam not able to attach the SOLMAN40_MOPZ_TTYP_SLMO_000.txt  file in the tcode SE09 .
    KIndly give the note for do this ,
    selvan

Maybe you are looking for