Configuration Manager Module - modify expanded property?

I am playing around with the Configuration Manager module  - specifically I am trying to modify properties of a maintenance window. 
If I run: get-CMMaintenanceWindow -collectionID xxxxxxxx
It pulls back the collection by the ID and displays some other properties (duration, name, description, etc). I am interested in modifying the property called "IsEnabled". I can narrow down to this property by piping into:  | select -expandproperty
"isenabled"
How can I modify this expanded property? Currently the value is $true but I want to set it to $false (then eventually back to $true)
I don't think I am getting creative enough. Any suggestions?

I am stuck.
I can query via cmdlets and acquire a collection's maintenance window and view all the properties - but cannot modify the IsEnabled (or haven't discovered how yet)
Get-CMDeviceCollection -name "sccm-mw-prod - 1we*" | select -expandproperty collectionid | foreach-obj
ect {Get-CMMaintenanceWindow -CollectionId $_ } | select *
As suggested, I started digging into WMI. I was able to pull collections by name and get their members
query for collections with "1we" in the name
gwmi -class sms_collection -namespace "root\sms\site_xxx" | where name -like "*1we*" | select name,collectionid
If I put the above line into variable $test and pipe it like so, I can get the members of each collection
$test | foreach-object {gwmi -class sms_collectionmember -namespace "root\sms\site_xxx" | where classpath -lik
e "*$_" | select name | sort}
NOW, if I take $test and change the query so it selects * instead of just name and collectionID - I can't find any properties that indicates maintenance/service window. All I see is one that says 'ServiceWindowsCount' which is useless.
$test = gwmi -class sms_collection -namespace "root\sms\site_xxx" | where name -like "*1we*" | select *
I then started playing around with a different WMI class called "sms_servicewindow". 
$test2 = gwmi -list -namespace "root\sms\site_xxx" | where name -like "sms_servicewindow"
If I type: $test2.properties I get a list of properties but they seem like a generic list; aka, they don't pertain to a specific maintenance/service window. I do see familiar properties like IsEnabled, description, duration, etc. I could be wrong though.
*Ultimately, I would like to have a script that I could pass certain collections to and it would set the "isenabled" field for their maintenance windows to $false instead of $true. If we need to delay patches for a specific weekend, I don't want
to have to manually go in to each window and disable it by hand - I can just run the script. This doesn't seem possible unless I am missing something. 
Any help is appreciated!
EDIT: and of course, if there was an easier way in the GUI to select multiple collections and disable all of the maintenance windows I would use that too - doesn't have to be a script. But I haven't found any other way to do this in the GUI besides manually
doing it to each collection > MW.

