RE: Verity Indexing a Remote Server

2001-05-01 Thread Dennis Powers

Be sure that the CF Server Service is logged in to an account that has
rights to the shared drive/server.  The default account is System which can
only see the local drives.

Best Regards,

Dennis Powers
UXB Internet
(203) 879-2844
http://www.uxbinfo.com/

-Original Message-
From: Bryan Batchelder [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 01, 2001 11:42 AM
To: CF-Talk
Subject: RE: Verity Indexing a Remote Server

Is that possible without someone being logged in to the server?

I mean, UNC's should work.  If they don't, then this particular site will be
taken out of the cluster...its just not worth the work needed to make it
compatible.

I am curious though...is anyone out there doing a verity index on a remote
server?

I am assuming that what most people do is have CF running on the remote
server, and have it verity indexing the content, and then mapping to that
verity index on the front end boxes?

--b

Bryan Batchelder
Web Application Developer
ConnectWise, Inc.
Phone: 813-935-7100 x 425
Email:  [EMAIL PROTECTED]



> -Original Message-
> From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 01, 2001 11:14 AM
> To: CF-Talk
> Subject: Re: Verity Indexing a Remote Server
>
>
> Have you tried referring to the share as a drive like
> G:\Server\Path\To\My\Files where G is the drive letter assigned to the
> share.
>
> - Original Message -
> From: "Bryan Batchelder" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 01, 2001 8:11 AM
> Subject: Verity Indexing a Remote Server
>
>
> > I am trying to create a verity collection that indexes a
> share on a remote
> > server.  (We have 2 front end clustered webservers, and a
> static data
> server
> > - I am trying to index files on the static server, via a UNC path)
> >
> > I believe the systems are set up properly in regards to the
> user which the
> > CF services are running as having proper permissions to the share.
> >
> > I can successfully create files on the remote server using
> CFFILE from the
> > webservers using the same UNC path - so I would think that
> the verity
> > indexer would be able to read those files.
> >
> > also of note is the fact that we currently use this file
> server to store
> our
> > verity collections between servers - and that works fine.
> >
> > am I missing something?
> >
> > Here is the exact tag I use:
> >
> >  >  collection = "somecollection"
> >  key= "\\Server\Path\To\My\Files"
> >  type   = "path"
> >urlpath= "../images/mailings/"
> >recurse= "no">
> >
> > Of course, when I change the "key" attribute to some local
> drive\directory
> > (like "D:\cf\is\ereet") it works just fine (and again, the
> collection
> > datastructure itself is being stored on the static server)
> >
> > Also, when I try and use the CF Administrator to create the
> index, it
> gives
> > me the same error.
> >
> > Am I forgetting something?
> >
> > Thanks in advance.
> >
> > Bryan Batchelder
> > Web Application Developer
> > ConnectWise, Inc.
> > Phone: 813-935-7100 x 425
> > Email:  [EMAIL PROTECTED]
> >
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity Indexing a Remote Server

2001-05-01 Thread Bryan Batchelder

Is that possible without someone being logged in to the server?

I mean, UNC's should work.  If they don't, then this particular site will be
taken out of the cluster...its just not worth the work needed to make it
compatible.

I am curious though...is anyone out there doing a verity index on a remote
server?

I am assuming that what most people do is have CF running on the remote
server, and have it verity indexing the content, and then mapping to that
verity index on the front end boxes?

--b

Bryan Batchelder
Web Application Developer
ConnectWise, Inc.
Phone: 813-935-7100 x 425
Email:  [EMAIL PROTECTED]



> -Original Message-
> From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 01, 2001 11:14 AM
> To: CF-Talk
> Subject: Re: Verity Indexing a Remote Server
> 
> 
> Have you tried referring to the share as a drive like
> G:\Server\Path\To\My\Files where G is the drive letter assigned to the
> share.
> 
> - Original Message -
> From: "Bryan Batchelder" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, May 01, 2001 8:11 AM
> Subject: Verity Indexing a Remote Server
> 
> 
> > I am trying to create a verity collection that indexes a 
> share on a remote
> > server.  (We have 2 front end clustered webservers, and a 
> static data
> server
> > - I am trying to index files on the static server, via a UNC path)
> >
> > I believe the systems are set up properly in regards to the 
> user which the
> > CF services are running as having proper permissions to the share.
> >
> > I can successfully create files on the remote server using 
> CFFILE from the
> > webservers using the same UNC path - so I would think that 
> the verity
> > indexer would be able to read those files.
> >
> > also of note is the fact that we currently use this file 
> server to store
> our
> > verity collections between servers - and that works fine.
> >
> > am I missing something?
> >
> > Here is the exact tag I use:
> >
> >  >  collection = "somecollection"
> >  key= "\\Server\Path\To\My\Files"
> >  type   = "path"
> >urlpath= "../images/mailings/"
> >recurse= "no">
> >
> > Of course, when I change the "key" attribute to some local 
> drive\directory
> > (like "D:\cf\is\ereet") it works just fine (and again, the 
> collection
> > datastructure itself is being stored on the static server)
> >
> > Also, when I try and use the CF Administrator to create the 
> index, it
> gives
> > me the same error.
> >
> > Am I forgetting something?
> >
> > Thanks in advance.
> >
> > Bryan Batchelder
> > Web Application Developer
> > ConnectWise, Inc.
> > Phone: 813-935-7100 x 425
> > Email:  [EMAIL PROTECTED]
> >
> >
> >
> >
> >
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: Verity Indexing a Remote Server

2001-05-01 Thread Bryan LaPlante

Have you tried referring to the share as a drive like
G:\Server\Path\To\My\Files where G is the drive letter assigned to the
share.

- Original Message -
From: "Bryan Batchelder" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 01, 2001 8:11 AM
Subject: Verity Indexing a Remote Server


> I am trying to create a verity collection that indexes a share on a remote
> server.  (We have 2 front end clustered webservers, and a static data
server
> - I am trying to index files on the static server, via a UNC path)
>
> I believe the systems are set up properly in regards to the user which the
> CF services are running as having proper permissions to the share.
>
> I can successfully create files on the remote server using CFFILE from the
> webservers using the same UNC path - so I would think that the verity
> indexer would be able to read those files.
>
> also of note is the fact that we currently use this file server to store
our
> verity collections between servers - and that works fine.
>
> am I missing something?
>
> Here is the exact tag I use:
>
>   collection = "somecollection"
>  key= "\\Server\Path\To\My\Files"
>  type   = "path"
>urlpath= "../images/mailings/"
>recurse= "no">
>
> Of course, when I change the "key" attribute to some local drive\directory
> (like "D:\cf\is\ereet") it works just fine (and again, the collection
> datastructure itself is being stored on the static server)
>
> Also, when I try and use the CF Administrator to create the index, it
gives
> me the same error.
>
> Am I forgetting something?
>
> Thanks in advance.
>
> Bryan Batchelder
> Web Application Developer
> ConnectWise, Inc.
> Phone: 813-935-7100 x 425
> Email:  [EMAIL PROTECTED]
>
>
>
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Verity Indexing a Remote Server

2001-05-01 Thread Bryan Batchelder

I am trying to create a verity collection that indexes a share on a remote
server.  (We have 2 front end clustered webservers, and a static data server
- I am trying to index files on the static server, via a UNC path)

I believe the systems are set up properly in regards to the user which the
CF services are running as having proper permissions to the share.

I can successfully create files on the remote server using CFFILE from the
webservers using the same UNC path - so I would think that the verity
indexer would be able to read those files.

also of note is the fact that we currently use this file server to store our
verity collections between servers - and that works fine.

am I missing something?

Here is the exact tag I use:



Of course, when I change the "key" attribute to some local drive\directory
(like "D:\cf\is\ereet") it works just fine (and again, the collection
datastructure itself is being stored on the static server)

Also, when I try and use the CF Administrator to create the index, it gives
me the same error.

Am I forgetting something?

Thanks in advance.

Bryan Batchelder
Web Application Developer
ConnectWise, Inc.
Phone: 813-935-7100 x 425
Email:  [EMAIL PROTECTED]




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists