Error during final phase of solution manager install

Hello all...
I have run into a problem in the last step of the solution manager installation.  From the dump below it seems to be trying to locate the jperflib and can't find it...
Any help is greatly appreciated and points will be rewarded.  BTW, we have already implemented note 1094628 and it still fails...
Thanks!
Joe
WARNING    2008-05-28 14:50:46.254
           CJSlibModule::writeWarning_impl()
Execution of the command "/usr/sap/SM1/DVEBMGS00/j2ee/ctc/LaunchOfflinectc.sh" finished with return code 255. Output:
java.io.BufferedInputStream@3d66aa18
May 28, 2008 2:50:43 PM  ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Start Execution of Offline CTC TemplatInstaller
May 28, 2008 2:50:43 PM  ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Looking for initial Properties in file '../../../config/usagetypes.properties'
May 28, 2008 2:50:43 PM  ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Loading of initial Properties-File successful
May 28, 2008 2:50:43 PM  ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Selected Usages:SolManager:SolManager Java
PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.path
May 28, 2008 2:50:45 PM  ...ProviderFactory.initalize(Context)_1! [Thread[main,5,main]] Info:
May 28, 2008 2:50:45 PM  ...rovider(ConfigurationProviderFactory) [Thread[main,5,main]] Info: !BrokerRegistry.register!ConfigManagerProvider
May 28, 2008 2:50:45 PM  ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'
May 28, 2008 2:50:45 PM  ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'
May 28, 2008 2:50:45 PM  ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'
May 28, 2008 2:50:45 PM  ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'
May 28, 2008 2:50:45 PM  ...onControllerImpl.startUpProcessEngine [Thread[main,5,main]] Path: entering 'startUpProcessEngine'
May 28, 2008 2:50:46 PM  ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Root Processes size:10
May 28, 2008 2:50:46 PM  ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Root Process for Execute AI1
May 28, 2008 2:50:46 PM          com.sap.tc.lm.ctc.PropertyLoader [Thread[main,5,main]] Info: Start Execution of Offline CTC TemplatInstaller
May 28, 2008 2:50:46 PM          com.sap.tc.lm.ctc.PropertyLoader [Thread[main,5,main]] Info: Looking for additional Properties in file '../templateconfigurator.properties'
May 28, 2008 2:50:46 PM          com.sap.tc.lm.ctc.PropertyLoader [Thread[main,5,main]] Info: Loading of additional Properties-File successful
May 28, 2008 2:50:46 PM  ...ile.CULServiceReadProfileImpl.execute [Thread[main,5,main]] Path: entering 'execute'
May 28, 2008 2:50:46 PM  ...ile.CULServiceReadProfileImpl.execute [Thread[main,5,main]] Path: args = input message: CTC
May 28, 2008 2:50:46 PM  ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: entering 'validate'
May 28, 2008 2:50:46 PM  ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: validating ok
May 28, 2008 2:50:46 PM  ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: entering 'validate'
May 28, 2008 2:50:46 PM  ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: validating ok
May 28, 2008 2:50:46 PM  ...l.BrokerWriteProfileImpl.writeProfile [Thread[main,5,main]] Path: Entering method
May 28, 2008 2:50:46 PM  ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error:
ERROR      2008-05-28 14:50:46.255 [iaxxinscbk.cpp:282]
           abortInstallation
