Hi all, we are occasionally receiving a soap error when a page is loaded on our website. We recently changed our templates and after this we saw a fair few...
29115
tchaffee
May 1, 2013 12:03 pm
Has anyone seen this and know the fix? The error as follows: index rebuild work !csDbUnableToCreateResultSet,SELECT 1 FROM DUAL!$Connection has been...
29116
klsmith55344
May 1, 2013 12:53 pm
There is not one include that handles this system wide so you are going to have to find each include for the specific places where Check in Similar is added to...
29117
klsmith55344
May 1, 2013 1:06 pm
For the link on the content info page you will need to override docinfo_menus_checkin_update_setup...
29118
William Phelps
mrpieces1012...
May 1, 2013 1:19 pm
Well, that's not a lot to go off, but here's the thought/questions: First the question: - Is the underlying database an Oracle RAC database? If so, do you...
29119
tchaffee
May 1, 2013 2:30 pm
Thanks for the response. Yes it is RAC DB I do not have ServiceAllowRetry in the config.cfg. I just enabled debug on the wls jdbc connection to see if there...
29120
William Phelps
mrpieces1012...
May 1, 2013 4:10 pm
Hi Tom, I'd start by looking at the database logs, and see if there are any clues there. Slow disk issues, full disk, check the interconnect between the RAC...
29121
bPap
bryan_paepke
May 1, 2013 8:05 pm
Thank you! I'll check these out....
29122
bPap
bryan_paepke
May 1, 2013 8:13 pm
worked like a charm! now the last one i need to find is the one on the check-in confirmation screen. how did you go about finding where these were? just have...
29123
tchaffee
May 1, 2013 11:34 pm
Thank you! We found the problem and you were on track. When the instance was configured the csds connection pool had an entry inserted to the properties box...
29124
dipankar
dipankar_sit
May 4, 2013 3:32 am
Hi, I need to triage the idocscript code in a workflow.I need to know all the values are being populated correctly or not. Is there any way that this can be...
29125
Jonathan
jonathanhult
May 4, 2013 4:31 pm
The following example dumps all local variables, ResultSets, and environment variables to the system console. <$trace("#all", "#console")$> ...
29126
priya
psgpriya
May 7, 2013 5:31 pm
Have created a custom component which calls a java class. In the java code, I'm creating the OracleSearchService object. But it fails with the below error...
29127
Raul
raul_schirmer
May 9, 2013 8:46 pm
Good morning: I am new programming in ADF, and I emerged the following problem: I have two selectOneChoice, one with Countries and another Centers (a country...
29128
Paul
pmanno99
May 10, 2013 6:58 pm
I have a criteria workflow in 10g and need help with the appropriate method for determining values in a field and jumping to the appropriate step. ...
29129
aputisx
May 12, 2013 1:52 am
Hi Paul, You could try: <$if xWebsiteObjectType LIKE "Data File" OR xWebsiteObjectType LIKE "Native Document" OR xWebsiteObjectType LIKE "Image"$> // do this ...
29130
vvawp
May 16, 2013 7:10 pm
hi guys. i wanna know some stuff about ucm. first i have a problem trying to access to the IBR server, i dont know the password for the IBR server so i cant do...
29131
bhanu
prakash20_1202
May 17, 2013 4:51 am
Hi, Have you tried "weblogic/weblogic1" to login to IBR ? Thanks, Bhanu...
29132
blue_kardia
May 17, 2013 12:53 pm
Hy, I need to display two dependent option lists in a search template html. The first list looks like this: <$getViewValuesResultSet("FirstView", "", "")$> ...
29133
Christopher Owens
cowens67
May 17, 2013 1:11 pm
Hi Blue, Is this on a stock search screen or something custom? If this is a stock search screen, then this is accomplished through the admin interface. Check...
29134
Christopher Owens
cowens67
May 17, 2013 2:04 pm
Is this 11g or 7.x/10g? The default creds for IBR in 10g and lower are "refadmin/idc" ~Chris From: intradoc_users@yahoogroups.com...
29135
Roxana
blue_kardia
May 17, 2013 2:57 pm
Hi Chris, This is a custom DCLs. I can't figure out the stock includes. I tried a bunch of them ... nothing. Please help!!! ________________________________ ...
29136
nvn_srikanth
May 17, 2013 3:43 pm
Can you suggest how to clone the metadata Web Center Content Production system to Development? Please let me know...
29137
nvn_srikanth
May 17, 2013 3:43 pm
Can you suggest how to clone the metadata Web Center Content Production system to Development? Please let me know...
29138
Christopher Owens
cowens67
May 17, 2013 3:55 pm
This is what Configuration Migration Utility was designed for. It's a built in tool. Works great. Check Chapter 8.2 "Migrating System Configurations" in the...
29139
Brian Huff
bexmex
May 17, 2013 4:57 pm
I wouldn't say it works 'great39; all the time ;-) It usually works fine when moving configuration from DEV to PROD, but it can be glitchy when migrating...
29140
Christopher Owens
cowens67
May 17, 2013 5:45 pm
Fair enough :-) But it is the tool that we have been provided, so it's the best place to start, for sure. And as Bex said, you may have to recreate some...
29141
Andrew Blackman
andrewblackm...
May 17, 2013 8:16 pm
Yes, you can use the CMU tool to migrate your content server metadata between environments. ... -- Andrew Blackman - Senior Oracle WebCenter Content Architect ...
29142
santanu
santanu_ece_...
May 20, 2013 12:33 pm
Hi Guys, When I am starting URM batch loader in Windows 7, I am getting error: Unable to start batch loader. failed to initialize. Unable to create directory '...
29143
arijit basu
basu_arijit
May 20, 2013 6:35 pm
Hi, We have a requirement to update some documents to an EBS transaction from the backend. The contents are already checked in and the adapter configuration...