Exchange Edge clone config import in Exchange Management shell throws error "You cannot call a method on a null-valued expression"

Hi All,
During the Coexistence of Exchange 2007 to 2010 Migration..
I have create new Edge Scubscription in Edge Server 1 and Export the Edge Configuration File from Edge Server 1.
While trying to Import Edge configuration to Edge Server 2 in Exchange Management Shell, I am getting the below Error.
I have tried importing on both Exchange 2007 and 2010 Edge Servers, getting the same error.
"Importing Edge configuration information Failed.
Reason: You cannot call a method on a null-valued expression."
Please help in resolving this issue...

Also found the CloneLogFile as below : I masked my domain name as xxx for security reason..
Get-TransportServer -Identity:xxx | Set-TransportServer -AntispamAgentsEnabled:$true -ConnectivityLogEnabled:$false -ConnectivityLogMaxAge '30.00:00:00' -ConnectivityLogMaxDirectorySize '250MB' -ConnectivityLogMaxFileSize '10MB' -ConnectivityLogPath 'C:\Program
Files\Microsoft\Exchange Server\TransportRoles\Logs\Connectivity' -DelayNotificationTimeout '04:00:00' -ExternalDelayDsnEnabled:$true -ExternalDNSAdapterEnabled:$true -ExternalDNSAdapterGuid '00000000-0000-0000-0000-000000000000' -ExternalDNSProtocolOption
'Any' -ExternalDNSServers:$null -ExternalIPAddress:$null -ExternalDsnDefaultLanguage 'en-US' -ExternalDsnLanguageDetectionEnabled:$true -ExternalDsnMaxMessageAttachSize '10MB' -ExternalDsnSendHtml:$true -InternalDelayDsnEnabled:$true -InternalDNSAdapterEnabled:$true
-InternalDNSAdapterGuid '00000000-0000-0000-0000-000000000000' -InternalDNSProtocolOption 'Any' -InternalDNSServers:$null -InternalDsnDefaultLanguage 'en-US' -InternalDsnLanguageDetectionEnabled:$true -InternalDsnMaxMessageAttachSize '10MB' -InternalDsnSendHtml:$true
-MaxConcurrentMailboxDeliveries '7' -MaxConcurrentMailboxSubmissions '20' -MaxConnectionRatePerMinute '1200' -MaxOutboundConnections '1000' -MaxPerDomainOutboundConnections '20' -MessageExpirationTimeout '2.00:00:00' -MessageRetryInterval '00:01:00' -MessageTrackingLogEnabled:$true
-MessageTrackingLogMaxAge '30.00:00:00' -MessageTrackingLogMaxDirectorySize '1GB' -MessageTrackingLogMaxFileSize '10MB' -MessageTrackingLogPath 'C:\Program Files\Microsoft\Exchange Server\TransportRoles\Logs\MessageTracking' -MessageTrackingLogSubjectLoggingEnabled:$true
-OutboundConnectionFailureRetryInterval '00:30:00' -IntraOrgConnectorProtocolLoggingLevel 'None' -PickupDirectoryMaxHeaderSize '64KB' -PickupDirectoryMaxMessagesPerMinute '100' -PickupDirectoryMaxRecipientsPerMessage '100' -PickupDirectoryPath 'C:\Program
Files\Microsoft\Exchange Server\TransportRoles\Pickup' -PipelineTracingEnabled:$false -ContentConversionTracingEnabled:$false -PipelineTracingPath 'C:\Program Files\Microsoft\Exchange Server\TransportRoles\Logs\PipelineTracing' -PipelineTracingSenderAddress:$null
-PoisonMessageDetectionEnabled:$true -PoisonThreshold '2' -QueueMaxIdleTime '00:03:00' -ReceiveProtocolLogMaxAge '30.00:00:00' -ReceiveProtocolLogMaxDirectorySize '250MB' -ReceiveProtocolLogMaxFileSize '10MB' -ReceiveProtocolLogPath 'C:\Program Files\Microsoft\Exchange
Server\TransportRoles\Logs\ProtocolLog\SmtpReceive' -RecipientValidationCacheEnabled:$true -ReplayDirectoryPath 'C:\Program Files\Microsoft\Exchange Server\TransportRoles\Replay' -RoutingTableLogMaxAge '7.00:00:00' -RoutingTableLogMaxDirectorySize '50MB' -RoutingTableLogPath
'C:\Program Files\Microsoft\Exchange Server\TransportRoles\Logs\Routing' -SendProtocolLogMaxAge '30.00:00:00' -SendProtocolLogMaxDirectorySize '250MB' -SendProtocolLogMaxFileSize '10MB' -SendProtocolLogPath 'C:\Program Files\Microsoft\Exchange Server\TransportRoles\Logs\ProtocolLog\SmtpSend'
-TransientFailureRetryCount '6' -TransientFailureRetryInterval '00:10:00'
New-AcceptedDomain -DomainName 'xxx' -DomainType 'Authoritative' -Name 'xxx'
Set-AcceptedDomain -DomainType 'Authoritative' -AddressBookEnabled:$true -Name 'xxx'
Importing Edge configuration information Failed.
Reason: You cannot call a method on a null-valued expression.