CJS-00030  Assertion failed: in
function NW_Call_Offline_CTC_ind_ind_ind_ind_SubComponentContainer_callOfflineCTC() {
    var nw = NWInstall.getSystem(context.get("sid"));
    var ctcDirFs = nw.getCI().getInstanceDir().concat("j2ee", "ctc");
    var ctcExeFile = installer.onWindows() ? "LaunchOfflinectc.bat" : "LaunchOfflinectc.sh";
    var ctcCall = ctcDirFs.concat(ctcExeFile);
    installer.writeTrace("CTC is in" + ctcCall);
    ASSERT(arguments.callee, ctcCall.isExisting(), "CTC executable cannot be found in " + ctcCall.toString());
    var pmgt = new ProcessMgt();
    var app = pmgt.createChildApplication(ctcCall, []);
    var userData = nw.getUsers().getAccountData(NWUsers.roles.SIDAdm);
    var user = (new AccountMgt()).getUser(userData.name);
    var env = pmgt.getProcessEnvironment();
    if (installer.onUnix()) {
        env.setUser(user);
    env.setWorkingDirectory(ctcDirFs.getNode());
    env.setEnvironmentVariable(new Property("JAVA_HOME", nw.getJavaHome().toString()));
    installer.writeTrace("For the Offline CTC Call, JAVA_HOME is set to " + env.getEnvironmentVariable("JAVA_HOME"));
    app.setEnvironment(env);
    var retval = app.run([], true);
    ASSERT(arguments.callee, retval == 0, "CTC retval is not 0 but " + retval);
    installer.writeTrace("CTC has been called in Offline Mode.");
CTC retval is not 0 but 255
ERROR      2008-05-28 14:50:46.256
           CJSlibModule::writeError_impl()
MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
ERROR      2008-05-28 14:50:46.257
FCO-00011  The step callOfflineCTC with step key |NW_Onehost|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Call_Offline_CTC|ind|ind|ind|ind|7|0|callOfflineCTC was executed with status ERROR
Edited by: Joe Johnson on May 28, 2008 5:14 PM

I am also having this issue with the install.  I have read and applied note 1094628 with no luck.  posted below is my log:
WARNING 2008-08-06 13:32:18.21
Execution of the command "G:\usr\sap\SOL\DVEBMGS01\j2ee\ctc\LaunchOfflinectc.bat" finished with return code 1. Output:         1 file(s) copied.java.io.BufferedInputStream@58a17083Aug 6, 2008 1:32:14 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Start Execution of Offline CTC TemplatInstallerAug 6, 2008 1:32:14 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Looking for initial Properties in file '../../../config/usagetypes.properties'Aug 6, 2008 1:32:14 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Loading of initial Properties-File successful Aug 6, 2008 1:32:14 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Selected Usages:SolManager:SolManager JavaPerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.library.pathAug 6, 2008 1:32:16 PM   ...ProviderFactory.initalize(Context)_1! [Thread[main,5,main]] Info: !ConfigManagerProviderFactory.START_TRANSACTION!Aug 6, 2008 1:32:16 PM   ...rovider(ConfigurationProviderFactory) [Thread[main,5,main]] Info: !BrokerRegistry.register!ConfigManagerProviderAug 6, 2008 1:32:16 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'Aug 6, 2008 1:32:16 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'Aug 6, 2008 1:32:16 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'Aug 6, 2008 1:32:16 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'Aug 6, 2008 1:32:16 PM   ...onControllerImpl.startUpProcessEngine [Thread[main,5,main]] Path: entering 'startUpProcessEngine'Aug 6, 2008 1:32:17 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Root Processes size:10Aug 6, 2008 1:32:17 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Root Process for Execute AI1Aug 6, 2008 1:32:17 PM           com.sap.tc.lm.ctc.PropertyLoader [Thread[main,5,main]] Info: Start Execution of Offline CTC TemplatInstallerAug 6, 2008 1:32:17 PM           com.sap.tc.lm.ctc.PropertyLoader [Thread[main,5,main]] Info: Looking for additional Properties in file '../templateconfigurator.properties'Aug 6, 2008 1:32:17 PM           com.sap.tc.lm.ctc.PropertyLoader [Thread[main,5,main]] Info: Loading of additional Properties-File successful Aug 6, 2008 1:32:17 PM   ...ile.CULServiceReadProfileImpl.execute [Thread[main,5,main]] Path: entering 'execute'Aug 6, 2008 1:32:17 PM   ...ile.CULServiceReadProfileImpl.execute [Thread[main,5,main]] Path: args = input message: CTCAug 6, 2008 1:32:17 PM   ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: entering 'validate'Aug 6, 2008 1:32:17 PM   ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: validating okAug 6, 2008 1:32:17 PM   ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: entering 'validate'Aug 6, 2008 1:32:17 PM   ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: validating okAug 6, 2008 1:32:17 PM   ...l.BrokerWriteProfileImpl.writeProfile [Thread[main,5,main]] Path: Entering methodAug 6, 2008 1:32:17 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: Program terminated abnormally
ERROR 2008-08-06 13:32:18.21
CJS-00030  Assertion failed: in function NW_Call_Offline_CTC_ind_ind_ind_ind_SubComponentContainer_callOfflineCTC() {    var nw = NWInstall.getSystem(context.get("sid"));    var ctcDirFs = nw.getCI().getInstanceDir().concat("j2ee", "ctc");    var ctcExeFile = installer.onWindows() ? "LaunchOfflinectc.bat" : "LaunchOfflinectc.sh";    var ctcCall = ctcDirFs.concat(ctcExeFile);    installer.writeTrace("CTC is in" + ctcCall);    ASSERT(arguments.callee, ctcCall.isExisting(), "CTC executable cannot be found in " + ctcCall.toString());    var pmgt = new ProcessMgt();    var app = pmgt.createChildApplication(ctcCall, []);    var userData = nw.getUsers().getAccountData(NWUsers.roles.SIDAdm);    var user = (new AccountMgt()).getUser(userData.name);    var env = pmgt.getProcessEnvironment();    if (installer.onUnix()) {        env.setUser(user);    }    env.setWorkingDirectory(ctcDirFs.getNode());    env.setEnvironmentVariable(new Property("JAVA_HOME", nw.getJavaHome().toString()));    installer.writeTrace("For the Offline CTC Call, JAVA_HOME is set to " + env.getEnvironmentVariable("JAVA_HOME"));    app.setEnvironment(env);    var retval = app.run([], true);    ASSERT(arguments.callee, retval == 0, "CTC retval is not 0 but " + retval);    installer.writeTrace("CTC has been called in Offline Mode.");}CTC retval is not 0 but 1
ERROR 2008-08-06 13:32:18.21
MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
ERROR 2008-08-06 13:32:18.21
FCO-00011  The step callOfflineCTC with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|16|0|NW_Call_Offline_CTC|ind|ind|ind|ind|7|0|callOfflineCTC was executed with status ERROR .
I am trying to install Solution manager 7 on Windows 2008 with MS SQL 2005 installed on 2003.  This is a distributed install.
What am I overlooking?

Similar Messages

  • Error at "CAF" phase of Solution Manager 4.0 SR3 installation

    Hello,
    When we install Solution Manager SR3 at phase 57 of 59, we get an error when sapinst configures "use type as java" CAF configuration parameters.
    Line: -
    ERROR
    CJS-30059 Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: 'JSE '.
    Line: -
    1. sapinst.log :
    ConfigMainExt state500
    TYPE=A
    STATE=500
    INFO_SHORT=Error connecting to  --http://yanbalsm:50000/ctc/ -- ConfigServlet?param=com.sap.ctc.util.OfflineConfig;PROPSHEETVALUE;CONFIGURATION=
    apps/sap.com/caf~runtime~ear/appcfg/application.global.properties,KEY=WAS_MACHIN
    E_ADDRESS,VALUE=yanbalsm. The provided user data might be incorrect or user migh
    t be locked.
    CONFIGURATION=
    ERROR 2008-02-23 18:30:52.811
    CJS-30059 Java EE Engine configuration error. DIAGNOSIS: See output of logfile
    java.log: 'JSE '.
    ERROR 2008-02-23 18:30:52.812
    FCO-00011 The step configCAFPropSheet with step key |NW_Onehost|ind|ind|ind|ind
    |0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Conf
    iguration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_CAF|ind|ind|ind|ind|1|0|configCAFProp
    Sheet was executed with status ERROR .
    Line: -
    the usser JSE means for J2ee_admin or other? . i looged into abap stack 001 with sap* and validate that that user is not blocked.
    Line: -
    2. java.log
    TYPE=A
    STATE=500
    INFO_SHORT=Error connecting to --http://yanbalsm:50000/ctc/
    -- ConfigServlet?param=com.sap.ctc.util.OfflineConfig;PROPSHEETVALUE;CONFIGURATION=
    apps/sap.com/cafruntimeear/appcfg/application.global.properties,KEY=WAS_MACHIN
    E_ADDRESS,VALUE=yanbalsm. The provided user data might be incorrect or user migh
    t be locked.
    CONFIGURATION=
    Line: -
    I look into http:// hostanme:port/nwa and users are ok and come from abap stack.
    but when try to uses config tool or VA with de sidadm user none load , i got a error message "JAVA_HOME" not set.
    i look into .j2eeenv file and is set with setenv.
    Line: -
    3. sapinst_dev.log .-
    TRACE      2008-02-24 00:02:56.72 [iaxxejsexp.cpp:199]
               EJS_Installer::writeTraceToLogBook()
    NWException thrown: nw.configError:
    Java EE Engine configuration error. DIAGNOSIS: See output of logfile java.log: '
    JSE '.
    ERROR      2008-02-24 00:02:56.72
               CJSlibModule::writeError_impl()
    CJS-30059  Java EE Engine configuration error. DIAGNOSIS: See output of logfile
    java.log: 'JSE '.
    Line: -
    could any one please tell me what can i check to solve this and finish my installation process.
    Thank,
    Daniel

    Hi
    We have the same problem but in AIX/Oracle
    Any suggestions?

  • Error during installation of SAP solution manager netweaver 7.0

    Hi,
    I encounter the error message below when try to install the solution manager. Anyone pls help?
    INFO 2011-08-26 12:54:59.763
    Output of D:\usr\sap\TST\DVEBMGS00\exe\jlaunch.exe UserCheck.jlaunch com.sap.security.tools.UserCheck "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\install\lib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\install\sharedlib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\install" -c sysnr=00 -c ashost=SWIFSTEST -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SAPJSF -p XXXXXX -r SAP_BC_JSF_COMMUNICATION_RO -user_type system -message_file UserCheck.message is written to the logfile C:/Program Files/sapinst_instdir/SOLMAN/SYSTEM/MSS/CENTRAL/AS/UserCheck.log.
    WARNING 2011-08-26 12:55:02.059
    Execution of the command "D:\usr\sap\TST\DVEBMGS00\exe\jlaunch.exe UserCheck.jlaunch com.sap.security.tools.UserCheck "C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\install\lib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\install\sharedlib;C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\install" -c sysnr=00 -c ashost=SWIFSTEST -c client=001 -c user=DDIC -c XXXXXX -a checkCreate -u SAPJSF -p XXXXXX -r SAP_BC_JSF_COMMUNICATION_RO -user_type system -message_file UserCheck.message" finished with return code -3. Output:
    Usage : D:\usr\sap\TST\DVEBMGS00\exe\jlaunch.exe [-options] <arg0> <arg1> ... <argn>
    Launch the specified java program
    options : [-file=<property file>] (default=jlaunch.properties)
            [-nodename=<node name>] (default=jlaunch)
            [-app=<application name>] Standalone application
               -> <property file> = <application name>.properties
               -> <SAP profile>      = <application name>.pfl
            [pf=<SAP profile>] (default=jlaunch.pfl)
            [-parent=<pid of the parent process>] (default=0)
            [-tracefile=<filename>] (default=dev_jlaunch)
    Critical Error
    Can't read program properties
    -> Internal program error (rc = -1)
    INFO 2011-08-26 12:55:02.059
    Removing file C:\Program Files\sapinst_instdir\SOLMAN\SYSTEM\MSS\CENTRAL\AS\dev_UserCheck.
    WARNING[E] 2011-08-26 12:55:02.122
    CJS-30197  . DIAGNOSIS: For more details see output of log file:
    ERROR 2011-08-26 12:55:02.309
    FCO-00011  The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|3|0|createJSF was executed with status ERROR .

    Following is log display in  sapinst.log file
    INFO 2009-12-09 16:11:37.46
    Execute step setNWOption of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0.
    INFO 2009-12-09 16:11:37.593
    Execute step collect of component |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0.
    WARNING 2009-12-09 16:11:38.984
    Error 5 (Access is denied.
    ) in execution of a 'RegOpenKeyEx' function, line (81), with parameter (SYSTEM\CurrentControlSet\Services\etqcdrk).
    WARNING 2009-12-09 16:11:39.0
    The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\etqcdrk' does not exist on the 'localhost' host.
    ERROR 2009-12-09 16:11:39.31
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\etqcdrk' does not exist on the 'localhost' host.
    ERROR 2009-12-09 16:11:39.46
    FCO-00011  The step collect with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0|collect was executed with status ERROR .
    INFO 2009-12-09 16:18:05.562
    An error occured and the user decide to stop.\n Current step "|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0|collect".

  • Error with CTC users at Solution Manager 7.1

    Error during Inital Setup at Solution Manager 7.1
    hello SAP Experts,
    I have an error during the Initial setup Solution manager 7.1 SPS3.
    I get it at SAP Solution Manager Configuration: System Preparation step 6.1 'Select SLD'.
    I filled host, port and password, status of SLD server is green, then I clicked button 'Configure SLD Data Supplier...' I have get new window, to fill in passwords and options.
    [SLD users|http://pokazywarka.pl/63hxan/] [SM2CTC & CTC2SM users|http://pokazywarka.pl/mcpakj/] (I logged into the system as a user SOLMAN_ADMIN, SLDDSUSER and SLDAPIUSER).
    After I click button 'next' an error occurred:
    Error: Execution of Function AGS_SISE_SET_CTC_STATUS ends with an error (message ID: 341, message number: No RFC authorization for function module AGS_SISE_SET_CTC_STATUS.:RFC_NO_AUTHORITY, message text: ).
    I have performed tx.Solman_setup as SOLMAN_ADMIN user.
    All steps before the an error are finished sucessfully.
    I  looking for information at Google and SAP notes but can not find anything.
    Please send any advices,
    Best regards
    SAPFan

    Hello,
    Please check my last reply to this very same issue in message:
    RFC No Authority error
    Best regards,
    Guilherme

  • Error - Update Product Data in Solution Manager

    Hello,
    We are currently downloading the Enhancement Package 4 in SOLMAN via Maintenance Optimizer, however, after choosing the Technical Usages in step 2.1, it shows an error in step 2.2 (Select OS/DB Dependent Files):
    Error : Update Product Data in Solution Manager
    Has anyone encountered the same problem? Would it be fine to continue on the next step after selecting the files which you need for your operating system-database combination.
    Any information is highly appreciated. Thank you.

    Hi Jaypee,
    Check guide How-To Install EHP4- A practical guide. Solution of this problem is documented there. you can download it from http://service.sap.com/erp-ehp
    Extract from this guide for this problem:
    Make sure that you update the product data in SAP Solution Manager. This is described in SAP Note 1277035 which is referenced from the collective SAP Note 1122966. If you do not update the product data, you might get an error message after the stack calculation. The message text explains the problem in more detail.
    Thanks
    Sunny

  • Solution Manager Install on Windows/MSSQL-Dev/QA/Production R/3 on AIX-UNIX

    Hello,
    We are about to install Solution Manager Install on Windows/MSSQL.  Our current R/3 4.7 Enterprise environments (Dev/QA/Production) are installed on AIX-UNIX servers running Oracle 9i. 
    Is installing Solution Manager on a windows environment compatible with our R/3 servers in relationship to our transportation management system existing in a UNIX environment?  i.e. can Solution Manager on windows control transports across our UNIX landscape?
    If so, could someone point me in the direction of documentation/notes on this?
    Thanks,
    Laurie

    You will have to load the Unicode kernel and here is the link to OSS where you can get get the download of SOLMAN for AS/400
    https://websmp110.sap-ag.de/solutionmanager , then choose this one:   ZIP 51033506_7 NW 7.0 SR3 UC-Kernel 7.00 OS/400  Info  550479 24.04.2008 .
    The install manuals are out there as well.

  • Error in RFC SM_DM1CLNT800_BACK to Solution Manager System Message no. STMWFLOW025

    Hi,
    I am facing an issue in our Test landscape. One of our team member uninstalled solman system which was connected to all other system. CHarms was partly configured in it, so other technical team used to reach to solman for creating TR# and also release the TR from Solman. Now that the system was removed abruptly we are facing this issue and I have checked few things as below:
    1) Checked for domain link entries in STMS and TP profile file, could not find anything. Nor there is any option to delete domain link as there is for create
    2) Checked the RFC its was working as new Solman with the same host name and other details has been brought back with out any settings yet in it.
    3) I deleted the RFC SM_DM1CLNT800_BACK in the managed system and had a backup copy created before deleting it. But still get the error "Error in RFC SM_DM1CLNT800_BACK to Solution Manager System" in more help I see this Message no. STMWFLOW025
    4) Message no. STMWFLOW025 - It gives me an indication that this is something to do with the domain link and the Workflow of the TMS.
    5) Checked BCOS_CUST table and it has an entry for this RFC. - Should I be removing this entry and will this resolve the issue?
    I need help in resolving this issue and also if one of you could share a blog for the proper configuration removal process of a managed system from Charms and ITSM I think it would be very helpful. I could only find process and step towards configuration and not how to unconfigure the system.
    Thanks in advance
    Ashish

    Hi
    The issue is now resolved, this is how I did it.
    1) Removed entries from BCOS_CUST from client 000 for OSS_MSG which was pointing to the RFC name
    Then got another error:
    No RFC connection to the central lock information management system.
    The project lock functionality is active in the local system, but there is no RFC connection to the Solution Manager system.
    2a) Ran the report in SA38 TMW_CONTROL_PROJECT_LOCK with selection for Deactivate the "project lock functionality".
    2) Filled the "Deactivate Project Lock" field with "X" then clicked EXECUTE.
    Problem got Solved.
    Thanks
    Ashish

  • Somewhat lost on Solution manager install

    We have a four system landscape running SAP4.6C (Dev,Qas,Sbx and PRD).  I need to get Solution Manager installed - at this time we only are doing it for monitoring, key generation and SP's.  Can you install a solman 4.0 in a 4.6c environment?  In a test install, and reading that I have to put it in the transport domain - but you should never have transports going from one version to another. We are planning an upgrade within the next six months.
    So do I install Solman 4.0, and if so how do I connect to the other systems?

    Hi,
    Yes you can have SOLMAN 4.0 for 4.6c As far as connection goes, its simple as you do in SMSY.
    Feel free to revert back.
    --Ragu

  • Error in Import JAVA DUMP phase in Solution Manager installation.

    Hi,
    when i am installing Solution manager i am getting error in import java dump phase on windows and oracle database. i installed java 1.4.2_09 . plz anybody give the solution. Its very urgent.
    Thanks,
    Venkat.

    Hi,
    1. Did you select java path (Export CD/DVD) while intsallation? Check once again.
    2. Add JAVA_HOME = Java path in environment variable.
    3. What is the exact error, you got it, post error here.
    Regards,
    Srini Nookala

  • Solution Manager Install Error

    Hi All,
    I'm trying to to a clean install of Solution Manager 4 on Windows Enterprise Server 2003 SP1, SQL Server 2005 SP1.
    I've run the Pre-Installation Check and all is OK.
    At Step 10 of 42, Create/modify database schema I'm getting an error:
    ERROR 2006-09-22 17:01:59
    FCO-00011  The step CreateDatabase 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|9|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssSchemaCreate|ind|ind|ind|ind|9|0|CreateDatabase was executed with status ERROR .
    Can anyone help?
    Thanks in advance,
    Nic

    We resolved the problem.
    Problem:
    Installation of 7.0 using MaxDb on Windows x64 hangs on the sapinst at the step CreateDbSchema..
    There is no error in the installation log.
    We are using the specified JDK (JAVA development kit) as specified by OSS Note 723909 which is downloaded from a special website of SUN.com.
    We have tried uninstalling the other versions of the JDK build and tried other builds.
    Solution:
    By searching message boards for the specific error CreateDbSchema, one of the threads mentioned that passwords for MaxDb can't have special characters.  Searching OSS yielded a Note 674430 which confirmed that installing on MaxDb has to use alpha-numeric.  We were using an @.  We dropped the database and deleted the user so it would be a clean install, and ran again using a different password.  Some other cleanup was done too, but we suspect it was the password.

  • Error in installation of Sap Solution Manager - AIX / Oracle

    <b>Hello,
    We are installing SAP Solution Manager in Operating System is AIX 5.3 and Database System is Oracle 10.2
    After the Oracle Installation, in the phase of Abap Import (16 of 44), we are
    receiving the follow error message:</b>
    Required system resources are missing or not available:
    Import directory '/oracle/install/51032524/EXP1' does not exist;
    Import directory '/oracle/install/51032524/EXP2' does not exist;
    Import directory '/oracle/install/51032524/EXP3' does not exist;
    Import directory '/oracle/install/51032524/EXP4' does not exist.
    ERROR 2007-04-12 15:27:41
    CJS-30022 Program 'Migration Monitor' exits with error code 2. For
    details see log file(s) import_monitor.java.log, import_monitor.log.
    <b>
    The installation export DVD was copied to local machine (the directory
    list is attached in zip file). We get this DVD from
    service.sap.com/swdc.</b>
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
    Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20061222 (ifix 113727: SR7 + 112603) (JIT enabled: jitc))
    <b>IMPORT_MONITOR.JAVA shows this message:</b>
    java version "1.4.2"
    Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)
    IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20061222 (JIT enabled)
    J9VM - 20061220_10521_BHdSMr
    JIT  - 20061026_1805_r8
    GC   - 200612_20)
    Required system resources are missing or not available:
      Import directory '/oracle/install/51032524/EXP1' does not exist;
      Import directory '/oracle/install/51032524/EXP2' does not exist;
      Import directory '/oracle/install/51032524/EXP3' does not exist;
      Import directory '/oracle/install/51032524/EXP4' does not exist.
    <b>And the directory is OK</b>
    /oracle/install/51032524
    ls -l
    total 160
    -rwxrwxrwx   1 root     system           79 Apr 12 09:54 CDLABEL.ASC
    -rwxrwxrwx   1 root     system           79 Apr 12 09:54 CDLABEL.EBC
    -rwxrwxrwx   1 root     system         9093 Apr 12 09:54 COPY_TM.HTM
    -rwxrwxrwx   1 root     system         5787 Apr 12 09:54 COPY_TM.TXT
    -rwxrwxrwx   1 root     system         8559 Apr 12 09:54 CRCFILE.DAT
    drwxrwxrwx   4 root     system          256 Apr 12 10:03 EXP1
    drwxrwxrwx   4 root     system          256 Apr 12 10:11 EXP2
    drwxrwxrwx   4 root     system          256 Apr 12 10:14 EXP3
    drwxrwxrwx   4 root     system          256 Apr 12 10:16 EXP4
    -rwxrwxrwx   1 root     system           88 Apr 12 09:54 LABEL.ASC
    -rwxrwxrwx   1 root     system           88 Apr 12 09:54 LABEL.EBC
    -rwxrwxrwx   1 root     system           20 Apr 12 09:54 LABELIDX.ASC
    -rwxrwxrwx   1 root     system        22361 Apr 12 09:54 SHAFILE.DAT
    -rwxrwxrwx   1 root     system           22 Apr 12 09:54 VERSION.ASC
    <b>Please, anybody have any idea?
    Thanks for help,
    Carlos Nogueira</b>

    Hi Carlos, can you resolve this ? because i have the same problem, but with sql and win 2003.
    java version "1.4.2_15"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
    Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
    Required system resources are missing or not available:
      Import directory sapinst\saptrans\D51032007\EXP1' does not exist;
      Import directory 'sapinst\saptrans\D51032007\EXP2' does not exist;
      Import directory 'sapinst\saptrans\D51032007\EXP3' does not exist;
      Import directory 'sapinst\saptrans\D51032007\EXP4' does not exist.
    thanks in avance.

  • ERROR while CREATING RFC FOR SOLUTION MANAGER DIAGNOSTICS

    Dear all,
    Hi,
    I am configuring solution manager 7.0.
    In SPRO>basic setting >operation>solution manager diagnostics > create RFC for solution manager diagnostics i am getting this error
    program WEBADMIN not registerred.
    can any one tell me how to register this program in sap gateway.
    best regards
    azeem

    Hi Azeem,
    Just before creating the rfc connection do this step.
    Set-Up Solution Manager Connection to Solution Manager Diagn
    Use
    Check the connection to function Solution Manager Diagnostics.
    Default Settings
    The function Solution Manager Diagnostics is installed on the Java instance of the Solution Manager system by default.
    Activities
    If the default values are correct, save the settings.
    To run the Solution Manager Diagnostics in another system, enter the required data and save.
    Also check that your java is active.
    Regards
    Ashok

  • Conntrans -- Errors during "Receive" phase

    Hi,
    I'm trying to run the conntrans on one of the mobile clients for the first time. I see that there are entries in the in outbound queue of the mobile site(checked on CRM server). I get an error during the receive phase saying "Error during data receive; ensure network connectivity, if problem persists, contact system admin"
    I'm able to connect to Comm. station successfully from the same mobile client.
    I checked the log file "DotnetQmtClient.log" (this file is present in the directory mentioned in the registry key HKEY_LOCAL_MACHINE\SOFTWARE\SAP\MSA\MW\TL\TL_TRACE_DIR), and found this information
    14.02.2008 06:46:09 : Start of DotNetQmtClient Log
    14.02.2008 06:46:09 : Successfully opened connection to database
    14.02.2008 06:46:14 : Opening database connection
    14.02.2008 06:46:14 : PushFirstTime ('CRM_SITE_000000000000002', '', '0', 3)
    14.02.2008 06:46:14 : GetMessageCountToSend : Found 0 message to send.
    14.02.2008 06:46:14 : PullFirstTime (CRM_SITE_000000000000002, )
    14.02.2008 06:46:14 : ConfirmMessageRecvd ()
    14.02.2008 06:46:14 : No messages to be Confirmed !
    14.02.2008 06:46:14 : NextNumMessage Registry : <Object reference not set to an instance of an object.>
    14.02.2008 06:46:14 : Next Pull: msg_count = <20> msg_size = <0>
    14.02.2008 06:46:18 :  ReceiveNext Failed; Trying to pull single message
    14.02.2008 06:46:18 : Next Pull: msg_count = <1> msg_size = <0>
    14.02.2008 06:46:19 :  ReceiveNext Failed even with single message
    Error In TransferPullMessage() : Error in RecieveNext : Call to R/3 Server failed : An error occurred when receiving a complex parameter.
    14.02.2008 06:46:19 : Finally ()
    14.02.2008 06:46:19 : Configuration values :-
    LogFilePath = <D:\DOCUME1\<usrlogin>\LOCALS1\Temp\DotNetQmtClient.log>
    QmtServerPC = <commstation server name>
    sPushQueueName = <CRM_SITE_000000000000002>
    sPushQueueDest = <>
    iPushNoConfirm = <0>
    iPushPendingConfRetryAttempts = <3>
    sNewQmtTraceFile = <D:\DOCUME1\<usrlogin>\LOCALS1\Temp\TransferService.log>
    iNewQmtTraceLevel = <2>
    sTLTraceDir = <D:\DOCUME1\<usrlogin>\LOCALS1\Temp\>
    sTLTraceLevel = <0>
    Can anyone let me know how to resolve this issue.
    Regards,
    Praveen

    Hi Ankan,
    Thanks for the note. Even after implementing it, I was still facing the same issue, with error "Error in RecieveNext : Call to R/3 Server failed : An error occurred when receiving a complex parameter."
    Later I implemented another note 1028225(recently updated), which resolved my issue.
    Thanks a ton.
    Regards,
    Praveen

  • Error during ABAP 7.01 trial version install on Vista - installation exited

    im re-installing NSP trial version for the 5th time and get the error below. I followed all instructions:
    - removed old installation folders
    - removed th port numbers in services
    - switched off AV and firewall
    - removed entries from registry
    - ran the regtool
    - rebooted system
    but still get the error below - can you please help
    details
    win vista enterprise SP1
    intel dual core 2.8 GHz
    RAM 2GB
    100GB free space
    32 bit os
    im on a netwkr so no need for the loopback...
    (May 18, 2010 6:32:25 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, An error occurred and product installation failed.  Look at the log file C:\sapdb\NSP\log.txt for details.
    (May 18, 2010 6:32:25 PM), Install, com.sap.installshield.maxdb.maxdb_call_sdbinst, err, ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/XXXXX/AppData/Local/Temp/MaxDBSAPNWPREV.log")
    STACK_TRACE: 22
    ProductException: (error code = 601; message="An Error happened during call of MaxDB Tool sdbinst. Check end of Logfile C:/Users/whittyj/AppData/Local/Temp/MaxDBSAPNWPREV.log")
         at com.sap.installshield.maxdb.maxdb_call_sdbinst.install(maxdb_call_sdbinst.java:193)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(Unknown Source)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProduct(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(Unknown Source)
         at com.installshield.wizard.service.AbstractService.invokeImpl(Unknown Source)
         at com.installshield.product.service.product.GenericProductService.installProduct(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installAssembly(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$900(Unknown Source)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(Unknown Source)
         at com.installshield.wizard.service.AsynchronousOperation.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    from /AppData/Local/Temp/MaxDBSAPNWPREV.log
    Tue May 18 18:32:24 GMT 2010 MaxDB sdbinst: checking unpacked archive... ok
    Tue May 18 18:32:24 GMT 2010 MaxDB sdbinst: installation of MaxDB Software finished successfully Tu, May 18, 2010 at 13:32:23
    Tue May 18 18:32:24 GMT 2010 MaxDB sdbinst: creating database NSP...
    Tue May 18 18:32:24 GMT 2010 MaxDB sdbinst: getInstalledReleasesWin(): wrong version format
    Tue May 18 18:32:24 GMT 2010 MaxDB sdbinst: ERROR: Backup check for  'C:\sapdb\NSP\_tempLocation\load\load_datasave' failed:
    Tue May 18 18:32:24 GMT 2010 MaxDB sdbinst: File not found: C:\sapdb\NSP\_tempLocation\load\load_datasave
    Tue May 18 18:32:25 GMT 2010 MaxDB sdbinst: installation exited abnormally  at Tu, May 18, 2010 at 13:32:23
    Tue May 18 18:32:25 GMT 2010 MaxDB: Error during call to sdbinst, rc= 1
    Tue May 18 18:32:25 GMT 2010 MaxDB: Done with call_sdbinst
    Tue May 18 18:32:25 GMT 2010 MaxDB: rc of sdbinst = 1
    Tue May 18 18:32:25 GMT 2010 MaxDB: Start of CallSdbuninst
    Tue May 18 18:32:25 GMT 2010 MaxDB: IndepProgPath: C:/sapdb/programs
    Tue May 18 18:32:25 GMT 2010 MaxDB: dbmcli path: C:/sapdb/programs/pgm/dbmcli.exe
    Tue May 18 18:32:25 GMT 2010 MaxDB: Calling check for db_enum in case of an abort
    Tue May 18 18:32:28 GMT 2010 MaxDB: nsp doesn't exist. Nothing to do !
    Tue May 18 18:32:28 GMT 2010 MaxDB: rc of Method: 3
    Tue May 18 18:32:28 GMT 2010 MaxDB: IndepProgPath = C:/sapdb/programs
    MaxDB: dbmcli_path = C:/sapdb/programs/pgm/dbmcli.exe
    MaxDB: Database instance to drop: :NSP:
    MaxDB: Instroot of NSP is: null
    MaxDB: sdbuninst_option = :3
    MaxDB: 0=uninstall all, 1=uninstall Kernel package, 2=drop database only, 3=do nothing
    Tue May 18 18:32:28 GMT 2010 MaxDB: End of CallSdbuninst
    Tue May 18 18:32:28 GMT 2010 MaxDB: End of uninstallation
    Edited by: Joe Whitty on May 18, 2010 8:54 PM

    I a similar problem several times trying to get my AbapTrial version to work but then everything was successful as below:
    i. windows command regedit ->software and delete the whole SAP folder
    ii. at least disable the services (I had old SAP.. entries) (you did windows command sc delete)
    iii. I had an NSP version and so deleted the whole of C:SAP folder and c:sapdb folder
    iv. I went to windows software management and removed the trial version or went to Start->Programs and deleted the Trial version there.
    v. In Start->Programs->MaxDB (or, once, in software management) I deleted all MaxDB entries.
    As far as I remember everything was then removed.
    The successful installation then was as follows:
    I successfully downloaded from http://www.sdn.sap.com/irj/scn/nw-downloads and successfully ran the installation:
    1) the download wasnt possible the first few times I tried - the download popup did not appear and I received a message with the word "scnsorry" instead. I just had to keep trying.
    2) I downloaded the entry
    "SAP NetWeaver 7.01 SR1 SP3 ABAP Developer Edition ".
    Another entry, also offered for download, "SAP NetWeaver 7.01 - ABAP Trial Version " did not install and seemed to be in error. (Installed "successfully" in just 4 minutes and showed no MaxDB files in the unzipped folder).
    3) I followed the instructions and the installation (some 27 steps) ran for 7 hours.
    4) I am on a laptop with Windows Vista 6.0 Build 6002 SP2. (It is in German, not English, but this was not a problem, although it is sometimes mentioned that one should use an english-language OS).
    5) After installation I could log on at once.
    I recommend this way because it saves so much time.
    What put me on the right path was a comment by Markus Doehr on In AbapTrial7.01 NSP the Dispatcher stops after 1:15 minutes.

  • Error with Maintenance Optimizer in Solution Manager 4.0

    Hi, I am configuring Solution Manager for download SP, I check marketplace and download the guide, when I try to download a SP following message show me:
    "Change requests cannot be displayed or created, because the RFC connection has errors, or is not maintained.
    Check whether the RFC connection to the Change Man agement system is under the key CHARM_DEST (APPLI field in the DESTINAT field), in the view BCOS_CUST. You need authorization for the cross-client view/table maintenance (S_TABU_DIS and S_TABU_CLI).
    Check the RFC connection in the transaction SM59. If your SAP Solution Manager system is also your Change Manager system, the internal connection must be 'NONE'. You need authorization for the administration of RFC connections (S_RFC_ADM)."
    I go to sm59, verify RFC SAP-OSS with correct data, I found at guide following Host :
    /H/54.16.44.50/S/sapdp99/H/54.62.200.35/S/
    When I try press Connection Test Buttom I can not connect to SAP.
    Do you know which can be my error? .....
    Regards.

    Hi,
    Following the note 1024932
    Steps to do before configre the maintance optimizer you need to configure sattilite systems in solution manager.
    go to SMSY and configre R\3 systems.For these systems you need to create RFC connections and Logical comp.
    http://service.sap.com/rkt-solman
    for tutors and PDFs how to set up MOPZ.
    Points if it helpfull
    Regards
    Neni

Maybe you are looking for

  • Safari will not open web pages anymore on my MacBook.

    I am running Mac OSX 10.7.5 Lion, Safari 6.0.2.  Although I have had occasional problems with slow loading web pages in the past,  it wasn't until yesterday that pages stopped loading entirely. I am using my iPad to post this question. The iPad, my i

  • Oracle BI  plug in needed for Microsoft Word 2007

    Hi Gurus, I'd like to add an Oracle BI plug in for Microsoft Word 2007 The OracleBIOffice.exe creates plug ins for Excel and Powerpoint only. I'd appreciate any help! Best regards Laszlo

  • Question about burning audio CD

    When I select "Burn CD" and get the window where I can choose the disc format, exactly how does it choose what file format to burn when I select "Audio CD"?

  • Oracle.portal.provider.v1

    Which library contains oracle.portal.provider.v1.* package ? I am trying to render a portlet in JDev and I get a class not found error for this.

  • Bex and BO integration

    hi folks, I have some doubts. we have some features like exceptions,conditions,filters, and customer exit variables,replacement paths..etc in bex. and here my questions if my bex query contains the above and accessed in Webi, then same result will  a