Capture Media error in javascript level

I am new in strobe media playback and OSMF. I notified that there should be calls in Flash for media error event (eventMaps[MediaErrorEvent.MEDIA_ERROR]). Could I retrieve the error ID, error message in javascript level, by adding listener in the callbacks of javascriptCallbackFunction, as similar as below
function onJavaScriptBridgeCreated(playerId) {
     if (player == null) {
                                                       player = document.getElementById(playerId);
                                                  // Add event listeners that will update the
        player.addEventListener("durationChange", "onDurationChange");
                                                       player.addEventListener("complete", "onCompleted");
                                                       player.addEventListener("mediaError", "onMediaError");
if it is right, what is the signatures for javascript function onMediaError? Thanks very much

The OSMF/SMP player will toss error messages out to another JavaScript function by default - it looks for:
onMediaPlaybackError  and if that function is present, it will pass the following 4 arguments:
(playerId, code, message, detail)
Listen for that and you will get all you need on any error.
Regards,
Rob

Similar Messages

  • Create Boot Media/Capture Media - Error -2147217379 (8004101d)

    Hello All,
    I'm trying to regenerate boot media as I've added a new Network driver to my PE environment. Driver added fine, and Boot Image regenerated successfully, on all DP's.
    The problem comes when I try to create updated Capture Media, or Dynamic Boot Media (I would hypothesize standalone boot media would have the same issue).
    It errors out with:
    Media creation failed with error code -2147217379.
    CreateTSMedia.log contains the following relevant lines:
    Creating ISO writer    CreateTsMedia    2/23/2014 4:08:12 PM    12720 (0x31B0)
    MediaGenerator::MediaGenerator()    CreateTsMedia    2/23/2014 4:08:12 PM    12720 (0x31B0)
    Pre-execution package location on media is 'file:VOL001:\SMS\bin\i386'    CreateTsMedia    2/23/2014 4:08:12 PM    12720 (0x31B0)
    Boot image AD1003AE will be staged as normal package.    CreateTsMedia    2/23/2014 4:08:12 PM    12720 (0x31B0)
    StageBaseFiles::SetTsmVariables()    CreateTsMedia    2/23/2014 4:08:12 PM    12720 (0x31B0)
    Client agent branding title for site code X11 is '%Proper Site Title%'    CreateTsMedia    2/23/2014 4:08:13 PM    12720 (0x31B0)
    Query "SELECT Props, PropLists FROM SMS_SCI_Component WHERE SiteCode = 'X11' AND ItemName = 'SMS_SITE_COMPONENT_MANAGER|%SITESERVERFQDN%'" failed    CreateTsMedia    2/23/2014 4:08:13 PM    12720 (0x31B0)
    Error retrieving site component manager settings (0x8004101d)    CreateTsMedia    2/23/2014 4:08:13 PM    12720 (0x31B0)
    MediaGenerator::~MediaGenerator()    CreateTsMedia    2/23/2014 4:08:13 PM    12720 (0x31B0)
    Failed to create media generator (0x8004101d)    CreateTsMedia    2/23/2014 4:08:13 PM    12720 (0x31B0)
    CreateTsMedia failed with error 0x8004101d, details=''    CreateTsMedia    2/23/2014 4:08:13 PM    12720 (0x31B0)
    Media creation process that was started from Admin Console completed.
        CreateTsMedia    2/23/2014 4:08:13 PM    10076 (0x275C)
    CreateMedia.exe finished with error code 8004101d    CreateTsMedia    2/23/2014 4:08:13 PM    10076 (0x275C)
    Note: some info replaced above with obfuscated data,
    I am currently running SCCM 2012 R2 with KB2905002 and KB2910552 applied.
    The last time I generated boot media (capture and dynamic) was shortly after installing 2012R2, and it succeeded without issue. I have not generated boot media since applying both of these hotfixes, as there haven't been any new drivers to add in several
    months. All of my admin consoles have both hotfixes applied, just for giggles, i spun up an admin console with neither hotfix applied, and it gave the same error. I have tried running from remote consoles, as well as locally on the primary site server.
    Does anyone have any suggestions? WMI isn't my strong suit, I tried entering wbemtest, but wasn't really sure what to look for, other than verifying that the class SMS_SCI_Component existed, though I cannot seem to figure out how to query it.
    Thanks in advance for any suggestions/tips,

    The SQL view that Jason referred to is called "vSMS_SC_Component".
    Also, to expand slightly on the WMI "unexpected error", it appears that the necessary WMI information to create the instance(s) of "SMS_SCI_Component" are present.
    Using WBEMTEST, you can connect to "root\sms\site_XXX" and click "Enum Classes..." and select "Recursive". The class for "SMS_SCI_Component" exists. The superclass that it's based on (SMS_SiteControlitem) can also
    be queried to produce the same "unexpected" error. You can see this by selecting "Enum Instances..." in WBEMTEST, selecting "recursive", and entering the superclass name "SMS_SiteControlItem". The results begin displaying
    and then when the query reaches the "SMS_SCI_Component" (presumably, I can't actually see what caused the error in WBEMTEST) it displays the same error number 0x8004101d "Unexpected error".
    Sample output from the SQL query "select * from vSMS_SC_Component":
    ID
    SiteNumber
    SiteCode
    ComponentName
    Name
    Flags
    0
    1
    XXX
    AI_UPDATE_SERVICE_POINT
    AI Update Service Point
    5
    0
    1
    XXX
    SMS_AD_FOREST_DISCOVERY_MANAGER
    HOSTNAME.TLD
    6
    0
    1
    XXX
    SMS_AD_SECURITY_GROUP_DISCOVERY_AGENT
    HOSTNAME.TLD
    6
    0
    1
    XXX
    SMS_AD_SYSTEM_DISCOVERY_AGENT
    HOSTNAME.TLD
    6
    0
    1
    XXX
    SMS_AD_USER_DISCOVERY_AGENT
    HOSTNAME.TLD
    6
    0
    1
    XXX
    SMS_AI_KB_MANAGER
    HOSTNAME.TLD
    6
    0
    1
    XXX
    SMS_ALERT_NOTIFICATION
    HOSTNAME.TLD
    6
    0
    1
    XXX
    SMS_AMT_OPERATION_MANAGER
    SMS AMT Service Point
    5

  • Error Trying to Create Capture Media Error 80004005

    Hey everyone need some help here.  I was at TechEd last week, in which I did the hands-on-lab on using boot media to capture a reference PC, can't remember the name.  Anyway, here is my problem, I tried to do the exact same set up on our setup
    and it fails.  I go through the following process:
    1.  Create Task Sequence Media
    2.  Select Capture Media
    3.  Select CD/DVD Set
    4.  Give it a name
    5.  Point to my boot image, and select my distribution point. and then
    IT FAILS!
    Media creation failed with error message: 'Unspecified error'
    Refer to CreateTsMedia.log file to find more details.
    When I look through the log file, the last item I see is:
    <![LOG[CreateMedia.exe finished with error code 80004005]LOG]!><time="14:26:31.972+240" date="05-19-2014" component="CreateTsMedia" context="" type="2" thread="5548" file="createmedia.cpp:1123">
    The info that I find seems to point to this being a problem with a USB drive not big enough to support the boot wim, but I am creating and ISO.. so whats the deal?
    Let me know what else I need to add to help me out.

    <![LOG[ ===============================================================]LOG]!><time="14:26:18.667+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548"
    file="createmedia.cpp:979">
    <![LOG[Begin media creation: ]LOG]!><time="14:26:18.669+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:980">
    <![LOG[Media: capture]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:267">
    <![LOG['Provider'=SERVER.REMOVE.FOR.SECURITY]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Site Code'=PS1]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Distribution Points(s)'=SERVER.REMOVE.FOR.SECURITY]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Boot Image Package ID'=PS100015]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Physical Media Type'=CD]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG['Media Destination'=K:\boot.iso]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:208">
    <![LOG[Media label: 'Configuration Manager 2012']LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:1025">
    <![LOG[Creating media from Admin Console]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:1029">
    <![LOG[COMMAND LINE: ]LOG]!><time="14:26:18.671+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:929">
    <![LOG[CreateMedia.exe /K:capture /N:**** /P:SERVER.REMOVE.FOR.SECURITY /S:PS1 /C:**** /D:SERVER.REMOVE.FOR.SECURITY /L:Configuration Manager 2012 /B:PS100015 /T:CD /F:K:\boot.iso ]LOG]!><time="14:26:18.671+240" date="05-19-2014"
    component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:930">
    <![LOG[Another thread has been started to create TS media]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createmedia.cpp:589">
    <![LOG[======= CreateCaptureMedia invoked =======]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createtsmedia.cpp:1207">
    <![LOG[---------------------------- CreateTsMedia ----------------------------]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="createtsmedia.cpp:245">
    <![LOG[Requested output path: K:\boot.iso (CD)]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createtsmedia.cpp:267">
    <![LOG[Total number of TS variables: 0]LOG]!><time="14:26:18.672+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createtsmedia.cpp:106">
    <![LOG[Temporary directory 'C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204' created, free space on drive 'C:' is 67565 MB]LOG]!><time="14:26:18.673+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="tempdirectory.cpp:87">
    <![LOG[Opened WMI namespace '\\SERVER.REMOVE.FOR.SECURITY\root\SMS\site_PS1' ]LOG]!><time="14:26:18.715+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="mediafactory.cpp:924">
    <![LOG[Local computer is COMPUTER]LOG]!><time="14:26:18.729+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="utils.cpp:384">
    <![LOG[Package manager created successfully]LOG]!><time="14:26:18.729+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="mediafactory.cpp:408">
    <![LOG[Local computer is Computer]LOG]!><time="14:26:18.731+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="utils.cpp:384">
    <![LOG[Creating policy manager]LOG]!><time="14:26:18.731+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="mediafactory.cpp:444">
    <![LOG[Setting up Install Toolkit]LOG]!><time="14:26:18.731+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="mediatoolkit.cpp:214">
    <![LOG[Copying package PS100015 to C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Cache]LOG]!><time="14:26:18.827+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="packagemgr.cpp:334">
    <![LOG[Retrieving info for package PS100015.119]LOG]!><time="14:26:18.827+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="packagemgr.cpp:1042">
    <![LOG[Content library is on remote system 'SERVER.REMOVE.FOR.SECURITY']LOG]!><time="14:26:19.569+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="utils.cpp:617">
    <![LOG[Connected to remote registry service on 'SERVER.REMOVE.FOR.SECURITY']LOG]!><time="14:26:19.588+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="utils.cpp:691">
    <![LOG[Content Library: Local Path='E:\SCCMContentLib', Remote Path='\\SERVER.REMOVE.FOR.SECURITY\SCCMContentLib$', File Library Usable Drives='E:\,E:\,D:\,C:\']LOG]!><time="14:26:19.592+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="utils.cpp:830">
    <![LOG[Registering package PS100015.119 with content at \\SERVER.REMOVE.FOR.SECURITY\SCCMContentLib$]LOG]!><time="14:26:19.937+240" date="05-19-2014" component="CreateTsMedia" context="" type="1"
    thread="4204" file="packagemgr.cpp:591">
    <![LOG[VerifyContentHash: Hash algorithm is 32780]LOG]!><time="14:26:22.001+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="downloadcontent.cpp:1829">
    <![LOG[Hash value of package PS100015 is verified]LOG]!><time="14:26:25.372+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="packagemgr.cpp:494">
    <![LOG[ADK installation root registry value not found.]LOG]!><time="14:26:25.373+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="wimfile.cpp:197">
    <![LOG[Loaded C:\windows\system32\wimgapi.dll]LOG]!><time="14:26:25.373+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="wimfile.cpp:334">
    <![LOG[Opening image file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Cache\PS100015\boot.PS100015.wim]LOG]!><time="14:26:25.373+240" date="05-19-2014" component="CreateTsMedia" context="" type="1"
    thread="4204" file="wimfile.cpp:412">
    <![LOG[Applying image 1 to volume C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit]LOG]!><time="14:26:25.510+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="wimfile.cpp:603">
    <![LOG[Closing image file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Cache\PS100015\boot.PS100015.wim]LOG]!><time="14:26:25.591+240" date="05-19-2014" component="CreateTsMedia" context="" type="1"
    thread="4204" file="wimfile.cpp:448">
    <![LOG[More than one resource file found in the media creation toolkit. Media resources may be in a different language than what was expected]LOG]!><time="14:26:25.593+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="2" thread="4204" file="mediatoolkit.cpp:177">
    <![LOG[Generating capture task sequence]LOG]!><time="14:26:25.613+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:1094">
    <![LOG[Downloading policies for Task Sequence (Capture)]LOG]!><time="14:26:25.618+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:294">
    <![LOG[2 policies downloaded]LOG]!><time="14:26:25.789+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:322">
    <![LOG[Stored policy 1, PolicyID='{4BC44CAD-CDE9-4058-8C83-FB4FEE22FB1D}--6F6BCC28']LOG]!><time="14:26:25.791+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="policymgr.cpp:214">
    <![LOG[Stored policy 2, PolicyID='DEP-{4BC44CAD-CDE9-4058-8C83-FB4FEE22FB1D}-PS100015-6F6BCC28']LOG]!><time="14:26:25.793+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="policymgr.cpp:214">
    <![LOG[Stored policy assignment 1]LOG]!><time="14:26:25.793+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:254">
    <![LOG[Stored policy assignment 2]LOG]!><time="14:26:25.793+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="policymgr.cpp:254">
    <![LOG[Site server not found for sitecode PS1]LOG]!><time="14:26:25.928+240" date="05-19-2014" component="CreateTsMedia" context="" type="3" thread="4204" file="siteinfo.cpp:109">
    <![LOG[Retrieval of client configuration polices has failed]LOG]!><time="14:26:25.929+240" date="05-19-2014" component="CreateTsMedia" context="" type="3" thread="4204" file="mediafactory.cpp:1030">
    <![LOG[Failed to create media generator (0x80004005)]LOG]!><time="14:26:25.929+240" date="05-19-2014" component="CreateTsMedia" context="" type="3" thread="4204" file="createtsmedia.cpp:342">
    <![LOG[CreateTsMedia failed with error 0x80004005, details='']LOG]!><time="14:26:25.929+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204" file="createtsmedia.cpp:355">
    <![LOG[Unable to delete file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing.]LOG]!><time="14:26:25.963+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1056">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing.]LOG]!><time="14:26:25.963+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386 (0x80070091).  Continuing.]LOG]!><time="14:26:25.964+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin (0x80070091).  Continuing.]LOG]!><time="14:26:25.965+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms (0x80070091).  Continuing.]LOG]!><time="14:26:25.965+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit (0x80070091).  Continuing.]LOG]!><time="14:26:25.966+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Error deleting files in temp directory (0x80070091). Retrying after delay.]LOG]!><time="14:26:25.966+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="tempdirectory.cpp:128">
    <![LOG[Unable to delete file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing.]LOG]!><time="14:26:28.967+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1056">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing.]LOG]!><time="14:26:28.967+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386 (0x80070091).  Continuing.]LOG]!><time="14:26:28.968+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin (0x80070091).  Continuing.]LOG]!><time="14:26:28.968+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms (0x80070091).  Continuing.]LOG]!><time="14:26:28.968+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit (0x80070091).  Continuing.]LOG]!><time="14:26:28.968+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Error deleting files in temp directory (0x80070091). Retrying after delay.]LOG]!><time="14:26:28.969+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="4204"
    file="tempdirectory.cpp:128">
    <![LOG[Unable to delete file C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033\TsRes.dll (0x80070005). Continuing.]LOG]!><time="14:26:31.970+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1056">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386\1033 (0x80070091).  Continuing.]LOG]!><time="14:26:31.970+240" date="05-19-2014" component="CreateTsMedia"
    context="" type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin\i386 (0x80070091).  Continuing.]LOG]!><time="14:26:31.970+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms\bin (0x80070091).  Continuing.]LOG]!><time="14:26:31.971+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit\sms (0x80070091).  Continuing.]LOG]!><time="14:26:31.971+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete directory C:\Users\ADMIN-~1\AppData\Local\Temp\_tsmedia_4204\Toolkit (0x80070091).  Continuing.]LOG]!><time="14:26:31.971+240" date="05-19-2014" component="CreateTsMedia" context=""
    type="1" thread="4204" file="ccmfile.cpp:1028">
    <![LOG[Unable to delete all files in temp directory. Giving up. (0x80070091)]LOG]!><time="14:26:31.972+240" date="05-19-2014" component="CreateTsMedia" context="" type="3" thread="4204"
    file="tempdirectory.cpp:138">
    <![LOG[Media creation process that was started from Admin Console completed.
    ]LOG]!><time="14:26:31.972+240" date="05-19-2014" component="CreateTsMedia" context="" type="1" thread="5548" file="createmedia.cpp:1065">
    <![LOG[CreateMedia.exe finished with error code 80004005]LOG]!><time="14:26:31.972+240" date="05-19-2014" component="CreateTsMedia" context="" type="2" thread="5548" file="createmedia.cpp:1123">

  • To capture unix error in oracle

    Hi,
    when a pl/sql procedure is called through unix shell scripting, if the script is errored out due to any reason , i need to capture the error details in another table using unix. it it possible instead of capturing the errores in table level inside the procedure.

    PL/SQL 101 : Exception Handling

  • Media Error in Nomad Mu

    hey there, reading previous post i think my muvo's kinda screwed?with the media error problem and should contact creative with my warrenty right?but the problem is my 2 months warrently period is over and i dunno where or how to apporach creative in solving this problem. would it be expensi've to repair this problem? and since i am no longer under warrenty i dun have the email support prevalige ( so the website says ) so.... what should i do? thanks

    kcb22:
    If you have already put a lot of files into the top-level (root) folder then you will not be able to create additional sub-folders. Delete some or all of your songs first from the player, create a folder structure and then put your songs back on, this time into the folders. You can get away with just one subfolder, called Music (or whatever) with all of your files in this folder.
    I think I'm right in saying that the Muvo TX FM can only see down to the level of one subfolder; if you go deeper than this then the songs will not be seen bu the player.
    PB

  • Sun 420 install - media error

    I am new to Sun equipment. Trying to install Solaris 9 on a Enterprise 420R Server. Installation fails and I get the following error. Are the drives bad? Any advice would be appriciated:
    Sun (
    Requested Block: 12
    vn_rdwr failed with error 0x5Block: 1209984 Sense Key: M
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6): ASC: 0x
    Vendor: TOSHIBA
    Error for Command: read(10) Error Level:
    Retryable0/4: gateway
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6
    Sense Key: Media E
    Requested Block: 1209866 Error Block: 1209864
    error), ASCQ: 0x0, FRU: 0x0
    Vendor: TOSHIBA Sd&#64;6,0 (sd6)
    Error for Command: read(10) Error Leve
    Requested Block: 1209866 Error Block: 1209864ASC:
    0x15 (random positioning error), ASCQ: 0x0, FRU: 0x0 Error
    Vendor: TOSHIBA Serial Number:
    12/12/97csi&#64;3/sd&#64;6,0 (sd6):Vendor: TOSHIBA
    Erro
    Sense Key: Media Error Error Level: Retryable
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0
    Requested Block: 1209984 Error Bl
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0
    (sd6):2"GVS:3"CG:3"WG:2"GFR:2"WR:2"CR:2"NFR:2"
    Error for Command: read(10) Error Level: Retryableng
    short na
    Error for Command: read(10) Error Leve
    Requested Block: 1209866 Error Block: 1209866C:
    0x15 (random positioning error), ASC1209866
    W
    WARNING: /pci&#64;1f,4000/s
    Error for Command: read(10)
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6): Error
    2222.2232.f27c.
    Error for Command: read(10) Error Level:
    RetryableBlock: 1209866 Error for Command: read(10)
    WARNING: /pci&#64;1f,4000
    Requested Block: 1209866 Error Block: 1209864Error
    for Command: read(10) Error Level: Retryableor Blo
    Vendor: TOSHIBA Serial Number: 12/12/97
    Requested Block: 1209856 Error Block: 1209856rred), ASC
    Sense Key: Media Error
    expo
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU:
    0x012/12/97):����������
    ASC: 0x15 (random positionin
    Error
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):rrorel: RetryablePATH:$ORACLE_HOME
    Error for Command: read(10)
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0
    alias space='d
    Sense Key: Unit Attention�����������������������
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):ower on, reset, or bus reset
    occurred), AS
    Error for Command: read(10) Error Level:
    Retryableci&#64;1f,4000/scsi&#64;3/sd&#64;6
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):
    Requested Block: 1209866 Error Block: 1209864
    Error Level: RetryableDBH AFSR 3
    10gr2
    Vendor: TOSHIBA Serial Number: 12/12/97
    Error Block: 1209856
    Sense Key: Media Error
    Vendor: TOSHIBA Sense Key: Media Error
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0mber:
    12/12/97
    ASC: 0x15 (random positioning error), A
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):edia Errorhanging to init state 0
    - plea
    Error for Command: read(10) Error Level:
    Retryableonsole) on solar
    Error for Command: read(10)
    WARNING: /pci&#64;1f,
    Requested Block: 1209866 Error Block: 1209866
    Error for Command: read(10)
    ASC: 0x15 (random positioning error), ASCQ: 0x0, FRU: 0x0 ASC:
    0x15 (random positioning error), ASCQ: 0x0, FRU: 0x0
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):i&#64;1f,4000/scsi&#64;3/d
    WARNING: /pci&#64;1f,4000/s
    Error for Command: read(10) Error Level: Retryabler
    for Command: read(10) Error Level: Retryablealevice: dis
    Requested Block: 1209866 Error Block:
    1209864quested Block: 1209856 Error Block: 1209856
    Vendor: TOSHIBA Serial Number: 12/12/97r:
    TOSHIBA Serial Number: 12/12/97ccurred), ASC
    Sense Key: Media Error
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0 ASC:
    0x15 (random positioning error), ASCQ: 0x0, FRU: 0x0 Error
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6): Level: Retryabl
    WARNING: /pci&#64;1f,4000/scs
    Error for Command: read(10) n'
    Sense Key: Media Error Serial Numb
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0
    The file just
    Sense Key: Media Errorecutable.
    W
    vn_rdwr failed with error 0x515 (random positioning error)
    WARNING:
    ASC: 0x15 (ra
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):0
    Error for Command: read
    Error for Command: read(10) Error Level: Retryable
    kobj_load_module: usba10_usb_ac error reading section headers86
    Requested Block: 1209866 Error Block:
    1209864i&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):sA
    Vendor: TOSHIBA
    Vendor: TOSHIBA Serial Number: 12/12/97
    Error for Command: read(10)
    Sense Key: Media Error
    Sense Key: Media Error6 Error Bloc
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6): Sense Key: Media Errory
    solaris"337"
    Error for Command: read(10) Error Level: RetryableRU:
    0x0
    CE AFS
    vn_rdwr failed with error 0x5 SFBN"CFSR"3"0.10<br />
    Requested Block: 1209866 Error Block: 1209864C:<br />
    0x11 (<ven<br />
    Error for Command: read(10) Error<br />
    Vendor: TOSHIBA Serial Number:<br />
    12/12/<a href="mailto:97csi&#64;3" target="_blank">97csi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a>,0 (<br />
    Requested Block: 1209866 rror 0x5P<br />
    <br />
    <br />
    Requested Block: 1209866 Error Block: 1209864<br />
    Error Level: Retryable with error 0x5 reset occur<br />
    <br />
    Vendor: TOSHIBA Serial Number: 12/12/97<br />
    Error Block: 1209864 error <a href="mailto:0x5csi&#64;3" target="_blank">0x5csi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a>,0 (sd6):CF<br />
    Vendor: TOSHIBA Serial Number: 12/12/97<br />
    Requested Block: 1209866 Error Block: 1209864der<br />
    Sense Key: Media Error Error Lev<br />
    vn_rdwr fa<br />
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0mber:<br />
    12/12/97 Requested Block: 120986<br />
    kobj_load_module: fcip<br />
    W<br />
    WARNING: /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<a href="mailto:scsi&#64;3" target="_blank">scsi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a>,0 (sd6):edia Error<br />
    vn_rdwr failed with error<br />
    <br />
    Error for Command: read(10) Error Level: Retryableled<br />
    <br />
    MC<br />
    R:2" 80c
    vn_rdwr
    WARNING: /pci&#64;1
    Requested Block: 1209866 Error Block: 1209866
    Error for Command: read(10)
    vn_rdwr failed with
    Sense Key: Media Errorror 0x5
    W
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0 ASC:
    0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):ailed with error 0
    WARNING: /pci&#64;1f,4000/s
    Error for Command: read(10)
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0
    SCSI
    Sense Key: Media Errort': retrying com
    vn_rdwr failed with error 0x511 (<vendor unique code 0x11>
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):,0 (sd6):r failed with error
    0x5code 0x11>
    Error for Command: read(10) Error Level:
    RetryableRetryable
    Error for Command: read(10) Error L
    Requested Block: 1209872 Error Block: 1209872:
    1209968or Leve
    Requested Block: 1209866 Err
    Vendor: TOSHIBA S iled6
    kobj_load_module:
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):
    Requested Block: 1209888 Error Block: 1209888
    Error Level: Retryable header failed
    Vendor: TOSHIBA Serial Number: 12/12/97
    Error Block: 1209864ead header failed
    Sense Key: Media Errorf
    Vendor: TOSHIBA
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x00:03:41
    console 0:00 ps -ef
    vn_rdwr failed wit
    Sens
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):e: to
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0ASCQ: 0x0,
    FRU:
    Sense Key: Media Error
    22""""CFCR:
    WARNING: /pci&#64;1f,4000/scsi&#64;3/sd&#64;6,0 (sd6):e code 0x11>), ASCQ: 0x6, FRU:
    0x0ted
    Error for Command: read(10) Error Level:
    Retryablewith error 0x5r Level: Retryableer failed
    WARNING: /pci&#64;1f,4000/scsi&#64;3/
    Requested Block: 1209872 Error Block: 1209872r
    Command: read(10) Error Level: RetryableenBoot 3.12, 2
    Vendor: TOSHIBA Serial Number: 12/12/97ed
    Block: 1209866 Error Block: 1209864OC3S:6"OC2S:3"OC3O
    Sense Key: Media Error
    Sense Key: M
    ASC: 0x11 (<vendor unique code 0x11>), A
    Vendor: TOSHIBA Serial Number: 12/12/97:
    1209866 Error Block: 1209864failed w
    Vendor: T
    Sense Key: Media Error Serial Numb
    Vendor:
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0ed
    Sense Key: Unit AttentionN:2"C1OF:<br />
    kobj_load_module: d<br />
    WARNING: /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<a href="mailto:scsi&#64;3" target="_blank">scsi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a>,0 (sd6): bus reset occurre<br />
    ASC: 0x11 (<ven<br />
    Error for Command: read(10) Error Level: Retryabler<br />
    fa<br />
    WARNING: /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<a href="mailto:scsi&#64;3" target="_blank">scsi&#64;3</a>/s<br />
    WARNING: /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<a href="mailto:scsi&#64;3" target="_blank">scsi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a>,0 (<br />
    Requested Block: 1209872<br />
    <br />
    Error for Command: read(10) Error Level:<br />
    Retryableense Key: Unit Attentiononfigure usr3fg.2322.2:<br />
    <br />
    ASC: 0x<br />
    Requested Block: 1209888 Error Block:<br />
    1209888platform sbin var Status<br />
    WARNING: /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<a href="mailto:scsi&#64;3" target="_blank">scsi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a><br />
    Vendor: TOSHIBA Serial Number:<br />
    12/12/97nd: read(1<br />
    Error for Command: read(10) Error Level:<br />
    Sense Key: Unit Attention<br />
    F<br />
    Requested Block:<br />
    ASC: 0x29 (power on, reset, or bus reset occurred), ASCQ: 0x0, FRU:<br />
    0x0 1209864<br />
    /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<br />
    Vendor: TOSHIBA<br />
    WARNING: /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<a href="mailto:scsi&#64;3" target="_blank">scsi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a>,0 (sd6): Serial Number:<br />
    12/12/97.f41<br />
    Error for Command: read(10) Error Level:<br />
    Retryableense Key: Media Error: 0x15 (random positioning err<br />
    <br />
    el<br />
    -rw-r--r<br />
    Sense Key:<br />
    Error for Command: read(10) Error Level: Retryableue<br />
    code 0x11>), ASCQ: 0x6, FRU: 0x0 3 ro<br />
    Error for Command: read<br />
    Requested Block: 1209888 Error Block: 1209888xr-x<br />
    10<br />
    Error for Command: read(10) Error Level: Retryable<br />
    Requested Block: 1209888 Error Block: 1209888<br />
    Vendor: TOSHIBA Serial Number: 12/12/97<br />
    Sense Key: Media Error<br />
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0<br />
    WARNING: /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<a href="mailto:scsi&#64;3" target="_blank">scsi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a>,0 (sd6):<br />
    Error for Command: read(10) Error Level: Fatal<br />
    Requested Block: 1209888 Error Block: 1209888<br />
    Vendor: TOSHIBA Serial Number: 12/12/97<br />
    Sense Key: Media Error<br />
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0<br />
    WARNING: /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<a href="mailto:scsi&#64;3" target="_blank">scsi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a>,0 (sd6):<br />
    Error for Command: read(10) Error Level: Retryable<br />
    Requested Block: 1209872 Error Block: 1209872<br />
    Vendor: TOSHIBA Serial Number: 12/12/97<br />
    Sense Key: Media Error<br />
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0<br />
    WARNING: /<a href="mailto:pci&#64;1f" target="_blank">pci&#64;1f</a>,4000/<a href="mailto:scsi&#64;3" target="_blank">scsi&#64;3</a>/<a href="mailto:sd&#64;6" target="_blank">sd&#64;6</a>,0 (sd6):<br />
    Error for Command: read(10) Error Level: Retryable<br />
    Requested Block: 1209888 Error Block: 1209888<br />
    Vendor: TOSHIBA Serial Number: 12/12/97<br />
    Sense Key: Media Error<br />
    ASC: 0x11 (<vendor unique code 0x11>), ASCQ: 0x6, FRU: 0x0

    Since it is reporting that "Vendor: TOSHIBA" I would venture to guess it is a bad DVD drive.
    Is the system up and running? If so remove the disk from the drive and see if it stops. Replace the drive if it does.

  • SCCM 2012 Capture media CD destroying HDDs

    Hey guys,We're having an odd issue down here in our office. To give a little background we have been using SCCM for about over a year now with little to no issues. This might be about the 6th image we have made via this same capture media CD so we definitely aren't new to the process.Every time we attempt to use the Capture Media CD it will get through sysprep just fine but when the computer eventually reboots as part of it's capture process it throws us the wonderful 'Non System Disk or Disk Error" message. Popping in Partition Wizard reveals that the MBR of the drive is being corrupted and every option to format the drive or otherwise perform maintenance is greyed out.We haven't been able to find anything online about this and have tried multiple different systems & different HDDs. . Has anyone experienced any similar issues?
    This topic first appeared in the Spiceworks Community

    Hi
    I don't know exactly how I should go with the virtual machine thing .
    This is just a small part in my work that I do, so I have done it the most "fastest" way for my self.
    Basically I just need 2-3 images with machine drivers and windows update installed. 
    If making image trough virtual machine would require me to create driver package for each model and then notice that x amount of devices still don't get installed and I would need to create installation package of those missing drivers. That is something I
    don't have time for...
    Also when using driver package and installation for some special drivers from their won packages it feels that it takes long. And if i have my stuff already in the WIM file, things go smoothly much faster.
    But if the virtualmachine trick is somehow superior, hit me with url. Thank you!
    Strange thing is that some time ago all worked fine. And I was thinking that if someone has seen this kind of problem before. 
    It somewhow feels that it's capturing all the drives I have attached to machine. Volyme 3 of 3. And volyme is a disk? Not a partition?
    I had usb stick (sccm capture media), machine harddriver with 350mb partition and the windows partition. Also external USB disk that it should save the WIM into.
    Probaply next I will test the same machine with different harddrive...

  • SCCM 2012 R2 - Capture Media - sysprep remains executing

    Hi,
    I am using SCCM 2012 R2.
    I have created the capture media using x86 boot image. The PC to be captured is Windows7x86PRO Spanish.
    The problem is that sysprep remains executing (aprox 1 hour before I manually shutdown), and never restarts the PC for image capture.
    The errors at smsts.log are:
    Set command line: "C:\Windows\system32\sysprep\sysprep.exe" /quiet /generalize /oobe /quit    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    Executing command line: "C:\Windows\system32\sysprep\sysprep.exe" /quiet /generalize /oobe /quit    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    Failed to show task sequence progress dialog. Error code 0x8001010e    PrepareOS    13/12/2013 13:19:24    3116 (0x0C2C)
    Failed to show task sequence progress dialog. Error code 0x800706ba    PrepareOS    13/12/2013 14:25:18    3116 (0x0C2C)
    Failed to show task sequence progress dialog. Error code 0x800706ba    PrepareOS    13/12/2013 14:26:49    3116 (0x0C2C)
    Failed to create an instance of COM progress UI object. Error code 0x8000401a    PrepareOS    13/12/2013 14:26:49    3116 (0x0C2C)
    Failed to create an instance of COM progress UI object. Error code 0x8000401a    PrepareOS    13/12/2013 14:26:49    3116 (0x0C2C)
    ServiceCtrlHandler - STOP/SHUTDOWN control request received    TSManager    13/12/2013 14:26:49    528 (0x0210)
    ServiceCtrlHandler - Signalling shutdown event    TSManager    13/12/2013 14:26:49    528 (0x0210)
    Cancel request was detected. Terminating command line execution.    TSManager    13/12/2013 14:26:49    2472 (0x09A8)
    I Have used the same CD to capture another PC (different manufacturer, same Windows and software) and the sysprep was OK and the image capture was OK.
    Please your help.
    Thanks in advance!

    Hi,
    previously in the log the following lines:
    ==============================[ OSDNetSettings.exe ]===========================    OSDNetSettings    13/12/2013 13:19:16    2528 (0x09E0)
    Command line: "osdnetsettings.exe" capture adapters:true scope:Global\{E7E5BB69-6198-4555-B5CA-6C46A2B5EB78}    OSDNetSettings    13/12/2013 13:19:16    2528 (0x09E0)
    Skipping virtual adapter 'BTH\MS_BTHPAN\7&190D8D79&0&2'    OSDNetSettings    13/12/2013 13:19:17    2528 (0x09E0)
    DNS domain name assigned by DHCP    OSDNetSettings    13/12/2013 13:19:17    2528 (0x09E0)
    DNS servers assigned by DHCP    OSDNetSettings    13/12/2013 13:19:17    2528 (0x09E0)
    Captured settings for adapter 1    OSDNetSettings    13/12/2013 13:19:17    2528 (0x09E0)
    DNS domain name assigned by DHCP    OSDNetSettings    13/12/2013 13:19:18    2528 (0x09E0)
    DNS servers assigned by DHCP    OSDNetSettings    13/12/2013 13:19:18    2528 (0x09E0)
    Captured settings for adapter 2    OSDNetSettings    13/12/2013 13:19:18    2528 (0x09E0)
    DNS domain name assigned by DHCP    OSDNetSettings    13/12/2013 13:19:19    2528 (0x09E0)
    DNS servers assigned by DHCP    OSDNetSettings    13/12/2013 13:19:19    2528 (0x09E0)
    Captured settings for adapter 3    OSDNetSettings    13/12/2013 13:19:19    2528 (0x09E0)
    OSDNetSettings finished: 0x00000000    OSDNetSettings    13/12/2013 13:19:19    2528 (0x09E0)
    Process completed with exit code 0    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    ReleaseSource() for D:\SMS\PKG\UCE00007.    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    The user tries to release a source directory D:\SMS\PKG\UCE00007 that is either already released or we have not connected to it.    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    Pre-staging of WINPE image successful    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    Opening Certificate store my ok.     PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    No Machine Certificates to delete    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    Deleting Machine Certificates succeeded    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    Executing 'C:\Windows\system32\sysprep\sysprep.exe /quiet /generalize /oobe /quit' ...    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    Command line for extension .exe is "%1" %*    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    Set command line: "C:\Windows\system32\sysprep\sysprep.exe" /quiet /generalize /oobe /quit    PrepareOS    13/12/2013 13:19:19    2852 (0x0B24)
    Thanks!

  • Capture wizard error 0x000000b7?

    I'm trying to capture an OS with the capture media wizard but keep getting a 0x000000B7 error. I have never seen this one before. I have at least one re-arm.
    Is there a log that I can look at to see what is causing this to happen?
    Louis Paxton

    Hi,
    0x0000007B =INACCESSIBLE_BOOT_DEVICE
    Enable command-line (F8) support on your boot image, start pxe boot and as soon as you see windows -screen hit F8 then type:
    imagex /capture image_path image_file "name" {"description"} {/boot |
    /check | /compress [type] | /config |
    /flags "EditionID" | /norpfix |
    /scroll | /verify}
    For more information, please review the link below:
    ImageX Command-Line Options
    http://technet.microsoft.com/en-us/library/cc749447(v=WS.10).aspx
    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.

  • Download Helper, even with paid converter upgrade, gives "Invalid Capture File" errors and will not record audio, with "File Creation Error - Unable to rename/copy audio file" Error.

    Download Helper Screen Capture worked to capture video if the default "no audio" option is active. But, no audio. The "speakers" or "microphone" audio options are confusing....the audio to be captured is from the video, so what do you choose? With either "speakers" or "microphone" selected, the captured file has poor audio and no video. Re-capture efforts (speakers) get "Invalid capture file error" and "File Creation error- Unable to rename/copy audio file"
    The paid upgrade of "Converter" doesn't work.
    Instructive documentation - not very good.
    Suggestions - Need time delay between initiation of "Record" and starting the video to be recorded.
    Could use timer tracking of the record process.
    Are there operating system limitations? (Have Windows XP Pro)

    That is an issue for the developer of that Download Helper.

  • How can I export an iMove Project if the Event file was deleted?  (Missing Media error message)

    Deep iMovie question:
    I accidentally deleted various EVENT files from my iMove EVENTS folder.  Yes, they are really gone ... this is NOT a matter of restoring them from the trash.
    The projects are still there ... I can still watch the projects as long as I am in iMovie ... but if I try to export the Project I get the MISSING MEDIA error message.
    Logic tells me that if I can view the project ... the  file has to be SOMEWHERE inside my computer ... else I couldn't be watching it ... right?  I mean what am I watching if not some file somewhere which has moving pictures stored in it?
    So HOW do I get to something I can export?  What am I watching when I watch the project?
    I have iMove 08 on iMac with OS 10.6.8
    Normally works great for my simple needs ... except if you move or delete an event file ...
    Can anyone out there help? 
    thank you,
    Natasya

    If you don't have the original files then I'm afriad you don't have anything to work with.
    Regards
    TD

  • Capture an error while creating a purchase requisition (BAPI_PR_CREATE)

    Hi All,
        I am using FM BAPI_PR_CREATE to create purchase requesition, Now my problem is that i have various items for single material now i wan to capture the error if any item has ?
    Please let me know how to do so?
    Thanks & Regards,
    Ruchi Tiwari

    Hi,
    To get the error messages after the BAPI_PR_CREATE is called,
    loop at the return table which will contain the system messages and call the following FM
    CALL FUNCTION 'FORMAT_MESSAGE'
            EXPORTING
              ID        = LS_MESSAGES-MSGID
              LANG      = '-D'
              NO        = LS_MESSAGES-MSGNR
              V1        = LS_MESSAGES-MSGV1
              V2        = LS_MESSAGES-MSGV2
              V3        = LS_MESSAGES-MSGV3
              V4        = LS_MESSAGES-MSGV4
            IMPORTING
              MSG       = LV_MESSAGE
            EXCEPTIONS
              NOT_FOUND = 1
              OTHERS    = 2.
          IF SY-SUBRC  0.
            MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.

  • Error: Current patch level of database is unknown. Use latest dbpatch build

    hi,
    I am applying EP6SP2 CM&COLL patch 5 DBPATCH.
    current portal version: version=6.0.2.29.0
    current C&COLL version: CM_COLL version=60 SP2 Patch 5
    Before applying this patch, i applied CM&COLL patch 4 hotfix 8 and the DBPATCH included in tht. Now, after applying CM&COLL patch 5, i tried to apply DBPATCH which comes with CMOLL patch5 SAR file. My database is oracle database. While applying this patch i encountred following error:
    <i>
    Current database version: SP2.CM.SPs
    ERROR: Error: Current patch level of database is unknown. Use the latest dbpatch build
    java.lang.Exception: Error: Current patch level of database is unknown. Use the latest dbp
    atch build.
            at com.sapportals.wcm.tool.dbpatch.Database.getPatchList(Database.java:48)
            at com.sapportals.wcm.tool.dbpatch.DBPatch.patch(DBPatch.java:66)
            at com.sapportals.wcm.tool.dbpatch.DBPatch.main(DBPatch.java:26)
    </i>
    Now according to SAP Note 761224, they asked us to use updated DBPATCH attached to this note. But currently there are only 3 files attached of MSSQL. I want the updated ORACLE_DBPATCH files.
    rgds,
    Nilz

    Hi,
    i m thru. i raised the question in OSS. They rectified the mistake and attached dbpatch_oracle.zip to SAP note 761224.
    rgds,
    Nilz

  • Since the capture media is no longer working for capturing Windows 8.1 images,

    Since Copy Profile doesn't work when you use the sccm capture media to capture a Windows 8.1 image
    This is how I been capturing my Windows 8.1 image.
    1. Manually sealing the image. Logged in as Administrator, I run, C:\Windows\System32\sysprep\sysprep.exe /generalize /oobe /shutdown /unattend:"C:\Windows\System32\sysprep\sysprep64-81-std.xml" this points to my answer file which contains copy
    profile=true. Once Windows is shutdown, I boot directly to PXE, using a TS of the method found in the link below.
    2. I then use this method to capture the image directly to a wim file. http://blog.coretech.dk/mip/capture-none-syspreped-image-using-sccm-running-imagex-from-a-ts/
    I'd like to hear how others are capturing there Windows 8.1 images, because I am always looking for a better method.

    Adding more info:
    Deployment Image Servicing and Management (DISM) Command-Line
    http://msdn.microsoft.com/en-us/library/jj980032(v=winembedded.81).aspx
    Sysprep (Generalize) a Windows installation
    http://technet.microsoft.com/en-us/library/hh824938.aspx
    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.

  • Gets error "-17502; System Level Exception" while running the custom Step in NI TestStnad 2010

    I have a custom teststand step which works like For loop in TestStand. Previously I was using LV 2009 and NI TestStand 4.2.1 and this step was working fine. Recently I upgraded my system to LV 2010 and TestStand 2010, since that it is not working.
    When I run the step it gives error "-17502; System Level Exception". I have attached error screenshot.
    I am using NIFlowControl.dll in this step.
    Please do the needful.
    Attachments:
    System Levle Exception error.JPG ‏25 KB

    The source code for NIFlowControl.dll ships with TestStand. Did you perhaps
    1) modify the code and rebuild this dll in teststand 4.2.1, but did not move your changes into the 2010 version and recompile the 2010 version?
    Or
    2) Move your 4.2.1 version of this dll to 2010 in which case it might be missing important code that exists only in the 2010 version. It's best to redo your code changes to the 2010 version and recompile that if needed.
    Also ideally your modified version of NIFlowControl.dll should be located in the teststand public directory rather than the program files directory.
    -Doug

Maybe you are looking for

  • No Disk error Messages in PSE8

    On and off I keep getting the following error message when I switch between Edit and Orgainzier in PSE8 and sometime other times.  Photoshop ElementsOrgainzer.exe-No Disk    There is no disk in the drive.   Please insert a disk into drive \Device\Har

  • Put 2 relevant records in a single row

    <p>Hello everybody,</p><p>I have a Attendance table, which has columns WorkDate. Schedule_IN_Time, Schedule_OUT_Time, Login_IN_Time, Login_IN_Time, Login_Type.</p><p>Now for every Login_Type = "I" or "O" there are two records. That means for a day sa

  • HP 1200 not printing pdfs/uses default fonts in Word docs

    Happy Birthday USA! Last week I loaded 10.4.10 to Mac mini and eversince I have not been able to print pdfs from Adobe Reader or print desired fonts from Word. (I have overcome default to US letter problem in Word) I have loaded latest drivers from H

  • Problem: Adapter SOAP

    Hello. My problem is recepcionar a SOAP external errors produced. The idea is that XI / IP register those errors and surrendered to a proxy SAP ECC. SOAP you want to capture. <Soap: Envelope xmlns: soap = "http://schemas.xmlsoap.org/soap/envelope/" x

  • Bizarre mouse behavior on rollOut - bug??

    I built a custom cursor out of a swf file and I am applying it on rollover to a specific item. That part works fine. The problem is the on rollOut event (or mouseOut I've tried both same exact behavior) fires CONTINUOUSLY when I move the mouse to the