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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 6760 - 6789 of 21911   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6760
Hi I am currently using Site Builder 6.2. Does anyone know of any reason why a toc would NOT pick up the title specified in the document properties dialogue...
philstaite
Offline Send Email
Sep 1, 2004
11:03 am
6761
Hi Steve Thanks for helping. Yes, there was a reason why I did the stuff manually - I only had the VB6 sample code, not the .NET code, so I figured out that...
tombeck1
Offline Send Email
Sep 1, 2004
12:05 pm
6762
Hello My users have informed me that we've lost some functionality by upgrading from Xpedio 4.6 to Stellent 6.2, and I was asked to find out whether that...
Thomas Beck
tombeck1
Offline Send Email
Sep 1, 2004
12:11 pm
6763
Does anyone know how I could write and read cookies in Stellent? I'd like to write an idoc script extension that will get and write the cookie. I've been...
cpp_terry_anderson
cpp_terry_an...
Offline Send Email
Sep 1, 2004
3:50 pm
6764
Hello Is it possible to send the email notification under a different name then the author. We have a group that checks in content for others and they set the ...
carsonsaints
Offline Send Email
Sep 1, 2004
9:23 pm
6765
Hi, I'm struggling with this issue for quite some time now. I need an WSDL for the 'GET_DYNAMIC_CONVERSION' SCS service. I know I can create a custom WSDL...
mvanderhoevenriesebos
mvanderhoeve...
Offline Send Email
Sep 2, 2004
3:21 pm
6766
Hi, My manager want to let workflow send notification if no action happen in a step for two hours. Does anybody know how to do this? Usually, we only count day...
xiajiangus
Offline Send Email
Sep 2, 2004
3:24 pm
6767
I am trying to pass in an XML document which needs to be URL encoded. Does anyone have any suggestions on how to do this? Is there an IDOC command which will...
Laura Shero
llshero521
Offline Send Email
Sep 2, 2004
3:24 pm
6768
Hello Laura There is indeed an idc command that will url encode a string, and it's called url: <$url("my string")$> Hope this helps. Kind regards Thomas Beck ...
Beck Thomas RUAG A
tombeck1
Offline Send Email
Sep 2, 2004
3:28 pm
6769
Is there an advantage of using the thick vs. thin client when connecting to the DB? I'm told there are some Oracle funtionality advantages to using the thick...
mchuth
Offline Send Email
Sep 2, 2004
4:53 pm
6770
Looking for opinions on the NumConnections configuration to increase the number of database connections. I was told to increase it from 5 (default) to 20 to...
mchuth
Offline Send Email
Sep 2, 2004
5:05 pm
6771
Matt, Just an FYI in case it helps: We were having the same System Error (no connections available) so added the NumConnections and set it at 10 and we've had...
Huff, Darlene
getntuf4me
Offline Send Email
Sep 2, 2004
5:19 pm
6772
be careful when increasing the number of database connections... 1) some databases (like oracle) are sometimes licensed according to the number of simultaneous...
Brian 'Bex' Huff
bexmex
Offline Send Email
Sep 2, 2004
5:27 pm
6773
There doesn't seem to be anything in the help files or system documentation (at least none that shows up during a search within either). Thanks and best...
Christopher Owens
chris_in_mad...
Offline Send Email
Sep 2, 2004
5:46 pm
6774
You can set a cookie by using the 'setHttpHeader' function, using the header 'Set-Cookie'. You can get cookies by parsing the 'HTTP_COOKIES' environment value...
Brian 'Bex' Huff
bexmex
Offline Send Email
Sep 2, 2004
6:32 pm
6775
Yes, I was worried about what you mention in #2. Could you elaborate what you mean by doing an audit? Recommendations on what to look at? ... might ... ...
mchuth
Offline Send Email
Sep 2, 2004
7:11 pm
6776
We have discovered an error when a Word document is published which contains a list. The list has been created properly in Word and can be a bulleted list or...
pamaaos
Offline Send Email
Sep 2, 2004
7:37 pm
6777
Thick client is definately preferred according to Stellent Development as of a recent email from them. ... using...
David Johnson
tantamnt
Online Now Send Email
Sep 2, 2004
8:41 pm
6778
What version of Content Server are you using? Some tuning options that were optional in 6.x have made it into 7.x and I haven't seen many issues in the new...
David Johnson
tantamnt
Online Now Send Email
Sep 2, 2004
8:44 pm
6779
Hello I had installed the 'Folders' component and then I added some directories and added some documents in those directories. after this,I tried to re-name...
Dhruba Banerjee
micromonster1
Offline Send Email
Sep 3, 2004
6:31 am
6780
I recently managed to rename "Contribution Folders" directly in the database. Look for the row in "Collections" where dCollectionID is 1. Raw sql like: update...
Geoff Howard
javageoff
Offline Send Email
Sep 3, 2004
11:32 am
6781
SCS 6.2 Solaris 2.8 Oracle 8.1.7.2 (soon moving to 9i) Apache 1.3.27 ... <bex@s...> ... according ... you ... it ... for ... query 'UallIndexerState'. ... ...
mchuth
Offline Send Email
Sep 3, 2004
3:54 pm
6782
We're about to launch a site using a lot of the Site Studio fragments including a javascript heavy UI for navigation. The problem is most link checkers and...
chrismckeachie
Offline Send Email
Sep 3, 2004
5:16 pm
6783
Hi Am using Site Builder 6.2. Is it possible to get Stellent to use single quotes instead of double ones within the hyperlinked entries in an automatically...
philstaite
Offline Send Email
Sep 6, 2004
11:45 am
6784
Does anyone know how to get Stellent 6.2 CS to capture the login name of a user to be recorded in the IIS5 Web logs on a Windows 2000 server?...
lanman128
Offline Send Email
Sep 8, 2004
1:25 pm
6785
Can anyone tell me what I'm missing in this script. I can't get it to post. The error is listed at the bottom. ' Create variables Dim idccom, sConnect, str...
ccotm
Online Now Send Email
Sep 8, 2004
2:30 pm
6786
where are you capturing it? If you are in IdocScript, you can just look for these variables: <$REMOTE_USER$> <$HTTP_INTERNETUSER$> one of them is for NTLM, I...
Brian 'Bex' Huff
bexmex
Offline Send Email
Sep 8, 2004
2:46 pm
6787
I want to use System.out.println in Java code to print some information out to the Server Output each time a document's web viewable is viewed. I am not sure...
jason_stortz
Online Now Send Email
Sep 8, 2004
6:56 pm
6788
I am new to Site Studio and I am stuck at this point. I created a layout and have designed the web page to have three contribution regions with native...
jjpsnf
Offline Send Email
Sep 8, 2004
8:18 pm
6789
Hi, I'm trying to structure a TOC, similar to the Stellent home page, where you have a title and comments, along with the word "more . . ." which links to the...
pmanno99
Offline Send Email
Sep 8, 2004
9:44 pm
Messages 6760 - 6789 of 21911   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