Skip navigation
md1soc99
Currently Being Moderated

Robohelp9 taking hours to generate project

Apr 19, 2012 1:26 PM

Recently, my Robohelp9 is taking hours to generate the project. It get's stuck at "processing full-text-search data". I'm using a Win7 Operating system, but this probelm has not always been the case. Does anyone have any insight as to what the culprit is to my problem?

 
Replies
  • Currently Being Moderated
    Apr 20, 2012 1:26 AM   in reply to md1soc99

    Not much to go on there.

     

    • Size of project. (No of topics for a start)
    • Location of project. Must be on a local drive.
    • Folder to which you are generating. Must also be local.
    • Is this webhelp?
    • Do the sample projects generate OK? Will tell us whether the problem is project related.

     

    Try going to Tools > Options and ticking the option to always delete the cache, then close and reopen the project. Alternatively just manually delete the CPD file when the project is closed, it will rebuild on opening the project.

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 20, 2012 8:20 AM   in reply to md1soc99

    The one you are not sure of is most likely the problem. When you generate an output, there is a field saying where the output is to be created. That must be on your hard disk. I suspect you may be generating to a network drive.

     

    Also I note that you are creating a WebHelp Pro output. That sounds like you have fallen into the trap of seeing that as a better version of WebHelp. It is in fact an output that requires RoboHelp Server. Do you have access to RoboHelp Server.

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 20, 2012 7:30 AM   in reply to md1soc99

    Your project should located in your c:\projects\project_name\ folder - help is generated to the \!SSL!\output_type\ folder within that project.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 20, 2012 8:22 AM   in reply to md1soc99

    Hi there

     

     

    md1soc99 wrote:

     

    I took my Robohelp9 folder and moved it entirely to my desktop, to ensure I am not generating on the network drive.

     

    Sorry, but that's not good enough. You need to ensure the field where you specify the output folder and start page is correctly configured.

     

    Can you post a screen capture of the properties dialog you see when you double-click your WebHelp layout?

     

    Cheers... Rick

     

    Helpful and Handy Links

    RoboHelp Wish Form/Bug Reporting Form

    Begin learning RoboHelp HTML 7, 8 or 9 within the day!

    Adobe Certified RoboHelp HTML Training

    SorcerStone Blog

    RoboHelp eBooks

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 20, 2012 11:41 AM   in reply to md1soc99

    Use the camera icon when in the web forum interface. You can import images then to your post.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 20, 2012 11:56 AM   in reply to md1soc99

    not sure, I never use print screen - I've got a screen capture tool installed that saves images as files.

     
    |
    Mark as:
  • Currently Being Moderated
    Apr 20, 2012 12:57 PM   in reply to Jeff_Coatsworth

    Right click the image in the Word document and there will be an option to Save Image As. Use that to save the image and upload that.

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    May 1, 2012 10:36 AM   in reply to md1soc99

    29 topics is very small and it should all generate in seconds. Are there linked Word or FrameMaker documents?

     

    Right click in the SSL pod and select Create New and create a new WebHelp layout. Do not use the duplicate option. Make sure the output folder is within the SSL folder of the project, it should be created that way by default. Do not change any other settings. Click Save and Generate and see how long the process takes.

     

    Let us know how that goes.

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    May 2, 2012 7:29 AM   in reply to md1soc99

    I think its the length of your pages that is the issue, but unplugging my PC from the network makes my RoboHelp builds generate about 10 times faster (although my documents and settings and appdata folders are located over a network and i think RoboHelp does some writing to/accessing that folder whilst its generating).

     
    |
    Mark as:
  • Currently Being Moderated
    May 2, 2012 7:36 AM   in reply to md1soc99

    Funny because I had a feeling I saw something about linked documents but I couldn't see it in this thread.

     

    When you refer to linked documents, do you mean as in File > Link > Word document? If so, then yes that is what is happening, the search is including all the linked documents. I'm not sure if it would eventually handle that lot or just blow out. Maybe set it running on Friday afternoon?

     

    If you are just referring to hyperlinked documents, then RoboHelp would not be searching them.

     

    Can you install RoboHelp in trial version mode on another machine and copy the project there? Not expecting a difference but we need to rule it out.

     

    Try deselecting all the Search options except highlighting when you generate.

     

    Beyond that I am thinking you may need to pursue this with Adobe or consider merged help. Post back before you go there though.

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:
  • Currently Being Moderated
    May 2, 2012 8:02 AM   in reply to Peter Grainge

    It is possible to exclude the documents from the search results. Edit the SALIdxSvc12.xml file in your RoboHelp installation folder and remove the file extensions you don't want in your search results:

     

    <SAL Version="1.10">

    <IndexService>

      <SupportedTypes>

       <Type Ext=".pdf"/>

       <Type Ext=".doc"/>

       <Type Ext=".docx"/>

       <Type Ext=".xls"/>

       <Type Ext=".xlsx"/>

       <Type Ext=".ppt"/>

       <Type Ext=".pptx"/>

      </SupportedTypes>

    </IndexService>

    </SAL>

    And my suggestion of removing the network cable when you're generating was suggested to me by someone from Adobe at a meeting

     
    |
    Mark as:
  • Currently Being Moderated
    May 2, 2012 12:41 PM   in reply to m_d_uk2

    Sorry I wasn't clear. I was referring to links to files that are not baggage files and I didn't include that possibility.

     

    If the hyperlinks are to documents that are in baggage files, then editing the file in m_d_uk2's reply is the way to go.

     

    Unless I have misunderstood the point about removing the network cable, that would only affect anyone whose profile is on a network. Check that with your IT guys.

     


    See www.grainge.org for RoboHelp and Authoring tips

     

    @petergrainge

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points