There are a couple of very chatty trace events that tell you exactly what CPF is seeing while it processes your documents: CPF Condition Invoke CPF Condition Result CPF Action Invoke CPF Action Complete
The condition invoke/result pairs will tell you which conditions in the pipelines are being checked to decide whether to take a particular action The action invoke/complete pairs will tell you which action is actually selected and when it completed. I would also look for CPF "skipping" messages to see if your document processing is being skipped for some reason. //Mary On 02/05/2015 02:24 AM, Mario Budi wrote: Hi, thanks for the tips! Unfortunately it didn't help. No document was in an error state. A permission problem would explain a lot (like why i don't see the document.xml-file in WebDAV), but that doesn't seem to be the case. There where no permissions on the file, but i am using an user with admin role and i can load the document with fn:doc, so i am sure that the file is actually there and readable by my user. It "just" seems to be ignored by the search Regards, Mario You didn't say if you'd checked error states: https://docs.marklogic.com/guide/cpf/error#id_13652 may be worth a try. Looking at your log it seems clear that the docx parts are being created, and I see no sign of errors. ... 2015-02-03 13:00:29.706 Info: [Event:id=CPF on-create] /content/C/Test/ConversionsTests/demo_docx_parts/word/document.xml 2015-02-03 13:00:29.707 Info: [Event:id=CPF on-create] /content/C/Test/ConversionsTests/demo_docx_parts/[Content_Types].xml ... Maybe you have a document permissions problem? On the admin web site (8001) try "Configure > Databases > your-database-name > Permissions" and see what the permissions are for "/content/C/Test/ConversionsTests/demo_docx_parts/word/document.xml". Compare that with the permissions for your webdav user. If a document has no permissions then only admin users can see the document. As a test you could grant the admin role to your webdav user, but that probably isn't a good idea for regular operation. The docs discuss CPF and security at https://docs.marklogic.com/guide/cpf/default#id_76620 step #2, which refers to https://docs.marklogic.com/guide/cpf/default#id_85082 _______________________________________________ General mailing list [email protected]<mailto:[email protected]> http://developer.marklogic.com/mailman/listinfo/general
_______________________________________________ General mailing list [email protected] http://developer.marklogic.com/mailman/listinfo/general