Similar Messages

  • Import PO error - You cannot enter new delivery costs

    Hi Guru's,
    I hv created import PO with 10 qty and done the custom MIRO, later i cancelled the custom MIRO.
    Now i am trying to add  or Delete any condition in PO, System is giving below error.
    You cannot enter new delivery costs
    can anyone suggest.
    Regards
    Rahul

    Hi,
        early explains in OSS note 549408:
    After an occurred invoice receipt the change of delivery costs is not allowed in the purchase, either, as information for the correct process are no longer available and the postings can no longer or not without errors be carried out, particularly after the deletion of posted delivery costs for subsequent cancellations or invoices.
    SAP has identified that the thing you want is a source of inconsistencies, hence SAP has fixed their programs to not allow this situation.
    Thanks & Regards
           Lokesh

  • WLST start managed server throws error but the server was successf. started

    Hello,
    I have a funny problem.
    We are already using long time the WLST feature to startup managed servers via WLST connected to the Admin Console.
    Normally when we start a managed server it looks WLST output like this:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Successfully connected to Admin Server 'xxx_admin' that belongs to domain 'xxx_domain'.
    Starting server xxx_001 .................................................................................
    Disconnect from Admin server
    This was working without any errors when inside your nodemanager.properties file the following is set:
    StartScriptEnabled=false
    Unfortunately I'm now forced to use:
    StartScriptEnabled=true
    and specified a custom "+StartScriptName+" (startWebLogicCustomScript.sh) as well.
    What happen now is the following. WLST starts the script set at "StartScriptName" and once this script is finished (The script do not generate errors and returns return code 0) I get an error:
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Successfully connected to Admin Server 'xxx_admin' that belongs to domain 'xxx_domain'.
    Starting server xxx_001 .................................................................................
    Exception while starting server 'xxx_001'
    No stack trace available.
    This Exception occurred at Thu Mar 03 01:01:40 CET 2011.
    weblogic.management.scripting.ScriptException: Error occured while performing start : Server with name xxx_001 failed to be started
    at weblogic.management.scripting.ExceptionHandler.handleException(ExceptionHandler.java:48)
    at weblogic.management.scripting.LifeCycleHandler.startServer(LifeCycleHandler.java:502)
    at weblogic.management.scripting.WLScriptContext.start(WLScriptContext.java:523)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    The funny thing now is that the managed server which WLST is given the error above is RUNNING so the everything is fine.
    So in the Admin Console everything is shown running.
    I don't would be normally worry about this since i can get around this with additional checks in my WLST script but what I'm worry about are the entries in the NodeManager log file which are generated (Especially the bold marked):
    +<INFO> <xxx_domain> <xxx_001> <Starting WebLogic server with command line: <just removed>/domains/xxx_domain/startWebLogicCustomScript.sh >+
    +<INFO> <xxx_domain> <xxx_001> <Working directory is '<just removed>/domains/xxx_domain'>+
    +<INFO> <xxx_domain> <xxx_001> <Rotated server output log to "<just removed>/domains/xxx_domain/servers/xxx_001/logs/xxx_001.out00025">+
    +<INFO> <xxx_domain> <xxx_001> <Server error log also redirected to server log>+
    +<INFO> <xxx_domain> <xxx_001> <Server output log file is '<just removed>/domains/xxx_domain/servers/xxx_001/logs/xxx_001.out'>+
    ++<INFO> <xxx_domain> <xxx_001> <Server failed during startup so will not be restarted>++
    +<WARNING> <Exception while starting server 'xxx_001'>+
    java.io.IOException: Server failed to start up. See server output log for more details.
    at weblogic.nodemanager.server.ServerManager.start(ServerManager.java:331)
    at weblogic.nodemanager.server.Handler.handleStart(Handler.java:567)
    at weblogic.nodemanager.server.Handler.handleCommand(Handler.java:118)
    at weblogic.nodemanager.server.Handler.run(Handler.java:70)
    at java.lang.Thread.run(Thread.java:662)
    Checking the server output log everything looks ok.
    Does anyone have an idea why WLST / NodeManager is trowing errors here and how to solve this problem ?
    Does maybe my custom script needs to return a special return code ?
    WLS version used is 10.3.3.0.
    Thx a lot.

    Does nobody have an idea ?

  • Network DR test causes Exchange DAG network to fail (Failover Cluster Manager reports comms errors)

    We have a DAG configured between 2 mailbox servers, one in each of our main data centres. Our comms team recently performed a DR test between our 2 data centres, switiching from the main production link to the backup link. During this outage the Failover
    Cluster Manager reported errors, with each mailbox server reporting the other as uncontactable. The Events that were logged include the following:
    Isatap interface isatap.{02ADE20A-D5D4-437F-AD00-E6601F7E7A9D} is no longer active. (EventID 4201)
    Cluster node 'MAILBOX_SERVER' was removed from the active failover cluster membership. The Cluster service on this node may have stopped. This could also be due to the node having lost communication with other active nodes in the failover cluster. Run the
    Validate a Configuration wizard to check your network configuration. If the condition persists, check for hardware or software errors related to the network adapters on this node. Also check for failures in any other network components to which the node is
    connected such as hubs, switches, or bridges. (EventID 1135)
    File share witness resource 'File Share Witness (\\WITNESS_SERVER\SHARE_NAME)' failed to arbitrate for the file share '\\WITNESS_SERVER\SHARE_NAME'. Please ensure that file share '\\WITNESS_SERVER\SHARE_NAME' exists and is accessible by the cluster. (EventID
    1564)
    Cluster resource 'File Share Witness (\\\WITNESS_SERVER\SHARE_NAME)' in clustered service or application 'Cluster Group' failed. (EventID 1069)
    The Cluster service is shutting down because quorum was lost. This could be due to the loss of network connectivity between some or all nodes in the cluster, or a failover of the witness disk. Run the Validate a Configuration wizard to check your network
    configuration. If the condition persists, check for hardware or software errors related to the network adapter. Also check for failures in any other network components to which the node is connected such as hubs, switches, or bridges. (EventID 1177)
    The Cluster Service service terminated with service-specific error A quorum of cluster nodes was not present to form a cluster. (EventID 7024)
    The Microsoft Exchange Information Store service terminated unexpectedly.  It has done this 1 time(s).  The following corrective action will be taken in 5000 milliseconds: Restart the service. (EventID 7031)
    Looking at the Cluster Events in the Failover Cluster Manager Snap-In i see a heap of Event ID 47 (cannot activate the DAG databases as the server is not up according to Windows Failover Cluster Service) and:
    Node status could not be recorded. This could prevent some network failure logic from functioning correctly. NodeStatus:IsHealthy=True,HasADAccess=True,ClusterErrorOverrideFalse,LastUpdate=5/2/2011 8:25:42 AMUTC Failure:An Active Manager operation failed.
    Error: An error occurred while attempting a cluster operation. Error: Cluster API '"ClusterRegSetValue() failed with 0x6be. Error: The remote procedure call failed"' failed.. (EventID 184)
    Forcefully dismounting all the locally mounted databases on server 'BACKUP_MAILBOX_SERVER. (EventID 307).
    Our Comms team doesn't believe it is a comms issue as they did not log any network communication errors between the servers in the two sites (using icmp). So if it is not a comms issue, how can I configure the Failover Cluster Manager to be resilient to
    this type of network failover event.
    Thanks
    Dan

    Isn't it also true that in a stretched DAG with even numbered nodes, the PAM needs to be in the same site as the active DAG node?  If the connection between both nodes goes down, and the PAM is in the "passive" site, the primary node will
    dismount the databases since it can't check with the PAM to make sure its safe for it to be up.  
    In a even-numbered node stretched DAG, the PAM changes to the DR/passive site everytime a failover occurs, but doesn't automatically switch back when you reactivate the primary node.

  • Exchange 2010 / Outlook 2010 after renewing ssl cert outlook throws errors saying using old certificate

    I recently renewed my ssl certificate, but when I did outlook starting throwing me the security alert saying that the certificate is expired and the names do not match.  When I click view certificate it shows my old certificate from like 3 years ago,
    so like 2 certificates back.
    I went into mmc, and it wasn't there, I looked in IIs and the certificate outlook is referencing is still not there.
    my autodiscover and oof isn't working now either.
    When i go to look at what exchange powershell is doing it shows the correct information, but that doesn't seem to be making it down to the clients.
    [PS] C:\Windows\system32>Get-ExchangeCertificate | fl
    AccessRules        : {System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKeyAccessR
                         ule, System.Security.AccessControl.CryptoKeyAccessRule}
    CertificateDomains : {example.org, www.example.org, autodiscover.example.org, examplesv1.example.org, mail.example.org}
    HasPrivateKey      : True
    IsSelfSigned       : False
    Issuer             : CN=Go Daddy Secure Certificate Authority - G2, OU=http://certs.godaddy.com/repository/, O="GoDaddy
                         .com, Inc.", L=Scottsdale, S=Arizona, C=US
    NotAfter           : 12/29/2015 7:19:39 AM
    NotBefore          : 12/29/2014 7:19:39 AM
    PublicKeySize      : 2048
    RootCAType         : ThirdParty
    SerialNumber       : 46CC4C3A784B17B5
    Services           : IMAP, POP, IIS, SMTP
    Status             : Valid
    Subject            : CN=example.org, OU=Domain Control Validated
    Thumbprint         : AD79A6B42835A7F79C8517E9C543661C3072A79C
    [PS] C:\Windows\system32>get-exchangecertificate
    Thumbprint                                Services   Subject
    AD79A6B42835A7F79C8517E9C543661C3072A79C  IP.WS.     CN=example.org, OU=Domain Control Validated
    so then i ran
    [PS] C:\Windows\system32>Get-ClientAccessServer | fl name,autodiscoverserviceinternaluri
    Name                           : exampleSV1
    AutoDiscoverServiceInternalUri : https://example.org/Autodiscover/autodiscover.xml
    when I use the outlook test email auto configuration it shows that it is trying to connect using that autodiscover url, but it fails, so i'm not sure what is going on.
    email is working, user just get that annoying popup every few minutes and oof can't be set up.

    Here is the error I get when I run that command...
    [PS] C:\Windows\system32>Set-ClientAccessServer -Identity ServerName -AutodiscoverServiceInternalUrl https://mail.example.org/autodiscover/autodiscover.xml
    A positional parameter cannot be found that accepts argument '-AutodiscoverServiceInternalUrl'.
        + CategoryInfo          : InvalidArgument: (:) [Set-ClientAccessServer],
    ParameterBindingException
        + FullyQualifiedErrorId : PositionalParameterNotFound,Set-ClientAccessServer
    Here are the analyzer results...
    The Microsoft Connectivity Analyzer is attempting to test Autodiscover for [email protected].
    Testing Autodiscover failed.
    https://testconnectivity.microsoft.com/Images/Minus.gif
    Additional Details
    Elapsed Time: 2001 ms.
    https://testconnectivity.microsoft.com/Images/Minus.gif
    Test Steps
    https://testconnectivity.microsoft.com/Images/Error.png
    Attempting each method of contacting the Autodiscover service.
    The Autodiscover service couldn't be contacted successfully by any method.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Minus.gif
    Test Steps
    https://testconnectivity.microsoft.com/Images/Error.png
    Attempting to test potential Autodiscover URL https://example.org:443/Autodiscover/Autodiscover.xml
    Testing of this potential Autodiscover URL failed.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Minus.gif
    Test Steps
    https://testconnectivity.microsoft.com/Images/Success.png
    Attempting to resolve the host name example.org in DNS.
    The host name resolved successfully.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Success.png
    Testing TCP port 443 on host example.org to ensure it's listening and open.
    The port was opened successfully.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/SuccessWarn.png
    Testing the SSL certificate to make sure it's valid.
    The certificate passed all validation requirements.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Minus.gif
    Test Steps
    https://testconnectivity.microsoft.com/Images/Success.png
    The Microsoft Connectivity Analyzer is attempting to obtain the SSL certificate from remote server example.org on port 443.
    The Microsoft Connectivity Analyzer successfully obtained the remote SSL certificate.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Success.png
    Validating the certificate name.
    The certificate name was validated successfully.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/SuccessWarn.png
    Certificate trust is being validated.
    The certificate is trusted and all certificates are present in the chain.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Test Steps
    https://testconnectivity.microsoft.com/Images/Success.png
    Testing the certificate date to confirm the certificate is valid.
    Date validation passed. The certificate hasn't expired.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Success.png
    Checking the IIS configuration for client certificate authentication.
    Client certificate authentication wasn't detected.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Error.png
    Attempting to send an Autodiscover POST request to potential Autodiscover URLs.
    Autodiscover settings weren't obtained when the Autodiscover POST request was sent.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Minus.gif
    Test Steps
    https://testconnectivity.microsoft.com/Images/Error.png
    The Microsoft Connectivity Analyzer is attempting to retrieve an XML Autodiscover response from URL https://example.org:443/Autodiscover/Autodiscover.xml
    for user [email protected].
    The Microsoft Connectivity Analyzer failed to obtain an Autodiscover XML response.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Error.png
    Attempting to test potential Autodiscover URL https://autodiscover.example.org:443/Autodiscover/Autodiscover.xml
    Testing of this potential Autodiscover URL failed.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Minus.gif
    Test Steps
    https://testconnectivity.microsoft.com/Images/Error.png
    Attempting to resolve the host name autodiscover.example.org in DNS.
    The host name couldn't be resolved.
    https://testconnectivity.microsoft.com/Images/GreenRtArrow.jpg Tell me more about this issue and how to resolve it
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Error.png
    Attempting to contact the Autodiscover service using the HTTP redirect method.
    The attempt to contact Autodiscover using the HTTP Redirect method failed.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Minus.gif
    Test Steps
    https://testconnectivity.microsoft.com/Images/Error.png
    Attempting to resolve the host name autodiscover.example.org in DNS.
    The host name couldn't be resolved.
    https://testconnectivity.microsoft.com/Images/GreenRtArrow.jpg Tell me more about this issue and how to resolve it
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Error.png
    Attempting to contact the Autodiscover service using the DNS SRV redirect method.
    The Microsoft Connectivity Analyzer failed to contact the Autodiscover service using the DNS SRV redirect method.
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details
    https://testconnectivity.microsoft.com/Images/Minus.gif
    Test Steps
    https://testconnectivity.microsoft.com/Images/Error.png
    Attempting to locate SRV record _autodiscover._tcp.example.org in DNS.
    The Autodiscover SRV record wasn't found in DNS.
    https://testconnectivity.microsoft.com/Images/GreenRtArrow.jpg Tell me more about this issue and how to resolve it
    https://testconnectivity.microsoft.com/Images/Plus.gif
    Additional Details

  • Managed server throws error on start up

    Randomly, while starting a managed server, the following exception is logged in the log files. What does it mean, and how can I resolve this.
    I am using Weblogic Server 7.0 Sp1 with JDK 1.3.1_08.
    Exception Trace:
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.NullPointerException
    at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2266)
    at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:514)
    at weblogic.management.internal.DynamicMBeanImpl.readObject(DynamicMBeanImpl.java:2167)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
    at java.util.ArrayList.readObject(ArrayList.java:526)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
    at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:214)
    at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: Exception encountered connecting to http://machine1:7001/wl_management_internal2/
    Bootstrap - with nested exception:
    [java.lang.NullPointerException]
    at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:235)
    at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    Reason: Fatal initialization exception
    Throwable: weblogic.management.configuration.ConfigurationException: Exception encountered connecting to http://machine1:7001/wl_management
    _internal2/Bootstrap - with nested exception:
    [java.lang.NullPointerException]
    java.lang.NullPointerException
    at java.io.ObjectInputStream.inputClassFields(ObjectInputStream.java:2266)
    at java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:514)
    at weblogic.management.internal.DynamicMBeanImpl.readObject(DynamicMBeanImpl.java:2167)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
    at java.util.ArrayList.readObject(ArrayList.java:526)
    at java.lang.reflect.Method.invoke(Native Method)
    at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2209)
    at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1406)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:381)
    at java.io.ObjectInputStream.readObject(ObjectInputStream.java:231)
    at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:214)
    at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    --------------- nested within: ------------------
    weblogic.management.configuration.ConfigurationException: Exception encountered connecting to http://machine1:7001/wl_management_internal2/
    Bootstrap - with nested exception:
    [java.lang.NullPointerException]
    at weblogic.management.ManagedServerAdmin.bootstrapLocalServer(ManagedServerAdmin.java:235)
    at weblogic.management.ManagedServerAdmin.initialize(ManagedServerAdmin.java:122)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:659)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
    at weblogic.Server.main(Server.java:32)
    Please provide some help.
    -Michael

    Michael,
    No offence, but I think you may have posted to the wrong forum. This forum is for the Oracle (database embedded) JVM -- not for WebLogic.
    While I don't use WebLogic, I'm sure there are WebLogic forums around. Do you know about this one:
    http://tinyurl.com/8nfkm
    Good Luck,
    Avi.

  • SCOM 2012 SP1 exchange edge transport queue is showing as not monitored state.

    Hi,
    We have exchange servers which is being monitored by both SCOM 2007 and SCOM2012 SP1, in SCOM 2007 R2 exchange edge queue is getting discovered, but in SCOM 2012 SP1 it is showing as not monitored state.
    Please help me in resolving this issue.

    Hi,
    What kind of MP did you import on SCOM 2012? Meanwhile, please try the following suggestions.
    1. Start the Remote Registry service. 
    2. Enable File and Printer Sharing 
    3. Check the network connectivity between the management server and the Exchange Server and ensure the FQDN of the Exchange Server can be resolved. 
    4. Clear the HealthService queue on the Exchange Server:
    a. Stop System Center Management service.
    b. Go to C:\Program Files\System Center Operations Manager 2007\, and rename the “Health Service State” folder.
    c. Restart System Center Management service.
    Niki Han
    TechNet Community Support

  • Error connecting to the Exchange Management Shell - and no one can connect w/ Outlook or OWA

    Whew - I'm not sure what's happening but everything blew up this morning when another admin rebooted the server...
    I can't connect to the Exchange Management shell - I get this:
    [<servername>.<domainname>.local] Connecting to remote server failed with the following error message : WS-Management cannot process the request. The operation failed because of an HTTP error. The HTTP error (12152) is: The server returned
    an invalid or unrecognized response . For more information, see the about_Remote_Troubleshooting Help topic. + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportException   
    + FullyQualifiedErrorId : PSSessionOpenFailed
    And in digging around, re-running the sharepoint PSConfig appeard to be a fix for a related issue I was reading about, and since there didn't seemt to be any harm in running it again (I did find the technote and had manually ran it after SP1 was installed)
    I ran it and this is an excerpt from the log:
    09/08/2011 16:48:05  1  INF                      Entering function Farm.Clear
    09/08/2011 16:48:05  1  INF                        Entering function CentralAdminServiceInstance.Reset
    09/08/2011 16:48:05  1  INF                        Leaving function CentralAdminServiceInstance.Reset
    09/08/2011 16:48:05  1  INF                      Leaving function Farm.Clear
    09/08/2011 16:48:05  1  INF                    Leaving function Farm.TryIsJoinedToFarm
    09/08/2011 16:48:05  1  ERR                    A failure has been encountered when trying to load the Farm
    09/08/2011 16:48:05  1  INF                    Entering function StringResourceManager.GetResourceString
    09/08/2011 16:48:05  1  INF                      Resource id to be retrieved is FarmIsJoinedFailureWhileUsingCommandLine for language English
    (United States)
    09/08/2011 16:48:05  1  INF                      Resource retrieved id FarmIsJoinedFailureWhileUsingCommandLine is Failed to detect if this
    server is joined to a server farm.  Possible reasons for this failure could be that you no longer have the appropriate permissions to the server farm, the database server hosting the server farm is unresponsive, the configuration database is inaccessible
    or this server has been removed from the server farm.  To diagnose this problem further, review the extended error information located at {0}.  If this problem persists, run this wizard again to disconnect from the server farm.  After disconnecting,
    run the wizard again to create or connect to an existing server farm.
    So I seem to have some massive permissions issues.  Is there any kind  of a technote or walkthrough that can step me through verifying what permissions should be where?  The connect to Internet Wizard won't complete complaining it can't configure
    the email and to run it again.  That caused the Set Up your Internet Address wizard to not run, complaining you have to run the connect to Internet wizard.

    Is there any update on the issue?
    No.  I gave up and rebuilt the server - this time inside of HyperV!
    It's definetly a problem of some sort of a problem with IIS, that much is obvious.  It's frustrating, because by not being able to get to the Exchange Management Shell it made recovery of the Exchange database VERY hard. 
    The rest of this will be a bit of a rant so feel free to stop reading here if you like :) 
    I'm pretty unhappy with the fragility of recovering an Exchange databas in general - there is a VERY narrow range of parameters to get mail back - and very many things that can prevent you from recovering.  Had I suspected that there would have been
    1/10th the pain in recovering mail, before I tried to connect the clients to the new exchange I would have made .PST files for everyone - which would have worked since they all had cached .OST files, even if the clients couldn't talk to Exchange due to the
    aformentioned IIS problems.  Anyway, it was a total nightmare, extremly frustrating and while many of my problems were probalby self-induced, the total lack of a coherant disaster recovery strategy has at least motivated me to be EXTREMLY diligent about
    backups - and not just backups, but ensuring that the SBS backup is working and occasionally firing up a clone VM and doing a restore to ensure the one of two ways Exchange can be successfully backed up are indeed working.
    With such an extreme dependence on IIS for client acces AND managemet of Exchange, there really, REALLY needs to be more documentation on how Exchange uses IIS, how to step through the registry and other low-level internals to troubleshoot and compare. 
    I must have read just about every technet article and literallly hundreds of blog entries on recovering Exchange - but the lack of information about Exchange's integration and dependancies on IIS were the most frustrating of all.  Talk about putting all
    your eggs in one basket and a huge single point of failure ticking time bomb!
    And I think it was either SharePoint Express or an accidently applied SharePoint Express update that blew up IIS.  A few days after that update got applied the server was restarted, and that's when everything went completly sideways.  That's whats
    even more frustrating - that so many applications are so dependant on a now essential layer is frustrating.  I realize SBS is an exception to the rule - generally Exchange is installed on it's own server and this isn't a remote possiblity, but any update
    (or installer) that messes with IIS really needs to check the environment it's going to go into, and if there is anything at all that could possibly cause a compatibility issue, the update should "fail open" and not install wtihout explicit confirmation
    from the admin that he wants to isntall it.  Then again, another admin either ran the installer or approved the SP Express update so that still may not have saved me  - but if he saw an explicit warning he probably would not have just clicked through
    it!
    Oh well - thanks for reading if you went all the way through.  I'm just glad that it's now over :)

  • Exchange Management Shell does not connect to server

    Hi,
    Can't connect to server with Exchange Management Shell.
    Restart, IISRESET etc. does not help.
    Method :
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri EXCHSERVER.CONTOSO.COM/PowerShell/ -Authentication Kerberos
    Import-PSSession $Session
    also does not work.
    Error:
    VERBOSE: Connecting to EXCHSERVER.CONTOSO.COM.
    New-PSSession : [EXCHSERVER.CONTOSO.COM] Connecting to remote server EXCHSERVER.CONTOSO.COM failed with the following
     error message : The WS-Management service cannot process the request. The load quota for the system has been exceeded.
     Send future requests at a slower rate or raise the system quota. For more information, see the about_Remote_Troublesho
    oting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : -2144108120,PSSessionOpenFailed
    VERBOSE: Connecting to EXCHSERVER.CONTOSO.COM.
    New-PSSession : [EXCHSERVER.CONTOSO.COM] Connecting to remote server EXCHSERVER.CONTOSO.COM failed with the following
     error message : The WS-Management service cannot process the request. The load quota for the system has been exceeded.
     Send future requests at a slower rate or raise the system quota. For more information, see the about_Remote_Troublesho
    oting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : -2144108120,PSSessionOpenFailed

    Run a normal powershell
    Import the Exchange server 2010 snapin and get the current certificates
    Add-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010
    PS C:\Users\Administrator> Get-ExchangeCertificate
    Thumbprint Services Subject
    084B2597D626C5361CF8002FADBEA83B9144143D IP.WS. CN=trapoist.com, OU=Domain Control Validated
    76C7987A7A9C7F9917A6A1B208220CA768CE0D23 IP..S. CN=trapoist.com, OU=Domain Control Validated
    Get-ExchangeCertificate | select *
    AccessRules : {System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKeyAcces
    sRule, System.Security.AccessControl.CryptoKeyAccessRule}
    CertificateDomains : {trapoist.com, www.trapoist.com, autodiscover.trapoist.com, IMAP.trapoist.com...}
    CertificateRequest :
    IisServices : {IIS://MAILTRAPOIST/W3SVC/1}
    IsSelfSigned : False
    KeyIdentifier : 36A0EC10B4503C5DBF51815A50F442D9404BE04E
    RootCAType : ThirdParty
    Services : IMAP, POP, IIS, SMTP
    Status : Valid
    SubjectKeyIdentifier : 36A0EC10B4503C5DBF51815A50F442D9404BE04E
    PrivateKeyExportable : True
    PublicKeySize : 2048
    ServicesStringForm : IP.WS.
    Archived : False
    Extensions : {System.Security.Cryptography.Oid, System.Security.Cryptography.Oid, System.Security.Cryptograph
    y.Oid, System.Security.Cryptography.Oid...}
    FriendlyName : trapoist.com
    IssuerName : System.Security.Cryptography.X509Certificates.X500DistinguishedName
    NotAfter : 8/9/2015 4:06:40 PM (SE VENCERA EL 8 DE SEPTIEMBRE)
    NotBefore : 8/5/2014 7:39:01 PM
    HasPrivateKey : True
    PrivateKey : System.Security.Cryptography.RSACryptoServiceProvider
    PublicKey : System.Security.Cryptography.X509Certificates.PublicKey
    RawData : {48, 130, 5, 128...}
    SerialNumber : 27B309845C2696
    SubjectName : System.Security.Cryptography.X509Certificates.X500DistinguishedName
    SignatureAlgorithm : System.Security.Cryptography.Oid
    Thumbprint : 084B2597D626C5361CF8002FADBEA83B9144143D
    Version : 3
    Handle : 485017248
    Issuer : CN=Go Daddy Secure Certificate Authority - G2, OU=http://certs.godaddy.com/repository/, O="GoDad
    dy.com, Inc.", L=Scottsdale, S=Arizona, C=US
    Subject : CN=trapoist.com, OU=Domain Control Validated
    AccessRules : {System.Security.AccessControl.CryptoKeyAccessRule, System.Security.AccessControl.CryptoKeyAcces
    sRule, System.Security.AccessControl.CryptoKeyAccessRule}
    CertificateDomains : {trapoist.com, www.trapoist.com, autodiscover.trapoist.com, mail.trapoist.com...}
    CertificateRequest :
    IisServices : {}
    IsSelfSigned : False
    KeyIdentifier : 54B2B188FA07098417B50DF52BDC0A41E44C9234
    RootCAType : ThirdParty
    Services : IMAP, POP, SMTP
    Status : DateInvalid
    SubjectKeyIdentifier : 54B2B188FA07098417B50DF52BDC0A41E44C9234
    PrivateKeyExportable : True
    PublicKeySize : 2048
    ServicesStringForm : IP..S.
    Archived : False
    Extensions : {System.Security.Cryptography.Oid, System.Security.Cryptography.Oid, System.Security.Cryptograph
    y.Oid, System.Security.Cryptography.Oid...}
    FriendlyName : trapoist.com
    IssuerName : System.Security.Cryptography.X509Certificates.X500DistinguishedName
    NotAfter : 8/9/2014 4:06:40 PM
    NotBefore : 8/12/2013 2:29:54 PM
    HasPrivateKey : True
    PrivateKey : System.Security.Cryptography.RSACryptoServiceProvider
    PublicKey : System.Security.Cryptography.X509Certificates.PublicKey
    RawData : {48, 130, 5, 161...}
    SerialNumber : 042D71441FC05E
    SubjectName : System.Security.Cryptography.X509Certificates.X500DistinguishedName
    SignatureAlgorithm : System.Security.Cryptography.Oid
    Thumbprint : 76C7987A7A9C7F9917A6A1B208220CA768CE0D23
    Version : 3
    Handle : 485016480
    Issuer : SERIALNUMBER=07969287, CN=Go Daddy Secure Certification Authority, OU=http://certificates.godadd
    y.com/repository, O="GoDaddy.com, Inc.", L=Scottsdale, S=Arizona, C=US
    Subject : CN=trapoist.com, OU=Domain Control Validated
    Renew the expired selfsigned certificate
    PS C:\Users\Administrator> Get-ExchangeCertificate -Thumbprint '76C7987A7A9C7F9917A6A1B208220CA768CE0D23' | New-ExchangeCertificate
     Confirm
    Overwrite the existing default SMTP certificate?
     Current certificate: '76C7987A7A9C7F9917A6A1B208220CA768CE0D23' (expires 8/9/2014 4:06:40 PM)
    Replace it with certificate: 'C3FBFA049FE6AC1806B950EB7A7AF8286EE04880' (expires 4/13/2020 12:56:34 PM)
    [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): Y
     Thumbprint                               
    Services   Subject
    C3FBFA049FE6AC1806B950EB7A7AF8286EE04880  IP..S.     OU=Domain Control Validated, CN=trapoist.com
    PS C:\Users\Administrator> Get-ExchangeCertificate
    Thumbprint                                Services   Subject
    C3FBFA049FE6AC1806B950EB7A7AF8286EE04880  IP..S.     OU=Domain Control Validated, CN=trapoist.com
    084B2597D626C5361CF8002FADBEA83B9144143D  IP.WS.     CN=trapoist.com, OU=Domain Control Validated
    76C7987A7A9C7F9917A6A1B208220CA768CE0D23  IP..S.     CN=trapoist.com, OU=Domain Control Validated
    #DELETE THE OLD CERTIFICATE (EXPIRED)
    PS C:\Users\Administrator> Remove-ExchangeCertificate -Thumbprint 76C7987A7A9C7F9917A6A1B208220CA768CE0D23
    Confirm
    Are you sure you want to perform this action?
    Remove certificate with thumbprint 76C7987A7A9C7F9917A6A1B208220CA768CE0D23 from the computer's certificate store?
    [Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"): Y
    PS C:\Users\Administrator> Get-ExchangeCertificate
    Thumbprint                                Services   Subject
    C3FBFA049FE6AC1806B950EB7A7AF8286EE04880  IP..S.     OU=Domain Control Validated, CN=trapoist.com
    084B2597D626C5361CF8002FADBEA83B9144143D  IP.WS.     CN=trapoist.com, OU=Domain Control Validated
    #CALLING CMD TO RESET THE IIS.
    PS C:\Users\Administrator> cmd
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
    #RESET EL IIS
    C:\Users\Administrator>iisreset
    Attempting stop...
    Internet services successfully stopped
    Attempting start...
    Internet services successfully restarted
    Done

  • Unable to connect to local Exchange 2013 server when opening Exchange Management shell

    Hi Everyone
    Yesterday evenything was working fine, and then this morning, I`m unable to establish a connection with the Exchange shell. I receive the following errors. Any help is appreciated.
             Welcome to the Exchange Management Shell!
    Full list of cmdlets: Get-Command
    Only Exchange cmdlets: Get-ExCommand
    Cmdlets that match a specific string: Help *<string>*
    Get general help: Help
    Get help for a cmdlet: Help <cmdlet name> or <cmdlet name> -?
    Show quick reference guide: QuickRef
    Exchange team blog: Get-ExBlog
    Show full output for a command: <command> | Format-List
    Tip of the day #55:
    Want to view the mounted status of all mailbox databases? Type:
     Get-MailboxDatabase -Status | Format-Table Name, Server, Mounted
    VERBOSE: Connecting to C-EXCH02.BLCLAB.CA.
    New-PSSession : [c-exch02.blclab.ca] Connecting to remote server c-exch02.blclab.ca failed with the following error
    message : The client cannot connect to the destination specified in the request. Verify that the service on the
    destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service
    running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
    command on the destination to analyze and configure the WinRM service: "winrm quickconfig". For more information, see
    the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : CannotConnect,PSSessionOpenFailed
    VERBOSE: Connecting to C-EXCH02.BLCLAB.CA.
    New-PSSession : [c-exch02.blclab.ca] Connecting to remote server c-exch02.blclab.ca failed with the following error
    message : The client cannot connect to the destination specified in the request. Verify that the service on the
    destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service
    running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
    command on the destination to analyze and configure the WinRM service: "winrm quickconfig". For more information, see
    the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : CannotConnect,PSSessionOpenFailed
    VERBOSE: Connecting to C-EXCH01.BLCLAB.CA.
    New-PSSession : [c-exch01.blclab.ca] Connecting to remote server c-exch01.blclab.ca failed with the following error
    message : The client cannot connect to the destination specified in the request. Verify that the service on the
    destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service
    running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
    command on the destination to analyze and configure the WinRM service: "winrm quickconfig". For more information, see
    the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : CannotConnect,PSSessionOpenFailed
    VERBOSE: Connecting to C-EXCH02.BLCLAB.CA.
    New-PSSession : [c-exch02.blclab.ca] Connecting to remote server c-exch02.blclab.ca failed with the following error
    message : The client cannot connect to the destination specified in the request. Verify that the service on the
    destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service
    running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
    command on the destination to analyze and configure the WinRM service: "winrm quickconfig". For more information, see
    the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : CannotConnect,PSSessionOpenFailed
    VERBOSE: Connecting to C-EXCH01.BLCLAB.CA.
    New-PSSession : [c-exch01.blclab.ca] Connecting to remote server c-exch01.blclab.ca failed with the following error
    message : The client cannot connect to the destination specified in the request. Verify that the service on the
    destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service
    running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following
    command on the destination to analyze and configure the WinRM service: "winrm quickconfig". For more information, see
    the about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : CannotConnect,PSSessionOpenFailed
    Failed to connect to an Exchange server in the current site.
    Enter the server FQDN where you want to connect.:
    VERBOSE: Connecting to .
    New-PSSession : Cannot bind parameter 'ConnectionUri'. Cannot convert value
    "http:///powershell?serializationLevel=Full;ExchClientVer=15.0.516.32;clientApplication=ManagementShell;TargetServer="
    to type "System.Uri". Error: "Invalid URI: The hostname could not be parsed."
    At line:1 char:30
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    +                              ~~~~~~~~~~~~~~~~
        + CategoryInfo          : InvalidArgument: (:) [New-PSSession], ParameterBindingException
        + FullyQualifiedErrorId : CannotConvertArgumentNoMessage,Microsoft.PowerShell.Commands.NewPSSessionCommand
    [PS] C:\Windows\system32>
    Ernie Prescott
    Updated information.
    I can succussfully connect to the exchange powershell from a remote computer, using this method.
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri
    http://<FQDN of Exchange 2013 Client Access server>/PowerShell/ -Authentication Kerberos
    Import-PSSession $Session
    So the problem is localised on the server.
    Regards

    Hi
    Try the steps for Error 1 on this link
    http://www.petenetlive.com/KB/Article/0000477.htm
    Hope it will help
    Cheers
    If you have any feedback on our support, please click
    here
    Zi Feng
    TechNet Community Support

  • Forcefully delete user's "Deleted Items" from Exchange 2010 Management shell ?

    After migration from Exchange 2003 to 2010 my organization's some user can't delete items from their deleted items folder, it generate a error message so how can I forcefully delete user's deleted items from their "Deleted Items folder" from
    Exchange 2010 Management shell ? Thanks
    Babu

    Hi Babu ,
    Based on my knowledge i have given some suggestions please have a look in to it.
    1.We cannot use the search-mailbox command specifically for any folder in the mailbox.But we can use it for a whole mailbox.Below is the command which will copy the entire contents of the mailbox to the target folder called as "backup" .
    Search-Mailbox -Identity "problematic mailbox name" -TargetMailbox "test mailbox" -TargetFolder "backup" -LogLevel Full -deletecontent
    Note : Before executing the above command , please execute the below.
    New-ManagementRoleAssignment -Name "Import Export_Enterprise Support" -SecurityGroup "Enterprise Support" -Role "Mailbox Import Export"
    Once the above command is executed then you need to add your admin account to the security group "Enterprise Support" and then use the Search-Mailbox command to copy the entire items to the target mailbox and also it will delete all the copied
    items from the original mailbox.
    2.Another one option is to use the MFCMAPI tool to force delete the items on the deleted items folder.
    Most importantly before doing all the above , please share me the error message what your users are facing while deleting the items from deleted items folder.
    Thanks & Regards S.Nithyanandham

  • Exchange Edge 2010 content filtering "This attachment was removed"

    I have this dilemma with exchange edge 2010 in our environment. Every time there is a spam email that is stripped by edge content filtering, the stripped email get delivered to user with "This attachment was removed." along with content of the
    email.
    Is there way to disable that notification or delivery to user? 

    If you don't want the user to get the notification, I believe you can set the Edge Transport server to silently delete the message.
    http://technet.microsoft.com/en-us/library/bb124399%28v=exchg.150%29.aspx
    Use this cmdlet option to look at the config:
    Get-AttachmentFilterListConfig
    Use this to just delete the message:
    Set-AttachmentFilterListConfig -ActionSilentDelete
    Jim McBee - MVP, MCT, MCSE Using Exchange since the v4.0 beta in 1995 - Blog http://mostlyexchange.blogspot.com

  • Exchange Management Shell prompt for connection credentials?

    Some time ago I came across an article where a couple of modifications to the shortcut to the EMS would allow a connection to a specific server and then prompt for credentials for that connection.
    Removing the -auto and replacing with -serverFQDN [servername] covers the 1st part, but I can't recall what allowed the prompt for credentials to the other machine.
    I'm looking do do this from a Win7 machine, where I must login with one account but another account has Exchange permissions.
    It's driving me nuts, because I had it working and lost the shortcut in a machine reload and can't recall what I had done.

    Slightly modified, but nothing important was removed.
    C:\Users\[loginid]>C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ver sion 2.0 -noexit -command ". 'C:\Program Files\Microsoft\Exchange Server\V14\bin \RemoteExchange.ps1'; Connect-ExchangeServer -ServerFQDN [servername] -Credential (Get-Credential)"
             Welcome to the Exchange Management Shell!
    <tip snipped>
    cmdlet Get-Credential at command pipeline position 1 Supply values for the following parameters:
    Credential
    VERBOSE: Connecting to [servername]
    [servername] Connecting to remote server failed with the following error message : Access is denied. For more informati on, see the about_Remote_Troubleshooting Help topic.
        + CategoryInfo         
    : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
       eption
        + FullyQualifiedErrorId : PSSessionOpenFailed Failed to connect to an Exchange server in the current site.
    Enter the server FQDN where you want to connect.:
    Doing a New-PSSessoin using the same credentials is successful.
    $UserCredential = Get-Credential
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri
    http://[servername]/PowerShell/ -Authentication Kerberos -Credential $UserCredential import-pssession $Session
    cmdlet Get-Credential at command pipeline position 1 Supply values for the following parameters:
    Credential
    WARNING: Some imported command names include unapproved verbs which might make them less discoverable. 
    Use the Verbose  parameter for more detail or type Get-Verb to see the list of approved verbs.
    ModuleType Name                               
    ExportedCommands
    Script     tmp_e9ed0738-3c62-458b-bdc8-7451...
    PS C:\
    Using CAC login, or domain/username/password produces the same results.

  • Import Procurement: Exchange rate:

    Dear Experts <
    Pls tell me what is the role of exchange rate while making an imported procurement:
    1.Ex rate in PO: The PO is made in INR , item price is put in USD , the system calculates the other duties n taxes in INR based on the exchange rate prevailing in the system at the time og saving the PO .
    eg. Basic Price USD 100,
    system ex rate at the time of PO :45 hence basic price in INR 4500/-
    tax ( say CVD) @ 10 % is INR 450/-
    2.Bill of entry is done at the exchange rate prevailing at the time of unloading the goods at the custom house.
    Basic Price USD 100
    Ex Rate considered by customs : 50
    Material price 100x50 =5000
    cvd @ 10%= 500/- . Thiws is the duty paid to the customs (NOT Rs 450/- as in PO) & hence this
    amount is MANUALLY booked in MIRO as planned delivery cost.
    3. Goods Receipt: GR is made against the PO with ref to the customs MIRO:
         Here the cost of goods is taken from PO ie Rs 4500/- & tax as Rs 500/-
    4. Payment to the import Vendor : MIRO is done in USD.
        Goods Cost : 100 USD
        Ex Rate in the system at the time of making this MIRO : 55/-
        The system in this case debits the cost of goods in INR  by a difference of 55-45 ie INR 1000/-
    I am confused as in what should be the exchange rate in what document & what is the actual material cost in INR .
    Pls give ur opinions.
    Regards
    Anis

    Hi
    system unless entered manually during ME21N or during MIRO takes the value of  Exchange rate fromthe reference table OB08 only no where else. You may try all combinations during your PO creation it will refer the OB08 rate only since we can not enter the exchage rate during MIGO.
    Similarly it will refer the OB08 table for the exchange rate of the day if the table is updated regularly on a day to day basis.
    Regards

  • 2013 Exchange, Can't connect to Exchange Management Shell. It cannot determine the content type of the HTTP response from the destination computer.

    The following error occurs.
             Welcome to the Exchange Management Shell!
    Full list of cmdlets: Get-Command
    Only Exchange cmdlets: Get-ExCommand
    Cmdlets that match a specific string: Help *<string>*
    Get general help: Help
    Get help for a cmdlet: Help <cmdlet name> or <cmdlet name> -?
    Show quick reference guide: QuickRef
    Exchange team blog: Get-ExBlog
    Show full output for a command: <command> | Format-List
    Tip of the day #0:
    Did you know that the Identity parameter is a "positional parameter"? That means you can use:
     Get-Mailbox "user" instead of: Get-Mailbox -Identity "user"
    It's a neat usability shortcut!
    VERBOSE: Connecting to mail1.dorothy.local.
    New-PSSession : [mail1.dorothy.local] Connecting to remote server mail1.dorothy.local failed with the following error
    message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from
    the destination computer. The content type is absent or invalid. For more information, see the
    about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : -2144108297,PSSessionOpenFailed
    Exception calling "GetComputerSite" with "0" argument(s): "The Specified directory object cannot be found."
    At C:\Program Files\Microsoft\Exchange Server\V15\bin\ConnectFunctions.ps1:164 char:2
    +     $localSite=[System.DirectoryServices.ActiveDirectory.ActiveDirectorySite]::GetC ...
    +    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : ActiveDirectoryObjectNotFoundException
    Failed to connect to an Exchange server in the current site.
    Enter the server FQDN where you want to connect.: mail1.dorothy.local
    VERBOSE: Connecting to mail1.dorothy.local.
    New-PSSession : [mail1.dorothy.local] Connecting to remote server mail1.dorothy.local failed with the following error
    message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from
    the destination computer. The content type is absent or invalid. For more information, see the
    about_Remote_Troubleshooting Help topic.
    At line:1 char:1
    + New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotin
       gTransportException
        + FullyQualifiedErrorId : -2144108297,PSSessionOpenFailed
    Randy Cheek

    Good Morning,
    Log into the server with an account that has appropriate Exchange rights, not a local account.  
    Note: By default - Domain Admins don't have Exchange rights.
    Dame Luthas, ITILv3, MCSE Messaging 2013, MCSA, MCITP
    My Technical Blog: http://thelifestrategist.wordpress.com
    Discipline is the Difference between Goals and Accomplishments
    If this post is useful, please hit the green arrow on the left & if this is the answer hit "mark as answer"

Maybe you are looking for

  • Null values in model function

    Hello, Here is the table I m using : CREATE TABLE "TEST"   "IDENTIFIANTACTIONNAIRE" NUMBER(23,0),   "NUMEROECRITURE" NUMBER(8,0),   "SENSOPERATION" VARCHAR2(1 BYTE),   "NOMBRETITRES" NUMBER(15,0),   "INDICATEURPMU" VARCHAR2(3 BYTE),   "SOLDE" NUMBER(

  • Spry Tabbed Pages Keep Shifting

    I have built a page using the Spry Tabbed Panels. I have one set inside of another. The problem is when you click a main tab and then a secondary tab and then roll over the main tabs again the width changes on the secondary tab. I have no idea why it

  • Numbers Template Won't Open

    Hey All - I have a Numbers (iWork09) template that will no longer open after my upgrade to Lion (actually three variations of the same template).  In addition, all documents that had been created from those templates no longer open either, so I'm fai

  • Opening Images With Java

    How do you open images with Java? It is a JPEG, and as most will figure out from this post, I'm new to this. :P thanks in advance for any effort...

  • Error when trying to open group policy editor

    When I try to open the Local Group Policy Editor I get error message: "Found duplicate definition of element string with name 'AppxRuntimeBlockFileElavationExplanation'. File c:\Windows\PolicyDefinitions\en-US\AppXRuntime.adml, line43, column 15" I'm