cancel
Showing results for 
Search instead for 
Did you mean: 

Sharepoint / vti Issue

andreas_wilmsme
Champ in-the-making
Champ in-the-making
Hi,
I am running Alfresco 3.3G (official version) and am just trying to access it using the Sharepoint protocol.
Using Internet Explorer, I try to connect to http://myserver.net:7070/alfresco. I do get a login prompt, enter user and password and end up with a HTTP 404 (not found).
The Alfresco VTI debug log shows the following entries:

14:35:51,594 User:System DEBUG [alfresco.v3.AlfrescoMethodHandler] WebUrl: /alfresco, fileUrl: ''
14:35:51,595  DEBUG [vti.web.VtiFilter] Checking request for VTI or not
14:35:51,606  DEBUG [vti.web.VtiFilter] Return VTI answer for HEAD request
14:35:51,607  DEBUG [vti.web.VtiFilter] Checking is resource exist
14:35:53,805 User:System DEBUG [alfresco.v3.AlfrescoMethodHandler] WebUrl: /alfresco, fileUrl: ''
14:35:53,806  DEBUG [vti.web.VtiFilter] Checking request for VTI or not
14:35:53,806  DEBUG [vti.web.VtiFilter] Return VTI answer for HEAD request
14:35:53,806  DEBUG [vti.web.VtiFilter] Checking is resource exist
14:35:53,906 User:andreas.wilmsmeier DEBUG [module.vti.handler] Resolved file info for 'alfresco' is null

My alfresco-global.properties file contains the following entries:

vti.server.port=7070
vti.alfresco.deployment.context=/alfresco
vti.alfresco.alfresoHostWithPort=http://myserver.net:8080
vti.share.shareHostWithPort=http://share.myserver.net

I had no entries in the file before (=default config), but that gave me the same results…
Any ideas ?
Thanks in advance,
Andreas
3 REPLIES 3

goldmar
Champ in-the-making
Champ in-the-making
Same problem here…

stevegreenbaum
Champ in-the-making
Champ in-the-making
I'm running 3.3 under Windows XP and have attached via the Sharepoint protocol.  I notice you are missing the port identifier on your sharehost declaration. 

Even though my installation is working, using the http://localhost:7070/alfresco as browser url results in a 400 message.  If you add the name of the site to the end of the url (/nameofsite) then the login screen is presented and after login, the Share site is displayed.

When you start the server you should see the vti module being started in the log.  
17:08:29,812 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Starting module 'org.alfresco.module.vti' version 1.2.

I'm unable to get some options in the Document Management pane working, but I am still looking into this.

goldmar
Champ in-the-making
Champ in-the-making
Well, it turns out that vti works and I just did not know how to use it! If I type http://yourserver:7070/alfresco in the browser I also geht a "not found" message. If I use Word 2003 and go to File => Open and type the URL there, then it works!

However, now I'm wondering how to setup VTI over SSL. I've tried using the configuration suggested here but it did not work for me. Also, I'm missing a configuration option "vti.bindto" (similar to "cifs.bindto" or "imap.server.host") to make Alfresco VTI only listen on localhost.