AutoCAD Civil 3D :: Multithreaded File Open File Save?

Jul 8, 2013

Civil 3D 2013.One of the problems my team has is that we have a number of remote offices that all work on the same drawings. To ensure integrity of the drawings, we use a Wide Area file replication and locking service to ensure the files do not become out of sync and corrupted between offices.

AutoDesk seems to open and save files and their subordinate xrefs serially in a single thread instead of in a multi-threaded manner. Because of this there is a Huge time impact on just opening and saving files at remote sites as a result of Civil 3D having to wait for the home office file lock check on each and every file before opening the next file.

We have 100Mbit down / 20Mbit up transmission links at both sites dedicated to the file replication, with Gbit backbone in both offices.

note that the remote site has a full copy of all files in its replicated share. These local files are what Civil 3D is opening. No Files are being transferred during file open unless a remote change has just occurred (proven through replication logs).

When the drawing file is opened for editing, a file lock check is performed and Windows waits for the response to ensure it can be opened for editing before telling Civil 3D. When Civil 3D has this file open, it has a list of all the xrefs for this file. Civil 3D then seems to open each file in sequence.

This is a problem when a large latency is introduced through our 3rd party Wide area file system by a remote site file lock check.

This is not AutoDesk's fault but the compounding of the two system's operational behaviours, causing a Very long wait on file open, Save, PaperSpace operations (30 minutes for large drawings).

I would like to see a multithreaded (threadpool) file open occur against the entire list of xrefs (during save as well). Then recursively executed for all subordinate xrefs of those files until the operation is complete.

As long as a file list is maintained during the operation and updated as each file operation completes (which obviously it is) in the primary thread, this should not cause any problem. All dependancies can be opened in sequence once the initial file operations are complete and when a particular file in the list is required but not open yet, it's priority can be raised in the threadpool.

View 1 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: Unable To Open File Explorer Windows / When Select Open / Save From File Menu

Mar 1, 2011

I have autocad civil 3d 2008 in my pc. From last 2 days I got a different problem i.e. when I am selecting open / save command from File menu graphical file select explorer is not opening just message in the command window . Previously I used to select files using graphical file explorer.

View 6 Replies View Related

AutoCAD Inventor :: Open File - Save File Automatically

Apr 29, 2013

if i need to rename  or change anything in the iproperties of ipt, im doing it from the vault.my problem is that, when i change something in iproperties of an ipt thru vault, i have to open the idw to update it.

as most of the iproperties in ipt shows in the idw.

its easy to change the properties in vault. but its deleting its purpose if i have to each idw to make sure i have the updated idw.is there a code where i can open all idw and save the same file and checking to the vault automatically?

View 9 Replies View Related

AutoCAD Civil 3D :: File Dates Shown Incorrectly In Open File Dialog Box

Apr 24, 2013

I'm using Autocad Civil3D 2011, Version 3.  Just yesterday I noticed that the file date shown in Autocad's open file dialog box shows an earlier time than Windows Explorer, which shows the file date and time correctly.  When I enter the "time" command on the autocad command line, the correct time is shown for the "last updated" time. 

For example:

The Autocad open file dialog box shows the file having a time/date of     4/23/2013     3:54 PM   

Windows Explorer shows the file having a time/date of                             4/23/2013     4:10 PM

"TIME" command at autocad prompt returns the following:

Current time:             Wednesday, April 24, 2013  3:55:35:454 PM
Times for this drawing:
  Created:                Thursday, March 27, 2008  5:49:57:104 PM
  Last updated:           Tuesday, April 23, 2013  4:10:56:299 PM
  Total editing time:     17 days 15:31:26:967
  Elapsed timer (on):     17 days 15:31:26:967
  Next automatic save in: 0 days 00:09:58:237

I rebooted and restarted autocad, and resaved my file with the same results (although with different times-but again the autocad open file dialog box showed an incorrect, earlier time).  I have never had this problem before, and it is driving me crazy as I usually sort my files by date to assure that I am working with the latest file.

View 4 Replies View Related

AutoCAD 2010 :: 2012 Crashing Whenever File Open / Save Or Save As Selected

Jun 27, 2013

I have the student version of AutoCAD 2012 on an HP laptop with Windows 7 Home Premium OS.  I originally installed AutoCAD in June of 2012.  It worked fine for 9 or 10 months but now whenever I select File/Open, File/Save, or File/Save As, AutoCAD stops responding and the spinning blue donut appears.  AutoCAD never comes back and I have to close it from Task Manager.  I uninstalled AutoCAD and reinstalled it, and the process went smoothly.  However I still have exactly the same problem with the File operations.  I apply Windows updates, but other than that have not made any changes to the software on the laptop.  AutoCAD works fine for everything except the File operations.  I am able to save with CTL/S and am able to open AutoCAD files from File Manager. 

