Error when Building on CVI 2013 XmlReader fails to load

Thsi occurs during a code build under LabWindows CVI 2013 (FDS Version 13.0.2 (278) Windows 7 64 But Enterprise
The builds completes and is functional. However midway through the builds the error windows pops open and returns the following. This is a fairly recent change, I think, as the code (albeit being continuously changed with minor changes) used to build without erro windows. Possibly related to a Windows system update.
Please let me know if there is a known fix.
Error:
Error Details:
MetaToolbox::XmlReader::Load failed. SchemaPath=''
MetaToolbox:chemaValidationErrorHandler::fatalError: Error at line 1:
Invalid document structure
Error:
Error Details:
MetaToolbox::XmlReader::Load failed. SchemaPath=''
MetaToolbox:chemaValidationErrorHandler::fatalError: Error at line 1:
Invalid document structure

Hi;
Can you verify if the following files and folders exist?
C:\ProgramData\National Instruments\MIF\MetaInstaller\settings.xml
C:\ProgramData\National Instruments\MDF
It might be possible that the software needs to be reinstalled. In the following document you can see the instructions on how to repair it:
http://digital.ni.com/public.nsf/allkb/AC6ED75D3D93375686256E8E00245F0D

Similar Messages

  • Error When building ess/tra/tre and ess/tra/tre/trs DC's

    I had customized the ess/tra/tre and ess/tra/tre/trs DC's and had them working, but I do not know what I did or what happened that am now getting the following errors when building, can anyone help tell what the problem could be?
    Error                                     
    -     The project was not built since its classpath is incomplete. Cannot find the class file for com.sap.xss.tra.model.openccmodel.OVSOpenCostcenterModel. Fix the classpath then try rebuilding this project.               
    -     HDI_HNS15.02_Desstratresap.com                              
    Error                                     
    -     This compilation unit indirectly references the missing type com.sap.xss.tra.model.openccmodel.OVSOpenCostcenterModel (typically some required class file is referencing a type outside the classpath)        
    -      InternalVcTreReview.java          
    -      HDI_HNS15.02_Desstratresap.com/gen_wdp/packages/com/sap/xss/tra/tre/vc/review/wdp      
    -     line 0

    For anyone who might need to know, I managed to fix this by adding tra to the required projects on the build path. On the Navigator View, right click -> Properties -> Java Build Path -> Projects tab -> check dependant project.

  • Icon path restricted error when building release version for ipad3

    Hi,
    i get the following error when building the release build ipa file for ipad 3: "The path icon.png is restricted. If you were trying to package Icon.png you should correct the case."  In debug mode everything works. My icon is under assets folder and added in the app-xml with:
    <icon>
    <image72x72>assets/icon_72.png</image72x72>
    </icon>
    Did I missed something in configuration? Seems to be that the problem is known but cant find a solution for it. If i try to packegae per command line despite the fact building works I could not install the app. When I change the icon tag to use no icon everything works fine. Any ideas?
    Greetz and thanks in advance!

    I solved it. When you export the release build you can choose package contents to be compiled in the ipa. When I tried to add an icon at first I named it icon.png, which seems to be a reserved name. The configuration to include this icon.png was still saved though i deleted it. Wired... After unchecking the ceckbox for icon.png not to be compiled in the ipa, the release build was build.

  • Sharepoint 2010 - Visual studio 2010 error - Error occurred in deployment step 'Add Solution': Failed to load receiver assembly

    Hello,
    I get the following error when trying to attach an event reciver ->
    Error occurred in deployment step 'Add Solution': Failed to load receiver assembly . The system cannot find the file specified.
    This happens only when i try to change the deployment target from "GlobalAssemblyCache" to "WebApplication".
    Steps to reproduce->
    1. Create a new feature and add an event receiver. Deploy the solution. Everything works fine.(Since deployment target is GlobalAssemblyCache). If you now change the deployment target to "WebApplication" , it works too.
    2. Now, restart visual studio. Change Deployment target to  "WebApplication" without deploying the solution. And you get the above error.
    3. Every time you restart your visual studio with deployment target as "WebApplication", you will receive this error.
    Any idea?? Manual deployment of the solution works fine too.
    When i go to virutal path bin directory, the dll is missing because of which the error occurs. Dont know why, it doesnt copy the dll to bin?
    Thanks in advance,

    Hi,
    Feature receivers must be deployed in the GAC & cannot be deployed to private bin of the WebApplication.
    Link: http://msdn.microsoft.com/en-us/library/ms469501.aspx 
    HTH !!!
    AnjaliCH-MSFT

  • Error occurred in deployment step 'Add Solution': Failed to load receiver assembly

    Guys,
    I've created a VS2010 sharepoint project and added a feature event receiver to my site definition. When I try to deploy it show me the error bellow:
    Error 1 Error occurred in deployment step 'Add Solution': Failed to load receiver assembly "SiteDefinitionProject2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a693a58979940483" for feature "SiteDefinitionProject2_Feature1" (ID: 9dce3ed9-5eb0-4bea-b42d-4dad84559a36).:
    System.IO.FileNotFoundException: Could not load file or assembly 'SiteDefinitionProject2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a693a58979940483' or one of its dependencies. The system cannot find the file specified.
    File name: 'SiteDefinitionProject2, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a693a58979940483'
       at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
       at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
       at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
       at System.Reflection.Assembly.Load(String assemblyString)
       at Microsoft.SharePoint.Administration.SPFeatureDefinition.get_ReceiverObject()
    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
      0 0 SiteDefinitionProject2
    9dce3ed9-5eb0-4bea-b42d-4dad84559a36
    Someone can hepl!?
    André Rentes

    I also just encountered this error while trying to deploy my feature from Visual Studio 2010. I found the solution for my situation. Perhaps it may help others as well.
    To see if your problem has the same cause as I encountered, open up the 14 hive and go to 14/template/features/<your-project-name_your-feature-name>. In this folder you will find a file Feature.xml. Open it up with notepad. On the second line
    you will find the XML node Feature. Scroll to the right untill you see the XML attribute ReceiverClass. This
    should show you a namespace, i.e. KoenZomers.MyProject.Branding.Features.Web.BrandingEventReceiver. In my situation it didn't show a namespace, but instead the following: $SharePoint.Type.<some-guid>.FullName$. If this is the same for
    you, read on as this might be the solution to your problem. If it does already show a namespace, this probably won't help you.
    This problem is caused because of a bug in Visual Studio 2010. It should replace the guid to match the guid found above the class declaration of your event receiver. For example:
    [Guid("ff9717e0-05c4-4e7e-9349-3f31d3919b9c")]
    public
    class
    BrandingEventReceiver
    : SPFeatureReceiver
    Probably because I recreated the event receiver class, it did generate a new Guid tag with a new Guid above my class declaration, but it did not update the feature file to reference this new guid. To do this manually, open up the folder on your development
    machine where your Visual Studio project files reside. In it you will find a subfolder named Features. Open it. In that folder you fill find subfolders with the names of your features as given in Visual Studio. Open up the one containing the non functional
    event receiver. In that folder you will find a file called <feature-name>.feature. Right click on it and choose Open with. Select to open it with notepad. On the second line you will find the XML node feature. Scroll to the right until you see the XML
    attribute receiverClass in the same line. Make sure the value of this XML node is built up using the following syntax: $SharePoint.Type.<guid-from-event-receiver-class-declaration>.FullName$. So in the above example it would be $SharePoint.Type.ff9717e0-05c4-4e7e-9349-3f31d3919b9c.FullName$.
    Save the file, close notepad. Close the solution in Visual Studio. Once closed, reopen the solution. Do a deploy of your solution. It should work this time. If you check the feature.xml file in the 14 hive now, it does display a namespace. This
    made it work for me.

  • When I try opening iTunes, it fails to load!

    Ok, well I click on my iTunes, from my desktop or start menu, anywhere possible. My laptop freezes over, for about five minutes, and then when it unfreezes, an error message pops up that says "iTunes failed to load because there is not enough memory available" or something along those lines.
    I still have 97.4 GB of memory free out of 129 GB.
    It has never done this before!!! and, as a sidenote, I let a friend borrow my laptop for the night, and when I got it back, alto of things took much much much longer to load, it froze/freezes alot, and theres a random toolbar on Firefox that I don't remember ever installing.
    I went through "Add and Remove Programs" but I never saw anything different, and my Yahoo got uninstalled, so my Yahoo Anti-Spy is gone, and my computer won't download anything anymore without it taking an hour, freezing, etc.
    Sometimes it works perfectly fine (my computer) and I never really have problems with network loading, Firefox, or anything else.
    It's just iTunes!!!
    What could be the problem?

    No it's not just iTunes and malware these days doesn't conveniently load itself into Add/Remove.
    You run a malware scan on that computer now.
    TrendMicro's House Call is online, free and your best bet right now.
    If you get blocked from that sight then you may be facing a full format and re-install so I hope you've got back up.
    The next time that friend wants to borrow your laptop just tell him/her "No!".

  • Why do I get 'ResolveManifestFiles task failed' error when building a WPF app that references WinRT API?

    0
    down vote
    favorite
    I am working on a WPF app that I want to create for Windows 8. I followed steps mentioned in
    Hansleman's blog to make some manual modifications using WinRT functions in a WPF app. Everything worked well, until I tried to publish the app. When I clicked on publishing the app I got error "The 'ResolveManifestFiles' task failed unexpectedly.
    System.ArgumentException: Value does not fall within the expected range."
    Afterwards, it will produce the same error when attempting a simple solution build.
    Even if you create a simple WPF project and add the references mentioned in blog to access WinRT functions and publish, this issue can be reproduced.
    I think it would be common scenario to call WinRT functions from WPF and someone should have done it. Is anyone aware what should be done to fix this issue?

    I am having the same problems and came across this article while researching a workaround. 
    It is surprising more people aren’t talking about this.
    Here are the steps to reproduce the problem; Using Visual Studio Express 2012 (x64) create a new VB Windows Forms Application. 
    Unload the project and edit the [ProjName].vbproj in the solution explorer. 
    Add <TargetPlatformVersion>8.0</TargetPlatformVersion> to the <PropertyGroup>. 
    Save and reload the project.  In Add Resource/Reference Manager add the Windows.minmd found under Windows/Core. 
    This WinRT/Desktop solution will run as expected.  Now try to Publish this solution. 
    It will FAIL with the following ERROR; “The ResolveManifestFiles task failed unexpectedly, Value does not fall within the expected range.” 
    Attempting to build or run the solution again now will fail with the same Error. 
    The only way to build the project now is to remove the “Enable ClickOnce security settings” option under the project properties Security settings. 
    Occasionally using this trick, the solution will build but not run. 
    When that happens jiggle around with Debug/Release Solution Configurations and the Any CPU/x64 Solution Platforms then rebuild and try the run again. 
    This fussing around will get you through development however any attempt to publish with restore the ClickOnce security setting and create the previous Error.
    The first question here is how do you publish a WinRT app for the desktop with VS2012 Express. 
    Then secondly, if that is not possible can we publish this Express solution with a 3rd party deployment tool like InstallShield Limited Edition or the WIX Toolset. 
    Neither however seems functional in a VS Express environment. 
    Then thirdly, are there ways to access hardware sensor devices from a desktop solution without resorting to the WinRT API.
    Any ideas or new research directions would be greatly appreciated.

  • 1 Login: FAIL (hr = 0x1) Error When Logging In Lync 2013 Client

    We have just upgraded our Lync server from 2010 to 2013. We were able to migrate our users successfully, but there I cannot login to the new server through the client. My account is the only account with this problem. Here is the error I received during
    login:
    1 Login: FAIL (hr = 0x1)
    Changed CBootstrapper status [10000] -> [10006]
    1.1 Lync-autodiscovery: FAIL (hr = 0x1)
    this request needs authentication, trying webticket from: https://xxxxxx003.xxxxx.xxxx/WebTicket/WebTicketService.svc
    1.1.1 Get-NewWebTicket: FAIL (hr = 0x1)
    CLogonCredentialManager::QueryForSpecificCreds() Credential user 0x0000000005BCF4A0 id=15 querying for specific credentials, credSuccess=2, targetName=Microsoft_OC1:uri=xxxxx@xxxxx:specific:LAD:1
    1.1.1.1 ExecuteWithMetadataInternal: FAIL (hr = 0x3d0000)
    Discovery request sent to URL https://xxxxxx003.xxxxx.xxxx/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=xxxxxx?sipuri=xxxxxx@xxxxx, txn (000000000A741940), task(0000000007613660)
    1.1.1.2 ExecuteWithWindowsOrNoAuthInternal: PASS
    1.1.1.3 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000)
    Executing wws method with windows auth auth, asyncContext=000000000DDEA330,
     context: WebRequest context@ :231705840
      MethodType:4
      ExecutionComplete? :1
      Callback@ :000000000DDDE848
      AsyncHResult:80f10041
      TargetUri:https://xxxxxx003.xxxxx.xxxx/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
     Error:
    There was an error communicating with the endpoint at 'https://xxxxxx003.xxxxx.xxxx/WebTicket/WebTicketService.svc'.
    The server returned HTTP status code '401 (0x191)' with text 'Unauthorized'.
    The requested resource requires user authentication.
    1.1.1.4 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000)
    Created CManagedCredential[SPECIFIC this=000000000DCFC1E0, domain=, userName=]
    1.1.1.5 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000)
    Executing wws method with windows auth auth, asyncContext=000000000DDEA330,
     context: WebRequest context@ :231705840
      MethodType:4
      ExecutionComplete? :1
      Callback@ :000000000DDDE848
      AsyncHResult:80f10041
      TargetUri:https://xxxxxx003.xxxxx.xxxx/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
     Error:
    There was an error communicating with the endpoint at 'https://xxxxxx003.xxxxx.xxxx/WebTicket/WebTicketService.svc'.
    The server returned HTTP status code '401 (0x191)' with text 'Unauthorized'.
    The requested resource requires user authentication.
    1.1.1.6 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000)
    Created CManagedCredential[SPECIFIC this=000000000DCFB4C0, domain=, userName=]
    1.1.1.7 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000)
    Executing wws method with windows auth auth, asyncContext=000000000DDEA330,
     context: WebRequest context@ :231705840
      MethodType:4
      ExecutionComplete? :1
      Callback@ :000000000DDDE848
      AsyncHResult:80f10041
      TargetUri:https://xxxxxx003.xxxxx.xxxx/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
     Error:
    There was an error communicating with the endpoint at 'https://xxxxxx003.xxxxx.xxxx/WebTicket/WebTicketService.svc'.
    The server returned HTTP status code '401 (0x191)' with text 'Unauthorized'.
    The requested resource requires user authentication.
    1.1.1.8 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000)
    Created CManagedCredential[SPECIFIC this=000000000DCFBA00, domain=snl, userName=]
    1.1.1.9 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000)
    Executing wws method with windows auth auth, asyncContext=000000000DDEA330,
     context: WebRequest context@ :231705840
      MethodType:4
      ExecutionComplete? :1
      Callback@ :000000000DDDE848
      AsyncHResult:80f10041
      TargetUri:https://xxxxxx003.xxxxx.xxxx/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
     Error:
    There was an error communicating with the endpoint at 'https://xxxxxx003.xxxxx.xxxx/WebTicket/WebTicketService.svc'.
    The server returned HTTP status code '401 (0x191)' with text 'Unauthorized'.
    The requested resource requires user authentication.
    1.1.1.10 ExecuteWithWindowsOrNoAuthInternal: FAIL (hr = 0x3d0000)
    CLogonCredentialManager::QueryForSpecificCreds() Credential user 0x0000000005BCF4A0 id=15 querying for specific credentials, credSuccess=2, targetName=Microsoft_OC1:uri=xxxxxxx@xxxxxx:specific:LAD:1
    Any help would be highly appreciated.

    09/30/2014|09:25:48.758 1C94:728 INFO  :: ********************************************************************************
    #######  module=UccApi flavor=fre version=15.0.4615.1000 ######
    09/30/2014|09:25:48.758 1C94:728 INFO  :: Initialization flags (100)
    09/30/2014|09:25:49.012 1C94:728 TRACE :: CUccMediaManagerEventAdapter::Initialize Start Initialize message handler(...)
    09/30/2014|09:25:49.012 1C94:728 TRACE :: CUccMediaManagerEventAdapter::Initialize End Initialize message handler(...)
    09/30/2014|09:25:49.015 1C94:728 ERROR :: CHidManager::AddHidDevice - CreateFile(\\?\hid#vid_046d&pid_c077#6&2f119d73&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}) failed with 0x80070005
    09/30/2014|09:25:49.015 1C94:728 ERROR :: CHidManager::EnumerateHidDevices - AddHidDevice failed 0x80070005
    09/30/2014|09:25:49.015 1C94:728 ERROR :: CHidManager::AddHidDevice - CreateFile(\\?\hid#vid_413c&pid_2003#6&27f51e51&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}) failed with 0x80070005
    09/30/2014|09:25:49.015 1C94:728 ERROR :: CHidManager::EnumerateHidDevices - AddHidDevice failed 0x80070005
    09/30/2014|09:25:49.015 1C94:728 INFO  :: MediaManager found 0 devices
    09/30/2014|09:25:49.015 1C94:728 ERROR :: CUccMediaDeviceManager::LoadCustomTelephonyDeviceCollection: HRESULT failed: 80070002 = hr. Audio capture
    09/30/2014|09:25:49.015 1C94:728 ERROR :: CUccMediaDeviceManager::LoadCustomTelephonyDeviceCollection: HRESULT failed: 80070002 = hr. Audio capture
    09/30/2014|09:25:49.015 1C94:728 WARN  :: We did not find device based on Name and Moniker match. Let's try to find device based on only name match
    09/30/2014|09:25:49.015 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.015 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.015 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.015 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.015 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.015 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.015 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.015 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.015 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.015 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.015 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.015 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.029 1C94:728 TRACE :: SipStackGlobalInit - Doing WSAStatusup(1,1)
    09/30/2014|09:25:49.029 1C94:728 TRACE :: SipStackGlobalInit - WsaData fields: wsaVersion=1.1(0x101), wVersion=1.1(0x101), wHighVersion=2.2(0x202)
    09/30/2014|09:25:49.029 1C94:728 INFO  :: ProxyMessageHandler::Initialize: ProxyMessageHandler Initialized
    09/30/2014|09:25:49.029 1C94:728 TRACE :: client[00000000055DC890] new sipStack[00000000073EB810]
    09/30/2014|09:25:49.036 1C94:728 INFO  :: SIP_STACK::QueryPlatformAuthCaps ProtocolsFromPlatform=0x2f
    09/30/2014|09:25:49.037 1C94:728 WARN  :: CUccPlatform::EnableTracing: tracing is already enabled
    09/30/2014|09:25:49.106 1C94:728 INFO  :: Crop=2
    09/30/2014|09:25:49.366 1C94:2140 INFO  :: IMediaPlatformNotify::DevicePnpEvent(), DeviceAdded: 1, MediaDevice: 00000000055F8210, MediaType: 65536, MediaDirection 1, Description: Rear Input (SoundMAX Integrated Digital High Definition Audio)
    09/30/2014|09:25:49.366 1C94:2140 INFO  :: IMediaPlatformNotify::DevicePnpEvent(), DeviceAdded: 1, MediaDevice: 00000000055F8090, MediaType: 65536, MediaDirection 1, Description: Microphone (SoundMAX Integrated Digital High Definition Audio)
    09/30/2014|09:25:49.366 1C94:2140 INFO  :: IMediaPlatformNotify::DevicePnpEvent(), DeviceAdded: 1, MediaDevice: 00000000055F7F10, MediaType: 65536, MediaDirection 2, Description: Speakers (SoundMAX Integrated Digital High Definition Audio)
    09/30/2014|09:25:49.822 1C94:728 INFO  :: Function: CUccAudioMediaDevice::InternalInitialize
    09/30/2014|09:25:49.822 1C94:728 ERROR :: HRESULT API failed: 80004005 = hr. ParsePidVidMi
    09/30/2014|09:25:49.822 1C94:728 INFO  :: CUccAudioMediaDevice::InternalInitialize - DisplayName set to SoundMAX Integrated Digital High Definition Audio
    09/30/2014|09:25:49.847 1C94:728 INFO  :: CUccMediaDeviceManager::DeviceAdded - Device was added: id=122467008 name=[Rear Input (SoundMAX Integrated Digital High Definition Audio)]
    09/30/2014|09:25:49.847 1C94:728 INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Checking if PnpName \\?\HDAUDIO#FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280420&REV_1004#4&14b6b4f2&0&0201#{0.0.1.00000000}.{1b4de4b7-2595-45f9-821b-1a0c947e0f2d}#
    has EndpointID or not
    09/30/2014|09:25:49.847 1C94:728 INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Found endpointID. PnpName without EndpointID is \\?\HDAUDIO#FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280420&REV_1004#4&14b6b4f2&0&0201#
    09/30/2014|09:25:49.847 1C94:728 WARN  :: We did not find device based on Name and Moniker match. Let's try to find device based on only name match
    09/30/2014|09:25:49.847 1C94:728 INFO  :: CUccMediaDeviceManager::InitializeVolumeForDevice: Volume was not found for the new deviceid = Rear Input (SoundMAX Integrated Digital High Definition Audio) in registry, initialized default volume to 26214
    09/30/2014|09:25:49.847 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.847 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.847 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.847 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.847 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.847 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.847 1C94:728 TRACE :: CUccMediaManagerEventAdapter::OnMediaPlatformEvent - Processed MPEMT_DevicePnpEvent for 90033120l.
    09/30/2014|09:25:49.847 1C94:728 TRACE :: CUccMediaManagerEventAdapter::OnMessage - Processed WM_MMGR_PLATFORM_EVENT.
    09/30/2014|09:25:49.847 1C94:728 INFO  :: Function: CUccAudioMediaDevice::InternalInitialize
    09/30/2014|09:25:49.847 1C94:728 ERROR :: HRESULT API failed: 80004005 = hr. ParsePidVidMi
    09/30/2014|09:25:49.847 1C94:728 INFO  :: CUccAudioMediaDevice::InternalInitialize - DisplayName set to SoundMAX Integrated Digital High Definition Audio
    09/30/2014|09:25:49.860 1C94:728 INFO  :: CUccMediaDeviceManager::DeviceAdded - Device was added: id=122458592 name=[Microphone (SoundMAX Integrated Digital High Definition Audio)]
    09/30/2014|09:25:49.860 1C94:728 INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Checking if PnpName \\?\HDAUDIO#FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280420&REV_1004#4&14b6b4f2&0&0201#{0.0.1.00000000}.{c43419f3-e1a3-459c-9d80-5c55b622ad62}#
    has EndpointID or not
    09/30/2014|09:25:49.860 1C94:728 INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Found endpointID. PnpName without EndpointID is \\?\HDAUDIO#FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280420&REV_1004#4&14b6b4f2&0&0201#
    09/30/2014|09:25:49.860 1C94:728 WARN  :: We did not find device based on Name and Moniker match. Let's try to find device based on only name match
    09/30/2014|09:25:49.860 1C94:728 INFO  :: CUccMediaDeviceManager::InitializeVolumeForDevice: Volume was not found for the new deviceid = Microphone (SoundMAX Integrated Digital High Definition Audio) in registry, initialized default volume to 26214
    09/30/2014|09:25:49.860 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.860 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.860 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.860 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.860 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.860 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.860 1C94:728 TRACE :: CUccMediaManagerEventAdapter::OnMediaPlatformEvent - Processed MPEMT_DevicePnpEvent for 90033120l.
    09/30/2014|09:25:49.860 1C94:728 TRACE :: CUccMediaManagerEventAdapter::OnMessage - Processed WM_MMGR_PLATFORM_EVENT.
    09/30/2014|09:25:49.860 1C94:728 INFO  :: Function: CUccAudioMediaDevice::InternalInitialize
    09/30/2014|09:25:49.860 1C94:728 ERROR :: HRESULT API failed: 80004005 = hr. ParsePidVidMi
    09/30/2014|09:25:49.860 1C94:728 INFO  :: CUccAudioMediaDevice::InternalInitialize - DisplayName set to SoundMAX Integrated Digital High Definition Audio
    09/30/2014|09:25:49.892 1C94:728 INFO  :: CUccMediaDeviceManager::DeviceAdded - Device was added: id=121986704 name=[Speakers (SoundMAX Integrated Digital High Definition Audio)]
    09/30/2014|09:25:49.892 1C94:728 INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Checking if PnpName \\?\HDAUDIO#FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280420&REV_1004#4&14b6b4f2&0&0201#{0.0.0.00000000}.{d12e03a4-4326-4cdf-bc8e-bc85f1c15184}#
    has EndpointID or not
    09/30/2014|09:25:49.892 1C94:728 INFO  :: CUccMediaDeviceManager::UpdateTelDeviceAdded - Found endpointID. PnpName without EndpointID is \\?\HDAUDIO#FUNC_01&VEN_11D4&DEV_194A&SUBSYS_10280420&REV_1004#4&14b6b4f2&0&0201#
    09/30/2014|09:25:49.892 1C94:728 WARN  :: We did not find device based on Name and Moniker match. Let's try to find device based on only name match
    09/30/2014|09:25:49.892 1C94:728 INFO  :: CUccMediaDeviceManager::FireTelephonyDeviceCollectionChanged - Telephony device was added type=0x8 name=<[Microphone (SoundMAX Integrated Digital High Definition Audio)], [Speakers (SoundMAX Integrated Digital
    High Definition Audio)]>
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::InitializeVolumeForDevice: Volume was not found for the new deviceid = Speakers (SoundMAX Integrated Digital High Definition Audio) in registry, initialized default volume to 26214
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::InitializeVolumeForDevice: Volume was not found for the new deviceid = Speakers (SoundMAX Integrated Digital High Definition Audio) in registry, initialized default volume to 26214
    09/30/2014|09:25:49.893 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.893 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.893 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.893 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.893 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.893 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.893 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.893 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.893 1C94:728 INFO  :: Function: CUccMediaDeviceManager::GetBoolProperty
    09/30/2014|09:25:49.893 1C94:728 TRACE :: Condition failed with 80ee0058: 'spProperty.IsValid()'
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::FireDeviceChanged - Default device changed to <Microphone (SoundMAX Integrated Digital High Definition Audio)> for category=2 media=1 direction=1 reason=2
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::FireDeviceChanged - Selected device changed to <Microphone (SoundMAX Integrated Digital High Definition Audio)> for category=2 media=1 direction=1 reason=2
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::FireDeviceChanged - Default device changed to <Speakers (SoundMAX Integrated Digital High Definition Audio)> for category=2 media=1 direction=2 reason=2
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::FireDeviceChanged - Selected device changed to <Speakers (SoundMAX Integrated Digital High Definition Audio)> for category=2 media=1 direction=2 reason=2
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::FireTelephonyDeviceChanged - Default telephony device changed to type=0x8 name=<[Microphone (SoundMAX Integrated Digital High Definition Audio)], [Speakers (SoundMAX Integrated Digital
    High Definition Audio)]>
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::FireTelephonyDeviceChanged - Selected telephony device changed to type=0x8 name=<[Microphone (SoundMAX Integrated Digital High Definition Audio)], [Speakers (SoundMAX Integrated Digital
    High Definition Audio)]>
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::FireDeviceChanged - Default device changed to <Speakers (SoundMAX Integrated Digital High Definition Audio)> for category=3 media=1 direction=2 reason=2
    09/30/2014|09:25:49.893 1C94:728 INFO  :: CUccMediaDeviceManager::FireDeviceChanged - Selected device changed to <Speakers (SoundMAX Integrated Digital High Definition Audio)> for category=3 media=1 direction=2 reason=2
    09/30/2014|09:25:49.893 1C94:728 TRACE :: CUccMediaManagerEventAdapter::OnMediaPlatformEvent - Processed MPEMT_DevicePnpEvent for 90033120l.
    09/30/2014|09:25:49.893 1C94:728 TRACE :: CUccMediaManagerEventAdapter::OnMessage - Processed WM_MMGR_PLATFORM_EVENT.
    09/30/2014|09:25:49.953 1C94:728 INFO  :: CUccServerEndpoint::Initialize - This endpoint is  sharing presentity data.
    09/30/2014|09:25:49.953 1C94:728 INFO  :: CUccEndpoint::put_TelephonyTypewrite - Set TTY enabled to false
    09/30/2014|09:27:10.301 1C94:728 INFO  :: CUccPlatform::WriteStreamToLog:
    09/30/2014|09:27:10.301 1C94:728 INFO  :: <?xml version="1.0" encoding="UTF-8"?>
    <root>
      <Login>
        <Info><![CDATA[Created DefaultCredential: CManagedCredential[DEFAULT this=00000000056B47A0]]]></Info>
        <Info><![CDATA[Adding new managed cred CManagedCredential[DEFAULT this=00000000056B47A0]]]></Info>
        <Info><![CDATA[Created DefaultProxyCredential: CManagedCredential[DEFAULT this=00000000056B48F0]]]></Info>
        <Info><![CDATA[Adding new managed cred CManagedCredential[DEFAULT this=00000000056B48F0]]]></Info>
        <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:PHO]]></Info>
        <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:certificate, userId:OCS]]></Info>
        <Info><![CDATA[Bootstrap task queued]]></Info>
        <Info><![CDATA[Starting bootstrap task: baseUrl=, pinBased=0, forceDownloadRootCert=0, deviceId=F5331D57-7E19-5E17-80BC-05A4E02348F2, credType=0, cert=0000000000000000]]></Info>
        <Info><![CDATA[Changed CBootstrapper status [10000] -> [10000]]]></Info>
        <Info><![CDATA[Bootstrap task completed with hr=0x0]]></Info>
        <Info><![CDATA[Changed CBootstrapper status [10000] -> [10006]]]></Info>
        <Lync-autodiscovery>
          <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:LAD]]></Info>
          <Info><![CDATA[Discovery request sent to URL http://[email protected], txn (000000000A9B8BD0), task(000000000E1B56E0)]]></Info>
          <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:LAD]]></Info>
          <Info><![CDATA[Discovery request sent to URL https://[email protected], txn (000000000A9B8C10), task(000000000E1B5A60)]]></Info>
          <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:LAD]]></Info>
          <Info><![CDATA[Discovery request sent to URL https://[email protected], txn (000000000A9B8BF0), task(000000000E1B5C20)]]></Info>
          <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:LAD]]></Info>
          <Info><![CDATA[Discovery request sent to URL http://[email protected], txn (000000000A9B8C30), task(000000000E1B5DE0)]]></Info>
          <Info><![CDATA[
    Starting LogonSession...
       Local interfaces: count=1, allExternal=0, someInternal=0, backend=0
       Using loaded endpoint config
    InitialEndpointConfig calculated...
       networksAvailable=1
       cacheAvailable=0
       takenFromCache =0
    Doing logon attempt with data:
       currState=10
       [email protected]
       server=<auto-discovered name>, internal
       authModes=0x1000c
       with default Cred
       proxyAuthModes=0x3f
       epFlags=c8
       withAutoRetrials=0
       credsAvailability=valid
       redirectedServersList=
       newState=14
       statusCode=0]]></Info>
          <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
          <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
          <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
          <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
          <Info><![CDATA[task(000000000E1B56E0) is parsing autodiscovery response <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="Internal"><Root><Link token="Domain" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=mydomain.com"
    /><Link token="User" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=mydomain.com" /><Link token="Self" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root?originalDomain=mydomain.com"
    /><Link token="OAuth" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=mydomain.com" /><Link token="External/XFrame" href="https://lyncweb.mydomain.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="Internal/XFrame" href="https://pollnc003.mydomain.pvt/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://lyncweb.mydomain.com/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>]]></Info>
          <Info><![CDATA[task(000000000E1B5DE0) is parsing autodiscovery response <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="Internal"><Root><Link token="Domain" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=mydomain.com"
    /><Link token="User" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=mydomain.com" /><Link token="Self" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root?originalDomain=mydomain.com"
    /><Link token="OAuth" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=mydomain.com" /><Link token="External/XFrame" href="https://lyncweb.mydomain.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="Internal/XFrame" href="https://pollnc003.mydomain.pvt/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://lyncweb.mydomain.com/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>]]></Info>
          <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
          <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
          <Info><![CDATA[task(000000000E1B5C20) is parsing autodiscovery response <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="Internal"><Root><Link token="Domain" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=mydomain.com"
    /><Link token="User" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=mydomain.com" /><Link token="Self" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root?originalDomain=mydomain.com"
    /><Link token="OAuth" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=mydomain.com" /><Link token="External/XFrame" href="https://lyncweb.mydomain.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="Internal/XFrame" href="https://pollnc003.mydomain.pvt/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://lyncweb.mydomain.com/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>]]></Info>
          <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
          <Info><![CDATA[Discovery request sent to URL https://pollnc003.mydomain.pvt/Autodiscover/Aut
    09/30/2014|09:27:10.301 1C94:728 INFO  :: CUccPlatform::WriteStreamToLog:
    09/30/2014|09:27:10.301 1C94:728 INFO  :: odiscoverService.svc/root/[email protected], txn (000000000A9B8BD0), task(000000000E1B56E0)]]></Info>
          <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
          <Info><![CDATA[Discovery request sent to URL https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/[email protected], txn (000000000A9B8C30), task(000000000E1B5DE0)]]></Info>
          <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
          <Info><![CDATA[this request needs authentication, trying webticket from: https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc]]></Info>
          <Get-NewWebTicket>
            <Info><![CDATA[ExecuteWithMetadataInternal, asyncContext=00000000076CB950,
     context: WebRequest context@ :238516128
      MethodType:9
      ExecutionComplete? :0
      Callback@ :00000000076B6088
      AsyncHResult:0
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
    .]]></Info>
            <Info><![CDATA[Executing wws method with no auth auth, asyncContext=00000000076CB950,
     context: WebRequest context@ :237671712
      MethodType:0
      ExecutionComplete? :0
      Callback@ :00000000076FA0C0
      AsyncHResult:0
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc/mex
    .]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <Info><![CDATA[Discovery request sent to URL https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/[email protected], txn (000000000A9B8BD0), task(000000000E1B56E0)]]></Info>
            <Info><![CDATA[this request needs authentication, trying webticket from: https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc]]></Info>
            <Info><![CDATA[Discovery request sent to URL https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/[email protected], txn (000000000A9B8C30), task(000000000E1B5DE0)]]></Info>
            <Info><![CDATA[Discovery request sent to URL https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/[email protected], txn (000000000A9B8BF0), task(000000000E1B5C20)]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <Info><![CDATA[this request needs authentication, trying webticket from: https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc]]></Info>
            <Info><![CDATA[Discovery request sent to URL https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/[email protected], txn (000000000A9B8BF0), task(000000000E1B5C20)]]></Info>
            <Info><![CDATA[task(000000000E1B5A60) is parsing autodiscovery response <?xml version="1.0" encoding="utf-8"?><AutodiscoverResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" AccessLocation="Internal"><Root><Link token="Domain" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/domain?originalDomain=mydomain.com"
    /><Link token="User" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/user?originalDomain=mydomain.com" /><Link token="Self" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root?originalDomain=mydomain.com"
    /><Link token="OAuth" href="https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=mydomain.com" /><Link token="External/XFrame" href="https://lyncweb.mydomain.com/Autodiscover/XFrame/XFrame.html"
    /><Link token="Internal/XFrame" href="https://pollnc003.mydomain.pvt/Autodiscover/XFrame/XFrame.html" /><Link token="XFrame" href="https://lyncweb.mydomain.com/Autodiscover/XFrame/XFrame.html" /></Root></AutodiscoverResponse>]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <Info><![CDATA[Discovery request sent to URL https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/[email protected], txn (000000000A9B8C10), task(000000000E1B5A60)]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <Info><![CDATA[this request needs authentication, trying webticket from: https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc]]></Info>
            <Info><![CDATA[Discovery request sent to URL https://pollnc003.mydomain.pvt/Autodiscover/AutodiscoverService.svc/root/[email protected], txn (000000000A9B8C10), task(000000000E1B5A60)]]></Info>
            <Info><![CDATA[Executing wws method with no auth auth, asyncContext=00000000076CB950,
     context: WebRequest context@ :237671712
      MethodType:0
      ExecutionComplete? :1
      Callback@ :00000000076FA0C0
      AsyncHResult:3d0000
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc/mex
    .]]></Info>
            <Info><![CDATA[ExecuteWithMetadataInternal, asyncContext=00000000076CB950,
     context: WebRequest context@ :238516128
      MethodType:9
      ExecutionComplete? :0
      Callback@ :00000000076B6088
      AsyncHResult:3d0000
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
    .]]></Info>
            <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:certificate, userId:LAD]]></Info>
            <Info><![CDATA[Executing wws method with windows auth auth, asyncContext=00000000076CB950,
     context: WebRequest context@ :238516128
      MethodType:4
      ExecutionComplete? :0
      Callback@ :00000000076B6088
      AsyncHResult:3d0000
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
    .]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <Info><![CDATA[Default Windows credential obtained for context=00000000076CB950.]]></Info>
            <ExecuteWithMetadataInternal>
              <SequenceID>1.1.1.1.1</SequenceID>
              <hr>0x3d0000</hr>
            </ExecuteWithMetadataInternal>
            <ExecuteWithWindowsOrNoAuthInternal>
              <SequenceID>1.1.1.1.2</SequenceID>
              <hr>0x0</hr>
            </ExecuteWithWindowsOrNoAuthInternal>
            <Info><![CDATA[Executing wws method with windows auth auth, asyncContext=00000000076CB950,
     context: WebRequest context@ :238516128
      MethodType:4
      ExecutionComplete? :1
      Callback@ :00000000076B6088
      AsyncHResult:80f10041
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
     Error:
    There was an error communicating with the endpoint at 'https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc'.
    The server returned HTTP status code '401 (0x191)'
    09/30/2014|09:27:10.302 1C94:728 INFO  :: CUccPlatform::WriteStreamToLog:
    09/30/2014|09:27:10.302 1C94:728 INFO  :: with text 'Unauthorized'.
    The requested resource requires user authentication.
    .]]></Info>
            <Info><![CDATA[Logon success state 2 reported by user id=LAD (adjusted=LAD) on CManagedCredential[DEFAULT this=00000000056B47A0]]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <Info><![CDATA[CLogonCredentialManager::QueryForSpecificCreds() Credential user 0x0000000007404D90 id=15 querying for specific credentials, credSuccess=0, targetName=Microsoft_OC1:[email protected]:specific:LAD:1]]></Info>
            <ExecuteWithWindowsOrNoAuthInternal>
              <SequenceID>1.1.1.1.3</SequenceID>
              <hr>0x3d0000</hr>
            </ExecuteWithWindowsOrNoAuthInternal>
            <Info><![CDATA[Created CManagedCredential[SPECIFIC this=000000000E18A2A0, domain=mydomain, userName=]]]></Info>
            <Info><![CDATA[Adding new managed cred CManagedCredential[SPECIFIC this=000000000E18A2A0, domain=mydomain, userName=]]]></Info>
            <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:OCS]]></Info>
            <Info><![CDATA[
        ACTION : RESUME SIGNIN AFTER NEW CRED
    Doing logon attempt with data:
       currState=20
       [email protected]
       server=<auto-discovered name>, internal
       authModes=0x1000c
       with default Cred
       proxyAuthModes=0x3f
       epFlags=c8
       withAutoRetrials=0
       credsAvailability=valid
       redirectedServersList=
       newState=14
       statusCode=1]]></Info>
            <Info><![CDATA[Specific Windows credential obtained for context=00000000076CB950.]]></Info>
            <Info><![CDATA[Executing wws method with windows auth auth, asyncContext=00000000076CB950,
     context: WebRequest context@ :238516128
      MethodType:4
      ExecutionComplete? :0
      Callback@ :00000000076B6088
      AsyncHResult:3d0000
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
    .]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <ExecuteWithWindowsOrNoAuthInternal>
              <SequenceID>1.1.1.1.4</SequenceID>
              <hr>0x3d0000</hr>
            </ExecuteWithWindowsOrNoAuthInternal>
            <Info><![CDATA[Executing wws method with windows auth auth, asyncContext=00000000076CB950,
     context: WebRequest context@ :238516128
      MethodType:4
      ExecutionComplete? :1
      Callback@ :00000000076B6088
      AsyncHResult:80f10041
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
     Error:
    There was an error communicating with the endpoint at 'https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc'.
    The server returned HTTP status code '401 (0x191)' with text 'Unauthorized'.
    The requested resource requires user authentication.
    .]]></Info>
            <Info><![CDATA[Logon success state 2 reported by user id=LAD (adjusted=LAD) on CManagedCredential[SPECIFIC this=000000000E18A2A0, domain=mydomain, userName=]]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <Info><![CDATA[CLogonCredentialManager::QueryForSpecificCreds() Credential user 0x0000000007404D90 id=15 querying for specific credentials, credSuccess=2, targetName=Microsoft_OC1:[email protected]:specific:LAD:1]]></Info>
            <ExecuteWithWindowsOrNoAuthInternal>
              <SequenceID>1.1.1.1.5</SequenceID>
              <hr>0x3d0000</hr>
            </ExecuteWithWindowsOrNoAuthInternal>
            <Info><![CDATA[Created CManagedCredential[SPECIFIC this=000000000E33F360, domain=mydomain, userName=]]]></Info>
            <Info><![CDATA[Adding new managed cred CManagedCredential[SPECIFIC this=000000000E33F360, domain=mydomain, userName=]]]></Info>
            <Info><![CDATA[GetBestManagedCredentialByType return the cred: 0000000000000000, type:specific, userId:OCS]]></Info>
            <Info><![CDATA[
        ACTION : RESUME SIGNIN AFTER NEW CRED
    Doing logon attempt with data:
       currState=20
       [email protected]
       server=<auto-discovered name>, internal
       authModes=0x1000c
       with default Cred
       proxyAuthModes=0x3f
       epFlags=c8
       withAutoRetrials=0
       credsAvailability=valid
       redirectedServersList=
       newState=14
       statusCode=1]]></Info>
            <Info><![CDATA[Specific Windows credential obtained for context=00000000076CB950.]]></Info>
            <Info><![CDATA[Executing wws method with windows auth auth, asyncContext=00000000076CB950,
     context: WebRequest context@ :238516128
      MethodType:4
      ExecutionComplete? :0
      Callback@ :00000000076B6088
      AsyncHResult:3d0000
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
    .]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <ExecuteWithWindowsOrNoAuthInternal>
              <SequenceID>1.1.1.1.6</SequenceID>
              <hr>0x3d0000</hr>
            </ExecuteWithWindowsOrNoAuthInternal>
            <Info><![CDATA[Executing wws method with windows auth auth, asyncContext=00000000076CB950,
     context: WebRequest context@ :238516128
      MethodType:4
      ExecutionComplete? :1
      Callback@ :00000000076B6088
      AsyncHResult:80f10041
      TargetUri:https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc
      OperationName:http://tempuri.org/:IWebTicketService
     Error:
    There was an error communicating with the endpoint at 'https://pollnc003.mydomain.pvt/WebTicket/WebTicketService.svc'.
    The server returned HTTP status code '401 (0x191)' with text 'Unauthorized'.
    The requested resource requires user authentication.
    .]]></Info>
            <Info><![CDATA[Logon success state 2 reported by user id=LAD (adjusted=LAD) on CManagedCredential[SPECIFIC this=000000000E18A2A0, domain=mydomain, userName=]]]></Info>
            <Info><![CDATA[CLogonCredentialManager::GetProxyCredentials()Requesting credential user 0x0000000007404D90 id=15 asking for credentials with ProxyChallengeDetails[authModes=0, firewallName=, realm=]]]></Info>
            <Info><![CDATA[CLogonCredentialManager::QueryForSpecificCreds() Credential user 0x0000000007404D90 id=15 querying for specific credentials, credSuccess=2, targetName=Microsoft_OC1:[email protected]:specific:LAD:1]]></Info>
            <ExecuteWithWindowsOrNoAuthInternal>
              <SequenceID>1.1.1.1.7</SequenceID>
              <hr>0x3d0000</hr>
            </ExecuteWithWindowsOrNoAuthInternal>
            <SequenceID>1.1.1.1</SequenceID>
            <hr>0x1</hr>
          </Get-NewWebTicket>
          <SequenceID>1.1.1</SequenceID>
          <hr>0x1</hr>
        </Lync-autodiscovery>
        <SequenceID>1.1</SequenceID>
        <hr>0x1</hr>
      </Login>
    </root>

  • Error when  building a report from 2 different subject areas

    Hello Experts,
    I am using obiee 11.1.1.5.
    I have 5 dimension D1,D2,D3,D4,D5 connected to fact1 and 4 dimension connected to fact2 such as D1,D2,D6,D7.
    where D1,D2 is common to both the facts.
    Fact1 Is in subject area 1 and Fact2 is in subject area2.
    I need to create a report by adding columns of  subject area 1 and 2 with columns from all the dimensions D1,D2....D7.
    As of now i am getting error stating "No fact table exists at the requested level of detail " when i try to add columns from 2 different subject areas.
    Can anyone help me in solving the above problem.
    Is there any prerequisite to be taken care when  building a report from 2 different subject areas.
    Regards,
    NN

    Hello Nagireddy,
    So kind of you, for your quick reply
    I was able to solve the error by doing below steps in additional what you have specified
    -->For the fact table LTSs, set the logical level in the Content tab to the dimension's lowest level for each conforming dimension (leave the non-conforming dimensions level blank).
    Now I have another requirement i,e
    I need to have non measure columns such as Date into the newly created fact in BMM layer.
    I tried doing the steps which I followed for measure column, but it is throwing the same error which I get earlier.
    Below is the error
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 14025] No fact table exists at the requested level of detail:
    Let me know if have any suggestions

  • Error when building Azure project

    A few days ago I started to see an error when compiling my Azure Project (cloud service with web and worker roles). I've been working with this Azure project for almost 3 years without seeing this before. When I attempt to build my Azure Project, 9 times
    out of 10 it fails with this error:
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Windows Azure Tools\2.2\Microsoft.WindowsAzure.targets(1371,5): error : Could not find file '<SourceCode>\SomeProject\bin\Debug\ServiceDefinition.csdef'.
    Here's another when I attempt to build again:
    C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\Windows Azure Tools\2.2\Microsoft.WindowsAzure.targets(985,5): error : Could not find a part of the path 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\csx\Debug\ServiceDefinition.csdef'.
    Sometimes the error refers to ServiceDefinition, sometimes to ServiceConfiguration. The problem is that it is looking for the two files in places where it's not supposed to be. I have a single Azure Project in my solution, and a single service definition
    in my solution, but when building the error message says it can't find the service definition/config in some other Project in the solution. For example, it may try to find the service definition in some unit testing C# Project instead of in the Azure Project.
    Some isolation:
    Building same source code works fine for my colleauges.
    I've set up a new computer with Windows 8, VS2013, VS2013 Update 1, Azure SDK 2.2. Still same error.
    I've turned off multi-core builds. Still same error.
    I've seen another post on SO with a similar issue, but then it was related to publish settings files in his solution which were missing.

    Hi,
    Did your colleague build the same solution or create a new solution with the existing code? If they have exactly the same solution as you have, then please check if the environment of your machine (both old and new) is different from theirs. For instance,
    please check Azure version, VS extension, etc. If they created a new solution with the existing code, you can try to do that yourself to see whether it works.
    Best Regards,
    Ming Xu
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error when upgrading to exchange 2013 SP1

    * First, I install Exchange 2013 SP1 on my server, so step 14 of 18 to 100% then alert error:
    =======================
    Error:
    The following error was generated when "$error.Clear();
              $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName;
              $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxDisplayName;
              $dismbx = get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1;
              if( $dismbx -ne $null)
              $srvname = $dismbx.ServerName;
              if( $dismbx.Database -ne $null -and $RoleFqdnOrName -like "$srvname.*" )
              Write-ExchangeSetupLog -info "Setup DiscoverySearchMailbox Permission.";
              $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
              if( $mountedMdb -eq $null )
              Write-ExchangeSetupLog -info "Mounting database before stamp DiscoverySearchMailbox Permission...";
              mount-database $dismbx.Database;
              $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
              if( $mountedMdb -ne $null )
              $dmRoleGroupGuid = [Microsoft.Exchange.Data.Directory.Management.RoleGroup]::DiscoveryManagement_InitInfo.WellKnownGuid;
              $dmRoleGroup = Get-RoleGroup -Identity $dmRoleGroupGuid -DomainController $RoleDomainController -ErrorAction:SilentlyContinue;
              if( $dmRoleGroup -ne $null )
                trap [Exception]
                  Add-MailboxPermission $dismbx -User $dmRoleGroup.Name -AccessRights FullAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
                  continue;
                Add-MailboxPermission $dismbx -User $dmRoleGroup.Identity -AccessRights FullAccess -DomainController $RoleDomainController -WarningAction SilentlyContinue;
            " was run: "Failed to mount database "Mailbox Database 0487331505". Error: An Active Manager operation failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionJetErrorRequiredLogFilesMissing:
    Unable to mount database. (hr=0x80004005, ec=-543)
    Diagnostic context:
        Lid: 65256  
        Lid: 10722   StoreEc: 0xFFFFFDE1
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 45120   dwParam: 0x667F9F
        Lid: 57728   dwParam: 0x668155
        Lid: 46144   dwParam: 0x66851E
        Lid: 34880   dwParam: 0x66851E
        Lid: 34760   StoreEc: 0xFFFFFDE1
        Lid: 41344   Guid: 581e05de-0b68-45e0-af85-c1d96eb3e939
        Lid: 35200   dwParam: 0x548
        Lid: 46144   dwParam: 0x66885A
        Lid: 34880   dwParam: 0x66885A
        Lid: 56264   StoreEc: 0x1388    
        Lid: 46280   StoreEc: 0xFFFFFDE1
        Lid: 1750    ---- Remote Context End ----
        Lid: 1047    StoreEc: 0xFFFFFDE1 [Database: Mailbox Database 0487331505, Server: ex2013.dothanhauto.com]".
    ========================
    * After I run install Exchange 2013 SP1 again, so go to step 5 of 9 then alert error.
    * Now, my Exchange 2013 not run. So bad. Please help me fix it! Thank you so much!

    * Thank you, Amit Tank, i passed step 4 of 9, but to step 5 of 9 then alert error:
    Error:
    The following error was generated when "$error.Clear();
              $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName;
              $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxDisplayName;
              $dismbx = get-mailbox -Filter {name -eq $name} -IgnoreDefaultScope -resultSize 1;
              if( $dismbx -ne $null)
              $srvname = $dismbx.ServerName;
              if( $dismbx.Database -ne $null -and $RoleFqdnOrName -like "$srvname.*" )
              Write-ExchangeSetupLog -info "Setup DiscoverySearchMailbox Permission.";
              $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
              if( $mountedMdb -eq $null )
              Write-ExchangeSetupLog -info "Mounting database before stamp DiscoverySearchMailbox Permission...";
              mount-database $dismbx.Database;
              $mountedMdb = get-mailboxdatabase $dismbx.Database -status | where { $_.Mounted -eq $true };
              if( $mountedMdb -ne $null )
              $dmRoleGroupGuid = [Microsoft.Exchange.Data.Directory.Management.RoleGroup]::DiscoveryManagement_InitInfo.WellKnownGuid;
              $dmRoleGroup = Get-RoleGroup -Identity $dmRoleGroupGuid -DomainController $RoleDomainController -ErrorAction:SilentlyContinue;
              if( $dmRoleGroup -ne $null )
                trap [Exception]
                  Add-MailboxPermission $dismbx -User $dmRoleGroup.Name -AccessRights FullAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue;
                  continue;
                Add-MailboxPermission $dismbx -User $dmRoleGroup.Identity -AccessRights FullAccess -DomainController $RoleDomainController -WarningAction SilentlyContinue;
            " was run: "Failed to mount database "Mailbox Database 0487331505". Error: An Active Manager operation failed. Error: The database action failed. Error: Operation failed with message: MapiExceptionJetErrorRequiredLogFilesMissing:
    Unable to mount database. (hr=0x80004005, ec=-543)
    Diagnostic context:
        Lid: 65256  
        Lid: 10722   StoreEc: 0xFFFFFDE1
        Lid: 1494    ---- Remote Context Beg ----
        Lid: 45120   dwParam: 0x35AF49
        Lid: 57728   dwParam: 0x35B062
        Lid: 46144   dwParam: 0x35B3EC
        Lid: 34880   dwParam: 0x35B3EC
        Lid: 34760   StoreEc: 0xFFFFFDE1
        Lid: 41344   Guid: 581e05de-0b68-45e0-af85-c1d96eb3e939
        Lid: 35200   dwParam: 0x1BA0
        Lid: 46144   dwParam: 0x35B757
        Lid: 34880   dwParam: 0x35B757
        Lid: 56264   StoreEc: 0x1388    
        Lid: 46280   StoreEc: 0xFFFFFDE1
        Lid: 1750    ---- Remote Context End ----
        Lid: 1047    StoreEc: 0xFFFFFDE1 [Database: Mailbox Database 0487331505, Server: ex2013.dothanhauto.com]".
    * Please can you help me?! Thank you so much.

  • Error when roll-out Lync 2013 (Japanese)

    Hi all,
    i have currently encountered a strange issue.
    Our company has deployed lync server 2013 and i need to upgrade our client from OCS 2007 R2 to Lync 2013.
    We use SCCM 2007 to perform this task.
    i have already created packages for Lync 2013 Chinese and English without any issue.
    But when i do the same for Japanese version (x86). The package will report success but the installation actually failed.
    when i checked the log, i got this error:
     Error: MsiBeginTransaction failed. MsiBeginTransaction ErrorCode: 1601(0x641).
    So i tried to install the same package on the same computer LOCALLY, and it worked.
    i only get this error when push it from SCCM.
    i also tried to redownload the installer from Volume License Center, and created a seperate SCCM package, but still got the same error.
    Have anyone else experienced this? Is there anywhere else i can download another version of JPN Lync2013?
    Or how do i simply resolve this?

    Verify that you deploy Japanese package on SCCM Language.
    Also, you need to ask this question on SCCM Forum
    http://social.technet.microsoft.com/Forums/en-US/home?category=systemcenter2012configurationmanager
    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).

  • I get a "vi is not executable" error when building an application.

    I have an ongoing project that has worked fine in the past when building an application. I have recently added some report generation toolkit vis(Excel) and get an error for some of the ni vis and some of my own that call lower level excel vis. The error is that he vi is not executable, however they run fine in the development environment. I do not get this error if I save all vi's into one llb with save with options command and then build. However, when I try to run the app, this error re-appears. Also, do I have to add the dynamically loaded vi's that are part of the toolkit in my build script? Could this be the cause of the problem? If so, what's the best way to find all of them? Any suggestions?

    You have hit in on the nail! You do need to add the dynamically loaded VIs when you are creating an executable from your VI. You need to add _wordsub.lib and _exclsub.lib as dynamically loaded VIs into your executable. Try this and let us know if you have any more problems with it.
    J.R. Allen

  • Server Error: Unexpected Error when running Napa SharePoint 2013 App

    I am getting an error "Server Error : Unexpected error" when I try to run a SharePoint 2013 app in Napa Development environment.
    It starts the process normally but after it shows "Uninstalling previous version" it throws the error. This has been happening since yesterday.Someone help

    I have a solution to the problem. I had a folder with a JSON file. On renaming the file to .txt, the app ran normally. I believe .json files are not supported in SharePoint hence the error.

  • Error message 'The Outlook data file (.pst) failed to load for this session.' when adding PST in Outlook addin

    Hi All,
    I have an Outlook (2003-2013) addin developed using C# (NOT VSTO).
    A new client (using the desktop client for Outlook 365) has got a COMException error message stating 'The Outlook data file (.pst) failed to load for this session.' at the code line where I add the PST store (using Microsoft.Office.Interop.Outlook.NameSpaceClass.AddStoreEx).
    I have never come across this error message before and there is barely any mention of this message on any forums. The only question I could find regarding this has been asked mid 2014 and hasn't been answered.
    I'm fairly sure this is not related to either DisablePST or PSTDisableGrow registry key settings as I check fore their existance and notify the user separately.
    Could anyone help me out on how to resolve this? I do not know where to begin even.
    Thanks!!
    Cheers!

    Hi Eugene,
    Thanks for the reply.
    I pass the location that the PST is to be created (as a string), and the OlStoreType.olStoreUnicode constant.
    The client is using a network location to store the PST file (even though we advised them not to) - leading to many corrupt PST files (that they are apparently happy to live with), but this is the first time we came across this message.
    I would assume the problem is with that file, as no other clients are having any issue like this.
    Have you come across this error message? Do you know what sort of scenario could be responsible for it?
    Or would I have to file it under "random problems generated by network PSTs"? :P
    Cheers!

Maybe you are looking for

  • How do I remove photos I accidentally synced from my pc?

    I have many questions that need awnsering. The little explaination itunes gives when you aim to do something is just wow. 1) I accidently synced some photos from my pcs folder 'My Pictures', I now do not know how to get rid of these from my iPhone. 2

  • Y500 dual boot windows 8 and fedora 19 problem

    I bought a y500 two days ago and i wanted to dual boot windows 8 and fedora 19, so here's what i did 1. downloaded fedora 19 (x64) iso from the fedora website. 2.made a live USB using live usb creator. 4.opened disk management utility and shrunk the

  • Out of order trace()

    Good morning everyone. I've been using FMS for a couple of weeks, and there's this bug that is really annoying me. It is not a trace statement exclusive bug, but it can be better observed with it. Here are a couple of images that will better explain

  • Using Operations on TextFields as part of a thread

    Hello, How can I do the Operations on the TextFields as part of a thread like : accepting the values from the user through TextField doing operations on the values displaying the result The Application must have a main function. and the class inherit

  • Regarding shared services configuration in 11.1.1.3

    Hi All, I have installed hyperion essbase 11.1.1.3 and configured to oracle database when i configure workspace,essbase,essbase administration services,studio its bouncing back as registration with shared services failed. I have checked services ther