Test-it - User Profiles

About this task

To use Test-it to confirm connectivity between the IO SharePoint connector and the SharePoint User Profiles, do the following:

Procedure

  1. Switch the to the XML view of the test-it.
  2. Create a new <crawl-url> element.
  3. Create the "url" attribute on the <crawl-url>. Use the crawl url of the user profile component you wish to test as the value.
  4. Nest the following XML under the <crawl-url> element:
    
      			<curl-options>
               <crawl-extender-option name="update">update</crawl-extender-option>
            </curl-options>
  5. Click test-it.

Results

Example XML:

<crawl-url url="io-sp://ux-sp07.vm.vivisimo.com/user-profiles/ux-sp07%5Cadministrator/contact-data" >
        <curl-options>
           <crawl-extender-option name="update">update</crawl-extender-option>
        </curl-options>
      </crawl-url>