LabWindows 2013 breaks LabWindows 2012 code

Valid executable written in LabWindows/CVI 2012 will not compile in LabWindows/CVI 2103.  The error is compiler out of memory.  The error syntax includes suggestions to fix this problem by basically segmenting code into smaller c files - rewrite the code.  In addtion new warnings are detected for each number cast - I am sure I can turn this off but why is it added?.  None of these issues occur with the code in 2012. Question is what has changed? and why?  What reason should I consider for going through the effort of rewriting my code to make it compile in 2013?

Hello mpencke,
Clang 2.9 (the compiler used by LabWindows/CVI 2013) might throw an out-of-memory message in 2 situations: when it literally runs out of memory or when it crashes. You could follow the memory usage to determine in what situation you might be. If the memory usage increases significantly (close to 2GB), then the out-of-memory message is indeed valid. If the memory usage is not increasing close to the 2 GB limit during the compilation process, then the compiler is crashing. 
The CVI 2013 Patch f1 brings some critical fixes to the compiler. I suggest trying upgrading and see if the issue persists. If the issue does persist, you could try turning off run-time checking and optimisations. Another thing you could do is to track the code that's causing the issue or send us a stripped version of your project that exhibits the issue and we will investigate, possibly suggesting a work-around.
Did turning of run-time checking work for you? 
Best regards,
=Nelu F. || National Instruments.

