Can Oracle Discussion Forum be sort by Replies.

I wonder if somebody knows a way to parse into the Forums URL a way to sort by Replies. Supposed to be a way to help people on common questions, but how can this be done if there are some posts that nobody can see or they have "0" answer. It's kind of hard to browse all the forums looking for posts with "0" Replies.
Just something to keep in mind in order to make all this better !!!
Best Regards Dino.
Brains R Like Books only work when they R Open
http://htmldb.oracle.com/pls/otn/f?p=42721:1

Hello,
I'll pull a build at 4pm like usual unless there is a reason not too.
Carl
04:00:00 p.m. Friday June 2, 2006 in America/Los_Angeles
11:00:00 p.m. Friday June 2, 2006 in GMT
For you international folks :)
Message was edited by:
Carl Backstrom

Similar Messages

  • WWC-43176 when register Oracle Discussion Forum Portlet.

    Hi,
    i want to install the Oracle Discussion Forum Portlet in our Oracle iAS 10.1.2.0.0.
    My Problem is that all went fine until i want to register the Forum Portlet. I get WWC-43176 Error: The provider URL specified may be wrong or the provider is not running, but i did not belive this error message.
    Have anyone sucessfully done this on this iAS Version? When yes how did you get this to work.
    Any help will be nice.
    thanks
    Peter

    Hi Peter,
    Have you tried searching this forum for a similar issue. If i am not wrong there a lot of threads discussing the installation issues of the discussion forum portlet. I will let you know if i come across any information.
    thanks,
    Harsha

  • Can THIS Discussion Forum Portlet be downloaded/installed in my own Portal?

    I jsut downloaded/installed the "Discussion Forum" portlet and was wondering if this one we are using here can be also downloaded etc? If so, where/how? THANKS!!!

    Yes, this is a classpath issue.
    The pdkjava.jar and ptlshare.jar files don't seem to be in the classpath. Are you sure you've followed the steps provided in the Installing the Integration Portlets document? You find it in the ZIP file when you download the discussion forum portlet.
    The relevant sections:
    Deploying Using Oracle Enterprise Manager (OEM)
    ===============================================
    In the Library Paths section, you can add a library. To add a library path, click Add Another Row. Add the following jar files:
    ../../../../portal/jlib/pdkjava.
    ../../../../portal/jlib/ptlshare.jar
    ../../../../webcache/jlib/jawc.jar
    ../../jazn.jarManually Deploying to a Stand-Alone OC4J Instance
    =================================================
    Add, if not available, the following dependent library references to the $OC4J_HOME/j2ee/home/config/application.xml file (make sure these entries are not already existing):
    These entries should be child tags of <orion-application ...> tag.
    <library path="../../../portal/jlib/pdkjava.jar"/>
    <library path="../../../portal/jlib/ptlshare.jar"/>
    <library path="../../../webcache/jlib/jawc.jar"/>
    <library path="../jazn.jar"/>Peter

  • Adding Oracle Discussion Forum Task Flows TP4

    Hi,
    I'm trying to add a Discussion task flow in TP4, but a got this error:
    Discussion forum object Category with ID "1", which is supplied as input to the region, does not exist. Review the error details and supply a valid category ID.
    I'd tried with other categoyId but still the error.
    Somebody can help me?

    Hi gmaggess, thks for reply,
    I used this configuration but the error still. This is the error Details:
    Discussion forum Category with ID "1" does not exist or user is not authorized to access it.oracle.webcenter.collab.forum.CategoryNotFoundException: Discussion forum Category with ID "1" does not exist or user is not authorized to access it. at oracle.webcenter.collab.forum.internal.jive.JiveCategoryService.getForums(JiveCategoryService.java:485) at oracle.webcenter.collab.forum.internal.view.backing.BackingActions.doInitializeMainView(BackingActions.java:160) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at com.sun.el.parser.AstValue.invoke(AstValue.java:151) at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283) at oracle.adf.controller.internal.util.ELInterfaceImpl.invokeMethod(ELInterfaceImpl.java:124) at oracle.adfinternal.controller.activity.MethodCallActivityLogic.execute(MethodCallActivityLogic.java:138) at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:827) at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:722) at oracle.adfinternal.controller.engine.ControlFlowEngine.invokeTaskFlow(ControlFlowEngine.java:185) at oracle.adfinternal.controller.state.ChildViewPortContextImpl.invokeTaskFlow(ChildViewPortContextImpl.java:61) at oracle.adfinternal.controller.state.ControllerState.createChildViewPort(ControllerState.java:1148) at oracle.adfinternal.controller.ControllerContextImpl.createChildViewPort(ControllerContextImpl.java:60) at oracle.adf.controller.internal.binding.DCTaskFlowBinding.createRegionViewPortContext(DCTaskFlowBinding.java:233) at oracle.adf.controller.internal.binding.DCTaskFlowBinding.getViewPort(DCTaskFlowBinding.java:176) at oracle.adf.controller.internal.binding.TaskFlowRegionModel.processBeginRegion(TaskFlowRegionModel.java:122) at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:93) at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2876) at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2632) at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:108) at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:79) at oracle.adf.controller.v2.lifecycle.Lifecycle$2.execute(Lifecycle.java:135) at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:190) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.mav$executePhase(ADFPhaseListener.java:19) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.startPageLifecycle(ADFPhaseListener.java:229) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$1.after(ADFPhaseListener.java:265) at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:69) at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:51) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:348) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:177) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:178) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15) at oracle.adfinternal.view.faces.webapp.rich.SharedLibraryFilter.doFilter(SharedLibraryFilter.java:135) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:281) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:69) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:281) at oracle.adfinternal.view.faces.activedata.ADSFilter.doFilter(ADSFilter.java:85) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:281) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._invokeDoFilter(TrinidadFilterImpl.java:241) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:198) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:141) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:118) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17) at oracle.security.jazn.oc4j.JAZNFilter$3.run(JAZNFilter.java:434) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:308) at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:452) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:583) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:334) at com.evermind.server.http.HttpRequestHandler.doDispatchRequest(HttpRequestHandler.java:942) at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:843) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:658) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:626) at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:417) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:189) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:163) at oracle.oc4j.network.ServerSocketReadHandler$ClientRunnable.run(ServerSocketReadHandler.java:275) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Caused by: Invalid operation: {http://jivesoftware.com/webservices}getForumsByCategoryIDWithFilter at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222) at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129) at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087) at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1326) at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:340) at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:307) at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:212) at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:292) at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696) at org.apache.axis.Message.getSOAPEnvelope(Message.java:435) at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:796) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) at org.apache.axis.client.Call.invokeEngine(Call.java:2784) at org.apache.axis.client.Call.invoke(Call.java:2767) at org.apache.axis.client.Call.invoke(Call.java:2443) at org.apache.axis.client.Call.invoke(Call.java:2366) at org.apache.axis.client.Call.invoke(Call.java:1812) at com.jivesoftware.webservices.ForumServiceHttpBindingStub.getForumsByCategoryIDWithFilter(ForumServiceHttpBindingStub.java:1386) at oracle.webcenter.collab.forum.internal.jive.JiveCategoryService.getForums(JiveCategoryService.java:459) ... 66 more
    Thks.

  • Can Oracle write out a sorted export file

    I thought I read that a version of exp sorts data using something like an ORDER BY clause. But I can't find any documentation for that. Does anyone know if 9i or 10g does this?
    Thanks,
    Jerie

    http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10825/dp_export.htm#sthref148

  • How can I Go To  Free Discussion Forum

    Actually I have a oracle question,which I want to post in
    Discussion Forum.I used discussion forum long time back.Now I
    just can not figure out how to go there.Could you please send
    me the discussion forum stright ( where i can login and just
    post the question)link .Or link and navigation from there.
    ( It seems it is a puzzle, to get there ).
    If you can, pl send the link to
    email: [email protected]
    or: [email protected]
    Or post your guidlines here.
    Thank you very much.

    Actually I have a oracle question,which I want to post in
    Discussion Forum.I used discussion forum long time back.Now I
    just can not figure out how to go there.Could you please send
    me the discussion forum stright ( where i can login and just
    post the question)link .Or link and navigation from there.Direct link: http://forums.oracle.com/forums Alternatively, if you
    go to the http://otn.oracle.com, the OTN homepage, you can
    click "Discussion forum" link on the left nav.
    On the forum home page, you have to click on "options" to see
    all the forums. Subscribe to the ones that interest you and
    then save you selection.
    OTN Team
    ( It seems it is a puzzle, to get there ).
    If you can, pl send the link to
    email: [email protected]
    or: [email protected]
    Or post your guidlines here.
    Thank you very much.

  • Error JBO-26080 with Discussion Forum portlet

    Hi,
    I'm getting an error with the discussion forum portlet.
    This is one way I found to reproduce this problem:
    - reply to a post in a forum
    - do a search that should include the post added before in the result
    - you should get this error
    Unable to perform the operation: JBO-26080: Error while selecting entity for ThreadSearchEntityObject
    Is this a known problem? Does anybody knows a fix/workaround?
    Thanks in advance
    Bye
    Lorenzo

    Hi Pedro,
    I found the portlet on this page
    http://www.oracle.com/technology/products/ias/portal/point_downloads.html
    the one called "OracleAS Discussion Forum Portlet".
    On this same page this forum is suggested to report problems.
    I think this problem is due to some BC4J error, maybe a quick fix/workaround is possible, but I do not know this technology.
    In the next day I'll try anyway to check the source, but I was also interested to know if somebody else has the same problem so to exclude the option of some installation/configuration problem of my deploy.
    Thanks again
    Bye
    Lorenzo

  • Discussion Forum Portlet security

    Hi
    Googling "Oracle Discussion Forum Portlet" I found a number of security advisories, bascially saying that the discussion forum portlet has known security issues and that Oracle recommends using it for testing only and not in a production environment.
    Anyone know if it is safe to use this portlet in a "closed" intranet portal, or is it better not to use it? Any other alternatives?
    Thanks...

    hi:
    I have tried to use this portlet 'DiscussionForum Portlet'.It is not advsable to use it as it has many security issues ,also the DB pooling is of this portlet is not working .
    anuj

  • Getting NEW FORUM creation error in Discussion Forum Portlet of Oracle 10g

    Hi,
    I have deployed “Discussion Forum” provided by Oracle.
    For deployment I have followed the document provided, which is available on http://www.oracle.com/technology/products/ias/portal/html/installing.integration.v2.html
    Our application running on mid tier 904_j2ee 9.0.4 at port 80, and infra also running on port 80. URL of my site is www.icai.org which is deployed under mid tier.I have deployed discussion forum in 904_j2ee/j2ee/OC4J_Portal.
    After deployment, I have registered the provider, and attached this to portal page. Till this stage its working fine. Now Discussion Forum page is appearing, and I am able to add “NEW PRODUCT”. But when I click to “NEW FORUM” link ,or delete the "PRODUCT" i get following error.
    ERROR
    The requested URL could not be retrieved
    While trying to retrieve the URL: http://www.icai.org/portal/page?
    The following error was encountered:
    •     Access Denied.
    Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
    I am not able to find the error please suggest me, as this is very savoir issue for me.
    thanks in advance.
    Dhananjay

    Hi..
    can you try after re creating bindings for Commit Button Action Listener.(#{bindings.Commit.execute}).

  • Separate Discussion Forum for Oracle Repository now available!

    Questions regarding Oracle Repository (installation problems, runtime problems, usage issues, etcetera) can now be posted to the new forum called 'Oracle Repository'. Click on 'Discussion Groups' on top of this page, and look for 'Oracle Repository' in the Products section.
    From the welcome message of this forum: "Please use the Oracle Repository discussion forum to ask questions, give feedback and share experiences in the use of Oracle Repository. Of particular interest is the use of Oracle Repository to perform Software Configuration Management. Oracle Repository Product Management will monitor the forum."
    kind regards,
    Sandra

    Refresh - the Repository forum is the best place to post questions about the Oracle Repository.

  • How to make a Discussion Forum like this one with Oracle Portal Applications

    Hallo,
    My colleagues and I are trying to make somthing similar for our planned intranet-platform and I wonder if there are some prefabricated modules which can be used (we are all enthused by the features of your Discussion Forums).
    Maybe you can provide us with papers ("construction plan") how to bring such functionality to our intranet (I searched the Oracle page, but did not find papers of this content).
    Thanks,
    Chistian

    Yes, this would be great. I have looked at some of the Partner Applications but the only module we want is this kind of a threaded message board. I would be very appreciative of this information as well.

  • Welcome to the Oracle Warehouse Builder discussion forum

    Hello!
    Welcome to the Oracle Warehouse Builder discussion forum!
    Oracle Warehouse Builder (OWB) product management and development will monitor the discussion forum on regular basis.
    Please use this forum for asking product related questions, giving feedback, suggesting enhancements, reporting problems and requesting collateral.

    Bonjour "Etudiant from Tunisia",
    I'm not sure what you mean with "please give me the user/password".
    As far as I know there is no online OWB available where you could try out the product (if that is what you mean).
    If you would like to learn more about OWB, read online documentation or for instance the link that is provided in an earlier post in this thread.
    Otherwise simply install OWB and try it yourself. The Installation and Configuration Guide is clear enough even without much experience installing Oracle software, and the OWB User Guide provides some basic insight on working with OWB itself.
    Good luck, Patrick
    ps If people are still expecting what Igor mentioned when he started this forum ("Oracle Warehouse Builder (OWB) product management and development will monitor the discussion forum on regular basis"), don't count on it; fortunately the product itself has been around long enough now, there are quite some users that can share usable insights and/or drop some useful lines on the new threads... ;-)

  • Can anyone recommend a Discussion forum that works with SSO?

    Hey,
    For a medium sized customer we are in the process of trying to find a discussion forum that they can use.
    I was wondering if anyone have any other discussion forums, free or not, that they have implemented and works good with SSO and access restrictions?
    We need to implement access restriction based on oracle application server user groups, and have SSO sign you in both to the discussion forum, and to the portal in general.
    Grateful for any answers,
    Sayeeas

    Hi MHaddox
    And welcome to apple discussions. LaCie is actually one of the better S-Drives for mac in terms of an external burner (at least from reading this forum). However, I haven't seen too much posted in terms of the Lightscribe feature itself. Perhaps one or more of these links will help (if not just come on back):
    http://www.opendrivers.com/driver/293518/lightscribe-system-software-1.18.8.1-ma c-os-x-free-download.html
    http://www.lacie.com/products/product.htm?pid=10096
    http://www.lightscribe.com/downloadSection/mac/index.aspx?id=813
    http://www.lightscribe.com/downloadSection/mac/index.aspx?id=852
    http://www.versiontracker.com/macosx/drivers/cd-dvd
    Good luck on this.
    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software / products that may be mentioned in this topic. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information above at your own discretion.

  • How to insert and retrive data from Discussion forum in Oracle Server 10g

    Hi,
    I have successfully deployed discussion forum, in Oracle app server 10g, and its working fine. Now, i have to implement a Moderator in this. but i am not getting an idea, where is the queries and specifications about the tables are given.
    Please help me to to understand the work flow, as well to know, the place where queries are written.
    Thanks in advance,
    Dhananjay

    Hi,
    I have successfully deployed discussion forum, in Oracle app server 10g, and its working fine. Now, i have to implement a Moderator in this. but i am not getting an idea, where is the queries and specifications about the tables are given.
    Please help me to to understand the work flow, as well to know, the place where queries are written.
    Thanks in advance,
    Dhananjay

  • Can I see Labview discussion Forums in Outlook Express

    Hi all,
    I want to see the Discussion Forum of Labview through Outlook Express.I have Windows XP as OS.
    plz help
    Thanks in advance
    --sattu

    Procedures vary depending on OE version, but here are the general instructions. If your computer is not too customized, you can go there directly, just click the following link
    -----newsgroups.ni.com -----.
    Manual instructions:
    Open Outlook Express and go to "tools...accounts".
    Click [Add...] --> News...
    and finish the wizard with relevenat entries:
    Display Name: Your real name or an alias.
    e-mail address: your e-mail address (or a fake, ending in .invalid if you want to keep it private or are worried it gets harvested).
    News server: newsgroups.ni.com
    Finish the wizard.
    Now select newsgroups.ni.com and press "Newsgroups..." and subscribe to whatever you desire. You can also
    "go to" any newsgroups without subscribing.
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • How can i display Value in Report which i select from Multiple select list

    Dear All, i am using multiple select List in form with report page. When i create new Entry with select Multiple value in Multiple Select List then in report Value display me in below format my SQL Query are select NAME D, CODE R from  COUNTRY_MAS WH

  • Understanding complex query with selections(customer exit variables)

    Hi experts, I am trying to understand one query having  a combination of selections and BEx variables in it. In Characteristic Restrictions panel of Query Designer: we have some CHARs restricted by means of authorisation variables In Default Values p

  • Question about creating a watermark in Photoshop Windows, but for use in iMovie 11 16:9 aspect ratio

    I am looking to get this logo (the whole thing, not cut off  on the top and bottom as is all I can currently manage to get working) to use as a semi-transparent watermark for a video I made to highlight the company the logo represents. Anyone have an

  • 802.1x Credential Provider

    I have a custom Credential Providers for Windows 7 and I'm trying to implement support for a wired 802.1x enabled network. Since my Credentail Provider is used in a Windows domain network, I have to perform a network authentication (using the users c

  • Putting a html swf file on the web

    Hi this is the last hurdle for me. I created an swf and a HTML output. Localy it works when I double click the html except IE keeps telling me I need to accept the plug in. Verry annoying. But if I put the HTML and the SWF on the website the HTML is