Cisco LMS 4.1 Installation on Windows Server 2008 R2, Databases not created

Hi There,
As always, I am trying to install LMS 4.1 on windows server 2008 R2 and after the installation and login to the LMS I find the following:
DCRServer is down or may not be completely up. Check if the DCRServer process is running.
And after some troubleshooting I found that the LMS is not creating the CMF database and the other databases. Attached is the installation log file, if someone could help me with it would be appreciated. Please note the following:
1. I have downloaded the installation file from Cisco website twice, so I do not think it is the file that is corrupted, also it is only evaluation license.
2. I have met all the prerequisites and requirement as in the documentation guides, but maybe there is something still wrong.
Thanks,

Also Here is more info output:
C:\Program Files (x86)\CSCOpx>pdshow -brief
  Process               State                                     Pid
  Tomcat                Program started - No mgt msgs received    1572
  TomcatMonitor         Running normally                          2236
  Apache                Program started - No mgt msgs received    2436
  DataPurge             Administrator has shut down this server   0
  DCRServer             Failed to run                             0
  CMFOGSServer          Administrator has shut down this server   0
  EssentialsDM          Administrator has shut down this server   0
  ConfigMgmtServer      Never started                             0
  ConfigUtilityService  Never started                             0
  CTMJrmServer          Administrator has shut down this server   0
  ChangeAudit           Never started                             0
  SyslogAnalyzer        Program started - No mgt msgs received    2976
  ICServer              Running normally                          5096
  EnergyWise            Never started                             0
  PMCOGSServer          Administrator has shut down this server   0
  IPMOGSServer          Administrator has shut down this server   0
  IPMProcess            Never started                             0
  TISServer             Program started - No mgt msgs received    2544
  DFMOGSServer          Program started - No mgt msgs received    876
  InventoryCollector    Running normally                          3052
  Interactor            Program started - No mgt msgs received    5136
  InventoryCollector1   Program started - No mgt msgs received    5144
  Interactor1           Program started - No mgt msgs received    5308
  PTMServer             Program started - No mgt msgs received    5320
  UPMProcess            Never started                             0
  TISDiscoveryJobCreate Administrator has shut down this server   0
  SyslogCollector       Running normally                          5340
  Proxy                 Program started - No mgt msgs received    5348
  PMServer              Running normally                          5360
  NameServer            Program started - No mgt msgs received    5680
  NameServiceMonitor    Running normally                          5876
  LicenseServer         Program started - No mgt msgs received    5884
  FHPurgeTask           Never started                             0
  EventFramework        Program started - No mgt msgs received    5892
  EPMServer             Program started - No mgt msgs received    5904
  FHServer              Administrator has shut down this server   0
  NOSServer             Program started - No mgt msgs received    5580
  diskWatcher           Running normally                          5640
  DFMMultiProcLogger    Program started - No mgt msgs received    5864
  DFMLogServer          Program started - No mgt msgs received    4896
  DFMCTMStartup         Administrator has shut down this server   0
  DfmBroker             Running normally                          6104
  DfmServer             Running normally                          6416
  DfmServer1            Running normally                          6424
  DCRDevicePoll         Never started                             0
  CSRegistryServer      Running normally                          6432
  CSDiscovery           Never started                             0
  AdapterServer1        Program started - No mgt msgs received    6440
  AdapterServer         Program started - No mgt msgs received    6448
C:\Program Files (x86)\CSCOpx>pdshow DCRServer
        Process= DCRServer
        State  = Failed to run
        Pid    = 0
        RC     = -3
        Signo  = 1073741821
        Start  = N/A
        Stop   = 07/02/2012 17:39:06
        Core   = Not applicable
        Info   = Application failed or was registered incorrectly.