View 3 Replies View Related

AutoCAD 2010 :: Freezes When Trying To Open New File Or Save As?

Oct 2, 2012

we have a new lab in our district with Autocad 2010 64-bit version installed on HP Compaq 8022 Elite SFF computers.  There is 4 GB memory on the computers and a Quadro 400 graphics card.  Autocad and Windows 7 64-bit have both been updated to the latest versions.  The Autocad application locks up almost every time someone chooses the new document icon, or when they try to 'save as'.  Sometimes when they choose to open a new document first, close that dialogue box, then try to choose the new document icon it works ok.  But, for the most part, the application is unuesable. Some possible solutions we found online that don't work are to not use the Aero themes (we don't) and to not use Norton AV (we don't).

View 9 Replies View Related

AutoCAD 2010 :: Open And Save File Dialog Box

May 30, 2012

I used to be able to save as and browse to the file where I want to sane or open a file

Now I get a dialog box where I can only save to the default location or manually enter the path and file name

Same with opening a file - I go file open and it is gives a path to the last file I used. There is option to browse - how I get this back to the normal function of open/save by browsing?

View 2 Replies View Related

AutoCAD Inventor :: Open Word File And Save As From ILogic / VBA?

Nov 14, 2013

We have a word file that we use a lot for our drawings.  There is an empty file that we open and then save the file into the same directory as the drawing.

I am trying to setup some code that will open the empty Word File, and then bring up the Word Save As dialog box with the correct directory and file name already completed.  The correct directory and File name will be determined by the Drawing Code.

I have been able to open the Empty Word Document from iLogic with the following
 
'CRS Template Path & File NameoCRSTemplate = "\WWSERVERDisplaysA-Z Stand PartsCRS-Template.doc" 'Publish document. ThisDoc.Launch(oCRSTemplate)
 
I have been able to Open the Empty Word File from VBA and then bring up the Word Save As Dialog Box but I cannot work out how to define the initial directory or the initial file name from Inventor.

This is the VBA Code I have been using top open the Empty Word File and Show the Word Save As Dialog Box:

Public Sub OpenCRSDoc1()
'Don't Forget to Add the Word Object Library in the Tools - References
' Call SetCRSDetails

[Code].....

If you try to use the With Command for the FilePicker it will just open the Word Document and NOT the Save As Dialog Box!!!

Example of the With Tried

With FilePicker
.InitialDirectory = "Z:"
.DialogTitle = "Hello"
.Show
End With

How to open a Word Document from either iLogic or VBA (VBA Preferred) and then open the Word Save As Dilog Box and define the Initial Directory and Filename?

View 1 Replies View Related

AutoCAD Architecture :: Active Project - Open File And Save Are Slow?

Aug 7, 2013

I am having an issue when opening and saving files is very slow when I have a project active in the Project Navigator.

If I have an active project, and I open a file via Project Navigator or Windows Explorer, the process hangs for 15-20+ seconds at the 'Opening C:xxxxxxxxxxxxxxx.ac$' point, where it is creating the temporary file.

If I 'Close the current project' in the project browser and open the same file via Windows Explorer, the process takes less than a second.

View 8 Replies View Related

Photoshop :: Can't Save File Already In Use Or Open?

Dec 29, 2012

I've seen a lot of posts on this subject, so rather than replying to a specific one that may be on a different trail, I decided to open a new discussion. Lately I've had a lot of problems saving a file while in photoshop cs6 and getting this error. Sure, I can do a save as then delete the former file, but that doesn't solve the problem. 

Since it happens so often, I want the solution.  Since the only application I have running when I get this error is Bridge, I closed Bridge when I got this error, and then I could save the file.  In some of the discussion threads on this problem, I did see some reference to previews. 

I suspect this has to do with Bridge building previews or extracting previews or something related behind the scenes.  I will keep monitoring this situation to see if closing Bridge always takes care of this problem.  However, I never had this problem before, if some of the latest updates created a new problem. I run Windows 7, and all the latest releases of ACR,

View 3 Replies View Related

Photoshop :: Cannot Open Or Save File

Nov 17, 2013

I am getting this error every time I try to: a) either open a file;  place another file into existing open file; etc.Also, I can not save files, because after I go to File - Save or File -Save as, the screen I am supposed to use to save my files open and closes 1 second later.
 
