TestStand 2013 error 80004005

For some reason whenever I try to run the Sequence Editor I get a "System Level Exception" followed by " Creating an instance of the COM component witch CLSID {B2794EF6-C0B6-11d)-939C-0020AF68E893} from the IClassFactory failed due to the following error: 80004005"
I have followed the published fixes including deleteing stationglobals.ini, running "Version Selector" etc to almost  no avail. The exception is that after a PC re-boot it will run but quite slowly; closing the Sequence Editor and re-starting it brings back error 80004005.
I have also tried un-installing and re-installing TestStand as well as complete re-installtion of DS 2014.
Short of re-formatting my hard-drive and starting again I'm not sure what else I can do.
Any suggestions would be most gratefully received.
Keith
Solved!
Go to Solution.

1) Do you have any idea what might have changed around the time it used to work versus when it stopped working? Any new software installed? Some utility programs like graphics card utilities and virus scanners hook into all processes on a machine with Windows hooks and can sometimes cause unexpected problems. If you have anything like that installed recently, try disabling or uninstalling them and see if the problem goes away.
2) Do you have visual studio installed on your machine? What is likely happening is that an exception (really an access violation most likely) is being thrown inside the constructor of the engine when this problem occurs. If you can run seqedit.exe as the process to debug (with native debugging) with the Debug->Exceptions... dialog set to stop on thrown for "Native Run-Time Checks" and "Win32 Exceptions". And then when the exception occurs, break in the debugger, and do Debug->Save Dump As... to save a dump of the state of the process. Then attach the dump file here and we can take a look to see if it gives us any clues as to what might be the problem.
-Doug

