Another solution could be to execute a check-in from a custom IDOC function. Is it possible to do a thing like this with the standard intradoc API (and...
25437
Chris Owens
cowens67
May 24, 2011 3:48 pm
Yeah, the primaryFile is going to be the fun part. Short of doing it with Java, the only other way to do it (that I'm aware of) is through a form POST. There...
25438
faomac
May 24, 2011 4:49 pm
Thanks Chris. I agree with you that the form POST is not the preferred solution. But I've found the way. I wrote a custom idoc function that populate the...
25439
akloss@...
angryspamhater
May 24, 2011 4:51 pm
... Idocscript itself has no built-in ability to mutate any state (with the exception of workflow and a few other oddball cases, like the 11g-only IdcShell)....
25440
Giru
frozen_i
May 24, 2011 5:28 pm
Hi, I'm trying to render the elements of a static list that is a element inside another static list. As a example what I'm trying to do is a structure like...
25441
Bex
bexmex
May 24, 2011 5:30 pm
Typo... the flag is actually this: AllowMatchesInDateCheck=TRUE -- bex...
25442
nupurjamthe
May 25, 2011 10:59 am
Hi All, I am also facing the sam error with sitestudio 10gR4 version. whenever i am trying to save the Region Definition it is causing the error in SS designer...
25443
teshmca
May 25, 2011 2:43 pm
Any ideas about how to implement the same (weighted search) with OracleTextSearch?...
25444
Chris Owens
cowens67
May 25, 2011 2:50 pm
If you're using the OracleTextSearch component, then you do have weighted search results available to you. It works similarly in function to the previous...
25445
teshmca
May 25, 2011 3:17 pm
Thanks Chris, Yes it returns results some what ok with order by SCORE, but when we do a search like (dDocTitle <matches> `term`) <OR> (<ftx>`term`</ftx>) and...
25446
teshmca
May 26, 2011 8:08 am
25447
ralf85lov3d
May 26, 2011 12:59 pm
Hi, I have a service which makes a redirect as last step, to a page from Site Studio via SS_GET_PAGE. If I put an extra parameter in the redirect link I can...
25448
Jeremy
salsipius
May 26, 2011 5:23 pm
fcwebconttst02: Indexing aborted. Active index changed from ots1 to ots2 unexpectedly. Notification on the 'searchapi39; subject may not be working properly. [...
25449
akloss@...
angryspamhater
May 26, 2011 5:35 pm
... This means somehow the active index got switched while the indexer was running, which can't be a good thing. I don't know for sure, I would guess that...
25450
Glascock, Donald S.
sppdg
May 27, 2011 3:27 pm
Hi, folks -- We were once told that there that there can be only one "Admin" AD group and only one "sysmanager" AD group in an entire Active Directory domain...
25451
Andrew Blackman via L...
andrewblackm...
May 27, 2011 5:19 pm
LinkedIn ... Hisham, I'd like to add you to my professional network on LinkedIn. - Andrew Accept invitation from Andrew Blackman ...
25452
Jeremy
salsipius
May 27, 2011 6:46 pm
Hi All, Can someone help with the error below Please? eowebcontprd02: Event generated by user 'eugnettest39; at host 'eowebcontprd02'. Error generated when...
25453
Chris Owens
cowens67
May 27, 2011 7:15 pm
Looks to me like one of those fields hasn't been optimized for OTS search. WITHIN is a full text operator, so I'm guessing one of those fields hasn't been...
25454
Iancu
nic_cipi
May 30, 2011 4:24 pm
Hi experts, I have a new DB provider(oracle) defined on which I execute one query inside the component I've defined, this query looks like: SELECT ID, TITLE...
25455
jshuttlesworth
whoahoa1
May 31, 2011 3:12 pm
Hello - I installed Site Studio on a production server so that I could troubleshoot something. Since then, users are able to control+shift+f5 into contribution...
25456
aputisx
May 31, 2011 3:15 pm
Hello, I installed and enabled component, which was created by my collegue with Eclipse. It was working as a charm, then I decided to test, can I make changes...
25457
Chris Owens
cowens67
May 31, 2011 4:25 pm
Presuming 10gR4: http://download.oracle.com/docs/cd/E10316_01/SiteStudio/10gr4/Pdf/Site_Studio_10gR4_Installation_Guide.pdf 5.3 Blocking Access to the...
25458
teshmca
May 31, 2011 4:27 pm
DisableSiteStudioContribution=true Add above config variable in config.cfg file and restart content server. It should stop going into contribution mode. Look...
25459
dekemoose
May 31, 2011 4:28 pm
We're preparing to move a couple of instances to 11g and are running into an issue with our authentication set up. We use Active Directory in our set up and...
25460
jshuttlesworth
whoahoa1
May 31, 2011 5:49 pm
Chris and Tesh, Thanks so much, that worked perfectly. Chris - Do you know AJB at Team? He is MONEY, you remind me of him....
25461
Chris Owens
cowens67
May 31, 2011 6:28 pm
Indeed, I know him. Although he has a much cooler accent than I do :) ~Chris -- Christopher Owens Solution Architect [team-informatics-logo.gif] TEAM...
25462
Ben
benwinton2004
May 31, 2011 7:51 pm
The original problem does not occur in Design View. I should have made that clear. As a programmer, I never, ever use the Design View tab. When you are in...
25463
trachten
May 31, 2011 8:43 pm
Hi, All, I'm running CS10gR5 on Solaris with Oracle as my database and OTS as my search engine. I have the MultiSort component enabled (version 2008_10_31)....
25464
webmonkeymagic
Jun 1, 2011 12:49 am
11g doesn't need the SSPU application any more. It comes with a component called SSP that is pretty much the same thing - it will publish your site, uses...
25465
webmonkeymagic
Jun 1, 2011 1:20 am
Is there an easy way to detect which metadata field is used for the profile trigger? The only thing I've seen is to run the GET_DOCPROFILES service... is there...