Search the web
Sign In
New User? Sign Up
intradoc_users · Stellent Users Group!
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 5237 - 5266 of 21900   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5237
Hello We have installed the Discussion Thread component and I am having a problem with it and the Subscription notification. I have a subscription set to...
carsonsaints
Offline Send Email
Jan 2, 2004
8:12 pm
5238
Hello I have got a document with Expiry Date set to : 4/30/03 1:55 PM My question is : How do I get this document using Search in Stellent...(I can see it only...
Dhruba Banerjee
micromonster1
Offline Send Email
Jan 5, 2004
10:53 am
5239
I'm not sure Dhruba - i will also need to provide a searchable expired documents feature. If I cannot learn how to achieve this with Verity/Stellent then I...
Allistair Crossley
adcworks
Offline Send Email
Jan 5, 2004
11:26 am
5240
Just a suggestion but if you have a need to search for expired documents on a regular basis then you should redesign your architecture to use a different...
David Johnson
tantamnt
Offline Send Email
Jan 5, 2004
11:36 am
5241
Hi ADC even then (i.e getting dIDs of Expired docs from revision table)..how do we get more details about them ?? I mean I tried a Search like "dID= <ID of a...
Dhruba Banerjee
micromonster1
Offline Send Email
Jan 5, 2004
11:43 am
5242
If you went to the database you could get a lot of info with the query.. SELECT * FROM Revisions r, DocMeta m, Documents d WHERE (r.dStatus = 'EXPIRED') and...
Allistair Crossley
adcworks
Offline Send Email
Jan 5, 2004
11:49 am
5243
Allistair is correct, you couldn't get it because it's not there! To Stellent this is probably not a viable "feature" as to leave it would result in a...
David Johnson
tantamnt
Offline Send Email
Jan 5, 2004
12:09 pm
5244
Guys, in 7.x, there is an option under the Content manager link to search on Expired content. I don't know what that provides for jsp stuff, but it is there...
Tim Gruidl
tgruidl
Offline Send Email
Jan 5, 2004
1:25 pm
5245
We've been giving some thought to incorporating RSS news feeds into our Stellent-powered site (Content Server 6.2 / Stellent Site Builder 6.2 / Windows 2000...
Lynch, Brian
quartetter
Offline Send Email
Jan 5, 2004
3:04 pm
5246
... Hash: SHA1 Try the 'GET_EXPIRED' service. If your version of Stellent is too old, try installing the 'NotificationOfExpiration' component from your...
Brian 'Bex' Huff
bexmex
Offline Send Email
Jan 5, 2004
3:35 pm
5247
I have the following query: xHidden <Substring> `false` <AND> xCollectionID >= `643` <AND> xCollectionID <= `643` <AND> xPressDate > '<$dateCurrent(-90)$>' ...
greddin
Offline Send Email
Jan 5, 2004
3:51 pm
5248
... Hash: SHA1 that IS 90 days ago... 10/7/03 means October 7 (not July 10th) 2003 in the default date format. If you want to use a different date format,...
Brian 'Bex' Huff
bexmex
Offline Send Email
Jan 5, 2004
4:07 pm
5249
Yes, please examine the query closer. The query is supposed to show any articles with a date greater than 10/7/03 10:46 AM. (90 days ago) There are several in...
Reddin, Gregory
greddin
Offline Send Email
Jan 5, 2004
4:13 pm
5250
Not an answer but ... have you tried all possibilities with the various conditions that make up the whole. That is, replace the condition with smaller chunks...
Allistair Crossley
adcworks
Offline Send Email
Jan 5, 2004
4:18 pm
5251
Yes, I have tried just as you suggested. The only way it will work now, it to remove the xPressDate > '<$dateCurrent(-90)$>'. Then it works. ... From:...
Reddin, Gregory
greddin
Offline Send Email
Jan 5, 2004
4:20 pm
5252
what is the xPressDate value on 2 of the items that "should" be coming back... ADC ... From: Reddin, Gregory [mailto:greddin@...] Sent: 05 January 2004...
Allistair Crossley
adcworks
Offline Send Email
Jan 5, 2004
4:22 pm
5253
10/30/03 12:00 AM 11/10/03 12:00 AM PS. I think it's a bug with the dateCurrent function because if I manually change the server's date/time back to something...
Reddin, Gregory
greddin
Offline Send Email
Jan 5, 2004
4:24 pm
5254
is xPressDate a date column or a string column? ADC ... From: Reddin, Gregory [mailto:greddin@...] Sent: 05 January 2004 16:24 To:...
Allistair Crossley
adcworks
Offline Send Email
Jan 5, 2004
4:27 pm
5255
xPressDate is a custom field set as type "Date". ... From: Allistair Crossley [mailto:allistair.crossley@...] Sent: Monday, January 05, 2004 10:27 AM To:...
Reddin, Gregory
greddin
Offline Send Email
Jan 5, 2004
4:28 pm
5256
does xPressDate > '<$dateCurrent(-90)$>' capture nothing at all? Have you got content put in for 2004? Does it fail in that case with xPressDate >...
Allistair Crossley
adcworks
Offline Send Email
Jan 5, 2004
4:35 pm
5257
Well, strangely enough, I was just doing a test. I changed one of our articles to have a xPressDate of 01/04/04 12:00AM. Just so that I know we'd have at least...
Reddin, Gregory
greddin
Offline Send Email
Jan 5, 2004
4:38 pm
5258
Hi everybody, Every now and then I need to use HTML/JSP as a source document instead of the usual Word docs. Problem is, during the translation stage, <html>...
Christopher Owens
chris_in_mad...
Offline Send Email
Jan 5, 2004
4:42 pm
5259
but have you tried xPressDate > '<$dateCurrent$>' have you tried substituting a date string into the single quotes rather than using dateCurrent to confirm it...
Allistair Crossley
adcworks
Offline Send Email
Jan 5, 2004
4:47 pm
5260
I changed one of the documents to have a date of 01/05/04. Then changed my query to be <$dateCurrent(-3)$> so that it doesn't go back into the 2003 year. It...
Reddin, Gregory
greddin
Offline Send Email
Jan 5, 2004
5:00 pm
5261
Not sure if it is the function. You will only know if you try substituting a 2003 date as a string into the single quotes rather than using the dateCurrent...
Allistair Crossley
adcworks
Offline Send Email
Jan 5, 2004
5:07 pm
5262
Hello all, As long as I'm on a development kick today, I thought I'd complement my previous question with another about redirects in JSPs. I usually develop...
Christopher Owens
chris_in_mad...
Offline Send Email
Jan 5, 2004
5:15 pm
5263
Ok. Just tried it that way, by putting in '10/7/03 10:46' as the actual date. Unfortunately it still doesn't work. Thanks again. ... From: Allistair Crossley...
Reddin, Gregory
greddin
Offline Send Email
Jan 5, 2004
5:17 pm
5264
I addressed this issue recently on here for someone else as I ran into something similar. It has to do with the Verity search engine's use of date strings in...
David Fielding
dsfielding
Offline Send Email
Jan 5, 2004
5:59 pm
5265
... Hash: SHA1 OK... the problem lies in the fundamental fact that Stellent supports more date formats than Verity does... if you use single quotes (') around...
Brian 'Bex' Huff
bexmex
Offline Send Email
Jan 5, 2004
6:05 pm
5266
That fixed it David. I'll definitely have to file this one. Thanks for the fix. -Greg ... From: David Fielding [mailto:dsfielding@...] Sent: Monday,...
Reddin, Gregory
greddin
Offline Send Email
Jan 5, 2004
6:05 pm
Messages 5237 - 5266 of 21900   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help