Similar Messages

  • TestStand Deplyment Error- Error: Unable to locate all subVIs from saved VIs because a subVI is missing

    Hi,
    I am a Systems and Software Engineer based in Vancouver. I developed an automated test system using LabVIEW 2013 and TestStand 2013 with custom operator interface.
    I encountered 'missing VIs' problem which is kind of weird because I passed analyzing the sequence for both TestStand Sequence Editor and TestStand Deployment Utility >> Distrubuted Files Tab.
    But when I tried building the installer and reaching the point 'Calling distribution VIs, it always throw an error saying 'An error occurred while trying to read the depencies of the VIs, possible because the VIs are not saved in the current version of LabVIEW. Do you want to save any modified now?'. I tried both cases (i.e. Yes and No) for this option but it did not solve the issue.
    This is part of the original error message displayed in TestStand Deployment Utility:
    While Processing VIs...
    Error: Unable to locate all subVIs from saved VIs because a subVI is missing or the VI is not saved in the current version of LabVIEW.
    The call chain to missing VIs:
    1 - ATE_AccelerometerTest.vi
    2 - CreateAndMergeErrors.vi (missing)
    3 - LogControl_CheckForErrorSendUpdates.vi (missing) "
    All missing VIs are coming from userlib.
    Actions Done:
    - Analyzed sequence file using TestStand Sequence Editor and TestStand Deployment Utility
    - Verified 'Search Directories' include all necessary files/dependencies.
    - Mass compile the directory of the missing VIs
    - Added all needed files and folders in the workspace file.
    The result is still the same based from the actions done.
    The last debugging I did earlier is that I tried locating the sequence and steps of missing VIs as mentioned above (e.g. ATE_AccelerometerTest.vi)
    and I found out that the step seems to be an empty action step. Would this be possible even if it already passed the analysis?
    Other considerations include:
    I am using LabVIEW 2013 sp1 and TestStand 2013. We tried building from three (3) computers and we only succeeded once to a freshly-installed comptuer.
    Hope to hear from you soon.
    With Best Regards,
    Michael Panganiban
    Systems and Software Engineer
    www.synovus.ca
    [email protected]
     

    Hi All,
    We were able to resolve the issue. First to note is that the release notes in TestStand 2013 is outdated and we confirmed from NI Engineer in Austin that TestStand 2013 works fine with LabVIEW 2013 SP1.
    Secondly, we played around TestStand Deployment option that resolved the issue. Attached are the images.
    We just enabled the 'Remove Unused VI Components'. It could be one of the libraries (lvlib) we included in the build but we haven't figured it out yet because we verified that all VIs are working. It could be also something else that I think very difficult to find based from the information. However, if anybody experienced the same issue, this could be helpful.
    Again, we revert back in using TestStand 2013 and LabVIEW 2013 SP1.
    I appreciate any comments and feedbacks. Otherwise, you can close this support request.
    Thank you.
    With Best Regards,
    Michael Panganiban
    Systems and Software Engineer
     

  • How to Install Inspection Step in Teststand 2013?

    Hello
    I try to install the NI Vision Builder Inspection Step to Teststand 2013. I Installed  NI Vision Builder Automated Inspection 3.6 and Ni Vision Acquisition Software 8.5.1 and I Installed from "ts_vbai_36_and_older_july10.zip" the inspection step to TS2013.(http://www.ni.com/white-paper/4007/en/)
    But when i try to run inspection step connect target i got an error message. (See screenshot)   I dont know what s wrong and how to solve!?

    The only way I can reproduce this error code is by specifying a different version than 3.6.0 in the "VBAI Version".  Tested in TestStand 2010 SP1 with VBAI 3.6.1.
    Attachments:
    VBAIConnect.png ‏21 KB

  • RunState.Caller.Locals.ReportOptions.Directory unknown in Teststand 2013

    Hello,
    I have a problem due to migration between TestStand 4.1.2 and TestStand 2013.
    In previous sequences I used the variables: RunState.Caller.Locals.ReportOptions.Directory, RunState.Caller.Locals.StartDate.Text, RunState.Caller.Locals.UUT.SerialNumber, RunState.Caller.Locals.ReportFilePath and others... without problem.
    Now in TestStand 2013, the variables cannot be evaluated , generates an Teststand error and thus I cannot personnalize my report name and directory.
    Hereafter the complete expression that cause problems:
    RunState.Caller.Locals.ReportOptions.Directory=FileGlobals.Report_Directory + "\\" + RunState.Caller.Locals.StartDate.Text + "\\" + RunState.Caller.Locals.UUT.SerialNumber ,
    RunState.Caller.Locals.ReportFilePath=FileGlobals.Report_Directory + "\\" + RunState.Caller.Locals.StartDate.Text + "\\" + RunState.Caller.Locals.UUT.SerialNumber + "\\" + "Report ["+ RunState.Caller.Locals.UUT.SerialNumber +"][" + Str(RunState.Caller.Locals.StartTime.Hours) +" "+ Str(RunState.Caller.Locals.StartTime.Minutes) +" "+ Str(RunState.Caller.Locals.StartTime.Seconds) + "]" + ".html",
    FileGlobals.UUT_Time = "[" + RunState.Caller.Locals.UUT.SerialNumber+"][" + Str(RunState.Caller.Locals.StartTime.Hours) +" "+ Str(RunState.Caller.Locals.StartTime.Minutes) +" "+ Str(RunState.Caller.Locals.StartTime.Seconds) + "]" , FileGlobals.fileDir=RunState.Caller.Locals.ReportOptions.Directory 
    Thanks for your help.

    If you using these expressions to set the report path and directory, then, do consider using TestStand expression to specify the report path in Report Options dialog. Its lot easier to use compared to setting values to subproperties of Runstate.Caller.Locals.ReportOptions variable.
    You can get more information in the following links
    http://zone.ni.com/reference/en-XX/help/370052K-01/tsref/infotopics/specifyreportfilepath_byexpressi...
    http://zone.ni.com/reference/en-XX/help/370052K-01/tsfundamentals/infotopics/reports_expressions/
    http://digital.ni.com/public.nsf/allkb/78E88742D0F8C3C5862576D4006B8E44
    Coming to your error, please provide more information regarding which sequence file and sequence did you modify.
    Also note that, in TestStand 2012, process models had major change to support plug-in architecture. Process models without the plug-in architecture (like the one used in TestStand 4.1.2) is installed in "<TestStand>\Components\Models\TestStandModels\TestStand 2010 Process Models (Legacy)" directory. If you want to migrate your process model changes, it might be valid to update the legacy process models instead of new models.
    You can see brief description of TestStand 2012 process model changes in http://zone.ni.com/reference/en-XX/help/370052K-01/tshelp/infotopics/2012whatsnew/#plugin
    - Shashidhar

  • TestStand 2013 ships with invalid SQL scripts

    Hi all,
    I tried to submit this through the official support channel, but ran into this roadblock. So, I'm reporting the issue here.
    =================================================
    I wanted to set up TestStand to log results to an SQL Server 2008 R2 database. I followed the instructions at http://zone.ni.com/reference/en-XX/help/370052M-01/tsfundamentals/infotopics/database_logging/
    I tried to run C:\Program Files\National Instruments\TestStand 2013\Components\Models\TestStandModels\Database\SQL Server Create Generic Recordset Result Tables.sql However, SQL Server reported that the script contains syntax errors.
    To fix the issue, I had to modify the script (replace "//" with "--", and replace "~" with ";") before running it.
    It looks like other scripts in this folder have syntax errors too. Please fix the SQL scripts shipped with TestStand.

    Hey JKSH,
    Thanks for reporting this--we've filed an internal report for one of our developers to examine the syntax of our SQL files.
    In the meantime, it sounds like you were able to work around the issue by changing the characters in the scripts, but have you run into any other problems using the scripts? I'd be happy to help out in any way I can. Just let us know if there's anything we can do to assist!
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • DCOM problem Teststand 2013

    I receive attached error everytime i try to launch Teststand 2013 on a PC i recently installed. 
    My user is administrator and the operating system is Windows 7 Pro.
    I tried all the instructions at http://digital.ni.com/public.nsf/allkb/ABA98DF5D5A824DB862570AD007C55E7 but it still doesn't work.
    I never received such an error before for my many previous installations
    Please help me on that
    Attachments:
    Adsız.jpg ‏310 KB

    Hey hedehodo,
    As a first step, could you try running the TestStand Version Selector and setting TestStand 2013 to be the active version, even if the Version Selector already reports 2013 as active? This operation re-registers TestStand components with the operating system and can sometimes resolve these types of issues.
    I would also recommend restarting the machine--this can often reset the configuration to a working state.
    Let us know how it goes, and we'll be happy to help you troubleshoot further if needed.
    Daniel E.
    TestStand Product Support Engineer
    National Instruments

  • Teststand generates error ' labview has encountered a problem and needs to close'

    Hi,
    I am using Teststand 3.1 and Labview 7.1.
    My problem is that I have a 1D array of 6 elements in Labview that I need to receive from Teststand.
    If the array size is set to variable in Labview there is no problem but if I set it to what I require ( fixed 6 ) then when I specify module in Teststand an error message appears , ' LAbview.exe has encountered a problem and needs to close '. Then I get an 18001 about ActiveX as labview has closed.
    Why does this happen ?, is it a bug ?

    No bother its attached !
    The vi writes to a global variable.
    The 'Bytes To Send ' 1D array seems to be the trouble, If its set to fixed 6 in LV then Labview crashes from Teststand when I specify module.
    If its set to variable its ok.
    Attachments:
    Global_Write.vi ‏26 KB

  • Office 2013 Error when launching iCloud Control Panel

    After installing iCloud Control Panel 2.1.2 on my Win 7 pc, I get an Office 2013 error when I open or close iCloud Control Panel. "We're sorry, but Microsoft Office has run into an error that is preventing it from working correctly.  Microsoft Office will need to be closed as a result.  Wou you like us to repair now?"
    I close the error window and everything seems to work correctly.  There is no other message and iCould Control Panel is not giving me any help.
    How can I fix the problem and get rid of this error message?

    Can you describe the error message? Maybe your setup info and a screenshot.. ?

  • CLR error 80004005

    I installed a software on my sony vaio with OS windows 7. I ran the software but got CLR error:80004005. I have Microsoft .Net Framework 1.1, Microsoft
    .Net Framework 4 Client Profile, Microsoft .Net Framework 4 Extended . Any help will be greatly appreciated. thanks much I checked the temp file using %temp% and at the bottom it has  a file called windows 6.1 KB958488-V6001-X64. when I click on that
    it says error OX80070424. Can any one help please. It would be greatly appreciated. Thanks much 
    I have read all the solutions for this error message, but my problem seems different. can anyone help me please?

    Hi,
     You can check the Answer in this link and see what you can find.  8)
    CLR Error: 80004005 The program will now terminate
    If you say it can`t be done then i`ll try it

  • TestStand 2013 - Edit VI button disabled

    Hello to everyone,
    I am using TestStand 2013 development system, and I also have Labview 2009 SP1 Full development system.
    I introduce a step with a labview action in my sequence. The Edit VI button is disabled, with the message "Requires LabVIEW Development System"...
    Anyone can help me?
    Much thanks for your time and dedication!
    Solved!
    Go to Solution.

    What is your LabVIEW adapter set to?  Is it set to use the development enviornment or is it set to use the run time engine?
    You can check by going to Configure>>Adapters...
    Choose LabVIEW and select Configure
    Hope this helps,
    jigg
    CTA, CLA
    teststandhelp.com
    ~Will work for kudos and/or BBQ~

  • BDD 2007 -- ZTI -- OSD error "The Operating System Installation Failed Unspecified Error (80004005)

    Hi there
    Wonder if anyone can advise me on a BDD 2007 OS deployment issue? (Apologies if this is in the wrong forum, I couldn't see a forum for BDD 2007.)
    First of all, this BDD 2007 server and the OSD config was not done by me. For info, it is part of a SMS 2003 infrastructure.
    I am trying to get the XP Pro build process working. I am led to believe the config has been completed.
    Unfortunately, after booting the pc from the nic, I get an error. This is the order:
    - the 'Initializing Windows PE' splash appears for perhaps 15 seconds
    - very briefly, the text changes to 'Initializing Network'
    - for a second or two only 'Initializing Windows PE' appears again
    - then this error message appears:
    "SMS Operating System Deployment - The Operating System Installation failed. Please contact your system administrator for assistance. Unspecified Error (80004005)"
    I've spent some time looking into this error (80004005) and from what I can gather it possibly means 'access denied'.
    I'm assuming after Windows PE loads the first Task Sequence begins, and if this possibly is where the issue lies?
    One thing I cannot understand - the first Task Sequence (Initialization) has this command line (as do most, with different .wsf file):
    cscript.exe "%SCRIPTROOT%\ZTIGather.wsf" /localonly
    However, I cannot access %SCRIPTROOT% at all, Windows says it can't find it. I can run other variables such as %USERPROFILE%, %SYSTEMROOT%, etc, but cannot open %SCRIPTROOT%.
    Is it simply the case that I should create a new system variable (that has not been created by whoever built the server)?
    Thanks
    John Henry

    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Failed to install Windows 7 SP1 (Error 80004005‎)

    Dear all,
    Would someone please help me on this issue? It almost drived me mad after tried several times to install the SP1. I've googled the error 80004005‎, someone suggested to try a in-place upgrade. But it's hard to do that for my current situation.
    That may be the last resort if no solution else.
    Installation logs (CBS logs/Inf logs/Winsxs logs):
    Current PC OS version:  
    Windows 7 Professional / 64 bit.
    I've tried following approaches, but didn't work
    1). Increase the MaxNumFilters (8 to 14)
    2). run sfc.exe /scannow
    It looks like some *.dll files corrupted.
    The CBS log generated as below:
    Any comments are highly appreciated. Thank you !!

    Hi Wade 
    Thanks for the reply. The error code was always 0x80004005. The upgrade was fell back when configuring service pack with 99% percentage completed after reboot. [Sorry My OS is traditional Chinese version]
    I tried to run command  sfc.exe /scannow again today. Result indicated that some of *.dll files were corrupted. So i attached some of the log here FYI please. For details, please download
    the below link
    CBS log: https://onedrive.live.com/redir?resid=96AFE883980076D8!170&authkey=!AM34RNJU5ZgNCG8&ithint=file%2czip
    logs extracted: 
    =====================================================================
    2014-09-01 15:30:12, Info                  CBS    Starting TrustedInstaller initialization.
    2014-09-01 15:30:12, Info                  CBS    Loaded Servicing Stack v6.1.7601.17592 with Core: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\cbscore.dll
    2014-09-01 15:30:13, Info                  CSI    00000001@2014/9/1:07:30:13.939 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7fee32cf0ad @0x7fef64e9849 @0x7fef64b34e3 @0xffcde94c @0xffcdd769
    @0xffcddaff)
    2014-09-01 15:30:14, Info                  CSI    00000002@2014/9/1:07:30:14.330 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7fee32cf0ad @0x7fef6536816 @0x7fef6502aac @0x7fef64b35b9 @0xffcde94c
    @0xffcdd769)
    2014-09-01 15:30:14, Info                  CSI    00000003@2014/9/1:07:30:14.387 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7fee32cf0ad @0x7fefcf68738 @0x7fefcf68866 @0xffcde444 @0xffcdd7ae
    @0xffcddaff)
    2014-09-01 15:30:14, Info                  CBS    Ending TrustedInstaller initialization.
    2014-09-01 15:30:14, Info                  CBS    Starting the TrustedInstaller main loop.
    2014-09-01 15:30:14, Info                  CBS    TrustedInstaller service starts successfully.
    2014-09-01 15:30:14, Info                  CBS    SQM: Initializing online with Windows opt-in: False
    2014-09-01 15:30:14, Info                  CBS    SQM: Cleaning up report files older than 10 days.
    2014-09-01 15:30:14, Info                  CBS    SQM: Requesting upload of all unsent reports.
    2014-09-01 15:30:14, Info                  CBS    SQM: Failed to start upload with file pattern: C:\Windows\servicing\sqm\*_std.sqm, flags: 0x2 [HRESULT = 0x80004005 - E_FAIL]
    2014-09-01 15:30:14, Info                  CBS    SQM: Failed to start standard sample upload. [HRESULT = 0x80004005 - E_FAIL]
    2014-09-01 15:30:14, Info                  CBS    SQM: Queued 0 file(s) for upload with pattern: C:\Windows\servicing\sqm\*_all.sqm, flags: 0x6
    2014-09-01 15:30:14, Info                  CBS    SQM: Warning: Failed to upload all unsent reports. [HRESULT = 0x80004005 - E_FAIL]
    2014-09-01 15:30:14, Info                  CBS    No startup processing required, TrustedInstaller service was not set as autostart, or else a reboot is still pending.
    2014-09-01 15:30:14, Info                  CBS    NonStart: Checking to ensure startup processing was not required.
    2014-09-01 15:30:14, Info                  CSI    00000004 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 00000004, progress = NULL, phase = 0, pdwDisposition = @0x112fca0
    2014-09-01 15:30:14, Info                  CSI    00000005 Creating NT transaction (seq 1), objectname [6]"(null)"
    2014-09-01 15:30:14, Info                  CSI    00000006 Created NT transaction (seq 1) result 0x00000000, handle @0x1fc
    2014-09-01 15:30:14, Info                  CSI    00000007@2014/9/1:07:30:14.794 CSI perf trace:
    CSIPERF:TXCOMMIT;1865
    2014-09-01 15:30:14, Info                  CBS    NonStart: Success, startup processing not required as expected.
    2014-09-01 15:30:14, Info                  CBS    Startup processing thread terminated normally
    2014-09-01 15:30:14, Info                  CSI    00000008 CSI Store 3067568 (0x00000000002eceb0) initialized
    2014-09-01 15:30:17, Info                  CSI    00000009 [SR] Verifying 100 (0x0000000000000064) components
    2014-09-01 15:30:17, Info                  CSI    0000000a [SR] Beginning Verify and Repair transaction
    2014-09-01 15:30:20, Info                  CSI    0000000b Repair results created:
    POQ 0 starts:
    POQ 4 starts:
    POQ 4 ends.
    2014-09-01 15:30:40, Info                  CSI    0000001c [SR] Verify complete
    2014-09-01 15:30:40, Info                  CSI    0000001d [SR] Verifying 100 (0x0000000000000064) components
    2014-09-01 15:30:40, Info                  CSI    0000001e [SR] Beginning Verify and Repair transaction
    2014-09-01 15:30:42, Info                  CSI    0000001f Hashes for file member \SystemRoot\WinSxS\amd64_desktop_shell-search-srchadmin.resources_31bf3856ad364e35_7.0.7600.16385_zh-hk_de8bfcc3aae2d477\srchadmin.dll.mui
    do not match actual file [l:34{17}]"srchadmin.dll.mui" :
      Found: {l:32 b:zeVrryKrpnmblhTzs9Jg0BiaRIVZXLtdwCGByaXEIbE=} Expected: {l:32 b:odVDrXrd9AGNtnMj7z+8yTKUJokEcW+hpKiWs0f7BrM=}
    2014-09-01 15:30:42, Info                  CSI    00000020 [SR] Cannot repair member file [l:34{17}]"srchadmin.dll.mui" of Desktop_Shell-Search-SrchAdmin.Resources, Version = 7.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture = [l:10{5}]"zh-HK", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-09-01 15:30:45, Info                  CSI    00000021 Hashes for file member \SystemRoot\WinSxS\amd64_desktop_shell-search-srchadmin.resources_31bf3856ad364e35_7.0.7600.16385_zh-hk_de8bfcc3aae2d477\srchadmin.dll.mui
    do not match actual file [l:34{17}]"srchadmin.dll.mui" :
      Found: {l:32 b:zeVrryKrpnmblhTzs9Jg0BiaRIVZXLtdwCGByaXEIbE=} Expected: {l:32 b:odVDrXrd9AGNtnMj7z+8yTKUJokEcW+hpKiWs0f7BrM=}
    2014-09-01 15:30:45, Info                  CSI    00000022 [SR] Cannot repair member file [l:34{17}]"srchadmin.dll.mui" of Desktop_Shell-Search-SrchAdmin.Resources, Version = 7.0.7600.16385, pA = PROCESSOR_ARCHITECTURE_AMD64
    (9), Culture = [l:10{5}]"zh-HK", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    2014-09-01 15:30:45, Info                  CSI    00000023 [SR] This component was referenced by [l:234{117}]"Microsoft-Windows-SearchEngine-Client-Package~31bf3856ad364e35~amd64~zh-HK~6.1.7600.16385.SearchEngine-Client-Package"
    2014-09-01 15:30:45, Info                  CSI    00000024 Hashes for file member \??\C:\Windows\System32\zh-HK\srchadmin.dll.mui do not match actual file [l:34{17}]"srchadmin.dll.mui" :
      Found: {l:32 b:zeVrryKrpnmblhTzs9Jg0BiaRIVZXLtdwCGByaXEIbE=} Expected: {l:32 b:odVDrXrd9AGNtnMj7z+8yTKUJokEcW+hpKiWs0f7BrM=}
    2014-09-01 15:30:45, Info                  CSI    00000025 Hashes for file member \SystemRoot\WinSxS\amd64_desktop_shell-search-srchadmin.resources_31bf3856ad364e35_7.0.7600.16385_zh-hk_de8bfcc3aae2d477\srchadmin.dll.mui
    do not match actual file [l:34{17}]"srchadmin.dll.mui" :
      Found: {l:32 b:zeVrryKrpnmblhTzs9Jg0BiaRIVZXLtdwCGByaXEIbE=} Expected: {l:32 b:odVDrXrd9AGNtnMj7z+8yTKUJokEcW+hpKiWs0f7BrM=}
    2014-09-01 15:30:45, Info                  CSI    00000026 [SR] Could not reproject corrupted file [ml:520{260},l:58{29}]"\??\C:\Windows\System32\zh-HK"\[l:34{17}]"srchadmin.dll.mui"; source file in store
    is also corrupted
    2014-09-01 15:30:45, Info                  CSI    00000027 Repair results created:
    POQ 5 starts:
    2014-09-01 15:54:39, Info                  CSI    000002f9 [SR] Beginning Verify and Repair transaction
    2014-09-01 15:54:56, Info                  CSI    000002fa Repair results created:
    POQ 121 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\32eebb04bac5cf0154360000601f8014._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\6263bc04bac5cf0155360000601f8014.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        2: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\6245c104bac5cf0156360000601f8014.$$_syswow64_21ffbdd2a2dd92e0.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_21ffbdd2a2dd92e0.cdf-ms"
        3: Move File: Source = [l:226{113}]"\SystemRoot\WinSxS\Temp\PendingRenames\22decc04bac5cf0157360000601f8014.$$_syswow64_sppui_b8f1e21e4fb16c27.cdf-ms", Destination = [l:138{69}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_sppui_b8f1e21e4fb16c27.cdf-ms"
        4: Move File: Source = [l:258{129}]"\SystemRoot\WinSxS\Temp\PendingRenames\9277e104bac5cf0158360000601f8014.$$_syswow64_spp_tokens_pkeyconfig_b2fdf59e46c165ae.cdf-ms", Destination = [l:170{85}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_spp_tokens_pkeyconfig_b2fdf59e46c165ae.cdf-ms"
        5: Move File: Source = [l:236{118}]"\SystemRoot\WinSxS\Temp\PendingRenames\e2680405bac5cf0159360000601f8014.$$_syswow64_slmgr_0404_80406f221f15cc87.cdf-ms", Destination = [l:148{74}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_slmgr_0404_80406f221f15cc87.cdf-ms"
        6: Move File: Source = [l:252{126}]"\SystemRoot\WinSxS\Temp\PendingRenames\72321e05bac5cf015a360000601f8014.$$_syswow64_advancedinstallers_0c6bb4866bff02f7.cdf-ms", Destination = [l:164{82}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_advancedinstallers_0c6bb4866bff02f7.cdf-ms"
    POQ 121 ends.
    2014-09-01 15:54:56, Info                  CSI    000002fb [SR] Verify complete
    2014-09-01 15:54:56, Info                  CSI    000002fc [SR] Verifying 100 (0x0000000000000064) components
    2014-09-01 15:54:56, Info                  CSI    000002fd [SR] Beginning Verify and Repair transaction
    2014-09-01 15:55:07, Info                  CSI    000002fe Repair results created:
    POQ 122 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\6221200bbac5cf01bf360000601f8014._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\826f200bbac5cf01c0360000601f8014.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        2: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\8251250bbac5cf01c1360000601f8014.$$_syswow64_21ffbdd2a2dd92e0.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_21ffbdd2a2dd92e0.cdf-ms"
        3: Move File: Source = [l:250{125}]"\SystemRoot\WinSxS\Temp\PendingRenames\92cb2c0bbac5cf01c2360000601f8014.$$_syswow64_speech_engines_sr_d5815721f6360684.cdf-ms", Destination = [l:162{81}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_speech_engines_sr_d5815721f6360684.cdf-ms"
        4: Move File: Source = [l:226{113}]"\SystemRoot\WinSxS\Temp\PendingRenames\825a620bbac5cf01c3360000601f8014.$$_syswow64_en-us_9e576ab077991fe8.cdf-ms", Destination = [l:138{69}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_en-us_9e576ab077991fe8.cdf-ms"
        5: Move File: Source = [l:242{121}]"\SystemRoot\WinSxS\Temp\PendingRenames\a27c930bbac5cf01c4360000601f8014.$$_syswow64_speech_common_b84a7a708e507091.cdf-ms", Destination = [l:154{77}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_speech_common_b84a7a708e507091.cdf-ms"
        6: Move File: Source = [l:228{114}]"\SystemRoot\WinSxS\Temp\PendingRenames\8210980bbac5cf01c5360000601f8014.program_files_x86__676bbe2c7241b694.cdf-ms", Destination = [l:140{70}]"\SystemRoot\WinSxS\FileMaps\program_files_x86__676bbe2c7241b694.cdf-ms"
        7: Move File: Source = [l:258{129}]"\SystemRoot\WinSxS\Temp\PendingRenames\b285980bbac5cf01c6360000601f8014.program_files_x86_windows_sidebar_478e9d8582f6df0d.cdf-ms", Destination = [l:170{85}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_windows_sidebar_478e9d8582f6df0d.cdf-ms"
    2014-09-01 15:55:07, Info                  CSI     8: Move File: Source = [l:270{135}]"\SystemRoot\WinSxS\Temp\PendingRenames\a2409d0bbac5cf01c7360000601f8014.program_files_x86_windows_sidebar_zh-tw_028988e16e3c59fb.cdf-ms",
    Destination = [l:182{91}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_windows_sidebar_zh-tw_028988e16e3c59fb.cdf-ms"
        9: Move File: Source = [l:264{132}]"\SystemRoot\WinSxS\Temp\PendingRenames\521cc10bbac5cf01c8360000601f8014.$$_syswow64_spp_tokens_channels_ocur_69b663564b19f4ee.cdf-ms", Destination = [l:176{88}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_spp_tokens_channels_ocur_69b663564b19f4ee.cdf-ms"
    POQ 122 ends.
    2014-09-01 15:55:07, Info                  CSI    000002ff [SR] Verify complete
    2014-09-01 15:55:07, Info                  CSI    00000300 [SR] Verifying 100 (0x0000000000000064) components
    2014-09-01 15:55:07, Info                  CSI    00000301 [SR] Beginning Verify and Repair transaction
    2014-09-01 15:55:23, Info                  CSI    00000302 Ignoring duplicate ownership for directory [l:120{60}]"\??\C:\Program Files (x86)\Common Files\Microsoft Shared\Ink" in component Microsoft-Windows-TabletPC-Platform-COMRuntime,
    Version = 6.1.7600.16988, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-09-01 15:55:23, Info                  CSI    00000303 Repair results created:
    POQ 123 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\b29fb114bac5cf012d370000601f8014._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\e214b214bac5cf012e370000601f8014.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        2: Move File: Source = [l:228{114}]"\SystemRoot\WinSxS\Temp\PendingRenames\42b98e15bac5cf012f370000601f8014.program_files_x86__676bbe2c7241b694.cdf-ms", Destination = [l:140{70}]"\SystemRoot\WinSxS\FileMaps\program_files_x86__676bbe2c7241b694.cdf-ms"
        3: Move File: Source = [l:252{126}]"\SystemRoot\WinSxS\Temp\PendingRenames\62078f15bac5cf0130370000601f8014.program_files_x86_common_files_dfa3680ec228c528.cdf-ms", Destination = [l:164{82}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_dfa3680ec228c528.cdf-ms"
        4: Move File: Source = [l:286{143}]"\SystemRoot\WinSxS\Temp\PendingRenames\82558f15bac5cf0131370000601f8014.program_files_x86_common_files_microsoft_shared_635c287ec97ec0a5.cdf-ms", Destination = [l:198{99}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_microsoft_shared_635c287ec97ec0a5.cdf-ms"
        5: Move File: Source = [l:294{147}]"\SystemRoot\WinSxS\Temp\PendingRenames\a2a38f15bac5cf0132370000601f8014.program_files_x86_common_files_microsoft_shared_ink_9d0caff456d5ade1.cdf-ms", Destination = [l:206{103}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_microsoft_shared_ink_9d0caff456d5ade1.cdf-ms"
    POQ 123 ends.
    2014-09-01 15:55:23, Info                  CSI    00000304 [SR] Verify complete
    2014-09-01 15:55:23, Info                  CSI    00000305 [SR] Verifying 100 (0x0000000000000064) components
    2014-09-01 15:55:23, Info                  CSI    00000306 [SR] Beginning Verify and Repair transaction
    2014-09-01 15:55:35, Info                  CSI    00000307 Repair results created:
    POQ 124 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\c2fb101cbac5cf0197370000601f8014._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\f270111cbac5cf0198370000601f8014.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
    POQ 124 ends.
    2014-09-01 15:55:35, Info                  CSI    00000308 [SR] Verify complete
    2014-09-01 15:55:35, Info                  CSI    00000309 [SR] Verifying 100 (0x0000000000000064) components
    2014-09-01 15:55:35, Info                  CSI    0000030a [SR] Beginning Verify and Repair transaction
    2014-09-01 15:55:50, Info                  CSI    0000030b Repair results created:
    POQ 125 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\02d96225bac5cf01fd370000601f8014._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:228{114}]"\SystemRoot\WinSxS\Temp\PendingRenames\22276325bac5cf01fe370000601f8014.program_files_x86__676bbe2c7241b694.cdf-ms", Destination = [l:140{70}]"\SystemRoot\WinSxS\FileMaps\program_files_x86__676bbe2c7241b694.cdf-ms"
        2: Move File: Source = [l:310{155}]"\SystemRoot\WinSxS\Temp\PendingRenames\c2006c25bac5cf01ff370000601f8014.program_files_x86_windows_virtual_pc_integration_components_c1d03c1c1a8778c7.cdf-ms", Destination = [l:222{111}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_windows_virtual_pc_integration_components_c1d03c1c1a8778c7.cdf-ms"
        3: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\72119c25bac5cf0100380000601f8014.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        4: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\821aa125bac5cf0101380000601f8014.$$_syswow64_21ffbdd2a2dd92e0.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_21ffbdd2a2dd92e0.cdf-ms"
        5: Move File: Source = [l:222{111}]"\SystemRoot\WinSxS\Temp\PendingRenames\12eba425bac5cf0102380000601f8014.$$_syswow64_wcn_1bf25cffa7664032.cdf-ms", Destination = [l:134{67}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_wcn_1bf25cffa7664032.cdf-ms"
        6: Move File: Source = [l:234{117}]"\SystemRoot\WinSxS\Temp\PendingRenames\321baa25bac5cf0103380000601f8014.$$_syswow64_wcn_zh-hk_4765dbd6386d5d4a.cdf-ms", Destination = [l:146{73}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_wcn_zh-hk_4765dbd6386d5d4a.cdf-ms"
    POQ 125 ends.
    2014-09-01 15:55:50, Info                  CSI    0000030c [SR] Verify complete
    2014-09-01 15:55:51, Info                  CSI    0000030d [SR] Verifying 100 (0x0000000000000064) components
    2014-09-01 15:55:51, Info                  CSI    0000030e [SR] Beginning Verify and Repair transaction
    2014-09-01 15:56:04, Info                  CSI    0000030f Repair results created:
    POQ 126 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\029b6c2cbac5cf0168380000601f8014._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\32106d2cbac5cf0169380000601f8014.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        2: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\22cb712cbac5cf016a380000601f8014.$$_syswow64_21ffbdd2a2dd92e0.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_21ffbdd2a2dd92e0.cdf-ms"
        3: Move File: Source = [l:236{118}]"\SystemRoot\WinSxS\Temp\PendingRenames\32d4762cbac5cf016b380000601f8014.$$_syswow64_winrm_0404_69365f9c19c6fd31.cdf-ms", Destination = [l:148{74}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_winrm_0404_69365f9c19c6fd31.cdf-ms"
        4: Move File: Source = [l:228{114}]"\SystemRoot\WinSxS\Temp\PendingRenames\c20e932cbac5cf016c380000601f8014.program_files_x86__676bbe2c7241b694.cdf-ms", Destination = [l:140{70}]"\SystemRoot\WinSxS\FileMaps\program_files_x86__676bbe2c7241b694.cdf-ms"
        5: Move File: Source = [l:252{126}]"\SystemRoot\WinSxS\Temp\PendingRenames\f283932cbac5cf016d380000601f8014.program_files_x86_windows_mail_fc7b184dbf576a4a.cdf-ms", Destination = [l:164{82}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_windows_mail_fc7b184dbf576a4a.cdf-ms"
        6: Move File: Source = [l:318{159}]"\SystemRoot\WinSxS\Temp\PendingRenames\e239012dbac5cf016e380000601f8014.program_files_x86_reference_assemblies_microsoft_framework_v3.0_1dfad1527dc1078c.cdf-ms", Destination = [l:230{115}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_reference_assemblies_microsoft_framework_v3.0_1dfad1527dc1078c.cdf-ms"
        7: Move File: Source = [l:332{166}]"\SystemRoot\WinSxS\Temp\PendingRenames\f2e8142dbac5cf016f380000601f8014.program_files_x86_reference_assemblies_microsoft_framework_v3.0_zh-cht_f12985fe28b52094.
    2014-09-01 15:56:04, Info                  CSI    cdf-ms", Destination = [l:244{122}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_reference_assemblies_microsoft_framework_v3.0_zh-cht_f12985fe28b52094.cdf-ms"
        8: Move File: Source = [l:224{112}]"\SystemRoot\WinSxS\Temp\PendingRenames\8248162dbac5cf0170380000601f8014.$$_microsoft.net_3296b36dbe4c7fa3.cdf-ms", Destination = [l:136{68}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_3296b36dbe4c7fa3.cdf-ms"
        9: Move File: Source = [l:244{122}]"\SystemRoot\WinSxS\Temp\PendingRenames\c255192dbac5cf0171380000601f8014.$$_microsoft.net_framework_83386eac0379231b.cdf-ms", Destination = [l:156{78}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_framework_83386eac0379231b.cdf-ms"
        10: Move File: Source = [l:320{160}]"\SystemRoot\WinSxS\Temp\PendingRenames\32491f2dbac5cf0172380000601f8014.$$_microsoft.net_framework_v3.0_windows_communication_foundation_e07323de19ff1b52.cdf-ms", Destination = [l:232{116}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_framework_v3.0_windows_communication_foundation_e07323de19ff1b52.cdf-ms"
        11: Move File: Source = [l:334{167}]"\SystemRoot\WinSxS\Temp\PendingRenames\d2b1252dbac5cf0173380000601f8014.$$_microsoft.net_framework_v3.0_windows_communication_foundation_zh-cht_1b3a923bd6282868.cdf-ms", Destination = [l:246{123}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_framework_v3.0_windows_communication_foundation_zh-cht_1b3a923bd6282868.cdf-ms"
        12: Move File: Source = [l:332{166}]"\SystemRoot\WinSxS\Temp\PendingRenames\42a52b2dbac5cf0174380000601f8014.$$_microsoft.net_framework_v3.0_windows_communication_foundation_zh-tw_fc3cba02619ed180.cdf-ms", Destination = [l:244{122}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_framework_v3.0_windows_communication_foundation_zh-tw_fc3cba02619ed180.cdf-ms"
        13: Move File: Source = [l:204{102}]"\SystemRoot\WinSxS\Temp\PendingRenames\b2b62c2dbac5cf0175380000601f8014.$$_inf_3f581daba4c8c835.cdf-ms", Destination = [l:116{58}]"\SystemRoot\WinSxS\FileMaps\$$_inf_3f581daba4c8c835.cdf-ms"
        14: Move File: Source = [l:250{125}]"\SystemRoot\W
    2014-09-01 15:56:04, Info                  CSI    inSxS\Temp\PendingRenames\1212302dbac5cf0176380000601f8014.$$_inf_smsvchost_3.0.0.0_0404_2d6d98135cb60bf8.cdf-ms", Destination = [l:162{81}]"\SystemRoot\WinSxS\FileMaps\$$_inf_smsvchost_3.0.0.0_0404_2d6d98135cb60bf8.cdf-ms"
        15: Move File: Source = [l:274{137}]"\SystemRoot\WinSxS\Temp\PendingRenames\3242352dbac5cf0177380000601f8014.$$_inf_servicemodeloperation_3.0.0.0_0404_9b92c33ad51f654b.cdf-ms", Destination = [l:186{93}]"\SystemRoot\WinSxS\FileMaps\$$_inf_servicemodeloperation_3.0.0.0_0404_9b92c33ad51f654b.cdf-ms"
        16: Move File: Source = [l:270{135}]"\SystemRoot\WinSxS\Temp\PendingRenames\922c362dbac5cf0178380000601f8014.$$_inf_servicemodelservice_3.0.0.0_0404_2fd4df9498bb9be1.cdf-ms", Destination = [l:182{91}]"\SystemRoot\WinSxS\FileMaps\$$_inf_servicemodelservice_3.0.0.0_0404_2fd4df9498bb9be1.cdf-ms"
        17: Move File: Source = [l:256{128}]"\SystemRoot\WinSxS\Temp\PendingRenames\52723a2dbac5cf0179380000601f8014.$$_inf_msdtc_bridge_3.0.0.0_0404_5d6037fd7f35c3a6.cdf-ms", Destination = [l:168{84}]"\SystemRoot\WinSxS\FileMaps\$$_inf_msdtc_bridge_3.0.0.0_0404_5d6037fd7f35c3a6.cdf-ms"
        18: Move File: Source = [l:272{136}]"\SystemRoot\WinSxS\Temp\PendingRenames\92f03f2dbac5cf017a380000601f8014.$$_inf_servicemodelendpoint_3.0.0.0_0404_1441b5536e0ddf4f.cdf-ms", Destination = [l:184{92}]"\SystemRoot\WinSxS\FileMaps\$$_inf_servicemodelendpoint_3.0.0.0_0404_1441b5536e0ddf4f.cdf-ms"
        19: Move File: Source = [l:252{126}]"\SystemRoot\WinSxS\Temp\PendingRenames\f2727b2dbac5cf017b380000601f8014.program_files_x86_common_files_dfa3680ec228c528.cdf-ms", Destination = [l:164{82}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_dfa3680ec228c528.cdf-ms"
        20: Move File: Source = [l:266{133}]"\SystemRoot\WinSxS\Temp\PendingRenames\12c17b2dbac5cf017c380000601f8014.program_files_x86_common_files_system_681b9383b994c86d.cdf-ms", Destination = [l:178{89}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_system_681b9383b994c86d.cdf-ms"
        21: Move File: Source = [l:278{139}]"\SystemRoot\WinSxS
    2014-09-01 15:56:04, Info                  CSI    \Temp\PendingRenames\82437f2dbac5cf017d380000601f8014.program_files_x86_common_files_system_zh-tw_793340c1a4e1a243.cdf-ms", Destination = [l:190{95}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_system_zh-tw_793340c1a4e1a243.cdf-ms"
        22: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\8291ef2dbac5cf017e380000601f8014.$$_twain_32_209f76caa35c9a77.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_twain_32_209f76caa35c9a77.cdf-ms"
    POQ 126 ends.
    2014-09-01 15:56:04, Info                  CSI    00000310 [SR] Verify complete
    2014-09-01 15:56:04, Info                  CSI    00000311 [SR] Verifying 100 (0x0000000000000064) components
    2014-09-01 15:56:04, Info                  CSI    00000312 [SR] Beginning Verify and Repair transaction
    2014-09-01 15:56:21, Info                  CSI    00000313 Repair results created:
    POQ 127 starts:
         0: Move File: Source = [l:192{96}]"\SystemRoot\WinSxS\Temp\PendingRenames\32e46136bac5cf01e3380000601f8014._0000000000000000.cdf-ms", Destination = [l:104{52}]"\SystemRoot\WinSxS\FileMaps\_0000000000000000.cdf-ms"
        1: Move File: Source = [l:162{81}]"\SystemRoot\WinSxS\Temp\PendingRenames\52326236bac5cf01e4380000601f8014.$$.cdf-ms", Destination = [l:74{37}]"\SystemRoot\WinSxS\FileMaps\$$.cdf-ms"
        2: Move File: Source = [l:204{102}]"\SystemRoot\WinSxS\Temp\PendingRenames\82a76236bac5cf01e5380000601f8014.$$_inf_3f581daba4c8c835.cdf-ms", Destination = [l:116{58}]"\SystemRoot\WinSxS\FileMaps\$$_inf_3f581daba4c8c835.cdf-ms"
        3: Move File: Source = [l:286{143}]"\SystemRoot\WinSxS\Temp\PendingRenames\32c66636bac5cf01e6380000601f8014.$$_inf_windows_workflow_foundation_3.0.0.0_0404_c87be953a75f6cf3.cdf-ms", Destination = [l:198{99}]"\SystemRoot\WinSxS\FileMaps\$$_inf_windows_workflow_foundation_3.0.0.0_0404_c87be953a75f6cf3.cdf-ms"
        4: Move File: Source = [l:286{143}]"\SystemRoot\WinSxS\Temp\PendingRenames\22637036bac5cf01e7380000601f8014.$$_inf_windows_workflow_foundation_3.0.0.0_0000_c87be1b3a75f787b.cdf-ms", Destination = [l:198{99}]"\SystemRoot\WinSxS\FileMaps\$$_inf_windows_workflow_foundation_3.0.0.0_0000_c87be1b3a75f787b.cdf-ms"
        5: Move File: Source = [l:228{114}]"\SystemRoot\WinSxS\Temp\PendingRenames\52d87036bac5cf01e8380000601f8014.program_files_x86__676bbe2c7241b694.cdf-ms", Destination = [l:140{70}]"\SystemRoot\WinSxS\FileMaps\program_files_x86__676bbe2c7241b694.cdf-ms"
        6: Move File: Source = [l:318{159}]"\SystemRoot\WinSxS\Temp\PendingRenames\c2cb7636bac5cf01e9380000601f8014.program_files_x86_reference_assemblies_microsoft_framework_v3.0_1dfad1527dc1078c.cdf-ms", Destination = [l:230{115}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_reference_assemblies_microsoft_framework_v3.0_1dfad1527dc1078c.cdf-ms"
        7: Move File: Source = [l:252{126}]"\SystemRoot\WinSxS\Temp\PendingRenames\62b5a636bac5cf01ea380000601f8014.program_files_
    2014-09-01 15:56:21, Info                  CSI    x86_common_files_dfa3680ec228c528.cdf-ms", Destination = [l:164{82}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_dfa3680ec228c528.cdf-ms"
        8: Move File: Source = [l:286{143}]"\SystemRoot\WinSxS\Temp\PendingRenames\8203a736bac5cf01eb380000601f8014.program_files_x86_common_files_microsoft_shared_635c287ec97ec0a5.cdf-ms", Destination = [l:198{99}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_microsoft_shared_635c287ec97ec0a5.cdf-ms"
        9: Move File: Source = [l:294{147}]"\SystemRoot\WinSxS\Temp\PendingRenames\a251a736bac5cf01ec380000601f8014.program_files_x86_common_files_microsoft_shared_ink_9d0caff456d5ade1.cdf-ms", Destination = [l:206{103}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_microsoft_shared_ink_9d0caff456d5ade1.cdf-ms"
        10: Move File: Source = [l:302{151}]"\SystemRoot\WinSxS\Temp\PendingRenames\22fbaa36bac5cf01ed380000601f8014.program_files_x86_common_files_microsoft_shared_ink_1.0_5645a6a00c765d40.cdf-ms", Destination = [l:214{107}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_common_files_microsoft_shared_ink_1.0_5645a6a00c765d40.cdf-ms"
        11: Move File: Source = [l:214{107}]"\SystemRoot\WinSxS\Temp\PendingRenames\f2f5bb37bac5cf01ee380000601f8014.$$_syswow64_21ffbdd2a2dd92e0.cdf-ms", Destination = [l:126{63}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_21ffbdd2a2dd92e0.cdf-ms"
        12: Move File: Source = [l:282{141}]"\SystemRoot\WinSxS\Temp\PendingRenames\729fbf37bac5cf01ef380000601f8014.$$_syswow64_logfiles_windows_portable_devices_ed9529c6a0cda444.cdf-ms", Destination = [l:194{97}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_logfiles_windows_portable_devices_ed9529c6a0cda444.cdf-ms"
        13: Move File: Source = [l:224{112}]"\SystemRoot\WinSxS\Temp\PendingRenames\227be337bac5cf01f0380000601f8014.$$_microsoft.net_3296b36dbe4c7fa3.cdf-ms", Destination = [l:136{68}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_3296b36dbe4c7fa3.cdf-ms"
        14: Move File: Source = [l:244{122}]"\SystemRoot\WinSxS\Temp\PendingRenames\42c9e337bac5cf01f1380000601f8014.$$_mi
    2014-09-01 15:56:21, Info                  CSI    crosoft.net_framework_83386eac0379231b.cdf-ms", Destination = [l:156{78}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_framework_83386eac0379231b.cdf-ms"
        15: Move File: Source = [l:262{131}]"\SystemRoot\WinSxS\Temp\PendingRenames\92fde637bac5cf01f2380000601f8014.$$_microsoft.net_framework_v3.0_wpf_b56a2354fbfa0c31.cdf-ms", Destination = [l:174{87}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_framework_v3.0_wpf_b56a2354fbfa0c31.cdf-ms"
        16: Move File: Source = [l:274{137}]"\SystemRoot\WinSxS\Temp\PendingRenames\5243eb37bac5cf01f3380000601f8014.$$_microsoft.net_framework_v3.0_wpf_zh-tw_49f1037553ee19b7.cdf-ms", Destination = [l:186{93}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_framework_v3.0_wpf_zh-tw_49f1037553ee19b7.cdf-ms"
        17: Move File: Source = [l:276{138}]"\SystemRoot\WinSxS\Temp\PendingRenames\92c1f037bac5cf01f4380000601f8014.$$_microsoft.net_framework_v3.0_wpf_zh-cht_a48160d888293201.cdf-ms", Destination = [l:188{94}]"\SystemRoot\WinSxS\FileMaps\$$_microsoft.net_framework_v3.0_wpf_zh-cht_a48160d888293201.cdf-ms"
        18: Move File: Source = [l:246{123}]"\SystemRoot\WinSxS\Temp\PendingRenames\0297fb37bac5cf01f5380000601f8014.$$_syswow64_xpsviewer_zh-tw_aeff686b80a8ef65.cdf-ms", Destination = [l:158{79}]"\SystemRoot\WinSxS\FileMaps\$$_syswow64_xpsviewer_zh-tw_aeff686b80a8ef65.cdf-ms"
        19: Move File: Source = [l:332{166}]"\SystemRoot\WinSxS\Temp\PendingRenames\6281fc37bac5cf01f6380000601f8014.program_files_x86_reference_assemblies_microsoft_framework_v3.0_zh-cht_f12985fe28b52094.cdf-ms", Destination = [l:244{122}]"\SystemRoot\WinSxS\FileMaps\program_files_x86_reference_assemblies_microsoft_framework_v3.0_zh-cht_f12985fe28b52094.cdf-ms"

  • Designer Workflow SharePoint 2013 error when try to assign a task forbidden

    designer Workflow SharePoint 2013 error when try to assign a task
    Next attempt scheduled in less than one minute. Details of last request: HTTP Forbidden to http://oursite/_vti_bin/client.svc/web/lists/getbyid(guid'3cd5739e-f243-4b75-a724-fdbee704913f')/ContentTypes
    Correlation Id: 56baaedd-a2d1-4377-9277-89d20cbdf434 
    and then after cancel I get
    RequestorId: da9fe991-f8d5-7f4a-7dc2-fec198a2a115. Details: System.ApplicationException: HTTP 403 {"x-ms-diagnostics":["30000000; reason=SSL is required"],"SPRequestGuid":["000515ef-1d97-4d94-a35e-f0423f2f5eaa"],"request-id":["000515ef-1d97-4d94-a35e-f0423f2f5eaa"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"SPRequestDuration":["151"],"SPIisLatency":["0"],"MicrosoftSharePointTeamServices":["15.0.0.4551"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Date":["Wed, 15 Jan 2014 17:49:27 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-Powered-By":["ASP.NET"]} at
    Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Amit,
    According to your description, my understanding is that the error occurred when you assigned a task.
    Did you install any CU for SharePoint?
    If yes, after an update has been performed, several Windows PowerShell cmdlets must be run in order to maintain the connection between the SharePoint Server 2013 farm and the Workflow Manager farm.
    $credential = [System.Net.CredentialCache]::DefaultNetworkCredentials
    $site = Get-SPSite(<siteUri>)
    $proxy = Get-SPWorkflowServiceApplicationProxy
    $svcAddress = $proxy.GetWorkflowServiceAddress($site)
    Copy-SPActivitiesToWorkflowService -WorkflowServiceAddress $svcAddress -Credential $credential -Force $true
    After running the command, re-register the workflow service to see if the issue still occurs.
    Register-SPWorkflowService: http://technet.microsoft.com/en-us/library/jj663115.aspx
    More information are provided in the link below:
    http://technet.microsoft.com/en-us/library/dn133867.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • TS Failing - OSDSetupWindows - answerFilePath empty? Error 80004005

    Hi there,
    Stumped on this for a couple of days now so here it goes : new here and somewhat "new" to SCCM (only about 4 months of experience with task sequencing + about a year with the operational side & admin)
    That being said : I'm currently trying to get an already existing TS (new client) working. But it fails during the "Setup Windows and Configuration Manager" step. As far as I understood it (reading through tons of articles), the OSDSetupWindows.exe
    will be launched (it does according to the log) and the PC should reboot (continuing with the unattend.xml) which has been created during the previous TS steps?
    I will copy/paste the log after this (firm name/server has been modified for security purposes) but I see this :
    this->answerFilePath.empty() == false, HRESULT=80004005
    This is also the errorcode that appears as the resulting code when the sequence fails. Is this the initial cause? If so : where is this answerFilePath set? It should be a read-only variable if I'm again not mistaken?
    thanks a lot for any and all help!
    /dimi
    <![LOG[Expand a string: OSDSetupWindows.exe]LOG]!><time="10:17:01.812-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="executionenv.cxx:782">
    <![LOG[Expand a string: ]LOG]!><time="10:17:01.812-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="executionenv.cxx:782">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="10:17:01.812-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="commandline.cpp:228">
    <![LOG[Set command line: OSDSetupWindows.exe]LOG]!><time="10:17:01.812-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="commandline.cpp:731">
    <![LOG[Start executing the command line: OSDSetupWindows.exe]LOG]!><time="10:17:01.812-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="instruction.cxx:722">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="10:17:01.812-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068"
    file="instruction.cxx:751">
    <![LOG[Expand a string: WinPEandFullOS]LOG]!><time="10:17:01.828-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="executionenv.cxx:782">
    <![LOG[Executing command line: OSDSetupWindows.exe]LOG]!><time="10:17:01.828-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="commandline.cpp:827">
    <![LOG[==============================[ OSDSetupWindows.exe ]===========================]LOG]!><time="10:17:01.859-120" date="04-23-2015" component="OSDSetupWindows" context="" type="1" thread="1660"
    file="setupwindows.cpp:1627">
    <![LOG[Command line: "OSDSetupWindows.exe"]LOG]!><time="10:17:01.859-120" date="04-23-2015" component="OSDSetupWindows" context="" type="1" thread="1660" file="setupwindows.cpp:1628">
    <![LOG[this->answerFilePath.empty() == false, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,351)]LOG]!><time="10:17:01.859-120" date="04-23-2015" component="OSDSetupWindows"
    context="" type="0" thread="1660" file="setupwindows.cpp:351">
    <![LOG[setup.run(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\setupwindows\setupwindows.cpp,1650)]LOG]!><time="10:17:01.859-120" date="04-23-2015" component="OSDSetupWindows" context="" type="0"
    thread="1660" file="setupwindows.cpp:1650">
    <![LOG[Exiting with code 0x80004005]LOG]!><time="10:17:01.859-120" date="04-23-2015" component="OSDSetupWindows" context="" type="1" thread="1660" file="setupwindows.cpp:1696">
    <![LOG[Process completed with exit code 2147500037]LOG]!><time="10:17:01.859-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="commandline.cpp:1123">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="10:17:01.859-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068"
    file="instruction.cxx:804">
    <![LOG[Failed to run the action: Setup Windows and Configuration Manager.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:17:01.875-120" date="04-23-2015" component="TSManager" context="" type="3" thread="1068" file="instruction.cxx:895">
    <![LOG[MP server (REMOVED). Ports 80,443. CRL=false.]LOG]!><time="10:17:01.875-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="utils.cpp:5881">
    <![LOG[Setting authenticator]LOG]!><time="10:17:01.906-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="utils.cpp:5903">
    <![LOG[Set authenticator in transport]LOG]!><time="10:17:01.906-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="libsmsmessaging.cpp:7734">
    <![LOG[Sending StatusMessage]LOG]!><time="10:17:01.922-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="libsmsmessaging.cpp:4023">
    <![LOG[Setting message signatures.]LOG]!><time="10:17:01.937-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="libsmsmessaging.cpp:1295">
    <![LOG[Setting the authenticator.]LOG]!><time="10:17:01.937-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="libsmsmessaging.cpp:1325">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SERVER.FIRM.com:80  CCM_POST /ccm_system/request]LOG]!><time="10:17:01.937-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068"
    file="libsmsmessaging.cpp:8604">
    <![LOG[Request was successful.]LOG]!><time="10:17:01.984-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="libsmsmessaging.cpp:8939">
    <![LOG[Set a global environment variable _SMSTSLastActionRetCode=-2147467259]LOG]!><time="10:17:01.984-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=false]LOG]!><time="10:17:01.984-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="executionenv.cxx:668">
    <![LOG[Clear local default environment]LOG]!><time="10:17:01.984-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="executionenv.cxx:807">
    <![LOG[Let the parent group (Setup Operating System) decides whether to continue execution]LOG]!><time="10:17:01.984-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068"
    file="instruction.cxx:1004">
    <![LOG[Let the parent group (Software and Updates) decide whether to continue execution]LOG]!><time="10:17:02.000-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068"
    file="instruction.cxx:254">
    <![LOG[Let the parent group (Setup Operating System) decide whether to continue execution]LOG]!><time="10:17:02.000-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068"
    file="instruction.cxx:254">
    <![LOG[The execution of the group (Setup Operating System) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)]LOG]!><time="10:17:02.000-120" date="04-23-2015" component="TSManager" context="" type="3" thread="1068" file="instruction.cxx:217">
    <![LOG[Failed to run the last action: Setup Windows and Configuration Manager. Execution of task sequence failed.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="10:17:02.000-120" date="04-23-2015" component="TSManager" context="" type="3" thread="1068" file="engine.cxx:213">
    <![LOG[MP server (REMOVED). Ports 80,443. CRL=false.]LOG]!><time="10:17:02.000-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="utils.cpp:5881">
    <![LOG[Setting authenticator]LOG]!><time="10:17:02.031-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="utils.cpp:5903">
    <![LOG[Set authenticator in transport]LOG]!><time="10:17:02.031-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="libsmsmessaging.cpp:7734">
    <![LOG[Sending StatusMessage]LOG]!><time="10:17:02.047-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="libsmsmessaging.cpp:4023">
    <![LOG[Setting message signatures.]LOG]!><time="10:17:02.062-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="libsmsmessaging.cpp:1295">
    <![LOG[Setting the authenticator.]LOG]!><time="10:17:02.062-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="libsmsmessaging.cpp:1325">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: SERVER.FIRM.com:80  CCM_POST /ccm_system/request]LOG]!><time="10:17:02.078-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068"
    file="libsmsmessaging.cpp:8604">
    <![LOG[Request was successful.]LOG]!><time="10:17:02.109-120" date="04-23-2015" component="TSManager" context="" type="0" thread="1068" file="libsmsmessaging.cpp:8939">
    <![LOG[Executing command line: X:\WINDOWS\system32\cmd.exe /k]LOG]!><time="10:18:05.907-120" date="04-23-2015" component="TSBootShell" context="" type="1" thread="792" file="bootshell.cpp:860">
    <![LOG[The command completed successfully.]LOG]!><time="10:18:05.907-120" date="04-23-2015" component="TSBootShell" context="" type="1" thread="792" file="bootshell.cpp:942">
    <![LOG[Successfully launched command shell.]LOG]!><time="10:18:05.907-120" date="04-23-2015" component="TSBootShell" context="" type="1" thread="792" file="bootshell.cpp:432">
    <![LOG[Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,923)]LOG]!><time="10:32:03.832-120" date="04-23-2015" component="TSManager"
    context="" type="0" thread="1068" file="tsmanager.cpp:923">
    <![LOG[Task Sequence Engine failed! Code: enExecutionFail]LOG]!><time="10:32:03.832-120" date="04-23-2015" component="TSManager" context="" type="3" thread="1068" file="tsmanager.cpp:923">
    <![LOG[****************************************************************************]LOG]!><time="10:32:03.832-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068"
    file="tsmanager.cpp:953">
    <![LOG[Task sequence execution failed with error code 80004005]LOG]!><time="10:32:03.832-120" date="04-23-2015" component="TSManager" context="" type="3" thread="1068" file="tsmanager.cpp:954">
    <![LOG[Cleaning Up.]LOG]!><time="10:32:03.832-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="tsmanager.cpp:675">
    <![LOG[Removing Authenticator]LOG]!><time="10:32:03.832-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="tsmanager.cpp:686">
    <![LOG[shKey.DeleteValue( c_szRegValue_SecurityToken ), HRESULT=80070002 (e:\nts_sccm_release\sms\framework\ccmutillib\ccmutillib.cpp,1660)]LOG]!><time="10:32:03.832-120" date="04-23-2015" component="TSManager" context=""
    type="0" thread="1068" file="ccmutillib.cpp:1660">
    <![LOG[Cleaning up task sequence folder]LOG]!><time="10:32:03.832-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068" file="utils.cpp:2329">
    <![LOG[Unable to delete file C:\_SMSTaskSequence\TSEnv.dat (0x80070005). Continuing.]LOG]!><time="10:32:04.754-120" date="04-23-2015" component="TSManager" context="" type="1" thread="1068"
    file="ccmfile.cpp:1056">

    Just had a look in the Apply Operating System step :
    1. the option "apply operating system from a captured image" is checked , the Image package is "Windows 8.1 Enterprise en-US", the Image is "1 - Windows 8.1 Enterprise"
    2. The "use an unattended or sysprep answer file for a custom installation" is NOT checked...
    So... Getting closer to a solution? I've already F8'd the PE boot and saw that the unattend.txt does exist under c:\windows\panther\unattend\unattend.xml - also filled in with our values which we specified in the "apply windows settings" +
    "apply network settings" (both following right after a "BCDBoot Fix" step I created for this UEFI device [command : bcdboot c:\windows /s c: /f UEFI /l en-us].
    My questions :
    the package option : what should I specify as this?
    the file name option : can I just use that "c:\windows\panther\unattend\unattend.xml" ?
    /dimi

  • Unspecified error (80004005) with LONG datatypes

    Hi,
    I am trying to create a recordset (using ADO/ASP) which has two or more LONG fields returned but an Unspecified error (80004005) is returned by the browser.
    Any help/hints on why this happening and whether this can be worked around.
    Thanks.
    null

    insert into temp values ('abc');
    cannot (must not) work, when the column is type long (thats a numeric type!!)
    -> here you get an ora- 00911 errorcode
    that the select doesn't work then should be clear.
    mfg f.humer

Maybe you are looking for