Similar Messages

  • Labwindows 2013 not responding

    I am using Labwindows 2013 SP1 on Windows 7
    This morning I made some code changes to my project when I clicked on the "Debug Project" Icon, the project build succeeded and then Labwindows just hangs up, saying "Not Responding". I killed the project and relaunched labwindows and tried again and it does the same thing. I backed off all changes I did today to what it was yesterday when I did not have this problem and tried again and it is still hanging with "not responding".
    I went to labwindows 2013 about 4 months ago and I have never had this problem until today and now it wont go away.
    I am completely at a standstill. Can anyone help me fix this problem?
    Thanks
    John W.
    Solved!
    Go to Solution.

    Hi, John.
    The log you sent in seems to indicate you have over 750 watch expressions in your current workspace. This hang you are experiencing is likely a result of LabWindows/CVI attempting to update all of those watch expressions. 
    I reproduced a considerable hang by adding only 700 watch expressions, all for a single int value in my application. 
    To fix this issue, you can remove the watch expressions. If you cannot access them interactively from the LabWindows/CVI environment, you can delete them from the bottom of your CWS file. You can do this in a text editor.
    Let me know if this works for you.
    Thanks,
    Daniel D.
    National Instruments
    Automated Test Software R&D

  • 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

  • Correct way to install SHARE POINT 2013 ON WINDOWS 2012 R2

    HI
    INSTALLING SHAREPOINT 2013 ON WINDOWS 2012 R2 IS NOT SUPPORTED , when i search for this i found a kb article
    https://support.microsoft.com/en-us/kb/2891274
    SharePoint 2013 SP1 support in Windows Server 2012 R2,
    So in windows server 2012 R2 machine i should install
    1) install sharepoint pre requisites 
    2) run sharepoint setup and install binraries
    3)and after download sharepoint 2013 SP1 and install 
    is the right steps will i do for INSTALLING SHAREPOINT 2013 ON WINDOWS 2012 R2?
    adil

    Get the SharePoint 2013 w/ SP1 ISO from the MSDN or VLSC (or Download Center if using SharePoint Foundation 2013) -- this is required for Windows Server 2012 R2, other media will not work. Follow the standard SharePoint install process, e.g. run the pre-req
    installer, and then install SharePoint.
    Once completed, install the appropriate version of SP1 for your product. See http://thesharepointfarm.com/2015/04/list-of-good-sharepoint-2013-service-pack-1-packages/
    for a list of packages.
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Migrate biztalk 2006R2/SQL server 2005 projects to Biztalk 2013/SQL server 2012

    We have Biztalk application projects deployed on Biztalk 2006R2/SQL server 2005 environment on a single server
    Now we  have installed and configured Biztalk 2013/SQL server 2012 in a multicomputer environment where Biztalk server is on one computer while SQL server is on the other.
    Now it's time to migrate the projects 2006R2 to 2013.. Is it a smooth process? I found a lot of posts about migration from 2006R2 to Biztalk 2010...  Just wondering if it is similar or more complex?? Appreciate any help/suggestions.. thanks!!

    Hi Annee,
    Following article should answer your question:
    BizTalk Application Migration Guide
    Also have a look at following forum post:
    http://social.msdn.microsoft.com/Forums/en-US/f9ac6b6c-3dbe-487b-85c5-448d257d62f4/migration-from-biztalk-server-2006-to-2013?forum=biztalkgeneral
    Maheshkumar S. Tiwari|http://tech-findings.blogspot.in/

  • 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?

  • How can the eclipse debugger break in the code when an exception is thrown

    Is there a way in eclipse to break into the bebugger when an exception is thrown in debug mode like Visual Studio 2003 or 2005?
    Thanks

    For 3.x, select "Add Java Exception Breakpoint" from the "Run" menu.
    Check "Caught" to break even if your code handles the exception, "Uncaught" to break when your code doesn't handle the exception.

  • Fresh Exchange 2013 install on 2012 R2

    Hi Everyone-
    I'm a bit confused on the steps to install Exchange 2013 SP1 on 2012 R2 in a new environment (no 2013 installed).  I've seen many mixed install guides recommending I install non-sp1, preparing the domain/schema first, install CAS/MBX roles.  Once
    complete run the Sp1 upgrade starting with the domain/scheme upgrade, and then run the EXE.  
    I've also read that the 2013 SP1 download (http://www.microsoft.com/en-us/download/details.aspx?id=41994) is a full version of Exchange and can be ran as a clean install - so essentially just preparing the domain/schema and run the install once.  I
    find this hard to believe as the ISO I've downloaded from VLSC is 3.5gb, yet the SP1 exe is 1.5gb.  
    Can anyone confirm which is the correct path to take?
    Thanks

    Hi,
    Can't think of a good reason to install any other build of Exchange 2013 then SP1. The EX13 SP1 download is a full install and the only one that is supported on 2012 R2. The bits is packed in a different way so the download is smaller.
    Martina Miskovic

  • HT2433 What is a -2012 code error when I try to redeem an I-tunes gift card?

    What is a -2012 code error when I try to redeem an I-tunes gift card?

    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Final Cut Pro 5 doesn't capture when there's a break in time code

    Hi,
    I'm trying to capture a mini DV tape using "Capture Now". When it encounters a break in time code, FCP stops the deck and the capture -- which is what I want it to do -- but I don't get a media file in my Browser window or in the Capture Scratch folder of the footage that should have been captured up until the break. What could the problem be & what is my fix-it?
    Thanks for any/all help!
    Natascha

    Check the settings in User Preferences (General tab). The "On timecode break:" popup menu should be set to "Make New Clip" or "Warn After Capture". If its set to "Abort Capture" nothing will be saved.

  • Lync 2013 and SQL 2012 on the same server

    Hi,
    I'm in the process of migrating Lync 2010 to Lync 2013.  I have a clean install of Windows Server 2012 R2.  Is it possible to install Lync 2013 and SQL 2012 on the same server or does it have to be on separate servers.
    Thanks
    P

    Configure Separated SQL Server to use in an Enterprise deployment of Lync Server. Standard Edition servers use a collocated SQL Server Express version of SQL Server that is right sized for the workloads of a Standard Edition server.
    Also you can refer below link
    http://technet.microsoft.com/en-us/library/gg425848.aspx
    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"

  • Deploy Lync 2013 Via SCCM 2012

    Dear,
    I wants to deploy Microsoft Lync 2013 via SCCM 2012, I have created a new deployment package based on MSI file to install Microsoft Lync 2013 for company machines, during the installation package will install for clients computer perfectly but instead of
    install automatically to users, every time message coming user should do it manually for example user should accept the terms of the agreement, kindly I need a way to solve this issue, I need Lync 2013 automatically install without users doing anything, please
    see attached snapshot.

    Make sure that you are using the right command line using your newly created MSP
    ex: setup.exe /adminfile "Lync_Updated.msp"
    As proposed, update your DP so that your MSP gets distributed.
    You can also follow this guide if you're still experiencing difficulties.
    http://systemcentersynergy.com/lync-2013-silent-or-unattended-install/
    Benoit Lecours | Blog: System Center Dudes

  • Server 2012 R2 essentials url rewrite to exchange 2013 breaks remote web workplace

    Hi all
    Have a server 2012 r2 with essentials experience installed and an exchange 2013 sp1 on a member server.
    I have 2 certificates
    remote.domain.com for the essentials rww
    mail.domain.com for exchange owa
    I have added the administrator account to enterprise admins and have joined the exchange server with the essentials connector, so it appears on the dashboard.
    Both certificates are installed correctly.
    I have installed ARR 3.0 and created a serverfarm mail.domain.com and accepted that it created url rewrite for me.
    Server farm does not have ssl offload enabled.
    The url rewrite is setup like this:
    Requested url: matches pattern, Using: Wildcards, Pattern *
    Conditions: Match All, Input: HTTPS, Type: Matches the pattern, Pattern: ON
    Action: Route to server farm
    Scheme: https://, Server farm: mail.domain.com, Path: /{R:0}
    Stop processing of subsequent rules: checked
    Now pointing protokol 443 til the IP of the essentials server and navigating to https://mail.domain.com/owa brings the owa logon page with my trusted server certificate and all.
    Everything works fine.
    If I then navigate to https://remote.domain.com/remote then the webpage should show the login to the essentials remote web workplace. 
    But instead it shows a some what crippled version, like forms and pictures missing and it is obviously not working.
    Trying to troubleshoot i changed the url rewrite from wildcards to exact match and put owa into the pattern field.
    Then my remote web workplace showed up correctly with the matching certificate and all was fine.
    But now owa shows a 404 directory not found.
    I guess I need some help on this.
    Somehow that server farm and the url rewrite, messes up my default website, with the remote site.
    Much appreciated...
    \Lars

    Lars,
    RE-Run the WSE wizard to reset the Internet settings.
    Remove ARR and URLReWrite.
    Once removed reboot.
    Install ARR and URLReWrite again by downloading.
    Do NOT configure any farm settings.
    Use the ARRConfig utility that comes with WSE:
    http://technet.microsoft.com/en-us/library/jj200172.aspx
    That TN page explains how to run the utility. Make sure you have exported the mail certificate including Public Key and Extended Properties first.
    Philip Elder Microsoft Cluster MVP Blog: http://blog.mpecsinc.ca

  • App+IIS server role, WCF data problems with Shrepoint Foundation 2013 install on 2012 R2

    Hi
    I am having tremendous trouble installing Sharepoint Foundation on a Windows 2012 R2 domain controller.
    The server has just been added to our domain, promoted and this is the first piece of software I am trying to install. I had run Windows Update after joining it to the domain and before making it a member server before it was promoted.
    I had real problems getting AppFabric to install but that is now done. However when I run the Sharepoint prerequisite installer (As Administrator) a results screen is displayed stating there was a configuration error during the installation of the Application
    Server Role, Web Server (IIS) Role. It also says that the installation of Microsoft WCF Data Services 5 was skipped.
    I manually added the Application Server Role.
    I have manually installed WCF Data Services, which was successful.
    I have used this page
    http://support.microsoft.com/kb/2765260/en-gb to try and get around the Application Server and IIS Roles error. The hotfix quoted on that page is not applicable to this system. I had to run a DISM command to create an image from the OS installation media
    before the Powershell commands would work.
    Next, I rebooted the server and ran the prerequisite installer again as recommended. However, exactly the same problems are reported.
    Can anyone help me with this, please?
    Thanks.
    Prerequisiteinstaller log:
    2014-07-08 15:31:20 - Processor architecture is (9)
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - Common Startup
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    2014-07-08 15:31:20 - Trying to remove the startup task if there is any.
    2014-07-08 15:31:20 - C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\SharePointServerPreparationToolStartup_0FF1CE14-0000-0000-0000-000000000000.cmd
    2014-07-08 15:31:20 - Error: Startup task doesn't exist. This is not a continuation after a restart.
    2014-07-08 15:31:20 - Locating the following command line arguments file:
    2014-07-08 15:31:20 - C:\Program Files (x86)\MSECache\SharePoint2010\PrerequisiteInstaller.Arguments.txt
    2014-07-08 15:31:20 - Error: This file does not exist
    2014-07-08 15:31:20 - Details of the current operating system:
    2014-07-08 15:31:20 - Major version number of the operating system:  (6)
    2014-07-08 15:31:20 - Minor version number of the operating system:  (2)
    2014-07-08 15:31:20 - Build number of the operating system:  (0X23F0=9200)
    2014-07-08 15:31:20 - Major version number of the latest Service Pack:  (0)
    2014-07-08 15:31:20 - Minor version number of the latest Service Pack:  (0)
    2014-07-08 15:31:20 - Platform ID of the operating system:  (2)
    2014-07-08 15:31:20 - Product suites available on the operating system:  (0X110=272)
    2014-07-08 15:31:20 - Product type of the operating system: VER_NT_DOMAIN_CONROLLER
    2014-07-08 15:31:20 - Product type:  (7)
    2014-07-08 15:31:20 - OS type:  (0)
    2014-07-08 15:31:20 - Configuring the application's property sheet...
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Windows Management Framework 3.0
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - PowerShellVersion
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 4.0
    2014-07-08 15:31:20 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft .NET Framework 4.5
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - Install
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - Version
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 4.5.51641
    2014-07-08 15:31:20 - A post release .NET 4.5 is installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Windows Identity Foundation (KB974405)
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 -
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 6.1.7600.0
    2014-07-08 15:31:20 - The prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-07-08 15:31:20 - Reading version of the following file...
    2014-07-08 15:31:20 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-07-08 15:31:20 - The version is...
    2014-07-08 15:31:20 - 1.0.3010.0
    2014-07-08 15:31:20 - The prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - Version
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 10.51.2500.0
    2014-07-08 15:31:20 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Windows Server AppFabric
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - ProductVersion
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 1.1.2106.32
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - ProductVersion
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 1.1.2106.32
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - ProductVersion
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 1.1.2106.32
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - DCC
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - CacheClient is Installed.
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - DCS
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - CacheService is Installed.
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - DCA
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - CacheAdmin is Installed.
    2014-07-08 15:31:20 - The prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Windows Identity Foundation (KB974405)
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 -
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 2.0.1459.0
    2014-07-08 15:31:20 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft Information Protection and Control Client
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 -
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-07-08 15:31:20 - The value is...
    2014-07-08 15:31:20 - 1.0.621.117
    2014-07-08 15:31:20 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Microsoft WCF Data Services 5.0
    2014-07-08 15:31:20 - Reading the following string value/name...
    2014-07-08 15:31:20 - Version
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-07-08 15:31:20 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:20 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-07-08 15:31:20 - Reading the following DWORD value/name...
    2014-07-08 15:31:20 - IsInstalled
    2014-07-08 15:31:20 - from the following registry location...
    2014-07-08 15:31:20 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-07-08 15:31:20 - The value is (1)
    2014-07-08 15:31:20 - The prerequisite above is already installed
    2014-07-08 15:31:23 - Beginning download/installation
    2014-07-08 15:31:23 - Created thread for installer
    2014-07-08 15:31:23 - "C:\Windows\system32\ServerManagerCmd.exe" -inputpath "C:\Users\ADMINI~1.HTL\AppData\Local\Temp\2\Pre1B5C.tmp.XML"
    2014-07-08 15:31:23 - Error: Unable to install (2)
    2014-07-08 15:31:23 - Error: [In HRESULT format] (-2147024894)
    2014-07-08 15:31:23 - Last return code (2)
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - Flags
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Updates\UpdateExeVolatile
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - PendingFileRenameOperations
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SYSTEM\CurrentControlSet\Control\Session Manager
    2014-07-08 15:31:23 - Reading the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update\RebootRequired
    2014-07-08 15:31:23 - Error: The tool was unable to install Application Server Role, Web Server (IIS) Role.
    2014-07-08 15:31:23 - Last return code (2)
    2014-07-08 15:31:23 - Options for further diagnostics: 1. Look up the return code value 2. Download the prerequisite manually and verify size downloaded by the prerequisite installer. 3. Install the prerequisite manually from the given location without any
    command line options.
    2014-07-08 15:31:23 - Cannot retry
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Windows Management Framework 3.0
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - PowerShellVersion
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 4.0
    2014-07-08 15:31:23 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft .NET Framework 4.5
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - Install
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - Version
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Net Framework Setup\NDP\V4\full
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 4.5.51641
    2014-07-08 15:31:23 - A post release .NET 4.5 is installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Windows Identity Foundation (KB974405)
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 -
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Windows Identity Foundation\Setup\v3.5
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 6.1.7600.0
    2014-07-08 15:31:23 - The prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft Sync Framework Runtime v1.0 SP1 (x64)
    2014-07-08 15:31:23 - Reading version of the following file...
    2014-07-08 15:31:23 - C:\Windows\assembly\GAC_MSIL\Microsoft.Synchronization\1.0.0.0__89845dcd8080cc91\Microsoft.Synchronization.dll
    2014-07-08 15:31:23 - The version is...
    2014-07-08 15:31:23 - 1.0.3010.0
    2014-07-08 15:31:23 - The prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft SQL Server 2008 R2 SP1 Native Client
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - Version
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Microsoft SQL Server\SQLNCLI10\CurrentVersion
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 10.51.2500.0
    2014-07-08 15:31:23 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Windows Server AppFabric
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - ProductVersion
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 1.1.2106.32
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - ProductVersion
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 1.1.2106.32
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - ProductVersion
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 1.1.2106.32
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - DCC
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - CacheClient is Installed.
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - DCS
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - CacheService is Installed.
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - DCA
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\AppFabric\V1.0\Features
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - CacheAdmin is Installed.
    2014-07-08 15:31:23 - The prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Windows Identity Foundation (KB974405)
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 -
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\Microsoft Identity Extensions\Setup\1.0
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 2.0.1459.0
    2014-07-08 15:31:23 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft Information Protection and Control Client
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 -
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Microsoft\MSIPC\CurrentVersion
    2014-07-08 15:31:23 - The value is...
    2014-07-08 15:31:23 - 1.0.621.117
    2014-07-08 15:31:23 - A higher version of the prerequisite above is already installed
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Microsoft WCF Data Services 5.0
    2014-07-08 15:31:23 - Reading the following string value/name...
    2014-07-08 15:31:23 - Version
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Wow6432Node\Microsoft\Microsoft WCF Data Services\5.0
    2014-07-08 15:31:23 - Check whether the following prerequisite is installed:
    2014-07-08 15:31:23 - Cumulative Update Package 1 for Microsoft AppFabric 1.1 for Windows Server (KB2671763)
    2014-07-08 15:31:23 - Reading the following DWORD value/name...
    2014-07-08 15:31:23 - IsInstalled
    2014-07-08 15:31:23 - from the following registry location...
    2014-07-08 15:31:23 - SOFTWARE\Wow6432Node\Microsoft\Updates\AppFabric 1.1 for Windows Server\KB2671763
    2014-07-08 15:31:23 - The value is (1)
    2014-07-08 15:31:23 - The prerequisite above is already installed
    2014-07-08 15:31:26 - Opening log file
    2014-07-08 15:31:26 - Opened action for user
    2014-07-08 15:31:26 - C:\Users\ADMINI~1.HTL\AppData\Local\Temp\2\prerequisiteinstaller.2014.07.08-15.31.20.log

    SharePoint is not supported to be installed on a Domain Controller (see http://support.microsoft.com/kb/2764086). You'll need to find another server.
    But regardless, with SharePoint 2013, you need SharePoint 2013 with SP1 in order to install on Server 2012 R2.
    http://www.microsoft.com/en-us/download/details.aspx?id=42039
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • SharePoint 2013 SSRS SQL 2012 SP1 and Mac Safari 5.1 or 6.0 report issues

    I have been try to figure out an issue that only seems to be affecting Safari 5.1 or 6.0 on OSX 10.6.8 or 10.7. I can view the same reports as the same user on the same Mac as the same user in Chrome 27.0.1453.116 or Firefox 22.  I have also tested
    iPads (iPad2 iOS 6.1), Android tablets and phones (ICS 4.0.4 and JB 4.2.2), and even an Microsoft Surface and they all work fine.
    The issue is when viewing a report through SharePoint 2013 in Safari regardless of if the report has parameters or not is it looks like the page just keeps reloading. The problem is not that I can't see the report viewer which is most of the issues
    related to SSRS 2008R2 and 2012. I can see the report view and I can even put in parameters. However when I click Apply the follow activity occurs.
    On Safari the following occurs
    POST: RSViewerPage.aspx
    GET: 302 Found default.aspx /_login: Size 0B, Transfer 1.67KB
    GET: 302 Found default.aspx /_windows Size 0B, Transfer 1.15KB
    It seems like the browser is redirected to login again. If I do this with a report that does not have parameters the "Loading" gif will appear forever with the same cycle going on with the page loading over and over. I did read something about
    Safari not supporting pass through authentication in 5.1. However if that is the problem then why is Safari listed as a supported browser, or not listed with that caveat on the browser support page?
    In Chrome this same set of step 302 to occur if I do not use the report for a while. After hitting apply the report appears to refresh to a blank report without any parameter values selected. The POST/GET activity mimics what I am seeing for Safari. 
    However unlike Safari, if I immediately put the parameters in again and click apply the report works as expected. Also when the report loads as expected I do not see the 302 to default.aspx /_login and /_windows.
    So what is different about Safari on OSX that is preventing it from displaying reports correctly when just about every other supported OS/Browser combination including some that aren't officially supported work perfectly fine with the same report?

    That Connect Bug (see previous post) has got a response from Matt at Microsoft. He advised that Mac Safari support for SSRS 2012 only works for Mac OS X 10.6 - 10.7. It seems some breaking change was introduced in Mac OS X 10.8. 
    http://msdn.microsoft.com/en-us/library/ms156511(v=sql.110).aspx#bkmk_reportviewer
    So he has closed it as "Resolved - By Design".
    Our Macs are currently on OS X 10.9 and 10.10 was recently released.
    SQL 2014 might offer better support - I have one client planning to start upgrading in the New Year.
    http://msdn.microsoft.com/en-us/library/ms156511(v=sql.120).aspx#bkmk_reportviewer

Maybe you are looking for

  • AppleScript to add "1-" before Address Book phone numbers

    I transferred all my Contacts from another program into OS X's Address Book, all phone numbers begin with the area code. I'd like to add "1-" before every area code. Is there an AppleScript to do this?

  • Aperture 3 always opens when I attach iPad to Mac

    I have turned "open when camera's attached" OFF. But everytime I attach iPad A3 opens. Very annoying. Is there some other switch I missed, or is this a bug? thanks

  • Can't install ios 4.3.5 update

    I have an iphone 4 running ios 4.1 When I try to download and update to 4.3.5, the download goes all the way across and then gives me an error message about timing out....I have tried multiple times over several weeks but still the same thing.  What

  • Nested XML filter / freezing

    Hi Spry, I'm currently working on a nested DataSet filter, but it freezes up the browser and keeps eating memory. I cannot give / grant any1 access to our test servers, because they run on a secure router. So i can only provide the filter and the cur

  • Pls check the calc script requirment

    Pls check this calc reqirement and do the needful help we have got 700000/- INR in your bank You can spend the money but there are rules of spending. 1. we can start withdrawing Rs 1000 only in each month. 2. The Money can be withdrawn only from Nove