CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2003
    Posts
    15

    Indexing Service on remote machine

    hi

    I'm using indexing service in win 2000 through OLE DB Helper for indexing service.
    I'm quering remote machine. If I'm login on that machine, everything is ok, if I'm not then of course everything is wrong.
    My question:
    Is there anyway to set userid and password through OLE DB
    Helper or Provider for indexing service?

  2. #2
    Join Date
    Dec 2001
    Location
    Ontario, Canada
    Posts
    2,236
    Code:
    HRESULT Open(
       const CLSID& clsid,
       LPCTSTR pName,
       LPCTSTR pUserName = NULL,
       LPCTSTR pPassword = NULL,
       long nInitMode = 0 
    ) throw( );

  3. #3
    Join Date
    Dec 2003
    Location
    Republic of Ireland
    Posts
    383

    Re: Indexing Service on remote machine

    Hi,
    this is good topic, so I decided to add my post here instead on creating new thread.

    I'm runing indexing service on one machine but I'm indexing huge folder on remote machine in my network. Question: is indexing service is using an agent on remote machine or it transfers every file back and forth through network - causing heavh traffic.

    Thank you in advance for your answers.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured