File is not a BLOCK device

Hi,
Trying to configure ASM on this device and getting the error:
eating /dev/oracleasm mount point: /dev/oracleasm
Loading module "oracleasm": oracleasm
Configuring "oracleasm" to use device physical block size
Mounting ASMlib driver filesystem: /dev/oracleasm
Reloading disk partitions: done
Cleaning any stale ASM disks...
Scanning system for ASM disks...
File "/oracle/asm/disks/nfsdisk1" is not a block device
File "/oracle/asm/disks/nfsdisk1" is not a block device
File "/oracle/asm/disks/nfsdisk1" is not a block device
Cleaning any stale ASM disks...
Unmounting ASMlib driver filesystem: /dev/oracleasm
Unloading module "oracleasm": oracleasm
Loading module "oracleasm": oracleasm
Configuring "oracleasm" to use device physical block size
Mounting ASMlib driver filesystem: /dev/oracleasm
Reloading disk partitions: done
Cleaning any stale ASM disks...
Scanning system for ASM disks...
Reloading disk partitions: done
Cleaning any stale ASM disks...
Scanning system for ASM disks...
File "/oracle/asm/disks/nfsdisk1" is not a block device
What has been done:
dd if=/dev/zero of=/oracle/asm/disks/nfsdisk1 bs=8192 count=100000
100000+0 records in
100000+0 records out
819200000 bytes (819 MB) copied, 90.3162 s, 9.1 MB/s
also:
/oracleasm configure
Configuring the Oracle ASM library driver.
This will configure the on-boot properties of the Oracle ASM library
driver.  The following questions will determine whether the driver is
loaded on boot and what permissions it will have.  The current values
will be shown in brackets ('[]').  Hitting <ENTER> without typing an
answer will keep that current value.  Ctrl-C will abort.
Default user to own the driver interface [oracle]:
Default group to own the driver interface [dba]:
Start Oracle ASM library driver on boot (y/n) [y]:
Scan for Oracle ASM disks on boot (y/n) [y]:
Writing Oracle ASM library driver configuration: done
Initializing the Oracle ASMLib driver:                     [  OK  ]
Scanning the system for Oracle ASMLib disks:               [  OK  ]
not sure what else to do..
thanks

Hi,
To create Oracle ASM disks, there are some steps to do:
- Have raw Disks, and you don't have then you can create a pseudo disks with the command dd us yours.
- Install ASMLib
- Use the /etc/init.d/oracleasm to configure, create ASM disks
The command dd creates a pseudo-block disk, and this a solution: Create virtual RAW disks for Oracle ASM on Linux with single Hard Drive
# dd if=/dev/zero of=/asm/disk4 bs=1M count=2000
# losetup /dev/loop4 /asm/disk4
# /etc/init.d/oracleasm createdisk ASM4 /dev/loop4
After the creation, you should scan your ASM disks: Wadhah DAOUEHI - Creation of ASM disks on Oracle Linux using ASMLib
# /etc/init.d/oracleasm scandisks
# /etc/init.d/oracleasm listdisks
Best regards

Similar Messages

  • Can't have ASM mark a NFS file as an ASM disk : -is not a block device

    Hello,
    I’m trying to experiment with ASM for learning purpose. Because I don’t have access to a SAN, I am trying to use NFS files but I can’t manage to have ASM mark those files as ASM disks.
    [root@localhost /]# /etc/init.d/oracleasm createdisk ASM_DISK_1 /mnt/asm_dsks/dg1/disk1
    Marking disk "ASM_DISK_1" as an ASM disk: [FAILED]
    The oracleasm log says: File "/mnt/asm_dsks/dg1/disk1" is not a block device
    OK, more context now:
    I am trying to install ASM on a RHEL5 virtual machine (on vmware).
    [root@localhost /]# uname -rm
    2.6.18-8.el5 x86_64
    I followed this document:
    http://www.oracle.com/technology/pub/articles/smiley-11gr1-install.html until I got stuck at the following command:
    /etc/init.d/oracleasm createdisk ...
    Now, the NFS filesystem comes from a Solaris 10 system (the only one that's available) running on a physical sun box (this one is not a virtual system).
    I have tried many combinations. I tried creating the files on the linux VM, using dd. As root, as oracle. I tried creating them on the Solaris side, using mkfile... no matter what I try, I always get the same issue.
    I tried to follow this document: Creating Files on a NAS Device for Use with ASM (http://download.oracle.com/docs/html/B10811_05/app_nas.htm#BCFHCIEC)
    But nothing seems to work.
    Any idea, recommendations?
    Thanks,
    Laurent.

    Hi buddy,
    I guess the metalink note 731775.1 should help You.
    In fact the procedure is:
    - Create the disk devices on your NFS directory (using dd)
    - Adjuste the permissions over those files (in this case, oracle:dba)
    - Adjust the ASM_DISKSTRING at the ASM instance and setting the NFS directory in the discovery path
    - Verify if they are available at v$asm_disk view
    - Create the diskgroup using the the NFS disks that You have created.
    Hope it helps,
    Cerreia

  • Lucreate fails with: Root slice device ... for BE ... is not a block device

    Hi,
    I'm running lucreate on a Sol10u7 x86 system as I wanted to get it to u8 level. I installed:
    SUNWlucfg
    SUNWlur
    SUNWluu
    from u8 and then a patch: 121431-58
    System is not zoned and it is on ZFS with following pools:
    pool: rpool
    state: ONLINE
    scrub: none requested
    config:
    NAME STATE READ WRITE CKSUM
    rpool ONLINE 0 0 0
    c1t0d0s0 ONLINE 0 0 0
    errors: No known data errors
    pool: spool
    state: ONLINE
    scrub: none requested
    config:
    NAME STATE READ WRITE CKSUM
    spool ONLINE 0 0 0
    c0t0d0 ONLINE 0 0 0
    This is what happens:
    Creating Alternative Boot Environment..
    lucreate -n s10x_u8
    Checking GRUB menu...
    Analyzing system configuration.
    No name for current boot environment.
    INFORMATION: The current boot environment is not named - assigning name <s10x_u7wos_08>.
    Current boot environment is named <s10x_u7wos_08>.
    Creating initial configuration for primary boot environment <s10x_u7wos_08>.
    The device </dev/dsk/c1t0d0s0> is not a root device for any boot environment; cannot get BE ID.
    PBE configuration successful: PBE name <s10x_u7wos_08> PBE Boot Device </dev/dsk/c1t0d0s0>.
    Comparing source boot environment <s10x_u7wos_08> file systems with the
    file system(s) you specified for the new boot environment. Determining
    which file systems should be in the new boot environment.
    Updating boot environment description database on all BEs.
    Updating system configuration files.
    Creating configuration for boot environment <s10x_u8>.
    Source boot environment is <s10x_u7wos_08>.
    Creating boot environment <s10x_u8>.
    Cloning file systems from boot environment <s10x_u7wos_08> to create boot environment <s10x_u8>.
    Creating snapshot for <rpool/ROOT/s10x_u7wos_08> on <rpool/ROOT/s10x_u7wos_08@s10x_u8>.
    Creating clone for <rpool/ROOT/s10x_u7wos_08@s10x_u8> on <rpool/ROOT/s10x_u8>.
    Setting canmount=noauto for </> in zone <global> on <rpool/ROOT/s10x_u8>.
    Creating snapshot for <rpool/ROOT/s10x_u7wos_08/var> on <rpool/ROOT/s10x_u7wos_08/var@s10x_u8>.
    Creating clone for <rpool/ROOT/s10x_u7wos_08/var@s10x_u8> on <rpool/ROOT/s10x_u8/var>.
    Setting canmount=noauto for </var> in zone <global> on <rpool/ROOT/s10x_u8/var>.
    ERROR: Root slice device </dev/dsk/c1t0d0s0> for BE <s10x_u8> is not a block device: .
    ERROR: Cannot make file systems for boot environment <s10x_u8>.
    Please help,
    Cheers,
    Tom

    devfsadm fixed the issue,

  • SOLARIS 10 with iSCSI Problem "not a block device"

    Hi Guys.
    I almost reached it to build an iscsi connection with a Netgear readynas 2100.
    But I have still one Point which makes me a Problem!!!
    Everything works, except mounting the device....
    It always Sais me: "not a block device"
    At the bottom you can see an output of the whole configuration that I did.
    Has anybody maybe a tip for me? Thanks in advance, Mischa
    login as: root
    Using keyboard-interactive authentication.
    Password:
    Last login: Fri Dec 18 01:18:30 2009 from pnm
    Sun Microsystems Inc. SunOS 5.10 Generic January 2005
    Sourcing //.profile-EIS.....
    root@sun001 # iscsiadm list discovery
    Discovery:
    Static: disabled
    Send Targets: disabled
    iSNS: disabled
    root@sun001 # iscsiadm modify discovery -s enable
    root@sun001 # iscsiadm modify discovery -t enable
    root@sun001 # iscsiadm modify discovery -i enable
    root@sun001 # devfsadm
    root@sun001 # devfsadm -C
    root@sun001 # ping 172.16.251.215
    172.16.251.215 is alive
    root@sun001 # iscsiadm list discovery
    Discovery:
    Static: enabled
    Send Targets: enabled
    iSNS: enabled
    root@sun001 # iscsiadm add discovery-address 172.16.251.215
    root@sun001 # iscsiadm list discovery-address
    Discovery Address: 172.16.251.215:3260
    root@sun001 # iscsiadm list discovery-address -v
    Discovery Address: 172.16.251.215:3260
    Target name: iqn.2009-12.Z-NAS-B0204:znaszim
    Target address: 172.16.251.215:3260, 1
    root@sun001 # format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    0. c1t60014052E198270014ED001000000000d0 <DEFAULT cyl 65267 alt 2 hd 255 sec 63> znaszim1
    /scsi_vhci/disk@g60014052e198270014ed001000000000
    1. c3t0d0 <DEFAULT cyl 17747 alt 2 hd 255 sec 63>
    /pci@7b,0/pci1022,7458@11/pci1000,3060@2/sd@0,0
    2. c3t2d0 <DEFAULT cyl 17747 alt 2 hd 255 sec 63>
    /pci@7b,0/pci1022,7458@11/pci1000,3060@2/sd@2,0
    Specify disk (enter its number): ^C
    root@sun001 # dev
    devattr devfree devfsadm devinfo devlinks devnm devreserv
    root@sun001 # dev
    devattr devfree devfsadm devinfo devlinks devnm devreserv
    root@sun001 # dev
    devattr devfree devfsadm devinfo devlinks devnm devreserv
    root@sun001 # devfsadm -c iscsi
    root@sun001 # iscsiadm list target -S
    Target: iqn.2009-12.Z-NAS-B0204:znaszim
    Alias: LIO Target
    TPGT: 1
    ISID: 4000002a0000
    Connections: 1
    LUN: 0
    Vendor: LIO-ORG
    Product: FILEIO
    OS Device Name: /dev/rdsk/c1t60014052E198270014ED001000000000d0s2
    root@sun001 # mkdir /export/iscsi
    root@sun001 # mount /dev/rdsk/c1t60014052E198270014ED001000000000d0s2 /export/iscsi/
    mount: /dev/rdsk/c1t60014052E198270014ED001000000000d0s2 not a block device
    root@sun001 #
    -----------------------------------------------------------------

    Ok. Sorry i have to explaine it in an other way.
    The Storage Device is a Netgear Ready NAS 2100.
    Netgear Ready NAS with a Linux os.
    The OS Supports different Protocols like: CIFS / FTP / HTTP/ iSCSI etc...
    Now im trying to use an other protocoll (cifs) to store the data on the Netgear NAS.
    i found smbclient and was able to open a connection to the NAS.
    root@sun001 # /usr/sfw/bin/smbclient //172.20.0.51/video_net -U usrvideo
    Password:
    Domain=[Z-NAS-A0111] OS=[Unix] Server=[Samba 3.4.5]
    smb: \> ls
    . D 0 Tue Feb 23 11:12:04 2010
    .. D 0 Thu Feb 18 10:38:52 2010
    172.22.1.58.lnk A 747 Fri Feb 19 19:18:37 2010
    172.22.1.55.lnk A 747 Fri Feb 19 18:41:07 2010
    65535 blocks of size 33553920. 65535 blocks available
    smb: \>
    Is there a way to mount the smb connection when the server starts up?
    I have to find a way to attach the NAS like a local folder...
    And that is why i choose iSCSI before..
    Regards
    mischa
    Edited by: mischu on Feb 26, 2010 2:34 AM

  • Mount: not a block device

    i have created a solaris lun and trying to view the same from my solaris console. i want to perform i/o operations on the lun; how do i mount it? 'coz mount command gives "not a block device" error.

    It depends on the specific driver, but you usually want to mount the 'dsk' device and not the 'rdsk' device.
    Darren

  • Win  -Files were not obtained from device

    Photoshop Elements 4.0
    Windows XP
    SanDisk SD memory card
    I am a beginner. I put the memory card in the card reader. I went to Organizer. I went to "File" -- "Get Photos" -- "From camera or card reader". I could see all the photos from the memory card on the computer screen in the Photo Downloader. In the Photo Downloader, I clicked on "Get Photos". Then I got a message that said "Files were not obtained from device." Then I created a new folder and browsed to it in the Photo Downloader. This time it worked. Was the original problem that I didn't have a folder selected?

    Well, I'm guessing here, but many odd things in Elements get cleared up when you reset the preferences. This involces holding down Ctrl+shft+alt when you launch the program and then saying yes at the prompt. It's a bit tricky to get it just right if you have a fast PC but it may be worth a try.
    Colin

  • I have purchased itunes tv series, movies and music and have transferred them onto an external hard drive and tried to play them on my tv on a media hub.  The file will not load.  Is there some form of blocking by itunes or another p[roblem and how d

    I have purchased itunes tv series, movies and music and have transferred them onto an external hard drive and tried to play them on my tv on a media hub.  The file will not load.  Is there some form of blocking by itunes or another p[roblem and how do I fix it?

    You can't fix it.  iTunes bought content is DRM protected. so it can only be played on authorized devices.  i.e devices associated with the apple Id used to purchase the content.  Its copyright protection that the rights owners demand.
    Circumventing it, is illegal in most countries, and as such cannot be discussed here.  If you want to play the content you'll need to connect your computer directly to your TV, or use some other device you can authorize for iTunes content such as an iPad, iPhone , iPod touch or Apple Tv.

  • Writing files is not supported on this device (smart camera 1722)

    Hi,
    I have a smart camera NI 1722 and I want to save images that I aquire. I use the "IMAQ Write file 2.vi" and I always get this error: "Writing files is not supported on this device". 
    Is the smartcam really doesn't support to write images in a folder? I've tried to change the path (on the smartcam and on our server) but I always get the same error.
    I use LabVIEW Real-Time 8.5.1, LabVIEW 8.5.1, NI Vision 8.5 etc (all the lastest versions of LabVIEW).
    Thank you for helping me,
    Stephanie

    Hello
    If you already flattened the image, you can now save it on the hard disk of the smart camera.  To load the image, you will have to un-flatten with an image again.  See the attached document to see the block diagrams.
    I did it for a template in a pattern matching program and worked!!!
    Good Luck
    Santiago Orellana V.
    HighLights - National Instruments Ecuador
    Attachments:
    Grabacion y recuperacion de imagenes en smart camera.doc ‏28 KB

  • [SOLVED] /dev/root is not a valid block device

    After trying to boot my system after a few days of it remaining off, it fails to boot with:
    Booting the kernel.
    ERROR: resume: hibernation device '/dev/sda9' not found
    mount: /dev/root is not a valid block device
    You are now being dropped into an emergency shell.
    sh: can't access tty; job control turned off.
    [rootfs /]#
    The sda9 error has been around for quite some time, even back when it was working and I've been ignoring it all these days.
    Last edited by SgrA (2013-03-28 18:00:35)

    I did try that. Now after a few suggestions on #archlinux, I'm using LABEL's instead of device names, and SYSLINUX. The scene isn't much different, now it complains that it can't find "LABEL=Arch" instead. Here's the current fstab:
    # <file system> <dir> <type> <options> <dump> <pass>
    LABEL=Boot /boot ext2 defaults 0 1
    UUID=c9e24897-af78-4768-bf67-2302ebf17a2b /mnt/Algenib ext4 defaults 0 1
    LABEL=Arch / ext4 defaults 0 1
    UUID=2cc33548-62ef-4c22-a2c8-13bb5a979273 /mnt/Acrux ext4 defaults 0 1
    UUID=cd53f792-f142-45b2-aa0c-ab314950b53b /mnt/Mimosa ext4 defaults 0 1
    UUID=122606f2-7ef7-4746-a688-806caaacc86f /mnt/Gacrux ext4 defaults,noauto 0 1
    UUID=5b4c6ccb-b90c-488b-aa5d-135a2e98eaf0 swap swap defaults 0 0
    and here's syslinux.cfg:
    # Config file for Syslinux -
    # /boot/syslinux/syslinux.cfg
    # Comboot modules:
    # * menu.c32 - provides a text menu
    # * vesamenu.c32 - provides a graphical menu
    # * chain.c32 - chainload MBRs, partition boot sectors, Windows bootloaders
    # * hdt.c32 - hardware detection tool
    # * reboot.c32 - reboots the system
    # * poweroff.com - shutdown the system
    # To Use: Copy the respective files from /usr/lib/syslinux to /boot/syslinux.
    # If /usr and /boot are on the same file system, symlink the files instead
    # of copying them.
    # If you do not use a menu, a 'boot:' prompt will be shown and the system
    # will boot automatically after 5 seconds.
    # Please review the wiki: [url]https://wiki.archlinux.org/index.php/Syslinux[/url]
    # The wiki provides further configuration examples
    DEFAULT arch
    PROMPT 0 # Set to 1 if you always want to display the boot: prompt
    TIMEOUT 50
    # You can create syslinux keymaps with the keytab-lilo tool
    #KBDMAP de.ktl
    # Menu Configuration
    # Either menu.c32 or vesamenu32.c32 must be copied to /boot/syslinux
    UI menu.c32
    #UI vesamenu.c32
    # Refer to [url]http://syslinux.zytor.com/wiki/index.php/Doc/menu[/url]
    MENU TITLE Arch Linux
    #MENU BACKGROUND splash.png
    MENU COLOR border 30;44 #40ffffff #a0000000 std
    MENU COLOR title 1;36;44 #9033ccff #a0000000 std
    MENU COLOR sel 7;37;40 #e0ffffff #20ffffff all
    MENU COLOR unsel 37;44 #50ffffff #a0000000 std
    MENU COLOR help 37;40 #c0ffffff #a0000000 std
    MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
    MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
    MENU COLOR msg07 37;40 #90ffffff #a0000000 std
    MENU COLOR tabmsg 31;40 #30ffffff #00000000 std
    # boot sections follow
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    LABEL arch
    MENU LABEL Arch Linux
    LINUX ../vmlinuz-linux
    APPEND root=LABEL=Arch ro
    INITRD ../initramfs-linux.img
    LABEL archfallback
    MENU LABEL Arch Linux Fallback
    LINUX ../vmlinuz-linux
    APPEND root=LABEL=Arch ro
    INITRD ../initramfs-linux-fallback.img
    LABEL algenib
    MENU LABEL Algenib
    LINUX ../vml-alg
    APPEND root=UUID=c9e24897-af78-4768-bf67-2302ebf17a2b
    INITRD ../ini-alg
    #LABEL windows
    # MENU LABEL Windows
    # COM32 chain.c32
    # APPEND hd0 1
    LABEL hdt
    MENU LABEL HDT (Hardware Detection Tool)
    COM32 hdt.c32
    LABEL reboot
    MENU LABEL Reboot
    COM32 reboot.c32
    LABEL off
    MENU LABEL Power Off
    COMBOOT poweroff.com
    This is what happens:
    http://i.imgur.com/cVh1l1l.jpg
    Last edited by SgrA (2013-03-28 13:20:22)

  • Could not open the device file /dev/nvidia0

    and yet:
    [root@mythfe01 dev]# ls -alh nvid*
    crw-rw-rw- 1 root root 195, 0 Mar 26 16:06 nvidia0
    crw-rw-rw- 1 root root 195, 255 Mar 26 16:06 nvidiactl
    and:
    [root@mythfe01 dev]# lsmod | grep nv
    nvidia 4083280 0
    agpgart 28872 1 nvidia
    but:
    NVIDIA: could not open the device file /dev/nvidia0 (Input/output error).
    (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    (EE) NVIDIA(0): *** Aborting ***
    I am using a homemade kernel, but i can't think of a reason why that would prevent things from working properly considering the module loaded ok.
    Any thoughts?

    Moo-Crumpus wrote:Do you use udev? Have a look if there is a ruleset for nvidia, I remember there was one. Afaik, nvidia should be owned by the video group - well, once it was, I am not up to date and have no arch machine with nvidia right now.
    Could anyone specify how to do that? I have the exact same problem, although I use the default kernel that came with Arch.
    NVIDIA: could not open the device file /dev/nvidia0 (Permission denied).
    NVIDIA: Direct rendering failed; attempting indirect rendering.
    [kristjans@myhost ~]$ cat /proc/driver/nvidia/cards/0
    Model:           GeForce 6200 TurboCache(TM)
    IRQ:             22
    Video BIOS:      05.44.02.52.00
    Card Type:       PCI-E
    DMA Size:        39 bits
    DMA Mask:        0x7fffffffff
    [kristjans@myhost dev]$ ls -alh nvid*
    crw-rw---- 1 root 27 195,   0 2007-10-06 19:10 nvidia0
    crw-rw-rw- 1 root 27 195, 255 2007-10-06 19:10 nvidiactl
    [kristjans@myhost dev]$ lsmod | grep nv
    nvidia               6829684  40
    i2c_core               20352  2 nvidia,i2c_piix4
    agpgart                27224  2 nvidia,ati_agp
    Last edited by KSiimson (2007-10-11 04:23:18)

  • It was found an error in the OPF file: The file is not stored in Cover guide . To ensure the navigation on Kindle devices, you should correct that.

    Hi,
    I have found errors when uploading the ePub 3 fixed layout classic ebooks on Apple.
    It was found an error in the OPF file: The file is not stored in Cover <guide>. To ensure the navigation on Kindle devices, you should correct that.
    Please help me?
    Thanks,
    CK

    Thank you but please help me solve this problem.
    Kindly look at the below error:
    It was found an error in the OPF file: The file is not stored in Cover <guide>. To ensure the navigation on Kindle devices, you should correct that.
    Please let me know how it will solve.
    Thanks,
    CK

  • Adobe CS5 error Build .iso - Blu-ray Error: "device error", Code: "3", Note: "File can not o

    Hi am trying to create a bluray image .iso i loaded the gritty submenu and modified it and am getting this error
    and when i try to build it it giving me this error
    Blu-ray Error: "device error", Code: "3", Note: "File can not open.(/Volumes/Mac HD1/Adobe Encore Projects/BD/AuthorScriptHDMVSessions/Gritty Noir Submenu HD_mm_1.m2v.00_00_00_1.1.1_UTC.ves) -
    Anybody encountered this problem? Thanks I appreciate it.

    Hi,
    Remove the all the files from
    /Volumes/Mac HD1/Adobe Encore Projects/BD/AuthorScriptHDMVSessions/
    This will resolve this issue.
    This happens if any file corrupted in Volumes/Mac HD1/Adobe Encore Projects/BD/AuthorScriptHDMVSessions/ folder
    Thanks,
    Pankaj Gauba

  • TS2830 When I synch my  phone or other devices to itunes, I get a message that the following songs could not be synched to itunes because the file could not be converted. However, these are songs that I bought directly from Itunes.  Any suggestions?

    When I synch my  phone or other devices to itunes, I get a message that the following songs could not be synched to itunes because the file could not be converted. However, these are songs that I bought directly from Itunes.  Any suggestions?

    Hello rafagee,
    I understand that you are not able to sync a few songs you purchased from iTunes to your iPhone and other devices.  There may be an issue with the file, but if you have the Apple ID and password used to purchase the songs, you can redownload them.  You can even download the song directly to your iPhone.  I found an article that will give you steps to do this on your computer and on your iPhone:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Thank you for posting in the Apple Support Communities.
    Best,
    Sheila M.

  • HT1848 What if when you go to the "file menu" and scroll to devices, nothing comes up highlighted? It does not allow you to click any of the options, however they are there.

    what if when you go to the "file menu" and scroll to devices, nothing comes up highlighted? It does not allow you to click any of the options, however they are there.

    I am syncing my iphone to my iTunes account and then I do a backup and also making sure all updates are current.  Then by going to the my phone and then going to the right and selecting the restore my iphone.
    Here is a picture of what I get

  • Copy response to FTP Device failing - ERROR: E_NOENT - File Does Not Exist

    I have a asset subscription that encodes and delivers to a FTP server when a checkbox is ticked in an asset's metadata.
    Whilst the clip is transcoded and delivered, the copy response reports a failure with the message: 'ERROR: E_NOENT - File Does Not Exist: <filename>.<eextension>' referring to the transcoded file
    The subscription has 3 responses, A WMV, a FLV and a JPG compression, all of which work if I export the asset manually.
    It doesn't matter which response I put first in the Subscription as they all report the error and stop the other 2 responses.
    I have had a search through the previous discussions, but couldn't find any answers.
    I am running a fresh install of OSX Server 10.5.5 with just Final Cut Server installed, and everything is up to date (Pro Apps and FCSvr, Java etc).
    The only other apps installed are:
    Fibrejet 2.7.3
    Flip4Mac WMV Studio Pro HD 2.2.1.11
    Adobe CS3 Flash Video Encoder

    I am having a similar issue. All I am trying at the moment is a nuts and bolts copy to an FTP device. I have checked and rechecked remote directories, permissions, and login info. My copy response will transcode to a web-friendly quicktime, then fails trying to copy, saying the file doesn't exist.
    I think I am missing a fundamental part of the process but reading through the manuals hasn't turned up solutions.

Maybe you are looking for

  • How do I open the square photo books from iPad in iPhoto Mac ?

    I began creating a square photo book on iPad (iOS7) and decided that I would create the book on my Macbook instead (Mavericks) - so I could access my full photo library.  However I can only see rectangular photo book templates on the Mac. Questions:

  • JDeveloper 11g can't run Web application locally

    Hi, I'm trying to run a simple Web Application with the integrated Weblogic, but it seems that JDev can't deploy the dependents jars. For example. I have this project that has the oracle.ucm.ridc.11.1.jar file in the Library Classpath. When I try to

  • Can not attach javasource to glassfish runtime libaries

    For example, I downloaded source for javax.faces from maven. I'd like to attach it to javax.faces.jar under "GlassFish runtime Libraries", but I am not allowed to do it. I remember I can do this for GlassFish tool for GlassFish 3.1.2. Is a workaround

  • CS Review - How many reviewers can I invite?

    Hi all, I have been reserching about this type of sevices-interface for the last 3 weeks, since in my new job there are paying a lot of money to a company called LimeHouse, which has an online application similar to cs review. I am planning to presen

  • Sorting a range in Excel (from MS Project) using VBA

    Hi All I have a piece of code that exports data from MS Project to Excel and formats it in a particular way.  It all works fine, however I now need to sort the data by a second key and I cant find the solution or work it out.  Here is the piece of co