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
Change port value to 8081:
<connectivity.vaultmanager>
<webServer>
<add key="SSL" value="0" />
<add key="PORT" value="8081" />
</webServer>
</connectivity.vaultmanager>
2. C:Program FilesAutodeskData Management Server 2009ServerDispatchConnectivity.WindowsService.JobDispatch.exe.config
Add port number 8081: <add key="Server" value="127.0.0.1:8081" />
3. C:Program FilesAutodeskData Management Server 2009ServerWebServicesWeb.config
Change port value to 8081:
<connectivity.web>
<server port="8081" sslRequired="false" />
</connectivity.web>
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.
View 8 Replies
ADVERTISEMENT
May 14, 2012
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.
View 3 Replies
View Related
May 9, 2013
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.
View 3 Replies
View Related
Aug 17, 2013
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?
View 2 Replies
View Related
Nov 14, 2013
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
View 7 Replies
View Related
Dec 20, 2012
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.
View 9 Replies
View Related
Nov 20, 2013
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?
View 6 Replies
View Related
May 20, 2013
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?
View 4 Replies
View Related
Jan 22, 2013
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.
View 6 Replies
View Related
Jun 27, 2013
When I first draw something on a model space and click the Layout1 tab to see paper space.
The default view port size (the red box) looks like the following.
But I want to maximize the view port size such that (for example) the dotted line to be the defualt view port size in the paper space.
Could I do this by code??
I am currently using ObjectARX 2007 in C#.
View 4 Replies
View Related
Aug 1, 2012
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.
View 1 Replies
View Related
Jun 10, 2012
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.
View 5 Replies
View Related
Mar 14, 2012
I know I can adjust the view port margin to increase the view clip to show more reference geometry.
But from what I see, if the drawing is a projected view and I set the margin, it changes the margin for ALL the associated views.
This is not a base view or a view that has other views projected off of it, it is a view projected from a base view.
Changing the margin for this view, changes the margin for the base view as well.
Is there a way to change the margin on just the view you want without having to re-create it as a stand alone view?
View 2 Replies
View Related
Oct 3, 2012
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.
View 2 Replies
View Related
Dec 10, 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 ?
View 5 Replies
View Related
May 19, 2008
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.
View 3 Replies
View Related
Nov 11, 2011
My ctrl key has stopped working in Inventor.
It works fine in other programs.
Also when I hit F7 in a sketch Inventor does not show the section of the part to my sketch plane.
Also, my memory bar indicator does not work, it just stays all grey.
View 4 Replies
View Related
Aug 28, 2012
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.
View 1 Replies
View Related
Mar 12, 2012
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?
View 7 Replies
View Related
Oct 21, 2011
What is the risk Migrating Inventor 2009 files to Inventor 2012?
Do i have to migrate the Inventor 2009 files to 2010 and up to 2012?
View 2 Replies
View Related
Dec 10, 2013
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?
View 8 Replies
View Related
Sep 18, 2012
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
View 6 Replies
View Related
Oct 29, 2011
can you open inventor pro 2012 files on inventor pro 2009?
View 2 Replies
View Related
Mar 10, 2009
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.
View 2 Replies
View Related
Jul 9, 2013
Can Mechanical Desktop 2009 be installed with Inventor 2013?
View 5 Replies
View Related
Jul 22, 2010
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.
View 9 Replies
View Related
Apr 2, 2011
Where is the button to click to change 2009's layout to a "classical layout"?
View 6 Replies
View Related
Jan 19, 2012
Inventor 2009 creates XLS file when saving assembly drawing (IDW file).Why? How to get rid of that?
View 6 Replies
View Related
Dec 22, 2011
.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.
View 1 Replies
View Related
Oct 31, 2011
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!
View 4 Replies
View Related
Oct 19, 2011
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.
View 1 Replies
View Related