RE: no subject -- back button

2004-05-11 Thread Sean McCarthy
i think you will have to use the _javascript_ onLoad to do the handling, put
your logic there.

 
.

-Original Message-
From: Burns, John D [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 11, 2004 2:13 PM
To: CF-Talk
Subject: RE: no subject

You could...and really should be checking for the existence of those
variables before calling them.If they don't exist, use cflocation to
redirect the user to the correct page.

John 

-Original Message-
From: Butch Zaccheo [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 11, 2004 1:52 PM
To: CF-Talk
Subject: no subject

I¹m looking for a solution to the the ³back button² problem. I¹m sure there
is a stardard way of dealing with this but I don¹t know what it is. When a
transaction is complete in my shopping cart an invoice is displayed. I
eliminate all cookies and zero all session variables so the customer can
return to shop on the site if he or she decides to. Unfortunately instead of
clicking the ³continue shopping² button, customers will most times hit the
back button. This causes an error from the lack of session variables/cookies
that are no longer present.

I not sure what the best solution to this problem is. Is there a prevent the
customer from using the ³back² button?

Any help would be much appreciated.

BZaccheo 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




OT: Windows 2003 - unknown file extension

2004-02-04 Thread Sean McCarthy
We have some webex files (.wrf) hosted internally on our webserver.When a
user requests a .wrf file the url is configured as follows:

 
http://aCompany.webex.com/aCompany/playback.php?FileName=http://myIntranet.a
Company.com/eLearning/Webcasts/Forms.wrf
http://aCompany.webex.com/aCompany/playback.php?FileName=http://myIntranet.
aCompany.com/eLearning/Webcasts/Forms.wrf 

The first part of the url sends the request to webex to check to see if the
user has the plugin for playback.The second half loads the internally
hosted file into the users webex player.

 
Now heres the kicker.

 
On windows 2000 server (IIS 5) everything works fine.On windows 2003 (iis
6) I get a connection failed message in the webex player.

 
After further investigation I have found that when requesting a file with an
unknow extension on IIS 5 it will prompt the user to 'open or save to disk'.
Examlple:
http://myIntranet2000SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf
http://myIntranet2000SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf 

 
On IIS 6.0 when a file is requested with an unknown file type.It returns a
'page cannot be found'
Examlple:
http://myIntranet2003SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf
http://myIntranet2003SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf 

 
I believe this is why the webex player ends up with a connection failed
message.

Does anyone know how to force a unknown file extension on IIS 6 to work as
it did in IIS 5?

 
I attempted to create a bogus MIME type in IIS 6 thinking that may force the
user to be prompted with the 'open or save to disk' but it didnt work.

Any other ideas??

 
Thanks for your input.

Sean
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: OT: Windows 2003 - unknown file extension

2004-02-04 Thread Sean McCarthy
I had a feeling...I tried the application/x-unknown it still didnt prompt
me.It is now returning a 500 server message though.I called webex they
said the mime type would be application/octet-stream
but that didnt work either.

 
Any other mime types i could try?

Thanks!

 
Sean

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 04, 2004 11:35 AM
To: CF-Talk
Subject: Re: OT: Windows 2003 - unknown file extension

Oh, and try a mime type of application/x-unknown.

- Original Message -
From: [EMAIL PROTECTED]
Date: Wednesday, February 4, 2004 9:26 am
Subject: Re: OT: Windows 2003 - unknown file extension

 Yup, in IIS6, unknown file extensions are never served.
 
 You'll have to set up a mime type for that extension.That'll fix it.
 
 - Original Message -
 From: Sean McCarthy [EMAIL PROTECTED]
 Date: Wednesday, February 4, 2004 9:23 am
 Subject: OT: Windows 2003 - unknown file extension
 
  We have some webex files (.wrf) hosted internally on our 
  webserver.When a
  user requests a .wrf file the url is configured as follows:
  
  

http://aCompany.webex.com/aCompany/playback.php?FileName=http://myIntranet
.a
http://aCompany.webex.com/aCompany/playback.php?FileName=http://myIntranet.
a  Company.com/eLearning/Webcasts/Forms.wrf
  

http://aCompany.webex.com/aCompany/playback.php?FileName=http://myIntranet.
 aCompany.com/eLearning/Webcasts/Forms.wrf 
  
  
  The first part of the url sends the request to webex to check to 
  see if the
  user has the plugin for playback.The second half loads the 
  internallyhosted file into the users webex player.
  
  Now heres the kicker.
  
  On windows 2000 server (IIS 5) everything works fine.On 
 windows 
  2003 (iis
  6) I get a connection failed message in the webex player.
  
  After further investigation I have found that when requesting a 
  file with an
  unknow extension on IIS 5 it will prompt the user to 'open or 
 save 
  to disk'.
  Examlple:
  
 http://myIntranet2000SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf
http://myIntranet2000SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf  

  target=l 

target=lhttp://myIntranet2000SERVER.aCompany.com/eLearning/Webcasts/Forms
.wrf 
  
  On IIS 6.0 when a file is requested with an unknown file type.
 It 
  returns a
  'page cannot be found'
  Examlple:
  
 http://myIntranet2003SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf
http://myIntranet2003SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf  

  target=l 

target=lhttp://myIntranet2003SERVER.aCompany.com/eLearning/Webcasts/Forms
.wrf 
  
  I believe this is why the webex player ends up with a connection 
  failedmessage.
  
  
  Does anyone know how to force a unknown file extension on IIS 6 
 to 
  work as
  it did in IIS 5?
  
  I attempted to create a bogus MIME type in IIS 6 thinking that 
 may 
  force the
  user to be prompted with the 'open or save to disk' but it didnt 
  work.
  
  
  
  Any other ideas??
  
  Thanks for your input.
  
  
  Sean
  
  
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: RE: OT: Windows 2003 - unknown file extension

2004-02-04 Thread Sean McCarthy
Thanks!

 
That was a good time...User permissions mime types who needs CF

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 04, 2004 12:30 PM
To: CF-Talk
Subject: Re: RE: OT: Windows 2003 - unknown file extension

Hmm, try this out:

http://www.microsoft.com/technet/treeview/default.asp?url="">
ol/windowsserver2003/proddocs/standard/wsa_mimemapcfg.asp
http://www.microsoft.com/technet/treeview/default.asp?url="">
nol/windowsserver2003/proddocs/standard/wsa_mimemapcfg.asp 

- Original Message -
From: Sean McCarthy [EMAIL PROTECTED]
Date: Wednesday, February 4, 2004 10:22 am
Subject: RE: OT: Windows 2003 - unknown file extension

 I had a feeling...I tried the application/x-unknown it still 
 didnt prompt
 me.It is now returning a 500 server message though.I called 
 webex they
 said the mime type would be application/octet-stream
 but that didnt work either.
 
 Any other mime types i could try?
 
 
 Thanks!
 
 Sean
 
 -Original Message-
 From: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Sent: Wednesday, February 04, 2004 11:35 AM
 To: CF-Talk
 Subject: Re: OT: Windows 2003 - unknown file extension
 
 
 Oh, and try a mime type of application/x-unknown.
 
 - Original Message -
 From: [EMAIL PROTECTED]
 Date: Wednesday, February 4, 2004 9:26 am
 Subject: Re: OT: Windows 2003 - unknown file extension
 
  Yup, in IIS6, unknown file extensions are never served.
  
  You'll have to set up a mime type for that extension.That'll 
 fix it.
  
  - Original Message -
  From: Sean McCarthy [EMAIL PROTECTED]
  Date: Wednesday, February 4, 2004 9:23 am
  Subject: OT: Windows 2003 - unknown file extension
  
   We have some webex files (.wrf) hosted internally on our 
   webserver.When a
   user requests a .wrf file the url is configured as follows:
   
   
 

http://aCompany.webex.com/aCompany/playback.php?FileName=http://myIntranet
 .a

http://aCompany.webex.com/aCompany/playback.php?FileName=http://myIntranet.
 a  Company.com/eLearning/Webcasts/Forms.wrf
   
 

http://aCompany.webex.com/aCompany/playback.php?FileName=http://myIntranet.
  aCompany.com/eLearning/Webcasts/Forms.wrf 
   
   
   The first part of the url sends the request to webex to check 
 to 
   see if the
   user has the plugin for playback.The second half loads the 
   internallyhosted file into the users webex player.
   
   Now heres the kicker.
   
   On windows 2000 server (IIS 5) everything works fine.On 
  windows 
   2003 (iis
   6) I get a connection failed message in the webex player.
   
   After further investigation I have found that when requesting 
 a 
   file with an
   unknow extension on IIS 5 it will prompt the user to 'open or 
  save 
   to disk'.
   Examlple:
   
  
 http://myIntranet2000SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf
target=lhttp://myIntranet2000SERVER.aCompany.com/eLearning/Webcasts/Forms
.wrf  
 
   target=l 
 

target=lhttp://myIntranet2000SERVER.aCompany.com/eLearning/Webcasts/Forms
 .wrf 
   
   On IIS 6.0 when a file is requested with an unknown file type. 
 
  It 
   returns a
   'page cannot be found'
   Examlple:
   
  
 http://myIntranet2003SERVER.aCompany.com/eLearning/Webcasts/Forms.wrf
target=lhttp://myIntranet2003SERVER.aCompany.com/eLearning/Webcasts/Forms
.wrf  
 
   target=l 
 

target=lhttp://myIntranet2003SERVER.aCompany.com/eLearning/Webcasts/Forms
 .wrf 
   
   I believe this is why the webex player ends up with a 
 connection 
   failedmessage.
   
   
   Does anyone know how to force a unknown file extension on IIS 
 6 
  to 
   work as
   it did in IIS 5?
   
   I attempted to create a bogus MIME type in IIS 6 thinking that 
  may 
   force the
   user to be prompted with the 'open or save to disk' but it 
 didnt 
   work.
   
   
   
   Any other ideas??
   
   Thanks for your input.
   
   
   Sean
   
   
  
_
 
 
 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Better way to deal with corrupted Verity (spider) collections ?

2004-02-03 Thread Sean McCarthy
Kill the vspider.exe in taskmanager on your server.

-Original Message-
From: Tom Jordahl [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 03, 2004 4:30 PM
To: CF-Talk
Subject: RE: Better way to deal with corrupted Verity (spider) collections ?

How about repairing the collection from the CF administrator?

--
Tom Jordahl
Macromedia Server Development

-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 02, 2004 4:16 PM
To: CF-Talk
Subject: Better way to deal with corrupted Verity (spider) collections?

Once the following happens, I usually have to start everything from
scratch (delete collection from filesystem and start from square one).
Is there an easier way to recover from this?

Thanks,
Jamie

C:\WINNT\system32SET path=c:\cfusion\verity\_nti40\bin\ 

C:\WINNT\system32vspider -cmdfile
d:\websites\nccanch\admin\VerityK2Spider\spider_purge.txt 
vspider - Verity, Inc. Version 3.7 (_nti40, Aug 11 2000)
Info2004/02/02 16:11:19 (ind006000) Message database loaded from
[c:\cfusion\verity\_nti40\bin\ind.msg].
Info2004/02/02 16:11:19 (ind012207) Last indexing job was
interrupted 9 time(s).Running in auto-restart mode.

_ 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




CF to NTLM

2004-01-27 Thread Sean McCarthy
Hi,

 
Anyone know of a good tag to pass login information from a CF template to
NTLM?The only tag I have see is the one on the MM forum (cf_adsi), which
is much more than I need.

Thanks

 
Sean
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




OT: Internet Explorer proxy settings

2004-01-22 Thread Sean McCarthy
Is there a way to have a exception to an exception in the IE proxy
exception list?Let me explain.

 
If I open an IE window and go to:
Tools  Internet Options  Connections  Lan Settings  Proxy Server
(Advanced button)

 
At the bottom it has 'do not use a proxy server for addresses beginning
with:'

 
in that box I have:*.myDomain.com

 
Which tells all requests that end in myDomain.com to no go through the
proxy.But I would like one address to go through like 'foo.myDomain.com'.
Is there a way to syntactically say that. Likea minus sign in front of it
or something?EX:-foo.myDomain.com?

Thanks
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: cfstoredproc, status codes, trapping errors

2003-12-15 Thread Sean McCarthy
Set an out variable from your insert proc that gives you the status of the
insert (success or failure)

 
cfprocparam type=out variable=status_being_sent_back_after_insert

 -Original Message-
From: Darron J. Schall [mailto:[EMAIL PROTECTED]
Sent: Monday, December 15, 2003 4:06 PM
To: CF-Talk
Subject: cfstoredproc, status codes, trapping errors

I've searched around on google but have come up empty.I'm running SQL
Server 2K and CFMX 6.1.I have a stored procedure that handles database
inserts.It looks something like this (trimmed):

INSERT INTO quiz_results (user_id, question_id, answer_text)
VALUES (@user_id, @question_id, @answer_text)

IF @@ERROR  0
BEGIN
PRINT 'ERROR: Duplicate entry.'
RETURN -2
END
ELSE
BEGIN
PRINT 'Success.'
RETURN 0
END

Then, I'm calling it via the following CFML in a UDF (the fact that this is
in a UDF shouldn't matter, just thought I'd mention it):
cfstoredproc procedure=quiz_results_insert datasource=Quiz
returncode=yes
 cfprocparam variable=user_id value=#arguments.user_id#
cfsqltype=cf_sql_integer
 cfprocparam variable=question_id value=#arguments.question_id#
cfsqltype=cf_sql_integer
 cfprocparam variable=answer_text value=#arguments.answer_text#
cfsqltype=cf_sql_varchar
/cfstoredproc

.. and I'd like the function to return success or failure.Easy enough,
right?

cfreturn cfstoredproc.StatusCode

However, if the insert fails, CFMX chokes on the error message.I wanted to
trap the error in my stored procedure, and return '-2' to CFMX, so that
cfstoredproc.StatusCode is -2.I know I can fix this by just wrapping the
storedproc call in a try block, and setting cfstoredproc.StatusCode
manually, but I want all of the error handling to be done in the stored
procedure.The UDF should just return the StatusCode that was returned by
the stored proc on the database.

It doesn't look like this is possible, from everything I've seen there are
some errors in SQL Server that you just can't trap.If I run the stored
proc in Query Analyzer and the insert fails, I see the insert failure error
message, but I also see the 'ERROR' text so I know that the statement is
executing alright.It's just that as soon as CFMX gets the error message,
it terminates the statement, and cfstoredproc.StatusCode isn't set.

Any ideas, other than wrapping it in a try/catch block and manually setting
the error code?

-d 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




cf and ms indexing?

2003-12-05 Thread Sean McCarthy
code snip or example please would be greatly appreciatedtoo many
problems w vspider and mx

thanks!

sean
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: cf and ms indexing?

2003-12-05 Thread Sean McCarthy
thanks Jeff!

-Original Message-
From: Jeff Garza [mailto:[EMAIL PROTECTED]
Sent: Friday, December 05, 2003 8:48 PM
To: CF-Talk
Subject: Re: cf and ms indexing?

http://www.cfcomet.com/index_server/ http://www.cfcomet.com/index_server/ 
- Original Message - 
From: Sean McCarthy 
To: CF-Talk 
Sent: Friday, December 05, 2003 5:46 PM
Subject: cf and ms indexing?

code snip or example please would be greatly appreciatedtoo many
problems w vspider and mx

thanks!

sean 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




VSpider with MX

2003-12-04 Thread Sean McCarthy
What changed?I keep getting a spider of 0 docs?Were there any major
changes between 5 and MX with the vspider?

 
Help!

 
sean
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Constrain on a blob

2003-10-17 Thread Sean McCarthy
Thanks for the input all.It appears you can add a 1,1 attribute on the end
to define the start? and span?seems to work more like a wildcard.Still
cant get it case insensitive

-Original Message-
From: Plunkett, Matt [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 4:14 PM
To: CF-Talk
Subject: RE: Constrain on a blob

Hrm, I see the problem.My bad.I looked around on google a bit, but
didn't see any answers beyond using an Oracle Text index on the field.

-Original Message-
From: Deanna Schneider [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 2:07 PM
To: CF-Talk
Subject: Re: Constrain on a blob

No, it doesn't work, dbms_lob is a package and INSTR is a function within
the package. It does not support UPPER.

-Deanna

- Original Message - 
From: Plunkett, Matt [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Wednesday, October 15, 2003 8:52 AM
Subject: RE: Constrain on a blob

 To do case insensitive like searches, I use UPPER() on both sides of the
 where clause.I haven't tried it here, but WHERE
 dbms_lob.INSTR(UPPER(section.text), UPPER('abc'))0 may work fine.

 -Original Message-
 From: Deanna Schneider [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, October 15, 2003 9:39 AM
 To: CF-Talk
 Subject: Re: Constrain on a blob


 You should be able to do this (at least it works on clobs)
 SELECT header FROM section WHERE dbms_lob.INSTR(section.text, 'abc')0

 This performs a case-sensitve LIKE search. I've yet to find any way to do
a
 case-insensitive LIKE search.

 -Deanna

 - Original Message - 
 From: Sean McCarthy [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, October 14, 2003 6:07 PM
 Subject: Constrain on a blob

  I get and 'inconsistent datatype' error when I try to:
 
  SELECT
 title
  FROM
 myTable
  WHERE
 myBlob = 'abc'
 
  Is it possible to constrain on the information in a blob.Optimally I
 would
  like the ability to do a 'like %foo%'
 
_


 
_

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Constrain on a clob

2003-10-15 Thread Sean McCarthy
Sorry should have been more clear.It is a clob.From what I have read
there is no way I can search against the data?Any ideas?Looks like I
could use interMedia?

 
thanks

 
sean

-Original Message-
From: Craig Dudley [mailto:[EMAIL PROTECTED]
Sent: Wednesday, October 15, 2003 4:34 AM
To: CF-Talk
Subject: RE: Constrain on a blob

Shouldn't you be storing the data in a CLOB or TEXT field if it's text?

afaik BLOB = binary large object, not reallly where you want to be
storing text.

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED] 
Sent: 15 October 2003 01:26
To: CF-Talk
Subject: Re: Constrain on a blob

Ya you need to convert it via a functionand for the life of
me I can't remember what it's called (just found it a month ago)...try
Google...Oracle 9 SELECT BLOBshould point ya in the right
direction ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message - 
From: Sean McCarthy 
To: CF-Talk 
Sent: Tuesday, October 14, 2003 4:37 PM
Subject: RE: Constrain on a blob

its an oracle 9 db and im working in toad (fancy sql plus)
rite now

seems like i need to perform some sort of convert method on
the data first?

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 7:37 PM
To: CF-Talk
Subject: Re: Constrain on a blob

What DB and what version of CF?

CF 5 and earlier cannot select a BLOBbut you can get some
Java based
custom tags to do it

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
 - Original Message - 
 From: Sean McCarthy 
 To: CF-Talk 
 Sent: Tuesday, October 14, 2003 4:07 PM
 Subject: Constrain on a blob

 I get and 'inconsistent datatype' error when I try to:

 SELECT 
title
 FROM 
myTable
 WHERE 
 myBlob = 'abc'

 Is it possible to constrain on the information in a blob.
Optimally I
would
 like the ability to do a 'like %foo%'

 _

_

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Constrain on a blob

2003-10-14 Thread Sean McCarthy
I get and 'inconsistent datatype' error when I try to:

SELECT 
title
FROM 
myTable
WHERE 
 myBlob = 'abc'

Is it possible to constrain on the information in a blob.Optimally I would
like the ability to do a 'like %foo%'
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Constrain on a blob

2003-10-14 Thread Sean McCarthy
its an oracle 9 db and im working in toad (fancy sql plus) rite now

 
seems like i need to perform some sort of convert method on the data first?

-Original Message-
From: Bryan Stevenson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 7:37 PM
To: CF-Talk
Subject: Re: Constrain on a blob

What DB and what version of CF?

CF 5 and earlier cannot select a BLOBbut you can get some Java based
custom tags to do it

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com
- Original Message - 
From: Sean McCarthy 
To: CF-Talk 
Sent: Tuesday, October 14, 2003 4:07 PM
Subject: Constrain on a blob

I get and 'inconsistent datatype' error when I try to:

SELECT 
 title
FROM 
 myTable
WHERE 
myBlob = 'abc'

Is it possible to constrain on the information in a blob.Optimally I
would
like the ability to do a 'like %foo%'

_


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: CFMail

2003-10-14 Thread Sean McCarthy
comma

cfmail to = you, me ...


-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 14, 2003 7:40 PM
To: CF-Talk
Subject: CFMail

Sanity Check:
In the TO field of cfmail are address separated by a semicolon ; or by a
comma , ?

Thanks, Mark 


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




VB version of cfhttp

2003-09-23 Thread Sean McCarthy
Does anyone know of how I would do a VB http call.  Same as how cfhttp works
behind the scenes without spawning a user.

Thanks

Sean
~|
Message: http://www.houseoffusion.com/lists.cfm?link=i:4:138194
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


SalesLogix and ColdFusion

2003-07-17 Thread Sean McCarthy
Hi,
  Anyone that has front ended a SLX DB with CF, I could use some assistance.
How are you handling the communication between the two?  Are you using the
slxapi.dll?  Are you on version 6?  Is there another way to access SLX?  I
read the slxapi.dll is being retired.  Any webservice access?

thanks for your input

sean

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



HTTP_REFERER and MS VPN

2003-07-01 Thread Sean McCarthy
Hi,
Does anyone have any thoughts why vpn users are not passing or have
the HTTP_REFERER defined when they come from another page?

This is what I see when a vpn users information is dumped:

HTTP_~~~
 
:~~~


~~~ 
 
With out the vpn I get the url exactly as I would expect.

Thanks

Sean
 

-Original Message-
From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 1:11 PM
To: CF-Talk
Subject: RE: export to .xls tag?


One caveat to this...

If you use CSS to format and the users have Office 97 it won't display
properly.

The office 97 programs use an older html (3.2 I think, but don't hold me to
it).

Steve


-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2003 12:51 PM
To: CF-Talk
Subject: RE: export to .xls tag?


Thank you very much.  That does work great.

Chris

-Original Message-
From: Joshua Miller [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 01, 2003 12:02 AM
To: CF-Talk
Subject: RE: export to .xls tag?

You can create an HTML table and save the file as an .xls file and it
will create an Excel document with data in cells just as in your HTML
table. It supports colors, styles, etc. as well if you need formatting.

I use this all the time, works great. 

This also works with Word although the results are somewhat less
attractive than they are in Excel if you use tables. If you use CSS for
formatting your document it will save beautifully as Word and/or RTF.

Thanks,

Joshua Miller
Head Programmer / IT Manager
Garrison Enterprises Inc.
www.garrisonenterprises.net
[EMAIL PROTECTED]
(704) 569-0801 ext. 254
 

*
Any views expressed in this message are those of the individual sender,
except where the sender states them to be the views of 
Garrison Enterprises Inc.
 
This e-mail is intended only for the individual or entity to which it is
addressed and contains information that is private and confidential. If
you are not the intended recipient you are hereby notified that any
dissemination, distribution or copying is strictly prohibited. If you 
have received this e-mail in error please delete it immediately and
advise us by return e-mail to [EMAIL PROTECTED]

*


-Original Message-
From: Chris [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 01, 2003 12:16 AM
To: CF-Talk
Subject: export to .xls tag?


Does anyone know of a tag or technique that would export to a .xls from
within a cfoutput.  Everything I see exports using a sql query.  I need
to perform a few tests and calculations on my query to format it
properly.

 

Thanks

 

cc

 








~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



cfcookie expires syntax

2003-04-04 Thread Sean McCarthy
I would like to expire a cookie after 10 min.  Something is not correct with
my syntax any ideas?

cfset foo = DateAdd(n, 10, Now())

cfcookie name = MYCOOKIE
value = #Now()#
expires = #foo#   



thanks!

sean

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: cfcookie expires syntax

2003-04-04 Thread Sean McCarthy
I have also tried:

cfcookie name = MYCOOKIE
value = foo
expires=#DateFormat(CreateDate(2001,12,31), 'ddd,
dd-mmm-')# #TimeFormat(CreateTime(00,00,00), 'HH:mm:ss')# GMT

with no luck

-Original Message-
From: Sean McCarthy 
Sent: Friday, April 04, 2003 10:26 AM
To: CF-Talk
Subject: cfcookie expires syntax


I would like to expire a cookie after 10 min.  Something is not correct with
my syntax any ideas?

cfset foo = DateAdd(n, 10, Now())

cfcookie name = MYCOOKIE
value = #Now()#
expires = #foo#   



thanks!

sean


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Http to Https Secure Transmission?

2003-03-26 Thread Sean McCarthy
Hi,
We are about to rollout access to a Commerce 1 application server
through single sign-on from the intranet.  Will a SSL cert need to be on
both ends to make the connection secure(the form submitting the Login/Pass
and the C1 server)?  I have received varying answers on this subject.
Verisign says yes definitely.  But then I look at sites like this:

http://online.firstusa.com/bolHome.aspx?partner=fusacorp

and the login page is non sol submitting to a sol page?  Is this information
sent in the clear? I assume so? Unless it is being encrypted before being
sent?

thanks for your input

sean

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Http to Https Secure Transmission?

2003-03-26 Thread Sean McCarthy
Thanks guys.  We are sending the l/p from a db call behind the scenes so the
lack of the lock is not too much of a concern I just wanted to avoid having
to put a cert on my site...

sean

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 26, 2003 2:37 PM
To: CF-Talk
Subject: RE: Http to Https Secure Transmission?


Listen to what Barney said.  Verisign is in the business of selling
certificates and they BS'd you, from the sound of it.

As was pointed out, a form without the little lock on it is not secure
insofar as a user is concerned.  They'd have to do a View Source to see
the secure form post addr, which very few will do of course.


 Matt Robertson   [EMAIL PROTECTED] 
 MSB Designs, Inc.  http://mysecretbase.com



I've stopped 47,866 spam messages. You can too!
Get your free, safe spam protection at
http://www.cloudmark.com/spamnetsig/

-Original Message-
From: Sean McCarthy [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 26, 2003 11:09 AM
To: CF-Talk
Subject: Http to Https Secure Transmission?


Hi,
We are about to rollout access to a Commerce 1 application
server
through single sign-on from the intranet.  Will a SSL cert need to be on
both ends to make the connection secure(the form submitting the
Login/Pass
and the C1 server)?  I have received varying answers on this subject.
Verisign says yes definitely.  But then I look at sites like this:

http://online.firstusa.com/bolHome.aspx?partner=fusacorp

and the login page is non sol submitting to a sol page?  Is this
information
sent in the clear? I assume so? Unless it is being encrypted before
being
sent?

thanks for your input

sean



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: Getting XP Login Name?

2003-03-19 Thread Sean McCarthy
From what I have found you will also have to have the user access the site
by name and not IP, with windows challenge response.

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 8:34 AM
To: CF-Talk
Subject: RE: Getting XP Login Name?


I woudl assume that if you can get to the registry you can get that info...

-Original Message-
From: Claremont, Timothy [mailto:[EMAIL PROTECTED]
Sent: 19 March 2003 13:22
To: CF-Talk
Subject: Getting XP Login Name?


I have not played with CF for a couple and years, and now am getting
back into it.

Can someone tell me if it is possible to retrieve the XP login name on
the puter that is accessing my app?

Thanks!


Tim Claremont
Applications Specialist
Independent Living For Seniors
585.922.2882
[EMAIL PROTECTED]






**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error 
please delete it from your system. Thank you!
ViaHealth
**




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: [OT] Resizable Flash Ad (Sample)

2003-01-30 Thread Sean McCarthy
thanks all for your help

scott thanks for the example!

-Original Message-
From: Scott Van Vliet [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 30, 2003 2:23 AM
To: CF-Talk
Subject: RE: [OT] Resizable Flash Ad (Sample)


Here's a very simple example a Resizable Flash Ad.

Example: http://beta.brdwrks.com/samples/resizableAd.html
Source:  http://beta.brdwrks.com/samples/resizableAd.zip

Hope this helps,

Scott Van Vliet

 -Original Message-
 From: Ben Koshy [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, January 30, 2003 4:40 AM
 To: CF-Talk
 Subject: RE: [OT] Resizable Flash Ad
 
 I think most of those resizeable flash ads are done by placing the ad
on
 a layer above the website. The actual flash ad is the full size, but
 then appears to shrink down to the smaller size when in fact it
remains
 the same size.  But the flash animation is transparent, the website on
 the lower layer shows through.
 
 -Original Message-
 From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 29, 2003 1:28 PM
 To: CF-Talk
 Subject: [OT] Resizable Flash Ad
 
 
 Has anyone seen a tutorial on a resizable flash ad like the ones that
 yahoo or msnbc do from time to time
 
 Basically i want it to go from a 225x225 to a 75x125 or so.
 
 The ad will sit on a CF site so I guess its not that far off topic...
 
 Thanks
 
 Sean
 
 -Original Message-
 From: Dave Carabetta [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 29, 2003 4:22 PM
 To: CF-Talk
 Subject: Re: dumb question client variables
 
 
 hi there.
 
 If I wanted to remove the value of a client variable I have set for a
 particular user, lets just say, emailAddress, and they check a
checkbox
 
 that says, Forget my email address, would the best way to do that, be
 to have this code...
 
 cfset client.EmailAddress = 
 
 to just zero the value out?
 
 Not entirely sure what you're trying to do, but why not use
 DeleteClientVariable(EmailAddress) to delete that particular client
 variable? This has the added benefit (albeit minimal) of one less
client
 
 variable CF needs to return with every page request. Then just do an
 IsDefined(client.EmailAddress) to check for that particular client
 variable when you need to.
 
 Alternatively, you can indeed just do cfset client.EmailAddress = 
 in
 your code to null out the value for that client variable, and then
 just do
 
 a cfif Len(client.EmailAddress) to check for a value.
 
 
 brain fartage on a stinkin cold rainy Wednesday
 
 Hey, it could be worse. It's snowing here!! (New York City)
 
 Regards,
 Dave.
 
 
 
 
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




[OT] Resizable Flash Ad

2003-01-29 Thread Sean McCarthy
Has anyone seen a tutorial on a resizable flash ad like the ones that yahoo
or msnbc do from time to time

Basically i want it to go from a 225x225 to a 75x125 or so. 

The ad will sit on a CF site so I guess its not that far off topic...

Thanks

Sean

-Original Message-
From: Dave Carabetta [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 4:22 PM
To: CF-Talk
Subject: Re: dumb question client variables


hi there.

If I wanted to remove the value of a client variable I have set for a
particular user, lets just say, emailAddress, and they check a checkbox
that says, Forget my email address, would the best way to do that, be
to have this code...

cfset client.EmailAddress = 

to just zero the value out?

Not entirely sure what you're trying to do, but why not use 
DeleteClientVariable(EmailAddress) to delete that particular client 
variable? This has the added benefit (albeit minimal) of one less client 
variable CF needs to return with every page request. Then just do an 
IsDefined(client.EmailAddress) to check for that particular client 
variable when you need to.

Alternatively, you can indeed just do cfset client.EmailAddress =  in 
your code to null out the value for that client variable, and then just do

a cfif Len(client.EmailAddress) to check for a value.


brain fartage on a stinkin cold rainy Wednesday

Hey, it could be worse. It's snowing here!! (New York City)

Regards,
Dave.



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: Crystal Reports Enterprise 8.5 ohhhh the pain

2002-12-23 Thread Sean McCarthy
No I am not passing the login and pass in the url.  If you leave the params
blank it uses the nt auth.  Heres how I ended up getting it to work.

http://mybox.box.com/crystal/enterprise/viewer/viewrpt.cwr?apsauthtype=secWi
ndowsNTid=204


If you have any other techniques for this please let me know.

Thanks for your reply

Sean



-Original Message-
From: Frank Mamone [mailto:[EMAIL PROTECTED]]
Sent: Saturday, December 21, 2002 9:03 AM
To: CF-Talk
Subject: Re: Crystal Reports Enterprise 8.5 o the pain


Do you really want to pass the username and password in the URL?

I'm not sure how you are trying to implement your reports, but if you give
some details I may be able to help as we use reporting with CF/Crystal
extensively.

-Frank

- Original Message -
From: Sean McCarthy [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, December 17, 2002 11:12 PM
Subject: OT: Crystal Reports Enterprise 8.5 o the pain


 Hi,
 We are attempting to use Crystal Enterprise with windows auth.
 Everything is configured according to the docs they have provided but
 unfortunately the windows auth through iis works but the user is still
 prompted with the login box for crystal enterprise.  I can select 'nt
auth'
 from the crystal drop down enter no credentials and hit submit and it
knows
 who i am.  I believe everything is working properly but crystal needs to
 create some sort of cookie?through the submit from the crystal auth
 screen.


 How can I avoid this screen and just get directly to the report with my
auth
 information?  I guess how can I create the cookie on the fly when
accessing
 the url for the report?  Can I pass generic vars on the url to get it to
 pass and create the cookie?

 This is the only link I have successfully gotten to work:


http://servername/crystal/enterprise/admin/en/admin.cwr?action=logonaps=aps
 nameauth=secWindowsNTusr=pwd

 If I could do this when I call my report url that would be great.


 Thanks for any input you might have


 Sean
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



OT: Crystal Reports Enterprise 8.5 ohhhh the pain

2002-12-17 Thread Sean McCarthy
Hi,
We are attempting to use Crystal Enterprise with windows auth.
Everything is configured according to the docs they have provided but
unfortunately the windows auth through iis works but the user is still
prompted with the login box for crystal enterprise.  I can select 'nt auth'
from the crystal drop down enter no credentials and hit submit and it knows
who i am.  I believe everything is working properly but crystal needs to
create some sort of cookie?through the submit from the crystal auth
screen.  


How can I avoid this screen and just get directly to the report with my auth
information?  I guess how can I create the cookie on the fly when accessing
the url for the report?  Can I pass generic vars on the url to get it to
pass and create the cookie?

This is the only link I have successfully gotten to work:

http://servername/crystal/enterprise/admin/en/admin.cwr?action=logonaps=aps
nameauth=secWindowsNTusr=pwd

If I could do this when I call my report url that would be great.


Thanks for any input you might have


Sean
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Crystal Reports Enterprise 8.5 victory!!!!!

2002-12-17 Thread Sean McCarthy
ok anyone that has to do this can give this a whirl

http://mybox.box.com/crystal/enterprise/viewer/viewrpt.cwr?apsauthtype=secWi
ndowsNTid=204

and it will pass the nt auth information with no popup.

sean

-Original Message-
From: Sean McCarthy 
Sent: Tuesday, December 17, 2002 11:13 PM
To: CF-Talk
Subject: OT: Crystal Reports Enterprise 8.5 o the pain


Hi,
We are attempting to use Crystal Enterprise with windows auth.
Everything is configured according to the docs they have provided but
unfortunately the windows auth through iis works but the user is still
prompted with the login box for crystal enterprise.  I can select 'nt auth'
from the crystal drop down enter no credentials and hit submit and it knows
who i am.  I believe everything is working properly but crystal needs to
create some sort of cookie?through the submit from the crystal auth
screen.  


How can I avoid this screen and just get directly to the report with my auth
information?  I guess how can I create the cookie on the fly when accessing
the url for the report?  Can I pass generic vars on the url to get it to
pass and create the cookie?

This is the only link I have successfully gotten to work:

http://servername/crystal/enterprise/admin/en/admin.cwr?action=logonaps=aps
nameauth=secWindowsNTusr=pwd

If I could do this when I call my report url that would be great.


Thanks for any input you might have


Sean

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: [verity] How do I exclude certain directories from my index?

2002-12-13 Thread Sean McCarthy
You have a couple of options.  

If you use the vspider to spider the site then you can use:
-indexclude /someIP/someFolder/*

If you use the standard cfindex tag then its going to be more of a
challenge.  Out of the box from what I have found outside of removing the
directory from what you are going to index or naming all of the files you
dont want indexed with .cfml then only index the .cfm's.  Neither of these
are really optimal solutions.  There is a app on cfhub, I think, that will
allow you to do this, with cfindex, I have not messed with it. 

If you are creating a web search of a varitey of doc types.  I really
recommend using the spider. The cfindex of a directory still ends up with
alot of junk in the results.  My .02

sean  



-Original Message-
From: Jeff Small [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 13, 2002 11:57 AM
To: CF-Talk
Subject: [verity] How do I exclude certain directories from my index?


Let's say for example I've got directory foo.

Inside foo I have directory1, directory2, ... directory24...

I want to index the cfm files in foo, but I want to exclude directory12
and directory17
and directory19...

How would I go about doing that?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Verity's vspider on Solaris.

2002-12-09 Thread Sean McCarthy
I have 0 experience with solaris.  But my guess is your collection is
corrupt I would go in stop the k2 service...delete the collection...start
service and recreate collection.  Then try spidering it again.

hope that helps

sean

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 09, 2002 2:50 PM
To: CF-Talk
Subject: Verity's vspider on Solaris.


Hi folks,

I'm starting to loose my mind on this one so suggestions/clues are more then
welcome...

Solaris 2.6
Coldfusion 5

I'm trying to get Verity's vspider up and running but for
some reason it keeps failing.
I've set -loglevel to trace but those logfiles don't
show anything more usefull either (other than the error msgs below).

Here's the script/result/error:

/home/scripts  /opt/coldfusion/verity/_ssol26/bin/vspider -cmdfile
spider_script_en
- Verity, Inc. Version 3.7 (_solaris, Nov 15 1998)
Info  2002/12/09 17:00:51 (ind006000) Message database loaded from
[/opt/coldfusion/verity/_ssol26/bin/ind.msg].
Info  2002/12/09 17:00:51 (ind012207) Last indexing job was interrupted
5 time(s).  Running in auto-restart mode.
FATAL 2002/12/09 17:00:51 (ind002000) Couldn't create VDK session [-10].
IndExcept from /users/qk2v220/BLD11/src/spider/ind/indvdk.cxx:434
vspider done


Looking up the error codes
VdkError_BadArgStruct  (-10)  Invalid argument structure.
http://www-2.cv.ihk.dk/cfdocs/Advanced_ColdFusion_Administration/verityutils
9.html

But the odd thing is is that if I run the exact same script
on another Solaris machine it works like a charm.

As far as I can tell it doesn't have anything todo with the script itself,
even with a
basic set of options it keeps failing. I'm starting to think this is
more of a install/config related problem but i'm far from smart enough when
it
comes to Solaris to figure out what could wrong.


Any help is appreciated!

Joachim
http://www.developer.be/


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



vspider -auth

2002-11-20 Thread Sean McCarthy
does anyone know the syntax for the using the 

-auth feature of the vspider?


does this need to be stored in a file and then its passed referenced?

is the syntax 

domain\username\password  ?

can I use -auth domain\username\password


thanks

sean


-Original Message-
From: Brook Davies [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 7:02 PM
To: CF-Talk
Subject: Follow Up: Can a web service call another local component? BUG


I copied the component from the networked server to the calling server and 
created a mapping for it in the cfadministrator. I was then able to call 
the containing CFC using the standard cfinvoke syntax, and the second 
component (the one with the CF mapping) was executed properly. This also 
worked when the mapping referenced the networked server.

Calling the parent component (parent - for lack of a better word - the 2nd 
component is contained within this top level component) as a webservice, 
again resulted in a template not found error. Even with the component being 
local, but still using a mapping.

I moved the component into the same directory as the webservice component, 
removed the mapping and referenced it directly. This worked!

So, it looks like the CF Mapping directive/instructions are not available 
to web services.

On this note, I have become reliant on referencing our component 
collection(s) with CF mappings. What is the other way to reference 
components? For example, how do I reference I component one directory up. 
Or how do I reference a component that needs to use a UNC path?





At 03:16 PM 20/11/02 -0800, you wrote:
The only thing that stands out with this component is that it is on another
server. There is a mapping in the cfadministrator which uses a UNC path to
the networked server. I use this mapping to call the component, where
lfcomponents is a CF mapping that equals =
\\Lfmail\lfV2WebFiles\components\.


cfinvoke component=lfcomponents.lfUserMenuMaster
method=DeleteUserMenu
usr_id=#CampaignStruct.usr_id#
extendedID=#CampaignStruct.extendedID#
extendedID2=#CampaignStruct.extendedID2#
fileroot=#request.ControllerSettings.fileroot#


The above code is found inside another component, which can be called as a
component or a webservice. When I call it as a component, it works fine.
When I call it as a webservice, it fails. The pertinent part of the error
message is:

Could not find the template lfcomponents.lfusermenumaster] at
coldfusion.xml.rpc.CFComponentSkeleton.__createCFCInvocationException(Unkno
w
n Source) at
lfdistributedEmailController.lfEmailCentralController.PostDeliveryActions(l
f
EmailCentralController.java:30)

Any ideas why this is? Maybe the CF Mapping is not available to the web
service?

Brook Davies




At 09:57 AM 20/11/02 -0800, you wrote:
 On Tuesday, Nov 19, 2002, at 22:31 US/Pacific, Brook Davies wrote:
   What I meant by this post, is that I have a component which in turn
   uses
   cfinvoke to invoke another component. This works fine when the
   containing
   component is called locally.
  
   But when I try to call it as a webservice, I get an error. If I remove
   the
   component reference within the web service component, then it works.
 
 We do this all the time (have a web service that calls other
 components) so it definitely works just fine. Can you show us a simple
 code example that fails?
 
 Sean A Corfield -- Director, Architecture
 Web Technology Group -- Macromedia, Inc.
 tel: (415) 252-2287 -- cell: (415) 717-8473
 aim: seancorfield -- http://www.macromedia.com
 An Architect's View -- http://www.corfield.org/blog/
 
 Introducing Macromedia Contribute. Web publishing for everyone.
 Learn more at http://www.macromedia.com/contribute
 
 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: vspider -auth

2002-11-20 Thread Sean McCarthy
looks like it has to be in a file

but 

i am gettin an error NTLM not supported 

is this a syntax error or am i screwed.  i am using window challenge
response with iis 5.0

thanks

sean

-Original Message-
From: Sean McCarthy 
Sent: Wednesday, November 20, 2002 7:25 PM
To: CF-Talk
Subject: vspider -auth


does anyone know the syntax for the using the 

-auth feature of the vspider?


does this need to be stored in a file and then its passed referenced?

is the syntax 

domain\username\password  ?

can I use -auth domain\username\password


thanks

sean


-Original Message-
From: Brook Davies [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 20, 2002 7:02 PM
To: CF-Talk
Subject: Follow Up: Can a web service call another local component? BUG


I copied the component from the networked server to the calling server and 
created a mapping for it in the cfadministrator. I was then able to call 
the containing CFC using the standard cfinvoke syntax, and the second 
component (the one with the CF mapping) was executed properly. This also 
worked when the mapping referenced the networked server.

Calling the parent component (parent - for lack of a better word - the 2nd 
component is contained within this top level component) as a webservice, 
again resulted in a template not found error. Even with the component being 
local, but still using a mapping.

I moved the component into the same directory as the webservice component, 
removed the mapping and referenced it directly. This worked!

So, it looks like the CF Mapping directive/instructions are not available 
to web services.

On this note, I have become reliant on referencing our component 
collection(s) with CF mappings. What is the other way to reference 
components? For example, how do I reference I component one directory up. 
Or how do I reference a component that needs to use a UNC path?





At 03:16 PM 20/11/02 -0800, you wrote:
The only thing that stands out with this component is that it is on another
server. There is a mapping in the cfadministrator which uses a UNC path to
the networked server. I use this mapping to call the component, where
lfcomponents is a CF mapping that equals =
\\Lfmail\lfV2WebFiles\components\.


cfinvoke component=lfcomponents.lfUserMenuMaster
method=DeleteUserMenu
usr_id=#CampaignStruct.usr_id#
extendedID=#CampaignStruct.extendedID#
extendedID2=#CampaignStruct.extendedID2#
fileroot=#request.ControllerSettings.fileroot#


The above code is found inside another component, which can be called as a
component or a webservice. When I call it as a component, it works fine.
When I call it as a webservice, it fails. The pertinent part of the error
message is:

Could not find the template lfcomponents.lfusermenumaster] at
coldfusion.xml.rpc.CFComponentSkeleton.__createCFCInvocationException(Unkno
w
n Source) at
lfdistributedEmailController.lfEmailCentralController.PostDeliveryActions(l
f
EmailCentralController.java:30)

Any ideas why this is? Maybe the CF Mapping is not available to the web
service?

Brook Davies




At 09:57 AM 20/11/02 -0800, you wrote:
 On Tuesday, Nov 19, 2002, at 22:31 US/Pacific, Brook Davies wrote:
   What I meant by this post, is that I have a component which in turn
   uses
   cfinvoke to invoke another component. This works fine when the
   containing
   component is called locally.
  
   But when I try to call it as a webservice, I get an error. If I remove
   the
   component reference within the web service component, then it works.
 
 We do this all the time (have a web service that calls other
 components) so it definitely works just fine. Can you show us a simple
 code example that fails?
 
 Sean A Corfield -- Director, Architecture
 Web Technology Group -- Macromedia, Inc.
 tel: (415) 252-2287 -- cell: (415) 717-8473
 aim: seancorfield -- http://www.macromedia.com
 An Architect's View -- http://www.corfield.org/blog/
 
 Introducing Macromedia Contribute. Web publishing for everyone.
 Learn more at http://www.macromedia.com/contribute
 
 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



sql isNumeric -- Oracle

2002-11-11 Thread Sean McCarthy
I have a select statement where I want to only return results where the
job_code, varchar2(10) is a number

Example:

gv123
he32134
bc4543
6785
4320
0323

I only want the ones that are all numbers, no conversion, just return the
rows where the job_code is a number.  

So I would get back from my select the following results

6785
4320
0323




-Sean McCarthy
-- 
Webmaster - HealthObjects
[EMAIL PROTECTED]
410 895 0379 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: vspider

2002-11-07 Thread Sean McCarthy
chad,

make another ip for your site the base ip of the box and use a port like 81
then when you spider make the -start yourIP:81

when you display your results you will have to replace the ip and port #
with the actual url of the site.

sean

-Original Message-
From: Chad [mailto:cgray;careyweb.com]
Sent: Thursday, November 07, 2002 11:30 AM
To: CF-Talk
Subject: vspider


I cannot get vspider to work.  (I broke up the command I ran just so it
reads better in this email)

I used the domain name http://airoot/ for the website on the server.  I
tried to use the direct path d:\web\sites\airoot and It tells me the
directory does not exist.  I have tried the IP of the site also.

It makes the collection NEW, but just does not populate it with
anything.  Anyone have any tips?

c:\cfusionmx\lib\_nti40\bin\vspider 
-common c:\cfusionmx\lib\common 
-collection c:\CFusionMX\verity\collections\NEW 
-start http://airoot 
-indinclude *


vspider - Verity, Inc. Version 3.7 (_nti40, Aug 11 2000)
Info  2002/11/07 10:35:32 (ind006000) Message database loaded from
[c:\cfusionmx\lib\_nti40\bin\ind.msg].
Info  2002/11/07 10:35:35 (ind005013) Loading license from
[c:\cfusionmx\lib\_nti40\bin\ind.lic].
Info  2002/11/07 10:35:35 (ind005005) Licensed for file walking.
Info  2002/11/07 10:35:35 (ind005006) Licensed for local host
spidering.
Progress  (ind010020) Vspider summary: Submitted 0 documents for insert,
0 documents for deletion, 0 documents for update;
Progress  (ind010021) Vspider summary: Indexed 0 documents, Deleted 0
documents, 0 bad documents;
Progress  (ind010022) Vspider summary: Skipped 1 keys, including 0
duplicate documents rejected;
Progress  (ind010023) Vspider summary: Failed to fetch 0 keys.
vspider done




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: vspider

2002-11-07 Thread Sean McCarthy
how did you make your collection with the mdvdk? if not you may have to
specify file or custom in the path if was created through cf

-Original Message-
From: Chad [mailto:cgray;careyweb.com]
Sent: Thursday, November 07, 2002 11:30 AM
To: CF-Talk
Subject: vspider


I cannot get vspider to work.  (I broke up the command I ran just so it
reads better in this email)

I used the domain name http://airoot/ for the website on the server.  I
tried to use the direct path d:\web\sites\airoot and It tells me the
directory does not exist.  I have tried the IP of the site also.

It makes the collection NEW, but just does not populate it with
anything.  Anyone have any tips?

c:\cfusionmx\lib\_nti40\bin\vspider 
-common c:\cfusionmx\lib\common 
-collection c:\CFusionMX\verity\collections\NEW 
-start http://airoot 
-indinclude *


vspider - Verity, Inc. Version 3.7 (_nti40, Aug 11 2000)
Info  2002/11/07 10:35:32 (ind006000) Message database loaded from
[c:\cfusionmx\lib\_nti40\bin\ind.msg].
Info  2002/11/07 10:35:35 (ind005013) Loading license from
[c:\cfusionmx\lib\_nti40\bin\ind.lic].
Info  2002/11/07 10:35:35 (ind005005) Licensed for file walking.
Info  2002/11/07 10:35:35 (ind005006) Licensed for local host
spidering.
Progress  (ind010020) Vspider summary: Submitted 0 documents for insert,
0 documents for deletion, 0 documents for update;
Progress  (ind010021) Vspider summary: Indexed 0 documents, Deleted 0
documents, 0 bad documents;
Progress  (ind010022) Vspider summary: Skipped 1 keys, including 0
duplicate documents rejected;
Progress  (ind010023) Vspider summary: Failed to fetch 0 keys.
vspider done




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Encrypt/Decrypt Recommendations

2002-11-07 Thread Sean McCarthy
sha256 i think its on mm site

-Original Message-
From: Bryan Stevenson [mailto:bryan;electricedgesystems.com]
Sent: Thursday, November 07, 2002 1:57 PM
To: CF-Talk
Subject: Encrypt/Decrypt Recommendations


Hey All,

I'm looking for recommendations for an encrypt/decrypt tag or UDF that will
always produce the same encrypted value.  This is so I can store encrypted
passwords in the DB and check the encrypted version of what a user types in
a login form against the encrypted version in the DB (and decrypt for lost
passwords).

I was going to use Cryp.cfm from the DevEx, but it's encrypted value changes
almost everytime even though the string and key used are the same.

TIA for any help

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder  Director
www.cfug-vancouverisland.com


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: vspider

2002-11-07 Thread Sean McCarthy
yes as best as i have found you can only spider the base ip of the box.  by
spidering the d:\site\ I dont think you are rendering the page before
spidering by hitting it by url you will cause the page to render before
being spidered this is where the real power of the vspider comes in.  


mdkvdk will make the cleanest collection in imho no file and custom paths
(which seem to be duplicates to me.) do this before you spider

here a snip

cfexecute  name =
#Attributes.driveLetter#:\CFusion\Verity\_nti40\bin\mkvdk.exe
arguments = -create -collection
#Attributes.driveLetter#:\CFusion\verity\collections\#Attributes.VerityColle
ctionName# 
outputFile =
#Attributes.outputFilePath#\#outputFileName#
timeout = 10


hth

sean

-Original Message-
From: Chad [mailto:cgray;careyweb.com]
Sent: Thursday, November 07, 2002 4:59 PM
To: CF-Talk
Subject: RE: vspider


The collection just appears when I run the command line below.  I have
never used mkvdk but I will read up on it now.



 -Original Message-
 From: Sean McCarthy [mailto:SMcCarthy;HealthObjects.com]
 Sent: Thursday, November 07, 2002 2:13 PM
 To: CF-Talk
 Subject: RE: vspider
 
 how did you make your collection with the mdvdk? if not you may have
to
 specify file or custom in the path if was created through cf
 
 -Original Message-
 From: Chad [mailto:cgray;careyweb.com]
 Sent: Thursday, November 07, 2002 11:30 AM
 To: CF-Talk
 Subject: vspider
 
 
 I cannot get vspider to work.  (I broke up the command I ran just so
it
 reads better in this email)
 
 I used the domain name http://airoot/ for the website on the server.
I
 tried to use the direct path d:\web\sites\airoot and It tells me the
 directory does not exist.  I have tried the IP of the site also.
 
 It makes the collection NEW, but just does not populate it with
 anything.  Anyone have any tips?
 
 c:\cfusionmx\lib\_nti40\bin\vspider
 -common c:\cfusionmx\lib\common
 -collection c:\CFusionMX\verity\collections\NEW
 -start http://airoot
 -indinclude *
 
 
 vspider - Verity, Inc. Version 3.7 (_nti40, Aug 11 2000)
 Info  2002/11/07 10:35:32 (ind006000) Message database loaded from
 [c:\cfusionmx\lib\_nti40\bin\ind.msg].
 Info  2002/11/07 10:35:35 (ind005013) Loading license from
 [c:\cfusionmx\lib\_nti40\bin\ind.lic].
 Info  2002/11/07 10:35:35 (ind005005) Licensed for file walking.
 Info  2002/11/07 10:35:35 (ind005006) Licensed for local host
 spidering.
 Progress  (ind010020) Vspider summary: Submitted 0 documents for
insert,
 0 documents for deletion, 0 documents for update;
 Progress  (ind010021) Vspider summary: Indexed 0 documents, Deleted 0
 documents, 0 bad documents;
 Progress  (ind010022) Vspider summary: Skipped 1 keys, including 0
 duplicate documents rejected;
 Progress  (ind010023) Vspider summary: Failed to fetch 0 keys.
 vspider done
 
 
 
 
 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm



RE: Verity Head Aches EMERGENCY

2002-11-06 Thread Sean McCarthy
Are you using k2?

If so is the port number correct? In the admin and in the ini file.  

sean


-Original Message-
From: Gaulin, Mark [mailto:mgaulin;globalspec.com]
Sent: Wednesday, November 06, 2002 9:17 AM
To: CF-Talk
Subject: RE: Verity Head Aches EMERGENCY


Did you try restarting CF? (and/or the Verity K2 service, if you are using
that?)
Mark

-Original Message-
From: Timothy Heald [mailto:healdt;dsmail.state.gov]
Sent: Wednesday, November 06, 2002 8:07 AM
To: CF-Talk
Subject: RE: Verity Head Aches EMERGENCY


Hey,
We just found out that all Verity on our production server is hosed
up.  We get the VdkSessionNew error no matter what we do.

Nothing we do seems to be helping.  Can't repair, delete, purge,
optimize or create new ones.

Anyone know anything about this?

Our setup:

NT 4 SP 6
CF 5 on IIS 4
Oracle 8.17i

Timothy Heald
Assistant Webmaster
Overseas Security Advisory Council
U.S. Department of State 

-Original Message-
From: Sean McCarthy [mailto:SMcCarthy;HealthObjects.com]
Sent: Tuesday, November 05, 2002 4:29 PM
To: CF-Talk
Subject: RE: Verity Head Aches


are you using k2? if so did you update your k2.ini?

did you try restarting the services?

try dumping it out to see if the contents are good

-Original Message-
From: Timothy Heald [mailto:healdt;dsmail.state.gov]
Sent: Tuesday, November 05, 2002 2:52 PM
To: CF-Talk
Subject: Verity Head Aches


Hi.

I have these verity collections that have 250,000 and 150,000 row
queries indexed in each.  We just moved them from our personal Win 2K dev
box, to our production NT box.  Now the search I built for them keeps
throwing errors like:

Error executing CFSEARCH.

Error # -125 [ff83] VdkSessionNew

Have any of you seen this before?  Any help would be much
appreciated.

Tim




~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: verity

2002-11-06 Thread Sean McCarthy
use the spider (renders page first then spider it) or regex (not as good) to
strip

no need to delete the collection just refresh it.

i would recommend a cf template called through windows scheduled process

sean

-Original Message-
From: Robert Orlini [mailto:rorlini;hwwilson.com]
Sent: Wednesday, November 06, 2002 10:18 AM
To: CF-Talk
Subject: verity


Hello,

Anyway using CF scripting to schedule a delete of a collection and
re-indexing without going through the CF Admin? Anyone already coded this
that I can see or is the admin the only way?

Also, anyone out there using FP 200, IIS 4.0 w/CF's Verity? When I do a
search at times the summary displays extraneous information which I see is
coming from FP's vti directory such as:

vti_encoding:SR|utf8-nl vti_author:SR|Administrator
vti_modifiedby:SR|rorlini vti_timecreated:TR|30 Mar 2001 19:17:33 -
vti_timelastmodified:TR|01 Jul 2002 17:59:50 - vti_title:SR|World Film
Directors - Volumes 1 and 2 vti_extenderversion:SR|4.0.2.5526
vti_backlinkinfo:VX|databases/amico/biobank.htm
vti_nexttolasttimemodified:TR|07 Jun 2002 16:05:53 -
vti_lineageid:SR|{36E099A3-85B4-11D5-B994-00609780A915} vti_filesize:IR|9027
vti_metatags:VR|HTTP-EQUIV=Content-Type text/html;\\ ...

Any fix for this? or should I just leave out the summary altogether?

Thanks.

Robert O.
HWW


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Verity Head Aches

2002-11-05 Thread Sean McCarthy
are you using k2? if so did you update your k2.ini?

did you try restarting the services?

try dumping it out to see if the contents are good

-Original Message-
From: Timothy Heald [mailto:healdt;dsmail.state.gov]
Sent: Tuesday, November 05, 2002 2:52 PM
To: CF-Talk
Subject: Verity Head Aches


Hi.

I have these verity collections that have 250,000 and 150,000 row
queries indexed in each.  We just moved them from our personal Win 2K dev
box, to our production NT box.  Now the search I built for them keeps
throwing errors like:

Error executing CFSEARCH.

Error # -125 [ff83] VdkSessionNew

Have any of you seen this before?  Any help would be much
appreciated.

Tim

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



refresh from server not client cache on back button

2002-11-04 Thread Sean McCarthy
This seems simple but...
When the user presses the back button I want to force them to refresh the
page (page expired).  Not load the file from their cache.

I have tried:

META HTTP-EQUIV=PRAGMA CONTENT=NO-CACHE
META HTTP-EQUIV=EXPIRES CONTENT=-1

Both of these seem to deal with the server cache not the client cache.  
Is there a way to do this without an js onload function?


Thanks

sean
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Verity

2002-11-01 Thread Sean McCarthy
Read up on the vspider works great I am currently using on 2 sites and it
works with no problems.  If you need help with the syntax lemme know

Sean

-Original Message-
From: Chad [mailto:cgray;careyweb.com]
Sent: Thursday, October 31, 2002 5:10 PM
To: CF-Talk
Subject: Verity


I always thought verity was able to index a web site so a person can
search the web site.

I index c:\web\page\ for .cfm files and verity indexes the pages
un-processed.  Treats them like text files.

Is there a way to index a CF web site and have the pages process?


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Verity

2002-11-01 Thread Sean McCarthy
Hope this helps.  The docs are poor.  Best information I found was by
searching for verity 97.


!---Spider---
cfexecute  name=d:\CFusion\Verity\_nti40\bin\vspider.exe
arguments = -common d:\cfusion\verity\common
-collection d:\CFusion\Verity\collections\#VerityCollectionName# -start
#VeritySpiderStartPath# -exclude http://ip/folder/*
http://ip/folder/file.txt;
outputFile = d:\foo\vspider\vspiderOutput.txt
/cfexecute






-Original Message-
From: Ryan Kime [mailto:rkime;webcoindustries.com]
Sent: Friday, November 01, 2002 11:45 AM
To: CF-Talk
Subject: RE: Verity


That has to be the vaguest description for the usage of a product that I
have ever read! That's horrible. 

Does anyone on this list have a command line example that makes since?
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



Single Sign On

2002-10-09 Thread Sean McCarthy

I need to get the win nt network user name to do authorization for an
intranet.  The only options I found in my search are:

-the persistent cookie (which will still require one login)

-custom configuration of a browser to auto login (not if sure if this will
make the user name available?)

-A certificate server to issue client certificates (user name available?)

-A .dll or class(es) to do this?  If this is the case, can you please
recommend some good choices.


Info: NT 4 domain / iis 5 / cf 5 



Thanks for your help

sean 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Verity: What is in a collection?

2002-09-17 Thread Sean McCarthy

Sure you can use the cfdump tag and spit out all the goods.


I highly recommend u use K2 all you have to do is set up the alias info in
the .ini file.


cfsearch collection=ur_collection
  name=myResults
  criteria=#form.keywords#


cfdump var=#myResults#


leave your form field blank and get all results


other helpful goodies

cfset k2collections = GETK2SERVERCOLLECTIONS()
cfset k2doccount = GETK2SERVERDOCCOUNT()
cfset k2doclimit = GETK2SERVERDOCCOUNTLIMIT()

hth

sean



-Original Message-
From: Angel Stewart [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 17, 2002 4:02 PM
To: CF-Talk
Subject: RE: Verity: What is in a collection?


Actually..I mean the collection returns 0 results on every search.

I suspect that the collection isn't being populated correctly from the
database, and was wondering if there was a way to output the entire
collection to see what was indexed etc. 

I'm trying to troubleshoot why the collection isn't being indexed
correctly, and aside from switching my fields and syntax and clicking
refresh refresh in  mad trial and error I can't see a clear way to do
that.

Anyone have much experience with Verity? 

-Gel


-Original Message-
From: Angel Stewart [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, September 17, 2002 1:42 PM
To: CF-Talk
Subject: Verity: What is in a collection?


Hi all,

I am creating a verity collection from a CFQuery, and I would like to
know what is listed in the collection. How do I do that?

-

cfquery name=listeguide datasource=eguide dbtype=ODBC

SELECT  tblCompany.entryid,tblCompany.CName, tblCompany.CAddr,
tblCompany.CAddr2, tblCompany.CState, tblCompany.CZip,
tblCompany.CCountry, tblCompany.Ctel1, tblCompany.Ctel2,
tblCompany.cemail, tblCompany.curl, 
tblCompanyContacts.ContactName, tblCompanyContacts.ContactTel1

FROM tblCompany, tblCompanyContacts 

WHERE   tblCompany.entryid = tblCompanyContacts.companyid

/cfquery

cfindex action=UPDATE
 collection=eguide
 key=entryid
 type=CUSTOM
 title=cname
 query=listeguide
 
body=cname,caddr1,caddr2,cstate,czip,ccountry,ctel1,ctel2,cemail,curl

-

-Gel



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Sean McCarthy

Does anyone know if the datagrid component has the ability to insert check
boxes list boxes etc into the rows?  Much like the firefly datagrid
component will offer?

Thanks

sean

-Original Message-
From: David Groth [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 06, 2002 1:37 PM
To: CF-Talk
Subject: RE: Interesting: Macromedia Resource Kit


Not to sound harsh - but - lots of us do have pretty big pipes, so a 650
meg download really isn't that much of a problem.  Put it up so we can
get to it.




David Groth, Analyst/Programmer III
HSC Library  Informatics Center, University of New Mexico
505.272.8406  e-mail: [EMAIL PROTECTED]

 [EMAIL PROTECTED] 09/06/02 11:24AM 
matt,

would you be willing to download 650 megs? Not being sarcastic, but
that
is the main reason we did not make it downloadable.

btw, you are not the first person to request that today.

mike chambers

[EMAIL PROTECTED] 

 -Original Message-
 From: Matt Liotta [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, September 06, 2002 1:13 PM
 To: CF-Talk
 Subject: RE: Interesting: Macromedia Resource Kit
 
 
 I should also add that I just bought it, but am quite unhappy that I
 have to wait for a CD to be shipped to me. It should be
downloadable.
 
 Matt Liotta
 President  CEO
 Montara Software, Inc.
 http://www.montarasoftware.com/ 
 888-408-0900 x901
 
  -Original Message-
  From: Matt Liotta [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, September 06, 2002 9:27 AM
  To: CF-Talk
  Subject: RE: Interesting: Macromedia Resource Kit
  
  BTW, I got to play with the datagrid component a couple of 
 weeks ago.
 It
  is really cool!
  
  Matt Liotta
  President  CEO
  Montara Software, Inc.
  http://www.montarasoftware.com/ 
  888-408-0900 x901
  
   -Original Message-
   From: Vernon Viehe [mailto:[EMAIL PROTECTED]] 
   Sent: Friday, September 06, 2002 9:27 AM
   To: CF-Talk
   Subject: RE: Interesting: Macromedia Resource Kit
  
   This set of Flash components (set 3), and the datagrid 
 component are
  only
   on the DRK, and won't be available for free download. The 
 DRK CD is
 a
   mixture of new stuff only available on the DRK CD,  archives of
 stuff
   that's out there, but collected for offline use on this CD.
  
   That's not to say there won't be any more free
 components/extenstions,
  but
   these are only available on the DRK CD.
  
   Vernon Viehe
   ColdFusion Community Manager
   Macromedia, Inc.
  
  
  
   -Original Message-
   From: Benoit Hediard
   To: CF-Talk
   Sent: 9/6/2002 9:04 AM
   Subject: RE: Interesting: Macromedia Resource Kit
  
   Indeed, this is an interesting DRK.
   But, one question comes to my mind : do we have to pay now to
get
 the
   latest
   Macromedia Flash UI or Datagrid Components?
   Or does MM plan to release them as a free download?
  
   Thanks.
  
   Benoit
  
   -Message d'origine-
   De : Bryan F. Hogan [mailto:[EMAIL PROTECTED]] 
   EnvoyT : vendredi 6 septembre 2002 17:36
   + : CF-Talk
   Objet : RE: Interesting: Macromedia Resource Kit
  
  
   Thanks Vern.
  
   -Original Message-
   From: Vernon Viehe [mailto:[EMAIL PROTECTED]] 
   Sent: Friday, September 06, 2002 11:35 AM
   To: CF-Talk
   Subject: RE: Interesting: Macromedia Resource Kit
  
  
   The DRK does contain some CF stuff:
  
   some CFCs: SMTP  POP,  a stock quote CFC (included w/ a sample
 apps)
  
   Dreamweaver extensions for CFers:
   *CF XHTML Editor
   *Extra File Function Toolbar (OK, not specific to CF, but has
some
 of
   the
   file functions CF Studio users have been asking for, like 
 close-all,
   duplicate file, and others)
  
   Flash MX DataGrid component
  
   And an archive of all the CF content from DesDev, including
 articles,
   whitepapers, tutorials, and columns.
  
   We're definately going to expand the CF content in future DRK
  offerings.
  
   Vernon Viehe
   ColdFusion Community Manager
   Macromedia, Inc.
  
  
  
  
   -Original Message-
   From: Bryan F. Hogan
   To: CF-Talk
   Sent: 9/6/2002 8:09 AM
   Subject: Interesting: Macromedia Resource Kit
  
   If I was a flash, PHP, Dreamweaver fanatic I would like this.
   http://www.macromedia.com/software/drk/ 
  
   How about something like this for CF?
  
  
  
  
  
  
 


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Interesting: Macromedia Resource Kit

2002-09-06 Thread Sean McCarthy

awaiting its release

http://www.cybersage.com/firefly.asp

cool stuff



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 06, 2002 2:08 PM
To: CF-Talk
Subject: Re: Interesting: Macromedia Resource Kit


 boxes list boxes etc into the rows?  Much like the firefly datagrid
 component will offer?

firefly?


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.384 / Virus Database: 216 - Release Date: 21/8/2545


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity searching through tags..

2002-08-22 Thread Sean McCarthy

use the vspider it indexes the page after it renders not from the source...
works pretty well... also allows you to get very granular as to which pages
to include or exclude from the search...look in the archives.  or... you can
use the custom tag on cfhub (i believe) with the regular, verity collection
from what I understand this works well with tags but not so well with no tag
based languages likes asp.

hth

sean

-Original Message-
From: Paul Ihrig [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 22, 2002 8:18 AM
To: CF-Talk
Subject: Verity searching through tags..


i have a verity search on our intranet.
is there a way to force it not to look through tags..

such as, if i do a search for font.
although we have articles on creating fonts  there corporate use.
i also get a few results from old html files that have font tags...

how can i deal with this?

thanks guys!

-paul

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity K2 Web Spider - *Most* of the Way There!

2002-06-07 Thread Sean McCarthy

Have you looked at the General Info for one of your pdfs that is producing
the error? 

In acrobat:
File  Document Info  General Info  (ctrl + d)

This is where verity grabs the summary/title info for pdfs by default this
information looks horrible most of the time, more symbols than characters.  

You might want to check it out although I've never seen the error that your
getting...


HTH

Sean


-Original Message-
From: Jamie Jackson [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 07, 2002 3:00 PM
To: CF-Talk
Subject: Verity K2 Web Spider - *Most* of the Way There!


I've finally got my Verity K2 Web spider search up and running.
However, I saw a lot of these during the index:
A font contains a bad CMap

Does this mean that I need a newer PDF filter for VK2?

This error is usually seen in Acrobat reader, when you have an older
version which can't read the newer PDF files.

Thanks,
Jamie

__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: K2 Verity

2002-05-28 Thread Sean McCarthy

Add the collection to your k2server.ini (e:\CFusion\Verity\_nti40\bin) file.
Example:

[Coll-0]
collPath=e:\cfusion\verity\collections\myCollection\file
collAlias=myCollectionK2
topicSet=
knowledgeBase=
onLine=2

when you code your cfsearch use the name defined as the collAlias above

check your admin to make sure you have the k2 port number the same as the
one in the k2server.ini file

sean



-Original Message-
From: Frank Mamone [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 10:37 AM
To: CF-Talk
Subject: Re: K2 Verity


I must be misunderstanding this from Fig Leaf's presentation:


Ó
Determination of which mode to use:

ColdFusion looks in the registry for the collection specified in the
CFSEARCH tag.  If it is found then a VDK search is used

Collection names are written to the registry by calls to the CFCOLLECTION
tag and represent ColdFusion Aware Verity Collections.  This is generally
done via the  CF Administrator

If the collection name is not found in the registry then the K2 search is
performed


If I use the old way to create collections , that is, using CF
Administrator, does it not enter it in the registry? If so, the according to
the statement above it will use VDK searching.





- Original Message -
From: Jeff Garza [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Tuesday, May 28, 2002 10:09 AM
Subject: Re: K2 Verity


 I haven't found a mechanism to index database content with K2 yet and
while
 you can index documents with K2 I don't recommend it (unless using the
 spider to index a website...) .  Use your standard tools to index your DB
 content (CFINDEX ) and then search it using K2.  You'll get all the
benefits
 of fast K2 searches with none of the headaches of MKVDK.

 Jeff Garza

 - Original Message -
 From: Frank Mamone [EMAIL PROTECTED]
 To: CF-Talk [EMAIL PROTECTED]
 Sent: Tuesday, May 28, 2002 5:52 AM
 Subject: K2 Verity


 Is it possible to index database content with K2 much like we do with the
CF
 Verity? The documentation doesn't really go there.

 If yes, is there any advantages to using K2 for DB content?


 Thanks,

 Frank Mamone


 

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: damn Netscape 4.x!

2002-05-24 Thread Sean McCarthy

not just table tags that will cause problems.  also td's and tr's.  I would
take the netscape source and paste into a temp.htm page and start commentin
out lines until you track down the issue.

I feel for ya.  I had a very late nite last week with the same issue.

Sean

-Original Message-
From: Lon Lentz [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 24, 2002 10:59 AM
To: CF-Talk
Subject: RE: damn Netscape 4.x!


  Can you post a link?

 -Original Message-
 From: Jeff Brown [mailto:[EMAIL PROTECTED]]
 Sent: Friday, May 24, 2002 10:40 AM
 To: CF-Talk
 Subject: damn Netscape 4.x!
 
 
 All,
 
 I have a page that displays perfectly in IE 5.5, but shows up blank in
 Netscape 4.79.  Not only does it render blank, but it takes about 
 30 seconds
 to render blank.  (no dynamic content).  When I do a View Source in
 Netscape, the source is there.  However, in the browser, I am only seeing
 the background color.
 
 I know that open ended table tags have caused this problem for me in the
 past, but there are no problems with table tags in this document.  All the
 CSS elements linked to the page pass the TopStyle3 NN4.x 
 validation, and the
 page's HTML passes the CFStudio 5 Document validation.  Can 
 anyone think of
 some other reasons this might be happening??  Thanks!


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



OT: Java/J2EE development tool ??

2002-05-07 Thread Sean McCarthy

Here is our wish list of capabilities we need in a Java/J2EE development
environment. Ideally, we would be able to find all of these in one tool.
However, if we need to integrate a few tools, we're willing to do that.

These capabilities are required:
1) Debugging --
  a) Interactive
  b) Remote integration with the app server, ie JRun.
2) Pluggable JDK
3) Incremental Compilation
4) Repository Integration

These capabilities are desirable:
1) CASE Tool Integration
2) Analytical Support --
  a) Bridges analysis and design
  b) Message and object cross-reference
3) XML
  a) Support for SOAP
  b) Support for WSDL
4) Third-Party Support
  a) Libraries
  b) Plug-ins
  c) Widgets

Thanks for your insight

Sean
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: RegEx for alpha num

2002-04-22 Thread Sean McCarthy

Im still kinda new to RegEx... but I think this will work.

cfset MyValue = ReFind([^A-Za-z0-9], Form.Password)
cfif MyValue GT 0 
send error
cfelse
go
/cfif


Basically the [^A-Za-z0-9] is saying everything except A-Za-z0-9 so it will
find all your non alphanum chars and will return the location of the first
one it finds.

I think you could do it with posix too.

HTH

Sean

-Original Message-
From: Valerie L. Criswell [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 22, 2002 2:00 PM
To: CF-Talk
Subject: RegEx for alpha num


I'm very new to regular expressions.  I see there is a posix class
[:alnum:], but I don't begin to understand how to use it.  I have a need to
implement it though in server side password validation.  I know my syntax
isn't right, but I'm not sure how to format it.  Below is an example of what
I need.  Can anyone offer advice?

cfif REFind([:alnum:],#Form.Password#
  Insert the password into the database
cfelse
  Send the user back to the form with an error message
/cfif

TIA! ~Val



__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Sean McCarthy

look into the verity spider

-Original Message-
From: phil e hebenstreit [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:14 AM
To: CF-Talk
Subject: RE: Verity Issue - Returning Incorrect Results?


Hi Mark,

I've determined this now.  Its returning the correct results, because 
some
of the articles are uploaded files (html) that were created in Word and
contain a bunch of excess html code at the type (one being style sheets 
that
contains the word hybrid, which what the search word was).  So now 
I'm
trying to find out the best way to strip out all this extra and just 
index
the actual text of the uploaded file.

Thanks again,
Phil

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:05 AM
To: CF-Talk
Subject: Re: Verity Issue - Returning Incorrect Results?


On Fri, 1 Mar 2002 10:23:57 -0500, phil e hebenstreit wrote:
Running CF 5.0 and when we run our search against the
 collection, it
returns
what from the surface appear to be inconsistent results.

I will search on hybrid and first 7 articles will be foreign
text and
when I search the body that word does not appear.
Next article will be in English and does contain the keyword in
 the
body.
But then next article in English does not contain the keyword in
 the
body.

Wondering if anyone could point me to where the mistake might
 be
taking
place.  During the index/update of the collection?  During the
actual search
call?

Thanks in advance
Phil E Hebenstreit


_

_
Get Your Own Dedicated Windows 2000 Server
PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
Instant Activation · $99/Month · Free Setup
http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives:
 http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists


Hi Phil,
Is this a document search or a db search?  Did you set a specific

language in the CFIndex tag?

Mark
--
Mark Leder, [EMAIL PROTECTED] on 03/01/2002



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Sean McCarthy

Do a search on the houseoffusion.com mail list there are a number of
examples.  The docs would reference it as the vspider.

Heres Jeffs examples:
http://www.spectrumastro.com/veritydemo/index.cfm

Ahh found it another good example:
http://www.daemon.com.au/navitron/display.cfm?objectid=DD870544-07B0-4
AF0-8B
67792653EDB5D4


Sean

-Original Message-
From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:45 AM
To: CF-Talk
Subject: RE: Verity Issue - Returning Incorrect Results?


At the risk of sounding lame, is there any documentation on the Verity
search engine that comes with CF?

My applications are full of includes, modules, etc. and I chose NOT to 
use
verity because it would always return only a partial page. 

Can I use it as a spider, I mean, follow links on the site and return
results based on the actual layout?

Mike



-Original Message-
From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:19 AM
To: CF-Talk
Subject: RE: Verity Issue - Returning Incorrect Results?


look into the verity spider

-Original Message-
From: phil e hebenstreit [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:14 AM
To: CF-Talk
Subject: RE: Verity Issue - Returning Incorrect Results?


Hi Mark,

I've determined this now.  Its returning the correct results, because 
some
of the articles are uploaded files (html) that were created in Word and
contain a bunch of excess html code at the type (one being style sheets 


that
contains the word hybrid, which what the search word was).  So now 
I'm
trying to find out the best way to strip out all this extra and just 
index
the actual text of the uploaded file.

Thanks again,
Phil

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:05 AM
To: CF-Talk
Subject: Re: Verity Issue - Returning Incorrect Results?


On Fri, 1 Mar 2002 10:23:57 -0500, phil e hebenstreit wrote:
Running CF 5.0 and when we run our search against the
 collection, it
returns
what from the surface appear to be inconsistent results.

I will search on hybrid and first 7 articles will be foreign
text and
when I search the body that word does not appear.
Next article will be in English and does contain the keyword in
 the
body.
But then next article in English does not contain the keyword in
 the
body.

Wondering if anyone could point me to where the mistake might
 be
taking
place.  During the index/update of the collection?  During the
actual search
call?

Thanks in advance
Phil E Hebenstreit


_

_
Get Your Own Dedicated Windows 2000 Server
PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
Instant Activation · $99/Month · Free Setup
http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives:
 http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists


Hi Phil,
Is this a document search or a db search?  Did you set a specific

language in the CFIndex tag?

Mark
--
Mark Leder, [EMAIL PROTECTED] on 03/01/2002





__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity Issue - Returning Incorrect Results?

2002-03-01 Thread Sean McCarthy

I called verity, 10K for the full... but as they said: In the current state
of the market that price is... negotiable

You can spider multiple sites on the same box though

Sean


-Original Message-
From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 2:06 PM
To: CF-Talk
Subject: RE: Verity Issue - Returning Incorrect Results?


Those documents are pretty cool. I had no idea there was an actual 
spider! I
don't need to use it now, but most of the sites I build are in Fusebox 
and I
would want to spider those sites instead of index them. 

The spider collection is limited to links on the localhost. Has anyone
worked with the more robust version that handles a full domain? If so, 
how
much does it cost?

Mike 

-Original Message-
From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 1:15 PM
To: CF-Talk
Subject: RE: Verity Issue - Returning Incorrect Results?


Do a search on the houseoffusion.com mail list there are a number of
examples.  The docs would reference it as the vspider.

Heres Jeffs examples:
http://www.spectrumastro.com/veritydemo/index.cfm

Ahh found it another good example:
http://www.daemon.com.au/navitron/display.cfm?objectid=DD870544-07B0-4

AF0-8B
67792653EDB5D4


Sean

-Original Message-
From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:45 AM
To: CF-Talk
Subject: RE: Verity Issue - Returning Incorrect Results?


At the risk of sounding lame, is there any documentation on the Verity
search engine that comes with CF?

My applications are full of includes, modules, etc. and I chose NOT to 
use
verity because it would always return only a partial page. 

Can I use it as a spider, I mean, follow links on the site and return
results based on the actual layout?

Mike



-Original Message-
From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:19 AM
To: CF-Talk
Subject: RE: Verity Issue - Returning Incorrect Results?


look into the verity spider

-Original Message-
From: phil e hebenstreit [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:14 AM
To: CF-Talk
Subject: RE: Verity Issue - Returning Incorrect Results?


Hi Mark,

I've determined this now.  Its returning the correct results, because 
some
of the articles are uploaded files (html) that were created in Word and
contain a bunch of excess html code at the type (one being style sheets 



that
contains the word hybrid, which what the search word was).  So now 
I'm
trying to find out the best way to strip out all this extra and just 
index
the actual text of the uploaded file.

Thanks again,
Phil

-Original Message-
From: Mark Leder [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 01, 2002 11:05 AM
To: CF-Talk
Subject: Re: Verity Issue - Returning Incorrect Results?


On Fri, 1 Mar 2002 10:23:57 -0500, phil e hebenstreit wrote:
Running CF 5.0 and when we run our search against the
 collection, it
returns
what from the surface appear to be inconsistent results.

I will search on hybrid and first 7 articles will be foreign
text and
when I search the body that word does not appear.
Next article will be in English and does contain the keyword in
 the
body.
But then next article in English does not contain the keyword in
 the
body.

Wondering if anyone could point me to where the mistake might
 be
taking
place.  During the index/update of the collection?  During the
actual search
call?

Thanks in advance
Phil E Hebenstreit


_

_
Get Your Own Dedicated Windows 2000 Server
PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
Instant Activation · $99/Month · Free Setup
http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives:
 http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe:
 http://www.houseoffusion.com/index.cfm?sidebar=lists


Hi Phil,
Is this a document search or a db search?  Did you set a specific

language in the CFIndex tag?

Mark
--
Mark Leder, [EMAIL PROTECTED] on 03/01/2002







__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Use of Style Sheets

2002-02-22 Thread Sean McCarthy

yep here you go:

cfset Results = Sun Cobalt Qube 3 software architecture is designed 
to
provide an enhanced developer platform. Our Sun Cobalt Qube 3 appliance
software architecture enables third-party developers to customize,
modularize, and implement services in record time.

cfset Search = Sun

cfset NewResults = REReplaceNoCase(#Results#, (#Search#), FONT
COLOR=##ffB\1/B/FONT, ALL)

cfoutput
#NewResults#
/cfoutput

-Original Message-
From: Burcham, Steve [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 12:20 PM
To: CF-Talk
Subject: Use of Style Sheets


Has anyone used CSS to display the search text in a different color or 
font
weight, within a description field? I want my search text to be clearly
displayed, kind of like the way Google displays all of the words you 
search
on in bold in the description of the linked website.
 
Or does anyone know of a better way to do this?
 
Thanks, Steve


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



activePDF configuration

2002-02-20 Thread Sean McCarthy

We have multiple CF webservers and one activePDF server.  How do you give
the webservers access to the activePDF COM object?

Thanks 

Sean
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: activePDF configuration

2002-02-20 Thread Sean McCarthy

We are not looking to violate the TOS in any way.  We purchased a copy 
for
this server and it is the only place the software is installed. My 
question
is more related to the communication between the webservers and 
activePDF
server not installing it in more than one place.

Thanks

Sean

-Original Message-
From: Ian Lurie [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 4:14 PM
To: CF-Talk
Subject: RE: activePDF configuration


Given that they sell it on a server-by-server lisence, I'm not sure I'd 
t
ry.
Sure wouldn't ask about it on this list...
 :)

Ian

-Original Message-
From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 20, 2002 1:12 PM
To: CF-Talk
Subject: activePDF configuration


We have multiple CF webservers and one activePDF server.  How do you 
give
the webservers access to the activePDF COM object?

Thanks

Sean


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: OT DHTML Menu - Memory Leaks

2002-02-08 Thread Sean McCarthy

I like this one:
http://www.dynamicdrive.com/dynamicindex1/hvmenu/index.htm

free too

-Original Message-
From: Carlisle, Eric [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 08, 2002 1:50 PM
To: CF-Talk
Subject: OT: DHTML Menu - Memory Leaks


I'm looking for a low cost DHTML Cascading menu solution.  I'm 
replacing one
that leaks memory severely.

I've considered the following...

http://milonic.co.uk/menu

After a bit of testing, I'm finding that this one has a smaller memory 
leak
in IE.  I'm happy with this DHTML menu system (it's very fast, easy, 
and
configurable), but I'm worried about memory leaks.  Has anyone done 
testing
on the Macromedia Fireworks DHTML menus in regards to memory?  I can't
figure out if the browser or the code is to blame.  I'm also not 
certain if
memory leaks are a norm when using menus like this.

Help! :)

Thanks,


__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CF 5.0 Verity Collections Limit

2002-01-14 Thread Sean McCarthy

From what I have read... yes you will

-Original Message-
From: David Brown [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 2:29 PM
To: CF-Talk
Subject: Re: CF 5.0 Verity Collections Limit


 Do I need to create a scheduled task autoupdateindex.cfm and use 
the
 cfindex tag to update the verity collections I have as we add new 
doc's
 and so on or will verity collection auto update as we add new doc's 
and
 pdf's?
 
 David



__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: verity and html comments round II

2002-01-11 Thread Sean McCarthy

have you tried the vspider? it will process the page then produce the
summary no commented code will be inserted.  if you would like some 
code to
get the spider up and runnin let me know. Also check out:

http://www.daemon.com.au/navitron/display.cfm?objectID=DD870544-07B0-4
AF0-8B
67792653EDB5D4

Sean

-Original Message-
From: Billy Cravens [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 10, 2002 12:03 PM
To: CF-Talk
Subject: Re: verity and html comments round II


Here's my 30-second workaround - CF process that grabs source from all 
the
pages, strips out comment indicators (but keeps text of comments), 
sticks
text into db.  Then verity against the db, and have pointers to the 
true url
in the database, which are then output as the result of your verity 
search.

- Original Message -
From: [EMAIL PROTECTED]
To: CF-Talk [EMAIL PROTECTED]
Sent: Thursday, January 10, 2002 10:23 AM
Subject: verity and html comments round II


 is there any special configuration you have to use in order to have 
verity
index commented out html text? a co-worker has indexed a bunch of html 
pages
that have the word orgeon in them many times within commented out 
html.
the only pages that verity is returning are the ones that have oregon 
in the
title (the only portion of the page that isn't commented out).


 thanks,

 phillip

 

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: vspider --- help please

2002-01-04 Thread Sean McCarthy

2. Is this only happening after you have refreshed a index?  Are you using
K2?  If so I have found that you must restart the k2 service to get it to
properly output results.  After a update of the index it does not seem to
be necessary to restart the service.

Any luck with more than one IP or are you still mapping the site over to the
base ip of the box?

Thanks

Sean

-Original Message-
From: jon [EMAIL PROTECTED] [mailto:jon; [EMAIL PROTECTED]]
Sent: Friday, January 04, 2002 11:43 AM
To: CF-Talk
Subject: RE: vspider --- help please


Ok... I've made some serious with this crazy spider, but I'm still a bit
stuck.

1) What the hell is up with remapping the style guide?
http://www.daemon.com.au/navitron/display.cfm?objectid=5B7F8B4D-4260-4C46-A5
431EC7DDC5A06E

I mean, it works... but that's just weird.

2) Sometimes, when I run a query, it finds the right # of items but returns
them as empty sets. So, let's say I run a search for Blah -- it'll find 4
instances of it on the site, but when it displays the results, I'll see 4
items that are devoid of any of the expected info (title, URL, summary,
etc...)

Anyone have any insight?


Thanks,
-- jon

---
jon roig
epilepsyfoundation.org



-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 4:13 PM
To: CF-Talk
Subject: RE: vspider --- help please


Your site must use relative links _and_ be addressable using the Localhost
address.

1) Configure your website so that the below address works...

http://localhost/index.cfm (using IIS just add the 127.0.0.1 IP and use the
Host Header of Localhost)  Localhost is the only address I've been able to
get the spider to recognize.

2) ensure that all links from that page are relative ala:

a href=myotherpage.cfm or a href=mysubfolder/index.cfm

Anylink with a FQDN (like www.mysite.com) in it will fail.

I must admit that this limitation makes using the spider a bear...

I'm currently investigating the purchase of the full spider from Verity as
what is included can't do very much...  We also run multiple sites and I'm
currently rotating which address responds to localhost manually when I
spider it (usually weekly), but this gets tedious...

Anyone else have other input???

Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.


-Original Message-
From: jon [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 1:50 PM
To: CF-Talk
Subject: RE: vspider --- help please


Ok... the spider is driving me friggin' insane.

The spectrum astro docs were good enough to get me started, but I'll be
darned if I can get it to spider my site.

Here's the issue -- we've got multiple IP addresses on a single machine. I
was able to create the collection alright, but I can't get it to spider the
site itself, as it thinks that it's going off site when I try to make it
spider the site by either IP address or URL.

Any tips? Can I make it start at my index.cfm and work from there somehow?

Thanks,
-- jon

-
jon roig
epilepsyfoundation.org



-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 8:25 AM
To: CF-Talk
Subject: RE: vspider --- help please


Ben,

Try going to the online docs at the old allaire site...

http://www.allaire.com/developer/documentation/coldfusion.cfm

Download the Advanced ColdFusion Administration manual in .pdf format.
It
should have a complete section on the advanced Verity stuff (K2 Server
documentation, VSpider, etc...  It can be a bit cryptic but is for the
most
part complete.)

Also for a somewhat complete presentation about setting up the K2
Server and
VSpider, check out http://www.spectrumastro.com/veritydemo/index.cfm

Good Luck,

Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
[EMAIL PROTECTED]

-Original Message-
From: Ben Whalley
To: CF-Talk
Sent: 1/2/02 4:19 AM
Subject: RE: vspider --- help please

Can someone point me to some info on using vspider - does it come
bundled
with the CF? Sounds just like what I've been looking for.

Ben

 --
 From: Garza, Jeff
 Reply To: [EMAIL PROTECTED]
 Sent: Friday, December 28, 2001 10:59 PM
 To:   CF-Talk
 Subject:  RE: vspider --- help please

 From what I've been able to find, it will only spider the localhost
 address
 space.  You'll have to set the site in question to respond to
localhost
 _and_ make sure that you are using only relative links...

 Jeff Garza
 Lead Developer/Webmaster
 Spectrum Astro, Inc.
 480.892.8200
 [EMAIL PROTECTED]
 http://www.spectrumastro.com



 -Original Message-
 From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 28, 2001 2:51 PM
 To: CF-Talk
 Subject: RE: vspider --- help please


 Thank you.
 One more question, for the moment, has anyone had sucess using the
verity
 spider with multiple sites with different IP's on the same server?
Is
 this
 going to be possible or will it only allow the localhost

RE: vspider --- help please

2002-01-02 Thread Sean McCarthy

Ben,
Take a look at the link below:
http://www.daemon.com.au/navitron/display.cfm?objectID=DD870544-07B0-4
AF0-8B
67792653EDB5D4


Sean


-Original Message-
From: Ben Whalley [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 6:20 AM
To: CF-Talk
Subject: RE: vspider --- help please


Can someone point me to some info on using vspider - does it come 
bundled
with the CF? Sounds just like what I've been looking for.

Ben

 --
 From: Garza, Jeff
 Reply To: [EMAIL PROTECTED]
 Sent: Friday, December 28, 2001 10:59 PM
 To:   CF-Talk
 Subject:  RE: vspider --- help please
 
 From what I've been able to find, it will only spider the localhost
 address
 space.  You'll have to set the site in question to respond to 
localhost
 _and_ make sure that you are using only relative links...
 
 Jeff Garza
 Lead Developer/Webmaster
 Spectrum Astro, Inc.
 480.892.8200
 [EMAIL PROTECTED]
 http://www.spectrumastro.com
 
 
 
 -Original Message-
 From: Sean McCarthy [mailto:[EMAIL PROTECTED]] 
 Sent: Friday, December 28, 2001 2:51 PM
 To: CF-Talk
 Subject: RE: vspider --- help please
 
 
 Thank you.
 One more question, for the moment, has anyone had sucess using the 
verity
 spider with multiple sites with different IP's on the same server?  
Is
 this
 going to be possible or will it only allow the localhost, servername, 

or
 127.0.0.1.
 
 Thanks
 
 Sean
 
 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 28, 2001 4:37 PM
 To: '[EMAIL PROTECTED]'
 Cc: Sean McCarthy
 Subject: RE: vspider --- help please
 
 
  I thought I had it all working was I wrong.  The vspider 
  is great but... I have multiple sites on the same box with 
  different IP's. Technically in my eyes they are all local 
  but I cannot find a way to get the spider to go through the 
  site.  I even tried the same IP with different port numbers, 
  one works fine the other come back with the same error. Any
  thoughts?
  
  Heres the error:
  ...
  Warn  2001/12/28 16:25:09 (ind022005) Authentication 
  scheme NTLM not
  supported, URL [http://mybox.:76/].
  Warn  2001/12/28 16:25:09 (ind022004) Authorization failed for 
URL
  [http://mybox.:76/], server mybox.:76, realm NTLM.
  ...
  
  I can only assume the NTLM means Not local machine???
 
 No, NTLM refers to the browser authentication required by that web 
server.
 With IIS, you can use Basic Authentication, which is a simple 
username and
 password, or you can use NTLM Authentication, which requires IE to 
take
 the
 username and password and send a password hash to the web server.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496
 
 


__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: vspider --- help please

2002-01-02 Thread Sean McCarthy

Ouch you just ran into the same problem I did I ended up scrapping the
vspider, may purchase the full blown one. You cannot, that I have found,
get the spider to do its thing on anything but the base IP of the server,
127.0.0.1, localhost, servername, or servername with a port number.  The
spider would not allow me to spider another IP even if it was on the same
server.  The port number was the only solution I found. Very disappointing.
Please let me know if you find a workaround.

Thanks
Sean

-Original Message-
From: jon [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 3:50 PM
To: CF-Talk
Subject: RE: vspider --- help please


Ok... the spider is driving me friggin' insane.

The spectrum astro docs were good enough to get me started, but I'll be
darned if I can get it to spider my site.

Here's the issue -- we've got multiple IP addresses on a single machine. I
was able to create the collection alright, but I can't get it to spider the
site itself, as it thinks that it's going off site when I try to make it
spider the site by either IP address or URL.

Any tips? Can I make it start at my index.cfm and work from there somehow?

Thanks,
-- jon

-
jon roig
epilepsyfoundation.org



-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 8:25 AM
To: CF-Talk
Subject: RE: vspider --- help please


Ben,

Try going to the online docs at the old allaire site...

http://www.allaire.com/developer/documentation/coldfusion.cfm

Download the Advanced ColdFusion Administration manual in .pdf format.
It
should have a complete section on the advanced Verity stuff (K2 Server
documentation, VSpider, etc...  It can be a bit cryptic but is for the
most
part complete.)

Also for a somewhat complete presentation about setting up the K2
Server and
VSpider, check out http://www.spectrumastro.com/veritydemo/index.cfm

Good Luck,

Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
[EMAIL PROTECTED]

-Original Message-
From: Ben Whalley
To: CF-Talk
Sent: 1/2/02 4:19 AM
Subject: RE: vspider --- help please

Can someone point me to some info on using vspider - does it come
bundled
with the CF? Sounds just like what I've been looking for.

Ben

 --
 From: Garza, Jeff
 Reply To: [EMAIL PROTECTED]
 Sent: Friday, December 28, 2001 10:59 PM
 To:   CF-Talk
 Subject:  RE: vspider --- help please

 From what I've been able to find, it will only spider the localhost
 address
 space.  You'll have to set the site in question to respond to
localhost
 _and_ make sure that you are using only relative links...

 Jeff Garza
 Lead Developer/Webmaster
 Spectrum Astro, Inc.
 480.892.8200
 [EMAIL PROTECTED]
 http://www.spectrumastro.com



 -Original Message-
 From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 28, 2001 2:51 PM
 To: CF-Talk
 Subject: RE: vspider --- help please


 Thank you.
 One more question, for the moment, has anyone had sucess using the
verity
 spider with multiple sites with different IP's on the same server?
Is
 this
 going to be possible or will it only allow the localhost, servername,

or
 127.0.0.1.

 Thanks

 Sean

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 28, 2001 4:37 PM
 To: '[EMAIL PROTECTED]'
 Cc: Sean McCarthy
 Subject: RE: vspider --- help please


  I thought I had it all working was I wrong.  The vspider
  is great but... I have multiple sites on the same box with
  different IP's. Technically in my eyes they are all local
  but I cannot find a way to get the spider to go through the
  site.  I even tried the same IP with different port numbers,
  one works fine the other come back with the same error. Any
  thoughts?
 
  Heres the error:
  ...
  Warn  2001/12/28 16:25:09 (ind022005) Authentication
  scheme NTLM not
  supported, URL [http://mybox.:76/].
  Warn  2001/12/28 16:25:09 (ind022004) Authorization failed for
URL
  [http://mybox.:76/], server mybox.:76, realm NTLM.
  ...
 
  I can only assume the NTLM means Not local machine???

 No, NTLM refers to the browser authentication required by that web
server.
 With IIS, you can use Basic Authentication, which is a simple
username and
 password, or you can use NTLM Authentication, which requires IE to
take
 the
 username and password and send a password hash to the web server.

 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 voice: (202) 797-5496






__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: vspider --- help please

2002-01-02 Thread Sean McCarthy

Yep that should work but I did not see anyway to automate things in the
future using that method or temporarly pointing the sites to port numbers.
I called Verity this morning to find out pricing on the full spider
unfortunately their offices are closed from Dec 24 to Jan 4 (nice
vacation!).



Sean

-Original Message-
From: jon [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 4:10 PM
To: CF-Talk
Subject: RE: vspider --- help please


I *may* have found a solution -- it's plugging away right now.

Basically, since the machine's actual IP is 206.239.147.xx I changed IIS to
serve the same site at 206.239.147.xx and www.epilepsyfoundation.org. It's
plugging away like it knows wassup, so apprently that solved the problem. We
shall see

Out of curiosity, how much was the full license?

-- jon

-Original Message-
From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 4:12 PM
To: CF-Talk
Subject: RE: vspider --- help please


Ouch you just ran into the same problem I did I ended up scrapping the
vspider, may purchase the full blown one. You cannot, that I have found,
get the spider to do its thing on anything but the base IP of the server,
127.0.0.1, localhost, servername, or servername with a port number.  The
spider would not allow me to spider another IP even if it was on the same
server.  The port number was the only solution I found. Very disappointing.
Please let me know if you find a workaround.

Thanks
Sean

-Original Message-
From: jon [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 3:50 PM
To: CF-Talk
Subject: RE: vspider --- help please


Ok... the spider is driving me friggin' insane.

The spectrum astro docs were good enough to get me started, but I'll be
darned if I can get it to spider my site.

Here's the issue -- we've got multiple IP addresses on a single machine. I
was able to create the collection alright, but I can't get it to spider the
site itself, as it thinks that it's going off site when I try to make it
spider the site by either IP address or URL.

Any tips? Can I make it start at my index.cfm and work from there somehow?

Thanks,
-- jon

-
jon roig
epilepsyfoundation.org



-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 02, 2002 8:25 AM
To: CF-Talk
Subject: RE: vspider --- help please


Ben,

Try going to the online docs at the old allaire site...

http://www.allaire.com/developer/documentation/coldfusion.cfm

Download the Advanced ColdFusion Administration manual in .pdf format.
It
should have a complete section on the advanced Verity stuff (K2 Server
documentation, VSpider, etc...  It can be a bit cryptic but is for the
most
part complete.)

Also for a somewhat complete presentation about setting up the K2
Server and
VSpider, check out http://www.spectrumastro.com/veritydemo/index.cfm

Good Luck,

Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
[EMAIL PROTECTED]

-Original Message-
From: Ben Whalley
To: CF-Talk
Sent: 1/2/02 4:19 AM
Subject: RE: vspider --- help please

Can someone point me to some info on using vspider - does it come
bundled
with the CF? Sounds just like what I've been looking for.

Ben

 --
 From: Garza, Jeff
 Reply To: [EMAIL PROTECTED]
 Sent: Friday, December 28, 2001 10:59 PM
 To:   CF-Talk
 Subject:  RE: vspider --- help please

 From what I've been able to find, it will only spider the localhost
 address
 space.  You'll have to set the site in question to respond to
localhost
 _and_ make sure that you are using only relative links...

 Jeff Garza
 Lead Developer/Webmaster
 Spectrum Astro, Inc.
 480.892.8200
 [EMAIL PROTECTED]
 http://www.spectrumastro.com



 -Original Message-
 From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 28, 2001 2:51 PM
 To: CF-Talk
 Subject: RE: vspider --- help please


 Thank you.
 One more question, for the moment, has anyone had sucess using the
verity
 spider with multiple sites with different IP's on the same server?
Is
 this
 going to be possible or will it only allow the localhost, servername,

or
 127.0.0.1.

 Thanks

 Sean

 -Original Message-
 From: Dave Watts [mailto:[EMAIL PROTECTED]]
 Sent: Friday, December 28, 2001 4:37 PM
 To: '[EMAIL PROTECTED]'
 Cc: Sean McCarthy
 Subject: RE: vspider --- help please


  I thought I had it all working was I wrong.  The vspider
  is great but... I have multiple sites on the same box with
  different IP's. Technically in my eyes they are all local
  but I cannot find a way to get the spider to go through the
  site.  I even tried the same IP with different port numbers,
  one works fine the other come back with the same error. Any
  thoughts?
 
  Heres the error:
  ...
  Warn  2001/12/28 16:25:09 (ind022005) Authentication
  scheme NTLM not
  supported, URL [http://mybox.:76/].
  Warn  2001/12/28 16:25:09 (ind022004) Authorization

vspider --- help please

2001-12-28 Thread Sean McCarthy

Hi,
I thought I had it all working was I wrong.  The vspider is
great but... I have multiple sites on the same box with different IP's.
Technically in my eyes they are all local but I cannot find a way to get
the spider to go through the site.  I even tried the same IP with different
port numbers, one works fine the other come back with the same error. Any
thoughts?

Heres the error:
vspider - Verity, Inc. Version 3.7 (_nti40, Aug 11 2000)
Info  2001/12/28 16:25:09 (ind006000) Message database loaded from
[d:\CFusion\Verity\_nti40\bin\ind.msg].
Info  2001/12/28 16:25:09 (ind005013) Loading license from
[d:\CFusion\Verity\_nti40\bin\ind.lic].
Info  2001/12/28 16:25:09 (ind005005) Licensed for file walking.
Info  2001/12/28 16:25:09 (ind005006) Licensed for local host spidering.
Warn  2001/12/28 16:25:09 (ind022005) Authentication scheme NTLM not
supported, URL [http://mybox.:76/].
Warn  2001/12/28 16:25:09 (ind022004) Authorization failed for URL
[http://mybox.:76/], server mybox.:76, realm NTLM.
Progress  (ind010020) Vspider summary: Submitted 0 documents for insert, 0
documents for deletion, 0 documents for update;
Progress  (ind010021) Vspider summary: Indexed 0 documents, Deleted 0
documents, 0 bad documents;
Progress  (ind010022) Vspider summary: Skipped 0 keys, including 0 duplicate
documents rejected;
Progress  (ind010023) Vspider summary: Failed to fetch 1 keys.
vspider done

I can only assume the NTLM means Not local machine???


Thanks and have a good new year


-Sean McCarthy
---
HealthObjects
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: vspider --- help please

2001-12-28 Thread Sean McCarthy

Thank you.
One more question, for the moment, has anyone had sucess using the verity
spider with multiple sites with different IP's on the same server?  Is this
going to be possible or will it only allow the localhost, servername, or
127.0.0.1.

Thanks

Sean

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 28, 2001 4:37 PM
To: '[EMAIL PROTECTED]'
Cc: Sean McCarthy
Subject: RE: vspider --- help please


 I thought I had it all working was I wrong.  The vspider 
 is great but... I have multiple sites on the same box with 
 different IP's. Technically in my eyes they are all local 
 but I cannot find a way to get the spider to go through the 
 site.  I even tried the same IP with different port numbers, 
 one works fine the other come back with the same error. Any
 thoughts?
 
 Heres the error:
 ...
 Warn  2001/12/28 16:25:09 (ind022005) Authentication 
 scheme NTLM not
 supported, URL [http://mybox.:76/].
 Warn  2001/12/28 16:25:09 (ind022004) Authorization failed for URL
 [http://mybox.:76/], server mybox.:76, realm NTLM.
 ...
 
 I can only assume the NTLM means Not local machine???

No, NTLM refers to the browser authentication required by that web server.
With IIS, you can use Basic Authentication, which is a simple username and
password, or you can use NTLM Authentication, which requires IE to take the
username and password and send a password hash to the web server.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Verity with the vspider and K2

2001-12-13 Thread Sean McCarthy

I would like to get some feedback from what others have found using Verity,
with the vspider and the K2 Search Engine.

What I have found:

I am creating my collection using the mdvdk utility.  This will not
allow the collection to be available thru the use of VDK mode.  It will not
show up in the CF Administrator/Verity Collections window.  I assume this is
due to the directory structure of the collection being somewhat different
when it is created with the mdvdk utility verses the cfcollection tag.
The mdvdk does not create the file and custom folders. It places all of the
style, parts and etc. folder right inside your collection.  The collection
does show up in the CF Administrator/Verity Server/Server Managed
Collections page once the collection has been added to the K2server.ini
file.

1. Is there a reason I would be better off to use the cfcollection tag to
create my collection if I am not planning on using the VDK mode or
cfindex?
To me it seems it is creating unnecessary directory structures that
will not be used by the vspider.  The custom and file path only get used
when using the cfindex tag.

2. I have the vspider working on the site.  Its exclude features are a nice
addition.  Am I missing something though?  Is there a way to easily do
excludes with cfindex?

I have had no success with the -indinclude attribute when using the vspider.
My site has a section that is called through a javascript function.  The
spider cannot follow this.  It can still be called through a normal URL
though but there are no links to this anywhere on the site.  I was hoping to
include this path with -indinclude but have had no success.  The only way
I've gotten this to work is to start my spider in the popup section and
let it spider its way back to the main part of the site.  This seems kind of
backwards though

3. This is the way I would like my -cmdfile file to work:  Does anyone see
something that is syntactically wrong?

-common d:\cfusion\verity\common 
-collection d:\CFusion\Verity\collections\mycollection 
-start http://localhost:98/
-indinclude http://localhost:98/popupSection   (I've tried -include here as
well but no luck)
-indexclude http://localhost:98/popupSection/pdfs/*


4. Last question (for now) does the K2 server have to be restarted every
time a collection is refreshed or only the first time it is created for the
new information to be available to the K2 Search.


Thanks for your time


-Sean McCarthy
---
HealthObjects
410-895-0379
~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity with the vspider and K2

2001-12-13 Thread Sean McCarthy

Thanks for the input Jeff.

I can get my collection made with the mdvdk to be recognized by the K2
server using the alias name I've defined in the k2server.ini.
This the code im using to pull back results from it.

cfsearch collection=myCollectionK2
  name=qResults
  criteria=#form.keywords#

The mdvdk created collection does show up on the page where you define the
K2 Server Host Name  K2 Server Port.  
The only place it does not show up is on the Verity Collections page.
This wont be a problem since Im using K2 and not VDK. Correct?

MKVDK won't create an entry in the registry, so CF really has no idea that
there is a collection there.  Since you are conducting your searches using
CFSEARCH there has to be a registy setting there.
This is only if I need VDK right?


Thanks again

Sean



-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 13, 2001 3:26 PM
To: CF-Talk
Subject: RE: Verity with the vspider and K2


Sean,

See my comments inline

SNIP

 1. Is there a reason I would be better off to use the cfcollection tag
to
 create my collection if I am not planning on using the VDK mode or
 cfindex?
   To me it seems it is creating unnecessary directory structures that
 will not be used by the vspider.  The custom and file path only get used
 when using the cfindex tag.

The MKVDK utility would be the logical way to deal with K2 collections
wouldn't it!!!  I made that mistake myself.  Actually, the preferred way to
manage this is to create an empty collection using the VDK mode tools
(CFCOLLECTION or the CF Admin).  Yes this will create the additional
custom folder but what can you do.  The issue at hand is the Registry.
MKVDK won't create an entry in the registry, so CF really has no idea that
there is a collection there.  Since you are conducting your searches using
CFSEARCH there has to be a registy setting there.  Kinda screwed up I
know

 2. I have the vspider working on the site.  Its exclude features are a
nice
 addition.  Am I missing something though?  Is there a way to easily do
 excludes with cfindex?

There are a number of attributes that don't seem to work with the localhost
version of the spider.  This may be one of them.  I personally haven't used
the indinclude switch so I can't say for sure.  One thing I'd recommend it
to put a link at the bottom of the page or something (use small white text
or a transparent gif to hold the link) and have that point to your pop ups
section.  Kinda cheesy but it'll work

 3. This is the way I would like my -cmdfile file to work:  Does anyone see
 something that is syntactically wrong?

 -common d:\cfusion\verity\common 
 -collection d:\CFusion\Verity\collections\mycollection 
 -start http://localhost:98/
 -indinclude http://localhost:98/popupSection   (I've tried -include here
as
 well but no luck)
 -indexclude http://localhost:98/popupSection/pdfs/*

I don't see anything here that wouldn't work  You've got me.

 4. Last question (for now) does the K2 server have to be restarted every
 time a collection is refreshed or only the first time it is created for
the
 new information to be available to the K2 Search.

From what I've found, the answer is yes.  K2 Seems to get really squirrly if
it's not restarted on a collection refresh.  I've created batch files to
refresh the collection using the spider (works great) and subsequently
restart the K2 server.  There is virtually no downtime and it keeps things
running smooth.  I know it's probably not what you wanted to hear, but this
is what I've found to be pretty much bulletproof...

Also, I did a presentation about this.  You can find my presentation
materials and some batch files for updating collections and such here...

http://www.spectrumastro.com/veritydemo/index.cfm

Good Luck!

Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200
[EMAIL PROTECTED]
http://www.spectrumastro.com

~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Verity with the vspider and K2

2001-12-13 Thread Sean McCarthy

Funny you bring up the rcvdk tool.  I have had no sucess with that. I can
see my collections with the rcvdk but can not get a search to return
anything. Comes back saying 0 of 0.
Can you get the rcvdk to work?

I have had to restart the K2server everytime I create a collection with
mdvdk to get it to be reconigzed with my cfsearch.

I saw your demo last nite. Unfortunately I did not see it on Monday when I
started all of this :)

Thanks

Sean

-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 13, 2001 4:44 PM
To: CF-Talk
Subject: RE: Verity with the vspider and K2


I've had problems getting CFSEARCH to work on a K2 collection created
without using the VDK tools.  Perhaps it's because I wasn't restarting the
K2 server...  

Are you able to search your MKVDK created collections using CFSEARCH?   Or
are you using the command line tool rcvdk.exe to search the collection?

Jeff Garza
Lead Developer/Webmaster
Spectrum Astro, Inc.
480.892.8200
[EMAIL PROTECTED]
http://www.spectrumastro.com



-Original Message-
From: Sean McCarthy [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, December 13, 2001 2:22 PM
To: CF-Talk
Subject: RE: Verity with the vspider and K2


Thanks for the input Jeff.

I can get my collection made with the mdvdk to be recognized by the K2
server using the alias name I've defined in the k2server.ini.
This the code im using to pull back results from it.

cfsearch collection=myCollectionK2
  name=qResults
  criteria=#form.keywords#

The mdvdk created collection does show up on the page where you define the
K2 Server Host Name  K2 Server Port.  
The only place it does not show up is on the Verity Collections page.
This wont be a problem since Im using K2 and not VDK. Correct?

MKVDK won't create an entry in the registry, so CF really has no idea that
there is a collection there.  Since you are conducting your searches using
CFSEARCH there has to be a registy setting there.
This is only if I need VDK right?


Thanks again

Sean



-Original Message-
From: Garza, Jeff [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 13, 2001 3:26 PM
To: CF-Talk
Subject: RE: Verity with the vspider and K2


Sean,

See my comments inline

SNIP

 1. Is there a reason I would be better off to use the cfcollection tag
to
 create my collection if I am not planning on using the VDK mode or
 cfindex?
   To me it seems it is creating unnecessary directory structures that
 will not be used by the vspider.  The custom and file path only get used
 when using the cfindex tag.

The MKVDK utility would be the logical way to deal with K2 collections
wouldn't it!!!  I made that mistake myself.  Actually, the preferred way to
manage this is to create an empty collection using the VDK mode tools
(CFCOLLECTION or the CF Admin).  Yes this will create the additional
custom folder but what can you do.  The issue at hand is the Registry.
MKVDK won't create an entry in the registry, so CF really has no idea that
there is a collection there.  Since you are conducting your searches using
CFSEARCH there has to be a registy setting there.  Kinda screwed up I
know

 2. I have the vspider working on the site.  Its exclude features are a
nice
 addition.  Am I missing something though?  Is there a way to easily do
 excludes with cfindex?

There are a number of attributes that don't seem to work with the localhost
version of the spider.  This may be one of them.  I personally haven't used
the indinclude switch so I can't say for sure.  One thing I'd recommend it
to put a link at the bottom of the page or something (use small white text
or a transparent gif to hold the link) and have that point to your pop ups
section.  Kinda cheesy but it'll work

 3. This is the way I would like my -cmdfile file to work:  Does anyone see
 something that is syntactically wrong?

 -common d:\cfusion\verity\common 
 -collection d:\CFusion\Verity\collections\mycollection 
 -start http://localhost:98/
 -indinclude http://localhost:98/popupSection   (I've tried -include here
as
 well but no luck)
 -indexclude http://localhost:98/popupSection/pdfs/*

I don't see anything here that wouldn't work  You've got me.

 4. Last question (for now) does the K2 server have to be restarted every
 time a collection is refreshed or only the first time it is created for
the
 new information to be available to the K2 Search.

From what I've found, the answer is yes.  K2 Seems to get really squirrly if
it's not restarted on a collection refresh.  I've created batch files to
refresh the collection using the spider (works great) and subsequently
restart the K2 server.  There is virtually no downtime and it keeps things
running smooth.  I know it's probably not what you wanted to hear, but this
is what I've found to be pretty much bulletproof...

Also, I did a presentation about this.  You can find my presentation
materials and some batch files for updating collections and such here...

http

WYSIWYG editors

2001-06-13 Thread Sean McCarthy

Hi,
I am in search of a WYSIWYG editor that will allow a user to enter a
news article and have it display in HTML format.  I have looked at several
different ones but am looking for some feedback as to what is most
preferred, affordable (free), and easy for the user.   
I have looked at EasyEdit
http://www.siteobjects.com/examples/ezedit_scratchpad.cfm I really liked the
interface on this one but it has to work with IE 4.0 and unfortunately this
CF tag needs at least IE 5.0.  
ActiveEdit http://www.cfdev.com/activedit2/executive.cfm also looks
good but is kinda awkward how you have to click the link after updating to
see your results.  Thanks for your feedback.

-Sean McCarthy
---
HealthObjects
410-895-0379


~~
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: WYSIWYG editors

2001-06-13 Thread Sean McCarthy

Thanks Mike I like that one too but unfortunately they (ezedit) require IE 5
and our corp standard is IE 4.  Im curious as to what hell would break loose
if it was used with IE 4 but have no way of testing it at the moment. 

Sean

 
 Check out www.siteobject.com They have a free editor and it 
 is pretty cool
 
 Michael Bruce
 Fig Leaf Software
 
 -Original Message-
 From: Sean McCarthy [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, June 13, 2001 2:05 PM
 To: CF-Talk
 Subject: WYSIWYG editors
 
 
 Hi,
   I am in search of a WYSIWYG editor that will allow a 
 user to enter a
 news article and have it display in HTML format.  I have 
 looked at several
 different ones but am looking for some feedback as to what is most
 preferred, affordable (free), and easy for the user.   
   I have looked at EasyEdit
 http://www.siteobjects.com/examples/ezedit_scratchpad.cfm I 
 really liked the
 interface on this one but it has to work with IE 4.0 and 
 unfortunately this
 CF tag needs at least IE 5.0.  
   ActiveEdit 
 http://www.cfdev.com/activedit2/executive.cfm also looks
 good but is kinda awkward how you have to click the link 
 after updating to
 see your results.  Thanks for your feedback.
 
 -Sean McCarthy
 ---
 HealthObjects
 410-895-0379

~~
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: Images

2001-06-08 Thread Sean McCarthy

Try 
http://www.photodisc.com
http://eyewire.com

-Sean McCarthy
---
HealthObjects
410-895-0379


-Original Message-
From: Darren Houle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 07, 2001 5:01 PM
To: CF-Talk
Subject: Images


Slightly off topic... sort of

I have been tasked with developing an in house, custom online greeting card
application.  It's unlikely I can use an existing or canned applications or
virtual card sites due to some strange requirements for this particular
application.

I can handle the CF programming and database but is anyone aware of images
that can be purchased or possibly used for free in commercial applications?
I need card images to populate the database and I can't seem to find any
sites that offer them for free or for sale.  Most sites explicitly say our
images are copyrighted.  Duplication and commercial use is prohibited.
Where did all these existing card sites (and there are a ton of them, aren't
there?) get their card images from?

Thanks,
Darren


MMS health-first.org made the following
 annotations on 06/07/01 17:03:36

--
This message is for the named person's use only.  It may contain
confidential, proprietary, or legally privileged information.  No
confidentiality or privilege is waived or lost by any mistransmission.  If
you receive this message in error, please immediately delete it and all
copies of it from your system, destroy any hard copies of it, and notify the
sender.  You must not, directly or indirectly, use, disclose, distribute,
print, or copy any part of this message if you are not the intended
recipient.  Health First reserves the right to monitor all e-mail
communications through its networks.  Any views or opinions expressed in
this message are solely those of the individual sender, except (1) where the
message states such views or opinions are on behalf of a particular entity;
and (2) the sender is authorized by the entity to give such views or
opinions.


=
~~
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: Weird CF error that is only on Mac machines?

2001-05-24 Thread Sean McCarthy

im a mac user i find table sizing issues frequently in i-5 what is the error

-Sean McCarthy
---
HealthObjects
410-895-0379


-Original Message-
From: Zac [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 24, 2001 3:00 PM
To: CF-Talk
Subject: Re: Weird CF error that is only on Mac machines?


Marc J. Mataya wrote:

 Anyone know of any form issues with Macs?

What browser? There is, I believe, an issue with the new IE 5 browser for
the Mac that re-introduces a form bug

-- 

If all else fails, immortality can always be assured by spectacular error.

John Kenneth Galbraith



email: [EMAIL PROTECTED]
web: http://www.pixelgeek.com/
~~
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