Displaying a trie in a JTree

I've thrown together a really simple class implementing a Patricia trie (see http://hissa.nist.gov/dads/HTML/patriciatree.html) for auto-completion of words. What I now want to do is display the trie in a JTree view. The problem I'm encountering is that the trie is mutable, and I need it to update whenever a new word is inserted into the trie (possible causing a node to split e.g., inserting "application" causes the "apple" node to split into "appl" with children "e" and "ication"). Nothing I've tried so far makes the JTree update properly.
Can someone suggest a way of solving this? I'm just putting together the JTree representation for a friend as a way of representing the trie visually, and I don't want to spend too much time on this if someone's already got a simple solution.
Thanks,
R. Tony Goold

I use subclasses of DefaultMutableTreeNode for the nodes in my JTrees and I use subclasses of DefaultTreeModel as the controller for the JTrees. Whenever the tree model changes the tree's structure, it calls the appropriate method whose name is something like "nodeChanged". That's the simple solution. If that doesn't sound familiar to you, look at the tutorial here:
http://java.sun.com/docs/books/tutorial/uiswing/components/tree.html

Similar Messages

  • Regarding UCF_AcroForm error displayed when trying to open the pdf form

    Hi,
         Iam receiving the pop up when trying to open the pdf form.The Error is Server Error Class: UCF_AcroForm Method: Error.The Error displayed in some system and in some other system the form is working fine.The Form is created using the Designer 8.0.The form is working fine in reader 8.0.Is there any problem in the reader version.Is there any solution for this problem please provide.
    Thanks and Regards,
    SatheshKumar R

    Sathesh,
    Similar issue has been reported at SDN so searching would have helped you. See below threads for solutions:-
    UCF_AcroForm error
    MSS UCF_AcroForm error displayed when trying to display form in PCR
    Chintan

  • OSStatus error -19000 isi displayed when trying to open .wmv file

    Hi,
    I am unable to open this .wmv file with any application I have including QT X, QT 7, WMV player4mac, or VLC. The following message is displayed when trying to open with QT: OSStatus error -19000. Can anyone help on how to open this file, and/or what the error msg means. thanks heaps.

    Welcome to the forums!
    Download and install the free Flip4Mac WMV Player from http://www.telestream.net/flip4mac-wmv/overview.htm (Windows Media Player for the Mac is no longer supported, even by Microsoft)

  • HT1420 Just have a new iPad retina display. Trying to authorise it for iTunes but have no pull down menus when I oppen iTunes.  ???

    Just have a new iPad retina display. Trying to authorise it for iTunes but have no pull down menus when I oppen iTunes.  ???

    If you have iTunes 11 on a Windows system, press Control-B to show the menus.
    Regards.

  • Error 405: file not found displayed when trying to run a process on server

    Iam trying to run a "weblogic integration-process application" on server to test the application.
    It is giving me the below error:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address
    File iam trying to run is RequestQuote.java
    The file is in Tutorial_process_application_web/src/requestquote/
    In the browser it is opening the below link:
    http://localhost:7051/Tutorial_Process_Application_Web/requestquote/RequestQuote.java
    I tried adding "src" in between but still same error is coming. I tried running just http://localhost:7051/, it is opening the weblogic integration window.
    I have pasted the web.xml and all other configuration files below. Please let me know what changes i have to make to get the testing window.
    Thanks,
    Vishu.
    web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>
         Tutorial_Process_Application_Web</display-name>
         <listener>
              <listener-class>com.bea.wli.management.WliWebAppListener</listener-class>
         </listener>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
    </web-app>
    weblogic.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
    <wls:context-root>Tutorial_Process_Application_Web</wls:context-root>
    <wls:library-ref>
    <wls:library-name>struts-1.2</wls:library-name>
    <wls:specification-version>1.2</wls:specification-version>
    <wls:implementation-version>1.0</wls:implementation-version>
    </wls:library-ref>
    <wls:library-ref>
    <wls:library-name>jstl</wls:library-name>
    <wls:specification-version>1.1</wls:specification-version>
    <wls:implementation-version>1.1.2</wls:implementation-version>
    </wls:library-ref>
    <wls:url-match-map>weblogic.servlet.utils.SimpleApacheURLMatchMap</wls:url-match-map>
    </wls:weblogic-web-app>
    application.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <application id="Application_ID" version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
         <display-name>
         Tutorial_Process_Application_Ear</display-name>
         <module id="WebModule_1180909671484">
              <web>
                   <web-uri>Tutorial_Process_Application_Web.war</web-uri>
                   <context-root>Tutorial_Process_Application_Web</context-root>
              </web>
         </module>
         <module>
              <ejb>Tutorial_Process_Application_Web_WLI_ProjectBeans</ejb>
         </module>
         <module>
              <ejb>Tutorial_Process_Application_Web_WLI_ComponentBeans</ejb>
         </module>
    </application>
    weblogic-application.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/j2ee_1_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-application.xsd">
    <wls:ejb>
    <wls:start-mdbs-with-application>false</wls:start-mdbs-with-application>
    </wls:ejb>
    <wls:application-param>
    <wls:param-name>webapp.encoding.default</wls:param-name>
    <wls:param-value>UTF-8</wls:param-value>
    </wls:application-param>
    <wls:classloader-structure>
    <wls:classloader-structure>
    <wls:module-ref>
    <wls:module-uri>Tutorial_Process_Application_Web.war</wls:module-uri>
    </wls:module-ref>
    <wls:classloader-structure>
    <wls:module-ref>
    <wls:module-uri>Tutorial_Process_Application_Web_WLI_ProjectBeans</wls:module-uri>
    </wls:module-ref>
    </wls:classloader-structure>
    <wls:classloader-structure>
    <wls:module-ref>
    <wls:module-uri>Tutorial_Process_Application_Web_WLI_ComponentBeans</wls:module-uri>
    </wls:module-ref>
    </wls:classloader-structure>
    </wls:classloader-structure>
    </wls:classloader-structure>
    <wls:listener>
    <wls:listener-class>com.bea.wli.management.WLIAppListener</wls:listener-class>
    </wls:listener>
    <wls:library-ref>
    <wls:library-name>beehive-controls-1.0</wls:library-name>
    <wls:specification-version>1.0</wls:specification-version>
    <wls:implementation-version>1.0</wls:implementation-version>
    </wls:library-ref>
    <wls:library-ref>
    <wls:library-name>wls-commonslogging-bridge</wls:library-name>
    <wls:specification-version>1.0</wls:specification-version>
    <wls:implementation-version>1.0</wls:implementation-version>
    </wls:library-ref>
    <wls:library-ref>
    <wls:library-name>weblogic-controls-1.0</wls:library-name>
    <wls:specification-version>1.0</wls:specification-version>
    <wls:implementation-version>1.0</wls:implementation-version>
    </wls:library-ref>
    </wls:weblogic-application>
    -----------------------------------------------

    sorry i didnt mention the weblogic workshop version, it is weblogic workshop 9.2.
    Thanks,
    vishu

  • "Error 404: file not found"displayed when trying to run a process on server

    Iam trying to run a "weblogic integration-process application" on server to test the application. Iam using weblogic workshop 9.2.
    It is giving me the below error:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address
    File iam trying to run is RequestQuote.java
    The file is in Tutorial_process_application_web/src/requestquote/
    In the browser it is opening the below link:
    http://localhost:7051/Tutorial_Process_Application_Web/requestquote/RequestQuote.java
    I tried adding "src" in between but still same error is coming. I tried running just http://localhost:7051/, it is opening the weblogic integration window.
    I have pasted the web.xml and all other configuration files below. Please let me know what changes i have to make to get the testing window.
    Thanks,
    Vishu.
    web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <display-name>
    Tutorial_Process_Application_Web</display-name>
    <listener>
    <listener-class>com.bea.wli.management.WliWebAppListener</listener-class>
    </listener>
    <welcome-file-list>
    <welcome-file>index.html</welcome-file>
    <welcome-file>index.htm</welcome-file>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>default.html</welcome-file>
    <welcome-file>default.htm</welcome-file>
    <welcome-file>default.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    weblogic.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
    <wls:context-root>Tutorial_Process_Application_Web</wls:context-root>
    <wls:library-ref>
    <wls:library-name>struts-1.2</wls:library-name>
    <wls:specification-version>1.2</wls:specification-version>
    <wls:implementation-version>1.0</wls:implementation-version>
    </wls:library-ref>
    <wls:library-ref>
    <wls:library-name>jstl</wls:library-name>
    <wls:specification-version>1.1</wls:specification-version>
    <wls:implementation-version>1.1.2</wls:implementation-version>
    </wls:library-ref>
    <wls:url-match-map>weblogic.servlet.utils.SimpleApacheURLMatchMap</wls:url-match-map>
    </wls:weblogic-web-app>
    application.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <application id="Application_ID" version="1.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
    <display-name>
    Tutorial_Process_Application_Ear</display-name>
    <module id="WebModule_1180909671484">
    <web>
    <web-uri>Tutorial_Process_Application_Web.war</web-uri>
    <context-root>Tutorial_Process_Application_Web</context-root>
    </web>
    </module>
    <module>
    <ejb>Tutorial_Process_Application_Web_WLI_ProjectBeans</ejb>
    </module>
    <module>
    <ejb>Tutorial_Process_Application_Web_WLI_ComponentBeans</ejb>
    </module>
    </application>
    weblogic-application.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/j2ee_1_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-application.xsd">
    <wls:ejb>
    <wls:start-mdbs-with-application>false</wls:start-mdbs-with-application>
    </wls:ejb>
    <wls:application-param>
    <wls:param-name>webapp.encoding.default</wls:param-name>
    <wls:param-value>UTF-8</wls:param-value>
    </wls:application-param>
    <wls:classloader-structure>
    <wls:classloader-structure>
    <wls:module-ref>
    <wls:module-uri>Tutorial_Process_Application_Web.war</wls:module-uri>
    </wls:module-ref>
    <wls:classloader-structure>
    <wls:module-ref>
    <wls:module-uri>Tutorial_Process_Application_Web_WLI_ProjectBeans</wls:module-uri>
    </wls:module-ref>
    </wls:classloader-structure>
    <wls:classloader-structure>
    <wls:module-ref>
    <wls:module-uri>Tutorial_Process_Application_Web_WLI_ComponentBeans</wls:module-uri>
    </wls:module-ref>
    </wls:classloader-structure>
    </wls:classloader-structure>
    </wls:classloader-structure>
    <wls:listener>
    <wls:listener-class>com.bea.wli.management.WLIAppListener</wls:listener-class>
    </wls:listener>
    <wls:library-ref>
    <wls:library-name>beehive-controls-1.0</wls:library-name>
    <wls:specification-version>1.0</wls:specification-version>
    <wls:implementation-version>1.0</wls:implementation-version>
    </wls:library-ref>
    <wls:library-ref>
    <wls:library-name>wls-commonslogging-bridge</wls:library-name>
    <wls:specification-version>1.0</wls:specification-version>
    <wls:implementation-version>1.0</wls:implementation-version>
    </wls:library-ref>
    <wls:library-ref>
    <wls:library-name>weblogic-controls-1.0</wls:library-name>
    <wls:specification-version>1.0</wls:specification-version>
    <wls:implementation-version>1.0</wls:implementation-version>
    </wls:library-ref>
    </wls:weblogic-application>
    Edited by gvishu at 06/04/2007 9:39 AM

    sorry i didnt mention the weblogic workshop version, it is weblogic workshop 9.2.
    Thanks,
    vishu

  • A friend bought second hand macbook air mid 2011 with crossed circle on the display, we tried recovery from partition and same thing happened, after internet recovery it stays the same except now it asks for password for boot option, what happened?

    A friend bought second hand macbook air mid 2011 with crossed circle on the display and give to me to try to recover the system, I tried recovery from partition and same thing occured, after internet recovery it stays the same-crossed circle after reboot, then we tried to boot from USB with mac os 10.8 on it, it installs something,like it has being finishing installation, rebootes, and now it asks for password for boot option.We have no idea what that password could be.What happened!!!

    I forgot to write down my computer specs:
    iMac 27 Mid 2011
    2.7 GHz Intel Core i5
    4 GB 1333 MHz DDR3
    AMD Radeon HD 6770M 512 MB
    OS X 10.9.2

  • How do I set Column Width in table displayed - have tried everything :-(

    Hi,
    I'm using Jdev 10.1.2, adf bc and jsp's.
    Simple problem, driving me nuts. In my app i display a number of different view objects in a number of jsp's. i want to set the width of the columns so that the info (if large) in each field will stay on one line. i.e. it wont continue onto the next line and take up two rows.
    i have tried setting the width property of the <th> & <td>, setting the disply width property in the entity object editor and the view object editor, nothing makes a bit of difference to how the column is displayed.
    this results in the tables looking messy and squised, which is totally unsatisfactory.
    so if anyone could shed any light on the subject, i would be most grateful.
    Thanks in advance......

    hi Newbe,
    if you set the option noWrap="true" on the column the text will not be wrapped;
    <af:column noWrap="true" sortable="false" headerText="col5">
    <af:outputText value="#{row.col5}"/>
    </af:column>
    Good luck
    Luc Bors

  • My macbook air won't detect display when trying to hook up with mini port and hdmi cable

    The screen turns blue and all it just won't show arrangments and then mirro display.. help!

    Try it, a complete power off/on!
    MacBook Air using Sony TV as monitor via Thunderbolt and HDMI.
    I could not get my 32inch Sony Bravia to "see" my 2102 MBAir using the Thunderbolt-to-HDMI adapter and a known good HDMI cable.
    So I took my MBAir to my local Apple Store,Encinitas California, along with the TBolt Adapter and a known good HDMI cable.
    The salesman tried the same connection from my Air to their 40inch Sony Bravia using my cables.  It worked perfectly. The Apple salesman advised  I return home and make the same connections to my 32" Sony, turning it off and back on.  I realized I had already done that test several times.  Then, it occurred to me that _Sony "off "using the Sony Remote Control is not the same as _Sony off completely. So I returned home and disconnected the AC power from the 32" for over 30 seconds then turned it back on with the Air &Sony connected via the Thunderbolt-to-HDMI connection and  with the MBA turned on. The image came right up on screen and is still working.  So, is this yet another case of " when in doubt re-boot" ?

  • Oracle Table Values are not displayed when tried to display with Essbase

    Hi,
    I was trying to create a report with Oracle RDB Table and Essbase by following the steps given in "Federating Essbase and Relational Data Sources in Oracle Business Intelligence Suite Enterprise Edition Plus" document at the location http://www.oracle.com/technology/obe/obe_bi/bi_ee_1013/fed_data/fed_data.html.
    I am able to see the members from the Essbase cubes and I can also see the Oracle Table values, if they are displayed individually (i.e. different reports) but when I try to get one report with Essbase values with Oracle table records then Oracle table records are not displayed and when see the query log I don't see the query for Oracle table but I see obviously MDX queries for the essbase.
    Please help.
    Regards,
    Paresh

    Hi,
    Smitha, you can defnetly use dynamic table in interactive form. I had similar problem and I acheived like follwing:Basically you have to bind the table .
    If you want to have fixed number of rows in the interactive form, then in wddoinit method bind the internal table to ur table node. for exmaple: if u want 2 rows in the form loop times . So by default when you open the form you will get two rows for the table.
    **************BIND THE ITAB ****************************
    DO 2 TIMES.
    APPEND LW_LFBK TO LT_LFBK.
    CLEAR LW_LFBK.
    ENDDO.
    CALL METHOD lo_nd_t_lfbk->bind_table
    EXPORTING
    new_items = LT_LFBK.
    If you want to have dynmic table then take a submit button in the form instead of normal button,
    in onaction submit write a loop every time you click that new submit button it should add a new row.
    use above coding in onactionsubmit instead of doinit.
    Thats it.
    Regards,
    Ravi

  • MSS UCF_AcroForm error displayed when trying to display form in PCR

    I receive a pop-up UCF_AcroForm error when trying to display a PCR form. I believe it is a configuration problem. I wonder if anyone has ever received this type of error before, and if yes, how was it solved. Thank you.
    Edited by: Emmanuel Filosi on May 9, 2008 5:41 PM

    I have found a way to get rid of this by configuring my ADS Service (thanks to my colleague N.Pothuraj)
    Creating an ADS Service:
    ========================
    1) Add the following java settings for the server in the offline config tool
    "Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitialize". Restart the server after the settings
    2) create the ADS User in the R/3 system.
    3) create the destination of type "HTTP connection to External Server"service between R/3 and the ADS user.
    4) Define the destination service under destinations>HTTP>FP_ICF_DATA
        URL:http://usai4qpt.wdf.sap.corp:50077
        User: ADSUser ( ADS_AGENT1 in my case)
        pwd: initial ( in my case)
    This destination service is to establish the connection between R/3 and WebDynpro J2EE server
    5) Active the webservice clients ( establish connection between ADS server and the WebDynpro J2EE server.  This is the case only when the WebDynpro J2EE server and the ADS server are different, other use teh default URL service ).
    com.sap.tc.webdynpro.adsproxy.AdsProxy*ConfigPort_Document is the service, under custom type user the below mentioned URL http://pwdf3092.wdf.sap.corp:50090 /AdobeDocumentServices/Config?style=rpc  ( Remote ADS server )
    username: adsuser2 (Login for the remote ADS server)
    pwd:adobeads123    (Password for the remote ADS server)

  • Page Can't Be Displayed when trying to Clone PC's MAC?

    I'm running Road Runner High Speed Online on Windows XP, with a cable modem, WRT54G vers. 6, I upgraded the firmware recently to 1.01 and reset it. When I try to configure my router to work with dynamic IP addresses, on the setup page I click the Clone PC's MAC tab, click "enable" and save settings. Settings are saved. Continue. Then when I actually hit the "clone your pc's mac" button I keep getting Page Cannot Be Displayed! This has happened even after I tried resetting the router again. I tried to configure it using the setup cd but that kept telling me it wouldn't detect my router, even though I had it plugged in in all the right places. The Easy Connect doesn't help either, it detected my router but doesn't allow me to configure anything. Why do I keep getting PCBD? Is there another way I could get this set up? This has been driving me nuts for almost a week.  (I'm trying to follow the Knowledge Base answer ID 1040. The part on Cloning your PC's MAC is the only part that's not working for me so far.)

    if that is the case, the upgraded might have been corrupted. You may need to reflash the firmware... just do the same with the upgrade...
    "a helping hand in a community makes the world a universe"

  • When starting firefox, compatability checker always runs and then the "hooray, your firefox is up to date" page always displays have tried various suggestions but no luck yet

    firefox compatibility checker runs on each start of FF and Hooray, your FF is up to date always displayed too, have tried all the obvious like resetting homepage, but no joy

    see '''Matt_G''' reply in : https://support.mozilla.org/en-US/questions/916778
    thank you

  • The requested url was not found on this server is displayed when trying to play a video I paid for on itunes

    When I try to play my itunes videos that I downloaded it says that "This requested url was not found on this server."  Why?  I paid for it, it s/b stored on my phone in itunes.  It was working fine 2 weeks ago.  I am using my iphone 4

    I had a similar problem with a tv show. I contacted Apple Support and got the following instructions:
    "please delete the episode from your iPad and then redownload it directly to the device. You can download past tv show, app, music, and book purchases without incurring additional charges as long as what you want to download is showing on your Purchased page. Some content may not be available for download again if its provider no longer offers it on the iTunes Store, App Store, or iBookstore. 
    To enable this feature, you must have the latest version of iTunes. It is available on the Apple website:
    http://www.itunes.com/download
    The latest version of iTunes will not affect your library or any items in your account.
    To learn how to download past purchases, check out this article:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519"
    I tried it this morning, and it worked.

  • Error displaying when trying to view the screens

    Hi All,
    when a user is trying to view the screens in the portal he is getting a message saying "wp integration . js could not find capwf_send sess info () to send bbpsc07ssess info to dsm portal dsm - interface might have changed"
    what settings must be done to avoid this mesage in portal or in r/3
    anyone tell me how to resolve this.
    urgent issue. 
    vv

    I sometimes get this message when compiling my projects outside of RH (using Far HTML tool for example). Generally, for me this occurs when the compilation fails with errors for some reason or freezes up, so that the compiled file is broken. Again, I don't think I've experienced this problem with RH itself compiling my files, but for what it's worth, here's some things to try.
    Create a backup of your help project before proceeding:
    Sometimes the MS help compiler doesn't like to be buried far down in a directory structure. Try copying your project directory up to your root drive level and recompile there. Or maybe set your output file to a dir at the root level.
    Sometimes there's an issue with an .htm file name that the compiler doesn't like (an odd character etc). That's harder to find. What I do is systematically strip out half of the documents, recompile and see if that solves it, removing or adding back in as necessary to find the problem file.
    It may be that there's a problem in the HHC or HHK file. I've had odd problems where our translators will mess tags up, like leaving out a needed closing </OBJECT> tag was missing in the HHC or something that caused the compiler to fail. Try compiling without an index or contents tab and see if that fixes it. If it does, you know that one of those files is causing the problem.
    I don't know if there's one set solution to the problem because I think this can be caused by different things. What I would probably do is create a brand new RH project and then import files from your old one into your new one a few at a time, recompiling as I go to try to track down where the error occurs. Once you find a problem, check the file name to make sure there's no odd characters. Sometimes even a dash character (-) can sometimes cause problems. I try to stick to underscores and alphanumeric chars only.
    Good luck!

Maybe you are looking for