Cannot Start a new project with a mapped network drive

When I try to start a new project with Encore and save the file to our network cluster (An Isilon Server), I get a file not found error message. When I try to do this to a local drive, it works just fine. None of the other Adobe products (Photoshop, Illustrator, After Effects) have this problem with this network drive.
Greg Glaser

Yes, it worked on the local drive, and also to a Windows Networked Server that was not the Isilon. Even after creating the project and moving it to the Isilon, it was generating error messages after a few minutes of use. The Isilon is using a BSD variant of Linux and Samba. The really strange part is the all other Adobe products from the Production Suite work with this server without any problems at all.

Similar Messages

  • Cannot start a new project

    I have recently had Captivate 7 installed. It was installed through a share drive, so to improve performance, I had to (Through preferences; change the Publish at and Cache locations to my local drive. This did speed up performance but cause two big problems:
    1. When I open Captivate 7 and select a New/Blank project, nothing comes up. Stage stays blank. I cannot open anything even templates
    2. When I try to start a new Video Demo I get a fatal error message;    "A fatal error has occured and the application is being terminated. Adobe Captivate has tried to save all your work in the respective project folders as ".cpbackup" files.  Please restart Adobe Captivate"   Help

    Your desktop?  And where is that pointing to?  If your My Documents folder is on the network then in most cases that's where your desktop would be also, because it's normally part of your user profile.
    Out of the frying pan...

  • Cannot create a new project with iMovie. Operation could not be completed. No solution to the problem is available.

    Every time I go to create a new project in the latest version of iMovie for mac OS X yosemite, I get the following information. "The operation could not be completed. No further information is available about the problem.
    I have tried restarting the computer, that didn't work. I also tried also, to reinstall the app. That didn't work. I even tried updating all the software, and that still didn't work. I am very frustrated and feel the mac was not a good gift, if a major essential app will refuse to work. Nothing I do, seems to work.   

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    Click the Clear Display icon in the toolbar. Then take the action that isn't working the way you expect. Select any lines that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name or email address, may appear in the log. Anonymize before posting.
    When you post the log extract, you might see an error message on the web page: "You have included content in your post that is not permitted," or "The message contains invalid characters." That's a bug in the forum software. Please post the text on Pastebin, then post a link here to the page you created.

  • [JHS10.1.3]If I want to start a new project with JHS10.1.3 preview...

    I know using JHS10.1.3 for production isn't recommanded.
    If I want to start a 5-months project,can I use JHS10.1.3 preview as a temporary tool and expect new release from JHeasStart Team within coming 5 months ?
    Will it be difficult to transform preview edition to next release edition with customized code ?
    Thanks for suggestions from JHeadStart Team.
    Eron Yang.

    Eron,
    Within the next 5 months we certainly should have a production release available (current schedule is end of June 2006). We will try to maintain upwards compatibility as much as possible, but you might have to redo some code.
    One general advice: do NOT modify the default JHeadstart Generator templates. Instead, make a copy of the default template, rename it, and specify your custom template through the new Templates tab in the ditor.
    New JHeadstart versions are likely to have changes in the template set, you must re-enable Jheadstart on your project to get the new templates which will wipe out any changes you made directly in the default templates.
    Steven Davelaar,
    JHeadstart Team.

  • "cannot allocate memory" When trying to start a new project in FCPX

    So I am I getting the "cannot allocate memory" error whenever I try to start a new project in FCPX
    System specs:
    Model Name:          Mac Pro
      Model Identifier:          MacPro3,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          2.8 GHz
      Number of Processors:          2
      Total Number of Cores:          8
      L2 Cache (per Processor):          12 MB
      Memory:          8 GB
    ATI Radeon HD 5870:
      Chipset Model:          ATI Radeon HD 5870
      Type:          GPU
      Bus:          PCIe
      Slot:          Slot-1
      PCIe Lane Width:          x16
      VRAM (Total):          1024 MB
    "Movies" folder is on a drive with about 120 GB free. The folder is not locked. Imovie uses the same folder, and that works.
    The account is not a server account.
    I've removed all preferences and all references to FCPX, reinstalled, no difference.
    I have tried every suggestion on every apple support discussion thread, save reinstalling the OS, which I will not do. Nothing works.
    FCPX won't let me select a default location for projects, either.
    This is the only application on my system that doesn't work. Anyone have any suggestions?

    I figured it out:
    FCPX does not support NTFS drives, even with Paragon NTFS working perfectly for everything else on the system.
    I guess Apple (just) assumes that nobody will, or should, be using any other filesystem than Mac with FCPX.
    I wasted hours looking for a solution, when a better error message besides a misleading "cannot allocate memory" could have been something more useful.
    Not impressed.

  • I have a problem with elements 8. When ever I start a new project, the program searches for the old, latest used filmmaterial, I have used before. That means, if I use a different DVD, it take so much time, until the program starts. So how can I stopp the

    I have a problem with elements 8. When ever I start a new project, the program searches for the old, latest used filmmaterial, I have used before. That means, if I use a different DVD, it take so much time, until the program starts. So how can I stopp the automatically uploading of old material?
    Thanks

    You have 2 unreachable statements in this method.
    public static int eval(String s2, String op, String s3) {
    return lookup(s2);
    return lookup(op);
    return lookup(s3);
    } You're missing a } at the end of this method:
    public static int lookup(String s) {
        for(int k = 0; k < symbols.length; k++){
            String symbol = symbols[k];
            if(s.equals(symbol))
                return k;
        }You have some loose } and ; at the end of the file:
    public static void main(String args[])
    commandline();
    }

  • Windows Server R2 stop working. Cannot map network drive with my Win 7 client.

    Hi to everyone.
    I had a problem for quite some time time and even i tried to solved it till now unfortunately seems unreachable.
    I have a 2008 R2 server which is used as SQL 2005 server. My application program shared from the server. My win 7 client  use a map network drive to access my share folder from my windows server. Suddenly my clients lost my connection. Since then i
    cannot connect to the folder and i got the message
    Windows cannot access \\Server\Storage
    Check the spelling of the name. Otherwise there might be a problem with your network. To try to identify and resolve network problems, click Diagnose.
    Details: Error code: 0x80070035 The network path was not found.
    I check out my share permissions, all seems ok. I also check out firewall, services, TCP/IP, share folders, really almost everything but still nothing.
    Does anyone have any idea how to resolve the problem.

    Yes what seems to happened is due to virus infections.
    This problem started 2 weeks a go. First i had network connection error with my client. Them my application had respond errors. Finally i lost my network drive.
    I realize that the problem was due to virus. My old antivirus program doesn't s scan any threats so i uninstalled it, and i installed Panta antivirus and i clean up my server and my clients from virus. I am sure that both are clean from virus. My antivirus
    program runs every day with no traces of infections.
    Since then i cannot see my share folders on my server side and i cannot map network drive.
    One thing that i want to avoid is re-installation of windows server 2008 R2.
    Can anyone help about this
    Thanks

  • I cannot open a new tab with ctrl + T, or by double clicking or by right clicking

    I cannot open a new tab with ctrl + T, or by double clicking or by right clicking, i was using 3.6.18 before when i started facing this problem, than i uninstalled the firefox and reinstalled Firefox - 3.0.6, still the issue has not been resolved, i need help asap as cannot work without new tabs.

    This issue can be caused by the Ask<i></i>.com toolbar (Tools > Add-ons > Extensions)
    Your system details show that toolbar in the user agent as AskTbAPLV5/3.12.2.16749
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode

  • Adobe Premiere Elements Won't Start A New Project?

    When I open up Premiere Elements and try to start a new project, all it shows is a black and purple line, then it just stops. I have already tried updating QuickTime, Windows 7, Nvidia Drivers, and Uninstalling and then Reinstalling Premiere elements. I am running it on a PC that has an AMD FX(tm)-6300 Six Core Proccessor, 8 GB of RAM, a Nvidia G-Force GTX 650, and i installed the program on a secondary hard drive with 761 GB of free space.

    xXFIRE
    What is this "secondary hard drive" on which you originally installed Premiere Elements 12? Internal or external and how formatted NTSC or FAT32?
    I do not see where anyone has asked about "Scratch Disks" as they relate to your issues?
    Please refer to Edit Menu/Preferences/Scratch Disks...
    a. Where are the scratch disks directed and how much free hard drive space is at that location?
    b. Do you have all the scratch disks categories directed to the same place? If not, do so and make sure there is lots of free hard drive space where you are pointing them to.
    Please look for pile ups of preview files in the Adobe Premiere Elements Preview Files Folder and pile ups of conformed audio in the Media Cache Folder. Both these folders by default are in Documents/Adobe/Premiere Elements/12.0.
    Please go to Edit Menu/Preferences/Media and hit the Clean button in the Media Cache Database in that area.
    As for the matter of where Premiere Elements program should be installed. Interesting question and some interesting answers. Back in a 2010 thread here on this type of subject, Akshat B (Adobe Staff) wrote
    Yes you can install Premiere Elements on any other drive. For that you need to follow these steps:
    1. Uninstall current copy of Premiere Elements.
    2. Start the installer of Premiere ELements.
    3. Choose a location on d:\ drive after choosing the default TV format.
    Please keep in mind, even if you select d: drive as the install location some amount of data will get copied to C: drive.
    -Akshat
    http://forums.adobe.com/message/3284673
    Is your Local Disc C, a SSD drive? Why is there so little free space on your Local Disc C?
    More later.
    Looking forward to your follow up?
    ATR

  • Cannot start a new paragraph by hitting 'enter'

    There is a strange misbehaviour with my freshly installed InDesign.
    I cannot start a new paragraph as I type. I have tried all the keyboard combinations (fn\ctrl\shift+enter) but it doesn't work.
    I have vista.
    Any ideas what's wrong? Please help!

    finiftevaya wrote:
    thanks but this is not quite this.
    the mouse works ok. problem is in the keybord
    by the way, none of the shortcuts are working at all.
    how can i assign basic shortcuts automatically?
    and this insensitivity to 'enter' drives me mad)
    If you're on a laptop and are using the Enter/Return key on the number pad, this might be the problem. Search Google for terms like "InDesign enter key not working" without quotes for good references, even if you're not on a laptop.
    [EDIT] Also Search Google for terms like "InDesign editing shortcuts" without quotes, for references on customizing shortcuts.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices
    Message was edited by: peter at knowhowpro

  • Cannot open a new project in Premiere 10

    I just installed Elements 10 (from disks).  When I try to start a new project in Premiere 10 though, it initializes and starts loading until it gets to "Loading ImporterQuickTime.prm".  Then it just stops and nothing happens.  I have Windows 7 (64bit).  Elements and Organizer seem to work fine.  Can anyone help?

    Sorry that nothing has worked so far.
    What version of Apple's QT Player do you have installed?
    Usually, several versions of PrE can coexist quite nicely, with not an issue. Now, as for the date of the file, maybe Steve, or someone with PrE 10, can check out the date of their ImporterQuickTime.prm, to see when it was written, as can often happen, a program might use an older file, if nothing has changed. Also, PrE 10 was coded more than a year ago now
    What is the date, and file size of your ImporterQuickTime.prm?
    Good luck,
    Hunt

  • Out of memory on a new project with rushes only

    Just started a new project, media is ProRes 1080, prob 2hrs worth of rushes.
    When previewing the clips to log them in the browser I get an out of meory error after say 10 clips.
    Clips are slow to load into the viewer also.
    Anyone know of a remedy

    Check drive space, all hard drives should have at least 15% of their space free. I'd use the Log & Transfer with Canon's plugin installed, transcode into ProRes LT (it supports higher quality than the 5D records in, saves drive space, easier to work with in Timelines).

  • My project is stuck in a loop. How can I stop it so that I can start a new project?

    My project is stuck in a loop. How can I stop it so that I can start a new project?

    use force quit - the keyboard command is      cmd alt esc

  • HT200169 Having a problem with Logic 9 on a Mac Pro.Working on a lenghty song and apparently session got corrupted.Doesnt let me export tracks,program crashes.Already tried start brand new session with the tracks imported into it but still wont export.Sug

    Hello,having a problem with Logic 9 on a Mac Pro.Working on a lenghty song and apparently session got corrupted.Doesnt let me export tracks,program crashes.Already tried start brand new session with the tracks imported into it but still wont export.Suggestions?

    Thanks, Ian. Yeah, that's how I do it now...or with the controls in the left side pane. Still, I would have liked that quick on-the-spot edit capability...especially while sketching.
    Ian Turner wrote:
    Sorry Mark, you are out of luck as it does not do that - it works the same as L8. The way I would achieve that with more accuracy and control would be to route all the tracks you want to fade to a Bus then use volume automation on the bus. To do this you will need to add a standard audio track, then re-assign it using (Control Click on the track header) to the Bus track. You can then automate volume/plugins etc on the Bus track.
    Ian

  • TS3391 iMovie 11 is not working. I try to open it and it says it is generating thumbnails for one of my previous projects. All the commands are gray. I have to force it to quit. I just want to capture clips to start a new project.

    iMovie 11 is not working. I try to open it and it says it is generating thumbnails for one of my previous projects. All the commands are gray. I have to force it to quit. I just want to capture clips to start a new project. I googled the problem and there were discussions about deleting files in various folders and renaming clip extensions. I don't like the solutions I saw there and I am not sure they will work.

    Nobody replied so I called Apple. They seemed to think they could fix the problem but I had to agree to pay about $20 first. I told them to put it down as a complaint. I only want to use the software I bought. I can't see that it is my fault it is malfunctioning. I guess I will have to pay. It doesn't seem right.

Maybe you are looking for

  • SSO with Hybrid Cloud-Based Deployments

    Hi I´m wondering, how SSO works with Hybrid Cloud-Based Deployments. I want to use Jabber for Windows with WebEx Connect and Unified Communications integration with Cisco WebEx. Questions: How can I configure Jabber for Windows to use SSO with WebEx

  • Can anyone decipher this crash log

    I am pulling my hair out - Aperture 3.4.1 is crashing when I try to do an import of a couple of hundred images via the card reader. I am able to import a small number (50 or so) without a crash. I have tried throwing away preferences, rebuilding, usi

  • Extension to the IBY_FD_EXTRACT_EXT_PUB

    Has anyone written an extension on this package? My requirement is to capture the legal entity and the address to display on the check and currently the way this is set up, it is not generated in the standard XML that the log file generates. Can some

  • Disable Change documents in outbound delivery

    Dear Experts, Can anyone give me information about disable change documents in outbound delivery's??? Thanks

  • Jsp output as javascript

    i am developing an app using google map api which uses javascript i need a part of the javascript dynamically generated based on data in a database is there a way to do it?