Azure Information Protection classified files can not be processed

SurfingSandy79 1 Reputation point
2021-04-14T17:39:58.513+00:00

Hi All,

The full text search engine is failing to process azure information protection (AIP) classified files in filestream. Does MS SQL support full-text-indexing of classified files uploaded in filestream please? I can not perform any sort of text search on such files.

Thanks for your support.

Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
523 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,058 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Olaf Helper 42,386 Reputation points
    2021-04-15T06:19:59.11+00:00

    Does MS SQL support full-text-indexing of classified files uploaded in filestream please? I can not perform any sort of text search on such files.

    Run this query

    select *  
    from sys.fulltext_document_types  
    

    to see all supported document type for FTS. I don't know AIP file format, if it's e.g. of XML content, then you could change file extension or add a filter equal to XML to get it working.
    See Configure and Manage Filters for Search

    0 comments No comments

  2. SurfingSandy79 1 Reputation point
    2021-04-15T08:12:05.487+00:00

    Thanks.

    For native Microsoft products, the extension does not change. Ex. .doc and .docx is in the list from the above query. A protected word or excel document has its contents encrypted. I believe I need a special Microsoft iFilter, capable of reading protected MS office documents. Or perhaps settings where fdhost.exe can use dedicated user credentials having permissions to read protected (classified) documents for indexing.

    0 comments No comments

  3. CathyJi-MSFT 21,106 Reputation points Microsoft Vendor
    2021-04-26T08:24:29.097+00:00

    Hi @SurfingSandy79 ,

    Did you want to find the information about that File types supported by the Azure Information Protection (AIP)? Please refer to this MS document.

    If I misunderstood, please let me know.


    If the response is helpful, please click "Accept Answer" and upvote it, thank you.

    0 comments No comments

  4. SurfingSandy79 1 Reputation point
    2021-05-02T09:00:41.937+00:00

    Hi Cathy

    I want to know if fdhost.exe can authenticate with Azure to crawl AIP protected / labeled files. Perhaps by installing a certificate in SQL server to authenticate with AIP. Is this something that can be achieved please?

    0 comments No comments