AutoCAD Map 3D :: Export To FDO (Oracle) With User Defined SRID In Oracle Fails
Jun 14, 2013
ORacle spatial connected via FDO.
Oracle Table uses a user defined SRS.
Drawing entities (CAD) in DWG file.
command: mapexportfdo
If no CS is assigned in Map 3D, the export of the autocad entities works ok, the result geometries are written with the correct (table/metadata) SRID.
If a CS in MAP3D is assigned (for example as a result when using a WMS from a public server), the export fails.
It seems that MAP3D is trying to "translate" the CR to SRID somehow and it fails if these are different. As this is a "plain CAD" to GIS export, I expect MAP3D to behave like:
Either it just works as in the first step (write geometries) and pick the SRID from the metadata, without applying any transformation.
Or it applies a transformation if feasible ONLY when I the user checks the thick box: Convert Coordinate to (in the options tab on the Export dialog box.
In my case I do not want to transform, I just need the geomes being exported into the target table. So far I have only managed to do so when both drawing cr and oracle SRID are "MAP3D technically equal" (based on a similar EPSG code)
Specifically, because MAP3D does not recognize the user defined SRID in ORacle, obviously it is up to the user to know what to do with the data.
NOTE1: "export fails" is the only message as a user I get from the software, not knowing what is going on. I had to drill down this issue by trial and error, great error messaging (or better refusing message).
NOTE2: Export via another file format is NO option! I need a direct export (as it always worked, also when creating features from geometry). This time I need to exportway.
View 5 Replies
ADVERTISEMENT
Nov 30, 2011
I have a new requirement from company to save a static drawing's dimensions' data into DB table. We have hundreds of drawings. DBConnect connects with oracle using ODBC. But how it is possible that we draw a drawing and its attributes are saved in DB.
View 3 Replies
View Related
Aug 29, 2011
Is this possible, create a .Net 3.5 Dll(A.dll), reference to Oracle 11g 32 bit client Oracle.DataAccess.dll. this dll will be used in another dll(B.dll), which load in AutoCAD 64 bit application. 32 bit version of AutoCAD is not allowed to install on Windows 7 64 bit. Right now I set my B.dll as 'Any CPU', and A.dll as 'Any CPU' as well. Do I have to use 64 bit oracle client in my A.dll?
View 1 Replies
View Related
Jun 22, 2012
I am working on an application which uses an oracle database as backend. The application uses a login dialog in void IExtensionApplication.Initialize()
so my application knows the credentials for the oracle database. I use a drawing-template which has a database link in it. This points to a UDL-file in 'Data Links'. If i add the Credentials to this file and set the Parameter Persist Security Info=True the Credentials are ignored. So i thought i can avoid the additional loginprocesses if I add the following
var acadApp = (Autodesk.AutoCAD.Interop.AcadApplication)Autodesk.AutoCAD.ApplicationServices.Application.AcadApplication;dynamic cao Connect = acadApp.GetInterfaceObject("CAO.DBConnect.16");cao Connect.Connect("myconnection.UDL", "username", "password", false);
If i don't execute the code above i need two logins for the new drawing. After I added the code to my application I still need one oft this.
View 1 Replies
View Related
May 31, 2011
I have just installed Map3d 2012 on a new windows 7 machine and connect to data using oracle! I have some .layer files that are stored on my server which worked perfectly in 2011! The problem I have now is when I use Load layer from the task pane I receive an message that reads..
Failed to open FDO connection
ORA-01005: Null password given: Logon denied
I can log in to my oracle database which gets rid of the error but no data is bought in! Also if I try to connect with query (polygon region on Map) from data connect (polygon region on Map) no data shown, just a red polygon where the data should appear!!
View 8 Replies
View Related
Aug 1, 2012
I have created a template file but whenever I open and display data in AutoCAD Map 3D 2012 it does not apply to the opened data from Oracle 10g. Infact, it change every time I open the data from database!
Using the symbol in AutoDesk Map 3D 2012. Also note that my database is Oracle 10g.
View 4 Replies
View Related
Apr 3, 2012
setting up Industry Model using Oracle 10g and 11g XE edition. I cant make it working, trouble starts when trying to create MAP 3d System User "MAPSYS" in Industry Model Setup, during user creation(about 68%) error popups" Could not create user MAPSYS"XE: Unable to deploy java package. Does XE version is suitable for Industry Models. Direct connection to Oracle 10g or 11G XE with MAP 3d working for me perfectly.
System I have is: WIN 7 Enterprise( 64 bit), database is Oracle 10g and 11g XE(32bit), client is Oracle 11g R2(administrator),all autodesk software is 2013 versions(64 bit). I tried it also with 2012 software but same result.
View 4 Replies
View Related
Jan 5, 2011
I have been tasked with finding a way to link data from Oracle and SQL databases with CAD files of rooms in certain buildings. My goal is to be able to select an arbitrary room within a building and be able to access certain information. I don't actually have access to the databases yet, but I would like to know how to do this when I do. My data consists of "human" data such as: name, email, position, sex, etc; as wells as "physical" data such as: square footage of the room, who uses it, computer serial numbers, or what department is in charge of it. Using this data we will cross reference the tables to determine what our needs are.
My AutoCAD skills are good but I've never come across anything like this in the class room. Most of my knowledge is Civil based and more focused on design.
View 9 Replies
View Related
Mar 27, 2007
Here at work we are have one computer that has some user defined coordinate systems on it, and we are needing to place these coordinate system files onto another computer so we can project some of our drawing files correctly.
What do we need to do in order to move these files from one computer to the next? What do we need to export?
View 4 Replies
View Related
Feb 2, 2006
The act of opening the CHM file is no problem from VBA. However, this particular routine does not use a dialog box, only a "select objects" prompt. I want to allow the user to press "F1" or "'HELP" at this point and have it open my CHM file.
In lisp, you can use (setfunhelp) to do this.
So in theory, if the VBA sub is called like this:
(defun c:foo ()(vl-vbaload "c:/program files/
directory>/sample/vba/drawline.dvb"))
...then the lisp function should work, but it doesn't. Pressing "F1" or "'HELP" during the vba routine, simply opens the AutoCAD HELP to the default page.
View 9 Replies
View Related
Aug 25, 2011
I have a drawing from an architect, and they have used a user defined hatch pattern. But I cannot use it. I can find it's name, it shows up in properties and in the hatch tools. But it isn't in any *.pat files and I can't copy it into my tool palettes. where I could find it, it shows up just fine in the drawing, but I can't figure out how to use it in other areas, not even within the same drawing.
View 1 Replies
View Related
Dec 23, 2013
I need to loop through the user defined properties and create a list. I can create the lost but I can't find a way of looping through the defined properties. I can get property values but only if I know the name.
I need to loop through without knowing the UD name. Is there a way to recursively loop through all of the user defined properties?
View 3 Replies
View Related
Apr 16, 2012
I'm trying to add user defined properties to parcels, and then apply various styles to control shading of parcels, and to display some or all of the user defined data, as applicable depending on the values of that data.
I have managed to create a user defined category within my [User-Defined Property Classification] and then create categories within that classification.
The problem I'm having is that I want to be able to see those classifications in prospector so that I can sort based on those values, and then batch assign styles. How to display the classifications.
View 9 Replies
View Related
Nov 8, 2012
So - user defined properties for points are great. My only problem is that I can't copy and paste them between drawings without losing the user defined properties. I've tried it in both c3d 2011 and 2013.
I can export them into a user defined point file and import them into another drawing the same way, but that is more cumbersome than just copying and pasting.
C3D - 2014
View 1 Replies
View Related
May 8, 2012
I have created a MANHOLE UDP which defines inverts in & out etc as well pipe types and sizes. Is there a way to automatically generate a polyline or feature line which picks up the invertout to invert in of the next manhole by point number? hope that makes sense! I am using Civil3D 2012.
View 1 Replies
View Related
Mar 6, 2012
I have defined 3 user-defined contours for various elevations in my pond. I would like to disply them differently from one another, so I set their display styles in the analysis window where I created them. Unfortunately, the are only displayed per the settings in the surface style which is 1 - not what I want and 2 - all identitical. I have tried various settings in the surface style, but the contours will not display the way I have selected in the analysis window.
C3D 2011 w/ latest updates
View 6 Replies
View Related
Feb 3, 2011
If it is possible to define user specified patterns to draw spatial objects (for example connected shapefiles)? If yes, where can I find the *.pat file?
View 9 Replies
View Related
Jan 2, 2014
i can easily add user defined properties using Apprentice but i cannot delete them. There is a function to delete but i always get a message back saying the Parameter is Incorrect. When i check the parameter, it IS correct. Any method for deleted User Defined Properties using Apprentice?
View 1 Replies
View Related
Aug 30, 2012
how can i make new(user defined) line type.
View 3 Replies
View Related
Oct 23, 2013
I am having some trouble with hatch patterns. We are using FM Systems as our CAFM tool and there is a plugin for it within AutoCAD. The plugin allows you to create hatch patterns for things such as departments and space types. Right now this is working perfectly within AutoCAD 2012. However, when I try to run the routine within AutoCAD 2014, the only hatches that show up are the solid ones. In other words, any pattern that is not a solid pattern does not show up. I tried comparing all of the Hatch System Variables between 2012 and 2014, but still get the same thing.
View 7 Replies
View Related
Nov 22, 2013
I am able to create my own leader style, a loop, similar to the "dot blank" option that ACAD provides.
However, as with any leader style, once you pick the starting point of your leader you must extend it a certain length in order for the arrow, dot, slash, etc. to appear. This is a draw back in tight spaces where you are trying to fit the leader and the subsequent text.
Basically I would like to know if there is a setting that will allow me to pick the starting point of the leader and have the shortest length of leader line while still showing the "arrowhead".
I realize I can scale down the arrowhead type to give me more space. I realize I can explode the leader and shorten the line portion of the leader. I realize I can create a block of a "leader" that will give the appearance that I am looking for.
However, these are last ditch options if there is no solution.
View 1 Replies
View Related
Dec 10, 2012
Is there any chance to get user defined properties using .NET API for civil 2012?
View 9 Replies
View Related
Oct 30, 2012
Possible to use a block, such as a hex or circle with a number centered, instead of the out of the box number with a period? I have Key Notes that need numbers with a hex, and Construction notes, that need numbers in a circle. I can label these items with multileaders with a user defined block, but when I type out the notes using mtext, I want to use the exact same blocks to number the notes that correspond with my multileader label. I have been manually inserting blocks along side of my un-numbered mtext notes.
View 4 Replies
View Related
Mar 18, 2013
I am trying to write a script to do the following.
For each (cogo point in drawing)
{
If (Raw description == THISCODE*)
{
Replace THISCODE with User defined attribute 1
}
applyDescriptionKey()
}
I am running Civil 3D 2013. Having read through a few of your other threads I noticed that applyDescriptionKey() is 2013 specific.
View 7 Replies
View Related
Aug 17, 2011
I am trying to make an iPart of a fitting where I can change the "Body type" and it will change all the parameters associated with that body type through iLogic. Really I am just playing around in iLogic to see if this is something worth learning. Back to the point, I would like to change a multi-value user text parameter through the iPart table but I cannot find the paramter in the parameters tab.
Since it is a user parameter I thought it would be in the "Other" folder but it isn't. I do however have the other multi-value user number parameter in that folder, which makes me think that maybe I can't use the paramter in the iParts table?
INV 2012 SP1
Windows 7 64 Bit
ATI FirePro V5800
14.0 GB RAM
View 9 Replies
View Related
Oct 11, 2012
I have created various symbols to be placed into drawings when required, rather than having to re-create the same sketch every time the drawing is produced.
When I place the symbol I am given the option to select where to insert it, based on the insertion point. The problem is... once the symbol is placed there is no way (that I can figure out) to constrain to the view or dimension to it.
View 8 Replies
View Related
Apr 10, 2012
I've some user-defined iProperties in my idw-file. As soon as I set the file to "read-only" (via explorer RMB->properties) these iProperties are not shown on the drawing sheet when i open the drawing. ow to abandon this effect?
View 3 Replies
View Related
Jun 28, 2012
After saving a part from libary as 'user-defined' to edit it, it still appears with the symbol for 'standard part' (blue T): Means I cannot move it around to sort the parts in the 'tree' or from a folder to another and so on.
Open the part and it has a normal component part symbol. But still not in the assembly. I sometimes cannot change properties in the parts list. The name is different from the name in the folder (pictures).
Second thing: Using 'copy' to copy a assembly into a new folder, the user-defined part still behaves like a standard part and will not be copied as a normal part. - Not exactly what I need, when I make a part 'user defined'...
View 2 Replies
View Related
Mar 18, 2013
I am trying to write a script to do the following.
For each (cogo point in drawing)
{
If (Raw description == THISCODE*)
{
Replace THISCODE with User defined attribute 1
}
applyDescriptionKey()
}
View 2 Replies
View Related
Jun 5, 2013
Is there any way to retrieve a user-defined grid scale value using autolisp in the civil 3d drawing ?
View 4 Replies
View Related
Jul 3, 2012
i am following the new feature of CIVIL3D 2013. i have some problems with making user defined properties.
when i make a lable style for figure, lable style should be selected.
But i don't know how to make a properties for text of lable style.
see image below. i select the add labels of annotate ribon -> figur -> add figure labels -> edit section of line label style -> layout tap -> contents below text -> you can see the owership which is user defined properties.how to make that properties?
View 2 Replies
View Related