Unable to enable Archive for user

We recently migrated from Exchange 2007 to 2013, the next step is to start using the archive feature available in 2013. However, one of the test users is presenting a problem, when I try to enable archiving I get this
Mailbox 'User Name' can't be archive-enabled because it has a managed folder mailbox policy assigned. Archives are supported only with a retention policy, the messaging records management (MRM) feature introduced in Exchange 2010.
We did not use Exchange 2010 at any point, so I don't understand where this could be coming from.
I found multiple articles talking about this in Exchange 201, and a number of responses saying run this
Set-Mailbox user -ManagedFolderMailboxPolicy $null
When I tried running it, I got this result
A parameter cannot be found that matches parameter name 'ManagedFolderMailboxPolicy'.
+ CategoryInfo : InvalidArgument: (:) [Set-Mailbox], ParameterBindingException
+ FullyQualifiedErrorId : NamedParameterNotFound,Set-Mailbox
+ PSComputerName : server.domain.com
Can anyone advise how I resolve this? I have a feeling I am going to come across this on multiple users...

Try:
Set-Mailbox <user> -RemoveManagedFolderAndPolicy $true
https://technet.microsoft.com/en-us/library/bb123981%28v=exchg.150%29.aspx
If it fails, drop the $true.  I haven't used this switch before, so I don't know off hand if it needs the value or not.
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread

Similar Messages

  • Unable to Enable iCal for users

    Having a little trouble here getting iCal server to work. I believe I have everything set up correctly in DNS. I can successfully dig both directions on the server. changeip also comes back correctly.
    I have set up iCal server with the correct host name (sever1.example.com), and enabled SSL.
    The service is active.
    The issue comes in when I attempt to enable the calendar service for any user. I check the enable box in Workgroup Manager, but only get "No calendar host selected" to in the menu.
    The iCal Server manual mentions something about creating an SRV record in DNS, but if that is really needed, I don't completely understand the steps to create it.
    Any suggestions?

    Workgroup Manager 10.6.2 (361.2.1) no longer presents information relating to calendaring in the Advanced tab.
    Workgroup Manager 10.5.5 (319.2.2) (in Server Admin Tools 10.5.7) and
    Workgroup Manager 10.6 (361.1.1) continue to display the option to enable calendaring.
    MacOSXServerUpdCombo10.6.2.dmg comprises MacOSXServerUpdCombo10.6.2.pkg — no separate package for Server Admin Tools. I guess that standalone installers (for 10.5.x and 10.6.x.) for fixed versions of Server Admin Tools will appear in due course.

  • Article on "Enabling PDFs for User Input"

    My article on "Enabling PDFs for User Input" is now available at
    http://www.front-runner.com/tools_and_resources/articles/enabling_pdfs.html
    (with links to sample PDFs, demonstrating different approaches).
    Shlomo Perets
    MicroType, FrameMaker/Acrobat training & consulting
    "24 easy ways to improve your PDFs with FrameMaker-to-Acrobat TimeSavers/Assistants",
    http://www.microtype.com/ImprovePDF.html

    Hi,
    Yes, there is such a functionallity built into the system, but it's not enabled by default. Because of this, it's not supported to enable it. For more information take a look at Antons blogpost:
    http://blog.scsmsolutions.com/2013/02/sla-in-scsm-2012-part-3-hidden-features/
    Regards
    //Anders
    Anders Asp | Lumagate | www.lumagate.com | Sweden | My blog: www.scsm.se

  • Enabling SSI for users

    I'm trying to enable SSI (Server Side includes) for users. I have it working for the directories in the main sites, but the pages are not being parsed in the user directories. I tried creating a new directory entry in httpd.conf for /homedirs/*/Sites/ but it seems to be ignored. Does anyone have any ideas? This is running on 10.2.8 server.

    You may want to make individual changes to /etc/httpd/users/username.conf files.
    When you say SSI, do you mean the ".shtml" stuff? Did you create an "Includes" option? If you meant CGIs (like C and Perl), then did you add an "ExecCGI" option?
    <Directory "/Users/username/Sites/cgi-bin/">
    Options Includes ExecCGI
    </Directory>
    If it's a CGI, make sure that the executable's file name ends in ".pl" or ".cgi" and they have global execute permissions.
    Also make sure that mod_cgi is being loaded in httpd.conf (look in the list of LoadModule and AddModule).
    Extended Keyboard Server   Mac OS X (10.4.1)  

  • Enable lync for user

    hello
    i want to know how can i enable lync for one user in active directory without creating mailbox .
    i  am using lync 2013
    thanks

    A mailbox isn't required for creating a Lync user. You can enable the user for Lync using the Lync Control Panel or running Enable-CsUser in Powershell (http://technet.microsoft.com/en-us/library/gg520961.aspx and/or http://technet.microsoft.com/en-us/library/gg398711.aspx)
    The sign-in name will be in an e-mail address format ([email protected]), but a mailbox isn't actually required. You can specify the sign-in address when enabling the user.
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer" | Blog
    www.lynced.com.au | Twitter
    @imlynced

  • Unable to enable logging for AD connector

    I cant enable log for my AD connector because when i set environment variable
    WLS_REDIRECT_LOG = F:\MyMachine\middleware\user_projects\domains\base_domain1\servers\oim_server1\logs\oim_server1-diagnostic-1.log
    and restart server its starts logging everything in the oim_server1-diagnostic-1.log... even it ask the username and password in this log file....
    Any Solution will be appreciated

    The configuration file for OJDL is logging.xml, which is located at the following path:
    DOMAIN_HOME/config/fmwconfig/servers/OIM_SERVER/logging.xml
    Here, DOMAIN_HOME and OIM_SERVER are the domain name and server name
    specified during the installation of Oracle Identity Manager.
    e.g. /home/ofmuser/fusion/Middleware/user_projects/domains/oimdomain/config/fmwconfig/servers/oim_server1
    <?xml version="1.0" encoding="UTF-8"?>
    <logging_configuration>
    <log_handlers>
    <log_handler name='adcs-handler' level='[LOG_LEVEL]' class='oracle.core.ojdl.logging.ODLHandlerFactory'>
    <property name='logreader:' value='off'/>
    <property name='path' value='${domain.home}/servers/${weblogic.Name}/logs/LOGFILE_NAME.log'/>
    <property name='format' value='ODL-Text'/>
    <property name='useThreadName' value='true'/>
    <property name='locale' value='en'/>
    <property name='maxFileSize' value='5242880'/>
    <property name='maxLogSize' value='52428800'/>
    <property name='encoding' value='UTF-8'/>
    </log_handler>
    <logger name="OIMCP.ADCS" level="TRACE:32" useParentHandlers="false">
    <handler name="adcs-handler"/>
    <handler name="console-handler"/>
    </logger>
    replace LOG_LEVEL as TRACE:32
    replace LOGFILE_NAME with proper name
    first part put in log_handler
    and the second part put into logger section
    regards,
    nayan
    Edited by: Nishith Nayan on Jan 17, 2012 11:00 PM

  • I'm unable to enable my Guest User account because it's greyed out

    Does anyone know why Mac OSX Lion would grey out the option to enable a Guest User?

    I know that when i tried to add a Live/Hotmail account I tried MS Ex but ended up having to forward my Live to my Gmail or just add an IMAP account.

  • WL Unable to create session for users behind proxies

    Hi,
    I am pulling my hair out trying to figure out this problem.
    We are using WL6.1. We have two main apps each in their own
    wl domain. User logs into app1 and clicks on a link that redirects
    them to app2. App1 is load-balanced across two wl servers with
    no clustering enabled. App2 is load-balanced across two wl
    servers with clustering enabled. They are front-ended by five
    apache servers and the apache servers are front-ended by an
    altion load balancer. For some users (so far almost all of our
    customers in Australia and a few corporate customers on the east
    coast) wl under app2 cannot create a session for the user during
    the redirect. For all other users it works. App1 and App2 only
    set the http headers for no-cache (we know we need to set the
    meta-tags as well, but have not seen a problem yet). The user
    has session cookies enabled and successfully gets a session from
    app1. The only difference between app1 and app2 is that when
    the user logs into app1 it is via SSL. In app2, we call
    request.getSession(true) (which returns a session object)
    and then later on (during the same request) call
    request.getSession(false) and it returns null. Has
    anyone experienced anything similiar, or provide any helpful
    information?????
    NOTE: We are unable to reproduce this problem in any of our
    environments, even when we setup a proxy for all our http
    traffic. We turned off clustering on app2 and still wl cannot
    successfully create a new session.
    Thanks in advance,
    Jason

    Can you try adding the EJB 3.0 facet to your JPA project. Typically, JPA are initially a Utility faceted project, so you must remove this facet first and then select the EJB facet. There will also be an accompanying "Oracle WebLogic EJB Extensions" 10.3.6 facet that you will need to select.
    Steps:
    1. Rt Click the Project>Properties>Project Facets
    2. Uncheck the Utility Module(You may have to right click it and select unlock)
    3. Check The EJB Module Facet
    4. Check the Oracle WebLogic EJB Extensions 10.3.6.
    Then attempt to generate the session beans as before.

  • C++ - Unable to load class for user type- ClassNotFoundException

    Hi ,
    I'm getting ClassNotFoundException when i try to start the coherence server. I've no clue to solve it.
    Any help would be appreciated.
    i'm using POF serializer and registering the class using the macro
    COH_REGISTER_POF_SERIALIZER(1234,TypedClass<CVOG_AllocationInquiry>::create(), PortableObjectSerializer::create(1234));
    i've set the CLASSPATH to my source folder.
    i read some posts saying we need java wrapper for this? is that true, do we need java wrapper for all the c++classes that we register.
    Here are the details:
    my C++ class :
    class CVOG_AllocationInquiry : public cloneable_spec<CVOG_AllocationInquiry, extends<Object>, implements< PortableObject> >
         friend class factory<CVOG_AllocationInquiry>;
    protected:
         CVOG_AllocationInquiry()
         : m_modl_yr_nbr(self()), m_sellng_src_cd(self()), m_alloc_grp_cd(self()),
         m_namplt_cd(self()), m_veh_prod_cd(self()), m_alloc_grp_desc(self())
         CVOG_AllocationInquiry(String::View modl_yr_nbr, String::View sellng_src_cd, String::View alloc_grp_cd, String::View namplt_cd, String::View veh_prod_cd, String::View alloc_grp_desc)
                             :m_modl_yr_nbr(self(),modl_yr_nbr),m_sellng_src_cd(self(),sellng_src_cd),m_alloc_grp_cd(self(),alloc_grp_cd),m_namplt_cd(self(),namplt_cd),
                             m_veh_prod_cd(self(),veh_prod_cd),m_alloc_grp_desc(self(),alloc_grp_desc)
    // initialize(m_modl_yr_nbr, modl_yr_nbr);
         CVOG_AllocationInquiry(const CVOG_AllocationInquiry& alloc)
                        :super(alloc),m_modl_yr_nbr(self(),alloc.m_modl_yr_nbr),m_sellng_src_cd(self(),alloc.m_sellng_src_cd),
                        m_alloc_grp_cd(self(),alloc.m_alloc_grp_cd),m_namplt_cd(self(),alloc.m_namplt_cd),
                        m_veh_prod_cd(self(),alloc.m_veh_prod_cd),m_alloc_grp_desc(self(),alloc.m_alloc_grp_desc)
    public:
         virtual String::View getGrpCd() const {return m_alloc_grp_cd; }
         virtual String::View getGrpDesc() const { return m_alloc_grp_desc;}
         virtual String::View getModlYr() const { return m_modl_yr_nbr;}
         virtual String::View getNmPltCd() const {return m_namplt_cd; }
         virtual String::View getSelSrcCd() const {return m_sellng_src_cd; }
         virtual String::View getVehProdCd() const { return m_veh_prod_cd ;}
    virtual void writeExternal(PofWriter::Handle hOut) const
         hOut->writeString(0, getModlYr());
         hOut->writeString (1, getSelSrcCd());
         hOut->writeString (2, getGrpCd());
         hOut->writeString (3, getNmPltCd());
         hOut->writeString (4, getVehProdCd());
         hOut->writeString (5, getGrpDesc());
    virtual void readExternal(PofReader::Handle hIn)
         // add for other members also here
    initialize(m_modl_yr_nbr, hIn->readString(0));
    initialize(m_sellng_src_cd, hIn->readString(1));
    initialize(m_alloc_grp_cd, hIn->readString(2));
    initialize(m_namplt_cd, hIn->readString(3));
    initialize(m_veh_prod_cd, hIn->readString(4));
    initialize(m_alloc_grp_desc, hIn->readString(5));
    public: // Object interface
    virtual bool equals(Object::View that) const
    if (instanceof<CVOG_AllocationInquiry::View>(that))
         CVOG_AllocationInquiry::View vThat = cast<CVOG_AllocationInquiry::View>(that);
    return Object::equals(getGrpCd() ,vThat->getGrpCd()) &&
                   Object::equals(getGrpDesc() ,vThat->getGrpDesc()) &&
                   Object::equals(getModlYr() ,vThat->getModlYr()) &&
                   Object::equals(getNmPltCd() ,vThat->getNmPltCd()) &&
                   Object::equals(getSelSrcCd() ,vThat->getSelSrcCd()) &&
                   Object::equals(getVehProdCd() ,vThat->getVehProdCd());
    return false;
    virtual size32_t hashCode() const
         size32_t m_nNum;
    return (size32_t) m_nNum;
    virtual void toStream(std::ostream& out) const
    out << getGrpCd() << ", " << getGrpDesc() << " " << getModlYr();
    private:
    FinalView<String> m_modl_yr_nbr;
    FinalView<String> m_sellng_src_cd;
    FinalView<String> m_alloc_grp_cd;
    FinalView<String> m_namplt_cd;
    FinalView<String> m_veh_prod_cd;
    FinalView<String> m_alloc_grp_desc;
    cache config file -
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>AllocInq-extend</cache-name>
    <scheme-name>extend-dist</scheme-name>
    </cache-mapping>
    <cache-mapping>
    <cache-name>dist-extend-near</cache-name>
    <scheme-name>extend-near</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <near-scheme>
    <scheme-name>extend-near</scheme-name>
    <front-scheme>
    <local-scheme>
    <high-units>1000</high-units>
    </local-scheme>
    </front-scheme>
    <back-scheme>
    <remote-cache-scheme>
    <scheme-ref>extend-dist</scheme-ref>
    </remote-cache-scheme>
    </back-scheme>
    <invalidation-strategy>all</invalidation-strategy>
    </near-scheme>
    <remote-cache-scheme>
    <scheme-name>extend-dist</scheme-name>
    <service-name>ExtendTcpProxyService</service-name>
    <initiator-config>
    <tcp-initiator>
    <remote-addresses>
    <socket-address>
    <address>localhost</address>
    <port>9099</port>
    </socket-address>
    </remote-addresses>
    <connect-timeout>10s</connect-timeout>
    </tcp-initiator>
    <outgoing-message-handler>
    <request-timeout>5s</request-timeout>
    </outgoing-message-handler>
    </initiator-config>
    </remote-cache-scheme>
    <remote-invocation-scheme>
    <scheme-name>extend-invocation</scheme-name>
    <service-name>ExtendTcpInvocationService</service-name>
    <initiator-config>
    <tcp-initiator>
    <remote-addresses>
    <socket-address>
    <address>localhost</address>
    <port>9099</port>
    </socket-address>
    </remote-addresses>
    <connect-timeout>10s</connect-timeout>
    </tcp-initiator>
    <outgoing-message-handler>
    <request-timeout>5s</request-timeout>
    </outgoing-message-handler>
    </initiator-config>
    </remote-invocation-scheme>
    </caching-schemes>
    </cache-config>
    server config file :
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>AllocInq-*</cache-name>
    <scheme-name>dist-default</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>dist-default</scheme-name>
    <lease-granularity>member</lease-granularity>
    <thread-count>8</thread-count>
    <backing-map-scheme>
    <local-scheme/>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    <proxy-scheme>
    <service-name>ExtendTcpProxyService</service-name>
    <thread-count>5</thread-count>
    <acceptor-config>
    <serializer>
    <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
    <init-params>
    <init-param>
    <param-type>String</param-type>
    <param-value>/home/hema/workspace/CoherenceClient/config/pof.xml</param-value>
    </init-param>
    </init-params>
    </serializer>
    <tcp-acceptor>
    <local-address>
    <address>localhost</address>
    <port>9099</port>
    </local-address>
    </tcp-acceptor>
    </acceptor-config>
    <proxy-config>
    <cache-service-proxy>
    <lock-enabled>true</lock-enabled>
    </cache-service-proxy>
    </proxy-config>
    <autostart>true</autostart>
    </proxy-scheme>
    </caching-schemes>
    </cache-config>
    pof.xml
    <?xml version="1.0"?>
    <!DOCTYPE pof-config SYSTEM "pof-config.dtd">
    <pof-config>
    <user-type-list>
    <!-- include all "standard" Coherence POF user types -->
    <include>coherence-pof-config.xml</include>
    <!-- include all application POF user types -->
    <user-type>
    <type-id>1234</type-id>
    <class-name>CVOG_AllocationInquiry</class-name>
    <serializer>
    <class-name>CVOG_AllocationInquiry</class-name>
    <init-params>
    <init-param>
    <param-type>string</param-type>
    <param-value>1</param-value>
    </init-param>
    </init-params>
    </serializer>
    </user-type>
    </user-type-list>
    </pof-config>

    Hi Mark,
    i did go thru' the thread and understood that no "pof " mentioning in the cache xml file. I removed the pof config details from the cache xml config file and registersd the c++ class using the macro.
    after these, iwas able to start the extended proxy server from consol:
    When i try to do the same from my program as :
    String::View vsCacheName = "AllocInq-extend";
              CacheFactory::configure(CacheFactory::loadXmlFile(String::create ("/home/hema/workspace/CoherenceClient/config/cache-config_TCP.xml")),CacheFactory::loadXmlFile(String::create("/home/hema/workspace/CoherenceClient/config/tangosol-coherence-override.xml")));
              NamedCache::Handle hCache = NULL;
              hCache = CacheFactory::getCache(vsCacheName);
    i get the following error,
    Oracle Coherence for C++ Version 3.7.0.0 Build 23257
    RTC Linux x64 Release g++ build
    Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
    2011-09-06 08:01:48.185/13.197 Oracle Coherence for C++ RTC 3.7.0.0 <D5> (thread=ExtendTcpProxyService:coherence::component::util::TcpInitiator): Started: coherence::component::util::TcpInitiator@0x73d3c8{Name=ExtendTcpProxyService:coherence::component::util::TcpInitiator, State=(service_started), ThreadCount=0, Codec=coherence::component::net::extend::PofCodec@0x744300{Format=POF}, PingInterval=0, PingTimeout=5000, RequestTimeout=5000, ConnectTimeout=10000, RemoteAddresses=[sles/192.168.1.5:9099], KeepAliveEnabled=0, TcpDelayEnabled=0, ReceiveBufferSize=0, SendBufferSize=0, LingerTimeout=0}
    2011-09-06 08:01:48.187/13.199 Oracle Coherence for C++ RTC 3.7.0.0 <D5> (thread=main): Connecting Socket to sles/192.168.1.5:9099
    2011-09-06 08:01:51.199/16.211 Oracle Coherence for C++ RTC 3.7.0.0 <Info> (thread=main): Error connecting Socket to sles/192.168.1.5:9099: coherence::io::IOException: getpeername(nSocket, &addrPeer, &cbPeer) failed; errno[107]
    at virtual bool coherence::native::posix::PosixSocket::connect(coherence::lang::TypedHandle<const coherence::net::SocketAddress>, int64_t)(PosixSocket.hpp:640)
    at coherence::native::posix::PosixSocket::connect(coherence::lang::TypedHandle<coherence::net::SocketAddress const>, long)
    at coherence::net::Socket::connect(coherence::lang::TypedHandle<coherence::net::SocketAddress const>, long)
    at coherence::component::util::TcpInitiator::openConnection()
    at coherence::component::util::Initiator::ensureConnection()
    at coherence::component::net::extend::RemoteCacheService::openChannel()
    at coherence::component::net::extend::RemoteService::doStart()
    at coherence::component::net::extend::RemoteService::start()
    at coherence::component::util::SafeService::startService(coherence::lang::TypedHandle<coherence::net::Service>) const
    at coherence::component::util::SafeService::restartService() const
    at coherence::component::util::SafeService::ensureRunningServiceInternal(bool) const
    at coherence::component::util::SafeService::start()
    at coherence::net::DefaultConfigurableCacheFactory::configureService(coherence::lang::TypedHandle<coherence::run::xml::XmlElement const>)
    at coherence::net::DefaultConfigurableCacheFactory::ensureService(coherence::lang::String::StringHandle<coherence::lang::String const>)
    at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache(coherence::lang::TypedHandle<coherence::net::DefaultConfigurableCacheFactory::CacheInfo const>, coherence::lang::TypedHandle<coherence::run::xml::XmlElement const>)
    at coherence::net::DefaultConfigurableCacheFactory::configureCache(coherence::lang::TypedHandle<coherence::net::DefaultConfigurableCacheFactory::CacheInfo const>, coherence::lang::TypedHandle<coherence::run::xml::XmlElement const>)
    at coherence::net::DefaultConfigurableCacheFactory::ensureCache(coherence::lang::String::StringHandle<coherence::lang::String const>)
    at coherence::net::CacheFactory::getCache(coherence::lang::String::StringHandle<coherence::lang::String const>)
    <stack frame symbol unavailable>
    at __libc_start_main
    on thread "main"
    2011-09-06 08:01:51.210/16.222 Oracle Coherence for C++ RTC 3.7.0.0 <Error> (thread=main): Unable to start service ExtendTcpProxyService: coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {sles/192.168.1.5:9099}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpAcceptor
    at virtual coherence::lang::TypedHandle<coherence::component::net::extend::PofConnection> coherence::component::util::TcpInitiator::openConnection()(TcpInitiator.cpp:284)
    at coherence::component::util::TcpInitiator::openConnection()
    at coherence::component::util::Initiator::ensureConnection()
    at coherence::component::net::extend::RemoteCacheService::openChannel()
    at coherence::component::net::extend::RemoteService::doStart()
    at coherence::component::net::extend::RemoteService::start()
    at coherence::component::util::SafeService::startService(coherence::lang::TypedHandle<coherence::net::Service>) const
    at coherence::component::util::SafeService::restartService() const
    at coherence::component::util::SafeService::ensureRunningServiceInternal(bool) const
    at coherence::component::util::SafeService::start()
    at coherence::net::DefaultConfigurableCacheFactory::configureService(coherence::lang::TypedHandle<coherence::run::xml::XmlElement const>)
    at coherence::net::DefaultConfigurableCacheFactory::ensureService(coherence::lang::String::StringHandle<coherence::lang::String const>)
    at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache(coherence::lang::TypedHandle<coherence::net::DefaultConfigurableCacheFactory::CacheInfo const>, coherence::lang::TypedHandle<coherence::run::xml::XmlElement const>)
    at coherence::net::DefaultConfigurableCacheFactory::configureCache(coherence::lang::TypedHandle<coherence::net::DefaultConfigurableCacheFactory::CacheInfo const>, coherence::lang::TypedHandle<coherence::run::xml::XmlElement const>)
    at coherence::net::DefaultConfigurableCacheFactory::ensureCache(coherence::lang::String::StringHandle<coherence::lang::String const>)
    at coherence::net::CacheFactory::getCache(coherence::lang::String::StringHandle<coherence::lang::String const>)
    <stack frame symbol unavailable>
    at __libc_start_main
    on thread "main"
    coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {sles/192.168.1.5:9099}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpAcceptor
    at virtual coherence::lang::TypedHandle<coherence::component::net::extend::PofConnection> coherence::component::util::TcpInitiator::openConnection()(TcpInitiator.cpp:284)
    at coherence::component::util::TcpInitiator::openConnection()
    at coherence::component::util::Initiator::ensureConnection()
    at coherence::component::net::extend::RemoteCacheService::openChannel()
    at coherence::component::net::extend::RemoteService::doStart()
    at coherence::component::net::extend::RemoteService::start()
    at coherence::component::util::SafeService::startService(coherence::lang::TypedHandle<coherence::net::Service>) const
    at coherence::component::util::SafeService::restartService() const
    at coherence::component::util::SafeService::ensureRunningServiceInternal(bool) const
    at coherence::component::util::SafeService::start()
    at coherence::net::DefaultConfigurableCacheFactory::configureService(coherence::lang::TypedHandle<coherence::run::xml::XmlElement const>)
    at coherence::net::DefaultConfigurableCacheFactory::ensureService(coherence::lang::String::StringHandle<coherence::lang::String const>)
    at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache(coherence::lang::TypedHandle<coherence::net::DefaultConfigurableCacheFactory::CacheInfo const>, coherence::lang::TypedHandle<coherence::run::xml::XmlElement const>)
    at coherence::net::DefaultConfigurableCacheFactory::configureCache(coherence::lang::TypedHandle<coherence::net::DefaultConfigurableCacheFactory::CacheInfo const>, coherence::lang::TypedHandle<coherence::run::xml::XmlElement const>)
    at coherence::net::DefaultConfigurableCacheFactory::ensureCache(coherence::lang::String::StringHandle<coherence::lang::String const>)
    at coherence::net::CacheFactory::getCache(coherence::lang::String::StringHandle<coherence::lang::String const>)
    <stack frame symbol unavailable>
    at __libc_start_main
    on thread "main"
    Pls can you suggest something, greatly appreciated in advance.
    althouh i did observe one thing,, when i start the service from console, the ip is different. But from the program, it displays the different ip that it looks for connection and fails.

  • Can not enable fonts for User library in Font Book

    Hi all,
    For some reason I can not enable the user library in the font book using the options in the font book. This means that the User Library is "off". I have tried the following but none of them have worked:
    * Reboot.
    * Delete the Font preferance file.
    * Undo the font book via booting in safe mode and then rebooting in normal mode. Delete the trash which contains the font cache.
    * Manually insert fonts into User>Library>Fonts and restart.
    * Manually empty user fonts folder and re-insert fonts back in.
    * Delete the user fonts folder and re-create it and insert all fonts back in
    Have also tried a few combinations of the above but none of them have worked. I do not want to use the system library fonts folder as this machine is on a network and the users should not have admin rights to their machines.
    I have also checked the user rights to the user fonts folder and all seems ok there.
    Does anyone know how to solve this problem so that I can enable the User font library?
    Any help would be much appreciated.
    Thanks
    Slack

    I have found that for me, on both a PowerMac G5 and an Intel iMac, both running 10.4.8 with all updates, turning on FileVault reliably causes the problem. I.E., if FontBook is working fine on an account which does not have FileVault turned on and I turn on FileVault, then the User collection in FontBook is greyed out and Enable "User" doesn't work. If FileVault is on, none of the suggested work-arounds that I have read about in these discussions or in Apple's support articles help.
    Sometimes, turning off FileVault is sufficient. Other times, I must turn off FileVault and follow the work-around in http://docs.info.apple.com/article.html?artnum=302551 . Sometimes, I must turn off FileVault, throw away the FontBook preferences and restart.

  • Unable to create Archiving for non-cumulative InfoCube

    Dear Gurus,
    I'm working with BI in SAP Nw 2004s with SAPKW70016 (Support Package 16) and need to create archiving on a non-cumulative Infocube (copy of 0RT_C36) but can't use tx RSDAP. Although I found note 1056294, which says that upon SP14 it can't be done the following message is sent:
    Cannot create data archiving process for ZRT_C36
    Message no. RSDA109
    Diagnosis
    You can only create a data archiving process for standard DataStore objects and standard InfoCubes. You cannot create a data archiving process for other InfoProviders such as VirtualProviders.
    In particular, non-cumulative InfoCubes and write-optimized DataStore objects are not currently supported.
    Please let me know what is wrong or how can I do this archiving in 2004s. I also read some documentation about RSDV transaction but couldn't find how to implement it using tx. RSDAP.
    Thanks in advanced.
    Best regards,
    Pilar Infantas.

    Please, any feedback about this issue???

  • Unable to enable diagnostics for a WorkerRole on Cloud Services

    Hi, 
    I have problems with deployment of a package to Azure CloudServices, it contains one Worker Role, that is the log which I'm getting when I deploy it with diagnostics enabled:
    6:05:29 PM - Applying Diagnostics extension.
    6:05:50 PM - Preparing deployment for [...] - 2/9/2015 6:05:27 PM with Subscription ID '[...]' using Service Management URL 'https://management.core.windows.net/'...
    6:05:50 PM - Connecting...
    6:05:50 PM - Verifying storage account '[...]'...
    6:05:51 PM - Uploading Package...
    6:05:57 PM - Creating...
    6:06:30 PM - Created Deployment ID: [...].
    6:06:30 PM - Instance 0 of role WorkerRole is stopped
    6:06:30 PM - Starting...
    6:06:46 PM - Initializing...
    6:06:46 PM - Instance 0 of role WorkerRole is creating the virtual machine
    6:07:49 PM - Instance 0 of role WorkerRole is starting the virtual machine
    6:09:22 PM - Instance 0 of role WorkerRole is in an unknown state
    6:10:23 PM - Instance 0 of role WorkerRole is busy
    Details: Waiting for role to start... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:10:04Z]
    6:10:54 PM - Instance 0 of role WorkerRole is busy
    Details: Recovering role... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:10:04Z]
    6:11:24 PM - Instance 0 of role WorkerRole is restarting
    Details: Role has encountered an error and has stopped. Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:11:01Z]
    6:13:27 PM - Instance 0 of role WorkerRole is busy
    Details: Recovering role... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:13:05Z]
    6:15:30 PM - Instance 0 of role WorkerRole is busy
    Details: Recovering role... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:15:09Z]
    6:17:33 PM - Instance 0 of role WorkerRole is restarting
    Details: Role has encountered an error and has stopped. Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:17:16Z]
    6:19:35 PM - Instance 0 of role WorkerRole is busy
    Details: Waiting for role to start... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:19:25Z]
    6:21:38 PM - Instance 0 of role WorkerRole is busy
    Details: Waiting for role to start... Unhandled Exception: System.IO.FileLoadException [2015-02-09T23:21:29Z]
    What could be the reason for this failure? Are there ways to get more precise information about those exceptions?

    Hi ,
    How did you enable this feature in your project? I recommend you could refer to this documents:
    https://msdn.microsoft.com/en-us/library/azure/dn482131.aspx
    Regards,
    Will
    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.
    Click
    HERE to participate the survey.

  • CUIC 8.5 Unable to "choose collection" for users other than Admin/Superv

    Hi,
    When login with any user other than the admin, I'm not able get any entry in the "choose collection" drop down menu for any type of report. While investigating it seems this is restricted by the option Security / User Permissions / System Collections (UCCE). I can see how all the teams has assigned the admin user for read, exedcute and write. In addition also the supervisor of the team is added to the list and I have checked and confirmed that the supervisor can get the collection of his/her team.
    There is a list on the right hand side to be able to add additional user permissions however when I try I get the error "System Collections (UCCE) permissions can't be modified". Obviously having just the supervisor of the team being able to list their team is not good enoguh and I would expect changing the permissions here is possible.
    Has anyone come accross this problem or do you have any tips before openign a TAC case?
    Thanks
    Isidro

    I should also note something that I did that I think may be causing the default wiki and blog theme to not appear. In Server Admin, selecting Web, then going to Settings and on the Web Services tab, I changed the Data Store path to:
    /Library/WebServer/Documents
    I did this thinking it would create the html pages in the directory that the placeholder page was indicating that I should put my web page, but I think that is wrong, now. Does anyone know the default path for the data store?

  • Unable to Enable VSC for Data Drive

    On a brand new Windows2008 R2 server I receive this error when trying to enable Volume Shadow Copy:
    Failed to create the storage area association
    Error 0x8004231d:
    the specified shadow copy storage association is in use and so can't be deleted
    the server has a 65GB C: drive for the OS, a 3,000GB data drive and a 350GB Drive reserved for VSC recovery points. When I try to enable VSC and set the target to the shadow drive it always fails with this error. What is wrong and how can I fix it quickly

    Hi,
    Have a try on one of below steps:
    run “vssadmin resize shadowstorage /for=c: /on=d: /maxsize=2500mb”
    This will set Partition D: for Storage area for Partition C: with size limit of 2500mb (The number can be changed by reqirement) 
    OR
    Run vssadmin delete shadowStorage /for=C: /on=C:
    Run vssadmin add shadowstorage /for=C: /on=D: /maxsize=2500mb
    Note: If Volume Shadow Copy back to work, any step above will delete snapshots.
    Shaon Shan |TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • Home folder name change, cannot see enable the root user option

    Hi I am using Mac OS X (10.6.8)..got it from others.. I would like to change the home (small home symbol in finder) folder name. Went through many discussion in apple support. My problem is, I am unable to enable the root user.  I went through the following steps: Apple menu -System Preferences- Accounts- authenticated as an administrator account- Login Options- Join- Open Directory Utility- Directory Utility window- administrator account name and password, then clicked OK. After this I can not see option with name Enable root user ( I can see only Active directory, BSD flat file and NIS, LDAPv3, Local). If I click active directory then the edit section will be activated. If I click edit, its showing active directory domain). I can not understand this.
    Can anybody help me out please..
    Thank you in advance

    Here are the instructions from Apple on changing user short name or home directory name. I've used this on a couple of used MacBooks I've bought on eBay. And remember to go into System Preferences>Sharing and change the Computer Name in there.
    http://support.apple.com/kb/HT1428

Maybe you are looking for