C:\Program Files (x86)\CSCOpx>net stop crmdmgtd
The Cisco Prime Daemon Manager service is stopping..........................................
The Cisco Prime Daemon Manager service was stopped successfully.
C:\Program Files (x86)\CSCOpx>bin\perl.exe objects\db\conf\configureDb.pl action=validate dsn=cmf
INFO: C:\PROGRA~2\CSCOpx/objects/db/conf/ConfigureDB.LOCK locked for the operation...
ERROR: [StandardDbUpgrade] : Database cmf is not installed.
INFO: C:\PROGRA~2\CSCOpx/objects/db/conf/ConfigureDB.LOCK released for the future operations...
C:\Program Files (x86)\CSCOpx>bin\perl.exe bin\dbpasswd.pl all
ERROR: There is no database available to change password.
C:\Program Files (x86)\CSCOpx>bin\perl.exe bin\dbRestoreOrig.pl dsn=cmf dmprefix=Cmf npwd=pwd
'cmf' is not a valid data source for the product.

Similar Messages

  • Problems LMS-4.2 Installation on Windows Server 2008 R2 Enterprise SP1

    Hi all,
    During the installation of the LMS-4.2,
    It passed the "Initializing" and "Copying" stages,
    but, in the "Configuring", it never finishes,
    Anyone had have a similar problem?
    the installer is for - LMS-4.2 and the OS is Windows Server 2008 R2 Enterprise SP1

    Thanks for the update. Glad to know it has installed now.
    There can be some port clashes and resource scarcity when other applications may be using it. Hence we recommend to have majorly LMS as the primary software on the server's.
    Also, LMS is not supported in other languages installers or setups except English and Japanese.
    There are a couple more things you can do/check prior to running the installation.
    LMS generally need Naming convention to handle long names/path etc. By default C: has 8.3 Naming convention enabled. However if you installed on different drive (for eg E:), for which this may be disabled.
    To check naming convention you can run the following command from Windows Command prompt: 
                                       cmd>fsutil.exe 8dot3name query <Drive>
    Example:
    C:\Users\winlau>fsutil 8dot3name query C:
    The volume state for Disable8dot3 is 0 (8dot3 name creation is enabled).
    The registry state of NtfsDisable8dot3NameCreation is 2, the default (Volume level setting).
    Based on the above two settings, 8dot3 name creation is enabled on C:.
    8dot3 needs to be enabled for all drives LMS will potentially use, including:
    Drive where TEMP/TMP is located
    The drive LMS is installed to
    The drive LMS backs up to
    Drive used for a relocated RME Shadow directory or other nonstandard paths written to.
    In some cases, altering the TEMP and TMP variables to be a short path (eg C:/temp or C:/tmp) may avoid the issue, but not always.
    Hence, to be safe, it is best to enable 8dot3name creation globally, either via the registry or Windows CLI
    Sample command to enable globally:
      "fsutil 8dot3name set 0"     
    Sample command to enable on one volume:
      "fsutil 8dot3name set X: 0"  
    Note that this needs a reboot to take effect.  You should not disable 8dot3name creation which already has it enabled, especially the system volume (usually C:). 
    For further information  http://technet.microsoft.com/en-us/library/cc778996%28v=ws.10%29.aspx
    -Thanks
    Vinod
    **Encourage Contributors. RATE them**

  • Cisco NAC 4.8.3 supports Windows Server 2008 R2 Standard?

    I´m looking at this document: http://www.cisco.com/en/US/docs/security/nac/appliance/configuration_guide/48/cas/s_adsso.html#wp1301231 and I´m not clear if Windows Server 2008 R2 Standard with SP1 is supported.  The documentation refers to Windows 2008 Server SP2 and Windows 2008 Server R2, but I see no specific mention to Windows Server 2008 R2 Standard with SP1.

    Hi,
     Do you remember making any changes to the computer prior to this issue? Please unplug
    all external devices connected to the system and try booting in Normal mode.
    Can you into safe mode, you may try startup repair using the Windows 7 installation DVD and check if it works.
    More information:
    What are the system recovery options in Windows?
    http://windows.microsoft.com/en-us/windows/what-are-system-recovery-options#what-are-system-recovery-options=windows-7
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • 64 bit Weblogic Server 10.3.2 installation on Windows Server 2008 R2 x64 ?

    Hi,
    I'm trying to install 64 bit version of Weblogic Server 10.3.2 on my 64 bit OS Windows Server 2008 R2 SP2.
    Firstly I downloaded "jdk-6u24-windows-x64.exe" and installed it on my 64 bit platform.
    I downloaded "wls1032_generic.jar" and try to install it by the command below
    "java -d64 -jar wls1032_generic.jar"
    however I got the message below
    Unrecognized option: -d64
    Couldn't create the Java virtual machine
    Any options about this problem. Where am I making mistake?

    Hi,
    You need to make sure the following things :
    1). If you want to run your WLS on W 64 bit mode then You need to use Generic Jar installer Example: *"java -jar wls1032_generic.jar"*
    2). The above Jar should be installed only using a 64 Bit JVM so that all the 64 bit libraries will be available with the WebLogic while installing it. So first of all Download a 64 Bit JVM in your Woindows box.
    Then just run the following command to check if the JVM is 6t4 bit or not:
    set JAVA=HOME=C:\My64BitJDK\jdk1.6.0_21
    *$JAVA_HOME\bin\java -version*
    3). Now u can run your WebLogic Installer like following:
    *$JAVA_HOME\bin\java -jar wls1032_generic.jar*

  • OBI11g installation on Windows Server 2008 R2 (64bit)

    Hi,
    Sorry to pick up this topic again, but my research in the forum and other inet sites doesn't help me so far and my installation will not work.
    My Situation:
    I have a Windows Server 2008 R2 (64bit) default installlation. The server (HyperV-managed) has 4 GB RAM.
    I added a Loopback adaptor and set for the loopbackadapter a fixed IP (10.10.10.10 Subnet: 255.255.255.0).
    Entered in the host file (127.0.0.1 localhost and 10.10.10.10 servername)
    Installed JDK 64bit
    Installed Oracle Client 32bit
    Then I tried all three options:
    1) Default OBIEE Installation --> start of coreapplication_obips1 has failed. Everything else was fine. I was not able to start the obips1 manually
    2) Enterprise Installation --> start of coreapplication_obips1 has failed. Everything else was fine. I was not able to start the obips1 manually
    3) Manually installed WebLogic 1033 --> SoftwareOnly installation of OBIEE --> manually start config of OBI Installation --> same result as above!
    Perhaps you have some hints for me.
    Cheers
    Wolfgang

    Not in the slightest - I installed five just the other week
    All our virtual machines, running 2008 R2 x64. We went for Enterprise Edition, but I believe in CF9 they're both 64-bit anyway. These are the from the build notes I built up:
      Install extra roles:
        Application Server
        Web Server (IIS)
          Application Development
          IIS6 METABASE Compatibility
      Install extra Features:
        SMTP Service
    Other than that nothing else needs doing. It's worth noting (as a slight but irritating aside) that in 2008 R2 the SMTP service is set to Manual not Automatic, so you'll want to change that unless you want your emails to stop every time you reboot the box.
    But the actual install itself was far simpler than CF8 on 2008.
    O.

  • Crystal Reports Server 2008 V1 installation on Windows Server 2008

    Hello,
    I am trying to install CRS2008V1 on Windows Server 2008 x64 with SQL Server 2008 and IIS 7.0. Installation wizard says that installation is finished succesfull but I cannot access CMC Console and InfoView. Is there anything which shuld be done more? CRS2008 installation on Windows 2003 was trouble free. I'm very confused now... Anyone can help me?
    Regards,
    Seb.

    I had similar issues.  My resolution was...
    - In IIS Manager, create a new Application Pool called "Classic .NET AppPool"
    - For that app pool, set the managed pipeline mode to "Classic"
    - with that new app pool selected, click on View Applications in the right-hand panel
    - make sure that you see all of the Business Objects applications listed, if not...
         - click the Remove Filter link in the top panel
         - open each Business Objects related application and assign it to the new app pool
    You may need to do an iisreset at that point, but that cleared up the issue for me.

  • BPC Installation on Windows Server 2008

    Does anyone know if SAP BPC version 7.0 can be installed on windows server 2008?

    Hi Harry,
    The installation of BPC on the Microsoft platform is tricky enough that for any business-related purpose, you should rely on the guidance of the specialists who do installations.  They will tell you that right now the Windows Server 2003 platform is really the only way to go, and as someone who has worked on these, I can tell you that it is crucial to reduce the number of new platform choices and/or chances for bugs/glitches/changes.
    To learn more about the process, you should go to the Technical Installation class, which used to be RABPC7 on the 5.1 version.  It might still be the same course number. 
    If you'd like a taste of all of the parts of the process involved, there is a document on the SDN called "How to Perform a Dual-Server BPC for Microsoft Install".  It doesn't cover everything, but it will give you a flavor for the process.
    In any case, I would strongly recommend that you don't even look at Win2K8 until they update BPC with it.
    Sidenote:  SQL 2008 is supported as of 7.0 SP3, I think and we've been using it on a DEV environment without any issues so far.

  • Cold fusion 9 Installation on Windows server 2008 (IIS 7.0) - IIS websites not working ?

    I am having a 64 bit machine on which windows server 2008 R2 is installed. IIS 7.0 is configured and running on it. on which I have my organisations main website. I have to install Cold fusion on this machine as some of my site pages are designed with CF.
    I used all the default settings for installing cold fusion 9. It got completed succefully. But after I restarted my system and tried accesing my ASP.net website it was not loading the page. Text getting displayed was only as follows '<script> src="'. Later I unsistalled CF and my site was working fine.
    Please can any one guide me to successfully install Cold fusion without disturbing my main site deployed on IIS ?

    Sarfarajms, I don't recognize what about the CF install would conflict with ASP.NET, but I'll note this:
    If you downloaded CF 9 recently, you are still running 9.0--which does NOT formally support IIS 7. If you followed the steps about enabling IIS 6 compatibility and such (in the install guide or some blog entry), perhaps that caused the conflict.
    Instead, you will want to install 9.0.1 (CF 9 Updater 1, which is NOT provided in the current 9.0 install). THAT is the first release to formally support IIS 7. And if you read the updater installation guide (http://www.adobe.com/support/documentation/en/coldfusion/901/cf901install.pdf), it discusses how to deal with the upgrade depending on what you had done with respect to IIS, starting at the bottom of its page 8.
    Hope that helps.
    /charlie

  • Oracle Dev-suite 10g installation on WINDOWS server 2008 R2

    Hi Friends,
    Is it possible to install Oracle Dev-suite 10g on WINDOWS server 2008 R2.Any idea on this,can you please share.
    Best regards,
    Rafi.

    Hi John,
    Is it possible to do this by applying any patches or alternate option.
    Best regards,
    Rafi.

  • CF9 installation on Windows Server 2008 R2 64 bit

    Our company is looking purchase CF9 standard edition and install it on a Windows Server 2008 Std. Edition R2 64bit.
    Does anyone forsee any problems as far as compatibility is concerned?

    Not in the slightest - I installed five just the other week
    All our virtual machines, running 2008 R2 x64. We went for Enterprise Edition, but I believe in CF9 they're both 64-bit anyway. These are the from the build notes I built up:
      Install extra roles:
        Application Server
        Web Server (IIS)
          Application Development
          IIS6 METABASE Compatibility
      Install extra Features:
        SMTP Service
    Other than that nothing else needs doing. It's worth noting (as a slight but irritating aside) that in 2008 R2 the SMTP service is set to Manual not Automatic, so you'll want to change that unless you want your emails to stop every time you reboot the box.
    But the actual install itself was far simpler than CF8 on 2008.
    O.

  • Cisco Security Manager Client running on Windows Server 2008 R2 (64 bit) in Terminal Service

    Hello CSM Gurus,
    Would there be any performance issues in CSM client software design if multiple instances of CSM client by multiple users ran concurrently on a Windows Server 2008 R2(64 bits) while CSM users accessing the server via Remote Desktop Services ?
    In my environment, we have a CSM server at our major data center while security administrators from all over the world need to use this CSM server. 
    In order to overcome the latency of the CSM client due to the WAN network, the plan is to use a Windows Server 2008 R2(64bits) as a terminal server and all security administrators would need to access this terminal server via RDP and would launch CSM client on their desktop.  The terminal server locates on the same LAN as the CSM server itself in order to minimize network latency in communications between the CSM clients running on the terminal server and the CSM server.  there would be multiple instances of CSM clients running concurrently on the Windows Server 2008 R2, the terminal server. 

    Hi;
    please check
    Oracle Database 11g Release 1 (11.1.0.7.0) <<Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64
    http://www.oracle.com/technology/software/products/database/oracle11g/111070_win64_2008soft.html
    Check Database 11g Release 2 Certification Highlights [ID 1065024.1]
    But please check this thread
    client 11gR2 install on Win 7 Pro fails java.lang.NullPointerException
    Regard
    Helios
    Edited by: Helios- Gunes EROL on May 14, 2010 4:49 PM

  • JDK 5 for 64 bit for B1ic installation on windows server 2008 64 bit

    Hello to All,
    I want to download jdk 5 for X64 ,i have searched lot of time on gooogle and other place but not find for 64 bit.
    my one of the client working on windows server 2008 with 64 bit and i want to install integration component(SAP 8.81 PL 00) .
    If any one have any link please share in form.
    Thanks
    Manvendra Singh Niranjan

    Hi,
    Try to find it into Oracle Archives:
    http://download.oracle.com/otn-pub/java/jdk/1.5.0_22//jdk-1_5_0_22-windows-amd64.exe

  • OBIEE installation on Windows Server 2008

    Does anyone have OBIEE running on Windows Server 2008? We bought 2 new Dell servers and they no longer sell Windows 2003 licenses. I know only the latest version 10.1.3.4 is supported and only on a 32-bit emulation. I don't think Hyperion Reporting is supported for Windows 2008 which we also planned on putting on the servers.

    This isn't a very helpful response to your question, but if the software cannot be run under Server 2008, you do have the option of installing it into a VMWare image on that server, and mapping that image as an IP address, much the same as Oracle's BIC2G image. Not an ideal solution, I know.

  • Issue with Oracle MTS installation in windows server 2008

    Hi Team,
    Yesterday, I have installaed oracle client version 11.1.0.7, selected microsoft transaction server option and installed it in my middle tier server.
    Start->program->Oracle home11g-> (Searched for oracle mts, its not available) It seems oracle client version needs ODAC to be installed (Is it correct? )
    I have downloaded from oracle site. But, its throwing an error like the file is not in proper format.
    1 Any special settings needs to be done for installing the MTS in windows server 2008?
    2. I need to create a service in MTS to point to my database server?
    3. Please share me some relative links on the same.
    4. I can see MTS recovery services is running in my machine.
    5. Previously, I have installed Oracle 10G client and removed it and am trying with oracle 11g. Just I have uninstalled the application and I didnt do anything. Do we need to remove anything in the registry.
    This issue is very critical for me. Please share your thoughts.
    Thanks and Regards,
    Venkatesan Prabu .J

    I have the same situation. Could you please share your experience if you resolve it? Thanks.

  • Oracle XE installation in Windows Server 2008

    Hi all,
    I need to install the Oracle XE version on a Windows Server 2008 but I'm not beeing successfully... I already reinstalled it 3 times, tried all solutions I could find all over the internet but still it doesn't work so I was hopping that someone out there could help me.
    This is my current configuration:
    ===========
    LISTENER.ORA:
    ===========
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = VALKYRIE.rhdevelop.local)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    ===========
    SQLNET.ORA:
    ===========
    SQLNET.AUTHENTICATION_SERVICES = (NONE)
    ===========
    TNSNAMES.ORA:
    ===========
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = VALKYRIE.rhdevelop.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    ===========
    result of "lsnrctl services" command:
    ===========
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 04-NOV-2010 00:59:26
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    ===========
    result of "tnsping xe" command:
    ===========
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 04-NOV-2010 01:00:29
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = VALKYRIE.rhdevelop.local)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NA
    ME = XE)))
    OK (10 msec)
    When I try to access it thru the web (http://127.0.0.1:8081/apex) it gives a unable to connect error page.
    When I try to connect to sqlplus using "sqlplus / as sysdba" it says:
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Nov 4 01:03:45 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    I don't know what else to do and any hint would be very much appreciated.
    Thank you!

    C:\>set
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\Administrator\AppData\Roaming
    CG_BOOST_ROOT=C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\include\boost_1_39
    CLIENTNAME=ROSS_01-PC
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    COMPUTERNAME=VALKYRIE
    ComSpec=C:\Windows\system32\cmd.exe
    DXVCL=C:\Dev\Vcl\Developer Express.VCL
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\Administrator
    lib=C:\Program Files\SQLXML 4.0\bin\
    local=LISTENER
    LOCALAPPDATA=C:\Users\Administrator\AppData\Local
    LOGONSERVER=\\VALKYRIE
    NLS_LANG=American_America.we8iso8859p15
    NUMBER_OF_PROCESSORS=8
    ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\server
    ORACLE_SID=xe
    OS=Windows_NT
    Path=C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\bin;C:\Users\allaccess\Documents\RAD Studio\7.0\Bpl;C:\W
    indows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Exchange Server\bin;C:\Program Files\
    Microsoft\Exchange Server\Scripts;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;c:\Progr
    am Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;c:
    \Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\M
    icrosoft SQL Server\90\DTS\Binn\;C:\Dev\Vcl\Developer Express.VCL\Library\Delphi14;C:\Program Files (x86)\Java\jre6\bin\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 5, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=1a05
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    PROMPT=$P$G
    PUBLIC=C:\Users\Public
    SESSIONNAME=RDP-Tcp#0
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\Administrator\AppData\Local\Temp\2
    TMP=C:\Users\Administrator\AppData\Local\Temp\2
    USERDNSDOMAIN=RHDEVELOP.LOCAL
    USERDOMAIN=RHDEVELOP
    USERNAME=administrator
    USERPROFILE=C:\Users\Administrator
    windir=C:\Windows

Maybe you are looking for

  • How to print item texts in po contract form when the fixed item status is N

    Hi all, I'm trying to print the item texts in the contract forms. I need to print the item texts when the status is 'N'  and at the same time the status is blank in the same form. I tried using t165p.I'm unable to print the both the message status wi

  • After upgrade to Snow Leopard, unable to connect to secure WiFi network

    Hi all- I recently upgraded from Leopard to Snow Leopard on my MacBook Pro. Immediately following the upgrade I found I could no longer connect to my home wireless network (WEP encrypted, D-Link router) which was working just fine before the new O/S

  • Help needed in LDAP

    hi all, iam getting this error, when i try to add user in a group. can any one help me out? Problem modifying member: javax.naming.NameNotFoundException: [LDAP: error code 32 - 00000525: NameErr: DSID-031A0B16, problem 2001 (NO_OBJECT), data 0, best

  • Can no longer find "Go to a page in another document"

    please see attachment The screengrab is from an older version of Acrobat. I use the newest CC version. However, I can no longer find how to access "Go to another page in a document" under Execute menu items for button parameters. Have not used Acroba

  • Problem in date formatting DD-MMM-YYYY

    Hi, I am writing a method in my Application: //@@begin FormatDate() SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-mm-dd");      Date d;      String OutDate = "";      try {           d = dateFormat.parse(InDate);           dateFormat.apply