Tagged Questions

Oracle Universal Content Management, now WebCenter Content

learn more… | top users | synonyms

3
votes
3answers
1k views

Where can I find a list of 'Stop' words for Oracle fulltext search?

I've a client testing the full text (example below) search on a new Oracle UCM site. The random text string they chose to test was 'test only'. Which failed; from my testing it seems 'only' is a ...
2
votes
1answer
34 views

Access UCM Content from backend

Is there any way to get and process the UCM content from a Java class? What I need is to sort a content list based on the metadata field. I can get it from a .jsff page. But I need to iterate ...
2
votes
3answers
340 views

Server option for java.exe

What is the difference between server and client Hotspot. Is there any reason to switch production environment to -server. Please share your practical experience. Is there any performance boost? ...
1
vote
1answer
289 views

Avoid new line between adjacent HTML lists?

Short version: When two lists are adjacent to each other, is there a way with CSS (or by some other means) to prevent a new line from being added between the two lists? Long version (with code): ...
1
vote
2answers
2k views

Where can I find a tutorial for IdocScript for Stellent/Oracle UCM?

Where can I find a tutorial for iDoc Script for Stellent/Oracle UCM? I just got assigned to do maintenance on a page that uses it, and have no prior experience with either Stellent or the script. My ...
0
votes
0answers
12 views

Oracle UCM - Workflow Step Release on a specific Date

I would like one of my workflow steps not to advance until a specified date/time is meet. For example, a metadata field is set to "1/30/12 5:00" and the document enters workflow. In order for the ...
0
votes
0answers
93 views

Image extracted from Oracle UCM displays as a link rather than an image

I am trying to get a single image from UCM and display it on a page. So far I have worked out how to query UCM for the image I want to and up to now have been able to get the page to render properly ...
0
votes
0answers
90 views

Oracle WebLogic, start server with windows

I want to start the WebLogic AdminServer and a few Managed servers when windows starts but when I run the .cmd to create the Windows Services I get java.lang.ClassNotFoundException's in my log files. ...
0
votes
1answer
34 views

Suppress UCM default head scripts from generated webpages

By default UCM adds a bunch of JavaScript to the head of each webpage. Is there a way to suppress the insertion of these scripts at the page level?
0
votes
1answer
252 views

Can Oracle UCM Web Form store/retrieve data directly into/from database

I have found several articles mentioning that using "UCM Web Forms" you can easily provide and interface for contributor to enter data in a specific format(split into specific fields). In my case the ...
0
votes
1answer
300 views

how to customise the FCK editor toolbar within Oracle's UCM

I'm trying to work out how to customise the FCK editor toolbar for contribution for Oracle's Content Server. I am familiar with how to customise the FCK editor but am unsure of the correct way to ...
0
votes
2answers
219 views

Using Oracle UCM JSON data in fullcalendar?

Is there a way to fetch data from Oracle UCM's JSON option and use this in Full Calendar. I createed a service to return data from calendar data in UCM, and want to display the events using ...
0
votes
1answer
145 views

How can I force a request or suppress primary file missing error in UCM/Stellent?

I'm currently writing a custom component in Java that instead of writing a static HTML file will write a static docx file with all the metadata when a specific checkbox is selected. What I'm ...
0
votes
1answer
476 views

Java - Oracle UCM invalid field at CHECKIN_UNIVERSAL action

I am trying to check in a document on Oracle Universal Content Management platform with IdcClientManager on Java. I keep getting this error: oracle.stellent.ridc.protocol.ServiceException: Content ...
0
votes
1answer
216 views

Is there any less or more convenient iDoc Script editor for Oracle 10g UCM?

Is there any less or more convenient iDoc Script editor for Oracle 10g UCM? Please help. Open to any suggestions. Avoid suggesting notepad and so on.
0
votes
1answer
475 views

Check the size of uploaded file in Oracle UCM

I need to check the size of the uploaded primary file in Oracle UCM during checkin. I tried writing a filter on the event validateStandard and check the value of dFileSize. But the value is null. ...
0
votes
2answers
840 views

How to create HTTP 301 redirect from Stellent (Oracle UCM) script

Is it possible to send a HTTP response with a permanent redirect from a Stellent (now called Oracle UCM) website? We're using version 7.5.2 with iDoc script. We can use the iDoc function ...