SAPCCMSR not started in sapmmc for trex

HI.
We have TREX7.0 system. In trex mmc sapccsr agent is not running. As per some guides we registered sapccmsr agent using sapccmsr pf=<instprofile> -j2ee -r to central solution manager system
in services sapccmsr agent is registerd and started but it is immediatly stopping. as per note 883361 i have executed Agent for J2EE and TREX instances:
sapccmsr pf=<instance profile> -j2ee -initshm but still we have same problem.
And how services sapccmsr and sapmmc(automatically available in trex mmc)ccmsr is mapped.

dev_sapccmsr log file details:
trc file: "dev_sapccmsr", trc level: 1, release: "700"
[Thr 80680] Mon Jul 20 09:37:23 2009
[Thr 80680] *** ERROR => CCMS: ShmAlCreate (SAPSYSTEM=99) returns error 3 [alxxappl.c   1876]
[Thr 80680] CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
[Thr 80680] CCMS: Initalizing shared memory of size 40000000 for monitoring segment.
[Thr 80680] Mon Jul 20 09:37:24 2009
[Thr 80680] CCMS: Checking Downtime Configuration of Monitoring Segment.
[Thr 80680] CCMS: AlMsUpload called by wp 2000.
[Thr 80680] CCMS: AlMsUpload successful for E:\usr\sap\PRFCLOG\ALMTTREE.DAT (148 MTEs).

