Java-Error during Solution Manager Installation

During the Installation at point "Prepare to install minimal configuration" I'm getting the following error message:
An error occurred while processing option <i>SAP Solution Manager 7.1 > SAP Systems > MS SQL Server > Central System > Central System( Last error reported by the step :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);
    } else {
        if (installer.onOS400()) {
            env.setUser(user);
            env.setGroup(user.getPrimaryGroup());
            env.setKernelLibrary(nw.getOS4_Krnlib());
    env.setWorkingDirectory(ctcDirFs.getNode());
    var javaHome = nw.getJavaHome().toString();
    env.setEnvironmentVariable(new Property("JAVA_HOME", javaHome));
    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)
As a JVM I'm using the version provided by SAP on DVD, JDK is ver6_26-rev_b21, JCE_policy is version 6.
Can anyone help me here?

WARNING 2011-12-07 13:09:36.864
Execution of the command "C:\usr\sap\DSM\DVEBMGS00\j2ee\ctc\LaunchOfflinectc.bat" finished with return code 1. Output:
        1 file(s) copied.
java.io.BufferedInputStream@4a4e79f1
Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Start Execution of Offline CTC TemplatInstaller
Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Looking for initial Properties in file '../../../config/usagetypes.properties'
Dec 7, 2011 1:09:34 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Info: Loading of initial Properties-File successful
Dec 7, 2011 1:09:34 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
Dec 7, 2011 1:09:36 PM   ...ProviderFactory.initalize(Context)_1! [Thread[main,5,main]] Info:
Dec 7, 2011 1:09:36 PM   ...rovider(ConfigurationProviderFactory) [Thread[main,5,main]] Info: !BrokerRegistry.register!ConfigManagerProvider
Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'
Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'
Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Path: entering 'registerExtension'
Dec 7, 2011 1:09:36 PM   ...DataModelRepository.registerExtension [Thread[main,5,main]] Info: registering extensions for 'http://www.sap.com/ctc/configurationmanager'
Dec 7, 2011 1:09:36 PM   ...onControllerImpl.startUpProcessEngine [Thread[main,5,main]] Path: entering 'startUpProcessEngine'
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: The class XMLPathUtil_1_5 is not supported in 7.0
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: java.lang.IllegalStateException:The class XMLPathUtil_1_5 is not supported in 7.0
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.util.XMLPathUtil_1_5:getStringValue25
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.util.XMLPathUtil:getStringValue161
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2Action:transformInternal390
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2Action:transform118
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2Action:transform89
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.transform.XML2JavaProcessFactory:lightLoadProcessFromXML191
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessRegistry:loadProcess402
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessRegistry:getVisibleProcessesInternal350
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessRegistry:getVisibleRootProcesses222
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.metamodel.process.controller.ProcessEngine:getVisibleRootProcesses489
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.OfflineTemplateImporterJAR:executeWizard121
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.tc.lm.ctc.OfflineTemplateImporterJAR:main585
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: sun.reflect.NativeMethodAccessorImpl:invoke0-2
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: sun.reflect.NativeMethodAccessorImpl:invoke39
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: sun.reflect.DelegatingMethodAccessorImpl:invoke25
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: java.lang.reflect.Method:invoke597
Dec 7, 2011 1:09:36 PM   ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error: com.sap.engine.offline.OfflineToolStart:main81
Program terminated abnormally

Similar Messages

  • Error in creating Java Users during Solution Manager installation

    Hi gurus,
    First time trying to install SAP.
    Red Hat Linux 4
    Oracle
    jdk 1.4.2_11
    While installing the Solution Manager, it errored when it was creating Java Users, SAPJSF, J2EE_ADMIN and J2EE_GUEST.
    The error description read "jco$exception: rfc_error_system_failure: invalid request".
    I want to create these users manually and continue with the rest of process.
    I searched lots of entries, notes, etc., but somehow, my "old" pair of eyes (and brains, too) failed to come up with something I could understand.
    So, gurus, please help, help, help!!
    There are no GUI version of anything installed, no Virtual Admin, no nothing like that. I have to rely on good old unix (Linux) command to do (add users) this.
    Can you please, please post the instructions (step-by-step)? Please have a pity on me since this is my very first time dealing with SAP.
    Thanks and regards.

    Creating users manually is not the intension of the SAP Installation tool. There are other solutions available
    A good starting point is to check if SELinux is enabled or disabled. I've seen lots of broken installations on Red Hat because SELinux does not allow the installer to create users. Check if in /etc/selinux/config  the setting
    SELINUX=disabled
    is set.
    I see, that you are using JDK 1.4.2_11. Is this the Sun JDK? In case you are on x86_64 you have to use the IBM JDK instead. You can download it from <a href="https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=lxdk&S_PKG=amd64142sr7&S_TACT=105AGX05&S_CMP=JDK&lang=en_US&cp=UTF-">here</a> .
    Also a new SAPINST may help. The current Installation Master CD can you download here:
    http.//service.sap.com/swdc
    -> Download
    -> Installations and Upgrades
    -> Entry by Application Group
    -> SAP Technology Components
    -> SAP SOLUTION MANAGER
    -> SAP SOLUTION MANAGER 3.2/4.0
    -> Installation and Upgrade
    -> LINUX
    -> ORACLE
    51032006       SAP Solution M. 4.0 SR1 Inst. Master **
    Best Regards,
    Hannes Kuehnemund

  • Error during Solution Manager Installation

    I'm trying to install Solution Manager on a Windows 2003 and MS SQL 2005 database and keep receiving the following error:
    WARNING[E] 2008-10-10 16:56:18.643
    CJS-30149  ABAP processes of instance SOL/DVEBMGS00 [ABAP: UNKNOWN] did not start after 10:30 minutes. Giving up.
    ERROR 2008-10-10 16:56:19.222
    FCO-00011  The step start 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_Start|ind|ind|ind|ind|1|0|start was executed with status ERROR .
    Can anyone help?

    Hi Markus,
    I am getting the same erros during installation BI7.
    the server already running one BI7 instance on it as development serevr.
    & same server we are using for the PRD instance. which giving the error for the Phase 27 - start Instance.
    Installation for dev server we configured Local SLD. & for
    PRD used to register in exisitance SLD in which I use the HTTP Port 50000 may be it was the problem deu to this if the Port is wrong.
    see the trace file.
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      05
    sid        BIP
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    144
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        7968
    Sat Oct 25 11:50:40 2008
    kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (05 7968) [dpxxdisp.c   1243]
         shared lib "dw_xml.dll" version 144 successfully loaded
         shared lib "dw_xtc.dll" version 144 successfully loaded
         shared lib "dw_stl.dll" version 144 successfully loaded
         shared lib "dw_gui.dll" version 144 successfully loaded
         shared lib "dw_mdm.dll" version 144 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3905
    Sat Oct 25 11:50:51 2008
    WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0134.qqq.nxst) took 11 seconds
    Sat Oct 25 11:51:07 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 16 seconds
    ***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5371]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >abgsapbi_BIP_05                         <
    DpShMCreate: sizeof(wp_adm)          25168     (1480)
    DpShMCreate: sizeof(tm_adm)          5652128     (28120)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000EE70050, size: 6348592)
    DpShMCreate: allocated sys_adm at 000000000EE70050
    DpShMCreate: allocated wp_adm at 000000000EE72150
    DpShMCreate: allocated tm_adm_list at 000000000EE783A0
    DpShMCreate: allocated tm_adm at 000000000EE78400
    DpShMCreate: allocated wp_ca_adm at 000000000F3DC2A0
    DpShMCreate: allocated appc_ca_adm at 000000000F3E2060
    DpShMCreate: allocated comm_adm at 000000000F3E3FA0
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000F46AC30
    DpShMCreate: allocated gw_adm at 000000000F46ACB0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000F46ACE0
    DpShMCreate: allocated wall_adm at 000000000F46ACF0
    MBUF state OFF
    DpCommInitTable: init table for 500 entries
    ThTaskStatus: rdisp/reset_online_during_debug 0
    EmInit: MmSetImplementation( 2 ).
    MM global diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 4096 kByte.
    <ES> Info: em/initial_size_MB( 24573MB) not multiple of em/blocksize_KB( 4096KB)
    <ES> Info: em/initial_size_MB rounded up to 24576MB
    Using implementation view
    <EsNT> Using memory model view.
    <EsNT> Memory Reset disabled as NT default
    ERROR => <EsNT> CreateFileMapping name=ES_SEG_05_006 error=1455 [esnti.c      1184]
    ERROR => <EsNT> paging file too small for 2044 MB mapfile [esnti.c      1186]
    Memory diagnostic                                 *
    Systeminformation
    Processor-Typ             : Processor-Count           : 8
    Operating System          : NT 5.2, Build 3790
    Service Pack              : Service Pack 2
    NT Pagefile Informations
    Config. minimum size      : 22016000 K
    Config. maximum size      : 28672000 K
    Avail.  maximum size      : 28672000 K
    Num
    Pagefile
    Min.Size
    Max.Size
    Avail.Max
    Curr.Size
    1
    c:\pagefile.sys
    6144000 K
    8192000 K
    8192000 K
    8192000 K
    2
    d:\pagefile.sys
    4608000 K
    6144000 K
    6144000 K
    6014664 K
    3
    e:\pagefile.sys
    6144000 K
    8192000 K
    8192000 K
    8115200 K
    4
    f:\pagefile.sys
    5120000 K
    6144000 K
    6144000 K
    6144000 K
    NT Task Manager Informations
    Total Handles             :        0
    Total Threads             :        0
    Total Processes           : 2010476683
    Commit Charge Total       :        0 K
    Commit Charge Limit       : 2143554319 K
    Commit Charge Peak        :     2047 K
    Phys.Memory Total         : 131657184 K
    Phys.Memory Available     :        0 K
    File Cache                : 2143594271 K
    Kernel Memory Total       :     2047 K
    Kernel Memory Paged       :   393225 K
    Kernel Memory Nonpaged    :     5894 K
    Memory usage of current process
    Total virt.address space  : 0000008589934464 K
    Avail.virt.address space  : 0000008589013404 K
    Private Pages             :        0 K
    Total heap size           :    23195 K
    Virtual memory regions    :        0 K
    Uncommitted heap memory   :    14544 K
    Allocated heap memory     :     7042 K
    Moveable heap memory      :     1137 K
    DDE shared heap memory    :        0 K
    Memory usage of all processes
    PID
    Image
    Instance
    Work.Set
    WS Peak
    Priv.Pages
    PP Peak
    Pg Fault
    7372
    sapstartsrv.exe
    19208 K
    19208 K
    21264 K
    21772 K
    6
    6744
    msg_server.EXE
    [MS] BIP_05
    10680 K
    10680 K
    14004 K
    14008 K
    2
    7968
    disp+work.EXE
    42124 K
    42276 K
    74364 K
    81588 K
    10
    8100
    igswd.EXE
    [**] BIP_05
    3924 K
    4204 K
    2892 K
    3252 K
    1
    7904
    igsmux.exe
    14484 K
    14484 K
    18080 K
    18084 K
    3
    7176
    igspw.exe
    3376 K
    3376 K
    3704 K
    3704 K
    0
    3596
    igspw.exe
    3376 K
    3376 K
    3704 K
    3704 K
    0
    Sum
    97172 K
    138012 K
    Error 11 while initializing OS dependent part.
    ERROR => DpEmInit: EmInit (1) [dpxxdisp.c   9634]
    ERROR => DpMemInit: DpEmInit (-1) [dpxxdisp.c   9561]
    DP_FATAL_ERROR => DpSapEnvInit: DpMemInit
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sat Oct 25 11:51:17 2008
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Sat Oct 25 06:21:17 2008
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program          Cl  User         Action                    Table
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    0 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    1 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    2 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    3 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    4 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    5 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    6 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    7 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    8 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    9 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    10 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    11 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    12 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    13 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    14 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    15 ?         -1 Free          no      0   0        0                                                                         
    ERROR => DpRqTxt: bad rqtype -1 [dpxxrq.c     785]
    16 ?         -1 Free          no      0   0        0                                                                         
    Dispatcher Queue Statistics               Sat Oct 25 06:21:17 2008
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    0
    2000
    0
    0
    --------++++--
    +
    DIA
    0
    0
    2000
    0
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          0
    wake_evt_udp_now     0
    wake events           total     0,  udp     0 (  0%),  shm     0 (  0%)
    since last update     total     0,  udp     0 (  0%),  shm     0 (  0%)
    Dump of tm_adm structure:               Sat Oct 25 06:21:17 2008
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Sat Oct 25 06:21:17 2008
    =============================
    Slots: 300, Used: 0, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Sat Oct 25 11:51:22 2008
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >abgsapbi_BIP_05                         < (normal)
    DpJ2eeDisableRestart
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Terminate gui connections
    wait for end of work processes
    not attached to the message server
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 7968) [dpxxdisp.c   10421]
    Good Bye .....
    Thanks & Regards,
    Darshan...

  • Error during solution manager 3.2 installation.

    Hi !
    I am getting the error in solution manager 3.2 installation . I am doing installation using system copy / backup restore method .
    Getting ther following error -
    "CJS-00084  SQL statement or script failed. DIAGNOSIS: Error message: SP2-0310: unable to open file
    "CONTROL.SQL"ORA-01012: not logged onORACLE instance started."
    Kindly suggest the solution.
    Regards-
    sanjay

    hi Markus!
    The ora_sql_results.log file shows the following-
    "2007-06-07, 18:32:21 SAPINST ORACLE start logging for
    connect  /  as sysdba ;
    CONNECT / AS SYSDBA
    SHUTDOWN ABORT
    @CONTROL.SQL
    SHUTDOWN IMMEDIATE
    STARTUP MOUNT
    ALTER DATABASE ARCHIVELOG;
    ALTER DATABASE OPEN;
    EXIT
    exit;
    Output of SQL executing program:
    SQL*Plus: Release 9.2.0.6.0 - Production on Thu Jun 7 18:32:21 2007
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected.
    Connected.
    ORACLE instance shut down.
    SP2-0310: unable to open file "CONTROL.SQL"
    ORA-01012: not logged on
    ORACLE instance started.
    Total System Global Area  546906764 bytes
    Fixed Size               455308 bytes
    Variable Size            293601280 bytes
    Database Buffers       251658240 bytes
    Redo Buffers              1191936 bytes
    ORA-00205: error in identifying controlfile, check alert log for more info
    ALTER DATABASE ARCHIVELOG
    ERROR at line 1:
    ORA-01507: database not mounted
    ALTER DATABASE OPEN
    ERROR at line 1:
    ORA-01507: database not mounted
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    SAPINST: End of output of SQL executing program E:\oracle\SMP\920/bin/sqlplus.
    SAPINST found errors.
    SAPINST The current process environment may be found in sapinst_ora_environment.log.
    2007-06-07, 18:32:28 SAPINST ORACLE stop logging"
    What to follow... pls guide
    Regards-
    sanjay

  • Question during solution manager installation SLDDSUSER

    Hi,
    During the installation sapinst ask me that :
    [http://fdf.cod.free.fr/screen10.JPG]
    my question is this one :
    Who is the user SLDDSUSER?
    Is it a user who exist already in the sld in order to connect on the sld?
    Or is it a user existing only on solution manager?
    Same question on SLDAPIUSER?...
    Did it better to changer their name for example choosing j2ee_admin for example.
    Thx by advance.
    Edited by: Fabrice BABY on Mar 20, 2008 4:44 PM
    Edited by: Fabrice BABY on Mar 20, 2008 4:49 PM

    Hi Fabrice..
    During the previous step you select Register in existing Central SLD() that mean that you are using one SLD already in your network.
    The SLDDSUSER and the API User are already in the SLD...
    If you dont know the password or you dont want to use a existing Central SLD..press back and select Configure Local SLD..there you create this 2 users and assign the passwords..
    bye
    Wence
    http://www.linkedin.com/in/solutionmanager

  • ABAP Import Error on Solution Manager Installation

    Dear Guru's,
    I'm installing solution manager 7.0 SR4 on AIX 5.3 with DB2 9.5, in the ABAP Import phase its throwing error message.
    Error Message
    WARNING 2010-04-27 11:29:41.914
    Execution of the command "/usr/sap/SM1/SYS/exe/run/R3load -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 Commandline
    /usr/sap/SM1/SYS/exe/run/R3load: START OF LOG: 20100427112940
    WARNING[E] 2010-04-27 11:29:41.917
    CJS-30023  Process call '/usr/sap/SM1/SYS/exe/run/R3load -testconnect' exits with error code 2. For details see log file(s) R3load.exe.log.
    (DB) ERROR: db_connect rc = 256
    DbSl Trace: DbSlConnect to 'SM1' as 'sapsm1' failed
    (DB) ERROR: DbSlErrorMsg rc = 29
    ERROR 2010-04-27 11:29:42.429
    FCO-00011  The step testDatabaseConnection with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|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 .
    Kindly suggest me a solution for the above issue.
    regards,
    Guna

    Hi,
    As per your request, trans.log has been pasted below,
    detecting the error: "connect".  Protocol specific error code(s): "79", "*",
    4 ETW000                                                                              35  0.064772
    4 ETW000  [dev trc     ,00000]  &+      "*".  SQLSTATE=08001                                                                               
    4 ETW000                                                                              35  0.064807
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              36  0.064843
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              36  0.064879
    4 ETW000  [dev trc     ,00000]  &+                                                                               
    4 ETW000                                                                              35  0.064914
    4 ETW000  [dev trc     ,00000]  *** ERROR in DB6Connect[dbdb6.c, 1634] (END)          29  0.064943
    4 ETW000  [dbdb6.c     ,00000]  *** ERROR => DbSlConnect to 'SM1' as 'sapsm1' failed
    4 ETW000                                                                            4444  0.069387
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'SM1'"
    regards,
    Guna

  • Recieved error during Solution Manager EHP1 Java Components installation.

    I successfully installed EHP1 ABAP components but I'm have a problem with the Java components. I recieved the following error. Import aborted during ADSSAP02_0-20002778.SCA
    Feb 20, 2009 3:17:59 PM  Error: Aborted: development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.20071213024549.437972'/'1', grouped by software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application com.adobe/DocumentServicesLicenseManager..
    Reason: Exception during generation of components of application com.adobe/DocumentServicesLicenseManager in container EJBContainer.; nested exception is:
            com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application com.adobe/DocumentServicesLicenseManager in container EJBContainer.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Feb 20, 2009 3:17:59 PM  Info: Starting to save the repository
    Feb 20, 2009 3:18:01 PM  Info: Finished saving the repository
    Feb 20, 2009 3:18:01 PM  Info: Starting: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.16.0.20080610114809''/'0'.
    Feb 20, 2009 3:18:01 PM  Error: Aborted: software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':
    Failed deployment of SDAs:
    development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.20071213024549.437972'/'1' : aborted
    Please, look at error logs above for more information!
    Error: Aborted: development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.200712
    13024549.437972'/'1', grouped by software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application com.adobe/DocumentServicesLicenseManager..
    Reason: Cannot load one of the bean interfaces or the bean class of bean LicenseEJBBean.; nested exception is:
            com.sap.engine.services.ejb.exceptions.deployment.EJBXMLParserException: Cannot load one of the bean interfaces or the bean cla
    ss of bean LicenseEJBBean.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Feb 20, 2009 11:25:59... Info: Starting to save the repository
    Feb 20, 2009 11:26:01... Info: Finished saving the repository
    Feb 20, 2009 11:26:01... Info: Starting: Update: Selected software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634'
    '/'1' updates currently deployed software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.00.16.0.20080610114809''/'0'.
    Feb 20, 2009 11:26:01... Error: Aborted: software component 'ADSSAP'/'sap.com'/'SAP AG'/'1000.7.01.2.0.20080930104634''/'1':
    Failed deployment of SDAs:
    development component 'DocumentServicesLicenseManager'/'com.adobe'/'Adobe Systems'/'802.20071213024549.437972'/'1' : aborted
    Edited by: Darrell Kirklen on Feb 23, 2009 5:03 PM

    Just resolved problem. While reviewing the sdmlog20090310.log I found
    error "java.lang.UnsupportedClassVersionError?" when I goggled this
    error "How do I resolve a java.lang.UnsupportedClassVersionError? I
    found the following solution:
    http://support.codegear.com/article/35846 : This exception can occur
    when the source is built targeting a JDK that is not supported by the
    JDK attempting to run it. In the above example, if the servlet was
    built targeting only JDK 1.5, but the web server runs JDK 1.4, the
    above exception will occur. Check, Project Properties | Build | Java |
    Target VM, and verify that the Target VM indicates a JDK compatibility
    that is appropriate for the JDK that is running it. It is recommended
    to set this field to 'All Java SDKs' for the most compatibility. The
    only reason you would want to specify a particular version is if your
    code uses language features that only appear in a particular version of
    the JDK, and you want to ensure that users use only a compatible JDK.
    Also check, Project Properties | Build | Java | Language Features, and
    verify that the Language Features are applicable with JDK that is
    running it
    A this point I checked the java -version at the os level and it showed
    1.5.0_17 we are aware the supported version of java should be 1.4.2_16
    our Unix team (Solaris) recently installed new patches and didnu2019t
    remember to leave the java version at 1.4.2_16 after their were done.
    Once the java version was set back to 1.4.2_16 I was able to complete
    the java portion of EHP1 using the JSPM successfully.
    Edited by: Darrell Kirklen on Mar 13, 2009 4:37 PM

  • Policy Domain Root error during Policy Manager installation

    I am installing Policy manager for the first time and I am getting error at Policy domain root level.
    If I specify Policy Domain Root as / it gives me this error
    Unable to modify the entry with DN obapp=PSC,ou=Oblix,dc=SUPPLIER,DC=GLOBAL in the directory server - Object class violation in ModifyDBEntry_ADSI()
    The DN obapp=PSC,ou=Oblix,dc=SUPPLIER,DC=GLOBAL exists in the directory.
    My directory is Windows 2003 standard edition SP1 active directory. I am using Oracle access manager 10.1.4
    user and policy directory is the same directory supplier.global.
    Forest and domain functional level is Windows 2003
    My person object class is: user
    i have already installed webpass and identity server on same machine.
    I have removed and tried to reinstall the policy manager on the same machine and the same error.
    My identity server admin console is showing three directories:
    AccessManager_setup_user_profile
    AccessServer_default_user_profile
    default-IdentityServer_1_6022
    all of the directories have these settings dynamic auxiliary is yes and directory type is microsoft active directory (using adsi) without ldap for authentication checked.
    I am getting these errors in my access logs looks like the path is wrong and the files are missing but not sure from which part of setup its taking this.
    2007/02/06@19:22:35.265000     3040     1848     INIT     ERROR     0x000003B6     base\oblistrwutil.cpp:145     "Could not read file"     filename^C:\Program Files\NetPoint\WebComponent\access/oblix/lang/en-us/comm_servermsg.xml     
    2007/02/06@19:22:35.375000     3040     1848     INIT     ERROR     0x000003B6     base\oblistrwutil.cpp:145     "Could not read file"     filename^C:\Program Files\NetPoint\WebComponent\access/oblix/lang/en-us/sysmgmtmsg.xml     
    2007/02/06@19:22:36.015000     3040     1848     INIT     ERROR     0x000003B6     base\oblistrwutil.cpp:145     "Could not read file"     filename^C:\Program Files\NetPoint\WebComponent\access/oblix/lang/en-us/policysetupldifs_msg.xml     
    2007/02/06@19:22:37.843000     3040     1848     DB_RUNTIME     WARNING     0x00000007     \Oblix\coreid\np_common\db\ldap\util\ldap_util.cpp:1131     "Requested modify or add operation resulted in schema violation"     function^ModifyDBEntry()     dn^obapp=PSC,ou=Oblix,dc=SUPPLIER,DC=GLOBAL     
    2007/02/06@19:22:37.843000     3040     1848     DB_RUNTIME     WARNING     0x00000504     \Oblix\coreid\np_common\db\ldap\util\ldap_util.cpp:1217     "Exception during DB runtime code"     function^ModifyDBEntry()     dn^obapp=PSC,ou=Oblix,dc=SUPPLIER,DC=GLOBAL     
    2007/02/06@19:22:37.843000     3040     1848     DB_RUNTIME     WARNING     0x00000504     \Oblix\coreid\np_common\db\ldap\util\ldap_util3.cpp:837     "Exception during DB runtime code"     function^ModifyDBEntryWithDupCheck
    Thanks for helping me out.
    Message was edited by:
    user557359

    Hi,
    Go to Policy domain root for Activer directory
    Steps on how to resolve this are outlined there.
    Rgds,
    Boland

  • Getting error during the Oracle9i installation "Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"

    Hi All,
    Getting follwing error during the Oracle9i installation “Oracle9i Database Release 2 (9.2.0.1.0) for Compaq Tru64 machine"
    u01/app/oracle/product/9.2.0/install/make.log
    - Linking Oracle
    rm -f /u01/app/oracle/product/9.2.0/rdbms/lib/oracle
    cc  -L/u01/app/oracle/product/9.2.0/lib/ -L/u01/app/oracle/product/9.2.0/rdbms/lib -o /u01/app/oracle/product/9.2.0/rdbms/lib/oracla
    ld:
    load_whole_file: Could not malloc 31328. bytes, for /u01/app/oracle/product/9.2.0/lib//libn9.a(asndata.o), didnt attempt to mmap
    Stop.
    *** Exit 1
    While checked the memory details in the machine its showing plenty of free virtual memory.
    # ps aux
    USER PID %CPU %MEM   VSZ  RSS TTY      S STARTED         TIME COMMAND
    oracle     1353 0.6 27.2  601M 555M pts/2    S N  09:14:07 5:49.67 /tmp/OraInstall2014-01-21_09-14-02AM/jre/bin/../bin/alpha/native_threads/java -Doracle.installe
    root       3033 0.0  0.4 10.4M 7.7M pts/0    R  + 10:59:44 0:00.06 ps aux
    oracle     1351 0.0  0.0 2.46M 320K pts/2    I N  09:14:02 0:01.36 ksh /tmp/OraInstall2014-01-21_09-14-02AM/installer -Doracle.installer.library_loc=/tmp/OraInsta
    oracle     1277 0.0  0.0 2.48M 312K pts/2    I  + 09:02:44 0:00.04 -ksh (ksh)
    root       1269 0.0  0.0 2.56M 232K pts/2    I    09:01:23 0:00.01 -sh (sh)
    root       1268 0.0  0.0 5.31M 768K ??       I    09:01:22 0:00.11 /usr/bin/X11/xterm -ls
    root 1  0.0  0.0  608K  96K ?? IL   08:45:31     0:00.08 /sbin/init -a
    root 0  0.0  3.9 2.52G  79M ?? R <  08:45:31     0:23.16 [kernel idle]
    And I have rebooted the machine still also getting the same error.
    Is there any way to resolve this issue??
    Regards
    prasanta

    Pl elaborate the business / technical reason for installing a 15+ year old unsupported software on a 15+ year old unsupported hardware, assuming you are installing an a supported OS version
    HTH
    Srini

  • How to get the Solution Manager Installer

    Hello.
    I am trying to install Solution Manager and then get the Solution Manager key.
    *But I can't download the Solution Manager installation Program.  I am searching the installer for a almost week
    Please can anybody help me?

    Hi,
    If you are looking for installing solution Manager you need to have below softwares
    1:IM (Installation Master)
    2:Exports DVD's
    3:Kernel DVD
    4:JAVA DUMP
    5:Database software
    6:JCE Polic
    7:J2SDK
    If can find the same at service market place www.service.sap.com/swdc>Click on tab Installation and Upgrades>click on A-Z Index>Right side colum click on S>now select solution Manager,there you can find the list of softwares you are looking for.
    Regards
    Uday

  • Installing the License Key for Solution Manager installation

    Hi,
    Any Idea how can I get License Key for solution manager installation? Solution manager installation do not requires a key of Solution Manager.
    When I want to download a new license file form the SAP market place.SAP I ask for a key of Solution Manager. 
    Thanks

    I guess it is hardware key. Go to the Tcode slicense and there you will be able to find out the active hardware key. Take it!!

  • Error in Solution Manager 4.0 Installation u0096 Step 32 Create JAVE users

    Hi All,
    I am installing Solution Manager 4.0 on WIN server 2003 & Oracle10g. The installation has been successful so far but at Step 32 (Create JAVA users) the installation errors and the error log is as follows:
    ERROR 2016-09-10 06:39:28
    CJS-30197  . For more details see output of logfile:
    ERROR 2016-09-10 06:39:28
    FCO-00011  The step createJSF with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Doublestack|ind|ind|ind|ind|2|0|createJSF was executed with status ERROR .
    Critical Error
    Launching program failed
    -> Invalid JDK (rc = -17)
    Entries in the log file (UserCheck.log)
    Critical Error
    Launching program failed
    -> Invalid JDK (rc = -17)
    The Java version I’m using is - j2re1.4.2_12 – windows.
    Any guidance will be appreciated
    Thanks
    Frank

    Dear all
    use j2re1.4.2_16 – windows.
    case1-if sapjsf user not craeted  login to 001 clint with sap* delete
    case2- if sapjsf user not craete a sapjsf user createand then  delete  
    agin proceed
    i am trouble this problem within week
    but at last complte of the installation
    thanks
    regards
    venkat

  • 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

  • Error in Solution Manager 4.0 Installation

    When installing Solution Manager 4.0 on Windows server 2003 with Oracle 10g, Installation
    failed at Import ABAP.
    The Error message is :-
    CJS-30022 Program 'Migration Monitor' exits with error code 103. For details see log
    file(s) import_monitor.java.log, import_monitor.log.
    import_monitor.java.log
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 5, completed 12, failed 0, total 18.
    Loading of 'SAPAPPL2' import package: ERROR
    Import Monitor jobs: running 0, waiting 5, completed 12, failed 1, total 18.
    Import Monitor jobs: running 1, waiting 4, completed 12, failed 1, total 18.
    Loading of 'SAPSSRC' import package: ERROR
    Import Monitor jobs: running 0, waiting 4, completed 12, failed 2, total 18.
    Import Monitor jobs: running 1, waiting 3, completed 12, failed 2, total 18.
    Loading of 'SAPSPROT' import package: ERROR
    Import Monitor jobs: running 0, waiting 3, completed 12, failed 3, total 18.
    Import Monitor jobs: running 1, waiting 2, completed 12, failed 3, total 18.
    Loading of 'SAPSDOCU' import package: ERROR
    import_monitor.log
    WARNING: 2006-07-27 09:47:26
    Cannot start import of packages with views because not all import packages with tables are
    loaded successfully.
    WARNING: 2006-07-27 09:47:26
    4 error(s) during processing of packages.
    INFO: 2006-07-27 09:47:26
    Import Monitor is stopped.
    The Java version we are using is - j2sdk-1_4_2_12-windows-i586-p
    Any guidance will be appreciated
    Thanks
    Gireesh

    ganesh if solved ur problem plz help me
    my solman 4 running since 3 days at import abap 16 phase of 42.
    plz help me
    following error in log
    INFO: 2007-04-19 20:36:17 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPAPPL2' import package is successfully completed.
    INFO: 2007-04-19 21:40:16 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSSEXC' import package is successfully completed.
    WARNING: 2007-04-19 21:40:22
    Cannot start import of packages with views because not all import packages with tables are loaded successfully.
    WARNING: 2007-04-19 21:40:22
    1 error(s) during processing of packages.
    INFO: 2007-04-19 21:40:22
    Import Monitor is stopped.
    and
    TRACE [iaxxejsexp.cpp:188]
    EJS_Installer::writeTraceToLogBook()
    Returncode of C:\j2sdk1.4.2_12\bin\jar.exe: 0
    TRACE [iaxxejsexp.cpp:188]
    EJS_Installer::writeTraceToLogBook()
    Jar file local_policy.jar is not included in zip file F:\sldprofile.zip, returning false
    TRACE [iaxxdlghnd.cpp:657]
    CDialogHandler::doHandleDoc()

  • Oracle Errors while Solution Manager 4.0 installation on linux

    While installing Oracle 10g instance for Solution Manager 4.0, The following popup message displayed. I checked the log file and not much information. Please tell me what shall I need to do.
    Error message:
    Error in invoking target 'ntcontab.o' of make file '/oracle/<sid>/102_32/network/lib/ins_net_client.mk'
    see '/oracle/orainventory/logs/installActions2006-10-08_06-39-02PM.log' for details
    Thanks in advance
    Regards
    Srinivas

    Hello, have some one solved the problem ? I have the same problem on SLES9. I have fond note #499055. There are something about relinking files during Oracle installation on Linux. Please give an information did You soled a problem.
    Best Regards
    Marcin Sobolewski

Maybe you are looking for

  • How to get the output in EXCEL form from RIDC.

    Hi, I want the list of all views from UCM in EXCEL form. In RIDC code i am using GET_SCHEMA_VIEWS service to get all the defined schema views. But i want this list in EXCEL sheet. How can i do this in RIDC code? Thanks, SSJ

  • Installing specific version of a software

    Hello, I need to install the "Ganymede" version of Eclipse and by that I have a few questions: 1) Is that doable ? (the current version is "Galileo") 2) and if so how ? 3) When I update with Pacman -Syu how can I tell the manager to not upgrade certa

  • Error message wireless keyboard

    i thought it might be batteries but it wasn't. the light on the keyboard is still on but i can't sign in. a bluetooth message appeared. help!

  • Photoshop update error

    I tried 3 times to update Photoshop CC and it failed each time. Now the program will not launch. Do I need to re-install the program?

  • IPod nano touch only no longer works on dock

    I have a iPod nano touch 6 th generation that no longer charges and/or plays on my Logitech S751i dock. My first generation iPod nano plays on this dock without any problem. Any solution? Suggestion? Thanks in advance...