Similar Messages

  • Discoverer Report whenever we create a new customer , the information is dropping off the Property manager module

    Dear Friends,
    whenever we create a new customer , the information is dropping off the Property manager module.
    Can you please help as its a very critical business issue now.
    Thanks a lot in advance.
    Kind Regards
    Siva Charan

    Dear Friends,
    whenever we create a new customer , the information is dropping off the Property manager module.
    Can you please help as its a very critical business issue now.
    Thanks a lot in advance.
    Kind Regards
    Siva Charan

  • Cannot enable TCP/IP through the Configuration Manager

    Hi,
    I am using SQL Server 2008 sp1 Developer Edition.  The database engine service is running and the SQL browser service is running. It is set to allow remote connections.
    When I open SQL Server Configuration Manager and expand the SQL Server Network Configuration mode and select Protocols for <server name>, it shows Shared Memory as Enabled and all others as Disabled.
    If I right click on TCP/IP and select Enable, I get a warning stating that the changes will be saved but will not take effect until after I restart the service. When I click OK on the warning popup to close it, it still shows TCP/IP as Disabled.
    After I restart the service I return to the Protocols screen and check the value of TCP/IP. It is still Disabled. I am still unable to connect to it remotely.
    Configuration Manager is not allowing me to enable TCP/IP. I need to do this. I looked for an alternate way to enable TCP/IP but have not been able to find one that works. 
    Any thoughts?

    Hi,
    It seems, you do not have enough permission for modifying values.
    a. Try to change using sysadmin account.
    b. Open configuration manager with "Run as Administrator" method and try to modify the changes.
    If you will not able to modify using sysadmin, do below steps. Please note that changing registry will cause lot of issues.
    1. append existing value with "tcp" (ie eg  "tcp np")
    HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\InstanceName\MSSQLServer\SuperSocketNetLib
    \ProtocolList
    2. Create a new key "TCP" in below path
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\
    3. Create a string value "TcpPort" in "TCP" and desired value.
    Please compare your other server for registry reference.
    Ramesh S
    www.sequalserver.com

  • [svn:bz-trunk] 9713: Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.

    Revision: 9713
    Author:   [email protected]
    Date:     2009-08-27 14:09:43 -0700 (Thu, 27 Aug 2009)
    Log Message:
    Bug: BLZ-427 - Add configuration option for BeanProxy#includeReadOnly property.
    QA: Yes
    Doc: Yes - We have a new include-read-only property, see resources/config/services-config.xml
    Ticket Links:
        http://bugs.adobe.com/jira/browse/BLZ-427
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java
        blazeds/trunk/modules/core/src/flex/messaging/io/AbstractProxy.java
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java
        blazeds/trunk/resources/config/services-config.xml

  • SCCM 2012 R2 Configuration Manager Client Package - stuck "In Progress"

    Hi Team; I’m having 2 issues with SCCM 2012 R2:
    Issue 1: I'm having a strange issue with the default XXX00002 package - "Configuration Manager Client Package",
    it will not deploy to the Secondary Site DP. The console is saying "In Progress" - below is the output from the
    distmgr.log file.
    ~Package BDC00002 does not have a preferred sender. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.443+240><thread=6032 (0x1790)>
    ~CDistributionSrcSQL::UpdateAvailableVersion PackageID=BDC00002, Version=1, Status=2301 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.444+240><thread=6032 (0x1790)>
    ~StoredPkgVersion (1) of package BDC00002. StoredPkgVersion in database is 1. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.462+240><thread=6032 (0x1790)>
    ~SourceVersion (1) of package BDC00002. SourceVersion in database is 1. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.462+240><thread=6032 (0x1790)>
    ~Package BDC00003 does not have a preferred sender. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.443+240><thread=6092 (0x17CC)>
    ~CDistributionSrcSQL::UpdateAvailableVersion PackageID=BDC00003, Version=1, Status=2301 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.464+240><thread=6092 (0x17CC)>
    STATMSG: ID=2301 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BBK-SCCM-PRI.bbk2310.com SITE=PRI PID=2768 TID=6032 GMTDATE=Mon Mar 17 20:00:23.476 2014
    ISTR0="Configuration Manager Client Package" ISTR1="BDC00002" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400 AVAL0="BDC00002" 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.477+240><thread=6032 (0x1790)>
    StateTable::CState::Handle - (2301:1 2014-03-17 20:00:23.476+00:00) >> (0:0 2014-02-28 16:33:45.383+00:00) 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.484+240><thread=6032 (0x1790)>
    CStateMsgReporter::DeliverMessages - Queued message: TT=1401 TIDT=0 TID='8ACCAE01-5079-4FCD-A988-C1CD3004B698' SID=2301 MUF=0 PCNT=2, P1='PRI' P2='2014-03-17 20:00:23.476+00:00' P3='' P4=''
    P5=''  $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.495+240><thread=6032 (0x1790)>
    ~StoredPkgVersion (1) of package BDC00003. StoredPkgVersion in database is 1. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.496+240><thread=6092 (0x17CC)>
    ~SourceVersion (1) of package BDC00003. SourceVersion in database is 1. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.497+240><thread=6092 (0x17CC)>
    STATMSG: ID=2301 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=BBK-SCCM-PRI.bbk2310.com SITE=PRI PID=2768 TID=6092 GMTDATE=Mon Mar 17 20:00:23.510 2014
    ISTR0="Configuration Manager Client Upgrade Package" ISTR1="BDC00003" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=400
    AVAL0="BDC00003"  $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.510+240><thread=6092 (0x17CC)>
    StateTable::CState::Handle - (2301:1 2014-03-17 20:00:23.510+00:00) >> (0:0 2014-02-28 16:33:45.383+00:00)
     $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.515+240><thread=6092 (0x17CC)>
    CStateMsgReporter::DeliverMessages - Queued message: TT=1401 TIDT=0 TID='8ACCAE01-5079-4FCD-A988-C1CD3004B698' SID=2301 MUF=0 PCNT=2, P1='PRI' P2='2014-03-17 20:00:23.510+00:00' P3='' P4=''
    P5=''  $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.526+240><thread=6092 (0x17CC)>
    CStateMsgReporter::DeliverMessages - Created state message file: D:\Program Files\Microsoft Configuration Manager\inboxes\auth\statesys.box\incoming\1sfb1dbj.SMX  
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.571+240><thread=6032 (0x1790)>
    Successfully send state change notification 8ACCAE01-5079-4FCD-A988-C1CD3004B698 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.572+240><thread=6032 (0x1790)>
    ~Exiting package processing thread. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.574+240><thread=6032 (0x1790)>
    CStateMsgReporter::DeliverMessages - Created state message file: D:\Program Files\Microsoft Configuration Manager\inboxes\auth\statesys.box\incoming\abaibh8y.SMX  
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.637+240><thread=6092 (0x17CC)>
    Successfully send state change notification 8ACCAE01-5079-4FCD-A988-C1CD3004B698 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.683+240><thread=6092 (0x17CC)>
    ~Exiting package processing thread. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:23.685+240><thread=6092 (0x17CC)>
    Sleep 30 minutes... 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:26.886+240><thread=2936 (0xB78)>
    ~Used 0 out of 3 allowed processing threads. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:27.948+240><thread=4900 (0x1324)>
    ~Sleep 3600 seconds... 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:27.950+240><thread=4900 (0x1324)>
    Sleep 30 minutes... 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:31.934+240><thread=2936 (0xB78)>
    ~Used 0 out of 3 allowed processing threads. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:33.021+240><thread=4900 (0x1324)>
    ~Sleep 3600 seconds... 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:33.023+240><thread=4900 (0x1324)>
    ~Used 0 out of 3 allowed processing threads. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:38.108+240><thread=4900 (0x1324)>
    ~Sleep 3600 seconds... 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:00:38.111+240><thread=4900 (0x1324)>
    Sleeping for 60 minutes before content cleanup task starts.~ 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:06:28.094+240><thread=4968 (0x1368)>
    Sleep 30 minutes... 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 16:30:52.271+240><thread=2936 (0xB78)>
    Sleep 30 minutes... 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 17:01:10.002+240><thread=2936 (0xB78)>
    ~Used 0 out of 3 allowed processing threads. 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 17:01:10.977+240><thread=4900 (0x1324)>
    ~Sleep 3600 seconds... 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 17:01:10.979+240><thread=4900 (0x1324)>
    Sleeping for 60 minutes before content cleanup task starts.~ 
    $$<SMS_DISTRIBUTION_MANAGER><03-17-2014 17:06:55.337+240><thread=4968 (0x1368)>
    Issue 2: I'm trying to deploy a couple of Packages/Applications using SCCM 2012 R2 running on Win2K8 R2 with no luck, knowing that I could install the packages
    on a test VM “in the DataCenter site”, but when trying to deploy the packages to production PC “in the Office Site”,
     the status is packages deployment compliance stuck at 0%
    Infrastructure:
    3 SCCM servers: CAS, PRI & SEC. Both CAS and PRI are in the DataCenter site, and SEC is in the Office site. The office site has several IP subnets.
    Boundaries are configured through Forest Discovery “IP Ranges and AD Sites” since that the AD site should contain all the IP subnets that the AD site contains, Boundaries groups are also configured and a site reference
    server is configured for each group respectively.
    A OU based Collection has been configured that contains 13 PC "the collection contains the PCs that the packages should be installed.
    Packages/Applications are configured correctly since that I could successfully deploy the packages to the test VM which is on the same subnet as the CAS and the PRI servers "the DataCenter subnet". The issue
    is that I can't deploy the packages to production PCs in the Office subnet!
    Firewall rules are configured and applied via GP, and I even turned Windows Firewall off, and still nothing! I tried to manually initiate Computer Policy download via the SCCM GUI and via a script, still no luck!
    I tried configuring IP Subnet Boundaries, still no luck!!
    Here are the last 2 lines in the LocationServices.log of a client PC at the Office Site:
    <![LOG[MPLIST requests are throttled for 00:00:44]LOG]!><time="14:47:00.766+240" date="03-17-2014" component="LocationServices" context="" type="2" thread="5776"
    file="lssecurity.cpp:4528"> <![LOG[Current AD site of machine is Default-First-Site-Name]LOG]!><time="14:47:00.777+240" date="03-17-2014" component="LocationServices" context="" type="1"
    thread="4884" file="lsad.cpp:770">
    And here are the last 4 lines in the ClientLocation.log
    <![LOG[Rotating assigned management point, new management point [1] is: BBK-SCCM-PRI.bbk2310.com (7958) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState"
    Value="0"/></Capabilities>]LOG]!><time="14:49:04.880+240" date="03-17-2014" component="ClientLocation" context="" type="1" thread="3600" file="lsad.cpp:6311">
    <![LOG[Assigned MP changed from <BBK-SCCM-PRI.bbk2310.com> to <BBK-SCCM-PRI.bbk2310.com>.]LOG]!><time="14:49:04.891+240" date="03-17-2014" component="ClientLocation" context="" type="1"
    thread="3600" file="lsad.cpp:1532"> <![LOG[Rotating proxy management point, new management point [1] is: BBK-SCCM-SEC.bbk2310.com (7958) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState"
    Value="0"/></Capabilities>]LOG]!><time="14:49:05.345+240" date="03-17-2014" component="ClientLocation" context="" type="1" thread="3600" file="lsad.cpp:6374">
    <![LOG[Rotating local management point, new management point [1] is: BBK-SCCM-SEC.bbk2310.com (7958) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="14:49:05.786+240"
    date="03-17-2014" component="ClientLocation" context="" type="1" thread="3600" file="lsad.cpp:6436">
    It looks like clients in the Office Site can’t connect to the DP/MP of the Secondary Site server which is also a DP.
    While on the PC that the application was installed on I see the folowing in the LocationService.log:
    <![LOG[Distribution Point='http://BBK-SCCM-PRI.bbk2310.com/SMS_DP_SMSPKG$/Content_69547d2a-339f-4ac4-9523-238c79ff8a52.1', Locality='LOCAL', DPType='SERVER', Version='7958', Capabilities='<Capabilities SchemaVersion="1.0"><Property
    Name="SSLState" Value="0"/></Capabilities>', Signature='http://BBK-SCCM-PRI.bbk2310.com/SMS_DP_SMSSIG$/Content_69547d2a-339f-4ac4-9523-238c79ff8a52.1.tar', ForestTrust='TRUE',]LOG]!><time="14:42:59.506+240"
    date="03-17-2014" component="LocationServices" context="" type="1" thread="224" file="lsutils.cpp:415"> <![LOG[Calling back with locations for location request {144620BC-4BF0-4878-9554-F67D305ECCF8}]LOG]!><time="14:42:59.522+240"
    date="03-17-2014" component="LocationServices" context="" type="1" thread="224" file="replylocationsendpoint.cpp:220">
    Is there something wrong with the Distribution point on the Secondary Site server?
    Please help…
    Thanks..

    Update:
    I fixed the issue with the default XXX00002 package - "Configuration Manager Client Package", it will not deploy to the Secondary Site DP. I did that through "Update Distribution Points" option, and after a while the status was 100%.
    However; the second issue is still unsolved...
    Please help..

  • Is there a way to configure managed properties on a superclass?

    Hi,
    I'm looking for a way to set a managed property on a superclass of a managed bean rather than setting it on every single managed bean extending that superclass.
    Here's a simple scenario. I've got an application scoped managed bean called "configuration" which holds (what a surprise) some configuration. It is configured like this:
         <managed-bean>
              <managed-bean-name>configuration</managed-bean-name>
              <managed-bean-class>myapp.model.ConfigurationModel</managed-bean-class>
              <managed-bean-scope>application</managed-bean-scope>
         </managed-bean>
    Now I want to use this bean from within some other request scoped managed beans (Let's say bean1 .. beanN). Of course I could inject the configuration bean into every single bean like this:
         <managed-bean>
              <managed-bean-name>bean1</managed-bean-name>
              <managed-bean-class>myapp.model.Bean1</managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
              <managed-property>
                   <property-name>configuration</property-name>
                   <property-class>myapp.model.Configuration</property-class>
                   <value>#{configuration}</value>
              </managed-property>
         </managed-bean>
         <managed-bean>
              <managed-bean-name>beanN</managed-bean-name>
              <managed-bean-class>myapp.model.BeanN</managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
              <managed-property>
                   <property-name>configuration</property-name>
                   <property-class>myapp.model.Configuration</property-class>
                   <value>#{configuration}</value>
              </managed-property>
         </managed-bean>
    The Java code of each bean would look like this:
         public class Bean1 {
              protected Configuration configuration;
              public void setConfiguration(Configuration aConfiguration) {
                   configuration = aConfiguration;
         public class BeanN {
              protected Configuration configuration;
              public void setConfiguration(Configuration aConfiguration) {
                   configuration = aConfiguration;
    One enhancement of this approach obviously is to define a super class for the beans which holds the configuration variable and its setter to prevent duplicate code. This would look like this:
         public class SuperBean {
              protected Configuration configuration;
              public void setConfiguration(Configuration aConfiguration) {
                   configuration = aConfiguration;
         public class Bean1 extends SuperBean {}
         public class BeanN extends SuperBean {}
    And now for the real problem. I'd like to use the advantage of using a superclass in the Java code on the faces configuration aswell. That means, I'd like to define the dependency injection only once for all beans extending SuperBean and not for every single bean. Probably like this:
         <managed-bean>
              <managed-bean-class>myapp.model.SuperBean</managed-bean-class>
              <managed-property>
                   <property-name>configuration</property-name>
                   <property-class>myapp.model.Configuration</property-class>
                   <value>#{configuration}</value>
              </managed-property>
         </managed-bean>
         <managed-bean>
              <managed-bean-name>bean1</managed-bean-name>
              <managed-bean-class>myapp.model.Bean1</managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
         </managed-bean>
         <managed-bean>
              <managed-bean-name>beanN</managed-bean-name>
              <managed-bean-class>myapp.model.BeanN</managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
         </managed-bean>
    Of course this doesn't work because JSF does not lookup superclasses automatically. But I would be grateful if anyone has a solution or an idea for achieving this, because it would notably simplify the faces configuration.
    These are the directions my own investigations took me so far:
    - Using an "extends" attribute: <managed-bean extends="superbean">
    This would be nice, but it would mean to use my own JSF implementation. I often use "extends" attributes on XML configurations, because it brings the pattern of inheritance with all its advantages to XML.
    - Right now I'm checking if a custom PropertyResolver could do the trick.
    Looking forward to your suggestions.
    Regards
    Frank

    There is no way in the default JSF implementation.
    You may consider to replace the getter by the outcome of FacesContext.getCurrentInstance().getExternalContext().getApplicationMap().get("configuration"); This will return the application scoped managed bean instance with the managed bean name "configuration".

  • Configuration Manager services stoping on regular basis.

    we have installed and configured WebCenter Interaction 10.3 on Windows 2003 (x86) and using JVM 1.5.0_09.
    Running all the component as windows services. Today our Configuration Manager services is stopping on regular basis.
    Error:
    ================================================================================================
    STATUS | wrapper | 2009/08/06 06:14:48 | --> Wrapper Started as Service
    WARN | wrapper | 2009/08/06 06:14:48 | The value of property 'wrapper.java.additional.2', '%JVM_2%' is not a valid argument to the jvm. Skipping.
    WARN | wrapper | 2009/08/06 06:14:48 | The value of property 'wrapper.java.additional.3', '%JVM_3%' is not a valid argument to the jvm. Skipping.
    WARN | wrapper | 2009/08/06 06:14:48 | The value of property 'wrapper.java.additional.4', '%JVM_4%' is not a valid argument to the jvm. Skipping.
    WARN | wrapper | 2009/08/06 06:14:48 | The value of property 'wrapper.java.additional.5', '%JVM_5%' is not a valid argument to the jvm. Skipping.
    WARN | wrapper | 2009/08/06 06:14:48 | The value of property 'wrapper.java.additional.6', '%JVM_6%' is not a valid argument to the jvm. Skipping.
    WARN | wrapper | 2009/08/06 06:14:48 | The value of property 'wrapper.java.additional.7', '%JVM_7%' is not a valid argument to the jvm. Skipping.
    WARN | wrapper | 2009/08/06 06:14:48 | The value of property 'wrapper.java.additional.8', '%JVM_8%' is not a valid argument to the jvm. Skipping.
    WARN | wrapper | 2009/08/06 06:14:48 | The value of property 'wrapper.java.additional.9', '%JVM_9%' is not a valid argument to the jvm. Skipping.
    WARN | wrapper | 2009/08/06 06:14:48 | The value of property 'wrapper.java.additional.10', '%BIT_MODE%' is not a valid argument to the jvm. Skipping.
    STATUS | wrapper | 2009/08/06 06:14:48 | Launching a JVM...
    INFO | jvm 1 | 2009/08/06 06:14:50 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
    INFO | jvm 1 | 2009/08/06 06:14:50 | Copyright 1999-2006 Tanuki Software, Inc. All Rights Reserved.
    INFO | jvm 1 | 2009/08/06 06:14:50 |
    INFO | jvm 1 | 2009/08/06 06:14:50 |
    INFO | jvm 1 | 2009/08/06 06:14:50 | WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
    INFO | jvm 1 | 2009/08/06 06:14:50 | The file is located on the path at the following location but
    INFO | jvm 1 | 2009/08/06 06:14:50 | could not be loaded:
    INFO | jvm 1 | 2009/08/06 06:14:50 | C:\bea\alui\configmgr\2.0\bin\..\..\..\common\wrapper\3.2.3\lib\native\win32\wrapper.dll
    INFO | jvm 1 | 2009/08/06 06:14:50 | Please verify that the file is readable by the current user
    INFO | jvm 1 | 2009/08/06 06:14:50 | and that the file has not been corrupted in any way.
    INFO | jvm 1 | 2009/08/06 06:14:50 | One common cause of this problem is running a 32-bit version
    INFO | jvm 1 | 2009/08/06 06:14:50 | of the Wrapper with a 64-bit version of Java, or vica versa.
    INFO | jvm 1 | 2009/08/06 06:14:50 | This is a 64-bit JVM.
    INFO | jvm 1 | 2009/08/06 06:14:50 | Reported cause:
    INFO | jvm 1 | 2009/08/06 06:14:50 | no wrapper in java.library.path
    INFO | jvm 1 | 2009/08/06 06:14:50 | System signals will not be handled correctly.
    INFO | jvm 1 | 2009/08/06 06:14:50 |
    INFO | jvm 1 | 2009/08/06 06:14:50 | OpenLog: verbosity level = 2
    INFO | jvm 1 | 2009/08/06 06:14:50 | bid.bootstrap.loglevel=info+
    INFO | jvm 1 | 2009/08/06 06:14:50 | 8-6-2009     6:14:50.872     Info     OpenKernel.Config     Disabled-1249553690622     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Loading config data from C:\bea\alui\configmgr\2.0\bin\../settings/config
    INFO | jvm 1 | 2009/08/06 06:14:51 | 8-6-2009     6:14:51.419     Info     OpenKernel.Config     Disabled-1249553690622     WrapperStartStopAppMain     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Setting subscription data.
    INFO | jvm 1 | 2009/08/06 06:14:51 | container config context:EAS:configurator
    INFO | jvm 1 | 2009/08/06 06:14:51 | OpenLog: Registered application name: ConfigInitialization (local machine only)
    INFO | jvm 1 | 2009/08/06 06:14:51 | OpenLog: Configuration component contained no logging settings. Creating disabled log service.
    INFO | jvm 1 | 2009/08/06 06:14:53 | Aug 6, 2009 6:14:53 AM org.apache.coyote.http11.Http11Protocol init
    INFO | jvm 1 | 2009/08/06 06:14:53 | INFO: Initializing Coyote HTTP/1.1 on http-12345
    INFO | jvm 1 | 2009/08/06 06:14:53 | Aug 6, 2009 6:14:53 AM org.apache.catalina.startup.Catalina load
    INFO | jvm 1 | 2009/08/06 06:14:53 | INFO: Initialization processed in 1157 ms
    INFO | jvm 1 | 2009/08/06 06:14:53 | Aug 6, 2009 6:14:53 AM org.apache.catalina.core.StandardService start
    INFO | jvm 1 | 2009/08/06 06:14:53 | INFO: Starting service cm
    INFO | jvm 1 | 2009/08/06 06:14:53 | Aug 6, 2009 6:14:53 AM org.apache.catalina.core.StandardEngine start
    INFO | jvm 1 | 2009/08/06 06:14:53 | INFO: Starting Servlet Engine: Apache Tomcat/6.0.14
    INFO | jvm 1 | 2009/08/06 06:14:53 | Aug 6, 2009 6:14:53 AM org.apache.catalina.startup.HostConfig deployWAR
    INFO | jvm 1 | 2009/08/06 06:14:53 | INFO: Deploying web application archive cm.war
    INFO | jvm 1 | 2009/08/06 06:14:55 | Aug 6, 2009 6:14:55 AM org.apache.catalina.realm.JAASRealm setContainer
    INFO | jvm 1 | 2009/08/06 06:14:55 | INFO: Set JAAS app name cm
    INFO | jvm 1 | 2009/08/06 06:14:55 | 06 Aug 2009 06:14:55,810 INFO - Reading standard config org/apache/myfaces/resource/standard-faces-config.xml [FacesConfigurator:151]
    INFO | jvm 1 | 2009/08/06 06:14:56 | 06 Aug 2009 06:14:56,200 INFO - Reading config jar:file:/C:/bea/alui/common/container/tomcat/6.0.14/work/cm/localhost/cm/WEB-INF/lib/jsf-facelets.jar!/META-INF/faces-config.xml [FacesConfigurator:250]
    INFO | jvm 1 | 2009/08/06 06:14:56 | 06 Aug 2009 06:14:56,200 INFO - Reading config jar:file:/C:/bea/alui/common/container/tomcat/6.0.14/work/cm/localhost/cm/WEB-INF/lib/opencontrols-framework.jar!/META-INF/faces-config.xml [FacesConfigurator:250]
    INFO | jvm 1 | 2009/08/06 06:14:56 | 06 Aug 2009 06:14:56,200 INFO - Reading config jar:file:/C:/bea/alui/common/container/tomcat/6.0.14/work/cm/localhost/cm/WEB-INF/lib/opencontrols.jar!/META-INF/faces-config.xml [FacesConfigurator:250]
    INFO | jvm 1 | 2009/08/06 06:14:56 | 06 Aug 2009 06:14:56,294 INFO - Reading config jar:file:/C:/bea/alui/common/container/tomcat/6.0.14/work/cm/localhost/cm/WEB-INF/lib/tomahawk-1.1.3.jar!/META-INF/faces-config.xml [FacesConfigurator:250]
    INFO | jvm 1 | 2009/08/06 06:14:56 | 06 Aug 2009 06:14:56,294 INFO - Reading config /WEB-INF/faces-config.xml [FacesConfigurator:411]
    INFO | jvm 1 | 2009/08/06 06:14:56 | 06 Aug 2009 06:14:56,341 WARN - Locale name in faces-config.xml null or empty, setting locale to default locale : en_US [LocaleUtils:52]
    INFO | jvm 1 | 2009/08/06 06:14:56 | OpenLog: verbosity level = 2
    INFO | jvm 1 | 2009/08/06 06:14:56 | OpenLog: Registered application name: OpenControls.winapaqlog4
    INFO | jvm 1 | 2009/08/06 06:14:56 | OpenControls.winapaqlog4
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,154 WARN - Ignored element 'dispatcher' as child of 'filter-mapping'. [WebXmlParser:347]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,154 WARN - Ignored element 'dispatcher' as child of 'filter-mapping'. [WebXmlParser:347]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,169 INFO - ServletContext 'null' initialized. [StartupServletContextListener:99]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,169 INFO - Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory [StartupServletContextListener:140]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,185 INFO - Root WebApplicationContext: initialization started [ContextLoader:174]
    INFO | jvm 1 | 2009/08/06 06:14:57 | Aug 6, 2009 6:14:57 AM org.apache.catalina.core.ApplicationContext log
    INFO | jvm 1 | 2009/08/06 06:14:57 | INFO: Loading Spring root WebApplicationContext
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,263 INFO - JDK 1.4+ collections available [CollectionFactory:76]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,263 INFO - Commons Collections 3.x available [CollectionFactory:80]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,294 INFO - Loading XML bean definitions from ServletContext resource [WEB-INF/applicationContext-acegi-security.xml] [XmlBeanDefinitionReader:347]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,607 INFO - Bean factory for application context [Root WebApplicationContext]: org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [acegiFilterChainProxy,httpSessionContextIntegrationFilter,securityRequestFilter,exceptionTranslationFilter,filterSecurityInterceptor,authenticationManager,daoAuthenticationProvider,userDetailsService,authenticationBean]; root of BeanFactory hierarchy [XmlWebApplicationContext:100]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,622 INFO - 9 beans defined in application context [Root WebApplicationContext] [XmlWebApplicationContext:322]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,654 INFO - Unable to locate MessageSource with name 'messageSource': using default [[email protected]9d] [XmlWebApplicationContext:473]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,654 INFO - Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@f0f2f1e] [XmlWebApplicationContext:495]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,654 INFO - Unable to locate ThemeSource with name 'themeSource': using default [[email protected]f0fdecd] [UiApplicationContextUtils:83]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,654 INFO - Pre-instantiating singletons in factory [org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [acegiFilterChainProxy,httpSessionContextIntegrationFilter,securityRequestFilter,exceptionTranslationFilter,filterSecurityInterceptor,authenticationManager,daoAuthenticationProvider,userDetailsService,authenticationBean]; root of BeanFactory hierarchy] [DefaultListableBeanFactory:261]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,888 INFO - Validated configuration attributes [AbstractSecurityInterceptor:220]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,888 INFO - Using context class [org.springframework.web.context.support.XmlWebApplicationContext] for root WebApplicationContext [ContextLoader:189]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,888 INFO - Root WebApplicationContext: initialization completed in 703 ms [ContextLoader:199]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,904 INFO - Initializing filter 'RequestContextFilter' [RequestContextFilter:152]
    INFO | jvm 1 | 2009/08/06 06:14:57 | 06 Aug 2009 06:14:57,904 INFO - Filter 'RequestContextFilter' configured successfully [RequestContextFilter:177]
    INFO | jvm 1 | 2009/08/06 06:14:58 | Aug 6, 2009 6:14:57 AM org.apache.catalina.startup.HostConfig deployWAR
    INFO | jvm 1 | 2009/08/06 06:14:58 | INFO: Deploying web application archive ROOT.war
    INFO | jvm 1 | 2009/08/06 06:14:58 | Aug 6, 2009 6:14:58 AM org.apache.coyote.http11.Http11Protocol start
    INFO | jvm 1 | 2009/08/06 06:14:58 | INFO: Starting Coyote HTTP/1.1 on http-12345
    INFO | jvm 1 | 2009/08/06 06:14:58 | Aug 6, 2009 6:14:58 AM org.apache.catalina.startup.Catalina start
    INFO | jvm 1 | 2009/08/06 06:14:58 | INFO: Server startup in 4531 ms
    INFO | wrapper | 2009/08/06 07:10:02 | User logged out. Ignored.
    INFO | wrapper | 2009/08/06 07:10:03 | User logged out. Ignored.
    INFO | jvm 1 | 2009/08/06 07:10:04 | OpenLog: verbosity level = 2
    INFO | jvm 1 | 2009/08/06 07:10:04 | bid.bootstrap.loglevel=info+
    INFO | jvm 1 | 2009/08/06 07:10:04 | 06 Aug 2009 07:10:04,279 INFO - Closing application context [Root WebApplicationContext] [XmlWebApplicationContext:599]
    INFO | jvm 1 | 2009/08/06 07:10:04 | 06 Aug 2009 07:10:04,279 INFO - Destroying singletons in {org.springframework.beans.factory.support.DefaultListableBeanFactory defining beans [acegiFilterChainProxy,httpSessionContextIntegrationFilter,securityRequestFilter,exceptionTranslationFilter,filterSecurityInterceptor,authenticationManager,daoAuthenticationProvider,userDetailsService,authenticationBean]; root of BeanFactory hierarchy} [DefaultListableBeanFactory:272]
    INFO | jvm 1 | 2009/08/06 07:10:04 | 8-6-2009     7:10:04.279     Info     OpenKernel.Config     Disabled-1249557004060     Wrapper-Shutdown-Hook     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Loading config data from C:\bea\alui\configmgr\2.0\bin\../settings/config
    INFO | jvm 1 | 2009/08/06 07:10:04 | OpenControls.winapaqlog4
    INFO | jvm 1 | 2009/08/06 07:10:04 | INFO: PmbApplication.run() exiting forcefully... Releasing one worker thread.
    INFO | jvm 1 | 2009/08/06 07:10:04 | 8-6-2009     7:10:04.810     Info     OpenKernel.Config     Disabled-1249557004060     Wrapper-Shutdown-Hook     com.plumtree.openkernel.impl.config.providers.ConfigXMLFileProvider     Setting subscription data.
    INFO | jvm 1 | 2009/08/06 07:10:04 | container config context:EAS:configurator
    INFO | jvm 1 | 2009/08/06 07:10:04 | OpenLog: Registered application name: ConfigInitialization (local machine only)
    INFO | jvm 1 | 2009/08/06 07:10:04 | OpenLog: Configuration component contained no logging settings. Creating disabled log service.
    STATUS | wrapper | 2009/08/06 07:10:06 | <-- Wrapper Stopped
    ============================================================================
    When we are starting , it stays for couple of mins say 10/15 mins then it stops.
    Can any body have any idea what should i do to get it resolved.

    The logs look odd to say the least on start up and there are couple items when the service gets the signal to shutdown that are suspicious.
    My suggestion is to troubleshoot top down. Clean up the discrepant messages upon startup.
    message : INFO
    Please verify that the file is readable by the current user
    and that the file has not been corrupted in any way.
    One common cause of this problem is running a 32-bit version
    of the Wrapper with a 64-bit version of Java, or vica versa.
    This is a 64-bit JVM.
    Are you attempting change the existing out of box JVM?
    You know it doesn't use sun jvm anymore. It's JROCKIT.
    Make sure your JVM Settings are as follows:
    C:\bea\alui\configmgr\2.0\settings\config\wrapper_base.conf
    # Java Application
    wrapper.java.command=%JRE_PATH%/bin/java
    THEN Verify:
    CMD
    cd C:\bea\alui\common\jre\1.5.0_32\
    java -versionYou should get something like.
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    BEA JRockit(R) (build R27.4.0-90-89592-1.5.0_12-20070928-1715-windows-ia32, comp
    iled mode)
    In any case, your enviroment seems funky. Use the tips above to troubleshoot.
    Troubleshoot this error first and find out why it thinks your using a 64 bit JVM versus a 32 bit one.
    Last tip: Place Logging into Debug to see whether more logging will give you further insight into the problem.
    Hope this helps!
    Cheers!!!

  • [Forum FAQ] Configuration Manager Console shows nothing if you change SSRS to using SSL after Reporting Service Point is installed

    If the SSRS is changed to SSL mode and http binding is removed after Reporting Service Point is installed. The Configuration Manager Console shows nothing in Reporting Pane. After digging into this problem, the cause is that the SSRS information has not
    been updated in Configuration Manager Database. The following steps are taken for finding the root cause.
    1. After changing to SSL, the Reporting Service Point log shows the error as shown in Figure 1.
    The request failed with HTTP status 404: Not Found.
    (!) SRS not detected as running
    Failures reported during periodic health check by the SRS Server DB2.SCJIZHO.COM.
    Figure 1
    From the error, seems the cause was the Reporting Service Point detected a wrong port. We digged around in Registry and found the information is a Registry key named ReportServerUri at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP. After changing the Report
    Server address to https. The error is gone as shown in Figure 2. But the issue remains, the Console still shows nothing. It is not a right direction.
    Figure 2
    2. Open the Console log file, it also shows some valuable information.
    instance of __ExtendedStatus
                    Operation = "ExecQuery";
                    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'PRI'";
                    ProviderName = "WinMgmt";
    \r\n
    [1, PID:3136][04/24/2014 01:46:00] :Property: 'LastModifiedTime'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [52, PID:3136][05/11/2014 20:14:15] :[ReportProxy] - User-specified default Reporting Point [PRI.scjizho.com] could not be found, [DB2.scjizho.com] is now the default Reporting Point (Figure 3).
    Figure 3
    It seems the Console wants to access the old http site and it fails to get into the site for sure. Actually, the Site Configuration information is come from Site Control File and as we all know that ConfigMgr 2012 doesn’t store the Site Control file in the
    file system. However, it’s stored in the SQL database (as XML file). The XML file is stored in a view named vSMS_SC_SiteControlXML. This view is a read-only view. We cannot edit it directly. The related table stored the SSRS information for this view is SC_SysResUse_Property.
    Running the following query will list the SSRS address. We can see the address is still the old one. This is why the Console shows nothing.
    SELECT
    name,
    value2
    FROM dbo.SC_SysResUse_Property
    where name
    ='ReportServerUri'
    or name=
    'ReportManagerUri'
    Remarks:
    This article is just to let you know why the Console cannot show the Reports after changing to SSL mode. We do not intend to make you change the table in Database, if you want to change it, you will be at your own risk. The real solution to this situation
    is to reinstall your Reporting Service Point.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Ok, but how do you solve this problem? Does uninstalling the RP and adding it back solve this problem?
    http://www.enhansoft.com/

  • Problem with Per diem calculation in Travel Management module

    Dear ALL,
    We have configured Travel Management module in SAP and we have an issue with per diem calculation, viz.,  whenever we add an additional destination in the trip (T.code TRIP). 
    Ex: Employee's travel plan from 10/8/2011 (06.00 hrs) to 13/8/2011 (06:00 hrs)... in 24 hrs format.  When the employee goes directly to one destination and coming back, the per diem calc is coming right.  i.e., per diem amount for 3 days. 
    But when we add additional destination between the trip period-  viz.,  either 10th eve (18.00 hrs) or on 11th Aug-  the per diem calc is being done by system for 4 days instead of 3 days only.
    In otherwords, for every additional destination in the itinerary, one extra per diem is being calculated (when we simulate in T.Code: PR05)
    Would appreciate guidance ASAP.
    Regards,
    Santosh

    hello,
    I am having similar kind of problem can you please share your solution
    Regards
    Sarthak Arora

  • Oracle Configuration Manager - EBS R12.1.1

    Hi ,
    EBS R12.1.1, on OEL 5.4
    Is there forums for Oracle Configuration Manager?
    I am trying to configure it, but as usual the docs is very topsiturvy.
    Identifying If Oracle Configuration Manager Is Already Installed or Configured
    Oracle Configuration Manager is included with many Oracle product lines. To verify if
    it has been included, check for the presence of the ccr directory under $ORACLE_
    HOME. If the ccr directory exists, you must verify whether it has been configured.
    ■ Navigate to the ccr/bin directory and locate emCCR. If emCCR exists, OCM has
       been configured.
    ■ If emCCR is not present under the ccr/bin directory, OCM has been installed but
       not configured.
    If the ccr directory does not exist, Oracle Configuration Manager has not been
    included with your Oracle release.
    Note: For the middle-tier of Oracle E-Business Suite Release 12
    installations, check for the presence of the ccr directory under the
    $INST_TOP/ocm/10.1.2/ and $INST_TOP/ocm/10.1.3/
    directories.
    For the database tier, the ccr directory can be found
    under $ORACLE_HOME.I searched the "ccr" at the apps tier:
    [appldev1@apps1 ~]$ cd /u01/appldev1
    [appldev1@apps1 appldev1]$ ls
    DEV1
    [appldev1@apps1 appldev1]$ find . -name "ccr"
    ./DEV1/apps/tech_st/10.1.3/ccr
    ./DEV1/apps/tech_st/10.1.2/ccr
    ./DEV1/apps/apps_st/appl/fv/12.0.0/mds/ccr
    ./DEV1/apps/apps_st/comn/java/classes/oracle/apps/fv/ccrAnd I searched the "ccr" at the database tier:
    [root@apps1 ~]# cd /u02/oradev1
    [root@apps1 oradev1]# find . -name "ccr"
    ./DEV1/db/tech_st/11.1.0/ccrWhy is that there are lots of "ccr" directories in the appstier?
    And there is also existing on the dbTier.
    Where should I install the OCR? in the apps tier or db tier or both?
    Thanks a lot
    MsK

    Hi user;
    If you follow Note:Oracle Configuration Manager and E-Business Suite Release 12 Release Notes [ID 406369.1]
    As you can see in note +"Starting with Release 12, Oracle has updated the Oracle E-Business Suite Rapid Install, Rapid Clone, and AutoConfig tools to incorporate support for installing and configuring OCM."+
    Please check your Applications context file via section 1. The information will appear in your in the following variables:
    After you confirm this,please check Section 2: Configuring OCM after Installing Release 12
    Modify your Applications context file on each node to add the CSI, OracleMetaLink user name, country code, and proxy values.
    Its mean take backup of Applications context file on each node than add add upper information to your Applications context file on each node and run autconfig each node.(For adding parameter,please follow section 1. The information will appear in your in the following variables: )
    If you dont know how you can edit Applications context file please check:
    Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12 [ID 387859.1]
    Regard
    Helios

  • Unable to start ICM Configuration Manager in ICM 8.5

    Hi,
    We are in the midst of setting the unified contact center 8.5.2 on windows server 2008 R2.
    We are using CUCM 8.5. As for the icm 8.5.2, the servers are as follows:
    1. Router A & logger A & CMPG A & VRU PG A on 1 mcs 7845
    2. Router B & logger B & CMPG B & VRU PG B on 1 mcs 7845
    3. Administration/ Data server with HDS on 1 mcs 7845
    All servers are running ms SQL server 2005 with sp2. When the instance and all components
    were created, I could start all services on these 3 servers. But when I tried to open the
    Configuration Manager, it showed an error "(-9959) The AWDB needs to be reloaded before
    any operations may be attempted. Please run Initialize Local Database."
    Then I tried to start the process in the Initialize Local Database windows, it threw out
    another error saying "the pipe has ended" following by another message "the process is
    completed".
    Then I tried o start the configuration manager or the script editor again, the same
    problem still persists. I tried to recreate the Administration server & data server component again, but it
    doesn't help. I also tried to delete the AWDB but it said the database in current in use.
    Did I miss out any important steps here? Appreciate your help to rectify this issue ASAP.
    I also noticed version 8.x and 7.5 is so much different. How do I check the each icm
    process like the process window in version 7.5?
    Thanks & regards,
    Eric

    Geoff is correct...and I would agree with David as well.
    I will try to be more specific and answer both questions:
    On Windows Server 2003, SQL Server 2005 Service Pack 3 or higher is the requirement.
    On Windows Server 2008 R2, SQL Server 2005 Service Pack 4 or higher is the requirement.
    The validation should be enforced in ICM Installer 8.0(1a).
    Specifically, if SQL Server 2005 is detected on a machine and if the service pack is not minimally correct, when ICMCCInstaller version 8.0(1a) is run, the following severe error will be displayed to the user as well as being logged in the ICMInstall.log:
    "[Error] Microsoft SQL Server 2005 installation does not have a high enough service pack.  Cisco Unified ICM/Contact Center Enterprise & Hosted requires Microsoft SQL Server 2005 with Service Pack or greater."
    where is 3 when running on Windows Server 2003 and 4 when running on Windows Server 2008 R2.
    didn't you see this message when installing it?
    The 8.0(1a) full installer contains the same file set as the 8.0(1) FCS version. The difference is in the InstallShield installer, which allows customers to install the product on Windows 2003 or Windows Server 2008 R2 (whereas the FCS version did not allow W2k8). Release 8.0(1a) completely replaces 8.0(1). End user documentation still just refers to 8.0(1) (i.e. you will not see reference to 8.0(1a)).
    Note: 8.0(1a) does not have the complete working solution for Windows Server 2008 R2. You must apply the 8.5(2) or higher maintenance release in addition to 8.0(1a) to have a working solution. The MR contains bug fixes specific to Windows Server 2008 R2.
    Now, how to see processes...well...say goodbye to that one as it is used to be
    No UCCE Process Windows
    In Windows Server 2008 R2, session 0, where Windows services run, has no desktop. No user can login to session 0 as previously known as console. And since there is no desktop, no visible object of any type can be displayed. Among such objects are the UCCE process windows. Customers and TAC have long relied on the process windows to diagnose the system and provide a feel good indicator that the system is running. The title bars of some windows are critical for determining things like which side is active. The tracing provided in some windows sometimes made it easier to diagnose or monitor certain conditions, especially in reproduction during a maintenance window. The goal was to make this same information available in another way.
    Diagnostic Framework Portico: Process Status Info (title bar)
    The status of the UCCE processes is used to be shown in the title bar of the corresponding process window.  Since all UCCE process windows no longer show up in the taskbar, users are not able to use the process windows to check the status of the UCCE processes anymore.  As a result, process status information was added to the Diagnostic Framework Portico.
    The Diagnostic Framework Portico is a web-based GUI that list the current running UCCE processes.
    You can also access the Diagnostic Framework Portico by choosing All Programs > Cisco Unified CCE Tools > Diagnostic Framework Portico.
    Note that the process status information is now displayed.  Additionally status changes and low uptime is highlighted. Uptime will be red if uptime is less than 10 minutes and yellow less than 30 minutes. These will also be underlined. This will help to identify cycling services. Status changes will be highlighted and made bold when a process's status changes. This highlighting will last for 10 minutes or until the status returns to its original state. Also as compared to the original page, the vertical space has been used more efficiently to fit more processes on a single page without scrolling. There is also a refresh checkbox which when checked will refresh the page every 5 seconds. It is checked by default.
    EMSMon: Process EMS Messages
    In Release 8.5(2), for Windows 2008, process windows for ICM processes are no longer available. The title bar status information is available in the Diagnostic Portico; however, real time data does not appear there. To address this, Cisco recommends that partners and TAC use EMSMON as a replacement.
    EMSMON has been with UCCE/ICM since the earliest versions of ICM. EMSMON displays logged messages from a process as they are logged. It displays the same content as the former process windows. The two exceptions are the title bar and stdout and stderr output. Events are logged for all processes and appear in EMSMON. However, rare error condition messages (shelled processes, and so on) that go to stdout do not appear in an EMSMON window.
    You can start EMSMON while the process is up or down. If the process is down, EMSMON displays messages from the process when the process starts. EMSMON does not end when the process ends. To end EMSMON, press CTRL+C or close the window.
    Note: To prevent ICM processes from queueing too many EMSMON messages and exceeding the system memory, ICM processes may drop queued EMSMON messages. If this happens, EMSMON clients display a message indicating one of the clients fell behind and there is a gap. This message is also logged in the processes event log. This can happen if a particular EMSMON client is too slow or paused by quick edit or ctrl/s for example.
    How to run EMSMON
    EMSMON has the same parameters as procmon:
    *Instance/Customer Node process,[process] [System]
    The System parameter is optional. You can use it to run EMSMON from a machine remote from where the process is running.
    For example, if the Instance/Customer Node is ?ucce and you want to monitor the JTAPI gateway on PG1A, type the following:
    EMSMON ucce PG1A jgw1
    If you are remote and the machine name is UCCEPG1A, type:
    EMSMON ucce PG1A jgw1 UCCEPG1A
    Note: A trust relationship must exist between the two machines. (Use the “NET USE” command or something similar).
    The following list includes some EMSMON facts:
    EMSMON (like DUMPLOG) can monitor multiple processes. The use of EMSMON to monitor multiple processes is not discussed here.
    A single EMSMON can monitor multiple processes and merge their output (for example, (jgw1 and pim1).
    Multiple EMSMONs can watch a single process. For example, you can have a local (on box) EMSMON and a remote EMSMON. Cisco recommends that you use one EMSMON only for each process.
    To reserve system resources for ICM processes, it is recommended that you run the EMSMON client on a remote machine that does not host ICM processes. For example, running EMSMON client on side A of a PG and connecting it to a process on side B of a PG is not recommended.
    To run EMSMON on a remote machine, copy emsmon.exe, emsmon.pdb, and icrmessages.dll from c:\icm\bin and place them on a remote machine.
    You can cut and paste just as in the command windows but it is safer in EMSMON.
    You can start EMSMON at anytime, even when the process is not running. (You can have a batch file on a machine to start sessions.)
    For history (events prior to EMSMON starting), use DUMPLOG.
    To change the number of lines each EMSMON window retains, modify the command window parameters.
    With EMSMON, you can have one local connection and five remote connections per process. When the number of connections is exceeded, the oldest session is disconnected with the following message ?You are being disconnected because another user has connected to this named pipe.
    If your system is running a heavy call load, your EMSMON connections may disconnect and the following message appears: ? You are being disconnected because the system is running a heavy call load; this connection may impact the performance of the system. It is recommended that you do not reconnect your EMSMON sessions until your system returns to a normal call load
    Thanks,
    Goran
    Please rate with 5 stars if you find this post useful.

  • "Configuration Manager cannot connect to the site" after site update from SP1 to R2

    Our dev SCCM environment only has a single primary site with a remote SQL database.  Initially, the dev primary site had SP1 Beta (5.00.7782.1000) installed but as everyone is aware there is no upgrade path available to SP1 or R2 from Beta; so, we uninstalled
    the site and removed the database, re-installed SP1 non-Beta (5.00.7804.1000), then proceeded to update all devices with the latest client agent.  Afterwards, we attempted to upgrade the site from SP1 non-Beta (5.00.7804.1000) to R2 (5.00.7958.1000).
     All seemed well until we attempt to open the Configuration Manager console and we get the following error message:
    Configuration Manager cannot connect to the site (Site Name)
    The Configuration Manager Administrator console could not connect to the Configuration Manager site database. Verify the version of the console is compatible with the version of the site server you are connecting to and then try to connect again.
    So we tried reinstalling the console directly from here...
    "C:\Program Files\Microsoft Configuration Manager\tools\ConsoleSetup\AdminConsole.msi"
    still the same error message persisted, so we tried installing it from here...
    "C:\Program Files\Microsoft Configuration Manager\tools\ConsoleSetup\ConsoleSetup.exe"
    still the same error message persisted, so then we tried installing it directly from the R2 (5.00.7958.1000) installation media, and afterwards the same error message persisted....
    All along, we were checking the AdminConsole log from here:
    "C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\AdminUILog\SmsAdminUI.log"
    Here are the contents:
    [4, PID:4836][04/22/2014 15:21:10] :Property: 'Features'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [4, PID:4836][04/22/2014 15:21:10] :ReadExtraProperties: Failed to initialize extra properties
    [4, PID:4836][04/22/2014 15:21:11] :Transport error; failed to connect, message: 'The Configuration Manager Administrator console could not connect to the Configuration Manager site database. Verify the version of the console is compatible with the version
    of the site server you are connecting to and then try to connect again.'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.SmsConnectionWithDetailException\r\nThe Configuration Manager Administrator console could not connect to the Configuration Manager
    site database. Verify the version of the console is compatible with the version of the site server you are connecting to and then try to connect again.\r\n   at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.ValidateConnectionParameters(ConnectionManagerBase
    connection)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nNo details are available for this error.\r\n
    Once again, we validated we could connect to the SQL database from this box, and that the console was at the same version as the site.  Any help or guidance with getting our access to the console restored after the SP1 to R2 upgrade would be greatly
    appreciated. 

    From the Primary Site Server, I tried uninstalling the Admin Console and re-installing using:
    consolesetup.exe /q TargetDir="%ProgramFiles%\Microsoft Configuration Manager" EnableSQM=0 DefaultSiteServerName=<SiteServerName>
    Of course replacing <SiteServerName> with the FQDN of my Primary Site Server.  Console installed successfully however the same error message persists.
    Also tried installing the console on a clean Windows Server 2008 R2 installation.  I tried it from the R2 (5.00.7958.1000) installation media, from the "C:\Program Files\Microsoft Configuration Manager\tools\ConsoleSetup\" both without any luck, the
    same error message persists.  I verified I could ping the FQDN of the site server also, and that the firewall between the two permits communication over the ports listed here: http://technet.microsoft.com/en-us/library/hh427328.aspx
    Any help would be greatly appreciated.

  • Configuration Manager 2012 Agent Crashing - Faulting Application Name: CcmExec.exe

    We have recently experienced ~1,000 systems that have the SCCM 2012 SP1 client crashing every 5 to 10 minutes. The SCCM 2012 environment is SP1 CU3 and most SCCM clients are running the SP1 version of 5.00.7804.1000.
    The following errors are written in the Application Event Log every time this occurs:
    Log Name:      Application
    Source:        Configuration Manager Agent
    Date:          12/5/2013 8:32:07 AM
    Event ID:      669
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      %ComputerName%
    Description:
    The component raised an exception but failed to handle it and will be stopped immediately.
     Component name: KERNELBASE.dll
     Executable:
     Process ID:
     Thread ID:
     Instruction address: 8791750393037
     Exception code: -286326786
     Client version: 5.00.7804.1000
    Log Name:      Application
    Source:        Application Error
    Date:          12/5/2013 8:32:07 AM
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      %ComputerName%
    Description:
    Faulting application name: CcmExec.exe, version: 5.0.7804.1000, time stamp: 0x50add6eb
    Faulting module name: KERNELBASE.dll, version: 6.1.7601.17965, time stamp: 0x506dcae6
    Exception code: 0xeeeefffe
    Fault offset: 0x000000000000bccd
    Faulting process id: 0x1120
    Faulting application start time: 0x01cef1be5aad21ad
    Faulting application path: C:\Windows\CCM\CcmExec.exe
    Faulting module path: C:\Windows\system32\KERNELBASE.dll
    Report Id: a24071a5-5db1-11e3-b5bc-d4bed936cdee
    Log Name:      Application
    Source:        Windows Error Reporting
    Date:          12/5/2013 8:32:07 AM
    Event ID:      1001
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      %ComputerName%
    Description:
    Fault bucket , type 0
    Event Name: APPCRASH
    Response: Not available
    Cab Id: 0
    Problem signature:
    P1: CcmExec.exe
    P2: 5.0.7804.1000
    P3: 50add6eb
    P4: KERNELBASE.dll
    P5: 6.1.7601.17965
    P6: 506dcae6
    P7: eeeefffe
    P8: 000000000000bccd
    P9:
    P10:
    I also saw the post below regarding a similar issue, but nothing has helped resolve the issue as of yet. 
    http://social.technet.microsoft.com/Forums/en-US/5ad3d7d4-2a87-473d-8c9d-41ad100e134a/random-client-failures-ccmexecexe-exception-code-0xeeeefffe?forum=configmanagergeneral#30791e92-6dc3-4466-9e07-bc2552e6aa3b
    Any assistance or guidance is greatly appreciated.  Thanks!

    Yes, I know that this is an old post, I’m just trying to clean them up. Did you find the answer for this?
    By change do you have McAfee and have you told McAfee to exclude ccmexec.exe from AV scanning?
    http://www.enhansoft.com/

  • LMS 4.0 Fault Management Module alert doesn't show CurrentUtilization

    Hi,
    I would like to know if there's a way to show CurrentUtilization percentage within the messages generated by the Fault Management Module in LMS 4.0
    EVENT ID                = 00008Z1
    TIME                    = S
    STATUS                  = Active
    SEVERITY                = Critical
    MANAGED OBJECT          = switch
    MANAGED OBJECT TYPE     = Switches and Hubs
    EVENT DESCRIPTION       = HighUtilization::Component=PORT-switch/11150 [Gi3/0/50] [---> TRUNK ];ComponentClass=Port;ComponentEventCode=1057;TrafficRate=5.2261432E7  BYPS;DuplexMode=FULLDUPLEX;UtilizationThreshold=40;MaxSpeed=1000000000;Type
    NOTIFICATION ORIGINATOR = Fault Management Module
    As you can see above CurrentUtilization percentage is not shown in Event Description section.
    Could someone help?
    Thank you!
    Massimiliano.

    To my knowledge nothing can be configured here.
    You have to take traffic rate and max speed and do the calculation yourself
    FAD! functioning as designed
    Cheers,
    Michel

  • Services of 2nd instance disappearded from SQL Server 2012 Configuration Manager but still running

    We recently configured multiple SQL Server 2012 R1 (two-node) clusters. Some with two instances. However, we discovered later that the Configuration Manager only lists the services of the 1st instance (the default MSSQLSERVER instance). The other named instance
    is still running and can be failed over from one node to the other using Cluster Failover Manager but the services are not showing up in Configuration Manager in any of the two nodes.
    Any thoughts as to why we see this odd behavior and how to fix it? We have done two instances before in SQL Server 2008 R2 but never saw this behavior.
    Thanks,
    Omer

    Please see my answer above about the SQLCM version. We use the highest.
    As I said before that this happens only when we have two instances running in a SQL2012 cluster. We configured 7 SQL 2012 clusters. three of them have two instances but only the services of one instance are displayed in CM. Services of the default instance
    are listed in two of these clusters while services of the named instance are listed in the 3rd one.
    One thing to note about these configurations is that the installer could not bring the services at the end of installation online because it did not have permission to create the computer objects in AD during setup thus we had to follow a known workaround
    that involves having the domain admin fix these permissions and then we were able to add the SQL Agent Service to the cluster and bring the services online after modifying the ConfigurationState key value of each instance in the registry.
    The installer account is setup as a local admin and we asked the domain admin to give it "Read All properties" and "create computer objects" in AD but for some reason it does not seem to have the ability to create these computer objects during installation
    and the objects are to be pre-created and their permissions reset afterward.
    I am giving this information and I am not sure if it has anything to do with the fact that SQLCM is listing the services of one instance and not the other.

Maybe you are looking for

  • How can I remove a device from my iCloud/Apple ID?

    Hi, I merged my dad's iphone to my Apple ID a while back because he wants to buy an app and I have some credit left over so I let him used my ID on his device. Apparently, all my contacts, pictures from photo stream, and ical are now also in his devi

  • Question about nested tables

    Hallo everyone, I have a problem with nested tables. I can create them and insert data with the sql command line. It is not possible in the browser. But I cannot view the values - neither in the command line nor in the browser. In the browser, oracle

  • CS5 Service Manager crash

    My system: Windows 7 Ultimate 64-bit; Dual 3.2GHz XEON CPUs; 16GB RAM; 500GB HD; Radeon X1700 (Dual monitors); fully updated and in good health. I installed CS5 Master Suite fresh (not an upgrade) from the Student/Teacher distribution DVDs, and immed

  • How to open RAW files using elements 10 with a pc using windows xp and nikon D3300

    i have an old pc running on windows xp to which i downloaded elements 10. i recently bought a nikon d3300 and am shooting RAW. is there a way to open the RAW files using elements 10?

  • VideoFX in iMovie HD 6

    Ok so everytime i click on a VideoFX(adding effescts to clips) in preview mode the mini screen to the left turns all white but I can see a little bit of picture.I can also see on the screen in white the other effect options on the mini preview screen