Similar Messages

  • *** WARNING: Could not start service 80 for protocol HTTP on host MyFQDN

    Hi,
    I m configuring an external Sap webdispatcher to point to an ICF service
    I need to install it on Windows Web server where others web sites are running.
    I configured a specific ip for that on the Web servers and enter the DNS name in our domain.
    On the the pfl file I define :
    SAPLOCALHOSTFULL=<MyFQDN>
    icm/host_name_full =<MyFQDN>
    and specify icm/server_port_0 = PROT=HTTP,PORT=80
    Each time I m starting it I received *** WARNING: Could not start service 80 for protocol HTTP on host <MyFQDN> .........
    If I m using another port (Ex:86)no problem with my FQDN.But if I m doing servername:86 it s working also.
    It s seems that the webdispatcher don t care about my FQDN.
    How can I have the WEBDISPATCHER pointing to this specific FQDN and not all ?
    Thanks,

    Hi Damien,
    You problem is perfectly logical : It's not possible to have 2 programs (IIS and web dispatcher) listening together on the same 80 HTTP port.
    There is no configuration that I know on the web dispatcher to tell him to listen only on one IP address.
    Summary : what you want to do is not possible.
    I had a similar request and I did the following.
    I use a Linux box with an Apache reverse proxy to select to distribute the HTTP requests on different web dispatchers. The rules depends from the called URLs.
    Regards,
    Olivier

  • Could not start Service Broker for database id

    I am getting this message in the SQL Server error log:
    Could not start Service Broker for database id: 10. A problem is preventing SQL Server from starting Service Broker. Check the SQL Server error log for additional messages.
    It appears even when the broker is disabled on the database.  How can I eliminate this error?
    Thanks!

    In that case you're gonna have to contact Microsoft support, perhaps provide a copy of the database.
    Typical reason why a broker cannot be started is that another database with the same service_broker_guid already exists in the instance (result of a file copy/attach or a double restore). However, in that case a message is given that states the reason.

  • Could not start Service Broker for database

    Problem:
    Could not start Service Broker for database id: 9. A problem is preventing SQL Server from starting Service Broker. Check the SQL Server error log for additional messages.
    The windows and application logs do not give me any for information. I have checked the database instance and found that Database ID 9 does not exist in the sys.databases table. Could this be the reason?
    How do I resolve it so that SQL Server does not try and start Service broker for a database ID that does not exist?
    Any help will be greatly appreciated.
    Thanks.

    Hello Affy
    Solution/Fix: To avoid this alert, I have set the "Enable Disaster Recovery File Updates" parameter to 0 in the regedit at the below location.
    MY Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Symantec\Backup Exec For Windows\Backup Exec\Engine\SQL Server
    For furher details you can refer my blog.
    Regards,
    Naveen Kumar Thandra

  • Could not start cache agent for the requested data store

    Hi,
    This is my first attempt in TimesTen. I am running TimesTen on the same Linux host (RHES 5.2) that running Oracle 11g R2. The version of TimesTen is:
    TimesTen Release 11.2.1.4.0
    Trying to create a simple cache.
    The DSN entry for ttdemo1 in .odbc.ini is as follows:
    +[ttdemo1]+
    Driver=/home/oracle/TimesTen/timesten/lib/libtten.so
    DataStore=/work/oracle/TimesTen_store/ttdemo1
    PermSize=128
    TempSize=128
    UID=hr
    OracleId=MYDB
    DatabaseCharacterSet=WE8MSWIN1252
    ConnectionCharacterSet=WE8MSWIN1252
    Using ttisql I connect
    Command> connect "dsn=ttdemo1;pwd=oracle;oraclepwd=oracle";
    Connection successful: DSN=ttdemo1;UID=hr;DataStore=/work/oracle/TimesTen_store/ttdemo1;DatabaseCharacterSet=WE8MSWIN1252;ConnectionCharacterSet=WE8MSWIN1252;DRIVER=/home/oracle/TimesTen/timesten/lib/libtten.so;OracleId=MYDB;PermSize=128;TempSize=128;TypeMode=0;OracleNetServiceName=MYDB;
    (Default setting AutoCommit=1)
    Command> call ttcacheuidpwdset('ttsys','oracle');
    Command> call ttcachestart;
    *10024: Could not start cache agent for the requested data store. Could not initialize Oracle Environment Handle.*
    The command failed.
    The following is shown in the tterrors.log:
    15:41:21.82 Err : ORA: 9143: ora-9143--1252549744-xxagent03356: Datastore: TTDEMO1 OCIEnvCreate failed. Return code -1
    15:41:21.82 Err : : 7140: oraagent says it has failed to start: Could not initialize Oracle Environment Handle.
    15:41:22.36 Err : : 7140: TT14004: TimesTen daemon creation failed: Could not spawn oraagent for '/work/oracle/TimesTen_store/ttdemo1': Could not initialize Oracle Environment Handl
    What are the reasons that the daemon cannot spawn another agent? FYI the environment variables are set as:
    ORA_NLS33=/u01/app/oracle/product/11.2.0/db_1/ocommon/nls/admin/data
    ANT_HOME=/home/oracle/TimesTen/ttdemo1/3rdparty/ant
    CLASSPATH=/home/oracle/TimesTen/ttdemo1/lib/ttjdbc5.jar:/home/oracle/TimesTen/ttdemo1/lib/orai18n.jar:/home/oracle/TimesTen/ttdemo1/lib/timestenjmsxla.jar:/home/oracle/TimesTen/ttdemo1/3rdparty/jms1.1/lib/jms.jar:.
    oracle@rhes5:/home/oracle/TimesTen/ttdemo1/info% echo $LD_LIBRARY_PATH
    /home/oracle/TimesTen/ttdemo1/lib:/home/oracle/TimesTen/ttdemo1/ttoracle_home/instantclient_11_1:/u01/app/oracle/product/11.2.0/db_1/lib:/u01/app/oracle/product/11.2.0/db_1/network/lib:/lib:/usr/lib:/usr/ucblib:/usr/local/lib
    Cheers

    Sure thanks.
    Here you go:
    Daemon environment:
    _=/bin/csh
    DISABLE_HUGETLBFS=1
    SYSTEM=TEST
    INIT_FILE=/u01/app/oracle/product/10.1.0/db_1/dbs/init+ASM.ora
    GEN_APPSDIR=/home/oracle/dba/bin
    LD_LIBRARY_PATH=/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/ttoracle_home/instantclient_11_1:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/lib:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/ttoracle_home/instantclient_11_1:/u01/app/oracle/product/11.2.0/db_1/lib:/u01/app/oracle/product/11.2.0/db_1/network/lib:/lib:/usr/lib:/usr/ucblib:/usr/local/lib
    HOME=/home/oracle
    SPFILE_DIR=/u01/app/oracle/backup/+ASM/initfile_dir
    TNS_ADMIN=/u01/app/oracle/product/11.2.0/db_1/network/admin
    INITFILE_DIR=/u01/app/oracle/backup/+ASM/initfile_dir
    HTMLDIR=/home/oracle/+ASM/dba/html
    HOSTNAME=rhes5
    TEMP=/oradata1/tmp
    PWD=/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/bin
    HISTSIZE=1000
    PATH=/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/bin:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/quickstart/sample_code/oci:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/quickstart/sample_code/odbc:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/quickstart/sample_code/odbc/xla:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/quickstart/sample_code/jdbc:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/quickstart/sample_code/odbc_drivermgr:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/quickstart/sample_code/proc:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/quickstart/sample_code/ttclasses:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/quickstart/sample_code/ttclasses/xla:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/ttoracle_home/instantclient_11_1:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/ttoracle_home/instantclient_11_1/sdk:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/3rdparty/ant/bin:/usr/kerberos/bin:/bin:/usr/bin:/usr/local/bin:/sbin:/usr/bin/X11:/usr/X11R6/bin:/usr/platform/SUNW,Ultra-2/sbin:/u01/app/oracle/product/11.2.0/db_1:/u01/app/oracle/product/11.2.0/db_1/bin:.
    GEN_ADMINDIR=/home/oracle/dba/admin
    CONTROLFILE_DIR=/u01/app/oracle/backup/+ASM/controlfile_dir
    ETCDIR=/home/oracle/+ASM/dba/etc
    GEN_ENVDIR=/home/oracle/dba/env
    DATAFILE_DIR=/u01/app/oracle/backup/+ASM/datafile_dir
    BACKUPDIR=/u01/app/oracle/backup/+ASM
    RESTORE_ARCFILES=/u01/app/oracle/backup/+ASM/restorefile_dir/restore_arcfiles.txt
    TMPDIR=/oradata1/tmp
    CVS_RSH=ssh
    ARCLOG_DIR=/u01/app/oracle/backup/+ASM/arclog_dir
    REDOLOG_DIR=/u01/app/oracle/backup/+ASM/redolog_dir
    INPUTRC=/etc/inputrc
    LOGDIR=/home/oracle/+ASM/dba/log
    DATAFILE_LIST=/u01/app/oracle/backup/+ASM/datafile_dir/datafile.list
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    PS1=rhes5:($ORACLE_SID)$
    G_BROKEN_FILENAMES=1
    SHELL=/bin/ksh
    PASSFILE=/home/oracle/dba/env/.ora_accounts
    LOGNAME=oracle
    ORA_NLS10=/u01/app/oracle/product/11.2.0/db_1/nls/data
    ORACLE_SID=mydb
    APPSDIR=/home/oracle/+ASM/dba/bin
    ORACLE_OWNER=oracle
    RESTOREFILE_DIR=/u01/app/oracle/backup/+ASM/restorefile_dir
    SQLPATH=/home/oracle/dba/bin
    TRANDUMPDIR=/tran
    RESTORE_SPFILE=/u01/app/oracle/backup/+ASM/restorefile_dir/restore_spfile.txt
    RESTORE_DATAFILES=/u01/app/oracle/backup/+ASM/restorefile_dir/restore_datafiles.txt
    ENV=/home/oracle/.kshrc
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CONNECTION=50.140.197.215 62742 50.140.197.216 22
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    TERM=xterm
    GEN_ETCDIR=/home/oracle/dba/etc
    SP_FILE=/u01/app/oracle/product/10.1.0/db_1/dbs/spfile+ASM.ora
    ORACLE_BASE=/u01/app/oracle
    ASTFEATURES=UNIVERSE - ucb
    ADMINDIR=/home/oracle/+ASM/dba/admin
    SSH_CLIENT=50.140.197.215 62742 22
    TZ=GB
    SUPPORT=oracle@linux
    ARCHIVE_LOG_LIST=/u01/app/oracle/backup/+ASM/arclog_dir/archive_log.list
    USER=oracle
    RESTORE_TEMPFILES=/u01/app/oracle/backup/+ASM/restorefile_dir/restore_tempfiles.txt
    MAIL=/var/spool/mail/oracle
    EXCLUDE=/home/oracle/+ASM/dba/bin/exclude.lst
    GEN_LOGDIR=/home/oracle/dba/log
    SSH_TTY=/dev/pts/2
    RESTORE_INITFILE=/u01/app/oracle/backup/+ASM/restorefile_dir/restore_initfile.txt
    HOSTTYPE=i386-linux
    VENDOR=intel
    OSTYPE=linux
    MACHTYPE=i386
    SHLVL=1
    GROUP=dba
    HOST=rhes5
    REMOTEHOST=vista
    EDITOR=vi
    ORA_NLS33=/u01/app/oracle/product/11.2.0/db_1/ocommon/nls/admin/data
    ODBCINI=/home/oracle/.odbc.ini
    TT=/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/
    SHLIB_PATH=/u01/app/oracle/product/11.2.0/db_1/lib:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1//lib
    ANT_HOME=/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/3rdparty/ant
    CLASSPATH=/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/lib/ttjdbc5.jar:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/lib/orai18n.jar:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/lib/timestenjmsxla.jar:/home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/3rdparty/jms1.1/lib/jms.jar:.
    TT_AWT_PLSQL=0
    NLS_LANG=AMERICAN_AMERICA
    NLS_COMP=ANSI
    NLS_SORT=BINARY
    NLS_LENGTH_SEMANTICS=BYTE
    NLS_NCHAR_CONV_EXCP=FALSE
    NLS_CALENDAR=GREGORIAN
    NLS_TIME_FORMAT=hh24:mi:ss
    NLS_DATE_FORMAT=syyyy-mm-dd hh24:mi:ss
    NLS_TIMESTAMP_FORMAT=syyyy-mm-dd hh24:mi:ss.ff9
    ORACLE_HOME=
    DaemonCWD = /home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/info
    DaemonLog = /home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/info/tterrors.log
    DaemonOptionsFile = /home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/info/ttendaemon.options
    Platform = Linux/x86/32bit
    SupportLog = /home/oracle/TimesTen/11.2.1.4.0/TimesTen/ttimdb1/info/ttmesg.log
    Uptime = 136177 seconds
    Backcompat = no
    Group = 'dba'
    Daemon pid 8111 port 53384 instance ttimdb1
    End of report

  • Jstart.exe can not start in sapmmc

    when i start our nwce instance, jstart.exe can not start.The error message like below:
    M [Thr 4520] Tue Jul 05 17:42:12 2011
    M  [Thr 4520] ***LOG Q0I=> NiPConnect2: 192.168.1.44:3201: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3155]
    M  [Thr 4520] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 33/sock 1496
        (SI_ECONN_REFUSE/10061; I4; ST; 192.168.1.44:3201) [nixxi.cpp    3155]
    E  [Thr 4520] *** ERROR => EnqTCDisconnect: EnqTCIGetConn failed; invalid TChdl 33 [enxxtc.c     346]
    M  [Thr 4520] ***LOG Q0I=> NiPConnect2: 192.168.1.44:3901: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 3155]
    M  [Thr 4520] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 25/sock 1516
        (SI_ECONN_REFUSE/10061; I4; ST; 192.168.1.44:3901) [nixxi.cpp    3155]
    M  [Thr 4520] *** ERROR => MsINiWrite: NiBufSend (rc=NIECONN_REFUSED) [msxxi.c      2721]
    M  [Thr 4520] *** ERROR => MsIAttachEx: MsINiWrite (rc=MSENILAYER) [msxxi.c      878]
    M  [Thr 4520] *** ERROR => MsPrvGetHdl2: not_attached [msxxi.c      1952]

    And it is fine in before month.

    Please address this question to 'SAP NetWeaver Administrator' forum (SAP NetWeaver Administrator) or log a BC-JAS-COR OSS message.

  • My imac does not start and asks for bootdisk

    i bought a new imac and connected it with internet to upgrade the drivers. Power went off... and now imac does not start.
    When it starts it asks for the boot disk and no boot disk came up with my mac.
    Please help how can i reinstall mac.
    thanks

    None of the options work. I press the power on button keeping the option and R button pressed but the only option that appears is
    First blank white screen appears as soon as i power on (option R is pressed) and then the following message
    No bootable Device -- Insert boot disk and press any key
    (Ethernet cable is connected but it does not go for internet recovery either)
    No more activity.
    Also if you can guide from where I can download OS X Lion for reinstalling it to the imac, please.
    Does every mac come with a restore/bootable disk or not? We ordered two macs but did not get any disk with any of them.
    Anxiously waiting for help....

  • My phone does not start (see lights for call,menu,...

    Hi,
    I have Nokia x6 from two weeks. Yesterday, I put my phone on charge. I tried to turn off the phone to give it a rest. I tried it couple of times. One time it is turned on real bright. I took phone off charger and tuned off and put it back in chager.
    I think at that point I see light tuned on as the following.
    Call is key is turned on green
    menu white
    call end red
    After 10 hours, I took it off charger and tried to press power button, but it is not working. Still 3 of the bottom keys are turned on.
    Appreciate any help on how to bring it on.
    Solved!
    Go to Solution.

    i have a similar problem. i have a new N8. it was working alright except that i could not use it as a modem and it had difficulty connecting to nokia suite. It now is not turning on after i charged it up. i have tried holding down the power button for a long time but it is not powering  at all. however if i try putting it on the charger it does power on for a second and then goes off. i am worried about breaking the warranty if i try to open up the back to remove the battery as it is all screwed in. 
    coolbelief wrote:
    Happy you have got your phone back to life!
    "I thought of giving it rest for some time. When I got the problem, bottom three buttons green(call), white(menu), red (call end ) are illluminated all the time. What is the meaning of it?"
    Phone was trying to boot, but b'coz of some conflict it couldn't properly so it was staying there. Those lights comes up normally when we try to power on but only for 3 or 4 seconds.
    So mark this thread solved please.
    Enjoy your X6.
    Cheers.

  • Server not starting through SAPMMC

    Hi
    We have a IDES 4.7 installation. The server is working fine. But we are facing a problem. We are not able to start server from MMC. When we click on SAP SYSTEMS node in MMC it gives following error :
    Snap-in-creation-failed.
    The snap-in is not created, it may not be installed properly
    Name : SAP Systems Manager.
    But I can start the SAP system from command prompt. and system can be used without any proble.
    Can anybody tell how to solve this.
    Note : It was working fine earlier, it started when once server was switched off due to power failusr.

    Hello ,
    As per my understanding , you are not able to control Start / Stop SAP instance using SAP MMC .
    To overcome this problem :
    1) Goto usr\sap\SID\SYS\exe\run\sapstartsrv
    2) Click on sapstartsrv.exe
    Specify SID, Instance number, system profile path(usr\sap\SID\SYS\profile) and click on ok
    Revert back if you need further assistance.
    Regards ,
    Santosh

  • Sapmmc services not started

    Dear All ,
    please help me
    when i have start hte sapmmc services in windows 2008 server in solution manager started but again stop
    i have checked windwos log error showing

    Hi Gaurav
    as per your advise i have checked nslookup command and checked etc, services file but problem is same
    for your refernce attached some file .
    1 . i have recreate sapsol_02 via this command create succusfully but not started sap applaction
    Command belew :-
    sapstart pf=\\solserver\sapmnt\SOL\sys\profile\start_DVEBMGS02_solserver SAPDIAHOST=solserver

  • HTTP Servevice not starting up in Trex 7.0

    Hi All,
    I have installed Trex 7.0 SR1 and then applied the revision 47 on Windows 2003 SP 1 32 bit system.
    Struck with issue related to starting httpserver in the Trec Admin Tool ,status is always red there.
    When i am clicking restart, it says that restart is successful but status is red ,its not changing.
    Have gone throw lots of posts and added the IUSR_HOSTNAME in Administrator group and provided full control in TREX website SAP_TREX_00.
    Also added user IUSR_HOSTNAME in "sap" directory and provided full control.
    Added the application pool as AppPool_SAP_TREX_00
    Execute Permissions "Scripts and Ececutables"
    Application Name "Default Application "
    When i browse this site when logged to server as TRXADM user ,it throws  error that "You are not authorized to view this page"
    and while checking at  this URL "http://hostname:30005/TREXHttpServer/TrexIsapiExt.dll?cmd=PING" getting Page cann't be displayed.
    Have added all the users to IIS_WPG group.
    Pls suggest what i am missing.
    Regards
    Ajay
    P.S. During installation is asks for master password for various users ,can you tell me what are the other users created apart from SIDADM and SAPServiceSID for Trex.
    Edited by: Ajay Sandal on Sep 23, 2009 5:35 PM
    Edited by: Ajay Sandal on Sep 23, 2009 5:46 PM

    hi,
    Did you try to start the application pool in IIS manually? See Note: 917389
    But you´re using TREX 7.0? Or is it 7.1?
    Because TREX 7.1 is not supported for 32bit Windows Server OS.
    regards
    Tobias

  • SDM Server is not starting up in SAPMMC

    SDM is not starting up in SAPMMC, the status is stopped. If I look at developer trace the error msg is following. Any help !!
    [Thr 6048] Mon Aug 13 11:46:26 2007
    [Thr 6048] JLaunchIExitJava: exit hook is called (rc = 16)
    [Thr 6048] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 6048] JLaunchCloseProgram: good bye (exitcode = 16)
    Thanks JT

    Hi,
    you can restart it manually please follow the steps it will help you
    goto
    Command prompt and type
    telnet<space>host name or ip address<space> telnet port according to jc instance
    (you can fine it in your drive where you installed
    say you installed in Drive D then follow this path.
    D://usr/sap/instance name/   jc00 --> portal url is 50000  telnet port  is 50008
                                              Jc01---> portal url is 50100  telnet port  is 50108 )
    login : <enter>administrator
    password : <enter your installation password >
    now you get ' > ' prompt  and now start entering the following.
    >jump 0
    >add deploy
    >list_app
    >start_app-all
    finally enter quit.
    now check out your system in SAPMMC i think it is activated ie., it is started
    ***********please reward points if the information is helpful to you*****************

  • Installation of TREX 7.0 on 64bit windows then SAP does not start

    I have implemented EP7 Portal (NW04s SP11) on a MS-SQL DB with windows 2003 64bit hardware.  I also want to install TREX which is version 7.0 on the same server.
    After installing TREX the http_server would not start. I followed OSS note 1008299 that instructed me to set IIS to run in 32 bit mode as TREX 7.0 really isn't a 64 bit application!!
    I performed this but now the service for my SAP Java instance will not start:
    error : "The dynamic link library librfc32.dll could not be loaded"  (SCS does start OK)
    Its obviously got something to do what I've just performed...
    any help anybody?
    thanks
    SB.

    Hi Simon,
    Actually trex was not released for a 64 bit component. But in the installation CD, it was printed mistakenly.
    For that only, SAP has given note 1008299 to run IIS in 32 bit mode instead of 64 bit mode, because although you have done the installation as a 64 bit machine, its for 32 bit platform only.
    Running the script will start your IIS on a 32 bit mode and also, change your executables, file folder as well.
    Previously, i also had the same problem and once i did as per the note, its working perfectly now.
    Thanks and Regards,
    Sailesh K

  • Because of warning  I received for my iTunes (it would not start up) MSVCR80dill missing, if I remove the program and reinstall will I lose the music I already had and purchased?

    I am somewhat computer illiterate but I have a question.  I have had iTunes for several years and never had a problem.  I occassionally get prompts to update and those only take about a minute and they're done.  Last week, the download could not complete even after I had tried 2 or 3 times.  I just let it go thinking I would try again when I had more time.  Yesterday I tried to access iTunes on my Windows 7 and got a message, " could not start iTunes, MSVCR80 dill is missing.  Please reload iTunes to fix the problem.  I tried several times but I continue to get the same message without iTunes coming up.  I talked to a computer geek today who told me I should go to my control panel and uninstall iTunes and reinstall it.  My question.  I have placed many albums of music and purchased many songs from the iTunes shop which I am concerned will go missing or deleted if I uninstall and reinstall.  Will I lose my library if I do this?  What precautions can I take to make sure everything comes back as it was?

    In a message dated 6/1/2011 9:56:56 P.M. Eastern Daylight Time, 
    [email protected] writes:
    http://forums.adobe.com/message/3714327#3714327
    I removed the whole suite. I tried last night to  download the free trial
    CS5, it took seven hour's and when the "do you accept  the term's" popped up,
    I clicked it and another page came up saying  to close explorer and it was
    not open (I kept clicking and it kept popping up I  couldn't make it leave
    that page so I canceled the whole thing) I will  give the link that you sent
    a try tomorrow and will let you know one way or  the other. Thanks, it is
    driving me insane  ....M

  • I need to make a pdf document, made in photoshop, 'page turn' and then add it to my website. I know I can do this in indesign but indesign will not open pdf files for some inexplicable reason. Any ideas how I can do it without completely starting again?

    I need to make a pdf document, already made in photoshop, 'page turn' and then add it to my website as an e-brochure. I know I can do this in indesign but indesign will not open pdf files for some inexplicable reason. Any ideas how I can do it without completely starting again?

    Hello waitingone,
    please try this (all terms are translated from my German programs to my best knowledge):
    1. Did the creator of the pdf file enable the import options?
    2. See import options: choose an other visibility option for your layer.
    3. Let you show the import options and click into one with a black background and try these out (often a gray is selected).
    4. See trimming: try the different modes there. Often works: "Media".
    5. Is the pdf file (eg from Word) correctly created?
    6. Is the PDF file protected? >>> no import possible.
    7. If that does not help, store the pdf file in Acrobat, repair possible errors, run the PDF Optimizer before placing in InDesign.
    Good luck!
    Hans-Günter

Maybe you are looking for