AutoCAD Map 3D :: Microsoft Access 2013 Database Not Compatible With 2014?

Aug 22, 2013

Recently our company upgraded to office 365 with Microsoft Access 2013. I cannot seem to connect to this new format using the task manager. We used to use quite an old version, 2003 I think with no worries. 

Am I doing something wrong or have the developers missed something quite fundamental to Map 3d?

View 4 Replies


ADVERTISEMENT

Revit :: Does DB Link 2013 Is Compatible With Access 2013

Nov 20, 2012

Does Revit DB LInk 2013 is compatible with Access 2013?

View 1 Replies View Related

AutoCAD Civil 3D :: Error / The Microsoft Jet Database Engine Cannot Open The File

Aug 28, 2012

We are using AutoCAD Civil 3D Land Desktop Companion 2009 on all machines and one of our machines is getting the message "Error opening Point Database" and then gives the project file pathcogopoints.mdb.

It also gives the message "The Microsoft Jet database engine cannot open the file.  It is already opened exclusively by another user, or you need permission to view its data."  It is not opened by another user and permissions have been given for all machines to access these files.

Background information:  We move older projects to an external hard drive for archiving and occasionally need to access them as the need arises.  We have done this successfully for some time without issue, but now one of our machines is giving the above error.  The other machine, which the external hard drive is connected, does not have this problem.  We tried moving one project file back to the original location and it seemed to work okay, but another file did not.  Some files were created using an older vrsion of AutoCAD, but that has not been a problem with opening them in the past.  All sharing permissions to the external hard drive have been checked and seem to be working properly.

View 2 Replies View Related

AutoCAD .NET :: Access Drawing Database From A Different Thread

Sep 29, 2011

I'm experimenting with treadsafe progressbar, that would allow me to stop the process.

but for some reason, on this line

Dim _db As Database = AcApp.DocumentManager.MdiActiveDocument.Database

AutoCAD crashes with fatal error This runs on the new thread, so i suppose it has something to do with it, but i have no clue, why this should be a problem.

View 6 Replies View Related

AutoCAD Map 3D :: Connecting To Access Database Through ODBC

Feb 5, 2012

I'm using Windows 7 (64 bit) and I have to connect a file (.mdb) created with Microsoft Access 2007 to my Autocad Map 3D 2011 draw. I uninstalled Office, installed the AccessDatabaseEngine_x64.exe and re-installed Office. Then I followed step by step the process shown in the video here  with ODBC but it doesn't worked for me. It says "test connection succeeded" but when I attach the database, it comes up with a red "X" symbol next to it.

View 2 Replies View Related

AutoCAD Map 3D :: Rebuilding Access Database But Retaining Links?

Oct 1, 2013

My company has an access database that has all of our service data on it. I am currently considering rebuilding the database because it is a database with one table and a million fields. I want to split the database up into separate tables with relationships. All of these tables would be linked based on the same key field Service_ID.

Now here is the hard part. The data would be in a one to many relationship with one record for service info and multiple records per service for pipe info. The data is currently linked to objects in AutoCAD Map 3d 2014 based on the Service_ID key field and a "service" link template.

If i rebuild this database, am I going to lose all of my links? or will i retain the links? Also, is there a way to automatically generate links based on the service_ID field? For instance there are 3 records of pipe information for 1 service. Previously all of these records would be in the same table, but now the tables are split. Since they have the same Service_ID as the Service information, will the links show up?

View 9 Replies View Related

AutoCAD Inventor :: Getting Data From Access Database Using ILogic

Aug 2, 2010

I have a program that populates an access database with part parameters. Each Inventor part can look up its own parameter values from the database when supplied with a single parameter, the ID number of the database record. The ID number is derived from a blank part that the program also updates. So in a nut shell, the program populates the blank part's parameters with all database ID numbers that would make up entire assembly. Those parameter values are derived to all the parts in an assembly. This is by far the fastest most efficient way I've found to rapidly generate an entire assembly. In a matter of seconds I can have a new 1000+ part assembly.

 The rumor that Inventor will eventually sever ties with VBA has put this whole process in jeopardy. So I have been looking into using iLogic to perform the same task of looking up the data from Access. I know that iLogic has Excel functions built into it, but because the original program is Access based (changes this is not an option) any way to use iLogic to retrieve data from Access.

View 4 Replies View Related

AutoCAD .NET :: Unable To Access Block Reference In Database

Nov 23, 2012

I inserted a block from a dwg drawing with the following method:
 
public static ObjectId InsertBlock(string fileName, Point3d insPoint) { var acadDoc = Application.DocumentManager.MdiActiveDocument; var blockId = default(ObjectId); using (var acadLockDoc = acadDoc.LockDocument()) { var dbTemp = new Database(false, true); dbTemp.ReadDwgFile(fileName, FileShare.Read, false, ""); var blockName = Path.GetFileNameWithoutExtension(fileName);
[code]........

View 3 Replies View Related

AutoCAD Inventor :: Material Link To XML / SQL Or Access Database Possible?

Jul 11, 2012

This is my problem, each material in my cie. have a number code

EX.R069ARS407WLD35460

IT'S POSSIBLE TO LINK MY MATERIALS TO A XML, SQL OR ACCESS DATABASE???

View 1 Replies View Related

AutoCAD Map 3D :: 2012 - Refresh Access Database ODBC Connection?

Feb 17, 2012

Here is the Scenario, Win 7, 64 bit, Office 2010, and yes I have installed 64 bit drivers, with Map 2012.

I have an Access Database with Water and Sewer information.  I connect thru FDO and every thing is great.  I make a change or add something to the Access Data Base and I don't see the change until I disconnect and then re-connect?  I was under the assumption that this was a live connection? Is there a way to refresh the connection without having to dis-connect and then re connect?

View 1 Replies View Related

AutoCAD Inventor :: Read / Retrieve Information From MS Access Database Using ILogic

Nov 9, 2012

I am currently trying to retrieve data from a MS Access Database, we currently have iProperties with number values in them. An outside programmer created a code which takes these values and exports them to an MS Access Database, where they are then translated to mean something.

Instead of exporting those numbers, I want to use them to find what they ACTUALLY mean within the database and bring that information back into iLogic. (ie. 123456 actually means "1/4 Flat Bar Steel")

In short, I wish to access the MS Access database through iLogic in order to read information from it. 

I have searched for the better part of 3 hours but have not found a good answer or example code of this situation. I am not that experienced in programming, but have worked with the API before for developing Automated Drawings and have an understanding how to navigate through. If there were to be some example code, I can begin to understand the process quite well through this method as well by seeing how to go about coding this.

View 2 Replies View Related

AutoCAD 2013 :: Link Microsoft Excel Data With Drawing?

Jul 24, 2013

I want to link Microsoft Excel data with AutoCAD drawing (like dimension or values). When I made some changes in Excel data, value in AutoCAD drawing can be changes automatically.

View 1 Replies View Related

Revit :: MS Access Database That Can Export Family Tables?

Sep 15, 2011

MS Access database that can export Family Tables? Or knows of a 3rd party application that all the type information can be houses in a database, and the family table's TXT is just an export. The family tables we create are nemorus, and lengthly family tabels, and Excel just is not cutting the mustard.
 
Or would Autodesk ever include this in Revit?

View 5 Replies View Related

AutoCAD Inventor :: 2014 Quick Access Resets?

Jun 5, 2013

I am able to customize my quick access toolbar in Inventor 2014; however, when I close Inventor and re-open it again the quick access toolbar has been reset to what it was before. For example I will add "open from vault" and/or "iProperties"  options to the QA toolbar but when I re-open Inventor I have to add them all over again.

View 1 Replies View Related

AutoCAD LT :: Is Agtek Compatible With 2013

Oct 29, 2012

How do you bring in a surface created in agtek into autocad lt 2013?

View 1 Replies View Related

AutoCAD 2013 :: Make A File Compatible With Lightscape 2007?

Apr 8, 2013

I'm using Cad and i'm trying to get a floorplan drawing into Lightscape 2007. The CAD drawing appears fine when loaded into Lightscape 2012, but because of the project we have to use Lightscape 2007. Unfortunately only parts of the floorplan appear when loaded into Lightscape 2007, I've played around with layers, I've saved it as the earliest version of CAD that I can and nothing works. How to load a CAD drawing into Lightscape 2007?

View 1 Replies View Related

AutoCAD 2013 :: 2013 To 2014 Hatch Pattern File Migration?

Jul 1, 2013

I have been migrating dozens and dozens of .pat files from one version of AutoCAD to the next for many, many versions.  Most recently in AutoCAD 2013 the .pat files were stored in the C:Program FilesAutodeskAutoCAD 2013SupportPatterns - worked fine.  During the migration to 2014 I received an install error report stating that this subdirectory did not exist and could not be created.  Alternately it stated that the new default path C:UsersUsernameAppDataRoamiongAutodesk|AutoCAD 2014R19.1enuSupport will be used instead.

At first I created the Patterns subdirectory where it could not be done automatically.  No luck. Then I placed the Patterns subdirectory in C:UsersUsernameAppDataRoamiongAutodesk|AutoCAD 2014R19.1enuSupportPatterns and no luck.

View 5 Replies View Related

Revit :: 2014 - Central File Network Path And Access

Mar 3, 2014

How come Revit (and in my case 2014) requires a full UNC path (such as \serverproject�01.rvt or \192.145.1.123project�01.rvt) instead of a Mapped Drive path (such as Z:project�01.rvt), which would ultimately cause issues to the location and access of the central file between users? Is it simply the way Revit is programmed to locate and access central files?

View 2 Replies View Related

AutoCAD 2013 :: Copy Settings And Toolbars From 2013 To 2014?

Dec 20, 2013

Happens every year.  Upgrade and spend half a day or more trying to get everything back to the way I had it.  All I have is a couple small toolbars for commands that are several clicks deep in the ribbons and I want them "right there" all the time.

I thought Autodesk 360 might be a good tool for this.  All it did was DOWNLOAD some old settings and destroy one of the toolbars I'd created.  They really need an override in there to specify upload, download, overwrite or don't.

I'm trying to migrate (I guess that's the technical term) my settings from 2013 Mechanical to 2014 Mechanical.  It's probably too late already, after 360 did its deal, but I really want to get this down so we don't go through it every year anymore.

I maintain that PTC had this part of it down Pro/ENGINEER.  You had a config file that was editable plain text.

Infrastructure DSP '14 / Product DSP '14 / Vault Professional 2014
Dell Precision T1650
Windows 7 Professional SP1 64-bit
Intel E3-1270 V2 3.5GHz / 32G RAM
Nvidia Quadro 2000, Driver 331.82
Space Navigator, Driver Version 6.17.7

View 9 Replies View Related

AutoCAD Architecture :: 2013 - Cannot Open Database - AecDtlComponents

Mar 4, 2013

I am getting an error when I try to use my detail components.

It said it cannot find the AecDtlComponents (US).mbd.  I have found the database and opened it up. It looks fine.

When I go into my options under AEC content I add a "Detail Component Database" it said "cannot open database... AecDtlComponents.mbd"

An imgae of the error is attached below.

how to install the database?

View 9 Replies View Related

AutoCAD 2013 :: Unable To Link Database To Drawing

Jul 31, 2012

I recently received a new computer with windows 7 and installed 2013.  I now cannot link my database to my drawing. 

View 5 Replies View Related

AutoCAD .NET :: Difference While Doing Customization With Database / Without Database Services

Aug 6, 2013

I am working on the AutoCAD customization and doing the same by VB.Net & C#.Net. But I just want to know the difference as mentioned below:

1. Insert Block In AutoCAD

Using VB.Net without using DataBase services..Only 1 statement is required to Insert the Block objAcadDocument.ModelSpace.InsertBlock(Required Arguments are here) Using C#.Net with DataBase services

There are many statments are there to insert only 1 block..Like Start Transaction, Lock the document, Get the Object Id Block etc...So my quetion is that when I have to use DataBase services and when not 

what is the advantage of doing customization using DataBase services rather than go for wihout DataBase services.?

View 4 Replies View Related

AutoCAD 2013 :: How To Access Aec Model

Sep 6, 2013

how to access the Aec Model(Imperial Ctb).dwt in the template file.

View 1 Replies View Related

AutoCAD Inventor :: Can't Access FEA In 2013

Jun 18, 2012

I am using inventor 2013 and have a very large assembly consisting of many sub assemblies and I want to perform a FEA on it. I went to the tutorials to see where to find it and it said it is under "Environments" on my ribbon. However, I can't find it anywhere. How do I access it?

View 6 Replies View Related

AutoCAD 2013 :: Grips In 2014

May 13, 2013

In my AutoCAD 2014, after selecting a grip on an object or a point it will snap to other grip points even when osnap is turned off. Is there a command or variable to turn what appears to be an auto grip snap function off?

View 8 Replies View Related

AutoCad :: Are 2013 And 2014 Interchangeable

Apr 6, 2013

I'm a student at lone star college in houston, and I'm working on a set of piping plans in autocad 2013. I just downloaded a student version of autocad 2014. I wanted to know if I can work on my plans in both the 2013 and 2014 versions without any hiccups or issues.

View 6 Replies View Related

AutoCAD 2013 :: How To Add CANNOSCALE On Quick Access Bar

Mar 6, 2013

How to add the “CANNOSCALE” on the quick access bar?

I tried to add the “CANNOSCALE” on the quick access bar but sounds it is not on the list of the “customize user interface”!

What I’m supposed to do to add it?

View 8 Replies View Related

AutoCAD Inventor :: Opening IDW From 2013 In 2014?

Jun 18, 2013

I am having problems opening an idw created in the 2013 version on my inventor professional 2014.

The idw contains its own template, views, dimensions, details and cuts.

Upon opening in 2014 to release details of the scale is changed randomly and the views are out of the leaf.

View 1 Replies View Related

AutoCAD 2013 :: How To Modify 3D Dimensions In 2014

Jun 11, 2013

i made some 3d modelling in autocad 2014 in the 3d drawing mode but i have some difficulty in modifying the dimensions of the subobjects.

1 method that i already know is to use the scale gizmo which works but not much as i am not able to set the exact dimensions i need. it only scales the subobject according to the previous size.

modify and determine the exact dimensions of the sub-objects.

View 4 Replies View Related

AutoCAD 2013 :: Export And / Or Publish To DWF 2014

Oct 3, 2013

each attempt to save as or publish / plot to DWF in Autocad 2014 fails (Device not found) other than the device what am i missing?

tried from the Output tab on the ribbon as well as the application icon save as , publish, and plot all with the same result

View 4 Replies View Related

AutoCAD 2013 :: 2014 - Custom PGP Won't Load?

Mar 28, 2013

I just installed AutoCAD 2014, but it's not pulling my custom .pgp file, even though the folder that file is in is first in my support path. 

System specifications: AutoCAD 2014 64-bit SP1, Windows 7 64-bit SP1, Intel Core i7-2600K, AMD FirePro V4900
16GB RAM, Crucial M4 SSD, 3 Dell Monitors (2 30" 2560x1600 & 1 20" 1200x1600)

View 7 Replies View Related







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