I deleted Photoshop CC, re-start my Mac, install CC again, and nothing.

View 3 Replies View Related

Photoshop :: Open A TIF File Then Save In JPG

Aug 12, 2009

Started to use PhotoShop CS4.I use Canon DPP for preprocess then bridge to PhotoShop in TIF format.  I occasionaly want tosave in JPG format rather than TIF to give the file to my friend.  However, there is no option tosave in JPG in "File/Save in other name/" function.Could a guru help me how to do this.If a file was in jpg when opened, it can be saved in jpg, though.

View 5 Replies View Related

Photoshop :: [CS3] Can't Open Or Save Bmp File

Sep 3, 2008

i can't open or save bmp file in my CS3 extended. It is saying that is impossibile operate the request cause the file type is wrong.

Even if i try to save a total new and blank work does not allow me save in bmp ( the option is even not shown!)

I guess some update has screwed up the configuration but i don't now who to solve it.

View 14 Replies View Related

Photoshop :: Can`t Open Save File

Apr 25, 2008

I use photoshop cs3 extended

Ex. I open photoshop cs3 extended --> create file --> make file ---> save ---> close

but later I can`t open save file!

View 3 Replies View Related

Illustrator :: How To Save CC File To Open In CS6

Jul 15, 2013

How do I save an illustrator cc file to open in cs6?  I get an error when I send the file to a colleague and they cant open it.It doesn't give me any options.

View 2 Replies View Related

Photoshop :: Slow File Open And Save

Feb 23, 2013

I have CS6 installed on a Mac Pro desktop, 3.3 Ghz machine, 6 Gb RAM, running OS X Mountain Lion.  Everything is running fine, updated and it's a great machine. But I've noticed that opening Photoshop files that are somewhat large and layered take WAY too long to open or "save."  I mean...3 minutes is much too long to wait.

I have a spare physical drive configured (in preferences) for extra RAM, with plenty of empty drive space.  The startup drive has well over 250 Gb of space remaining.
 
The only applications running are Photoshop and Bridge.  There is 6 Gb of RAM to run these applications and open files.  OpenGL is checked in Preferences and I'm running an nVidia graphics card, as well.

View 4 Replies View Related

Photoshop :: Save And Open PS File With Password

Sep 3, 2004

I'm a photographer, and I do a lot of editing in Photoshop.

One time my computer's OS crashed, and it's an emergency to finish my work within the morning, so I took my harddisk and went outside to look for public computers.

Since my file is copyrighted and private, I was afraid that my PS files we're copied over the network and viewed after I left the computer shop.

Is there any options or plugins that we can use, to set and open the PS file in the photoshop program with password protection [or encryption]?

So we can, atleast, have confidence when bringing these files anywhere...

View 3 Replies View Related

Photoshop :: Could Not Save The File.. It's Already In Use Or Was Left Open

Aug 10, 2006

Getting a lot of this recently, when I try to save or close file.

"could not save the file.. it's already in use or was left open"

Don't remember seeing this so much. What does it mean, I'm screwing up?

View 7 Replies View Related

Photoshop :: Can't Open Or Save A File In Adobe...

Jul 17, 2008

When I open an image in Photoshop CS3, an open box appears and I have selected my image, but when I click the Open button, an error message comes out that says "could not continue with the open command because two or more files were selected for opening at once". So I clicked the OK button and then I could not click all buttons even Close button. I still have to press CTRL+ALT+DEL to close or I have to restart the whole PC.

View 1 Replies View Related

Photoshop :: Adobe File Save/open Etc Always...

Jul 6, 2008

When I use file open|save|save as in CS3 using the _Adobe_dialog_ the path always goes back to the root directory rather than the last one I used.

View 1 Replies View Related

Maya :: 2011 Cannot Open / Save File

Sep 5, 2011

i'm having a problem with maya 2011 , i can't open some file and sometime the program don't save and an error message appear saying i "maya could not save", i've got to send my work next saturday and i'm desperate now .

View 1 Replies View Related

Illustrator :: Open Or Save File / Pop Up Box Will Only Last 2 Seconds?

Oct 24, 2013

when i go to open or save a file in illustrator, the pop up box will only last 2 seconds? i just recently installed the new maverick osx but it was working fine yesterday.

View 1 Replies View Related

AutoCAD Civil 3D :: File Size Increases After Save

Feb 11, 2011

