AutoCAD Inventor :: How To Change Port 80 For Data Management Server 2009
Feb 19, 2009
After installing Inventor 2009, you may find that other software on your machine now has connection issues such as Apache Web Server, Skype or other servers/programs that are configured to use port 80.
This is because Data Management Server 2009 is configured to connect to that port every time you reboot your computer. If you go to your Windows start bar, select 'Run' and type in services.msc, you will see a list of services. Scroll down to 'Autodesk EDM Server', its' Status' should be labelled 'Started' and its 'Startup Type' should be 'Automatic', which means that this service is started when you turn on your machine, thus connecting to port 80 automatically.
You could change the 'Startup Type' to 'Manual', so that any of your other servers/progams that need to connect to port 80 will function properly, but that would limit the ability for Inventor 2009 and other programs that are configured to use port 80 to run simultaneously. You would also have to manually start this service every time that you require to use Inventor 2009 and the Vault.
If you don't mind EDM Server to hang onto port 80, but you're having connection problems with Skype, then change over to another port for Skype. Open up Skype, goto Tools -> Options -> Advanced -> Connection. If the checkbox is selected for 'Use port 80 and 443 as alternatives for incoming connections', then uncheck it and restart Skype.
So, how do you configure EDM Server to connect to another port? There are four configuration files that need to be changed, so the default of port 80 is not used.
1. C:Program FilesAutodeskData Management Server 2009ADMS ConsoleConnectivity.ADMSConsole.exe.Config
4. C:Program FilesAutodeskData Management Server 2009ServerWebserverConnectivity.EDMWS.Server.exe.config
Change port value to 8081: <webserver runMode="service" port="8081" useHttpSys="auto">
You will have to restart 'Autodesk EDM Server' in services for changes to apply.This should eliminate your connection issues. Why Autodesk has decided to use 80 as the default port number without an easy way to change this through the console is just silly in my opinion.
I am working on customizing our content center, or at least learning about how to do it and am getting completley lost. Maybe it is just the termonology. In the Wiki help instructions I am instructed to open the "data management server console" and a path is given in the last line.
When I follow this path the only options I find under Autodesk data management are: links to open the vault or to open the auto loader.Am I missing something, or is the main opening screen to the vault what is considered the server console? I am also looking for where to open the "Content Center Editor"
Since the content center parts are EXCELL baised I should be able to do most of the editing once I figure out how to get into them but I am having a hard time getting there. The one thing I am not sure I am going to be able to figure out is that I like to place a work datum midway between the start and end datums. It is an easy job to place an offset datum from the start datum and then go into the propertys and set the offset + B_L/2. However I am not sure how to create this datum in the family prior to creating the instance.
I was getting this error on one of my users machines, inventor 2013 vault add in could not find the data management services
I uninstall Vault workgroup 2013, Inventor 2013, re install, and re install add ins, worked for half a day, and just got the same error again,
it seems As Inventor looses the add in, what was intersiting it gave an error about some unerlaying error after disgarding that, the add in doesnt work anymore.
I also cant copy design from vault on the same machine, all Inventor related files cant be copied, but dwg files can.
I get the feeling its an Inventor issue, my last resort is a clean install.
I have changing the parameters of an inventor document using the inventor API by create an instance e of inventor and open the document,but it take more time .is it possible to use Apprentice Server to change the parameters of the document.?
My code is
Dim oPartDoc As PartDocument = inventorApp.ActiveDocument Dim oParameters As Parameters oParameters = oPartDoc.ComponentDefinition.Parameters() Dim oLengthParam, oWidthParam, oHeightParam As Parameter oLengthParam = oParameters.Item("d0") oWidthParam = oParameters.Item("d1") oHeightParam = oParameters.Item("d2") oLengthParam.Expression = TextBox1.Text oWidthParam.Expression = TextBox2.Text oHeightParam.Expression = TextBox3.Text oPartDoc.Update()
how can achieve the same method using ApprenticeServer?
We've recently upgraded a large project from Civil 3D 2012 to Civil 3D 2014 and for the most part things have migrated well.
On this project as well as others that have been migrated, I've been noticing this and similar messages re: modified in a previous version when the dref's synchronize:
"FG-STREET A was modified in a previous version of the software. Changes in the current were overwritten when the data reference was synchronized."
The steps we used for converting this project in order are:
Set Data shortcuts working folder. Migrate Survey Database. Open/save base drawing containing survey & EG surface. Open/save all C3d source dwgs before opening any plan sheets. Open/save all C3d plan sheets.
Because of the warning message I thought I'd try the "Migrating Data Shortcuts" following the instructions.
Use the stand-alone Data Shortcuts Editor to save one or more data shortcuts to a specified folder. If the shortcuts were created with a previous version of AutoCAD Civil 3D, they will be updated to the current format in this process.
When following the steps in the Data Shortcuts Editor, when I get to step 5, select the folder & choose Saveas, I see the following message that they will be saved in 2009 format?
Isn't that a downgrade? How these modified in a previous version messages?
I'm still trying to figure out if they are a benign message or if they are something I should be concerned with. 95% of the shortcuts on the project sync normally & seem to work fine other than an occasional disappearing profile in the sheet profiles.
C3D 2012 SP3 & C3D 2014 SP1 Win 7 Professional 64 Bit
I am trying to use a file of data that have 1.8 million of points, and is rally difficult with Autocad Civil 3D, the fiel open with the Autocad, but when I try to erase some of that points, the software is freeze.
for example:
the picture attached contains a lot of points with one blue line, the points on the blue line are the points that I am interesting, and the other points are the points that I want to erase.
We have a SQL Server instance that I connect to over our network. I can access it when I log into SQL Server Management Studio. In AutoCAD Map 3D 2014 I do not have the option to "Add SQL Server Connection". I tried using the SQL Server Spatial connection but the database does not have spatial data. I only see a list of tables but they cannot be added as feature classes and display the message "The feature class doesn't exist" when I click on a table. I also don't have the SQL ServerProvider.dll in the FDO folder. I tried copying the .dll from version 2012 but it didn't work.
How do I connect to my non-spatial data in SQL Server? Is this a permissions issue?
I created a xref. this xref included some poly line. width is 0.2mm. i need this poly line line weight should be change from different view port. right now this is shown in narrow line width. how can change this line weight at view port?
Moving C3D projects to a new server, specifically regarding data shortcuts?
For example, current projects live in: \serversharexxxproj_number
Soon, that path will be \A_new_server\shareBproj_numberdesign
Upon internal inspection, the data shortcuts are storing the full path and a relative path. Based on our initial tests, C3D is resolving the path to the source drawing using the relative path, even though the "full path" stored in the data shortcut is invalid.
I don't think we will need to use the "Data ShortCuts Editor" to fix the paths as long as the relative directory structure remains intact.
I'm looking for a HDMI, AVI and other input ports that are already drawn up that I can just put into my assembly. Is there somewhere where I can find these? Either online or in the program? I'm very new to inventor I took a class on the basics 4 years ago but haven't really touched the program much after that.
I am trying to loft a port shape for a project. I have been able to loft pretty much the same thing when part of a larger model but this time around it keeps giving me an error.
In the past i will loft the whole part then remove the inner portion to get the port.
My client wants to buy Inventor 2013 and want to installed MDT 2009. How to install MDT 2009 of inventor 2013? He has a large data base of MDT. If he can not be installed MTD2009 he will not buy inventor 2013.
Our company is planning to buy new workstations Dell Precision T1700 [URL] and we have question about compatibility with Inventor 2009: Will there be issues with drivers or directx etc. that don´t match with Inventor 2009 ?
Just thought I would post this since I didn't see it anywhere else. With Inventor 2009, the views in IDW are automatically set to associative which causes the visibility option for parts/assemblies to be grayed out.
Running Inventor pro 2009 building simple fabrications and assemblies and it randomly shuts down without warning or any error code. This is happening regularly an dwith no apparent pattern or trigger.
I copy a .dwg to my remote computer and open it. Then .dwl and .dwl2 are created in same local folder as the .dwg I just opened localy. Then I copy the local .dwl and .dwl2 files back to the remote server in the same location I received the origional .dwg from. Why are those files not locked now from everybody on the network that I am remotly away from?
Using Inventor 2009. For some reason (all of a sudden) it will not open a step file. When I go to search for the file I would always use the file drop down an there would be a lengthy list of options. For some reason now it will only list the basic native formats... part, assembly etc. How I can get these back?
Finally, we updated to 2013 Inventor Professional (64 bit).
Now I have some problems when I run the rule which I created in 2009 (32 bit).
First one is:I created a rule which is suppressed. I need run it when I save files. The problem is: after I moved to 2013, and when I puch SAVE button, my rule cannot be run.
Autodesk Inventor Professional 2013 (64 Bit) SP2 Windows 7 Professional Service Pack 1 Intel(R) Xeon(R) CPU E5645 12.0 GB Memory
My students draw all of the individual parts of a product as ipt files. Next they create an assembly using those ipt files on a iam template. Next they generate a multiview assembly drawing on a idw template from the iam file. On the idw multiview assembly random visible lines disappear and we are not able to get them back. Students are turning of the visiblity of some of the hidden lines on the idw assembly but not all hidden lines.
I am trying to determine the moment of inertia of an L-section using IV 2009. By selecting Tools>Region Properties of a closed loop profile in the sketch environment the moment of inertia is given, however the principal axes through the centroid are at 45 degrees to the toe of the angle (see attached image). I want Ixx and Iyy where the X and Y axes are parallel to the horizontal and vertical toe respectively.
Coincidentally, AutoCAD orientates the principal axes the same when viewing the Region Mass Properties of a similar Region.
.My Inventor2009 keep crashing everytime i'm trying to traslate/import Mech. Desktop2009 files....Windows7 is my os platform. Done all latest SP both for Inventor & Mech Desktop.
Ones every three years we have an upgrade of Inventor. In a few months we have an upgrade from Inventor Proffessionel 2009 to Inventor Prof. 2012. Since we often use special materials in our design process we also create/add the new material in the material database. So here's the question; is it possible to copy the material database (special mades) from Inv Pro 2009 to Inv Pro 2012? It would save us a lot of work!
read that color management pdf by gennady petrov and tried a few things he wrote. I turned off color management in the printer driver, chose corel to manage color, and the image default profile sRGBxxxxx. picture was way dark and ugly. tried several other profiles and same dark picture. hmm that did not work so well.
went back to the printer driver and disabled no color management, and chose the profile Adobe RGB. still kept corel as manager and chose A RGB as the profile and the print looked spot on. Have not had problems printing from corel because I have come up with my own system, but was quite surprised at the result from turning off color management in the printer driver.