Text Format problem in Online Discussion Forum app

Hello,
I want to use the Online Discussion Forum app to host forums for DBAs to post information and discussion of database problems. I would like to be able to cut and paste material from log files, config files and other sources into the posted messages along with original text. When I paste a block of text from a terminal window into the message window of ODF the text appears okay. However when I click Preview (or Post the message and later view it), the text appears to run together and the line breaks appear as the string "br" embedded in angle brackets in the run on text rather than being honored as actual line breaks.
I am using Firefox 2 on a Sun Solaris workstation as my browser. The text is being cut from xterm type terminal windows on Solaris. Anyone know why this is happening and whether there is anything I can do about it.?

I forgot to mention that I am using Online Discussion Forum v0.92 using Apex v3.0.1 on Oracle 10.2.0.3 running on a Sun Solaris 8 server.
Don
Message was edited by:
g8rdba

Similar Messages

  • Online Discussion Forum Packaged Application Reply ERROR

    Help,
    I've installed the Online Discussion Forum Packaged Application 0.91 in a 10.2.0.2 database. When I post a message it put the message in the ODF_THREAD and user info in the ODF_USERTHREAD tables. When I reply to a thread page 8 displays correctly, BUT when I press the "Post Message" button I get an ORA_00600,internal error code, arguments ERROR. Does anybod have any ideas?
    Kirk

    Hi Kirk,
    You may want to have a look at the solution here...
    Re: ORA-600 thrown from Online Discussion Forum packaged app
    Thanks,
    Ashish

  • Certificate Widget - Text formatting problem

    Hello:
    (FYI: This question is also posted in the Action Script 3 forum)
    I have been modifying the AS3 Certificate Widget that ships with Captivate 4 -- adding backgrounds, re-sizing, etc. However, I don't know how to modify the text format of the variable values when they display. Regardless of what I try, the displayed text seems to be 8pt. Arial. Keeping in mind that I am a complete novice with Action Script, please let me know how you think I might affect the text attributes.
    Here is code around line 35:
    var y_fmt:TextFormat = new TextFormat();
    y_fmt.font = "Arial";
    y_fmt.size = 30;
    y_fmt.bold = true;
    y_fmt.align = "left";
    It would seem that modifying the assignment for y_fmt.size would have some effect, but it does not. It does, however, change the font size of data in the widget parameters. So, I think my problem is that I don't know how to apply my custom TextFormat class to text that appears in these variables:
    v_Name1.visible = true;
    v_Course.visible = true;
    v_Grade.visible = true;
    v_Date.visible = true;
    v_Score.visible = true;
    I would be happy to provide all the code if that is appropriate (and helpful.)
    Any guidance would be greatly appreciated.
    Thanks!
    Charlie

    Hi Charlie,
    There is a little bit of junk in the current Captivate widgets. The AS3 certificate uses a label component to display the text. The TextFormat you're customizing is for the Widget Parameters in the Widget Dialog. The text is then copied over to the label and displayed on the certificate.
    What you have to do is to create a new text format say:
    var course_fmt:TextFormat = new TextFormat();
    course_fmt.font = "Arial";
    course_fmt.size = 30;
    course_fmt.align ="center";
    course_fmt.bold = true;
    course_fmt.color = 0xFF0000;
    and then assign it to the label such as
    v_Course.setStyle("textFormat", course_fmt);
    You can then apply the same recipe to the other labels: v_Name1, v_Score, v_Grade and v_Date.
    That should do the trick!
    Whyves
    www.flash-factor.com

  • How to install update of packaged application "online discussion forum"

    Hi,
    With compliments to the apex-team (!) :
    The update for the online disuccion forum is available since two days.
    I´m using the first version, and I´m wondering how to install this update. If I follow the installation-instructions, I will loose all my data (?).
    How have I to migrate to this new release ?
    Thanks in advance for any reaction.
    Leo

    I think I've found a couple small bugs in the Discussion Forum application.
    You can't post a new message or a reply from the preview pages (26 and 28).
    The value 'test' is hardcoded in the insert statement in the position of a numeric column.
    Is this application going to be moved back to SourceForge? It looks easy to fix.
    Doug

  • Text format problem when sending mails

    Hi all,
    I am using the FM SO_DOCUMENT_SEND_API1 to send mail in text format, but the problem now is iam getting the space between each characters and also for each lines the alignment differs. can any one tel me how to solve this issue ?
    D o c u m e n t   N o       L o g   D e s c r i p t i o n                                                                               
    4 5 0 0 0 0 1 4 1 0       PO  d o n e   f o r   G o o d s   r e c e i p t   o f   P O   4 5 0 0 0 0 1 4 1 0                                                                               
    4 5 0 0 0 0 1 4 1 1                   PO   d o n e   f o r   G o o d s   r e c e i p t   o f   I n t e r C o P O   4 5 0 0 0 0 1 4 1 1                                                                               
    4 5 0 0 0 0 1 4 1 2          PO   d o n e   f o r   G o o d s   r e c e i p t   o f   I n t e r C o P O   4 5 0 0 0 0 1 4 1 2 .
    Thanks.

    Hi Siva,
    Seems problem with the types.Define following paramaters as shown below.
      DATA: DOCDATA    LIKE SODOCCHGI1 OCCURS 0,
           OBJPACK    LIKE SOPCKLSTI1 OCCURS 0,
            OBJHEAD    LIKE SOLISTI1   OCCURS 0,
            L_OBJTXT1     TYPE SOLISTI1,
            RECLIST    TYPE SOMLRECI1,
            DOC_CHNG TYPE  SODOCCHGI1,
            OBJPACK  TYPE SOPCKLSTI1.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
          EXPORTING
            DOCUMENT_DATA                    = DOC_CHNG
         PUT_IN_OUTBOX                    = 'X'
         COMMIT_WORK                      = 'X'
    IMPORTING
      SENT_TO_ALL                      =
      NEW_OBJECT_ID                    =
          TABLES
          PACKING_LIST                     = L_OBJPACK
         OBJECT_HEADER                    = L_OBJHEAD
      CONTENTS_BIN                     =
           CONTENTS_TXT                     = L_OBJTXT
      CONTENTS_HEX                     =
      OBJECT_PARA                      =
      OBJECT_PARB                      =
            RECEIVERS                        = L_RECLIST
       EXCEPTIONS
         TOO_MANY_RECEIVERS               = 1
         DOCUMENT_NOT_SENT                = 2
         DOCUMENT_TYPE_NOT_EXIST          = 3
         OPERATION_NO_AUTHORIZATION       = 4
         PARAMETER_ERROR                  = 5
         X_ERROR                          = 6
         ENQUEUE_ERROR                    = 7
         OTHERS                           = 8
        IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
    Regards,
    Ravinder

  • Text lags when typing in discussion forums

    While typing an entry in a discussion forum, in this case ''topix.net'', the displayed text will lag far behind the typing. Every so often it will "burp" = the display will refresh, the cursor will jump to catch up, and will leave out anything typed in the interim, causing one to have to go back and insert corrections.
    I can do the same task in IE, and there is no lag, so it is obvioulsy a FF issue. I'm "guessing" it has something to do with the spellcheck function? If I could turn that off, I could confirm.

    The two major causes of this are moving the frame over or next to an object to which text wrap is applied, or specifying that the text should align to the baseline grid and there is no grid line within the bounds of the frame (the frame is not tall enough to span the baseline grid).

  • Strange Problem Logging Into Discussions Forums

    Lately, I have had trouble logging in to Apple's Discussion Forums. Here's a typical experience:
    - I go to the Discussioins forum (I am current logged out)
    - I click on Login
    - My user name is already filled out.
    - I manually enter my password.
    - The forum takes me to a "create new account" screen.
    - I ignore the "new account" screen and click on the Discussions tab at the top of Apple's website.
    - I'm back in the Discussions Forum, but it still shows Login.
    - I click on Login and I'm automatically logged in.
    Any idea why I'm having this issue?

    jdgalt1 wrote:
    Please fix your site.
    This is something many users have demanded since this forum software was installed four years ago.  Some are still hoping, but most have given up...

  • Text format problem

    hi all ! I have this problem I need to save a string like this
    DATE NAME
    NOTE
    NOTE 2
    The thing is that i have to keep this format, save it in a DB and save it.
    This is how I have it now. But I cant make it work. I know how ot would be in C but not in java.
    String nota1=(fecha+" "+fisio+" "
    salida"" +
    +"--------------------------" +
    ""+
    ""+entrada);
    Thanks!

    Then the first method I used should be close, though i missed it a little:
        String newLine = System.getProperty("line.separator");
         String nota1= fecha+" "+fisio+newLine+newLine+salida
            +newLine+newLine+"--------------------------" +newLine+newLine+entrada;An example I wrote up was like this:
    <html>
      <body>
        <%
        String fecha="Date"; String fisio="Name";
        String salida="Note1"; String entrada="Note2";
        String newLine = System.getProperty("line.separator");
         String nota1= fecha+" "+fisio+newLine+newLine+salida
            +newLine+newLine+"--------------------------" +newLine+newLine+entrada;
        %>
        <textarea cols="76" rows="8"><%=nota1%></textarea>
      </body>
    </html>The HTML output was like this:
    <html>
      <body>
        <textarea cols="76" rows="8">Date Name
    Note1
    Note2</textarea>
      </body>
    </html>

  • PROBLEMS SINCE THE DISCUSSIONS FORUM CHANGED

    Since Apple changed the Discussions section, I've had problems. This used to be the best system of all of the groups I used. Now, it's hard to find what I'm looking for. The boolean operators don't function properly. When I searched "fonts AND book", I got results including "and" being highlighted, got results without both words that were supposed to be there, and still don't know if the problem with iPhoto fonts when making books is here. I'll keep looking...

    Hi H!
    From any Discussions page, click on more options, located directly below Search Discussions. Above Welcome, your User Alias.
    On the window that opens, click on Search Tips, located to the right of the Search radio button.
    ali b

  • Text formatting problems when exporting to Epub

    During my fixed layout export to epub, some of the text on  my pages is messed up (see image).  Anyone know how to fix this?
    FWIW: 1) I export with spreads disabled to keep the layout as i have it in ID. 2) I am using 3-4 fonts from  typekit.

    yes, you are correct about what i am trying to accomplish.  I will take your advice for testing the iBooks.  that said, I'm trying to get the kindle version to work correctly.  I don't know much about the process of preparing for Kindle and the documentation I've seen isn't much help to me (I'm not that technical). Any guidance for how i might resolve the issue described above?  It's reallly unfortunate I can't just design in ID and  then publish everywhere with the click of a button.
    Thanks in advance for any help!

  • Why isn't there an Apple Support/Discussions Forum app?

    I think this would be very useful.

    Just FYI, the forum software wasn't developed by Apple. It's a commercial package from Jive Software, and this rather old version of the software, to the best of my knowledge, did not have a "mobile" version. Apple is working on a new "Communities" which will use different forum software, and at that time it's possible that there might be a mobile version. We'll have to wait and see, though, until such time as Apple is ready to say more.
    Regards.

  • Problem regarding Discussion Forum

    Hi,
      I have setup EP6.0 SP2 installation Patch4. After the installation there is a problem with the discussion forum.
                It says <b>"Resource to discuss about doesn't exist.".</b>
    Can anybody help me out in this regard.
    Thanks in advance.
    Regards,
    Srinivas.

    Hi,
      I tried doing the same. But I am getting the below error.
    <b>java.lang.NullPointerException
         at com.sapportals.wcm.repository.service.discussion.wcm.DiscussionManager.getDiscussionId(DiscussionManager.java:1015)
         at com.sapportals.wcm.repository.service.discussion.wcm.DiscussionManager.getDiscussion(DiscussionManager.java:697)
         at com.sapportals.wcm.control.collaboration.discussion.DiscussionHeaderControl.render(DiscussionHeaderControl.java:92)
         at com.sapportals.wdf.layout.HorizontalLayout.renderControls(HorizontalLayout.java:41)
         at com.sapportals.wcm.control.layout.HorizontalGroupLayout.renderControls(HorizontalGroupLayout.java:23)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:153)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
         at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:64)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:156)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
         at com.sapportals.wdf.ControllerDynPage.doInitialization(ControllerDynPage.java:245)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:94)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
         at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:30)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.wcm.app.servlet.WcmHtmlbBaseServlet.service(WcmHtmlbBaseServlet.java:81)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:285)
         at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:576)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1229)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    com.sapportals.wcm.WcmException
         at com.sapportals.wcm.repository.service.discussion.wcm.DiscussionManager.getDiscussionId(DiscussionManager.java:1018)
         at com.sapportals.wcm.repository.service.discussion.wcm.DiscussionManager.getDiscussion(DiscussionManager.java:697)
         at com.sapportals.wcm.control.collaboration.discussion.DiscussionHeaderControl.render(DiscussionHeaderControl.java:92)
         at com.sapportals.wdf.layout.HorizontalLayout.renderControls(HorizontalLayout.java:41)
         at com.sapportals.wcm.control.layout.HorizontalGroupLayout.renderControls(HorizontalGroupLayout.java:23)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:153)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
         at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:64)
         at com.sapportals.wdf.stack.Pane.render(Pane.java:156)
         at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:67)
         at com.sapportals.wdf.ControllerDynPage.doInitialization(ControllerDynPage.java:245)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:94)
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:62)
         at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:30)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.wcm.app.servlet.WcmHtmlbBaseServlet.service(WcmHtmlbBaseServlet.java:81)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:285)
         at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:576)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1229)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    javax.servlet.ServletException
         at com.sapportals.htmlb.page.PageProcessorServlet.handleRequest(PageProcessorServlet.java:73)
         at com.sapportals.htmlb.page.PageProcessorServlet.doGet(PageProcessorServlet.java:30)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sapportals.wcm.app.servlet.WcmHtmlbBaseServlet.service(WcmHtmlbBaseServlet.java:81)
         at com.sapportals.wcm.portal.proxy.PCProxyServlet.service(PCProxyServlet.java:285)
         at com.sapportals.portal.prt.core.broker.ServletComponentItem$ServletWrapperComponent.doContent(ServletComponentItem.java:110)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:209)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:576)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:300)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:138)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:190)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:669)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:208)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:532)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(InvokerServlet.java:126)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServlet.java:149)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServlet(ServletsAndJspImpl.java:833)
         at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(RequestAnalizer.java:665)
         at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:312)
         at com.inqmy.services.httpserver.server.Response.handle(Response.java:173)
         at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServerFrame.java:1229)
         at com.inqmy.core.service.context.container.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:36)
         at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)</b>
    Could you help me out in this?
    Thanks in Advance,
    Srinivas<b></b><b></b>

  • Search Match in Community NI Discussion Forums - message format

    Is there a way to go back to just a plain text format for search match notification messages?  I don't need a link to ni.com on every message and the format gets messed up anyway for those of us with text clients.  If we could use the same format as the NI Discussion Forums Subscriptions update message that would be doubly good.
    Matt

    Is there a way to go back to just a plain text format for search match notification messages?  I don't need a link to ni.com on every message and the format gets messed up anyway for those of us with text clients.  If we could use the same format as the NI Discussion Forums Subscriptions update message that would be doubly good.
    Matt

  • Problem with text formatting

    I am new to RoboHelp and I am trying to write some more text in an existing project in design view. I use Track Changes and have set the text to be Times New Roman 12pt. When I made a line italic it turned into Arial. I tried to change it to Times once again by selecting the text to format and then choose Format/ Font/ Times New Roman but it won´t change, it is still Arial. Earlier in the text I managed to make a line italic and Times New Roman.
    Anyone who knows what to do?
    (I use RoboHelp 10 with Windows 7 Professional.)

    Thanks for input!
    Yes, I think it was an inline style I made.
    I managed to get the text as I wanted to by deleting it, then I choose a style from the ‘Styles and Formatting’ pod that matched and retyped the text. (To me it seems strange to have to do this. I thought that I could change an inline style by highlighting the text and choose the font I want it to bee from the ‘Formatting’ toolbar.)
    Now I have another (but similar) text formatting problem:
    I copy a text that has style set to Normal. When I insert the text (on a line with style Normal) the font changes from Times New Roman to Arial. The inserted text still has the style Normal. I have in the ‘Styles and Formatting’ pod checked that Normal still has Times New Roman by opening the ‘Styles’ window. (I still have ‘Track Changes’ turned on.)

  • Problem with discussion forum

    Hi,
    i have a problem with the discussion forum.
    It is possible to read old discussions and answer on old discussions. But when i try to create a new discussionforum or a new discussion, i get the following error-message:
    IO Exception: ORA-01653: unable to extend table SAPOPEDB.KMC_AP_ID by 1024 in tablespace PSAPOPEDB
    This error occurs in all discussionrooms (/discussiongroups and /documents/Discussions).
    How can i solve this problem?
    Thanks in advance.
    Regards
    Sven

    It was a known error. The solution is described in SAPNote 682231.
    We had to increase the tablespace.
    Regards
    Sven

