Random failure with "hdiutil create"

Hi everyone
I'm working on a Shell script supposed to build disk image files with hdiutil. The problem is that it randomly fails. Here is the output :
+hdiutil: create failed - erreur 49168+
That's all I get when using
+hdiutil create -format UDBZ -volname "SFML-1.6-dev-macosx" -srcfolder "/Users/me/sfml/trunk/dist/SFML-1.5-dev-macosx" "$/Users/me/sfml/trunk/dist/SFML-1.6-dev-macosx.dmg" > /dev/null+
When dropping "> /dev/null" and adding -debug, I noticed these lines before the end :
+2009-07-24 18:31:40.620 diskimages-helper\[25526:1603] deleting /Users/lucas/sfml/trunk/dist/SFML-1.6-dev-macosx.dmg+
+2009-07-24 18:31:40.620 diskimages-helper\[25526:1603] DIHelperNBI performOperation: returning 49168+
+DIHLDiskImageCreate() returned 49168+
+2009-07-24 18:31:40.842 diskimages-helper\[25526:10b] DIHelper dealloc.+
+2009-07-24 18:31:40.843 diskimages-helper\[25526:10b] -DIHelperAgentMaster terminateUIAgentConnection.+
+hdiutil: create failed - erreur 49168+
I don't understand why it would try to delete the dmg file I'm trying to make...
Here is the full log is you want to have look at it : http://pagesperso-orange.fr/c.sobecki/ceylo/data/hdiutil-failure-log.txt
All I was able to find on this error is here : http://lists.apple.com/archives/Carbon-dev/2007/Aug/msg00357.html
Where it says :
+1) Some of the files you're trying to archive are being used exclusively by another process. A couple of people figured that their Anti-Virus software (Norton AV) was to blame.+
+2) Disk space is low, and the hdiutil tool cannot perform its internal caching.+
+3) A file system error which is not detected by Disk Utility prevents proper accessing some crucial files. Repairing the disk using "Disk Warrior" did help.+
+4) Files which were put into the trash can but were not deleted yet cause problems when tried to being put into the disk image.+
1) I'm not using an antivirus
2) I've about 70 GB remaining
3) But why would it be random ? It's always the same files that are being packed.
4) I've no file in my trash.
Does anyone have an idea why it fails ?
Thanks
Ceylo

Ceylo wrote:
Hi everyone
I'm working on a Shell script supposed to build disk image files with hdiutil. The problem is that it randomly fails. Here is the output :
+hdiutil: create failed - erreur 49168+
Where it says :
+1) Some of the files you're trying to archive are being used exclusively by another process. A couple of people figured that their Anti-Virus software (Norton AV) was to blame.+
1) I'm not using an antivirus
That's not the only reason, it's just one example. If the file is locked because it's being used by another process, that might explain the randomness of what is happening.
Try running
lsof
and seeing if any of the files in question are open.

Similar Messages

  • Exchange 2013 SP1 users randomly prompted with "The Microsoft Exchange Administrator has made a change that requires you quit and restart Outlook"

    I got a call to check an issue with a Exchange Server 2013 SP1 environment recently. All server was upgraded from Exchange server 2013 CU2 to Exchange Server 2013 SP1. It was done successfully but many users were being randomly prompted with a popup in their outlook
    client with the following message:-
    “The Microsoft Exchange Administrator has made a change that requires you quit and restart Outlook”
    Although there wasn’t any changes of late in the environment there were random popups like these for multiple users. As the behaviour was not consistent and effecting the entire upgration population
    Please suggest us how to resolve the issue.
    Regards, Md Ehteshamuddin Khan All the opinions expressed here is mine. This posting is provided "AS IS" with no warranties or guarantees and confers no rights.

    Hi,
    Does the issue happen to all Outlook 2013 users? Please create a new Outlook profile to have a try.
    If it fails, please check the msExchHomePublicMDB value in ADSI Edit:
    1. In Adsiedit, expand Configuration-->CN=Services -> CN=Microsoft Exchange -> CN=domain -> CN=Administrative Groups -> CN=Exchange Administrative Group -> CN=Databases.
    2. Right-click the listed database > Properties.
    3. Check whether the msExchHomePublicMDB value is set to an available value. Please change the value to <not set>.
    4. Click OK.
    Then check whether the issue persists.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Failure with EWS via WWSAPI (native code)

    Failure with EWS via WWSAPI (native code)
    I'm trying to make a request against Exchange(*) EWS
    using WWSAPI (native code).
    Exchange replies with the error:
     "Cannot process the message because the content type 
     'application/soap+xml; charset=utf-8; 
      action="http://schemas.microsoft.com/exchange/services/2006/messages/ResolveNames"'
      was not the expected type 'text/xml; charset=utf-8'."
    It seems the SOAP envelope is ill-formed.
    If I manually create the envelope (without WWSAPI) EWS gives no error.
    Is WWSAPI supported for EWS?
    I can provide all the code for testing.
    Thanks & regards
    josue
    On WebServices tracing I see the following events:
    Sending message - bin  (id: 1): 
    3C 73 3A 45 6E 76 65 6C 6F 70 65 20 78 6D 6C 6E 73
    3A 73 3D 22 68 74 74 70 3A 2F 2F 77 77 77 2E 77 33
    2E 6F 72 67 2F 32 30 30 33 2F 30 35 2F 73 6F 61 70
    2D 65 6E 76 65 6C 6F 70 65 22 3E 3C 73 3A 48 65 61
    64 65 72 3E 3C 52 65 71 75 65 73 74 53 65 72 76 65
    72 56 65 72 73 69 6F 6E 20 56 65 72 73 69 6F 6E 3D
    22 45 78 63 68 61 6E 67 65 32 30 31 30 5F 53 50 31
    22 20 78 6D 6C 6E 73 3D 22 68 74 74 70 3A 2F 2F 73
    63 68 65 6D 61 73 2E 6D 69 63 72 6F 73 6F 66 74 2E
    63 6F 6D 2F 65 78 63 68 61 6E 67 65 2F 73 65 72 76
    69 63 65 73 2F 32 30 30 36 2F 74 79 70 65 73 22 2F
    3E 3C 2F 73 3A 48 65 61 64 65 72 3E 3C 73 3A 42 6F
    64 79 3E 3C 52 65 73 6F 6C 76 65 4E 61 6D 65 73 20
    52 65 74 75 72 6E 46 75 6C 6C 43 6F 6E 74 61 63 74
    44 61 74 61 3D 22 74 72 75 65 22 20 43 6F 6E 74 61
    63 74 44 61 74 61 53 68 61 70 65 3D 22 49 64 4F 6E
    6C 79 22 20 78 6D 6C 6E 73 3D 22 68 74 74 70 3A 2F
    2F 73 63 68 65 6D 61 73 2E 6D 69 63 72 6F 73 6F 66
    74 2E 63 6F 6D 2F 65 78 63 68 61 6E 67 65 2F 73 65
    72 76 69 63 65 73 2F 32 30 30 36 2F 6D 65 73 73 61
    67 65 73 22 3E 3C 55 6E 72 65 73 6F 6C 76 65 64 45
    6E 74 72 79 3E 43 6C 65 62 65 72 3C 2F 55 6E 72 65
    73 6F 6C 76 65 64 45 6E 74 72 79 3E 3C 2F 52 65 73
    6F 6C 76 65 4E 61 6D 65 73 3E 3C 2F 73 3A 42 6F 64
    79 3E 3C 2F 73 3A 45 6E 76 65 6C 6F 70 65 3E 
    Sending message        (id: 1): 
    <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope">
      <s:Header>
        <RequestServerVersion Version="Exchange2010_SP1" xmlns="http://schemas.microsoft.com/exchange/services/2006/types"/>
      </s:Header>
      <s:Body>
        <ResolveNames ReturnFullContactData="true" ContactDataShape="IdOnly" xmlns="http://schemas.microsoft.com/exchange/services/2006/messages">
          <UnresolvedEntry>Cleber</UnresolvedEntry>
        </ResolveNames>
      </s:Body>
    </s:Envelope>
    Error occurred: 0x803D0000 - The input data was not in the expected format or did not have the expected value.
    Error occurred: 0x0 - The format of the HTTP request was not supported by the server.
    Error occurred: 0x0 - The server returned HTTP status code '415 (0x19F)' with text
    'Cannot process the message because the content type 'application/soap+xml;
    charset=utf-8; action="http://schemas.microsoft.com/exchange/services/2006/messages/ResolveNames"'
    was not the expecte
    Error occurred: 0x0 - There was an error communicating with the endpoint at 'https://gpe-exc2k10/EWS/Exchange.asmx'.
    WsCall API failed by 0x803D0000
    (*) Microsoft Exchange 2010 SP3 with Update Rollup 7

    Thank you for the tip. I was using SOAP 1.2. After changing to SOAP 1.1 it worked fine.
    WS_ENVELOPE_VERSION soapVersion = WS_ENVELOPE_VERSION_SOAP_1_1;
    Thanks and regards,
    Josue

  • Failure with mpeg2 dvd

    I'm rendering the same sequence of about an hour to different formats mostly hd 1080p h.264 and pal to mpeg2 dvd so encore wont work hard to convert.
    last days I cant get the mpeg 2 dvd to render, I keep getting errors/failure.if I render just mpeg2 it renders perferct.
    so until I could ditch the DVD for good I realy need the AME queue with mpeg2 dvd for my workflow.
    I hav'nt checked it but I'm sure it will export mpeg2 dvd directly from PP

    the settings are done in PP
    by the way if I switch to mercury engine softwere only it renderes but very
    very slow
    2014-05-19 22:52 GMT+03:00 SAFEHARBOR11 <[email protected]>:
        failure with mpeg2 dvd  created by SAFEHARBOR11<https://forums.adobe.com/people/SAFEHARBOR11>in *Adobe
    Media Encoder (AME)* - View the full discussion<https://forums.adobe.com/message/6392014#6392014>

  • Catalog partially and randomly synced with disc. Have to find and sync A LOT.  Help!  :(

    I am just getting started with LR4.  After installation, the catalog is only partially and randomly synced with my hard drive. (Windows 7)  It seems I have to find and sync way too many files.  There are some files which don't appear in the catalog at all.  So I uninstalled and reinstalled the program and the problem is the same.  Did I miss something or do I have a corrupt program?  Can I find and sync my entire pictures file at once?

    Well, that's a clear indication that the files in question indeed are alreaday somewhere in your catalog; Lightroom is usually right about that. They might not be in the place you expect them to be though.
    You might want to look carefully through the folder structure in Lightroom and see if there are any strange folders you don't remember creating.
    One thing that might have happened during one of the imports is that instead of choosing 'add' in the import window, you had 'copy' selected. When doing that, files end up in the place defined in the right hand column of the import window. Depending on what was selected (or what was there as default), LR has created a folder e.g. with the date of the pictures as name, inside an other folder, etc.
    I encountered this kind of problem myself. An example of what happened:I have my files in folders named by date, in hierarchical year-month-day structure. Using the 'Import' function, I wanted to 'add' the '2011-05-12' to my '2011-05' folder, but erroneously selected 'copy'. Due to the selection I made last time I 'copied' files on import, the folder ended up in the folder '2011-04' - which I didn't notice at first. After the import, I couldn't find the 2011-05-12 folder, and when trying to import the whole 2011 folder with all of its subfolders, it told me that there are no pictures to import as all were already in the catalog. Like in your case, only unchecking 'don't include suspected duplicates' let me see the missing files.
    So try to see if you can find folders where they shouldn't be or folders with unusual names. If that's the case, remove them from the catalog, and your problems will disappear.

  • Hdiutil create srcdevice fails to create image

    I want to create a disk image of a Mac drive (.dmg file).
    I used:
    hdiutil create -srcdevice /dev/disk1 /Volumes/HITACHI/MacHD_20120201.dmg
    I figured that it might not be a good idea to try and image a live disk, so I unmounted it (the user dragged the disk icon to the eject icon), and I confirmed it was unmounted by looking at /Volumes. To be clear here, this isn't the boot volume, that is /dev/disk0.
    /dev/disk1 is an internal drive - as it happens it's the original drive for this OSX 10.4 G5, AND /Volumes/HITACHI is the mount point for an external USB drive.
    I have tried this twice.
    On both occassions, things seemed to go well, but after a few minutes (about 10 - 20 minutes), I observed that the target file on /Volumes/HITACHI stopped growing, then a bunch of unpleasant stuff started to happen:
    * I did lsof /Volumes/HITACHI/MacHD_20120201.dmg and found the PID of the diskimage binary, ps waux showed it was doing nothing (CPU% was 0.0). This indicates a stuck process to me.
    * The hdutil command stopped producing '.'
    * I could not cancel the hduitl command
    * I could not rm the MacHD_20120201.dmg file
    * I could not ls the /Volumes/HITACHI directory
    * unlink also hung
    A little further into this, the Mac became unresponsive. I observed that the disk was now mounted again (grrr!). As a work around I switched the USB drive off and on, and Mac came good - all my terminals started to respond, the GUI responded for the user.
    Before you ask, I did an fsck on this drive last night with no errors.
    My workaround has been to use CCC to make a clone of the disk - but I don't like this because I think .dmg files are much more convenient (for a start, now that I've used CCC I can't use the USB drive for anything else).
    You have to appreciate that I don't want to disturb the user by trying endless combinations of hdiutil, or distracting them while I'm playing with disk utility.
    My questions:
    * Is my methodology wrong? Do I really need to umount the /dev/disk1
    * Can you disable finder from automounting an internal hard drive (I am particularly interested in this)
    TIA,
    Andrew
    PS: CCC seems to be progressing well, so this eliminates a hardware problem.

    Fair points.
    As it happens I don't care if the result is bootable or not. It's a safety guard because I'm about to wipe out the source disk, it's the files, documents and settings files I want to preserve - the source disk is so corrupt it won't boot anyway.
    I wanted to do this as I can start and monitor this more easily remotely while the user is doing something else. It's also useful sometimes to know how to do something if I don't have access to something like CCC.
    For the most part CCC is a file copy, while 'hdiutil create' is a block copy, and I tend to trust block copies more.
    As it happens I've made some unusual progress in the last hour anyway, and I've changed my mind. I've decided that transferring large files over USB isn't a very sane thing to do anyway, and have used CCC to do a couple of backups. I was getting the same problems as above.
    Using a different external drive, CCC has just run very sweetly for 160GB. On the original USB external drive, I've changed the power supply and USB cable, and so far (for 28 minutes) it has run fine. With the other, cheaper looking, black cable CCC didn't run for more than about 3 minutes without stalling. I've done a tail -f /var/log/system.log and seen no USB errors so far. How odd.
    The other thing I've learned is that unmount using the disk utility seems to keep the volume unmounted - in itself very useful to know.
    I've never come across such sensitivty in the choice of cables before!
    Thanks for your response.

  • Random music with a playlist?

    Hi everyone,
    Just a simple question... I have been running with my Ipod and Nike+ thing for 2 weeks now, and Inwanted to know if it was possible to have random songs with a playlist I use for my jogging.
    I don't want random of all my songs, just from one playlist, and I don't know how to do.
    So far, it always begin with the first in alphabetical order.
    And is it possible to have statistics in an other way? instead of 5min/km, to know my km/hour average... Well, just to know, I don't care much, I can make the calcul myself, but still.
    Thx!

    Create a new Smart playlist.
    Match Rule;
    Playcount is 0 (or Last played is not in the last 2 months).
    My rating is not 1 star. (Rate songs 1 star that you don't want on the iPod)
    Limit it to 7200MB at random.
    Select teh iPod in iTunes. Click the Music tab.
    Select Sync music and Selected playliusts.
    Select this new playlist.
    When you want to change the music on the iPod, select this playlist, click a song, select all (ctrl A) then press delete.
    It will immediatley fill up again based on the criteria.
    Plug in the iPod to sync it.

  • Hdiutil: create failed - error -5341

    Hi,
        I have this error on 2 Macosx Mavericks machines:
       hdiutil: create failed - error -5341
    This happens when I create an image larger than 100MB. Here the srcfolder is 120MB:
    $ hdiutil create  -srcfolder myapp.app myapp.dmg
    hdiutil: create failed - error -5341
    The solution is to specify the size on the command line
    valodm:~ jedi$ hdiutil create -size 130m  -srcfolder myapp.app myapp.dmg
    created: myapp.dmg
       This is disturbing because this bug breaks the munkiimport tool. When trying to import the folder in Munki, I can't specify the size of the sourcefolder, so the tool fails with the error above. The workaround is to create the dmg with the command line, and then import the dmg.
        I didn't have this problem on Mountain Lion.

    Maybe size does matter?
    I once had a similar (maybe the same) error a while ago when I was creating disk images as backups of folders using Disk Utility. I eventually split the source folder into two folders and Disk Image was able to create the dmg file properly.
    Fast forward. I use hdiutil to do the same task now in a more automated way from a bash script. I just ran the script on 25 folders. 23 of them were archived into dmg files as expected. Two failed with the -5341 error.
    I edited one of the files in one of the folders slightly, reducing the file size by about 3%, ran the script again and it worked properly.
    I modified a file in the other folder that hdiutil failed on the first time and, again, it worked.
    There is no .Trash in either folder.
    Neither folder was anywhere near 520 mb. They were different sizes (~130 mb and ~260 mb).
    Conclusion: either there was something in those files, or on the area of the SSD that those files were sitting on, that was giving hdiutil a problem, or there is something with various sizes of dmg files that brings out a bug in hdituil.

  • Hdiutil create srcdevice - image not mountable

    Has anyone been able to mount or restore an image created from a hard disk using hdiutil create -srcdevice (as opposed to -srcfolder)?
    From googling I get the impression that the answer is no. I have now a backup image created from the main volume of my hard drive, and I cannot seem to restore it.
    See my related question at http://discussions.apple.com/thread.jspa?threadID=1508124&tstart=0
    cheers
    Hendrik

    Anton Grigoriev wrote:
    here http://lists.apple.com/archives/discrecording/2005/Mar/msg00008.html
    hdiutil makehybrid : every iso larger than 4 GB gets truncated at 4294967296 bytes (2^32)
    hdiutil create -srcfolder happily creates isos larger than 5 GB.
    Okay, thanks for the info regarding size limitations. Not sure what the case with -srcdevice is, though.
    you mught also look for asr - it is supposed to restore hdiutil -srcdevice images
    see e.g. http://forums.macosxhints.com/archive/index.php/t-45177.html
    I know it's supposed to, but I haven't actually seen it working. The thread from the macosxhints forum concludes that one should use -srcfolder instead of -srcdevice. So what should I do with my -srcdevice image?
    An asr restore fails on my image with an error message: 254 – Cannot validate source. I cannot perform an asr imagescan either: 79 – Inappropriate file type or format.

  • Install Failure--Unable to create recovery

    I've been trying to install lion on my macbook air and get an error message at the end that it didn't install because it couldn't create a recovery copy. I followed the directions to deal with this (created a bootable external hard drive that has a recovery copy) and I can't get past this point.

    As noted in my question, I had followed the instructions in About Lion Recovery to install Lion on an external drive and  then tried to install Lion on my internal drive. When I did that before, I booted from the internal drive and, as noted, had the same failure message. I thought perhaps I should boot from the external drive in Lion and then try to install Lion on my internal drive. This resulted in the same failure. I remain baffled.

  • Mysterious random reboot with iPod Touch 3G running 3.1 firmware

    Hi everybody,
    I ordered an iPod Touch which arrived last week, thinking that it would be the third best thing ever happened to my life (besides my girlfriend and my mac book pro). However it has been a big disappointment for me since the first day I used it.
    I have been using the iPod for about a week now, and it randomly crashes and automatically reboots 5 or 6 times a day. I tried restoring it several times but to no avail. I also closely followed this post about random crashes with iPhone running 3.1 firmware (http://discussions.apple.com/thread.jspa?threadID=2152619&start=0&tstart=0).
    At first I thought this annoying bug is common for both iPhone and iPod touch user running 3.1. But it's weird that no other user using iPod touch is complaining about the problem. So I'm thinking this might be a hardware problem.
    If you guys have any possible solution, or if you are using iPod Touch and have the same problem, please reply. I want to make sure before contacting Apple and exchange for a new one. By the way, it's totally unacceptable that:
    1. Apple didn't announce the problem and apologize to the users who are suffering and literally losing money everyday due to this bug
    2. Apple blocked the online support feature, I'm gonna have to arrange an appointment with them via phone, but the nearest apple support center is 2 hours away by car.
    Thanks for reading and I hope there's a way to address this problem soon.
    Message was edited by: Gary Cao

    apparently... no.. it still occurs in the 3.1.2
    i believe it has something to do with memory and the touch scroll. graphic? defect on the touch tech in the 3g? or am i just unlucky to pick that one?
    ... im gonna exchange or probably get my 280 bucks back from costco.
    y the memory and touch scroll? memory failure most of the time result in sudden reboot to computer. (IPOD TOUCH AND IPHONES R MINI MINI COMP SO JUST GET U IF U WANT TO ARGUE ABOUT THIS) Touch screen really just... start the reboot... on my home page. scrolling back and forth and suddenly... scratchy statically-like screen and fades in dark and then silver apple pops up. same result on scrolling on youtube, safari, and other apps that requires u to scroll. ... im just hoping that i get the ipod touch 3g again and obtain a totally not defective one

  • How to generate random objects with a click?

    Hi Guys,
    I am new to the forum so hello to you all!
    I start here with a question that doesn't leave me sleeping during the night.
    I am working on a interactive slideshow.
    That's all right, ultil now.
    Now things becomes blurry for me.
    In every page I would like to add a little animal in the lower right angle of the screen so, when u click on this animal, a baloon appears with a wroten sentence inside it.
    But, I wanto to make the sentences inside the baloon RANDOMLY different every time u click on the animal (using a selection, for example, of 30 sentences at all), but I don't really know what I have to do in order to realize my idea.
    I am not interested to create a preset cycle of sentences, but a random behavior with a click.
    any suggestion please?
    Thaks a lot and best regards!
    Theus

    As I imagined,
    I got some problems to do do that because I am new to the director use. So I can't made it working, if u cant be a little patient with me please, that's will be good!
    What I need is a more "steb by step" help if is not boring for you.
    I go to insert>control>field in order to create a field and then, after double ciking the field, I type four example sentences into the text editor that apperars, right?
    How I have to write the sentences inside the text editor in order to subdivide the text into first sentence, second sentences and so on? There is a special syntax to follow?
    I wrote these exaple sentences:
    "Triangle" "Square" "Circle" "Cube"..... As u see, I am not sure where and how I have to put the sentences in order to select them randomy
    About handlers.
    What I have to do to create an event handler?
    I created a button then i rename it ChooseRandomSentence but now I don't know what I need to do to proceed.
    Here have I to write this script?
    On ChooseRandomSentence
      global gSentenceList, gPreviousNR
      x = gSentenceList.count -- X = count sentences
      y =  random(x) -- Picks a random number from X
      repeat While y  =  gPreviousNR then -- check if number is used previous time player clicked button
          y =  random(x)
       end repeat
      put gSentenceList[y] into field "ShowSentence"  -- Shows random sentence in a field
      put y into gPreviousNR -- add number to next check
    end
    and this?
    on MouseUP
    ChooseRandomSentence
    end
    Some other questions:
    -What about letters X and Y into the exaples scripts u wrote? If I have 4 sentences, which numbers I need to use to replace X and Y?
    -I need to change sentences with  mouse clicking, and not simply moving the mouse over the sprite or the button, is MouseUP command a script about clicking or about moving over?
    As u see I am a very very beginner but I really want to learn, so hope I don't boring u with all those questions.
    Thanks again a lot
    and, If u came in Italy, there is a beer for you! cheers!!!
    Theus

  • Backup completed with status "communications failure with client" error

    Hi
    Getting error while taking filesystem backup of client in oracle secure backup.
    We have administrator server & media server on same server.
    We want to take backup of filesystem/rman backup of client host...but unable to communicate.
    following steps have done
    1.install oracle secure backup client on host
    2. add host in administrator domain server
    3.check connectivity from administrator server to client host but getting following error
    [root@isgmmlds06 ~]# obtool pingh isgmmlds250.insolutionsglobal.local
    Error: can't connect to NDMP server on isgmmlds250.insolutionsglobal.local (address isgmmlds250.insolutionsglobal.local) - timeout waiting for connection status message
    isgmmlds250.insolutionsglobal.local (address isgmmlds250.insolutionsglobal.local): Oracle Secure Backup services are available
    also tried to take filesystem backup but getting following error
    2011/09/28.19:50:49 Job created.
    2011/09/28.19:50:49 Dispatching job to run on administrative server.
    2011/09/28.19:53:59 Backup completed with status "communications failure with client".
    2011/09/28.19:53:59 (Diagnostic data: 0x20008F06/21, dev_delay 0, data_delay 900, fail, data_err.)
    2011/09/28.20:09:55 Dispatching job to run on administrative server.
    2011/09/28.20:09:59 Backup completed with status "communications failure with client".
    2011/09/28.20:09:59 (Diagnostic data: 0x20008F06/21, dev_delay 0, data_delay 900, fail, data_err.)
    2011/09/28.20:25:55 Dispatching job to run on administrative server.
    2011/09/28.20:25:59 Backup completed with status "communications failure with client".
    2011/09/28.20:25:59 (Diagnostic data: 0x20008F06/21, dev_delay 0, data_delay 900, fail, data_err.)
    2011/09/28.20:41:55 Dispatching job to run on administrative server.
    2011/09/28.20:41:59 Backup completed with status "communications failure with client".
    2011/09/28.20:41:59 (Diagnostic data: 0x20008F06/21, dev_delay 0, data_delay 900, fail, data_err.)
    2011/09/28.20:57:55 Dispatching job to run on administrative server.
    2011/09/28.20:57:59 Backup completed with status "communications failure with client".
    2011/09/28.20:57:59 (Diagnostic data: 0x20008F06/21, dev_delay 0, data_delay 900, fail, data_err.)
    2011/09/28.21:13:55 Dispatching job to run on administrative server.
    2011/09/28.21:13:59 Backup completed with status "communications failure with client".
    2011/09/28.21:13:59 (Diagnostic data: 0x20008F06/21, dev_delay 0, data_delay 900, fail, data_err.)
    2011/09/28.21:29:55 Dispatching job to run on administrative server.
    2011/09/28.21:29:59 Backup completed with status "communications failure with client".
    2011/09/28.21:29:59 (Diagnostic data: 0x20008F06/21, dev_delay 0, data_delay 900, fail, data_err.)
    Note : we are able to take filesystem/rman backup of same server where administrator domain & media server is installed.
    please revert.
    Regards
    shd

    output for pingh
    from administartor server
    [root@isgmmlds06 ~]# obtool pingh isgmmlds250.insolutionsglobal.local
    isgmmlds250.insolutionsglobal.local (address isgmmlds250.insolutionsglobal.local): Oracle Secure Backup and NDMP services are available
    and from cllient server
    [root@isgmmlds250 ~]# obtool pingh isgmmlds06
    isgmmlds06 (address isgmmlds06): Oracle Secure Backup and NDMP services are available
    Error: can't connect to Oracle Secure Backup service daemon on isgmmlds06 (address 169.254.95.120) - operation timed out

  • Import Error (Partial Set failure with RC error code = 0x84020020 for rec

    Hi,
    While importing the data through xls file , i am getting the error message "Partial Set failure with RC error code = <0x84020020> for record number
    0 through 212"  and no record get created in Data manager.
    Although i mapped all values , still it giving me an error message.
    I tried to Import other data and it was all working fine.
    Please guide
    Regards
    Sandeep Kumar

    HI,
    I checked the exl file and found that in the first column and first data  was in text format ('0001)but later on when i change the record and moved it to the last record , it worked fine. I was able to load all records including ('0001)
    I don't know wht the logic behind this:
    if my first record was ('0001), system was giving me the error and not allowing me to load the data. But when i moved the record as the last record it not only allow me to load the records but allow ('0001) also.
    If anyone have any clue , plz let me know.
    Regards
    Sandeep

  • I am experiencing network failures with my Airport Extremes: the main router is a 2nd Gen, the extension a 5th Gen. The 5th Gen keeps on losing connection with the main router. Any ideas why?

    I am experiencing network failures with my Airport Extremes: the main router is a 2nd Gen, the extension a 5th Gen.
    The 5th Gen keeps on losing connection with the main router and thus with the internet.
    Any ideas why?

    Is the second Extreme configured to "extend" the network created by the first? If so its position must be such that it has a strong wireless connection to the first Extreme. If it is at the limits of the first one's wireless range its connection will be tenuous. Place them closer together and determine if that makes a difference.

Maybe you are looking for

  • Can't open .DMG files in Mac OS X 10.7..what can i do?

    just bought a new macbook pro  with Mac OS X 10.7 i downloaded some app's like skype , all in .dmg format but i cant install them/use them.. every try to make use of .dmg files , fail! any idea about what's going wrong and what to do? thanks

  • Unable to create  previous emloyement tax details through IT delarations

    Hi , I am facing an issue while creating previous employment  tax details in ESS . Once details are filled in and I try to submit it , it displays an error " Only one record should exist from Jan 1800 -  Dec 9999 " The time constraint of the infotype

  • Enhancement RMVKON00 missing EXIT_RMVKON00_003 in 6.0

    In 4.6C, We have a cmod that contains enhancement RMVKON00.  In 6.0 that exit is gone.  I read a note that talk about readding it.  Note number 459903.  But when you try and readd the exit, it won't allow you.  Says.  "As of Release 5.0, the concept

  • Migration of CUCM and CUCX

    I plan to execute an upgrade of CUCM and CUCX from version  7.1.3.30000-1  to a version  9.1.1.20000-5 (CUCM) as well  CUCX 7.0(1)SR05_Build504  to 9.0.2.10000-71(CUCX) respectively on a VMware ESXI 5.0 . I will be grateful if someone finds a little

  • Captivate 7 - Some Users Not Getting 100% of Answers Correct with Question Remediation

    We are using Captivate 7 content to deliver courses via Adobe Connect 9.1.  We are experiencing an interesting issue with question remediation. When a user takes the quiz question and gets the answer wrong, the user is taken back to spot in the cours