Exchange connector to hosted Exchange Server gives Connection errors in log.

I have setup the exchange connector within SCCM 2012 R2 CU3. Everything seems to work. I get the EAS connected devices discovered in the SCCM console.
The Hosted Exchange server I used is https://ps.outlook.com/PowerShell-Live-ID
Although everything seems to work i frequently get the following errors in the EASdisc.log:
ERROR: [MANAGED] Failed to open Runspace. Exception: System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : The SSL connection cannot be established. Verify that the service
on the remote host is properly configured to listen for HTTPS 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 -transport:https". For more information, see the about_Remote_Troubleshooting Help topic.~~   at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()~~
  at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOpen(IAsyncResult asyncResult)~~   at System.Management.Automation.Runspaces.RunspacePool.Open()~~   at System.Management.Automation.RemoteRunspace.Open()~~
  at Microsoft.ConfigurationManager.ExchangeConnector.ExchangeRunspace.InitRunspace()
ERROR: Failed to call Initialize of managed COM. error = Unknown error 0x80131501
ERROR: Failed to initialize managed com instance. Error = Unknown error 0x80131501, -2146233087
There is no fixed interval in which these errors are reported.
Can i neglect these errors, or am I missing something?
I found the following thread without a solution:
http://community.office365.com/en-us/f/156/t/265109.aspx

Try to use FQDN of Cas server in URL and Add CASADMIN into all the three Exchage Roles: Recipient Management; View Only Organization Management; and Server
Management. Enabled the Windows Authentication on Exchange CAS Server for /powershell in IIS.
Also You can check below link
https://social.technet.microsoft.com/Forums/en-US/e7ca3f0c-a793-4437-8050-2de4c9d9253c/exchange-connector?forum=configmanagergeneral
Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"Mai Ali | My blog:
Technical | Twitter:
Mai Ali

Similar Messages

  • Migration exchange 2010 to hosted exchange 2013

    Hello,
    Tried to search for a good solution for what I need but always redirected to places of office365.
    I will explain what i need and maybe you could find me a good solution.
    I have several offices that i give IT support. Some of them with exchange 2003 and some with 2007-2010.
    I want to migrate their servers to my new hosted exchange 2013 (multi-tenancy).
    Is there a way to do CutOver migration?
    What are my options?
    P.s. All offices are working with calendars so PSTing their mailboxes is out of the question.
    Hope you understand what i wanted to do.
    Thanks for the help.
    Lior.

    For what you're planning, a cutover migration would be best.  For that I would recommend a tool like Migrationwiz (http://www.migrationwiz.com).  You can start the migration in advance, get the data copied
    and then do a final incremental move on the cutover date.  In addition to the mailbox move, you will want to synchronize the directories and ensure that the legacyExchangeDN property of the source mailboxes appear as proxy addresses of type
    X500 on the target mailboxes or else they won't be able to reply to old mail or use Outlook contacts or cached addresses.  I don't recall whether MigrationWiz can take care of that for you or not. 
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Document Management System (CSADMIN) gives connect error?

    Hi everyone
    I have configured DMS in my system which is on ECC6 and HP-UX (Tcode OAC0).
    When I try to connect using CSADMIN it gives the following error....
    This configuration is for HTTP server:
    I have given port as 1090 and HTTP Script as ContentServer/ContentServer.dll. Is this correct??
    Connect Error: NiHostToAddr
    <ip-address> error:
    NIEHOST_UNKNOWN
    What can be the problem?
    Regards
    Chin2

    So you did not yet install the content server on your Windows system? If not, then it won't work
    http://service.sap.com/instguides
    --> SAP Components
    --> SAP Content Server
    There you will find the installation guides. In those you will find which CDs you will need to download.
    Markus

  • CF8 & MSDE SQL Server DSN Connection Error SOLVED!!!

    Getting the following error trying to add a CF DSN to SQL
    Server?
    Connection verification failed for data source:
    datasource_name
    java.sql.SQLException: [Macromedia][SQLServer JDBC
    Driver]Error establishing socket to host and port: localhost:1433.
    Reason: Connection refused: connect
    The root cause was that: java.sql.SQLException:
    [Macromedia][SQLServer JDBC Driver]Error establishing socket to
    host and port: localhost:1433. Reason: Connection refused: connect
    There are several steps in order to make ColdFusion 8 and
    MSDE SQL 2005 Server
    1. TCP/IP is not enabled by default. When looking in SQL
    Server Configuration Manager it appears TCP/IP is enabled by there
    is a second place that it has to be enabled.
    2. The TCP/IP port is dynamically assigned each time the
    service is started, if they are no errors it the port number stays
    the same but if there is an error the port number is dynamically
    changed the next time the service starts.
    3. You have to add your dsn login username and password to
    the database in order to connect without using the sa username and
    password.
    Steps to get DSN setup correctly.
    1. Open SQL Server Configuration Manager
    2. Expand the SQL Server 2005 Network Configuration Group
    3. Click on Protocols for SQLEXPRESS
    4. Right click TCP/IP in the right pane and select properties
    5. On the protocol tab under enabled set to yes and apply.
    6. Disable dynamic port assignments by following the
    instruction below:
    If enabled, the default instance of the Microsoft SQL Server
    Database Engine listens on TCP port 1433. Named instances of the
    SQL Server Database Engine and SQL Server Compact Edition are
    configured for dynamic ports, which means they select an available
    port when the SQL Server service is started. When connecting to a
    named instance through a firewall, configure the Database Engine to
    listen on a specific port, so that the appropriate port can be
    opened in the firewall.
    To assign a TCP/IP port number to the SQL Server Database
    Engine
    In SQL Server Configuration Manager, in the console pane,
    expand SQL Server 2005 Network Configuration, expand Protocols for
    &lt;instance name&gt;, and then double-click TCP/IP.
    In the TCP/IP Properties dialog box, on the IP Addresses tab,
    several IP addresses appear, in the format IP1, IP2, up to IPAll.
    One of these are for the IP address of the loopback adapter,
    127.0.0.1. Additional IP addresses appear for each IP Address on
    the computer. Right-click each address, and then click Properties
    to identify the IP address that you wish to configure.
    If the TCP Dynamic Ports dialog box contains 0, indicating
    the Database Engine is listening on dynamic ports, delete the 0.
    In the IPn Properties area box, in the TCP Port box, type the
    port number you wish this IP address to listen on, and then click
    OK.
    In the console pane, click SQL Server 2005 Services.
    In the details pane, right-click SQL Server (&lt;instance
    name&gt;) and then click restart, to stop and restart SQL
    Server.
    7. Open Microsoft SQL Server Management Studio Express
    8. Connect to your local copy of SQL Server
    9. Expand the Security group
    10. Right click login. Select new login.
    12. Enter the dsn login name you want.
    11. Choose SQL Server Authetication.
    12. Enter the dsn password you want twice.
    13. Disable user must change password at next login
    14. Choose default database if you like.
    15. Click User Mappings in left pane.
    16. Click databases you want login to have access to.
    17. Click ok.
    You should now be able to add your CF DSN using localhost for
    server and the port number you put in earlier. Default port number
    is 1433.
    You can view which port number SQL is listening to at this
    registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL
    Server\SQLEXPRESS\MSSQLServer\SuperSocketNetLib\Tcp
    tcpport
    You can test connectivity to the sql server by typing telnet
    localhost 1433 or the port number you selected at a command prompt.
    You should get a blank screen not an error.
    Hope this helps, I spent 3 hours figuring it out.
    David

    I'm running into the same error with CFMX 7 and SQL 2000. The
    port is set correctly (1433) in SQL, but it just can't communicate
    successfully. SQL reside on a seperate server. Any thoughts?
    Chris

  • Oracle Report Server gives java error message

    Hi All,
    We have an oracle report server (or service) in Oracle application server 10gR2 running in Red Hat Enterprise Linux 4.5. And it was working fine.
    But recently it gives some error message in the terminal like below.
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    java.lang.Exception
    at com.sun.corba.se.internal.iiop.IIOPConnection.cleanUp(IIOPConnection.java:903)
    at com.sun.corba.se.internal.iiop.ConnectionTable.cleanUp(ConnectionTable.java:303)
    at com.sun.corba.se.internal.iiop.ConnectionTable.checkConnectionTable(ConnectionTable.java:320)
    at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:75)
    When I restart the report server it works fine for a while and the error message appears again.
    Dear Experts,Please response early.

    Please check at http://<server>/dev60html/runrep.htm for follwings :
    01. your test.rdf must be in report60 folder
    02. your db must contain scott user
    03. connect string must be tested and give the same inplace of test
    04. your webhost may contain a dot, please check this should be the same as yours
    hope this will help
    bye !

  • Content Server SQL Server 2000 Connection Error (very annoying)

    All of the diagnostic tests are failing because of SQLServer connection error (see below for diagnosticTests.jsp output).
    I checked database.content.properties file, all connection information is correct. The portal is running on the same SQL server. So I know that the SQL server is running just fine. I just could not isolate the problem. Can you help?------------------------------------------------------------------------
    Content Server DB Connection FAIL
    Settings JDBC Driver: com.plumtree.jdbc.sqlserver.SQLServerDriver JDBC URL: jdbc:plumtree:sqlserver://OXO-SRV03:1433;DatabaseName=ptcsdb DB Driver: com.plumtree.jdbc.sqlserver.SQLServerDriver DB Vendor: com.plumtree.content.rdbms.impl.VendorSqlServer User Name: ptcsdbuser Possible Resolution Check the Content DB JDBC Server, JDBC Port, JDBC User, JDBC Password, and JDBC Databse settings in the content.properties file. Error Details Exception Message: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect com.plumtree.jdbc.base.BaseSQLException: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect at com.plumtree.jdbc.base.BaseExceptions.createException(Unknown Source) at com.plumtree.jdbc.base.BaseExceptions.getException(Unknown Source) at com.plumtree.jdbc.sqlserver.tds.TDSConnection.(Unknown Source) at com.plumtree.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source) at com.plumtree.jdbc.base.BaseConnection.connect(Unknown Source) at com.plumtree.jdbc.base.BaseConnectionStartup.run(Unknown Source) Content DB Table CREATE and DELETE FAIL
    Settings Unable to get a connection to the content server DB Possible Resolution Check the Content DB JDBC Server, JDBC Port, JDBC User, JDBC Password, and JDBC Databse settings in the content.properties file. Also ensure that the Content Database Server is running. Error Details Exception Message: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect com.plumtree.jdbc.base.BaseSQLException: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect at com.plumtree.jdbc.base.BaseExceptions.createException(Unknown Source) at com.plumtree.jdbc.base.BaseExceptions.getException(Unknown Source) at com.plumtree.jdbc.sqlserver.tds.TDSConnection.(Unknown Source) at com.plumtree.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source) at com.plumtree.jdbc.base.BaseConnection.connect(Unknown Source) at com.plumtree.jdbc.base.BaseConnectionStartup.run(Unknown Source) Content DB Update and Query FAIL
    Settings Unable to get a connection to the Content DB Table Name: PCSSYSTEM Column Name: CREATEDVERSION Possible Resolution Check the Content DB JDBC Server, JDBC Port, JDBC User, JDBC Password, and JDBC Databse settings in the content.properties file. Also ensure that the Content Database Server is running. Error Details Exception Message: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect com.plumtree.jdbc.base.BaseSQLException: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect at com.plumtree.jdbc.base.BaseExceptions.createException(Unknown Source) at com.plumtree.jdbc.base.BaseExceptions.getException(Unknown Source) at com.plumtree.jdbc.sqlserver.tds.TDSConnection.(Unknown Source) at com.plumtree.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source) at com.plumtree.jdbc.base.BaseConnection.connect(Unknown Source) at com.plumtree.jdbc.base.BaseConnectionStartup.run(Unknown Source) Portal DB Connection FAIL
    Settings JDBC Driver: com.plumtree.jdbc.sqlserver.SQLServerDriver JDBC URL: jdbc:plumtree:sqlserver://OXO-SRV03:1433;DatabaseName=plumdb DB Driver: com.plumtree.jdbc.sqlserver.SQLServerDriver DB Vendor: com.plumtree.content.rdbms.impl.VendorSqlServer User Name: plumdbuser Possible Resolution Check the Portal DB JDBC Server, JDBC Port, JDBC User, JDBC Password, and JDBC Databse settings in the content.properties file. Error Details Exception Message: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect com.plumtree.jdbc.base.BaseSQLException: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect at com.plumtree.jdbc.base.BaseExceptions.createException(Unknown Source) at com.plumtree.jdbc.base.BaseExceptions.getException(Unknown Source) at com.plumtree.jdbc.sqlserver.tds.TDSConnection.(Unknown Source) at com.plumtree.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source) at com.plumtree.jdbc.base.BaseConnection.connect(Unknown Source) at com.plumtree.jdbc.base.BaseConnectionStartup.run(Unknown Source) Portal DB Query FAIL
    Settings Unable to get a connection to the Portal DB Table Name: PTUSERS Column Name: OWNERID Possible Resolution Check the Portal DB JDBC Server, JDBC Port, JDBC User, JDBC Password, and JDBC Databse settings in the content.properties file. Also ensure that the Portal Database Server is running. Error Details Exception Message: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect com.plumtree.jdbc.base.BaseSQLException: [plumtree][SQLServer JDBC Driver]Error establishing socket. Connection refused: connect at com.plumtree.jdbc.base.BaseExceptions.createException(Unknown Source) at com.plumtree.jdbc.base.BaseExceptions.getException(Unknown Source) at com.plumtree.jdbc.sqlserver.tds.TDSConnection.(Unknown Source) at com.plumtree.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source) at com.plumtree.jdbc.base.BaseConnection.connect(Unknown Source) at com.plumtree.jdbc.base.BaseConnectionStartup.run(Unknown Source) Document Repository OK Workflow Server FAIL
    Settings Workflow Server Base URL: http://OXO-SRV03:7087 Content Server URL: http://OXO-SRV03:7777/ptcs Workflow Server Portlet URL: http://OXO-SRV03:7087/workflow Possible Resolution Verify that the Plumtree Workflow service has been started. Also, check the Workflow Serverdiagnostics for more detailed information. Error Details Exception Message: Cannot access Burlap service at [http://localhost:7087/wfserver/caucho/workflowsvc-burlap]; nested exception is com.caucho.burlap.client.BurlapProtocolException: org.springframework.remoting.RemoteAccessException: Cannot access Burlap service at [http://localhost:7087/wfserver/caucho/workflowsvc-burlap]; nested exception is com.caucho.burlap.client.BurlapProtocolException: com.caucho.burlap.client.BurlapProtocolException: at com.caucho.burlap.client.BurlapProxy.invoke(BurlapProxy.java:171) at $Proxy2.connectPortalUser(Unknown Source) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.springframework.remoting.caucho.BurlapClientInterceptor.invoke

    Don't know if anyone is still having problems with this, but just in case...
    I was getting a similar error. I had an Event Viewer record (It wasn't a Warning or an Error, just an Information) reading:You are running a version of Microsoft SQL Server 2000 or Microsoft SQL Server 2000 Desktop Engine (also called MSDE) that has known security vulnerabilities when used in conjunction with this version of Windows. To reduce your computer's vulnerability to certain virus attacks, the TCP/IP and UDP network ports of Microsoft SQL Server 2000, MSDE, or both have been disabled. To enable these ports, you must install a patch, or the most recent service pack for Microsoft SQL Server 2000 or MSDE from http://www.microsoft.com/sql/downloads/default.asp
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    I installed SQL SP4 and it corrected the problem

  • My envy 110 works but the web services and eprint services give "connection error". what to do?

    My family use  Macs and Apple Deskbook and a BT Homehub network. The HP troubleshooting instructions do not always match what is on computer screen. The menu paths that HP gives sometimes do not exist.
    The Envy 110 printer was working fine but it often could not be found by the computers so I followed HP instructions to set a Static IP Address on the Printer. But now the Web Service and ePrint Service give a "connection error".    Any suggestions? I am annoyed that HP don't give a phone number to help.

    When you set that static IP on the printer, make sure of 2 things:
    1. The IP address is outside the DHCP range of the router.
    2. Use an external DNS, like Google DNS: 8.8.8.8 and 8.8.4.4
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Oracle 11g ODAC 11.1.0.6.21 on Windows 2008 Standard server gives TNS error

    Hi,
    I have Oracle 11g ODAC 11.1.0.6.21 installed on my Application server that has 32 bit Windows 2008 Standard. The Oracle database 10g is installed on another 2008 server. On database server I can connect using SQLPlus. But on application server I cannot connect using ODAC SQLPlus. I have given correct service name in tnsnames.ora file.
    Error is ORA-12154 TNS: Listener cannot resolve service name
    What's wrong? Is 11.1.0.6.21 not meant for Windows 2008? I did not get any errors while installing.
    This 11.1.0.6.21 works perfectly for me on XP machine.
    I have browsed this forum but not getting clear steps to peform.
    Can someone guide me what is needed?
    Thanks
    Shrini

    Hi,
    The request to connect from the client is reaching the server but it seems the parsing of the service name is either wrong or the information is correct. Here are a couple of suggestions.
    If you have a good known set of sqlnet.ora and tnsnames.ora files on another client where the same connection descriptor works, then backup the curreny client network config files and copy the good known files to the Windows 2008 web server where you see the error. Make sure you recycle the worker processes once the files have been copied.
    Try to connect via Ezconnect and by pass the config files to see if you get the same error.
    //hostname:port/servicenameofdb
    where hostname is the machine where the target database is running
    port is the port on the DB machine where the tns listener is running and listening
    service name is the service name of the target DB
    Use this syntax in the connect string box when attempting to connect from SQL PLUS out of the ODAC home.
    You can also run lsnrctl utility on the server and vertify there is a handler for the service name or instance that is the target,
    HTH
    Jenny B.

  • Sql server 2000 connection error

    Hi everyone ,
    I am trying to connect Sql server 2000 using ODI and trying to pass the parameters.
    com.microsoft.jdbc.sqlserver.SQLServerDriver
    jdbc:microsoft:sqlserver://localhost:1433;SelectMethod=cursor;databaseName=Northwind;integratedSecurity=false
    username : sa
    password : *******
    error :
    connection failed
    com.sunopsis.sql.c: com.microsoft.jdbc.sqlserver.SQLServerDriver
    can some one help me to make it worked out especially enabling IPaddress in Sql server 2000. both for the Server and network utility have 1433 as the port for tcp/ip .
    Thanks

    Firstly, this message normally means that you do not have the JAR files for the driver in your classpath. The classpath is created dynamically at startup of the ODI process, so the jar needs to be in the drivers directory before you start.
    Second, even if you are using SQL Server 2000, the recommendation is to use the SQL Server 2005 driver, available from the Microsoft site (http://msdn.microsoft.com/en-us/data/aa937724.aspx). It is much more capable and reliable. Note that you will need to use a different Driver name, and the URL format is also slightly different.
    Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    URL: jdbc:sqlserver://[serverName[\instanceName][:portNumber]][;property=value[;property=value]]

  • Loading from SQL Server gives an error

    Hi,
    I try to load data from SQL server to Oracle. When I try to run my mapping, I get the following error:
    Job 4 error: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'kssefflataus.dbo.SLD_LAHETTEET_EFF'.
    while executing
    "java0xc execute java0x4 {select     
         SLD_LAHETTEET_EFF.OLE_LAHETE     AS OLE_LAHETE,
         SLD_LAHETTEET_EFF.OLE_JUURI_ID     AS OLE_JUURI_ID,
         SLD_LAHETTEET_EFF.OLE_..."
    (in namespace eval "::EFFICA_DB_LOC_EU::LCT_SQL_TO_ORACLE" script line 1)
    invoked from within
    "nseval $srcToTarget execute [java::getinterp] $p_src_stmt $p_src_jndi $p_tgt_stmt $p_conn $p_src_tech $p_tech $p_commitrows"
    invoked from within
    "set g_res [nseval $srcToTarget execute [java::getinterp] $p_src_stmt $p_src_jndi $p_tgt_stmt $p_conn $p_src_tech $p_tech $p_commitrows]"
    while executing
    "error $errorInfo"
    ("if" then script line 11)
    invoked from within
    "if {[catch {set g_res [nseval $srcToTarget execute [java::getinterp] $p_src_stmt $p_src_jndi $p_tgt_stmt $p_conn $p_src_tech $p_tech $p_commitrows]} r..."
    (procedure "source_to_target" line 8)
    invoked from within
    "source_to_target $p_src_stmt $p_tgt_stmt $p_srcvar $connection $p_srctech $p_tgttech $p_tgtcommitrows"
    while executing
    "error $jdbc_errorInfo"
    ("if" then script line 2)
    invoked from within
    "if {[info exists jdbc_errorInfo]} {
    error $jdbc_errorInfo
    (procedure "execsourcetarget" line 24)
    invoked from within
    "execsourcetarget $src_stmt $tgt_stmt "$SRC_LOCATION" "$TGT_LOCATION" "TGT_AC" "" "GENERIC" "ORACLE" -1 "false" "false""
    (procedure "5_LOAD_DATA_main" line 33)
    invoked from within
    "5_LOAD_DATA_main "
    while executing
    "error $errorInfo"
    ("if" then script line 4)
    invoked from within
    "if {[catch {
            logTaskStart Started $taskDetail {4} {}
    global _OMBTaskFlowAudit
    set _OMBTaskFlowAudit {TASK_LOADING|5_LOAD_DATA}..."
    ("if" then script line 2)
    invoked from within
    "if {$AFTER_ICT == "false"} {
    if {[catch {
            logTaskStart Started $taskDetail {4} {}
    global _OMBTaskFlowAudit
    set _OMBTaskF..."
    (procedure "5_LOAD_DATA" line 27)
    invoked from within
    "5_LOAD_DATA"
    (procedure "LCT_SQL_TO_ORACLE::LCT_SQL_TO_ORACLE_main" line 50)
    invoked from within
    "LCT_SQL_TO_ORACLE::LCT_SQL_TO_ORACLE_main "jdbc/SQLSERVER_DATABASE_LOCATION-OWB11-OWB11_REP-PUBLIC_PROJECT-EFFICA_DB_LOC" "jdbc/ORACLE_DATABASE_LOCATI..."
    (in namespace eval "::EFFICA_DB_LOC_EU" script line 4)
    invoked from within
    "namespace eval EFFICA_DB_LOC_EU {
    logPhaseStart "" {EFFICA_DB_LOC_EU} "" {5}
    eval [getScript "CODETEMPLATE-OWB11-OWB11_REP-PUBLIC_PROJECT-BUILT_IN..."
    null
    Something is wrong but what? Source table is imported straight from SQL server db and target table is basicly a copy of it. I'm not used to work with SQL server databases so this can be a configuration issue or something like that.
    BR,
    Mari                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Seems that the problem is here: 'kssefflataus.dbo.SLD_LAHETTEET_EFF'. It should be 'kssefflataus.mydatabase.dbo.SLD_LAHETTEET_EFF'. That "mydatabase" is defined in SQL server location but it doesn't use it here. How can I add it to the code?
    BR,
    Mari

  • Mac OS X Server Internet Connection error

    Our server runs the DNS and DHCP for the company.  We had some server room issues and had to shut everything down for a couple hours.
    All the server room components are now on and working.  When our server boots to the OS we will have internet on the clients and server for about 3 or 4 minutes then it cuts out.  Looks like a DNS issue.  But our DNS is active on the server.
    Can anyone help? 
    I've attached the error log of the server ... please help!
    Thank you
    John Kennedy
    john[dot]kennedy[at]jupiterent[dot]com
    *.crash file here - https://jupiterent.box.net/shared/uzyk4vtt4nsqgil0uhro
    *.rtf file here - https://jupiterent.box.net/shared/mjy5xf9jdebkxtf7032t

    UPDATE
    We've disabled web services and stopped seeing the majority of the errors ... but we still lose internet connection in the same time frame.

  • NFS - Solaris 10 client from Ubuntu server gives Rpcbind error

    Hello All,
    New to Solaris, and I've been scouring the Internet to find a solution, but none have been produced. I'll start by giving you details about the setups, and then go into the error:
    Server Setup:
    Ubuntu 8.04
    Exports file ->
    /home/<folder> <Solaris 10 Server DNS name>(rw,no_subtree_check,async)
    Client Setup:
    Solaris 10
    Set /etc/default/nfs to have NFS_CLIENT_VERSMAX=3
    Ran svcadm -v enable -r network/nfs/client and then tried
    mount -F nfs <Ubuntu Server DNS name>:/home/<folder> /mnt/test/
    and all I ever get are Rpcbind failure - RPC: Timed Out and then it says it's retrying: /mnt/test
    I've gotten the firewall out of the way, I can ping the Ubuntu server from the Solaris server and vice versa, and I'm able to mount the Ubuntu NFS share on another Ubuntu machine perfectly, but I can't get it to mount on the Solaris server. If I specify v3 of NFS, that doesn't change anything. If I specify v4 of NFS, I get the error that the file or folder doesn't exist on the Ubuntu server.
    Any ideas? Any more info needed?

    This is the exact same problem I've been having. My server is Ubuntu 8.10, and the client is Solaris 10. This is on my home network, so I'm pretty confident it isn't a network issue. I do NFS all the time at work between Solaris machines, but I'm stumped on this one. I've noticed there are similar threads on the topic with no real answer that I have found --
    http://www.linuxquestions.org/questions/linux-networking-3/nfs-server-on-ubuntu-doesnt-play-nice-with-nfs-client-on-solaris-626508/
    I did a dfshares from the Solaris box, and I actually get a response listing the shares. Even though I can see it I still can't mount it. Here is what I see:
    bash-3.00# dfshares tabasco
    RESOURCE SERVER ACCESS TRANSPORT
    tabasco:/media/Shared tabasco - -
    bash-3.00# mount -F nfs -o ro tabasco:/media/Shared /mnt
    nfs mount: tabasco:/media/Shared: No such file or directory
    bash-3.00#
    NFS is working on the server, as I can mount it locally (see below)
    root@tabasco:/# cat /etc/exports
    /media/Shared *(ro,sync)
    root@tabasco:/# mount tabasco:/media/Shared /mnt
    root@tabasco:/# cd /mnt
    root@tabasco:/mnt# ls
    Videos lost+found Music Pictures Other
    root@tabasco:/mnt#
    Yes... my server''s name is tabasco... remember it's a home network... and I like Tabasco... :)

  • Remote web access gives critical error on log in

    SBS 2011 Essentials does set up the domain when using the custom domain at remotewebaccess. Now however, when I try to log in on the website it gives me this error: Cannot connect to Remote Web Access. Contact the person who manages the server. Remote
    Web Access is enabled for all accounts, and I have tried to log into several of them but get the same message.
    Jeremiah Doggett

    OK...  time for more information about your setup.
    What router are you using?
    Is there more than one router on the network (including a modem-router if this is a DSL Internet connection)?
    What is the OS of the external computer through which you are trying to access RWA?
    What are the OS(s) of the network computers at the office?
    >>Ok, just created a test user with admin rights, I can still login to mobile site, but on the desktop version I get the same error!
    So, using an external computer (not an IPhone), you can successfully log into RWA but cannot access (remotely control) any workstations on the network?
    Are you getting any certificate errors?
    Is 'Remote Desktop' enabled on each network workstation? 
    And maybe check out this thread:  (turned out to be a permissions issue for the original poster)
    SBS 2011 Essentials: All 'standard users' keep reverting to inactive status in dashboard
    http://social.technet.microsoft.com/Forums/en-US/smallbusinessserver/thread/bfc5b55e-9b6b-4705-b0a1-49ddbffbf095/
    Merv  Porter
    ============================

  • Issue with server startup - no errors, the logging just stops

    Hello, we are seeing the following logs in our second node instance of Weblogic. I have Wily and can see that the second instance (jvm) never comes up. Below is the log in it's entirety and as you can see, there is nothing after the line: <Dec 17, 2009 12:27:32 AM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32 from BEA Systems, Inc.>
    Is there any debugging or other server settings we can make to see what's happening? It can take restarting the box a few times for this to come up correctly.
    LOG output:
    <Dec 17, 2009 12:27:26 AM> <Info> <NodeManager> <Starting WebLogic server with command line: E:\bea\user_projects\domains\omnimanager\bin\startWebLogic.cmd >
    <Dec 17, 2009 12:27:27 AM> <Debug> <NodeManager> <Environment: ADMIN_URL=http://10.64.205.28:7001>
    <Dec 17, 2009 12:27:27 AM> <Debug> <NodeManager> <Environment: SERVER_NAME=AdminWeb-Server-2>
    <Dec 17, 2009 12:27:27 AM> <Debug> <NodeManager> <Environment: JAVA_OPTIONS=-Dweblogic.system.BootIdentityFile=E:\bea\user_projects\domains\omnimanager\servers\AdminWeb-Server-2\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -javaagent:E:\wily\Agent.jar -Dcom.wily.introscope.agentProfile=E:\wily\IntroscopeAgent_prod_tc5207-n2_ms_2.profile>
    <Dec 17, 2009 12:27:27 AM> <Info> <NodeManager> <Working directory is "E:\bea\user_projects\domains\omnimanager">
    <Dec 17, 2009 12:27:27 AM> <Info> <NodeManager> <Server output log file is "E:\bea\user_projects\domains\omnimanager\servers\AdminWeb-Server-2\logs\AdminWeb-Server-2.out">
    JAVA Memory arguments: -Xms1g -Xmx2g
    WLS Start Mode=Development
    CLASSPATH=E:\AdminWeb\conf;E:\bea\weblogic92\server\lib\xalan-2.5.1.jar;E:\bea\weblogic92\server\lib\xercesImpl-2.7.1.jar;E:\wily\WebAppSupport.jar;E:\bea\patch_weblogic922\profiles\default\sys_manifest_classpath\weblogic_patch.jar;E:\bea\JROCKI~1\lib\tools.jar;E:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;E:\bea\WEBLOG~1\server\lib\weblogic.jar;E:\bea\WEBLOG~1\server\lib\webservices.jar;;E:\bea\WEBLOG~1\common\eval\pointbase\lib\pbclient51.jar;E:\bea\WEBLOG~1\server\lib\xqrl.jar;;;
    PATH=E:\bea\patch_weblogic922\profiles\default\native;E:\bea\WEBLOG~1\server\native\win\32;E:\bea\WEBLOG~1\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\bea\WEBLOG~1\server\native\win\32;E:\bea\WEBLOG~1\server\bin;E:\bea\JROCKI~1\jre\bin;E:\bea\JROCKI~1\bin;E:\bea\WEBLOG~1\server\native\win\32\oci920_8;C:\Program Files\EMC\PowerPath\;C:\Program Files\HP\NCU;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\System Center Operations Manager 2007\;C:\Program Files\Windows Imaging\;E:\bea\WEBLOG~1\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.5.0_10"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_10-b03)
    BEA JRockit(R) (build R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32, compiled mode)
    Starting WLS with line:
    E:\bea\JROCKI~1\bin\java -jrockit -Xms1g -Xmx2g -Dweblogic.system.BootIdentityFile=E:\bea\user_projects\domains\omnimanager\servers\AdminWeb-Server-2\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -javaagent:E:\wily\Agent.jar -Dcom.wily.introscope.agentProfile=E:\wily\IntroscopeAgent_prod_tc5207-n2_ms_2.profile -Xverify:none -da -Dplatform.home=E:\bea\WEBLOG~1 -Dwls.home=E:\bea\WEBLOG~1\server -Dwli.home=E:\bea\WEBLOG~1\integration -Dweblogic.management.discover=false -Dweblogic.management.server=http://10.64.205.28:7001 -DOMNI_INI_DIR=E:\AdminWeb\omniconnect\ -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=E:\bea\patch_weblogic922\profiles\default\sysext_manifest_classpath -Xrs -Dweblogic.Name=AdminWeb-Server-2 -Djava.security.policy=E:\bea\WEBLOG~1\server\lib\weblogic.policy weblogic.Server
    <Dec 17, 2009 12:27:32 AM EST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    E:\bea\weblogic92\platform\lib\p13n\p13n-schemas.jar;E:\bea\weblogic92\platform\lib\p13n\p13n_common.jar;E:\bea\weblogic92\platform\lib\p13n\p13n_system.jar;E:\bea\weblogic92\platform\lib\wlp\netuix_common.jar;E:\bea\weblogic92\platform\lib\wlp\netuix_schemas.jar;E:\bea\weblogic92\platform\lib\wlp\netuix_system.jar;E:\bea\weblogic92\platform\lib\wlp\wsrp-common.jar>
    <Dec 17, 2009 12:27:32 AM EST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.2.0-131-78843-1.5.0_10-20070320-1457-windows-ia32 from BEA Systems, Inc.>

    You'll have to talk to the Xpress Connect people, perhaps it requires a update.
    Mac's connect automatically to encrypted networks if it's stored in the keychain, provided they are not hidden and not WEP Encrypted networks since that's worthless standard now.

  • Exchange connector stops working after patching?

    our service manager exchange connector stopped working after patching that we performed on wed.
    When starting or stopping the exchange connector we get this info in the Operations manager log file.
    Error importing solutions. Error message:Management Pack [Microsoft.EnterpriseManagement.ServiceManager.Connector.AD,d43c3091-62c2-6404-607d-4376e592a89b] already imported.
    Management Pack [Microsoft.EnterpriseManagement.ServiceManager.Connector.Sms,f772aa89-b934-2fac-4f37-5e0165d390ec] already imported.
    Management Pack [Microsoft.SystemCenter.ConfigurationManager.Connector.PowerManagement,a070249c-6b56-37b8-d52c-a2906a63f9fc] already imported.
    Management Pack [Microsoft.EnterpriseManagement.ServiceManager.Connector.Sms2011,fbea6f5a-838d-25a2-20af-fc21eb0b6706] already imported.
    Management Pack [Microsoft.SystemCenter.ConfigurationManager2011.Connector.PowerManagement,bc23ed54-a33a-f608-05a9-c1f292140d2e] already imported.
    Has anybody else seen this?   Any suggestions?
    Thanks Lance

    Hi,
    Did you try to restart SCSM's services?
    If this doesn't help, I would try to delete and recreate the connectors.
    More info:
    System Center Service Manager Connector 3.0 for Exchange
    http://www.microsoft.com/en-us/download/details.aspx?id=38791
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

Maybe you are looking for