Questions tagged [oracle-ucm]

Oracle Universal Content Management, now WebCenter Content

Oracle Universal Content Management, now WebCenter Content

112 questions
5
votes
2 answers

Where can I find the documentation for IdocScript for Stellent/Oracle UCM?

Where can I find the documentation for IdocScript 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 specific problem has to do with string…
Pops
  • 30,199
  • 37
  • 136
  • 151
4
votes
3 answers

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 reserved word, as it is never returned from a full…
Tyronomo
  • 2,047
  • 2
  • 15
  • 22
3
votes
3 answers

Oracle UCM - ridc - get all versions of document

I am getting files from Oracle UCM via RIDC. I am using DataBinder as follows : IdcClient client =getUCMConnection(); DataBinder dataBinder = client.createBinder (); dataBinder.putLocal ("IdcService", "GET_FILE"); dataBinder.putLocal ("dID",…
3
votes
1 answer

Upload a file with ADF Input File to a UCM Folder using RIDC

I am using JDeveloper. Within an ADF Fusion Web Application I have an Input File control and a Send button which calls a bean method to upload the file to the UCM. If my file is located on my machine, let's say "/home/user/myfile.txt", it works like…
Benster
  • 91
  • 2
  • 4
2
votes
2 answers

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 dt:contentListTemplateDef with that sorted list. Any…
Tapas Bose
  • 28,796
  • 74
  • 215
  • 331
2
votes
2 answers

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? Related to Oracle UCM 10g
Artsiom Anisimau
  • 1,139
  • 3
  • 11
  • 26
2
votes
1 answer

How to enable or disable the Debug Toolbar on Oracle WebCenter Content Server

When logged in with Administrator rights on Oracle WebCenter Content Server (formerly Oracle UCM which also was Stellent Content Server), a debug toolbar shows up on the bottom right corner. How can the Debug toolbar be enabled or disabled? Is there…
vk239
  • 1,014
  • 1
  • 12
  • 30
1
vote
1 answer

How to customize update folder information service in webcenter content

I have to add custom field into folder information popup. when we clicking on the "Update Folder Information" How to complete this?
peeyush
  • 11
  • 2
1
vote
1 answer

what is the path of the config file in UCM

I'm trying to follow a blogpost for UCM workflows, and the post mentioning adding 2 config entries to the config file , can any one tell what is the exact path to change those config variables AutoContributorAdvancesOnUnlock=true …
osfar
  • 401
  • 1
  • 4
  • 23
1
vote
1 answer

oracle UCM view rejection comments

in oracle webcenter content workflows , when a user reject a file and type a comment in the rejection reason , how the next user will interact with this file in the workflow can view the rejction comment ? i can't find anyway to view this rejection…
osfar
  • 401
  • 1
  • 4
  • 23
1
vote
1 answer

oracle adf 11g EL comparison for partialTrigger not evaluating properly?

Developing a page using Oracle ADF 11.1.1.9 (client requirement). On my page I have a selectOneChoice down with a list of subjects. Depending on which subject is chosen a partialTrigger is suppose to fire and load a jsff page that displays a list of…
dsalvado
  • 23
  • 2
1
vote
1 answer

Capturing Attachment from SOAP response in JAVA

One of my requirement is to send SOAP request, and receive response from Oracle UCM Cloud. I am using Java transformation to do the same. In one of the response, we receive a zip file as attachment, I am not able to capture and download the…
1
vote
2 answers

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 fullcalendar. Here is an example feed that I get…
kalee
  • 98
  • 5
1
vote
1 answer

GET_SEARCH_RESULTS webservice response says ivalid QueryText

Used below xml request to get the details of a document in the UCM:
1
vote
2 answers

Adding Oracle Remote Introdoc Cleint dependencies in maven pom.xml

I am unable to download Oracle RIDC client dependencies using maven. I added below code in pom.xml com.oracle.ucm ridc 11.1.1 my question is do I need to add…
VenkatKrishna
  • 127
  • 3
  • 11
1
2 3 4 5 6 7 8