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...
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...
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...
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...
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...
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 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...
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...
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...
... Hash: SHA1 Try the 'GET_EXPIRED' service. If your version of Stellent is too old, try installing the 'NotificationOfExpiration' component from your...
... 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,...
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...
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...
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:...
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...
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...
xPressDate is a custom field set as type "Date". ... From: Allistair Crossley [mailto:allistair.crossley@...] Sent: Monday, January 05, 2004 10:27 AM To:...
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...
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>...
but have you tried xPressDate > '<$dateCurrent$>' have you tried substituting a date string into the single quotes rather than using dateCurrent to confirm it...
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...
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...
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...
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...
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...
... 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...
That fixed it David. I'll definitely have to file this one. Thanks for the fix. -Greg ... From: David Fielding [mailto:dsfielding@...] Sent: Monday,...