Zenwork 7 app to backup file normal.dot to network drive

I'm attempting to build a simple zenwork app that backs up the file normal.dot from C:\Documents and Settings\NWUSERNAME\Application Data\Microsoft\Templates
The file no matter what will not copy to the network.
I have succussfully copied other files to the same network drive but for some reason the normal.dot will not copy
Any suggestion(s) would be most appreciated
Thanks

Originally Posted by AndersG
MurphNE,
> I have succussfully copied other files to the same network drive but
> for some reason the normal.dot will not copy
>
> Any suggestion(s) would be most appreciated
Antivirus? Also check that the file is not zero bytes
- Anders Gustafsson (NKP)
The Aaland Islands (N60 E20)
Novell has a new enhancement request system,
or what is now known as the requirement portal.
If customers would like to give input in the upcoming
releases of Novell products then they should go to
http://www.novell.com/rms
Thanks for suggestion
A) the file is not zero bits and
B) I disabled the antivirus software
and my zen app will still not copy the normal.dot file but it will copy another generic file from the same place where my normal.dot file is located
Again tanks for the suggestion
Joe Murph

Similar Messages

  • HT2674 I have an iMac purchased in May 2011.  OSX Lion 10.7.3.  I deleted backup file from the external hard drive. Now, the trash can will not empty some of the files deleted.  File folder: "Core Services" contains a locked file: "boot.efi".  It will not

    I have an iMac purchased in May 2011.  OSX Lion 10.7.3.  I deleted backup file from the external hard drive which operates from Time Machine.
    Now, the trash can will not empty some of the files deleted from the backup harddrive.
    The trash contains-- File folder: "Core Services" which contains a locked file: "boot.efi". 
    It will not delete.
    How do I get the trash can empty of these files?

    Yes, the Old Master file has a folder for each year where I find all photos from that specific year. I am attaching a screen shot of the file.
    In the meantime i have managed to download all photos (it did not download any video files though in mpg, avi, 3gp, m4v,mp4 and mov format) to a new iphoto library. Unfortunately the photos are quite mixed and often doubled up. I ma considering to purchase iphoto library which checks all duplicates in iphoto. this will save me a lot of time. What do you think?

  • I have a time machine backup file on a USB hard drive.  I bought a time capsule / airport extreme, flat 3TB.  I wish to transfer the backup file from the usb hard drive to the time capsule hard drive.  10.6.8

    I have a time machine backup file on a USB hard drive.  I bought a time capsule / airport extreme, flat 3TB.  I wish to transfer the backup file from the usb hard drive to the time capsule hard drive.  10.6.8

    Unfortunately, Time Machine backups that are stored on a drive that has been connected directly to a Mac are completely different than Time Machine backups that are stored on a Time Capsule.
    Frankly, it is not worth the effort and trouble to try to transfer the old backups to the new Time Capsule.....my opinion....having done this in the past.
    It is possible though, but I would not recommend it due to the complexity and downsides involved with this. To give you an idea of how to do this, check out this support article.
    http://pondini.org/TM/18.html
    Even if you transfer the "old" backups over to the Time Capsule successfully, Time Machine will not simply "add on" to the old backups.
    Time Machine will make a new complete backup of your Mac and then add incremental backups from that point.
    My advice.....start a new backup on the Time Capsule and move forward. Keep the USB hard drive around for a month, maybe 2 or 3 in case you need to go back to an old backup for some reason.  At that time, you will not likely need the old backups at all since you will have a current 2-3 month history of new backups.  At that point, you can erase the USB drive and use it for another purpose.

  • Have over 86GB of music now showing as "other" and although it is still on my iPod it is not playable.  Most is from imported CDs. I do have a backup file on an external hard drive. How can I fix this?

    Have over 86GB of music now showing as "other" and although it is still on my iPod it is not playable.  Most is from imported CDs. I do have a backup file on an external hard drive. How can I fix this?

    To import music into your iTunes library on the computer go to iTunes>Help>iTunes Help>Add items to iTunes and follow the instructions
    Delete the "songs" that do not play in your iTunes library and reimport them.

  • How to merge 2 TM backup files to a new TM drive?

    I have 2 MBPs with 2 external drives for TimeMachine backup. I bought a new 2T external drive recently and I want to merge the backup files on the 2 TM drives to the new big external drive. So I can use one external drive for 2 MBPs backup and free the old external drives. I have copied one TimeMachine backup files to the new external drvie. While I copied another TM backup files, It showed that the Backups.backupdb cannot be modified. What can I do?

    What is confusing to me, and perhaps others, is when you get the backups on the new drive, do you want to have two separate backups or one combined backup? Below is a screen shot of a hard drive with two separate backups on it. Is this what you are trying to do?

  • HT201250 Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How

    Hello i am using TimeMachine to back-up entire Mac image (data + system) on an usb-local drive. I would like (on top of it) add a specific plan to back up some files on a remote network drive. Does TimeMachine support multiple back-up plans ? How ?

    Time Machine is capable of backing up to multiple locations, and can be used to back up to both a local hard drive and a networked drive (provided that that drive is in or connected to a Time Capsule or another Mac that is sharing it over the network). The catch, though, is that you can't specify different things to back up to different destinations. Whatever you exclude from Time Machine backups is excluded from ALL backups, and whatever is included is included on all.
    So, get a large enough drive that you can back up everything you want in all locations, or use something else for maintaining the network backup.
    More information on these topics can be found here:
    How do I set up Time Machine to a shared drive on another Mac?
    How do I set up Time Machine to a Time Capsule or Airport Extreme?
    "Rotating" Time Machine backup disks

  • UTL_FILE - Write to a file on a mapped network drive

    Hello,
    I am trying to get the UTL_FILE package to write a file to a mapped network drive on
    Windows NT. We have the following definition in the init<SID>.ora file pointing to the
    network drive:
    UTL_FILE_DIR=v:\hawkrpt
    Here is the code to write to the file:
    CREATE OR REPLACE PACKAGE pkgUtlFileTest AS -- package spec
    PROCEDURE isp_UtlFileTest ( vcDir IN VARCHAR2,
    vcFileName IN VARCHAR2,
    vcOpenType IN VARCHAR2,
    vcMessage1 IN VARCHAR2 );
    END pkgUtlFileTest;
    CREATE OR REPLACE PACKAGE BODY pkgUtlFileTest AS -- package body
    PROCEDURE isp_UtlFileTest ( vcDir IN VARCHAR2,
    vcFileName IN VARCHAR2,
    vcOpenType IN VARCHAR2,
    vcMessage1 IN VARCHAR2 ) IS
    -- vcDir is the utl file directory
    -- vcOpenTpye is the open type a = append, w = write or r = read
    -- vcFileName is any file name you want.
    -- vcmessage is the entry you want placed into the file
    vcUtlFile UTL_FILE.FILE_TYPE;
    BEGIN
    IF LOWER(vcOpenType) = 'a' OR LOWER(vcOpenType) = 'w' THEN
    vcUtlFile := UTL_FILE.FOPEN(vcDir, vcFileName, vcOpenType);
    UTL_FILE.PUT_LINE(vcUtlFile, vcMessage1);
    UTL_FILE.FCLOSE(vcUtlFile);
    END IF;
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    DBMS_OUTPUT.PUT_LINE('no_data_found');
    UTL_FILE.FCLOSE_ALL ();
    WHEN UTL_FILE.INVALID_PATH THEN
    DBMS_OUTPUT.PUT_LINE('UTL_FILE.INVALID_PATH');
    UTL_FILE.FCLOSE_ALL ();
    WHEN UTL_FILE.READ_ERROR THEN
    DBMS_OUTPUT.PUT_LINE(' UTL_FILE.READ_ERROR');
    UTL_FILE.FCLOSE_ALL ();
    WHEN UTL_FILE.WRITE_ERROR THEN
    DBMS_OUTPUT.PUT_LINE('UTL_FILE.WRITE_ERROR');
    UTL_FILE.FCLOSE_ALL ();
    WHEN UTL_FILE.INVALID_OPERATION THEN
    DBMS_OUTPUT.PUT_LINE('UTL_FILE.INVALID_OPERATION');
    UTL_FILE.FCLOSE_ALL ();
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE('OTHER ERROR' );
    UTL_FILE.FCLOSE_ALL ();
    END isp_UtlFileTest;
    END pkgUtlFileTest;
    Here is the code to execute the stored procedure:
    Begin
    pkgUtlFileTest.ISP_UTLFILETEST('v:\hawkrpt','test.txt','w','This is a test');
    End;
    When the stored procedure is executed, the following error is returned:
    UTL_FILE.INVALID_OPERATION
    Can someone tell me how to get the UTL_FILE package to write a file to a network drive
    on a Windows NT server?
    Your help will be greatly appreciated!
    Mike

    Did you restart the database after changing the init.ora parameter? Make sure that you have this new value in v$parameter view.

  • I've transfered my backup files from an external hard drive to my Mac; how do I get combine the two "users" on my Mac so I only have one?

    I've had to re-install my backup files from to my MacBookPro after a software repair wiped out all my data. Now I have two Users identities on my laptop. Is there a way to combine them or get rid of one?

    Drag one account's home folder to the other account's desktop, open the Users & Groups pane of System Preferences, and delete that account.
    (75646)

  • I have an older IMAC mid 2007 intel core.  I want to transfer my backup files from an older Maxtor drive to a new one.  My old drive is not support by Yosemite.  Can I transfer the files to a new supported drive?

    I have an older IMAC mid 2007 intel core.  I want to transfer my backup files from an older Maxtor One Touch drive to a new one.  My old drive is not support by Yosemite.  Can I transfer the files to a new supported drive?  I haven't bought a new one yet.  Any suggestions as to which new one to purchase?

    See if you can get the drive to mount. See mount section of 1st link.
    Disk Unmount Using Terminal
    Disk Utility – Force Mount Disk

  • Can't recover backup files off of external hard drive. HELP!!! :(

    Recently I had to restore my laptop to its factory settings. Before doing this I made a backup on my "2TB WD My Book Essential External Hard Drive", using a suggested back up program simply titled "Back Up Files". The file it made on it is called "MINWINPC" and it has 2 folders in it that are titled "backup Files 2011-12-08-042146" and "Backup Files 2011-12-08-051659". The second one is the only one with anything in it an application titled "Backup.1.exe".
    here are the details of "Backup.1.exe":
    File description: RestoreWiz Application
    Type: Application
    File version: 8.0.92.0
    Product name: RestorWiz
    Product version: 8.0.92.0
    Copyright: Solft Thinks Copyright (C) 2008
    Size: 2.93 MB
    Date modified: 12/8/2011 5:17AM
    WhenIi click on the "Backup.1" application it opens up recovery manager. It asks me what files I want to restore and where I want to restore my backup. 
    I choose OS( C: ). It then tells me the location my files will be restored to, C:\System Recovery files. 
    Then it starts scanning for files to restore. This lasts a minute or 2 before an error message pops up.
    "Runtime error! program: G:\MINWINPC\backup.1.exe
    This application has requested the runtime to terminate it in an unusual .
    Please contact the application's support team for more information."
    I click ok to have another message from Microsoft windows pop up that says 
    "RestoreWiz Application has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available."
    Does anyone have any suggestions on how to fix this problem? I would really like to get my backed up files back onto my computer
    My System Information:
    Manufacturer & Model: HP Pavilion dv7 Notebook PC/NM101UA#ABA
    Type of Computer: Laptop
    CPU: Intel Mobile Core 2 Duo T6400 @ 2.00GHz 73 °C Penryn 45nm Technology
    Motherboard: Hewlett-Packard 3624 (CPU) 69 °C
    Mem: 4.00 GB Dual-Channel DDR2 @ 398MHz (6-6-6-18)
    HDD: 244GB Seagate ST9250320AS ATA Device (SATA) 33 °C 244GB Seagate ST9250320AS ATA Device (SATA) 38 °C Video: Generic PnP Monitor (1600x900@60Hz) 1024MB ATI Mobility Radeon HD 4650 (HP)
    Sound: High Definition Audio Device IDT High Definition Audio CODEC Bluetooth Hands-free Audio Bluetooth St
    OS: MS Windows Vista Home Premium 64-bit SP1
    Monitor: Generic PnP Monitor on ATI Mobility Radeon HD 4650 (1600x900 60Hz) ;work res(1600x870 60Hz)
    ISP: Suddenlink
    My System Information:
    Manufacturer & Model: HP Pavilion dv7 Notebook PC/NM101UA#ABA
    Type of Computer: Laptop
    CPU: Intel Mobile Core 2 Duo T6400 @ 2.00GHz 73 °C Penryn 45nm Technology
    Motherboard: Hewlett-Packard 3624 (CPU) 69 °C
    Mem: 4.00 GB Dual-Channel DDR2 @ 398MHz (6-6-6-18)
    HDD: 244GB Seagate ST9250320AS ATA Device (SATA) 33 °C 244GB Seagate ST9250320AS ATA Device (SATA) 38 °C Video: Generic PnP Monitor (1600x900@60Hz) 1024MB ATI Mobility Radeon HD 4650 (HP)
    Sound: High Definition Audio Device IDT High Definition Audio CODEC Bluetooth Hands-free Audio Bluetooth St
    OS: MS Windows Vista Home Premium 64-bit SP1
    Monitor: Generic PnP Monitor on ATI Mobility Radeon HD 4650 (1600x900 60Hz) ;work res(1600x870 60Hz)
    ISP: Suddenlink

    sooooo no one has any suggestions? 
    My System Information:
    Manufacturer & Model: HP Pavilion dv7 Notebook PC/NM101UA#ABA
    Type of Computer: Laptop
    CPU: Intel Mobile Core 2 Duo T6400 @ 2.00GHz 73 °C Penryn 45nm Technology
    Motherboard: Hewlett-Packard 3624 (CPU) 69 °C
    Mem: 4.00 GB Dual-Channel DDR2 @ 398MHz (6-6-6-18)
    HDD: 244GB Seagate ST9250320AS ATA Device (SATA) 33 °C 244GB Seagate ST9250320AS ATA Device (SATA) 38 °C Video: Generic PnP Monitor (1600x900@60Hz) 1024MB ATI Mobility Radeon HD 4650 (HP)
    Sound: High Definition Audio Device IDT High Definition Audio CODEC Bluetooth Hands-free Audio Bluetooth St
    OS: MS Windows Vista Home Premium 64-bit SP1
    Monitor: Generic PnP Monitor on ATI Mobility Radeon HD 4650 (1600x900 60Hz) ;work res(1600x870 60Hz)
    ISP: Suddenlink

  • How do I delete files from HFS+-formatted network drive

    Relevant system components:
    Very recent iterations of a MBA and MBP both running 10.7.4
    Cisco Linksys e4200v1 wireless router, FWver1.0.04
    Seagate 1.5 Tb FA GoFlex external drive
    Full-size, single partition reformated by DiskUtility to HFS+ (Mac extended volume, Journaled)
    Connected by USB to storage port on e4200
    Storage set to share at root with either Anon r&w access or admin level user acct.
    Demonstrated read and write access
    I have set up an external drive as above.  The drive is to be used to archive large amounts of uncommonly used data (not a backup) and then is backed up to crashplan+ off-site. 
    The drive came formatted as FAT32 (I believe.) As we still have one PC and all individual files are smaller than 4Gb, I set up the archive drive as formated out of the box. 
    Data was written to the drive without issue, backed upi off-site with no issue and accessed a couple times.
    The issue came when recently upgraded some itunes albums.  These albums had been previously removed from the library and from the computer and stored in the archive drive.  These albums were upgraded and redownloaded from apple generating a copy of the album data, but in a superior format (no-drm, greater sampling rate.) This made the archived files obsolete and generated a risk of mixing versions.  I decided to delete the obsolete files from archive.
    When I attempted to do this by selecting, right-clicking and chosing "move to trash"  I was prompted that this was not a "undo-able" action, suggesting that while I was selecting "move to trash," the action would not generate a copy in the trash.  Next I was prompted to enter my user and PW.  The only user and PW combo that would not cause the dialog to "shake it's head" at me, was my computer user-specific password.  The network or drive associated user and PW combos would not take.  When I entered my computer user and PW, it was accepted, but a dialog labeled "Trash" popped up with small font, reading "The operation can't be completed because you don't have permission to access some of the items."
    Trying to delete only a random selection of one or two files would not work. 
    I checked the drive permissions and was only able to see "You have custom access."  This is not modifiable.  I attempted to alter my access permissions from the router, but made no headway.  Again, I could read and write, as the router setup suggests, but not "modify," to use a windows term.
    Assuming, with little data, that the FAT32 was perhaps at issue I unmounted the network drive, connected it by USB and reformated as above.  After formating, I tried the same procedure with no change in outcome.
    I am nearly 100% sure that when the drive was connected by usb, I could delete to my heart's content, but not when it is connected via network.
    I will note that the drive is accessed by first connecting to the router, which the mac sees as a "PC."  This access can be controlled, but can be set to anon.
    When I connect I see two identically named folders.  One is a sharepoint folder and one is a volume.  They access the same data. Deleting thorugh either route has identical outcomes.
    As I am a complete newb to Macs, I am really not sure where I should even begin to look for access.  Should I bind my router access to my user acct?  Is this even doable? Can I reset permissions to this folder through the terminal?  Is this really a Cisco or Seagate issue? 
    Any knowledgable advice is appretiated.  I can do the speculating.

    Ugh.
    This is not an Apple issue.  This is a permission issue associated directly with the router.  No settings on the mac need to be touched to solve this issue.
    In this specific case, it was required that I enter into the router storage settings (192.168.0.1,) disable all anon access, save settings, log in as admin (or just r&w) PRIOR TO deleting the files, then delete the files.
    I was trying to enter login info AFTER trying to delete the files. Obviously, that didn't work.
    Anyway.  I hope this might help someone. 

  • How to move iTunes from a PC to a MAC when files are in a network drive

    Warning! This is my first experience with a MAC!!!
    All right, I am one of those guys who has been working with PCs since the beginning of times, but my wife finally convinced me to try a MAC. So far, so good (all right, I admit it...I kind of like it...) but I need some help with my Itunes library.
    I had itunes setup in a network drive when using my PC. The Network drive and folder were Z:\Music\iTunes.
    I want to use iTunes with my MAC now. I do not want to change the location of the files in my external drive.
    I have managed to view the external hard drive folders with the MAC. However, the name of the folder is different "WORKGROUP;WD-NETCENTER/music/iTunes" when I look at the folder info.
    What do I need to do to make this work?
    Thanks in advance!
    maf2

    Community for iTunes
    iTunes
    iTunes for Windows
    iOS About iTunes backups
    iTunes Backing up, updating, and restoring iOS so
    Moving iTunes Media folder
    iTunes How to move your music to a new computer
    http://www.apple.com/support/itunes - .../support + product name always a good place to start looking
    Transferring your iTunes Library iLounge
    - this has been a useful tutorial in the past and commonly recommended.

  • Mac app can't connect to a windows network drive

    loadMovie("\\\\corpflash01\\WebContent\\swf\\jkLowerRight.swf",
    portfolio_mc);
    or this
    loadMovie("//corpflash01/WebContent/swf/jkLowerRight.swf",
    portfolio_mc);
    works correctly on any window's machine inside my company's
    network but only when I export to a windows exe.
    When I export to a mac app, and run it on a mac, I can't
    locate these swfs on the network.
    Is there something special I have to do to get a mac to be
    able to read swfs off a network drive?
    Thanks!

    *HELLO I WILL USE BOLD BELOW TO MAKE MY COMMENTS*
    OK you will have to some simple things.
    1. Find a third party time Time Server that you can use both on your Mac and Windows 7. I say this because of both modern sharing systems use kerberos. If you don't want to do that (or don't know how) just make sure both the you Mac and the Windows 7 machine are set to get their Time Clock updates automatically from an internet Time sever.
    *BOTH COMPUTERS ARE ON THE AUTOMATICALLY INTERNET SERVER*
    2. Read the article File Sharing: Win 7 and Snow Leopard: Introduction.
    *READ THE WHOLE ARTICLE AND DID EVERY SINGLE STEP AND WHEN I INPUT THE IP ADRESS I CLICK CONNECT AND IT DOES NOT CONNECT, SAME DIALOG BOX SAYING. EVERYONE ELSE IN MY OFFICE IS USING WINDOS AND CAN CONNECT WITH NO PROBLEM*
    3. If you want to use the Finder toolbar Network pane automatically then read the Apple discussion Snow Leopard 10.6.4 not showing Windows 7 Machines on Finder's Shared.
    *I DID FOLLOW ALL THE STEPS LISTED HERE WITH THE SAME RESULT. I CANT CONNECT.*
    With this information you shouldn't have trouble sharing files with a Windows 7 machine.

  • Questions on organizing/sharing music files on 3 PC networked drive

    I just added 1Tb network drive to 3 pc home network... I am planning on moving my iTunes music folder from the older, smaller network drive. I exceeded the 160GB size of the old drive when converting all of the WMA losselss files to Apple lossless while maintaining the old WMA files(I still think the Windows Media Player system is superior). With the new addition to our network, I am planning on the 3 pcs sharing music files... (my wife has been using iTunes for a while, I have just recently went over to the dark side)
    What is the best way to organize the files??
    -How to shuffle all without the folder of Christmas & Holiday music playing.
    -Segregate each users individual files.
    Any advice or suggestions are appreciated, I know it would save a lot of time and pain instead of the trial and error method.

    Thanks, Jason & Mike. This is how I resolved the problem. Turned out the disk with the data was in NTFS format. Neither my eMac nor my wife's Carbon iMac (prehistoric, in other words) was able to read it, on repeated attempts. In process I discovered (to my surprise) that the external hard drive attached to my eMac (a 320 Gig My Book) was formatted in FAT 32 format, and that the PC laptop (Thinkpad) read from it, and wrote to it, without any problem. (Is FAT 32 less than optimal for use with a pre-Intel Mac?). So I just copied the needed files from the NTFS disk to the FAT 32 disk, via the Thinkpad. When I reconnected the FAT 32 drive to the eMac, it turned out that it was easy [with some fiddling] to put the titles of the new music into the iTunes Library, without having to copy the music itself into iTunes. Making playlists does still seem to have to go manually. Sometimes the "New Playlist from Selection" option automatically gives a name (the original name) to the album from which the music came, sometimes it doesn't. Rationale not clear to me. Other problem: often the sequence is jumbled (this is after I added the whole collection of folders containing music to my iTunes Library in one fell swoop). Usually it was possible to correct this by copying track names for albums one album at a time from the external HD (in Columns view, selecting all the tracks in each folder simultaneously) directly into the playlist; the playlist name then always had to be copied or typed in separately. I don't know if I'm missing an easier route. Also, I see that I have version 4.7.1 of iTunes - I'll download a newer version! Don't know whether newer version will affect what I want to do in a positive sense.

  • Firefox Does Not Open a Link Pointing to a .bat file on a the network drive on local website

    Make and model of network drive?
    --HP Priliant DL580 G5
    How is you network set up?
    --Novell Netware 6.5
    What router are you using?
    --Cisco router c3825
    What are you trying to do with the batch file?
    --simple program that launches a batch file that is in the network drive
    Interent Explorer shows the following when launching the link.
    >File Download-Security Warning
    >do you want to run or save this file?
    >Name: johndoe.bat
    >Type: MS-DOS Batch File, 308 bytes
    >From T:\xx\xxxbat
    Has this worked in previous versions of FireFox?
    >no and it does not work with newer v11.
    Whats the issue with using IE if it works from IE?
    >we have users that use FF on regular bases and just for a link to switch browser it is not user friendly. all though we are supporting two browsers we do not want to take FF out of network.
    Is there a reason you want to use FireFox?
    >FF has gained popularity in our agency and it would be best to have this link work on FF as well.
    --HERE IS THE CODE--
    <td valign="top"><a href="file:///T:/Geosupport Desktop Edition/bat/Goat.bat"
    type="application/bat" target="_blank"><img src="../../images/technology/Goat.gif" alt="Goat" width="32" height="28" hspace="4" vspace="2" border="0" align="left"></a>Geosupport On-Line Address Translator, or GOAT, is an interactive Windows application that allows the user to request geographic data through Geosupport function calls. Use of GOAT requires no programming skills and provides valuable information to the casual user.<br>

    Firefox sees that (at least local or network dive located) .bat files are text and renders them as such. To download it as a .bat file, use save page as, (or Control-S) change "text file" to "all files" and type .bat onto the end of the filename, then hit save. Not ideal I know, but better than nothing.

Maybe you are looking for