cancel
Showing results for 
Search instead for 
Did you mean: 

Office files are Read-only with VTI

dranakan
Champ on-the-rise
Champ on-the-rise
Hello,

All files that I open with Word using the VTI (sharepoint protocol) are in Read-only. From Word, I can see all the files inside sites from Alfresco.
The problem is the same if I open file from Word (open… select : http://myserver:8080/Alfresco/sites) or from IE (in share, edit online).
I can modify theses files with the CIFS.

What could be the problem ?

I get these messages :

2012-05-03 13:06:53,658  INFO  [vti.web.VtiRequestDispatcher] [1429532546@qtp-1971245451-20] Note - no handler was found for HEAD to uri='/administration/documentLibrary/file.docx'
2012-05-03 13:06:54,729  INFO  [vti.web.VtiRequestDispatcher] [1429532546@qtp-1971245451-20] Note - no handler was found for GET to uri='/administration/documentLibrary/file.docx'
2012-05-03 13:06:54,749  INFO  [vti.web.VtiRequestDispatcher] [1429532546@qtp-1971245451-20] Note - no handler was found for HEAD to uri='/administration/documentLibrary/file.docx'

Alfresco 4.0D, RHEL 5.6, SSO (authentication.chain=passthru1Smiley Tongueassthru,alfrescoNtlm1:alfrescoNtlm,ldap-ad1:ldap-ad)
Word 2007, on XP SP3
4 REPLIES 4

dranakan
Champ on-the-rise
Champ on-the-rise
All is ok with a "clean" user. (which only exists in AD).
My tests were done with a user create first time in NTLM and after in LDAP (AD).

x1m
Champ in-the-making
Champ in-the-making
What was the solution?

jtrask
Champ in-the-making
Champ in-the-making
I am also experiencing the problem. How did you resolve it?

I'm not using SSO, so I keep getting a login prompt over and over and the same error:

Note - no handler was found for OPTIONS to uri='/space'

dranakan
Champ on-the-rise
Champ on-the-rise
Hi,

I still get the messages (INFO - No handler…), but I can open files using VTI.
@X1M : I have removed my test user form NTLM like this :

//start script
var luceneQuery = "@usr\\:username:\"userName\"";
var userStoreReference = "user://alfrescoUserStore";
var result = search.luceneSearch(userStoreReference, luceneQuery);
result[0].properties["usr:enabled"] = false;
result[0].save();
//end script
Change : userName