Hello We are using SiteStudio to create our new web site. Now,there are some pages in our existing website which are actually JSP pages . We have configured...
7314
Joe Tseng
jtsengorg
Dec 1, 2004 4:30 pm
A quick question... Does CIS/CPS use idc_beasys.properties or is that an old file used for IdcServerBeans? I'm asking this because we're moving some apps...
7315
Joe Tseng
jtsengorg
Dec 1, 2004 5:25 pm
Just to cover all my bases when my boss asks this - what is it exactly used for? On Wed, 1 Dec 2004 08:42:14 -0800, Justin McReynolds...
7316
Justin McReynolds
justinmioc
Dec 1, 2004 5:57 pm
No, CIS/CPS does not use an idc_beasys.properties file. Justin McReynolds Advanced Product Support Engineer - Stellent, Inc. - Office: (425) 896-7057 -...
7317
jason_fishbowl
Dec 1, 2004 5:57 pm
I'm having some trouble with Site Scheduler on a box that has XP and SP2 installed. Site Scheduler can't connect to the server. I can translate and publish...
7318
Christopher Owens
chris_in_mad...
Dec 1, 2004 9:31 pm
I pretty much had to learn the hard way: in the gutter :-) The best reference material is as Steve suggested, the "Seven Easy Lessons" and "Tutorial". They're...
7319
jaschuster1
Dec 1, 2004 11:18 pm
Thanks to everyone that responded to this post. I've come to the conclusion I may have to learn to live with these error messages. They seem to occur...
7320
safzal
Dec 2, 2004 12:00 am
Hi all...when I submit the following HCSF form, I get an error that says "The content must have a primary file". Stellent documentation says to put forward...
7321
Brian Huff
bexmex
Dec 2, 2004 12:13 am
these aren't content server issues, they are HTML issues. 1) the input type must be 'file' and not 'hidden39; on your form. For security reasons, forms in...
7322
safzal
Dec 2, 2004 1:46 pm
Thank You Brian!! The following worked! <form name=MY_CHECKIN_FORM enctype="multipart/form-data" method="POST" action="<$HttpCgiPath$>"> <input type="file"...
7323
Vini Bhat
vini_bhat
Dec 2, 2004 3:55 pm
hcsp files dont seem to display in the browser. When I do a search on discussion content items and try to click the content ID link to the file, I get a File...
7324
N/A
mathsociety
Dec 2, 2004 5:36 pm
Hi Does anyone have experience using the rsCopyFiltered function? What I am trying to do is take a recordset called rsContributionActivity and copy it to a...
7325
Brian Huff
bexmex
Dec 2, 2004 5:42 pm
put all 4 variables in quotes. -- bex...
7326
N/A
mathsociety
Dec 2, 2004 6:13 pm
still doesnt work ... no...
7327
Brian Huff
bexmex
Dec 2, 2004 7:34 pm
try just "DocAccount" instead of "rsContributionActivity.DocAccount" also, shouldn't that be "dDocAccount"? or is this a custom result set? -- bex...
7328
N/A
mathsociety
Dec 2, 2004 7:50 pm
Thanks Brian! I have tried that also. Yes, it is a custom result set. The error I recieved in server output was something like "Unable to evaluate ...
7329
Ashley Hardesty
ashleyhardesty
Dec 2, 2004 7:54 pm
Where can I find a list of command line parameters I can pass to BatchLoader? ... Ashley Hardesty Fletcher Allen Health Care Burlington, VT...
7330
Brent Seaman
brent_seaman
Dec 2, 2004 8:43 pm
There is info in the toward the end CS Admin Guide of several options. The chapter section is about command line function. This was version 7 and 6 I...
7331
Cordell9
Dec 2, 2004 8:48 pm
here is an example batch file demonstrating how we use it extensively. SET installpath="c:92;StellentFiles" SET stellent=C:92;stellent92;idcm1 Echo...
7332
Quasim, Sadiq
sadiq.quasim@...
Dec 3, 2004 2:11 am
Jason The other way of getting the Publisher to communicate with the Content Server is via SocketHost connection. Have a look at the knowledge base ...
7333
Sansom, Karl
sansokw
Dec 3, 2004 9:53 am
Help required We are currently having a problem with the Custom Table Layout in Site Builder. We are trying to include Tokens within the Layout but they don't...
7334
rshalinifrancis
Dec 3, 2004 5:43 pm
Hi, I am going to develop an intranet site in which it displays the daily check-in documents and their corresponding links in the home page( similar to the...
7335
Blake_Donley@...
Dec 3, 2004 6:38 pm
Shalini - If your site is being hosted on a content server, this is more easily done with a simple search results loop that pushes out the results display you...
7336
Cordell9
Dec 3, 2004 6:44 pm
Yes, that one is very easy to accomplish. Site Builder has the ability to dynamically generate a list of Content Server items within a Table of Contents using...
7337
N/A
mathsociety
Dec 3, 2004 7:53 pm
Thanks William! Thanks Bex! I got the answer to this problem I was having. The query needed to be a "cached query" when creating the custom query in order to...
7338
rshalinifrancis
Dec 3, 2004 8:17 pm
Hello, I greatly appreciate your help. Thank you very much for posting the reply. I am totally new to stellent I don't have prior experience working on...
7339
Dhruba Banerjee
micromonster1
Dec 6, 2004 6:42 am
Hello We would like to have a solution like this, while using Site Studio for developing our web site. * We would like to enable resume uploading for vacancies...
7340
jdeyoe2002
Dec 6, 2004 3:15 pm
Hello all, We have a service that we want to use to check a document into Stellent and then notify an application once that document has become available in...
7341
Christopher Owens
chris_in_mad...
Dec 6, 2004 3:29 pm
Hi Dhruba, You know, maybe I'm just fickle, but I would not use Stellent for this. I see all kinds of requests come through for "special" applications all the...
7342
Cordell9
Dec 6, 2004 4:12 pm
Call the DOC_INFO service on the document and check for the dStatus variable. "DONE" is one status of something in Work In Progress, but it may be easier to ...