Best practices for creating a new project from an existing WebHelp

I am currently working to WebHelp Pro (version RH is 9.0.2.271).

I have a WebHelp project that currently supports the 2012 version of one of our projects. What I had to do was to create a separate project for 2013, using files of 2012 as a starting point. I couldn't find a way in HR to create a new project by importing an existing project of WebHelp, so I copied the files of 2012 in a new directory, open the project and renamed it.

What drives this issue is that, as a result of this exercise, all seemed well, for once. However, I recently had to create new topics in the 2012 version. However, when I imported these subjects to the 2013 and compiled project, they disappeared - even if the htm files still appear in the appropriate folder of the file 2013 (when we look at with Windows Explorer).

After reading a few posts on the forum, I thought I might have corrupted my database by creating the incorrectly the new project-, but if what I've done, it's the wrong way to go about this, I don't know what is the right way. I will be grateful for any suggestion.

The easy way to do this is to create a copy using Windows Explorer.

Open the project and click file > rename.

Then you have your project is ready in 2013.

See www.grainge.org for creating tips and RoboHelp

@petergrainge

Tags: Adobe

Similar Questions

  • What are the best practices for creating only time data types, and not the Date

    Hi gurus,

    We use 12 c DB and we have a requirement to create the column with datatype of time only, if someone please describe what are the best practices for the creation of this.

    I would strongly appreciate ideas and suggestions.

    Kind regards
    Ranjan

    Hello

    How do you intend to use the time?

    If you are going to combine with DATEs or timestamps from a other source, then an INTERVAL DAY TO SECOND or NUMBER may be better.

    Will you need to perform arithmetic operations on time, for example, increase the time to 20%, or take an average?   If so, the NUMBER would be preferable.

    You are just going to display it?  In this case, DAY INTERVAL in SECONDS, DATE or VARCHAR2 would work.

    As Blushadow said, it depends.

  • Best practices for retrieving a single value from the Oracle Table

    I'm using Oracle Database 11 g Release 11.2.0.3.0.

    I would like to know the best practice to do something like that in a PL/SQL block:

    DECLARE
        v_student_id    student.student_id%TYPE;
    BEGIN
        SELECT  student_id
        INTO    v_student_id
        FROM    student
        WHERE   last_name = 'Smith'
        AND     ROWNUM = 1;
    END;

    Of course, the problem here is that when there is no success, the NO_DATA_FOUND exception is thrown, which interrupts the execution.  So, what happens if I want to continue despite the exception?

    Yes, I could create a block nested with EXCEPTION section, etc, but it seems awkward for what seems to be a very simple task.

    I've also seen this handled like this:

    DECLARE
        v_student_id    student.student_id%TYPE;
        CURSOR c_student_id IS
            SELECT  student_id
            FROM    student
            WHERE   last_name = 'Smith'
            AND     ROWNUM = 1;
    BEGIN
        OPEN c_student_id;
        FETCH c_student_id INTO v_student_id;
        IF c_student_id%NOTFOUND THEN
            DBMS_OUTPUT.PUT_LINE('not found');
        ELSE
            (do stuff)
        END IF;
        CLOSE c_student_id;   
    END;

    But it still seems to kill an Ant with a hammer.

    What is the best way?

    Thanks for any help you can give.

    Wayne

    201cbc0d-57b2-483a-89f5-cd8043d0c04b wrote:

    What happens if I want to continue despite the exception?

    It depends on what you want to do.

    You expect only 0 or 1 rank. SELECT INTO waiting for exactly 1 row. In this case, SELECT INTO may not be the best solution.

    What exactly do you do if you return 0 rows?

    If you want to set a variable with a NULL value and continue the treatment, Frank's response looks good, or else use the modular Billy approach.

    If you want to "do things" when you get a line and 'status quo' when you don't get a line, then you can consider a loop FOR:

    declare
      l_empno scott.emp.empno%type := 7789;
      l_ename scott.emp.ename%type;
    begin
      for rec in (
        select ename from scott.emp
        where empno = l_empno
        and rownum = 1
      ) loop
    l_ename := rec.ename;
        dbms_output.put_line('<' || l_ename || '>');
      end loop;
    end;
    /
    

    Note that when no line is found, there is no output at all.

    Post edited by: StewAshton - Oops! I forgot to put the result in l_ename...

  • Best practices for automation of ghettoVCBg2 starting from cron

    Hello world!

    I set up an instance of vma for scheduling backups with ghettoVCBg2 in a SIN store. Everything works like a charm from the command line, I use vi fastpass for authentication, backups complete very well.

    However, I would like to invade the cron script and got stuck. Since vifp is designed to run only command line and as I read not supposed to work from a script, it seems that the only possibility would be to create a backup user dedicated with administrator privileges and store the user and pass in the shell script. I'm not happy to do so. I searched through the forums but couldn't ' find any simple solution.

    any IDE for best practices?

    Thank you

    eliott100

    In fact, incorrect. The script relies on the fact that the host ESX or ESXi are led by vi-fastpass... but when you run the script, it does not use vifpinit command to connect. It access credentials via the modules of vi-fastpass which don't vifpinit library but as you have noticed, you cannot run this utility in off-line mode. Therefore, it can be scheduled via cron, basically, but you must run the script interactively, just set up in your crontab. Please take a look at the documentation for more information

    =========================================================================

    William Lam

    VMware vExpert 2009

    Scripts for VMware ESX/ESXi and resources at: http://engineering.ucsb.edu/~duonglt/vmware/

    Twitter: @lamw

    repository scripts vGhetto

    Introduction to the vMA (tips/tricks)

    Getting started with vSphere SDK for Perl

    VMware Code Central - Scripts/code samples for developers and administrators

    VMware developer community

    If you find this information useful, please give points to "correct" or "useful".

  • Why am I forced to constantly create a new project from an old project name?

    Everytime I open a project I worked on, say yesterday, GarageBand requires me to create a new name with a number attached to the current name. So, I have to remove my old project and rename the a new back to the old.   Is there a way I can work on a project that I have already created without being obliged to give him a new name over and over again?  It's so frustrating and so it seems useless.

    Everytime I open a project I worked on, say yesterday, GarageBand requires me to create a new name with a number attached to the current name.

    Which should occur only if the projects that you open have been created by a different version of GarageBand, for example, GarageBand iOS on iPad. In this case, GarageBAnd needs to create a converted version and record the original, because the new version is more readable by the other version of GarageBand. Or, if the project you are trying to open is write protected.

    Have you created projects on another device or another user account?

  • Create a new project from an old project

    I have a project I want to duplicate and store in a folder separate from SVN.  The reason is that it contains 4 files deleted with conditional compilation tags.  The help file system architect wants with the subjects (canceled) and another file without the help topics.  Does make sense? Can I copy the project to the folder of my project on my C: drive and then open it as a new project and proceed to take off the conditional constructions files I deleted?

    Looks like you're ready, then go for it.  That's the good thing about output - you can always start again, so all is not lost if they don't go the way you want.  It's the source files, you don't want to screw up.

  • Best practices for the storage of information from lead

    Hi all

    I use a qualification process using a script assessment of lead. Via this script our reps ask the potential customer 8 questions and a score is calculated.

    Now, the reps will begin the process to convert leads into opportunities - in order of priority according to the script of assessment score.

    Then information that is entered in the assessment script is stored in 8 fields in the lead record and is relevant to only one service in a hospital (anesthesia fx). This information is very valuable to us in the future - because it tells us about the potential prospects for the purchase of other products.

    Now, I want to make sure that this information is passed on the most appropriate way when wires are converted into accounts, contacts, and opportunities. My first thought was to create 8 new fields in the opportunity record and communicate with the record type and map the conversion of lead to these areas. Through reflection, this would help me with a large number of redundant data. Also the data will be regularly updated - which will cause problems with this solution.

    Another option is to display the fields of 8 lead and related information on the opportunity and contact record details page. Or I could pass data to the contact record and tell officials that this is where it should be updated in the future.

    I'm pretty new to OnDemand, so I couldn't be on the right track here! Any help will be much appreciated :-)

    Kind regards
    Allan

    Allan, once the lead is converted the lead record (with your 8 domains) is available as a related under the opportunity and contact records record. This allows you to make updates to these fields without having to do several times if you match during the conversion from lead.

  • Create a new record from an existing record

    Hello

    -----------------------------
    Scenario of
    -----------------------------
    Block H-> table header has an identifier of main text field called 'ID' (field ID is generated only after registration)
    D1 block multi retail-> table B
    Details of multi block D2-> table C and who is a child of the Table B.

    Table C is filled in the post - insertion of table B and reviews of D2 are read in a view / read only the form by clicking a block
    -----------------------------
    Requirement
    -----------------------------

    The user wants the ease of copying the entire feature. The requirement is to create a new record to be created with the original values of the existing record and the recording of a new value should be generated in the field ID.

    We have a copy button.

    We wonder what is the approach to be taken for this. A create_record and duplicate_record will work in the copy button

    Please suggest... pointers on what other things need to be supported, so that the final result a new record successfully. Would appreciate an approach of details here...

    Concerning
    SR

    Take a look at the DUPLICATE_RECORD() built into the forms help system. It will create a new record and copy all values from item in table of basis of registration that has focus and copy the values to the new record.

    Craig...

  • What is the best practice for creating Volumes

    Hello.

    I have storage SAN Dell Equiliser PS 6000 model. configured with RAID 50. and FEPs 4TB

    1. I want to present the server 2 hosts 2 TB and 2 TB Volumes. is it good to put it this way or

    2. can I submit each Volume separately to each Vertual Machine... ???

    My friends said that method 1 is good practice.

    3 and I use the IP address of the host to present volumes it's correctly.

    4. If I use host NIC to present Volumes. so can I use the same NETWORK card like switch virtual or not.

    Please give me the urgency to answer.

    Thank you.

    Hello

    Re: 1

    If you have a table of 4 TB, use all the available space on the table.  This will reduce performance long-term.  The table needs unallocated free space.  If you use replication or snapshots.

    Re: 2

    If you do not use a file system capable of cluster, then do not connect several servers the same volumes.  Each server has access to its own volume.  You can connect either using the hypervisor (AKA Raw Device mapped LUN) or directly from the virtual machine.  Which is known as the "Storage Direct".  If your server is running Windows, with this configuration, you can use the Host Integration Toolkit / edition of Microsoft (HIT / ME) to provide improved MPIO and better integration with SharePoint, MS SQL and MS Exchange.

    Addresses using IP is fine to control access.  It's a personal preference.  It is possible to make a mistake and allow multiple access to the server when using just IP addresses.  Or an address can be spoofed as well.  A safer option is to use a CHAP username / password combination.

    About your last two questions, I'm not sure that I completely understand.

    The iSCSI network must be on its own.  If each virtual machine or a physical host linking would have their own network interface cards.  Whether it's virtual network adapters or the physical network interface cards. With virtual switches, it should have devoted HW NIC and iSCSI traffic.  But those that can be shared by multiple virtual machines.

    Kind regards

    Don

  • Best practices for connecting to a database from a Web service

    I develop Web services that need to connect to an Oracle database. Currently, I connect to the database using jdbc as this class:

    con = DriverManager.getConnection (connectURL, "HR_DATA_READERS", "xxxxx").

    I do not like this approach because it hardcodes the connection string and account information. One of our colleagues has suggested that we use the properties file, but this leaves the user name and password in full view. Given that we can define jdbc dataources on the server of the SOA and the server offers all the nice features like pooled connection etc, is there a way to connect to the database using the data source defined the SOA rather than defining a connection server jdbc in the Web service itself? Is the best way to do it or is there still a way paste?

    Thank you

    Hi, Alix,.

    If you are JEE compatible environment. i.e. WLS 12 c, you can use resource injection approach, instead of manually coding the above proposed DS research.

    More information on injected resources and you will find here - http://docs.oracle.com/cd/E19226-01/820-7627/6nisfjmbl/index.html

    "For example, you can use this tutorial - Servlet JDBC DataSource resource Injection" Open tutorials

    Take a look at sections 5.3 and 5.4 only, which is what the code should look like and how to configure resource in the web.xml file.

    And always use finally to try to close the db connection, otherwise in the case of exceptions, as it is not returned to the pool and at some point he's going to get exhausted.

    Hope this helps,

    A.

  • Best practices for creating data warehouses

    I have 10 iSCSI LUN (all on the same device), each 1.8 size to which I want to introduce ESXi to create data warehouses.  Are there all recommended for how I divide these LUNS to the top, or should I just do a giant data store?  Maybe there are performance factors to consider here?

    If I had to do 10 1.8 data stores to I can see a problem on the road when I need to expand a vmdk but cannot because there is not enough free space on the data store, it would be less of a problem if I had a giant data store at first.

    Thank you.

    First of all, it's one of those type questions "how long is a piece of string.

    It depends of course of the VMDK number you're going to be running, the available storage, the type of storage, IO, storage, type of virtual machines etc. etc. etc.,

    Things to consider are for example, you have a storage that deduplication and storage cost a major factor (and so on)
    Of course. . almost always, a cost reduction is equivalent to a drop in performance.

    In any case, a rule very loose, I have (in most cases), among which I size LUN somewhere between 400 and 750 GB and rarely (if ever) have more than 30 VMDK per LUN.

    Almost always, redirect the request to the following resources:

    first of all, the maximum rates of configuration:
    http://www.VMware.com/PDF/vSphere4/R40/vsp_40_config_max.PDF

    http://www.gabesvirtualworld.com/?p=68
    http://SearchVMware.TechTarget.com/Tip/0, 289483, sid179_gci1350469, 00.html
    http://communities.VMware.com/thread/104211
    http://communities.VMware.com/thread/238199
    http://www.yellow-bricks.com/2009/06/23/vmfslun-size/

    (although Post-andre above covers most of them)

  • Best practices for Smartview when upgrading from Excel 2003 to Excel 2007?

    Anyone know the best practice for Smartview during the upgrade from Excel 2003 to Excel 2007?


    Current users have Microsoft Excel 2003 with Smartview 9.3.1.2.1.003.

    Computers are upgraded to Microsoft Excel 2007.


    What is the best practice for Smartview in this situation?

    1. do nothing with Smartview and just install Excel 2007.

    2. install Excel 2007 and then uninstall and reinstall Smartview

    3 uninstall Smartview, Excel 2007 installation and then install Smartview

    4 something else?


    Thank you!

    We went with option 1 and it worked very well. Be aware that OAS Treaty substantially slower in Excel 2007 to 2003. Many users have been/is unhappy about the switch. We have not tested SV v11 yet, so I don't know if it has improved performance with Excel 2007 or not (hopefully it does).

  • Creating a new project in 24 p: 24 p conversion method

    Hello

    I created a new project from scratch in 24 p.  I made sure that my settings were appropriate to my configuration, i.e. DLSR 24 p and much more.

    All shows I work now, from below in 24 1920 x 1080 p on my screen of information.   Cool.

    Screen shot 2011-03-01 at 7.05.44 AM.png

    However, when I set up my new default values of the sequence, I get this option box slightly confused displayed below for my reading settings:

    Screen shot 2011-03-01 at 7.07.55 AM.png

    Is it true that "24 p conversion method" mentioned in my playback settings in the default values of the sequence made reference to how any interlaced video I will be converted in the 24 p format?

    Thank you

    Matt Dubuque, 100 trees

    Is it true that "24 p conversion method" mentioned in my playback settings in the default values of the sequence made reference to how any interlaced video I will be converted in the 24 p format?

    No, it dictates how material 24 p will be displayed on a device of 29.97 standard play, such as a TV or monitor that displays your output from the program monitor via a 1394 device (FireWire, alias). This is only for external monitoring; It has no effect on internal (i.e., in the program monitor) reading.

    The result is that, unless you are using a connected DV equipment and the monitor, you can ignore this setting.

  • I just want to know how it happened to one of our producer/Editor. It is his story. "She hung the three hard drives to 9 from FCP, has opened the program from Premiere Pro and created a new project file. Then she dragged by season by show .mxf files in th

    I just want to know how it happened to one of our producer/Editor. It is his story. "She hung the three hard drives to 9 from FCP, has opened the program from Premiere Pro and created a new project file. Then she dragged the files, .mxf per season per show in the Premiere Pro project file. To organize additional files in labels and others per show per season, she decided to redo the project file. She highlighted the files on the window of Premiere Pro and click on delete. She then tried to repeat the move but this time, the program could not read the file type extension. One of our Publisher checked raw materials of the external hds but unfortunately the files is no longer there. Our question is how it happened because according to her, there is no prompt that it will be deleted in the external source files. Please help so that we can avoid it in the future. Hoipng for your immediate response. Thank you

    First does not remove the files. The option to delete files from the hard drive only appears when you perform offline files in the first project window.

    The editor is sure that she has deleted the files in the window of Premiere project and not on the hard drive itself?

    >>

    Better is not not to drag but to import or to ingest via Media Browser in the first.

    I'm guessing she files deleted from the hard drive.

  • Best practices for concocting scenes in a Flash project?

    Hi, I am currently working on a flash project with the following characteristics:

    1. using a PC
    2. 2048 x 1080 pixels
    3. 30 images/s
    4. An audio file playing (once) continuously throughout the project
    5. There are actions that pertain to audio, so timing is important
    6. at least 10 scenes
    7. length total about 7 minutes
    8. current intention is so that it can be played in a theater as a surprise modern

    What is the best practice to work on this project and then compile together?

    Do it all in a project file?

    Split the work in different projects (xfl) records for each scene, and then put together when all the scenes are finalized?

    Use a project file, but create different "scenes" for each respective stage?  I think this is the 'classic' (?) way.

    Make the scenes "clips" and then insert them into the timeline with audio as its own layer?

    Others?

    I am currently working on him by all in the file of a project.  But I noticed that there is some lag (or it is jerky) portions during playback and the SWF story watch 3.1 MB with a yellow triangle with an exclamation mark symbol.  Thanks in advance.

    you who would do only if it makes your job easier.  in General, it would not be.

    When you try to synchronize sound and animation, I think that most of the authors find it easier to use graphic symbols, because you can see their animation when the main timeline scrubbing.  with movieclips, you see only their animation during the test.

    However, if you use actionscript to control some of your symbols, these symbols must be movieclips.

