Questions tagged [stellent]

15 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
2
votes
0 answers

Outside In Viewer Technology: How to implement 'Goto Page' Feature for doc file

We are using the Oracle Outside In Viewer Technology to view files. We now need the feature to goto specific page provide by user i.e. if user provide page no.5 the viewer should goto page no. 5. Is it possible to implement Goto Page feature while…
RameshPasa
  • 407
  • 6
  • 25
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

Database validation for a user input text field in oracle UCM | WCC

I'm new to Oracle WCC. In Oracle WCC/UCM( Universal content management), I have one table named CreateStudent has 2 columns StudentID and StudentName. One metadata custom field XXStudent_Info for which user will pass the value on Checkin page. We…
1
vote
4 answers

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 setHttpHeader() to send the Location HTTP header, but how to…
Kwebble
  • 2,065
  • 14
  • 23
0
votes
1 answer

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 currently doing is: Having a user perform a check_in…
Peeter
  • 9,282
  • 5
  • 36
  • 53
0
votes
2 answers

Stellent get_dynamic_page service not working

A power outage brought the server down over the weekend and after restarting Stellent the GET_DYNAMIC_PAGE service doesn't work. This is the first part of the error message I'm seeing: Unable to retrieve page. Unable to execute service method…
0
votes
2 answers

How to find length of ResultSet using IdocScript in Oracle UCM?

I am trying to find number of rows in a ResultSet using idocscript. Is there an optimal way of doing other than looping through the ResultSet as below? <$sampleRSLength=0$> <$if rsExists("sampleResultSet")$> <$loop sampleResultSet$> …
vk239
  • 1,014
  • 1
  • 12
  • 30
0
votes
1 answer

workflow "action menu" popup in Oracle webcenter content(WCC aka UCM) do not show-up in correct position.

workflow "action menu" popup in Oracle webcenter content(WCC aka UCM) on the workflow queue page do not show-up in correct position. When clicked on the action menu, the popup shows in front of the icon(i.e. at right position ) but when i scroll…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
1 answer

Oracle UCM login page do not redirects to home page

I installed Oracle webcenter content 11g(UCM) 11.1.8, IBR and weblogic 10.3.6. I created domain and started the server successfully but i when i go to the UCM application front end and login for the first time with weblogic username-password, it do…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
1 answer

HCSP to JSON through JAVA

I ve a HCSP File used by stellent(oracle product) and need of business is to convert a hcsp file to JSON format via java programming. Is there any standard way existing that I might not be aware of? Please give a pointer how to go for such…
Rohan K
  • 177
  • 1
  • 3
  • 21
0
votes
2 answers

wfNotify in IDOC to send mail | csScriptMustBeInWorkflowContext

I have created & called a custom service in my custom template to send mails to users when document gets sent/reject/approve. I want to copy myself in BCC in these mails so that in case of any issues, i could cross check. is there a way i can enter…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
1 answer

Caused by: intradoc.data.DataException: !csJdbcGenericError | Oracle webcenter webservice

I'm getting this error !csServiceDataException,GET_WORKFLOW_HISTORY_EMAIL_DETAILS,QWorkflowHistoryEmailDetails!$ exception backtrace:intradoc.common.ServiceException:…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22
0
votes
1 answer

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. Any ideas what event should I use and which…
iffi
  • 53
  • 1
  • 9
-1
votes
1 answer

Component Wizard admin application does not starts in Oracle webcenter content

Stand alone admin application componentWizard does not starts in Oracle webcenter content. Linux enviornment. Steps: 1) Path where the component wizard is. cd CS_INSTALL_DIRECTORY/bin/ 2) run the component wizard ./ComponentWizard Result: No error…
Pulkit Bhatia
  • 127
  • 1
  • 7
  • 22