[ 
https://issues.apache.org/jira/browse/CONNECTORS-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13412868#comment-13412868
 ] 

Ahmet Arslan commented on CONNECTORS-470:
-----------------------------------------

bq. As far as special casing those two fields, I am not comfortable with it.
That makes sense.

bq. [0-9];#. Please synch up and try this one out.
With Security Disabled I can see ingested documents in history. We also fed one 
PDF to solr, successfully see field values in solr's response.
These attributes (TemplateId, CheckoutUser, _CopySource) does not exist in XML 
and if clause check against null. They return empty string.

{code}
String attrValue = doc.getValue(o,"ows_"+(String)attrName);
          if (attrValue != null)
          {
            result.put(attrName,progIDSubstitute(progID,attrValue));
          }
{code}

bq. install the MCPermissions web service on your SharePoint instance as per 
the documentation.
Fatih installed MCP to our SP2010 instance. I can open 
http://iknow:2525/_vti_bin/MCPermissions.asmx?op=GetPermissionCollection in a 
browser.

bq. Did you overwrite the MCPermissions wsdl with the Permissions wsdl at some 
point?
I don't think I did this. I will double check it. 
But I want to make sure of something.
I have :
* CONNECTORS-470/connectors/sharepoint/lib-proprietary/{DspSts.wsdl, 
versions.wsdl, Lists.wsdl, UserGroup.wsdl, Permissions.wsdl, Webs.wsdl} 
(Extracted manually)
* CONNECTORS-470/connectors/sharepoint/wsdls/MCPermissions.wsdl

Are the locations okey before executing ant build command?
                
> SharePoint 2010 support
> -----------------------
>
>                 Key: CONNECTORS-470
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-470
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 0.5, ManifoldCF 0.6
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.7
>
>         Attachments: CONNECTORS-470.patch, CONNECTORS-470.patch, 
> CONNECTORS-470.patch, CONNECTORS-470.patch, Screen Shot 2012-05-31 at 
> 11.21.12 AM.png, getFieldNames.jpg, pagination.zip, pom.patch, pom.patch
>
>
> See here for list of the SharePoint web services for SharePoint 2010:
> http://msdn.microsoft.com/en-us/library/ee705814.aspx

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to