Maybe you are looking for

  • My (partially Apple music) iTunes library does not appear in app Remote.

    Hello world I am aware of the fact that Apple's Remote application does not support Apple music, but the Remote app on my iPhone does not even recognize the iTunes library on my Mac. House sharing is enabled on my Mac and the two devices are connecte

  • Satellite C875-150 does not start at all (Win8)

    Hey,. I'm running a c875-150 Satellite with Windows 8, which gets to the screen of the toshiba leading innovation, boots loop for a bit and then just hangs there. I tried to hold F8 as it boots up. I tried to hold F12 as it starts. (adjustment means

  • Intel Pro/Wireless 3945ABG cannot load the driver

    Wireless worked fine since I bought this laptop Now it has stopped working and has a yellow exclamation mark in Device Manager - it says "this device does not work properly because Windows cannot load the drivers required for this device. (Code 31) »

  • Contacts on SIM i465

    I have an i465 clutch from boost. did someone knows if contacts are automatically stored in the memory of the SIM card or phone? I have went through all the menus and see no option to save a contact in the phone or the SIMs and I was wondering where

  • How is it Mac can install windows, but windows is unable to install Mac?

    I am user of PC and as a computer technician. I installed a lot of windows in Mac OS using bootcamp or parallel. However, there is not an option for the PC user to install Mac OS such as parallel or bootcamp. I'm so confused why PC (I mean all PC) ca