Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Vault2009 (local) and Vault2008 (server)

4 REPLIES 4
Reply
Message 1 of 5
Anonymous
148 Views, 4 Replies

Vault2009 (local) and Vault2008 (server)

Hi,

We currently are working with Inventor2008 and Vault2008 (installed on a server). I made an application which uses these 2. Now we want to switch to Inventor2009 and Vault2009. So as a test we installed Vault2009 on my computer (local). What exactly do I need to change in my application (code, references,...) so I can test my application if it works with Vault2009.

Thanks in advance,

Dominiek
4 REPLIES 4
Message 2 of 5
Anonymous
in reply to: Anonymous

Hello Dominiek,

If you are asking how to get your Vault 2009 client to work with your ADMS
2008, this configuration is not supported. You should install the Autodesk
Data Management Server 2009 to test with your Vault 2009 client before
upgrading.

Another option is to install the Inventor 2008 client upgrade for ADMS 2009.
http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=10976007&linkID=9242019

Regards,
Adam


"Dominiek Van West" wrote in message news:5982581@discussion.autodesk.com...
Hi,

We currently are working with Inventor2008 and Vault2008 (installed on a
server). I made an application which uses these 2. Now we want to switch to
Inventor2009 and Vault2009. So as a test we installed Vault2009 on my
computer (local). What exactly do I need to change in my application (code,
references,...) so I can test my application if it works with Vault2009.

Thanks in advance,

Dominiek
Message 3 of 5
Anonymous
in reply to: Anonymous

Thanks for the fast reply

But that's not what I actually ment. The Autodesk Data Management Server 2009 is installed on my computer. I just want to test if my application works with Inventor2009 and Vault2009 and if I need to change annything to it.

I just made a new application with the following code:

secSvc = New SecurityService.SecurityService
secSvc.Url = "http://localhost/AutodeskDM/Services/SecurityService.asmx"
secSvc.SecurityHeaderValue = New Artikelnummers.SecurityService.SecurityHeader()
secSvc.SignIn("Administrator", "", "vault")

docSvc = New DocumentService.DocumentServiceWse
docSvc.Url = "http://localhost/AutodeskDM/Services/DocumentService.asmx"
docSvc.SecurityHeaderValue = New Artikelnummers.DocumentService.SecurityHeader()
docSvc.SecurityHeaderValue.Ticket = secSvc.SecurityHeaderValue.Ticket
docSvc.SecurityHeaderValue.UserId = secSvc.SecurityHeaderValue.UserId

Dim folder As DocumentService.Folder
folder = docSvc.GetFolderByPath("$/designs/Silobouw/_SiloBib/Cellenblok")


But I get an error on that last line: System.Web.Services.Protocols.SoapException: Server dit not recognize the value of HTTP Header SOAPAction: http://AutodeskDM/Services/Document/02/14/2006/GetFolderByPath

What could be wrong here?
Message 4 of 5
Anonymous
in reply to: Anonymous

Hi Dominiek,

You need to update your web references in Visual Studio. This will make them
compatible with the new server version.

Paul Gunn
Message 5 of 5
Anonymous
in reply to: Anonymous

If I update the web references then he complains about the DocumentServiceWse

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report