Hi, You should only need the user admin applet to add new user fields and those additional fields should appear in the user's table. After you added the field,...
Oracle has one... buried in Metalink: http://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=6437189 here's some documentation about what it...
Thanks David, I did all as you say, but the new field is not visible from the Configuration Manager view builder. I did go look directly at the structure of...
I am trying to implement a function via java filter, and cant get any diagnostic information. I have a section that should at least write to the file or write...
Hi Everyone, This afternoon, a number of users ran into the following error when trying to access/navigate within Stellent: "The Content Server is unavailable....
Try using the system's logging utility. The trace method takes two args. The first is the logger to append the content. The second is the message. In this...
I know the is a product called Tracker for monitoring CMS traffic - but is there a way to "roll your own" statistics from the SQL tables? Anyone have an...
I think the code has not been executed, that is because filters implements FilterImplementor interface which will require overriding one method doFilter, but...
I want to integrate with RightFax, where I want to checkin all incoming faxes into the content server. I need help from anyone did this integration before, or...
I know it is being executed because the file is being created. I comment out the file open line and subsequent lines, and the file doesn't get created. I ...
Hi James, I think the confusion with your example is that you're missing the doFilter method. When you implement the FilterImplementor interface a method...
Depends on what you're trying to "track", really. I use SmarterStats from SmarterTools for all of my web site tracking, both static and CMS-based web sites...
Addendum - is there a limit to query or result size? I need more data than was available in the binder, so I have the following query: SELECT * FROM...
Thanks, this function was called from the doFilter method (I have a set of if/elseif on function names there, and use that to keep one filter, and hopefully...
Hi James, Looks like you're getting a null pointer in there around line 266. The sql does not look bad and if executes in sql+ odds are that it's probably...
I can do that, but I didn't want to clutter the place with lots of code. Also, is it preferrable to attache the java code file, or just inline the code to the...
We have some web based applications with which we need to connect to oracle UCM server. Has anyone done such a thing? What would be the way to pass content...
OK, I tried creating a fresh workspace, rather than the one passed, and it performs the query now. I ran the query on /qws/ created in the snippet below...
First, sorry but my english is not good, I'm brazilian. How can I get the author and data from contribution upload from Stellent and print this information in...
Hi Bharath, Did you get this resolved? I have the exact same problem. I am using Windows 2003 & SQL 2000 SP3. I have tried both folders 218 and 236 Beta,...
Gotcha..so you're null pointer was probably to the workspace object. David ... and it ... snippet ... filter."); ... query."); ... filter ... code. ... inline...
Hi Lew, Yes, I did get it resolved. All I did is after the installation of the component and restart the IDC services, I opened the Con Man on the server and...
Basically you need to create a new component and define your new service, query resource, etc and make it work. Bharath ... want ... count ... yes,then...
I believe you are trying to call Stellent Webservices from your non stellent application like .NET/JSP/ASP. If so, you can use the SOAP method to Query the...