I am using AutoCAD Civil 3D 2009.I have a project files suddenly file size becomes @ 10 MB after saving. Even Titlblock size is 7 MB.

I had installed a latest update over my system as well i tried to clean a file as per below thread. URL....After doing this file size reduced to KB. But if open it again and saved the file size go to MB.

View 3 Replies View Related

AutoCAD Civil 3D :: File Size Increases With Each Save?

Mar 9, 2012

The issue that I'm having really resides in AutoCAD 2012 after the file has been opened and saved in Civil 3D 2012.

For example, I can use AutoCAD to open a new or existing drawing that has never been used in Civil 3D.  I'll run two audits, purge all twice, purge regapps, reset the scale list, then save the drawing.  If I open it in AutoCAD again, the file size remains the same. 

If I open it in Civil 3D, the file size increases that one time, which is fine.  No matter how many times I open it and run the above commands, the file size doesn't change any more than 1 Kb while in Civil 3D. 

BUT if I were then to open that same drawing in AutoCAD after closing it out of Civil 3D, then save - it will increase the file size by almost 100 Kb.  No matter how much I run the previously mentioned commands the file size will not decrease in size.  Additionally, every time I open that particular drawing in AutoCAD again and save it, it increases by another 100Kb+/-.  These files are not very large, but I have wblocked some out to save more than 10 times the space.

I've seen similar posts, but they were regarding older versions and seem to be a little different than the problem we are experiencing.

View 4 Replies View Related

Paint Shop Pro :: File Open / Save Causes X3 To Hang?

Jan 19, 2011

I've just instaled PSPP x3 on a new computer (i5-2500k / 8GB / Intel mainboard / ATi HD5450 with 512MB / Win 7 Pro - 64-bit), followed by the 4 patches.

When I start PSPP everything appears OK. I dragged an image into the program and worked on it.

When I came to save it (using the floppy disk icon or File / Save) PSPP immediately went into the 'Not Responding' state. When I restarted it, the same thing happens, but also with file open icon and File / Open as well. Editing functionality seems unimpaired.

I followed the 'complete uninstall' process; CDS 2010 Clean-Up ver1.8.exe, folder cleanup and registry cleanup. I turned off User Account Control, rebooted, disabled my anti-virus, and then reinstalled. Exactly the same as before.

View 10 Replies View Related

Paint Shop Pro :: Open CMYK File And Save It As PNG

Sep 17, 2010

I want open a PSD-File (CMYK) and save it as PNG (RGB). The Problem is, that the colors are completely wrong (orange is brown and so on). I tried something with Colour Management and -Workspace but nothing solves the problem.

If i take a look with XN View the Colours looks good. Same problems with JPG in CMYK (MS Paint shows correct colors, PaintShop wrong).

Example.png
Example
(237.38 KiB) Downloaded 462 times

View 5 Replies View Related

Illustrator :: Save CS7 File So It Will Open With Multiple Artboards In CS6?

Oct 17, 2013

I've downsaved the file as an ai file for CS6 in CS7, however when I go to open it in CS6 it forces me to open each artboard as a separate file. How can I save it so the file will open normally?

View 4 Replies View Related

Illustrator Scripting :: Save A File That Is Already Open In Same Directory With Different Name

Nov 7, 2013

I'm trying to create a script to save a file that is already open in the same directory with a different name.
 
Example: nome_0000_art to nome_0000_closed
 
I tried to create from another script that saves EPS but as I am new to the subject could not make it work
 
how do I perform the command saveas automatically without showing the dialog window by changing the file name?

View 7 Replies View Related

Illustrator :: Can't Save To PDF - No Dialog Box Open To Set Output File

May 3, 2010

I am just trying to save a PDF from my illustrator file. However, when I go to Save as, and select PDF, no dialog box opens to allow me to set how I want the file outputted. IF I just hit enter, the file does save.. its just like the Dialog box is hidden or not appearing. The reason I need the dialog box is because I need to add bleeds to the PDF and my default save doesn't do that.

View 3 Replies View Related

AutoCAD Civil 3D :: How To Open Caice KMC File

Nov 4, 2013

Is there a way to open a caice .kmc file in autocad civil3d 2010 or 2012?  If not, is there a converter to be used? 

View 8 Replies View Related

AutoCAD Civil 3D :: File Open In Autodesk 360

Jan 9, 2014

I am trying to open a drawing and it only let me open it read only and no one has it open.  I then tried to rename it in window explorer but it gave me a message stating that the drawing is open in Autodesk 360.  How do I close the drawing in Autodesk 360?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved