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...
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...
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...
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...
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 ...
Hi, I'm struggling with this issue for quite some time now. I need an WSDL for the 'GET_DYNAMIC_CONVERSION39; SCS service. I know I can create a custom WSDL...
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...
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...
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 ...
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...
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...
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...
be careful when increasing the number of database connections... 1) some databases (like oracle) are sometimes licensed according to the number of simultaneous...
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...
You can set a cookie by using the 'setHttpHeader' function, using the header 'Set-Cookie39;. You can get cookies by parsing the 'HTTP_COOKIES39; environment value...
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 ... ...
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...
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...
Hello I had installed the 'Folders39; component and then I added some directories and added some documents in those directories. after this,I tried to re-name...
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...
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'. ... ...
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...
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...
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...
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...
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...
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...
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...