Trying to create a WebHelp project from 2 yr old files

I have inhertited an old WebHelp project that I need to
recreate. The files are from 2006 and I need to generate a new help
system. Do I need to import these 2 yr old files or can I start a
New Project within RoboHelp.

You don't have to create a new project, but I think it's the
most effective way to get a clean update from the old .css and html
code.
You can make a copy of the entire source project directory,
launch RH7 and open the project file. RH tells you it will update
the project, and you can't go back to an earlier version fom RH.
(That's why you saved a copy.) Click Update and, if it's a big
project, be patient.
Harvey
Oops, hi, Peter.

Similar Messages

  • Trying to create PAL SD DVD from 23.98fps 720P project

    I'm trying to create a PAL DVD from a HDV 23.98fps 720P project and am having a few issues. All the footage is PAL and I am converting it to an SD file as it is for an SD DVD however exporting through FCP gives me black frames, using DVD studio pro to convert gives me a freeze frame effect (both of which I assume is through converting 23.98 to 25 fps) so I was told to use Compressor. I tried this but can only seem to render out a 23.98fps file as NTSC, whenever I switch it to PAL it automatically changes to 25fps as my only option.
    Any help would be much appreciated as my deadline is looming.

    Hi:
    Are you sure that your footage is PAL 23.98 fps? I'm not involved with HDV but that sounds like NTSC frames.
    What is the source of that footage?
    Hope that helps !
      Alberto

  • Error while creating web dynpro project from DTR

    Hello,
    I am getting following error while creating Web Dynpro project from DTR,
    org.eclipse.jdt.core.JavaModelException: File /<track name><DC><package>/.classpath is read-only.
    Still project gets created but evenif I check out view , it does not allow me to edit it.
    Also I have checked in and activated some changes but active copy in DTR is not reflecting those changes.
    I tried Add subtree option in DTR perspective for folders in this project. Is it result of that?
    Please help me in this regard.
    Thank You
    Beena

    Hi Beena,
            .classpath file should not checked in to DTR(uncheck the Read only properties). It is local file it contains class path for local system.
             Generally in webdynpro project only src folder should be checked in DTR.
    Regards
    Suresh

  • Error when trying to create a web service from a wsdl file using jdeveloper

    Hello,
    I'm using the latest jdeveloper and jdk 6 update 20 on solaris sparc 10.
    When I'm trying to create a web service from a wsdl on the java EE 1.5 platform i get the following error:
    Validation failed:
    java.lang.NoSuchMethodException: com.sun.tools.xjc.generator.annotation.spec.XmlElementRefWriter.required(boolean)
    I've tried the endorsed mechanism with the latest jaxws-api.jar and jaxb-api.jar packages with no help.
    It works fine when i use the java EE 1.4 platform....
    The full Error description:
    oracle.jdeveloper.webservices.model.WebServiceException: Error creating model from wsdl "file:/vobs/NMS/NorthBoundIF/MTOSI/MTOSI_Documentation/DDPs/ResourceTroubleManagement/IIS/wsdl/AlarmRetrieval/AlarmRetrievalHttp.wsdl": java.lang.NoSuchMethodException: com.sun.tools.xjc.generator.annotation.spec.XmlElementRefWriter.required(boolean)
    +     at oracle.jdeveloper.webservices.model.java.JavaWebService.createPortTypes(JavaWebService.java:1635)+
    +     at oracle.jdeveloper.webservices.model.WebService.createServiceFromWSDL(WebService.java:2846)+
    +     at oracle.jdeveloper.webservices.model.WebService.createServiceFromWSDL(WebService.java:2611)+
    +     at oracle.jdeveloper.webservices.model.java.JavaWebService.setDescription(JavaWebService.java:745)+
    +     at oracle.jdevimpl.webservices.wizard.jaxrpc.topdown.TDJaxWsSpecifyWsdlPanel.setDescription(TDJaxWsSpecifyWsdlPanel.java:364)+
    +     at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel.buildModel(SpecifyWsdlPanel.java:1109)+
    +     at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel$5.run(SpecifyWsdlPanel.java:661)+
    +     at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)+
    +     at java.lang.Thread.run(Thread.java:619)+
    Caused by: oracle.jdeveloper.webservices.tools.WsdlValidationException: Error creating model from wsdl "file:/vobs/NMS/NorthBoundIF/MTOSI/MTOSI_Documentation/DDPs/ResourceTroubleManagement/IIS/wsdl/AlarmRetrieval/AlarmRetrievalHttp.wsdl": java.lang.NoSuchMethodException: com.sun.tools.xjc.generator.annotation.spec.XmlElementRefWriter.required(boolean)
    +     at oracle.jdevimpl.webservices.tools.wsa.WsaAdaptor.newWsdlValidationException(WsaAdaptor.java:825)+
    +     at oracle.jdevimpl.webservices.tools.wsa.WsaAdaptor.getSeiInfo(WsaAdaptor.java:515)+
    +     at oracle.jdeveloper.webservices.tools.WebServiceTools.getSeiInfo(WebServiceTools.java:523)+
    +     at oracle.jdeveloper.webservices.model.java.JavaWebService.getSeiInfo(JavaWebService.java:1741)+
    +     at oracle.jdeveloper.webservices.model.java.JavaWebService.createPortTypes(JavaWebService.java:1496)+
    +     ... 8 more+
    Caused by: oracle.j2ee.ws.common.tools.api.ValidationException: Error creating model from wsdl "file:/vobs/NMS/NorthBoundIF/MTOSI/MTOSI_Documentation/DDPs/ResourceTroubleManagement/IIS/wsdl/AlarmRetrieval/AlarmRetrievalHttp.wsdl": java.lang.NoSuchMethodException: com.sun.tools.xjc.generator.annotation.spec.XmlElementRefWriter.required(boolean)
    +     at oracle.j2ee.ws.tools.wsa.jaxws.JaxwsWsdlToJavaTool.getJAXWSModel(JaxwsWsdlToJavaTool.java:664)+
    +     at oracle.j2ee.ws.tools.wsa.WsdlToJavaTool.createJAXWSModel(WsdlToJavaTool.java:475)+
    +     at oracle.j2ee.ws.tools.wsa.Util.getJaxWsSeiInfo(Util.java:1357)+
    +     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:597)+
    +     at oracle.jdevimpl.webservices.tools.wsa.Assembler$2$1.invoke(Assembler.java:218)+
    +     at $Proxy34.getJaxWsSeiInfo(Unknown Source)+
    +     at oracle.jdevimpl.webservices.tools.wsa.WsaAdaptor.getSeiInfo(WsaAdaptor.java:505)+
    +     ... 11 more+
    Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: com.sun.tools.xjc.generator.annotation.spec.XmlElementRefWriter.required(boolean)
    +     at com.sun.tools.xjc.generator.bean.field.AbstractField.getMRequired(AbstractField.java:186)+
    +     at com.sun.tools.xjc.generator.bean.field.AbstractField.annotateReference(AbstractField.java:209)+
    +     at com.sun.tools.xjc.generator.bean.field.AbstractField.annotate(AbstractField.java:164)+
    +     at com.sun.tools.xjc.generator.bean.field.AbstractFieldWithVar.createField(AbstractFieldWithVar.java:75)+
    +     at com.sun.tools.xjc.generator.bean.field.SingleField.<init>(SingleField.java:89)+
    +     at com.sun.tools.xjc.generator.bean.field.SingleField.<init>(SingleField.java:76)+
    +     at sun.reflect.GeneratedConstructorAccessor53.newInstance(Unknown Source)+
    +     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)+
    +     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)+
    +     at com.sun.tools.xjc.generator.bean.field.GenericFieldRenderer.generate(GenericFieldRenderer.java:64)+
    +     at com.sun.tools.xjc.generator.bean.field.DefaultFieldRenderer.generate(DefaultFieldRenderer.java:75)+
    +     at com.sun.tools.xjc.generator.bean.BeanGenerator.generateFieldDecl(BeanGenerator.java:751)+
    +     at com.sun.tools.xjc.generator.bean.BeanGenerator.generateClassBody(BeanGenerator.java:539)+
    +     at com.sun.tools.xjc.generator.bean.BeanGenerator.<init>(BeanGenerator.java:241)+
    +     at com.sun.tools.xjc.generator.bean.BeanGenerator.generate(BeanGenerator.java:181)+
    +     at com.sun.tools.xjc.model.Model.generateCode(Model.java:286)+
    +     at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:251)+
    +     at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:85)+
    +     at oracle.j2ee.ws.common.tools.databinding.jaxb20.JAXB20TypeGenerator.generateJavaTypes(JAXB20TypeGenerator.java:117)+
    +     at oracle.j2ee.ws.tools.wsa.SchemaTool.genValueTypes(SchemaTool.java:186)+
    +     at oracle.j2ee.ws.tools.wsa.jaxws.JaxwsWsdlToJavaTool.getJAXWSModel(JaxwsWsdlToJavaTool.java:647)+
    +     ... 20 more+
    Caused by: java.lang.NoSuchMethodException: com.sun.tools.xjc.generator.annotation.spec.XmlElementRefWriter.required(boolean)
    +     at java.lang.Class.getMethod(Class.java:1605)+
    +     at com.sun.tools.xjc.generator.bean.field.AbstractField.getMRequired(AbstractField.java:184)+
    +     ... 40 more+
    Thanks,
    Roy.

    Guys,
    You are asking about an issue that was a pain in the nick for me few months ago. The problem is that you won't find mych help here as I figured out that Apex geeks here either did not do much webservices or ended up hating it as i do :) . This is an error that can be due many different reason, let me ask you this:
    1- Does your the other system you are trying to call through webservices using HTTPS ?
    2- If yes, did you create a valid oracle wallet for that https connection ?
    3- Make sure you are using the correct URL ( am sure you do, just double check )
    4- If using a proxy, then you have to define that in the web service reference creation page
    provide more info and I hope I can help you with this,
    Sam
    Please reward good answers by marking them correct or helpful!

  • Can't create a new project in Logic pro . Goes straight to a midi file. Do I shut something down before trying to create a new project

    Can't create a new project in Logic pro . Goes straight to a midi file. Do I shut something down before trying to create a new project?

    When you open Logic, close the project that its automatically brought up (see CCT's answer above, which explains how you can change that behaviour, if you like - I usually want to listen to the last thing I was doing, but its your choice - and then File>New.
    So, yeah, you do have to close the currently loaded project first.

  • I am trying out Final Cut Pro X and trying desperately to import a project from iMovie 11 (version 9.0.9). There is no export to FCPX in iMovie 11 nor is there import from iMovie in FCPX.

    Can someone please help me?
    I am trying out Final Cut Pro X on a 30 day trial. So far so good.
    I am now trying desperately to import a project from iMovie 11 (version 9.0.9) into FCPX.
    I have read multiple posts on this subject and they all recommend File/import/ from iMovie project in FCPX
    However there is NO such option under File/import in FCPX - nor is there an option to export to FCPX in iMovie 11
    Can anyone please enlighten me.

    The current version of FCPX does not work with that version of iMovie. You need version 10.0.3, which allows you to send a project to FCP.

  • I am trying to create a idvd project but the it does not while encoding the films, Why ?

    I am trying to create an iDVD project. I create to sub menus and put small films in each sub menu. When it starts to create the project, while encoding the films, at one point to time it just stops abruptly. Why. I fail to understand. I I tried twice, and it happened the same. I have created the projects in the past, but it has worked just fine. This time it is behaving rather weird.
    I went on to see the report and I feels it stops with a 32 bit film. I may be wrong, but could you please help ?

    See  Bengt Wärleby's post in this topic for questions relating to encoding problems: Stage 4 Multiplexing - Media error in...: Apple Support Communities. He's the most knowledgeable if that area.
    OT

  • HT5105 I have been trying to create a multicam clip from two camera's. They sync properly when using the sync feature but not when I use the multicam feature does anyone know what I may be doing wrong?

    I have been trying to create a multicam clip from two camera's. They sync properly when using the sync feature but not when I use the multicam feature does anyone know what I may be doing wrong?

    Probably best if you could post screen shots of the Inspecror window in extended view with a couple of the clips you using for the 2 angles.
    If you have audio from both cameras and have identified them separately, the sync is usually pretty reliable.
    Russ

  • Best Practice for Creating a New WebHelp Project from an Existing One

    I'm currently working in WebHelp Pro (RH version is 9.0.2.271).
    I have a WebHelp project which currently supports the 2012 version of one of our projects. What I needed to do was to create a separate 2013 project, using the 2012 files as the starting point. I couldn't find a way in RH to create a new project by importing an existing WebHelp project, so I copied the 2012 files to a new directory, opened up the project, and renamed it.
    What prompts this question is that following this exercise, all seemed well, for a time. However, I have recently had to create new topics in the 2012 version. However, when I imported these topics to the 2013 project and compiled, they vanished--although the htm files still appear in the appropriate 2013 file folder (when viewed with Windows Explorer).
    After reading some forum postings, I thought that I might have corrupted my database by improperly creating the new project--but if what I did is the wrong way to go about it, I'm not sure what the correct way is. I will be grateful for any suggestions.

    The easy way to do this is create a copy using Windows Explorer.
    Open the project and go to File > Rename.
    Then you have your 2013 ready made project.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Create existing MI project from DTR

    Hi,
    I have a problem with creating an MI project (like SAP MAM 2.5) which is uploaded by someone else from DTR in my SAP NetWeaver Developer Studio 7.0 (2004s) SP15.
    When I press mouse right --> create project (in DTR perspective) on my project, everything is synced to my client, also the .classpath and .project file. When I switch to my MI perspective and then the navigation view or package view or MI view, all three I cannot find my project back in NWDS.
    When I look at my C drive via Windows Explorer I can find all the files.
    I reinstalled NWDS a few times. I also tried closing the NWDS after creating the project and restarting it, but this was also not working.
    Can anyone help me what is wrong or what I am doing wrong.....
    Thanks in advance and kind regards,
    Bart

    Hi,
    this could have a few reasons:
    check if the project is available in standard MI perspective. Then check if you have the same plugin.
    If that is the case we can drill into it a little deeper.
    Best solution would be - to be onest - to ZIP your workmates NWDS folder, copy it over to your location and unzip it there. furthermore you should have the same setup if it comes to JAVA and project files. If that is the case, you will have pretty much no issues with this, cause it should have the same behaviour on all computers.
    Regards,
    Oliver

  • Error when trying to create a delivery note from a sales order -  Internal error (-2010) occurred

    Hi
    I am trying to create a delivery note form a sales order in B1 V9 PL8 and I am getting the following error -
    Internal error (-2010) occurred
    The code has been working but we seem to be getting problems now
    Can anyone suggest anything please ?
    Copy of the code attached
    Thanks
    Andy

    Hi Andrew,
    Try replacing this line:
    odel.Lines.BaseLine = lineno - 1
    with this:
    odel.Lines.BaseLine = oorder.Lines.LineNum
    Beni.

  • I am trying to create a checkbook register from the numbers temple, the instruction says to click on register then click choose; where is choose?

    Where is the choose button when trying to create a checkbook register using the numbers templete?

    I assume you are talking about Numbers.  If you launch you are presented with template chooser. Highlight your template and in the lower right hand corner-->Choose.
    If you are past this point or closed the window you can use the command-shift-N  to open the Template chooser.

  • Evaluation period has ended trying to create a BizTalk project in Visual Studio 2013 ultimate

    Hi,
    I am doing a proof-of-concept with BizTalk, and I am using evaluation versions of everything involved, SQL server 2012 SP1, Windows server 2012, Visual Studio 2013 R2 and BizTalk 2013 R2. 
    All worked (relatively speaking) until I finally came to creating a BizTalk project in Visual Studio 2013 R2.
    I installed the relevant BizTalk components on that machine (windows 8.1 32-bit, non eval) and then I get the BizTalk evaluation period has ended error message. 
    I am sort of stumped, I have a long while left on the evaluation period on all involved software, anyone knows what this is about?

    Hi,
    Try repairing the BizTalk installation.
    Mark As Answer or Vote As Helpful if this helps.
    DPS Bali: I repaired the BizTAlk installation and it worked!
    Thanks a lot for your help!!

  • I am trying to create a multi provider from 3 ods?

    hi all,
    I am creating an multi provider from 3 ods. how do i got about in creating dimensions using ods. Can anyone let me know how to create dimensions using ods.
    regds
    haritha

    Dear Haritha,
    You can create dimensions.But you will not be using these dimensions while running query. As you know multi provider doesn't hold any data.
    When you create multiprovder using info cubes.While running query based on multi provider in turn it will use info cube's dimension...
    As there will be not be any dimensions in ODS.
    So while creating Multi provider based on ODS only, you need to create "ZXXXX" dimensions.. just for the sake of creating the dimension ...because if you dont create dimensions in will not allow you to create MP.
    Regards,
    Viren.

  • My iTunes randomly cuts off songs at the end. I've tried to create a new library and reimport my old library, but to no avail. Can anyone help? :)?

    Hi, I am using a MacBook Pro, and downloaded the new iTunes update. I have OS X Lion 10.7.4. It all of sudden is randomly cutting off some songs before the very end of the song. I've tried to read past posts and create new libraries and re-import the old one, but it doesn't seem to help. It is not all of my purchased songs, nor is it all of my downloaded from CD songs, it's just a particularly random set of songs (I haven't checked them all, but it happens every 5 songs or so when I play the whole library on shuffle). This never happened to me before with other versions of iTunes, and when I called the support line the guy says he has never heard of this problem before... ! 
    I have 3000 songs, so I don't want to manually bring each one in again. I am also not super technologically brilliant, so if you have had this problem too and have a simple answer, please help !!!

    I have a similar problem with Itunes - the funny thing is it only does it on my Mac and not my PC running Windows 7 - seems strange the Apple software runs better on a Windows computer.  There are other posts about this here on the forums that have been running for two years with no solution - and I was just about to buy a new Ipod - oh well.

Maybe you are looking for

  • Cannot download apps, it just keeps saying loading but never loads

    When I try to download any apps, they just keep say waiting and waiting and never load, what is the problem, this is getting me very irritated!!

  • Hash is printed in date field in excel output.

    Hello, I am developing a report in abap. Report output is exported to excel by using OLE code technique. The one date field 'posting date '  is  in the system has value i.e 27.12.2009    and i want it to be as 27/12/2009. i have concatenated the inte

  • Debugger Source Lookup

    Hi, I'm developing a simple application service in NW 7.0 SP12. This service should use an imported webservice created from a RFC. But in debug mode when it try to call the operation and I try to step into the method, an error window occure with the

  • Distribution Provisioning Profile - Device ERROR

    Hey, I created a Distribution Provisioning Profile, but somehow, I get an error... When I click Build and Go I get an alert window: The the device doesn't have provisioning profile the application was signed with. (iPhone SDK 2.2.1) It's strange, bec

  • Login Error after installing Lion and migrating from time machine

    I cannot log into Lion under my user setting, I am getting the error: "You are unable to login to the File Vault User account {name} at this time." Apparently I did not turn off file vault before upgrading to Lion and when I set up Lion I did not mig