Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

intradoc_users · WebCenter Content Users Group!

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 3690
  • Category: General
  • Founded: Mar 5, 1999
  • Language: English
? 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.

Messages

Advanced
Messages Help
Messages 6760 - 6789 of 29141   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
6760 philstaite Send Email Sep 1, 2004
11:03 am
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...
6761 tombeck1 Send Email Sep 1, 2004
12:05 pm
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...
6762 Thomas Beck
tombeck1 Send Email
Sep 1, 2004
12:11 pm
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...
6763 cpp_terry_anderson
cpp_terry_an... Send Email
Sep 1, 2004
3:50 pm
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...
6764 carsonsaints Send Email Sep 1, 2004
9:23 pm
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 ...
6765 mvanderhoevenriesebos
mvanderhoeve... Send Email
Sep 2, 2004
3:21 pm
Hi, I'm struggling with this issue for quite some time now. I need an WSDL for the 'GET_DYNAMIC_CONVERSION&#39; SCS service. I know I can create a custom WSDL...
6766 xiajiangus Send Email Sep 2, 2004
3:24 pm
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...
6767 Laura Shero
llshero521 Send Email
Sep 2, 2004
3:24 pm
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...
6768 Beck Thomas RUAG A
tombeck1 Send Email
Sep 2, 2004
3:28 pm
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 ...
6769 mchuth Send Email Sep 2, 2004
4:53 pm
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...
6770 mchuth Send Email Sep 2, 2004
5:05 pm
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...
6771 Huff, Darlene
getntuf4me Send Email
Sep 2, 2004
5:19 pm
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...
6772 Brian 'Bex' H...
bexmex Send Email
Sep 2, 2004
5:27 pm
be careful when increasing the number of database connections... 1) some databases (like oracle) are sometimes licensed according to the number of simultaneous...
6773 Christopher Owens
chris_in_mad... Send Email
Sep 2, 2004
5:46 pm
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...
6774 Brian 'Bex' H...
bexmex Send Email
Sep 2, 2004
6:32 pm
You can set a cookie by using the 'setHttpHeader&#39; function, using the header 'Set-Cookie&#39;. You can get cookies by parsing the 'HTTP_COOKIES&#39; environment value...
6775 mchuth Send Email Sep 2, 2004
7:11 pm
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 ... ...
6776 pamaaos Send Email Sep 2, 2004
7:37 pm
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...
6777 David Johnson
tantamnt Send Email
Sep 2, 2004
8:41 pm
Thick client is definately preferred according to Stellent Development as of a recent email from them. ... using...
6778 David Johnson
tantamnt Send Email
Sep 2, 2004
8:44 pm
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...
6779 Dhruba Banerjee
micromonster1 Send Email
Sep 3, 2004
6:31 am
Hello I had installed the 'Folders&#39; component and then I added some directories and added some documents in those directories. after this,I tried to re-name...
6780 Geoff Howard
javageoff Send Email
Sep 3, 2004
11:32 am
I recently managed to rename "Contribution Folders" directly in the database. Look for the row in "Collections&quot; where dCollectionID is 1. Raw sql like: update...
6781 mchuth Send Email Sep 3, 2004
3:54 pm
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'. ... ...
6782 chrismckeachie Send Email Sep 3, 2004
5:16 pm
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...
6783 philstaite Send Email Sep 6, 2004
11:45 am
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...
6784 lanman128 Send Email Sep 8, 2004
1:25 pm
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?...
6785 ccotm Send Email Sep 8, 2004
2:30 pm
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...
6786 Brian 'Bex' H...
bexmex Send Email
Sep 8, 2004
2:46 pm
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...
6787 jason_stortz Send Email Sep 8, 2004
6:56 pm
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...
6788 jjpsnf Send Email Sep 8, 2004
8:18 pm
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...
6789 pmanno99 Send Email Sep 8, 2004
9:44 pm
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...
Messages 6760 - 6789 of 29141   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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