Getting Error while installing Exchange 2013 on server 2012

Error During Exchange 2013 Mailbox Transport
Role Install On Server 2012 
Exchange
Server forums
 > 
Exchange
Server 2013 - Setup, Deployment, Updates, and Migration
Question
1
Sign
in to vote
I was installing Exchange 2013 on Server 2012.  The server is not a DC, but is a member of a domain with a 2008 R2 functional level, and I was logged in as a domain admin.  There has never been an Exchange instance on this domain.  I got past
the prerequisite checks, and the installer showed 15 steps, so I walked away.  When I came back, I saw this:
Step 8 of 15: Mailbox role: Transport service
Error:
The following error was generated when "$error.Clear(); 
          $maxWait = New-TimeSpan -Minutes 8
          $timeout = Get-Date;
          $timeout = $timeout.Add($maxWait);
          $currTime = Get-Date;
          $successfullySetConfigDC = $false;
          while($currTime -le $timeout)
            $setSharedCDCErrors = @();
            try
              Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
              $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);
              if($successfullySetConfigDC)
                break;
              Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
            catch
              Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
            Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
            Start-Sleep -Seconds 30;
            $currTime = Get-Date;
          if( -not $successfullySetConfigDC)
            Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
        " was run: "Unable to set shared config DC.".

Hi Deepak,
From the error description, I would like to clarify the following things:
1. Please ensure that IPv6 on the network adaptor is turned on.
2. Please check if the account that you used to install Exchange has necessary permissions to perform the installation.
3. Make sure that DNS is configured correctly.
Hope my clarification is helpful.
If there are any problems, please feel free to let me know.
Best regards,
Amy
Amy Wang
TechNet Community Support