Maybe you are looking for

  • XBMC freezes with free Radeon driver and VDPAU (Mesa 3D 9.2)

    Hello! I am currently setting up a HTPC with AMD A4-5300 with the integrated Radeon HD 7480D. To avoid the trouble with the fglrx driver, I would like to use the free xf86-video-ati driver. I thought this would be no problem since the update to Mesa

  • Purchase value across plant

    Hi i wanted to know how much we have purchased(values) across plant for a given period. how to check it is there any tcode available? or we to do customized report. if want to prepare report what is related table? regards sun

  • Creating folder names with variables in applescript?

    im trying to make folders and name them with structured names but im getting an error and im not sure what im doing wrong. the error i get is: Finder got an error: Can't make "/Users/USERNAME/Desktop/Fake Server/Project Name" into type item. --------

  • Add an option to replace the current slideshow content

    Currently, the content of a slideshow is only replaced when going straight from the sample images. Would it be possible to add a checkbox to force the new content to replace the current images, rather than append them? This would be really helpful wh

  • ADDING TWO FIELDS TO MASTERDATA 0MAT_PLANT AND MAKE THEM AS INFO-OBJECTS.

    Hi Bw Experts, I have a Problem , I.e. How to add Two filelds i.e. reorderpoint and maximum stock level in Standard data source 0MAT_PLANT_ATTR for Master data 0MAT_PLANT. If Extract structure doesn’t contain these fields then I Can go for Data sourc