Lync server Installation .failure code 1620

Hello,
I have downloaded a fresh copy of Lync server from web and received the following error during installation :
Checking prerequisite MSSpeech_SR_es-ES_TELE...installing...failure code 1620
Prerequisite installation failed: MSSpeech_SR_es-ES_TELE
I have also downloaded the fresh copy of "MSSpeech_SR_es-ES_TELE" from microsoft website and replaced this file with the corrupted one to resolve the issue but it doesn't worked.
Please help me, I am trying to install Lync server from a week ago and its failing everytime. Any help is much appreciated.

Hi,
The issue may also cause by the corrupt ISO download. Please download the Lync server ISO again.
Please also try to copy the ISO to local workstation and setup.
Here is a similar case may help you:
http://www.proexchange.be/blogs/lync2013/archive/2012/08/04/lync-sever-2013-preview-installation-fails-with-error-code-1620.aspx
Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
sure that you completely understand the risk before retrieving any suggestions from the above link.
Best Regards,
Eason Huang
Eason Huang
TechNet Community Support

Similar Messages

  • Mobile Web Server installation failure

    Hi Forum,
    I have used the server on my phone previously. It worked well.
    Now after a updating my phone, I cannot even install the application. It runs through the installtion and then starts a "installing web server" half way through which it fails!
    Despite installation failure it features in my App Manager but not in 'My Own' folder. I uninstall it and reinstall to no avail.
    I am a Nokia N93 user.
    Would greatly appreciate assistance as I want to demo the software for my class.
    Best,
    wirefree

    I had exactly the same problem ("Installation failed" at install time) but finally got it running.
    My steps:
    0. I removed the unfinished installation of the MWS.
    1. I manually installed the Open-C libs (only glib.sis, pips_nokia_1_3_SS.sis and ssl.sis) from the SDK here: http://www.forum.nokia.com/main/resources/technologies/openc_cpp/
    2. Then I manually installed python (PythonScriptShell_1_4_4_3rdEd.sis) from here: http://sourceforge.net/project/showfiles.php?group_id=154155&package_id=171153&release_id=609802
    3. Finally I reinstalled the mobile web server (v1.4 beta) . No error message anymore. Everything works like a charm now. Hope this helps. :-)
    Kind regards,
    Florian

  • Enable-CsUser in lync server with c# remotly

    hi
    i want  Enable-CsUser
    trought c# from my server that in joined to my domain in my test lab
    FQDN of lync server is lync.mohsen.com and I want enable "asadi" into my lync server("asadi" is exist in ldap and exchange")
    this is my code
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Management.Automation;
    using System.Management.Automation.Remoting;
    using System.Management.Automation.Runspaces;
    using System.Security;
    namespace ConsoleApplication2
    class Program
    static SecureString GetSecurePassword(string password)
    var securePassword = new SecureString();
    foreach (var c in password)
    securePassword.AppendChar(c);
    return securePassword;
    static void Main(string[] args)
    string lyncUser = "administrator";
    string _pass = "abc@123";
    var lyncPW = GetSecurePassword(_pass);
    var fqdnlync = "lync.mohsen.com";
    var user = "asadi";
    var sipadd = "[email protected]";
    // lync server 2013
    //this code is same as EXchange code in schima
    PSCredential creds = new PSCredential(lyncUser, lyncPW);
    WSManConnectionInfo conn = new WSManConnectionInfo(new Uri("https://lync.mohsen.com/ocspowershell"), "http://schemas.microsoft.com/powershell/Microsoft.PowerShell", creds);
    conn.AuthenticationMechanism = AuthenticationMechanism.Default;
    Runspace runspace_2 = RunspaceFactory.CreateRunspace(conn);
    PowerShell powershell_2 = PowerShell.Create();
    PSCommand command_2 = new PSCommand();
    command_2.AddCommand("Enable-CsUser");
    command_2.AddParameter("Identity", user);
    command_2.AddParameter("RegistrarPool", fqdnlync);
    command_2.AddParameter("SipAddressType", sipadd);
    powershell_2.Commands = command_2;
    try
    runspace_2.Open();
    powershell_2.Runspace = runspace_2;
    powershell_2.Invoke();
    catch (Exception ex)
    Console.WriteLine(ex.ToString()); console.readkey();
    finally
    runspace_2.Dispose();
    runspace_2 = null;
    powershell_2.Dispose();
    powershell_2 = null;
    but this code dont work!
    Where did I go wrong?
    need to config any thing in lync server?

    Does your Administrator account (which you've used to create the remote session) belong to the RTCUniversalUserAdmins RBAC group in AD?  This will be needed at minimum to be able to run Enable-CsUser through a remote powershell.
    There is also a Lync development forum, which may be more useful for your question: http://social.msdn.microsoft.com/Forums/lync/en-US/home?category=lync
    If this helped you please click "Vote As Helpful" if it answered your question please click "Mark As Answer"
    Georg Thomas | Lync MVP
    Blog www.lynced.com.au | Twitter
    @georgathomas
    Lync Edge Port Check (Beta)

  • MS SQL Express 2008 Installation Failure (Facility Code/Error Code : 1203/-2068643839)

    I am performing silent installation for a named instance of  SQL Server 2008 Express edition on a Windows 7 machine. The installation fails with Exit Facility Code
    1203 and Error Code -2068643839.
    PFB the details:
    Operating System : Windows 7  Professional edition Service Pack 1
    System Type : 64-Bit Operating System
    SQL Express Installer : SQL Server 2008 Express Installer 32-bit (compatible with 64-bit OS)
    I browsed through the MSDN and other forums. The root cause of this issue has been stated as the Windows user is not an administrator or windows user does not have the rights to modify the Microsoft SQL Server folder inside the Program Files folder. I have
    checked for this common issues and the windows user is an administrator and has the sufficient rights to modify the
    C:\Program Files(x86)\Microsoft SQL Server folder.
    Appreciate if anyone can provide pointers to resolve this issue.
    PFB the contents of Summary.txt file:
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Start time:                    2014-01-28 15:59:43
      End time:                      2014-01-28 16:01:03
      Requested action:              Install
      Log with failure:              C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20140128_155901\sql_engine_core_inst_Cpu32_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1600.22
    Machine Properties:
      Machine name:                  ********
      Machine processor count:       4
      OS version:                    Windows Vista
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         C:\Program Files (x86)\DHL\EasyShip v5.3\SQL Express\Express\x86\setup\
      Installation edition:          EXPRESS
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Automatic
      CONFIGURATIONFILE:             C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20140128_155901\ConfigurationFile.ini
      ENABLERANU:                    True
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files (x86)\Microsoft SQL Server\
      INSTANCEID:                    DHLEASYSHIP
      INSTANCENAME:                  DHLEASYSHIP
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   C:\Program Files (x86)\DHL\EasyShip v5.3\SQL Express\Express\
      NPENABLED:                     1
      PID:                           *****
      QUIET:                         True
      QUIETSIMPLE:                   False
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           NT AUTHORITY\SYSTEM
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    1
      X86:                           False
      Configuration file:            C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20140128_155901\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Failed: see details below
      MSI error code:                0xB8A6B4FA
      MSI log file location:         C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20140128_155901\sql_engine_core_inst_Cpu32_1.log
      MSI error description:         
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Log\20140128_155901\SystemConfigurationCheck_Report.htm

    PFB the details from sql_engine_core_inst_Cpu32_1.log file:
    === Verbose logging started: 1/28/2014  16:00:53  Build type: SHIP UNICODE 5.00.7601.00  Calling process: C:\Program Files (x86)\Microsoft SQL Server\100\Setup Bootstrap\Release\x86\setup100.exe ===
    MSI (c) (D8:20) [16:00:53:535]: Resetting cached policy values
    MSI (c) (D8:20) [16:00:53:535]: Machine policy value 'Debug' is 0
    MSI (c) (D8:20) [16:00:53:535]: ******* RunEngine:
               ******* Product: C:\Program Files (x86)\DHL\EasyShip v5.3\SQL Express\Express\x86\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (D8:20) [16:00:53:535]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (D8:20) [16:00:53:535]: Grabbed execution mutex.
    MSI (c) (D8:20) [16:00:53:536]: Cloaking enabled.
    MSI (c) (D8:20) [16:00:53:536]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (D8:20) [16:00:53:536]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (08:30) [16:00:53:538]: Running installation inside multi-package transaction C:\Program Files (x86)\DHL\EasyShip v5.3\SQL Express\Express\x86\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi
    MSI (s) (08:30) [16:00:53:538]: Grabbed execution mutex.
    MSI (s) (08:94) [16:00:53:539]: Resetting cached policy values
    MSI (s) (08:94) [16:00:53:539]: Machine policy value 'Debug' is 0
    MSI (s) (08:94) [16:00:53:539]: ******* RunEngine:
               ******* Product: C:\Program Files (x86)\DHL\EasyShip v5.3\SQL Express\Express\x86\setup\sql_engine_core_inst_msi\sql_engine_core_inst.msi
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (08:94) [16:00:53:539]: Machine policy value 'TransformsSecure' is 0
    MSI (s) (08:94) [16:00:53:539]: User policy value 'TransformsAtSource' is 0
    MSI (s) (08:94) [16:00:53:539]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (08:94) [16:00:53:539]: Specified instance {B5153233-9AEE-4CD4-9D2C-4FAAC870DBE2} via transform :InstID01.mst;:InstName01.mst is already installed. MSINEWINSTANCE requires a new instance that is not installed.
    MSI (s) (08:94) [16:00:53:539]: MainEngineThread is returning 1639
    MSI (s) (08:30) [16:00:53:540]: User policy value 'DisableRollback' is 0
    MSI (s) (08:30) [16:00:53:540]: Machine policy value 'DisableRollback' is 0
    MSI (s) (08:30) [16:00:53:540]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (08:30) [16:00:53:540]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (08:30) [16:00:53:540]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (08:30) [16:00:53:540]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (08:30) [16:00:53:540]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (08:30) [16:00:53:540]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (08:30) [16:00:53:540]: Restoring environment variables
    MSI (c) (D8:20) [16:00:53:541]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (D8:20) [16:00:53:541]: MainEngineThread is returning 1639
    === Verbose logging stopped: 1/28/2014  16:00:53 ===

  • SQL Server installation failed with Exit code (Decimal): -2068643839

    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2009-10-20 23:58:46
      End time:                      2009-10-21 00:56:30
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.0.1600.22%26EvtType%3d0xBE029E38%400x12C2466D
    Machine Properties:
      Machine name:                  ADI
      Machine processor count:       2
      OS version:                    Windows XP
      OS service pack:               Service Pack 3
      OS region:                     România
      OS language:                   English (United States)
      OS architecture:               x86
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                                  Language             Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         d:\e9d5147ebef49a28bb15\x86\setup\
      Installation edition:          EXPRESS_ADVANCED
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      True
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\ConfigurationFile.ini
      ENABLERANU:                    True
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE,REPLICATION,SSMS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SQLEXPRESS
      INSTANCENAME:                  SQLEXPRESS
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   d:\e9d5147ebef49a28bb15\
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   True
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  Romanian_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\Network Service
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           <empty>
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0x12C2466D
      Configuration error description: '' is not a valid login or you do not have permission.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\Detail.txt
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0x12C2466D
      Configuration error description: '' is not a valid login or you do not have permission.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\Detail.txt
      Feature:                       Management Tools - Basic
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\SystemConfigurationCheck_Report.htm

     Hi All,
    I am also having same issue:-
    long time back i installed default sql 2008 with sp1 in win2008 R2 server in drive(system data files) M:\, but some time back windows team deleted all the system datafiles from drive, now when i am trying to uninstall\install default sql 2008
    getting below error. manually i have removed all the mssqlserver,version entry from registry and deleted all the remaining folder from drive C:\, but still error is comming.
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Start time:                    2011-06-12 23:14:10
      End time:                      2011-06-12 23:20:59
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.0.1600.22%26EvtType%3d0xF57C3D6F%400xFB92A9BB
    Machine Properties:
      Machine name:                  XXXXXXXXX
      Machine processor count:       8
      OS version:                    Windows Server 2008
      OS service pack:              
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         D:\sql dump\SQL 2008 EE 64 Bit\x64\setup\
      Installation edition:          ENTERPRISE
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASXXXXXXXXX:      False
      AGTSVCACCOUNT:                 XXXXXXXXX\XXXXXX
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\ConfigurationFile.ini
      ENABLERANU:                    False
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE,REPLICATION,FULLTEXT
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   D:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   D:\sql dump\SQL 2008 EE 64 Bit\
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP850_BIN2
      SQLSVCACCOUNT:                 xxxxxxx\xxxxxxxx
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           xxxxxxx\xxxxxxxx
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    1
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the path specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\Detail.txt
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the path specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\Detail.txt
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the path specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\Detail.txt
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\SystemConfigurationCheck_Report.htm
    india

  • SQL Server 2008 R2 BIDS installation failure

    I am trying to install BIDS feature from sql server 2008 R2 on window server 2008 R2 , but installation is failing with below error. Have some one encountered similar error.
     Slp: Error result: -2068052413
     Slp: Result facility code: 1212
     Slp: Result error code: 1603
     Slp: ----------------------------------------------------------------------
     Slp: Skipping Action: FinishPage
    Slp: Action is being skipped due to the following restrictions: 
    Slp: Condition "Is the user's scenario set to EditionUpgrade" did not pass as it returned false and true was expected.
    Description:
      SQL Server 2008 R2 Setup has encountered an error. 
    Problem signature:
      Problem Event Name: SQL100MSI
      Problem Signature 01: 10.50.2550.0
      Problem Signature 02: 9.0.21022
      Problem Signature 03: vs_shell.msi
      Problem Signature 04: 0x162A16FE
      Problem Signature 05: 0x1603
      Problem Signature 06: Install_VS_Shell
      OS Version: 6.1.7601.2.1.0.274.10
      Locale ID: 1033
    Additional information about the problem:
      LCID: 1033
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    Are you running as administrator? Is (or was) SQL Server (or parts of it) installed?
    This post perhaps has some answers (see reply Xiao-Min Tan – MSFT):
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/62f0cd6b-bf78-46e0-b513-1556c0866241/sql-server-installation-failed-error-result-1035451685-result-facility-code-584-result-error?forum=sqlsetupandupgrade
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • PSE9 for Mac - Installation Failure Exit Code: 7

    I get the following message when I try to install (either from disk or from downloaded trial version):
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 16 error(s), 12 warning(s)
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: 6952 Unable to preserve original file at "/Library/Fonts/MyriadWebPro-Italic.ttf" Error 0
    ERROR: 6952 Command ARKDeleteFileCommand failed.
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR:  - Elements Camera Raw: Install failed
    ERROR:  - Elements 9 Organizer: Failed due to Language Pack installation failure
    ERROR:  - Adobe ExtendScript Toolkit CS5: Install failed
    ERROR:  - Adobe XMP Panels CS5: Install failed
    ERROR:  - AdobeTypeSupport CS5: Install failed
    ERROR:  - AdobeHelp: Install failed
    ERROR:  - Elements 9 Organizer_AdobeElements9Organizer_en_US: Install failed
    ERROR:  - Adobe Linguistics CS5: Install failed
    ERROR:  - Elements Inspiration Browser: Install failed
    ERROR:  - AdobeCMaps CS5: Install failed
    ERROR:  - Adobe Photoshop Elements 9_LangPacken_US: Install failed
    ERROR:  - Adobe Photoshop Elements 9: Failed due to Language Pack installation failure
    I have tried all the suggestions that I found in other topics, but am still unable to install PSE 9.
    This seems to be a problem for other users.
    Is there a solution?
    Thanks.
    Jim

    Look for this file or folder on your machine:
    "<Macintosh HD>/Library/Fonts/MyriadWebPro-Italic.ttf"
    Is there a folder named MyriadWebPro-Italic inside the Fonts folder? Is the file MyriadWebPro-Italic.ttf already existing within this folder?
    In both the cases, delete this file/folder and try to install PSE again.
    Hope this helps. Let me know.
    Regards,
    Ankush

  • SQL Server Setup failure (Error code 0x858C001B)

    Hola..
    Vengo con un problema que me esta causando desesperacion, ya he buscado en los hilos y no puedo solucionar este problema.
    Resulta que descargue la version de SQL Server Express 2012 64 bits y al quere instalarlo me muestra el error:
    SQL Server Setup has encountered the following error:
    The SQL Server license agreement cannot be located for the selected edition, EXPRESS. This could be a result of corrupted media or the edition being unsupported by the media.
    Error code 0x858C001B
    Ya he buscado y no encuentro respuesta. 
    SQL Server Setup failure (Error code 0x858C001B)

    Hi,
    Can u have look at this Discussion
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Lync Server 2013 Installation on Server 2012

    Hi
    i'm trying to install Lync 2013 on a clean FE server running server 2012, however, i have installed all the required roles and features including .NET 4.5 but when i run the Lync setup it says Microsoft .Net 4.5 or higher must be installed (3.5 is also installed
    on the FE server). i have tried rebooting the server but to no avail. Please help
    katlego

    Hi,
    Lync Server requires Microsoft .NET Framework 4.5. For Lync Server 2013, you must manually install the 64-bit edition of Microsoft .NET Framework 4.5 on the server prior to installing Lync Server 2013. To manually install it, download the Microsoft .NET
    4.5 Framework from the Microsoft Download Center at
    http://go.microsoft.com/fwlink/p/?LinkId=268529
    To Install .NET 4.5 HTTP Activation on Windows Server 2012
    From the Start menu, click Programs, then click
    Administrative Tools, then click Server Manager.
    In Server Manager, under Features Summary, choose Add Features.
    Expand .NET Framework 4.5.
    Select WCF Activation if it isn’t already selected. Then select
    HTTP Activation.
    Click Next and follow the prompts to finish the installation.
    http://technet.microsoft.com/en-us/library/gg398686.aspx
    Regards

  • Package files of Installation SBA for Lync Server 2013

    Hi everyone,
    It´s my first post and would like know where can found the files of installation for Lync Server 2013 SBA (Survivable Branch Appliance).
    My appliance is a module SRE-910 with Router 2911
    I contacted the microsoft and they said that the files are provided from cisco.
    The Guide that I´m  following is this:
    http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=28555
    Question posted in forum Microsoft:
    http://social.technet.microsoft.com/Forums/en-US/lyncvoice/thread/81a0d1e2-39f2-45ad-9908-f4162e9d302f
    Quote of Site Microsoft about software and Hardware requeriments to SBA:
    "Required hardware and software is built into the Survivable Branch Appliance"
    Someone can give a light ?
    Thanks in advance!

    http://blogs.technet.com/b/xdot509/archive/2012/10/24/installing-a-two-tier-pki-hierarchy-in-windows-server-2012-part-ii-installing-a-root-certification-authority-with-the-gui.aspx

  • Lync Server 2013 Installation Error

    Hello,
    I am using my AD in Windows Azure VMs. I created new VM of A3 (4 cores, 7 GB Memory) Windows Server 2012 R2, Port 1433 MSSQL added, made it a member of Domain and planned to install first Lync Server 2013 on it.
    In "Setup or Remove Lync Server Components" of "Install or Update Lync Server System", got an Red Coloured text "An error
    occurred while applying SQL script for the feature BackendStore."
    I have not enabled monitoring and archiving server in topology builder. I added "Network Service" and assign "Full Control" in Security Permissions of "C:\CsData" and "C:\LyncShare".
    I executed the SQL Setup Wizard and upgraded any instance to 2012.
    Please guide.
    Thanks, Divyaprakash Koli

    Is the Lync deployment in Azure as well? If so please check this
    blog by Guy Bachar. Look for "Houston, we have a problem" 
    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"
    Lync Sorted blog

  • Lion CS5.5 installation failure Exit code 33??

    Hi all,
    I am getting this trying to install CS5.5.
    Note:
    I've installed Java. Air. Flash.
    I've used the Adobe CS Cleanup Tool.
    Repaired permission.
    Removed the colorsync preferences etc.
    Removed all my Adobe Preferences that i know of.
    Been trying for 2 days, any ideas much appreciated.
    cheers
    Exit Code: 33 - The product is not installed, cannot uninstall.
    [       0] Wed Oct  5 20:06:37 2011  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Wed Oct  5 20:06:37 2011 ERROR
    DW040: The product "{04ADB20D-99A3-4F83-8176-F07787237EBA}" is not installed. Cannot proceed with the uninstall
    [       0] Wed Oct  5 20:06:37 2011  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 4 milliseconds (0.004 seconds) DTR = 1000 KBPS (0.976562 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{04ADB20D-99A3-4F83-8176-F07787237EBA}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.
    Exit Code: 33 - The product is not installed, cannot uninstall.

    I'm getting a similar, if not the exact same, problem.
    I am attempting to run Adobe Design Premium CS5.5_Install.pkg. After I click "install," in a minute or two the installation will fail. I've attached an excerpt of my installation log below.
    I am running Mac Lion 10.7.3 on a 15-inch late 2011 Macbook Pro. I would appreciate any help on figuring this out.
    Exit Code: 33 - The product is not installed, cannot uninstall.
    [       0] Mon May 21 14:12:42 2012  INFO
    ::START TIMER:: [Total Timer]
    CHECK: Single instance running
    CHECK : Credentials
    Load Deployment File
    Create Required Folders
    Assuming uninstall mode
    Lookup for master payload
    [       0] Mon May 21 14:12:42 2012 ERROR
    DW040: The product "{04ADB20D-99A3-4F83-8176-F07787237EBA}" is not installed. Cannot proceed with the uninstall
    [       0] Mon May 21 14:12:42 2012  INFO
    ##### Running EDT Workflow #####
    :: END TIMER :: [Total Timer] took 2 milliseconds (0.002 seconds) DTR = 2000 KBPS (1.95312 MBPS)
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s), 0 warning(s)
    ERROR: DW040: The product "{04ADB20D-99A3-4F83-8176-F07787237EBA}" is not installed. Cannot proceed with the uninstall
    Please search the above error/warning string(s) to find when the error occurred.
    These errors resulted in installer Exit Code mentioned below.

  • SQL error while publishing topology (During installation of LYNC server 2010)

    Following error was observed during publishing topology while installing LYNC server 2010.
    Error: An error occurred: "Microsoft.Rtc.Common.Data.SqlConnectionException" "Cannot open database "xds" requested by the login. The login failed.
    Login failed for user 'LYNC5\Administrator'."

    Make sure you account has the relevant permissions and that you have run the topology builder as an admin.
    When you publish and install the databases for the first time you will need permissions to SQL, I usually use an account with SQL sysadmin rights.
    Andrew Morpeth
    Lync Server Specialist - Auckland, NZ
    Check out my blog

  • Lync server 2013 Temporarily Unavailable to MicroSIP client error code 480

    Hi!
    MicroSIP I would try to join with a client from my physical machine Lync my server what is installed on a virtual machine. The server
    ping I know it back and forth, but neither Active Directory from a server, neither Front End does not want to join from a server with the same mistake.
    The help greet!
    David

    14:04:56.836 sip_endpoint.c  .Module "mod-pjsua-log" registered
    14:04:56.837 sip_endpoint.c  .Module "mod-tsx-layer" registered
    14:04:56.837 sip_endpoint.c  .Module "mod-stateful-util" registered
    14:04:56.837 sip_endpoint.c  .Module "mod-ua" registered
    14:04:56.837 sip_endpoint.c  .Module "mod-100rel" registered
    14:04:56.837 sip_endpoint.c  .Module "mod-pjsua" registered
    14:04:56.837 sip_endpoint.c  .Module "mod-invite" registered
    14:04:56.857     wmme_dev.c  ..WMME found 4 devices:
    14:04:56.857     wmme_dev.c  .. dev_id 0: Wave mapper  (in=2, out=2)
    14:04:56.857     wmme_dev.c  .. dev_id 1: Mikrofon (SoundMAX Integrated D  (in=2, out=0)
    14:04:56.857     wmme_dev.c  .. dev_id 2: Hangszórók (SoundMAX Integrated  (in=0, out=2)
    14:04:56.857     wmme_dev.c  .. dev_id 3: SPDIF illesztő (SoundMAX Integr  (in=0, out=2)
    14:04:56.857     wmme_dev.c  ..WMME initialized
    14:04:56.857          pjlib  ..select() I/O Queue created (02462EFC)
    14:04:56.858         silk.c  ..Init silk
    14:04:56.858         silk.c  ..Init silk > DONE
    14:04:56.858         silk.c  ..silk enum codecs
    14:04:56.858         silk.c  ..silk add codecs
    14:04:56.858         silk.c  ..Add codec 24000
    14:04:56.858         silk.c  ..silk add codecs
    14:04:56.858         silk.c  ..Add codec 16000
    14:04:56.858         silk.c  ..silk add codecs
    14:04:56.858         silk.c  ..Add codec 12000
    14:04:56.858         silk.c  ..silk add codecs
    14:04:56.858         silk.c  ..Add codec 8000
    14:04:56.858   conference.c  ..Creating conference bridge with 254 ports
    14:04:56.858   Master/sound  ..Using delay buffer with WSOLA.
    14:04:56.861    pjsua_vid.c  ..Initializing video subsystem..
    14:04:56.872    dshow_dev.c  ...Windows found no video input devices
    14:04:56.872    dshow_dev.c  ...DShow has 0 devices:
    14:04:56.872 colorbar_dev.c  ...Colorbar video src initialized with 1 device(s):
    14:04:56.872 colorbar_dev.c  ... 0: Colorbar generator
    14:04:56.878      sdl_dev.c  ...SDL 1.3 initialized
    14:04:56.878 sip_endpoint.c  .Module "mod-evsub" registered
    14:04:56.878 sip_endpoint.c  .Module "mod-presence" registered
    14:04:56.878        evsub.c  .Event pkg "presence" registered by mod-presence
    14:04:56.878 sip_endpoint.c  .Module "mod-mwi" registered
    14:04:56.878        evsub.c  .Event pkg "message-summary" registered by mod-mwi
    14:04:56.878 sip_endpoint.c  .Module "mod-refer" registered
    14:04:56.878        evsub.c  .Event pkg "refer" registered by mod-refer
    14:04:56.878 sip_endpoint.c  .Module "mod-pjsua-pres" registered
    14:04:56.878 sip_endpoint.c  .Module "mod-pjsua-im" registered
    14:04:56.878 sip_endpoint.c  .Module "mod-pjsua-options" registered
    14:04:56.878   pjsua_core.c  .1 SIP worker threads created
    14:04:56.878   pjsua_core.c  .pjsua version 2.2.1 for win32-6.1/i386/msvc-15.0 initialized
    14:04:56.878   pjsua_core.c  .PJSUA state changed: CREATED --> INIT
    14:04:56.878   pjsua_core.c  PJSUA state changed: INIT --> STARTING
    14:04:56.879 sip_endpoint.c  .Module "mod-unsolicited-mwi" registered
    14:04:56.879   pjsua_core.c  .PJSUA state changed: STARTING --> RUNNING
    14:04:56.887   pjsua_core.c  SIP UDP socket reachable at 192.168.0.181:5060
    14:04:56.887    udp0247A740  SIP UDP transport started, published address is 192.168.0.181:5060
    14:04:56.892    tcplis:5060  SIP TCP listener ready for incoming connections at 192.168.0.181:5060
    14:04:56.896    tlslis:5061  SIP TLS listener is ready for incoming connections at 192.168.0.181:5061
    14:04:56.896    pjsua_acc.c  Adding account: id=<sip:192.168.0.181>
    14:04:56.897    pjsua_acc.c  .Account <sip:192.168.0.181> added with id 0
    14:04:56.897    pjsua_acc.c  Adding account: id=<sip:[email protected];transport=tcp>
    14:04:56.897    pjsua_acc.c  .Account <sip:[email protected];transport=tcp> added with id 1
    14:04:56.897    pjsua_acc.c  .Acc 1: setting registration..
    14:04:56.897    pjsua_acc.c  ..Contact for acc 1 updated for SIP outbound: <sip:[email protected]:5060;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000cefdba75>"
    14:04:56.897       endpoint  ..Request msg REGISTER/cseq=37239 (tdta024D4FE0) created.
    14:04:56.897    tsx0247E414  ...Transaction created for Request msg REGISTER/cseq=37240 (tdta024D4FE0)
    14:04:56.897    tsx0247E414  ..Sending Request msg REGISTER/cseq=37240 (tdta024D4FE0) in state Null
    14:04:56.897  sip_resolve.c  ...Target '192.168.0.199:5060' type=TCP resolved to '192.168.0.199:5060' type=TCP (TCP transport)
    14:04:56.897   tcpc024AAFA4  ...TCP client transport created
    14:04:56.897   tcpc024AAFA4  ...TCP transport 192.168.0.181:56633 is connecting to 192.168.0.199:5060...
    14:04:56.897   pjsua_core.c  ...TX 650 bytes Request msg REGISTER/cseq=37240 (tdta024D4FE0) to TCP 192.168.0.199:5060:
    REGISTER sip:192.168.0.199:5060;transport=tcp SIP/2.0
    Via: SIP/2.0/TCP 192.168.0.181:56633;rport;branch=z9hG4bKPjc548376e096a42cf97fa0753c1065ddb;alias
    Max-Forwards: 70
    From: <sip:[email protected]>;tag=7bddc71e7f9a4bccabc42484f1129a75
    To: <sip:[email protected]>
    Call-ID: 470206fc3c574ad3bad2e7021469aee6
    CSeq: 37240 REGISTER
    User-Agent: MicroSIP/3.6.3
    Supported: outbound, path
    Contact: <sip:[email protected]:5060;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000cefdba75>"
    Expires: 300
    Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
    Content-Length:  0
    --end msg--
    14:04:56.897    tsx0247E414  ...State changed from Null to Calling, event=TX_MSG
    14:04:56.897    pjsua_acc.c  ..Acc 1: Registration sent
    14:04:56.897    pjsua_acc.c  Acc 1: setting online status to 1..
    14:04:56.899   tcpc024AAFA4 !TCP transport 192.168.0.181:56633 is connected to 192.168.0.199:5060
    14:04:56.904 sip_endpoint.c  Processing incoming message: Response msg 480/REGISTER/cseq=37240 (rdata024AB168)
    14:04:56.904   pjsua_core.c  .RX 352 bytes Response msg 480/REGISTER/cseq=37240 (rdata024AB168) from TCP 192.168.0.199:5060:
    SIP/2.0 480 Temporarily Unavailable
    FROM: <sip:[email protected]>;tag=7bddc71e7f9a4bccabc42484f1129a75
    TO: <sip:[email protected]>;tag=4e12daed5c
    CSEQ: 37240 REGISTER
    CALL-ID: 470206fc3c574ad3bad2e7021469aee6
    VIA: SIP/2.0/TCP 192.168.0.181:56633;branch=z9hG4bKPjc548376e096a42cf97fa0753c1065ddb;rport;alias
    CONTENT-LENGTH: 0
    SERVER: RTCC/5.0.0.0
    --end msg--
    14:04:56.904    tsx0247E414  .Incoming Response msg 480/REGISTER/cseq=37240 (rdata024AB168) in state Calling
    14:04:56.904    tsx0247E414  ..State changed from Calling to Completed, event=RX_MSG
    14:04:56.904    pjsua_acc.c  ....SIP registration failed, status=480 (Temporarily Unavailable)
    14:04:56.904    pjsua_acc.c  ....Scheduling re-registration retry for acc 1 in 5 seconds..
    14:04:56.904    tsx0247E414  Timeout timer event
    14:04:56.904    tsx0247E414  .State changed from Completed to Terminated, event=TIMER
    14:04:56.904    tsx0247E414  Timeout timer event
    14:04:56.904    tsx0247E414  .State changed from Terminated to Destroyed, event=TIMER
    14:04:56.904   tdta024D4FE0  ..Destroying txdata Request msg REGISTER/cseq=37240 (tdta024D4FE0)
    14:04:56.904    tsx0247E414  Transaction destroyed!
    14:05:02.346    pjsua_acc.c  Acc 1: setting registration..
    14:05:02.346    pjsua_acc.c  .Contact for acc 1 updated for SIP outbound: <sip:[email protected]:5060;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000cefdba75>"
    14:05:02.346       endpoint  .Request msg REGISTER/cseq=32834 (tdta024D4FE0) created.
    14:05:02.346    tsx0247108C  ..Transaction created for Request msg REGISTER/cseq=32835 (tdta024D4FE0)
    14:05:02.346    tsx0247108C  .Sending Request msg REGISTER/cseq=32835 (tdta024D4FE0) in state Null
    14:05:02.346  sip_resolve.c  ..Target '192.168.0.199:5060' type=TCP resolved to '192.168.0.199:5060' type=TCP (TCP transport)
    14:05:02.347   pjsua_core.c  ..TX 650 bytes Request msg REGISTER/cseq=32835 (tdta024D4FE0) to TCP 192.168.0.199:5060:
    REGISTER sip:192.168.0.199:5060;transport=tcp SIP/2.0
    Via: SIP/2.0/TCP 192.168.0.181:56633;rport;branch=z9hG4bKPj8424f24f501b4db28ae00768d4ba1d60;alias
    Max-Forwards: 70
    From: <sip:[email protected]>;tag=d5d2f69c60264df0a4df15564feea846
    To: <sip:[email protected]>
    Call-ID: a0ad089f69ec443ea884ea18452c0fa4
    CSeq: 32835 REGISTER
    User-Agent: MicroSIP/3.6.3
    Supported: outbound, path
    Contact: <sip:[email protected]:5060;transport=TCP;ob>;reg-id=1;+sip.instance="<urn:uuid:00000000-0000-0000-0000-0000cefdba75>"
    Expires: 300
    Allow: PRACK, INVITE, ACK, BYE, CANCEL, UPDATE, INFO, SUBSCRIBE, NOTIFY, REFER, MESSAGE, OPTIONS
    Content-Length:  0
    --end msg--
    14:05:02.347    tsx0247108C  ..State changed from Null to Calling, event=TX_MSG
    14:05:02.347    pjsua_acc.c  .Acc 1: Registration sent
    14:05:02.355 sip_endpoint.c  Processing incoming message: Response msg 480/REGISTER/cseq=32835 (rdata024AB168)
    14:05:02.355   pjsua_core.c  .RX 352 bytes Response msg 480/REGISTER/cseq=32835 (rdata024AB168) from TCP 192.168.0.199:5060:
    SIP/2.0 480 Temporarily Unavailable
    FROM: <sip:[email protected]>;tag=d5d2f69c60264df0a4df15564feea846
    TO: <sip:[email protected]>;tag=9399ccca85
    CSEQ: 32835 REGISTER
    CALL-ID: a0ad089f69ec443ea884ea18452c0fa4
    VIA: SIP/2.0/TCP 192.168.0.181:56633;branch=z9hG4bKPj8424f24f501b4db28ae00768d4ba1d60;rport;alias
    CONTENT-LENGTH: 0
    SERVER: RTCC/5.0.0.0
    --end msg--
    14:05:02.355    tsx0247108C  .Incoming Response msg 480/REGISTER/cseq=32835 (rdata024AB168) in state Calling
    14:05:02.355    tsx0247108C  ..State changed from Calling to Completed, event=RX_MSG
    14:05:02.355    pjsua_acc.c  ....SIP registration failed, status=480 (Temporarily Unavailable)
    14:05:02.355    pjsua_acc.c  ....Scheduling re-registration retry for acc 1 in 305 seconds..
    14:05:02.355    tsx0247108C  Timeout timer event
    14:05:02.355    tsx0247108C  .State changed from Completed to Terminated, event=TIMER
    14:05:02.355    tsx0247108C  Timeout timer event
    14:05:02.355    tsx0247108C  .State changed from Terminated to Destroyed, event=TIMER
    14:05:02.355   tdta024D4FE0  ..Destroying txdata Request msg REGISTER/cseq=32835 (tdta024D4FE0)
    14:05:02.355    tsx0247108C  Transaction destroyed!
    What
    is the task at this time? I want to operate it on a local area network, but cannot be attached for something. 
    Is it possible to find a solution to this? The lyncdiscovery there are records within into DNA!
    Lync server him keeping a diary which way I find it, because the snooper I get nowhere.
    Ahead thanks:)

  • List of CA is empty -- lync server 2013 installation

    hello all,
    I have a probleme , i'am installing lync server 2013 , at the part "certificate request" i see that the list to select one is empty.
    i go under IIS=>server certificate and same thing=> nothing.
    do I have to install some features maybe???
    do you have a solution for me? i am using Win Server 2012 
    B.R

    http://blogs.technet.com/b/xdot509/archive/2012/10/24/installing-a-two-tier-pki-hierarchy-in-windows-server-2012-part-ii-installing-a-root-certification-authority-with-the-gui.aspx

Maybe you are looking for

  • My MacBook Pro is running very slow after update to Yosemite

    My Macbook pro is running extremely slow after updating to Yosemite. What can I do to solve this problem?

  • BIS Sync period with Google calendar

    Hello to everybody, I need to sync by BIS service my Google calendar. How many old and future events can the BIS service sync? I have old events from 1999 and future events until 2012. Is it possible to sync this large period by BIS service? Thanks B

  • PI WSDL URL not accessibile

    Hi All, I have a generated a webservice from PI....The problem now is that it could not be called outside our company domain. How can a legacy system which is outside our domain should call the PI webservice ? Is jus giving WSDL file sufficient ? if

  • How to execute  make  Command?

      Run in the terminal inside the  make command,prompt:"-bash:make:command not found"  My system version is Mac OS X 10.7.3 Xcode Version is 4.3.   How to execute  make  Command?                                 thanks!!

  • Oracle Forms6i Implementation - help needed

    I have a table structure like below. CREATE TABLE test test_seq_no NUMBER,               -- Primary key test_case_id VARCHAR2 (15) NOT NULL, test_dct_seq_no NUMBER (4), test_atyp_code VARCHAR2 (6) NOT NULL, test_pid NUMBER (8) NOT NULL, test_act_text