Similar Messages

  • [Forum FAQ] "Unable to connect to the server by using Windows PowerShell Remoting" error while installing RDS roles on Server 2012 R2

    When you try to install RDS role on server 2012 R2 using standard deployment, this issue may occur (Figure 1).
    “Unable to connect to the server by using Windows PowerShell remoting”.
    Figure 1: Unable to connect to the server by using Windows PowerShell remoting
    First of all, we need to verify the configurations as it suggested:
    1. The server must be available by using Windows PowerShell remotely.
    2. The server must be joined to a domain.
    3. The server must be running at least Windows Server 2012 R2.
    4. The currently logged on user must be a member of the local Administrators group on the server.
    5. Remote Desktop Services connections must be enabled by using Group Policy.
    In addition, we need to check if the “Windows Remote Management “service is running and related firewall exceptions have been created for WinRM listener.
    To enabling PowerShell remoting, we can run this PowerShell command as administrator (Figure 2).
    Enable-PSRemoting -Force
    Figure 2: Enable PowerShell Remoting
    However, if issue persists, we need to check whether it has enough memory to work.
    By default, remote shell allots only 150 MB of memory. If we have IIS or SharePoint App pool, 150 MB of memory is not sufficient to perform the remoting task. Therefore, we need to increase
    the memory via the PowerShell command below:
    Set-Item WSMan:\localhost\Shell\MaxMemoryPerShellMB 1000
    Then, you need to restart the server and the issue should be resolved.
    You can get more information regarding Remote Troubleshooting by below link:
    about_Remote_Troubleshooting
    If you need further assistance, welcome to post your questions in the
    RDS forum.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    i found another possible reason, this solution worked for me:
    http://oyvindnilsen.com/solution-for-powershell-remoting-error-it-cannot-determine-the-content-type-of-the-http-response-from-the-destination-computer/
    I tried to set up powershell remoting on a server and kept getting this error:
    Enter-PSSession : Connecting to remote server failed with the following error message : The WinRM client cann
    ot process the request. It cannot determine the content type of the HTTP response from the destination comput
    er. The content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help to
    pic.
    After a bit of troubleshooting I discovered that the problem was that the authentication packets was to big (over 16k), this will cause WinRM to reject the request. The reason for authentication packets getting too big can be because the user is member of very
    many security groups or in my case because of the SidHistory attribute.
    The solution was to increase the MaxFieldLength and MaxRequestBytes keys in the registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP\Parameters
    If the keys does not exists you can create them, be sure to use the DWORD type.
    I sat MaxFieldLength to DEC value 40000 and MaxRequestBytes to DEC value 32768 and rebooted the server. Problem solved.

  • Cannot install Exchange 2013 on Server 2012 R2

    I receive the following error when attempting to install Exchange Server 2013 on the same machine running Windows Server 2012 R2 Essentials:
    "An unsupported operating system was detected. Exchange Server 2013 Client Access and Mailbox Server roles support Windows Server 2008 R2 SP1 or later and Windows Server 2012"
    SP1 for Exchange Server 2013 was released but I'm not sure how to integrate it or whether or not I even need to. Please let me know if there is a fix or workaround.
    Thank you.

    This is correct, Essentials is not supported to host Exchange 2013
    You need to install Exchange on supported OS:
    http://technet.microsoft.com/en-us/library/aa996719(v=exchg.150).aspx
    Please take a moment to Vote as Helpful and/or Mark as Answer where applicable. Thanks.

  • Error while installing Exchange 2013 readiness check

    Hello !
    i've encountered a problam during the installation of the Exchange Server 2013 on the Readiness Check,
    please, see below the following error:
    Error:
    The following error was generated when "$error.Clear(); 
              if (Get-Service MpsSvc* | ?{$_.Name -eq 'MpsSvc'})
                Set-Service MpsSvc -StartupType Automatic
                Start-SetupService -ServiceName MpsSvc
            " was run: "Service 'MpsSvc' failed to reach status 'Running' on this server.".
    Waiting for some help...
    thank you.
    David

    Hi,
    According to the error message, please open Command Prompt and run following command:
    Net Start MpsSvc
    If this works fine, please try again. Otherwise, Please help to collect related error for further troubleshooting.
    In addition, please run ”services.msc” open Services, confirm Windows Firewall is running and set as “Automatic”.
    Best Regards,
    Allen Wang

  • Getting error while installing sql server std 2008 R2 on win 7 prof. sp1 64bit

    Hi,
    I am getting error while installing sql server std 2008 R2 on win 7 prof. sp1 64bit. I have already tried all option but fail to installation
    an error during the installation of assembly micro soft.vc80.crt

    Hi,
    I am getting error while installing sql server std 2008 R2 on win 7 prof. sp1 64bit. I have already tried all option but fail to installation
    an error during the installation of assembly micro soft.vc80.crt
    Can you please post summary.txt file here.Below link will help you in finding it.
    http://technet.microsoft.com/en-us/library/ms143702(v=sql.105).aspx
    Also with error you posted I guess it is a known issue .You need to install below package and then continue with fresh installation
    http://www.microsoft.com/en-gb/download/details.aspx?id=15336
    Please make sure before beginning fresh installation you make sure previous failed installation is removed completely.Use add remove program to remove failed SQL Server.If yu still face issue please post summary.txt file here
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Getting error while installing reporting servcies on existing sql server 2012.

    Hi Expaerts,
     sql 2012 sp1:
    getting error while installing Reporting services on existing sql server. at final step
    Error on scren: install_rsharepoint_cpu64_action : roll back , rolling back action.
    error on popup windows:  ' one or more files required to restore your computer to its previous state colud  not be found. restoration will not be found.
    Thanks in advance.

    Hello,
    Please help to collect the useful log information while install SQL Server Reporting Services. Here is the article for your reference, please see:
    Navigating the Setup Logs when you install SQL Server 2012 Reporting Services:
    http://blogs.msdn.com/b/jtarquino/archive/2012/03/14/navigating-the-setup-logs-when-you-install-sql-server-2012-reporting-services.aspx
    Regards,
    Elvis Long
    TechNet Community Support

  • Getting Error while installing UCM

    Hi All,
    Am getting error while installing the UCM in my system.
    Error description:-
    NOTICE:     Install logging initialized at 2/5/10 3:34 PM.
    NOTICE:     Installing master server.
    NOTICE:     Installing with Java version 1.5.0_11.
    NOTICE:     Install logging initialized at 2/5/10 3:35 PM.
    NOTICE:     Finished install type QueryConfiguration at 2/5/10 3:35 PM.
    NOTICE:     Install logging initialized for D:/UCM/install/2010-02-05-new.txt at 2/5/10 1:08 PM.
    NOTICE:     Unable to connect to database. Installation will fail.
    ERROR:     Unable to create database connection for the database 'InstallerDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:ORACLE'. Please make sure that the connection string, user and password are correct. Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:ORACLE
    NOTICE:     Install logging initialized for D:/UCM/install/2010-02-05-new.txt at 2/5/10 1:09 PM.
    NOTICE:     Successfully installed 'ActiveDirectoryLdapComponent' component
    NOTICE:     Successfully installed 'ArchiverReplicationExceptions' component
    NOTICE:     Successfully installed 'CheckoutAndOpenInNative' component
    NOTICE:     Successfully installed 'CheckSCSHealth' component
    NOTICE:     Successfully installed 'CIS_Helper' component
    NOTICE:     Successfully installed 'ContentFolios' component
    NOTICE:     Successfully installed 'ConfigMigrationUtility' component
    NOTICE:     Successfully installed 'FileStoreProvider' component
    NOTICE:     Successfully installed 'Folders_g' component
    NOTICE:     Successfully installed 'Helper' component
    NOTICE:     Successfully installed 'FormEditor' component
    NOTICE:     Successfully installed 'InboundRefinerySupport' component
    NOTICE:     Successfully installed 'LinkManager8' component
    NOTICE:     Successfully installed 'OracleTextSearch' component
    NOTICE:     Successfully installed 'OracleQueryOptimizer' component
    NOTICE:     Successfully installed 'ProxyConnections8' component
    NOTICE:     Successfully installed 'ThreadedDiscussions' component
    NOTICE:     Successfully installed 'CoreWebdav' component
    NOTICE:     Successfully installed 'WebUrlMapPlugin' component
    NOTICE:     Successfully installed 'WsdlGenerator' component
    NOTICE:     Successfully installed 'DBSearchContainsOpSupport' component
    NOTICE:     Successfully installed 'UserProfileSchemaLoader' component
    NOTICE:     Successfully installed 'FCKEditor' component
    NOTICE:     Successfully installed 'NativeOsUtils' component
    NOTICE:     Successfully installed 'ContentAccess-win32' component
    NOTICE:     Successfully installed 'ComponentTool' component
    NOTICE:     Successfully installed 'CoreUserInterfaceLibrary' component
    NOTICE:     Successfully installed 'Localization' component
    NOTICE:     Successfully installed 'SecurityProviders' component
    NOTICE:     Successfully installed 'PopUpCalendar' component
    NOTICE:     Successfully installed 'YahooUserInterfaceLibrary' component
    NOTICE:     Successfully installed 'iTextComponent' component
    NOTICE:     Installing shortcuts
    WARNING:     Unexpected exception: Unable to initialize the system provider 'SystemDatabase'. Unable to create database connection for the database 'SystemDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:ORACLE'. Please make sure that the connection string, user and password are correct. Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:ORACLE
    WARNING:     Unable to publish user database.
    WARNING:     Unable to register with Administration Server.
    NOTICE:     Finished install type Install with warnings at 2/5/10 1:12 PM.
    Help me on this issue

    Hi Srinath,
    again i am getting same exception ....if you feel free , check once
    NOTICE:     Install logging initialized at 2/5/10 5:06 PM.
    NOTICE:     Installing master server.
    NOTICE:     Installing with Java version 1.5.0_11.
    NOTICE:     Install logging initialized at 2/5/10 5:06 PM.
    NOTICE:     Finished install type QueryConfiguration at 2/5/10 5:06 PM.
    NOTICE:     Install logging initialized for D:/UCM/install/2010-02-05-new.txt at 2/5/10 2:38 PM.
    NOTICE:     Unable to connect to database. Installation will fail.
    ERROR:     Unable to create database connection for the database 'InstallerDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:orcl'. Please make sure that the connection string, user and password are correct. ORA-01017: invalid username/password; logon denied
    NOTICE:     Install logging initialized for D:/UCM/install/2010-02-05-new.txt at 2/5/10 2:38 PM.
    ERROR:     Unable to create database connection for the database 'InstallerDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:orcl'. Please make sure that the connection string, user and password are correct. ORA-01017: invalid username/password; logon denied
    ERROR:     Unable to create database tables. You will have to create them manually.
    NOTICE:     Successfully installed 'ActiveDirectoryLdapComponent' component
    NOTICE:     Successfully installed 'ArchiverReplicationExceptions' component
    NOTICE:     Successfully installed 'CheckoutAndOpenInNative' component
    NOTICE:     Successfully installed 'CheckSCSHealth' component
    NOTICE:     Successfully installed 'CIS_Helper' component
    NOTICE:     Successfully installed 'ContentFolios' component
    NOTICE:     Successfully installed 'ConfigMigrationUtility' component
    NOTICE:     Successfully installed 'FileStoreProvider' component
    NOTICE:     Successfully installed 'Folders_g' component
    NOTICE:     Successfully installed 'Helper' component
    NOTICE:     Successfully installed 'FormEditor' component
    NOTICE:     Successfully installed 'InboundRefinerySupport' component
    NOTICE:     Successfully installed 'LinkManager8' component
    NOTICE:     Successfully installed 'OracleTextSearch' component
    NOTICE:     Successfully installed 'OracleQueryOptimizer' component
    NOTICE:     Successfully installed 'ProxyConnections8' component
    NOTICE:     Successfully installed 'ThreadedDiscussions' component
    NOTICE:     Successfully installed 'CoreWebdav' component
    NOTICE:     Successfully installed 'WebUrlMapPlugin' component
    NOTICE:     Successfully installed 'WsdlGenerator' component
    NOTICE:     Successfully installed 'DBSearchContainsOpSupport' component
    NOTICE:     Successfully installed 'UserProfileSchemaLoader' component
    NOTICE:     Successfully installed 'FCKEditor' component
    NOTICE:     Successfully installed 'NativeOsUtils' component
    NOTICE:     Successfully installed 'ContentAccess-win32' component
    NOTICE:     Successfully installed 'ComponentTool' component
    NOTICE:     Successfully installed 'CoreUserInterfaceLibrary' component
    NOTICE:     Successfully installed 'Localization' component
    NOTICE:     Successfully installed 'SecurityProviders' component
    NOTICE:     Successfully installed 'PopUpCalendar' component
    NOTICE:     Successfully installed 'YahooUserInterfaceLibrary' component
    NOTICE:     Successfully installed 'iTextComponent' component
    NOTICE:     Installing shortcuts
    WARNING:     Unexpected exception: Unable to initialize the system provider 'SystemDatabase'. Unable to create database connection for the database 'SystemDatabase' with connection string 'jdbc:oracle:thin:@localhost:1521:orcl'. Please make sure that the connection string, user and password are correct. ORA-01017: invalid username/password; logon denied
    WARNING:     Unable to publish user database.
    WARNING:     Unable to register with Administration Server.
    NOTICE:     Finished install type Install with warnings and with errors at 2/5/10 2:42 PM.
    Regards,
    Vijay

  • Trying to re install PSE 11 and keep getting error while installing Shared Technologies

    Trying to re install PSE 11 and keep getting error while installing Shared Technologies

    Try this link first:
    <Install rollback and Shared Technologies | Windows>
    It is for the Windows system but if you are using Apple MAC then you'll have to wait until Barbara is here later today.

  • Support for TLS 1.2 over Exchange 2013 on Server 2012?

    Greetings,
    We're trying to roll out TLS 1.2 in our test environment and can't seem to get Exchange to work with the protocol.
    We've been using this method to enable TLS 1.2 (and disable the other protocols - TLS1.0, SSL2.0, SSL3.0, PCT1.0): http://www.adminhorror.com/2011/10/enable-tls-11-and-tls-12-on-windows_1853.html
    We originally tried using Exchange 2010 on 2008 R2, but then I ran across this article saying that it is not supported: http://support.microsoft.com/kb/2709167/en-us
    We've since tried to set it up with Exchange 2013 on Server 2012. Still no luck. The only time Exchange wants to work is when TLS1.0 is enabled.
    I suspect that TLS1.1 and TLS 1.2 are also not supported on Exchange 2013, or that I'm changing the wrong registry keys, but I wanted to find confirmation. I've searched extensively and can't find any documentation leading me to believe one way or the other
    if it's supported.
    Any help or insight would be greatly appreciated. Thanks!
    --Aric

    hi All,
    Even i have tried enabling TLS 1.2 on Exchange 2013 from registry. i followed the below article.
    http://jackstromberg.com/2013/09/enabling-tls-1-2-on-iis-7-5-for-256-bit-cipher-strength/
    When i check OWA in chrome and check the connection information it says "The connection uses TLS 1.2.
    However when i run the below command to check for TLS 1.2 i get the following O/P.
    Command: java -jar TestSSLServer.jar ns-ex13.gtestexchange.com 443
    O/P:
    Supported versions: SSLv3 TLSv1.0 TLSv1.1
    Deflate compression: no
    Supported cipher suites (ORDER IS NOT SIGNIFICANT):
      SSLv3
         RSA_WITH_RC4_128_MD5
         RSA_WITH_RC4_128_SHA
         RSA_WITH_3DES_EDE_CBC_SHA
      TLSv1.0
         RSA_WITH_RC4_128_MD5
         RSA_WITH_RC4_128_SHA
         RSA_WITH_3DES_EDE_CBC_SHA
         RSA_WITH_AES_128_CBC_SHA
         RSA_WITH_AES_256_CBC_SHA
         TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
         TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
      (TLSv1.1: idem)
    Server certificate(s):
      1979e6bdbd9b8e197d00c45534959eaba82b6f40: CN=ex10.gtestexchange.com, OU=Domain
     Control Validated
    Minimal encryption strength:     strong encryption (96-bit or more)
    Achievable encryption strength:  strong encryption (96-bit or more)
    BEAST status: vulnerable
    CRIME status: protected
    ===================================================
    It doesnt says anything about TLS 1.2.
    Any suggestions from your side?

  • Error During install Exchange 2013 through Powershell on Server 2012 "Mailbox role: Client Access service"

    Dear all
    During install Exchange 2013 through Powershell on Server 2012 I got this error in Mailbox role: Client Access service :
    The following error was generated when "$error.Clear();
    $BEVdirIdentity = $RoleNetBIOSName + "\OWA (Exchange Back End)";
    new-OwaVirtualDirectory -Role Mailbox -WebSiteName "Exchange Back End" -DomainController $RoleDomainController
    set-OwaVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
    " was run: "An error occurred while creating the IIS virtual directory 'IIS://MONAMBX2.mona.local/W3SVC/2/ROOT/o
    wa' on 'MONAMBX2'.".
    The following error was generated when "$error.Clear();
    $BEVdirIdentity = $RoleNetBIOSName + "\OWA (Exchange Back End)";
    new-OwaVirtualDirectory -Role Mailbox -WebSiteName "Exchange Back End" -DomainController $RoleDomainController
    set-OwaVirtualdirectory -Identity $BEVdirIdentity -FormsAuthentication:$false -WindowsAuthentication:$true;
    " was run: "The operation couldn't be performed because object 'MONAMBX2\OWA (Exchange Back End)' couldn't be fo
    und on 'MonaDc1.mona.local'.".
    Any advice please !!

    I can't answer your question but I had a similar issue when I was trying to move our mailbox database off the C: drive.  Our environment still has an Exchange 2007 server in it and when I was trying to move the database on the 2013 server, I would get
    error messages saying the database does not exist.  It seemed like it was trying to move the database on the 2007 server from the similar error messages that I was getting.  To get around it, I deleted the database and created a new one on the drive
    where we wanted it.
    I discovered this when I was configuring the Antispam settings.  I deleted our 2007 settings, added them to the 2013 shell, the settings appeared on our 2007 server.  The shell on 2013 was making changes to 2007.
    I'm not sure if there is a "Get|Set or New" command that I/we should be using when this happens.  Or maybe my issues will be fixed if I just remove the Exchange 2007 server?  I'm not ready to do that yet because I can't configure the spam filtering
    on 2013 yet with its shell not being able to make the changes that we need.
    I don't know if your environment is in coexistence mode like mine.
    Hopefully someone else out there has an answer or can tell us when/how the shell can make the appropriate changes to the 2013 server.  Does this happen after the 2007 server is removed?

  • Getting error while installing MSSQL 2005 SP2 Windows Server 2008 Service Pack 1

    Hi,
    We are getting error while we are installing MSSQL 2005 SP2. 
    It gives me the following error
    No Qualifying Product
    ===================
    This machine does not have a product that matches this installation package.
    I am pretty new to MSQL. Any help to solve this is much more appreciated.

    Hello,
    It seems you downloaded Service Pack 2 for SQL Server 2005 alone, that download does not install a SQL Server 2005 instance.
    You might have to download and install SQL Server 2005 and then proceed to apply service packs related to that version of SQL Server.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Error while installing Ver. 9 server tools

    Hi Experts,
    I am getting attached error while installing server tools for Version 9.
    I am able to connect to sql via TCP/ IP and is working fine.
    Please help.
    Regards
    Deepak

    Hi,
    Please check this thread:
    http://scn.sap.com/thread/3376454
    Thanks & Regards,
    Nagarajan

  • Error while executing bts_ConfigureBizTalkLogShipping with SQL Server 2012 and BTS 2013

    Hi,
    while configuring the DR site for Log shipping (http://msdn.microsoft.com/en-us/library/aa560961(v=bts.10).aspx)
    exec bts_ConfigureBizTalkLogShipping @nvcDescription = '<MyLogShippingSolution>',
    @nvcMgmtDatabaseName = '<BizTalkServerManagementDatabaseName>',
    @nvcMgmtServerName = '<BizTalkServerManagementDatabaseServer>',
    @SourceServerName = null, -- null indicates that this destination server restores all databases
    @fLinkServers = 1 -- 1 automatically links the server to the management database
    Getting errors while trying to execute the stored procedure "bts_ConfigureBizTalkLogShipping".
    OLE DB provider "SQLNCLI11" for linked server "(null)" returned message "Login timeout expired".
    OLE DB provider "SQLNCLI11" for linked server "(null)" returned message "A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible.
    Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.".
    Msg -1, Level 16, State 1, Line 0
    SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF].
    This is very strange because with the same server name (which I am passing in above query) I am able to connect from SQL Server Studio from DR site.
    Any help would be much appreciated.
    Thanks!
    Regards,
    Gautam
    Thanks! Regards, Gautam

    You need to check the DTC Connectivity between your DC and DR SQL Instance. The Linked Server requires DTC connectivity. Secondly this activity is better done from the SQL Server in question (the DC server in your case).
    You can also manually add the Linked Server. Refer
    http://msdn.microsoft.com/en-IN/library/ms188279(v=sql.105).aspx - Linking Servers and
    http://msdn.microsoft.com/en-IN/library/ff772782(v=sql.105).aspx - Creating Linked Servers.
    After having created the Linked Server(s) you can run the log shipping configuration again BUT using @fLinkServers = 0.
    Regards.

  • I am getting Error while installing any applicatio...

    I am getting "Download error" while installing any applications whethet it is from 
    Nokia Suit or Nokia Store or N 8 fanclub Sighned .
    After installation its coming to preparing than an error 
    Solved!
    Go to Solution.

    Ok..I got it ..some apps need to be online even when installing through Nokia Suit.My Mobile Data was off..

  • Getting error while installing BI publisher desktop 64 bit

    Hi ,
    I'm getting the following error while installing BI publisher desktop 64 bit.
    "Please use BI Publisher Desktop installer 32 bit"
    My Machine OS is : Windows 7 , 64 bit.
    If I go with BI publisher desktop 32 bit, I'm not getting the "BI Publisher" tab in Microsoft Word. (MS word version : 2010) .
    Kindly help to solve the installation issue.
    Regards,
    Vanitha

    Hello Vanitha,
    After you install BI Publisher Desktop 32bit, you are not seeing the BIP ribbon on MS Word but can you see the BI Publisher Add-In
    in Word Options > Add-Ins > Inactive Applications Add-Ins?
    Bogdan

Maybe you are looking for