URL opens only the first project in a box

Hi all

RoboHelp Server 8 and RoboHelp 8

I'm about to have our developers redirect our online help on HR server instead where it is currently kept.  I am interested in the use of the shortened URL:

http://<server-name>/robohelp/server?prj=<project-name>&area=<area-name>

I have two projects in each region.  When I test the URL for the first project in a region, he worked successfully.  However, when I test the URL for the second project in the same area, it only re - opens the first project.  For example:

http://help.acme.com/RoboHelp/Server?PRJ=Project1 & Area = Area1

http://help.acme.com/RoboHelp/Server?PRJ=Project2 & Area = Area1

When I click Project1, it opens and correctly draws the right help.  By clicking the second URL, Open Project1 instead of Project2 as it is supposed to.

It's as if he only reads the first project in a box.  Is - this problem somewhere?  Flushing DNS and clearing history does nothing.

Someone please tell me the obvious error, I do not know I do.

Thanks in advance.

Julie

OK, I think I have a solution to your problem. It seems that the issue is with the underscore in the names of your project. If you remove them, you will be OK for both projects in the same area. Just rename your project in RoboHelp and republish. You need to remove old projects to the Web administrator however.

If it works, and I tested it myself, so it must be, then I ask you to submit a bug report to Adobe using the link below:

http://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform&product=38

Tags: Adobe

Similar Questions

  • When I try to start lightroom 6 it opens only the first window, but nothing more. ligthroom closed several times, restarted the computer, update system, nothing. What can I do?, when I try to start lightroom 6 it opens only the first.

    When I try to start lightroom 6 it opens only the first window, but nothing more. ligthroom closed several times, restarted the computer, update system, nothing. What can I do?, when I try to start lightroom 6 it opens only the first.

    Hi silvers.

    Please make sure that your graphics card and Lightroom 6 are up-to-date. Latest version of Lightroom is 6.4.

    Please check the FAQ and troubleshooting of Adobe Lightroom GPU and disable the use of the GPU in Lightroom.

    What is your operating system?

    Kind regards

    Assani

  • SpeedGrade 2015 - opens only the old project PremierPro files after update.

    Why does it always seems to be collateral damage when Adobe frees the last round of updates for 2015 CC - this time with SpeedGrade. The last update you could open the new PremierPro project files. (see: https://i.gyazo.com/a7b7ccbb2018946daabbaab8741b2a54.png). Curiously, PP project files created before the last update (oldest files) open very well.

    a7b7ccbb2018946daabbaab8741b2a54.png

    Adobe has intensified the question.

    Hi OldScout,

    The last update you could open the new PremierPro project files.

    Probably, this is because the function of Direct link has been deleted in first Pro CC 2013.3 (10.3). Try importing a PCA produced the Premiere Pro sequence instead.

    Sorry for the frustration.

    Thank you
    Kevin

  • In order to improve my skills and ease with Premiere Pro, I bought Adobe Premiere Pro CC Classroom in a Book and began to follow the tutorial. I opened the first project for lesson 1, as instructed, but looks like that when he opened it imported bot

    In order to improve my skills and ease with Premiere Pro, I bought Adobe Premiere Pro CC Classroom in a Book and began to follow the tutorial. I opened the first project for lesson 1, as instructed, but looks like that when he opened it imported two media accompanying the project of the lesson and media one of the practical projects that I've done before. Can someone tell me what I did wrong and why it has imported two sets of brackets instead of only in the media for the lesson. Media for two different projects are not storeed in the same place?

    I found the problem. Sorry if I've lost any time. Please do not take into account. Thank you.

  • Why does my merged project display 2 table of contents for the first project/start?

    I use RH8 and windows 7 and generate Webhelp

    When I generate my merged project I get 2 table of contents of the first project. When I click on other merged projects disappears from the table of contents 2nd and all is well.

    Also, I can't return to my first / start window.

    Here is what I created:

    Main folder

    Parent

    Children

    Project 1 (this is my start/welcome page)

    Project 2

    Project 3

    Project 4

    My Parent file in the table of contents contains new projects and looks like this:

    Project 1

    Project 2

    Project 3

    Project 4

    The only section in the parent file is empty and I put in the following redirection according to the instructions on the site grainge:

    "< meta http-equiv ="refresh"content="0;url=./mergedprojects/project1/project1.htm "/ >

    How stop the TOC 2 on the first page of the project start and how do I display so I can access it later.

    Any help is appreciated.

    Pat

    The start page is not a topic. This is what opens the three components and the topic you see in that is the default theme.

    By default, HR takes the name of your project and which initially applies the page so if your project is called redrabbit, the start page will be redrabbit.htm.

    Many authors can call the redrabbit of the theme by default as it is the name of the project and it seems logical.

    Problem is when the wizard attempts to use it as the default value for the start page, the name is used for the number 1 is added.

    This means that you end up with redrabbit and redrabbit1. If you look in the wizard, you will see the name of the start page, first on the ground. You do not redirect, that redirect you to the default topic that is longer than down in the page of the wizard. The index is that the field is called the default theme.

    See www.grainge.org for creating tips and RoboHelp

    @petergrainge

  • Using ListView with ArrayDataModel displays only the first element in each QVariantMap within the matrix

    I have this QML who have a ListView with datasource to a full ArrayDataModel from the CPP file for creationcompleted, I loop in the table to add the hour together to appear as a label on the page, what works. However, when I want to view these items in the list, it will display only the first element of the QVariantMap within the table, no error on the log of the device. Also, triggered more does not work, but when I click it, it will have a blue border surrounding it, but the onTriggered does not fire.

    Here is an excerpt of the CPP on the table fill

    This-> eventsModel = new ArrayDataModel();

    QVariantMap event;

    event ['EventName'] = "Event1";

    event ["EventHour"] = "00";

    event ["EventMinute"] = "01";

    event ["EventSecond"] = '02 ";

    QML-> setContextProperty ("eventsModel", it-> eventsModel);

    Here's the QML

    {Of container

    ID: eventListContainer

    {To ListView

    ID: eventList

    dataModel: eventsModel

    Use a ListItemComponent to customize the appearance of the list view

    listItemComponents:]

    {ListItemComponent}

    type: 'point '.

    {StandardListItem}

    Title: 'Event' + ListItemData.EventName;

    Description: "time:" + ListItemData.EventHour + ":" + ListItemData.EventMinute + ":" + ListItemData.EventSecond; "»

    }

    }

    ]

    onTriggered: {}

    var selectedEvent = dataModel.data (row);

    var eventDetailPage = eventDetailDefinition.createObject ();

    eventDetailPage.txtEventName.text = selectedEvent ['EventName'];

    eventDetailPage.pickEventTime.value = picker.dateFromTime(selectedEvent["EventHour"]+":"+selectedEvent["EventMinute"]+":"+selectedEvent["EventSecond"]);

    eventDetailPage.open ();

    }

    }

    Any help would be appreciated.

    Thank you.

    ListView determines ItemType of the element by calling the function itemType of the dataModel. By default, an ArrayDataModel returns an empty string for this call (see https://developer.blackberry.com/cascades/reference/bb__cascades__arraydatamodel.html).

    This leaves you with a few options:

    (1) If you have no header and all the elements are the same, you can make

    ListItemComponent {
         type: ""
         ...
    

    (2) If you have headers or different elements, you can extend ArrayDataModel and implement your own function of itemType

    (3) you can define a function of ItemType on your ListView in QML. Documentation:

    ListView called DataModel::itemType() for each item in order to know the type. QML, this can be overridden by declaring the itemType function (data, row) on the ListView element. ListView then call this function instead of the function DataModel.

    Here's how to create a list in QML which creates a header for all items on the high level and aStandardListItem for each item below the top level:

  • An error occurred during the opening of the first CC Pro 2014: first a debug event

    An error occurred during the opening of the first CC Pro 2014: first a debug event

    [c:------cloudroom------frees------2014.9------shared-adobe-mediacore-mediafoundation\API\in]

    I don't know what to do, any help?

    Sem título.png

    Remove effects and Items.prfpset, located in custom presets

    C:\Users\\Documents\Adobe\Premiere Pro\8.0\Profile-

    When succesfull make new project and import an old into new.

    Need to maybe reset the current workspace and pull down of the audiotracks first to reveal videotracks.

  • Rule RTP company fills only the first member of the form

    Hello

    I have a form where the accounts are in lines and measures in columns.

    I have created a business with the {FormAccounts} Variable rule (TYPE: members ... is not a member). Variable is used in the declaration of FIX, so that the calculation applies only to members of the selected account.

    When I select several accounts (online) and BR (via right click Menu) on the appeal form, the guest opens and only the first member of the selection is filled in the variable. When I run the BR, the calculation is applied to this member (which is OK)

    However, I can select several members by clicking the Member Selector and add more members to the variable. The calculation is properly invoked for these members.

    So my question is, why my variable get filled with selected members (I tried selecting names of members [who selects all lines], cells). The variable is RTP, because I wanted to see which members are getting selected, otherwise it may be hidden.


    Somehow the BR integrated: setting-> adjust the data is used when several data cells (members) are selected. Basically, I want my BR to be populated with selected members of the form adjust data works the same way.

    Is this a bug or planning simply cannot fill custom variable br with several selected members of the form.

    I don't make any sense?

    Thank you in advance...

    Sašo

    I think that this is how it works. I tried with a variable whose type is members.

    It is not showing me a prompt when I select several lines. However only works for the first row. (even if the menu is started from the second row).

    Multiple lines selected, variable of type members. only works for the first line of the selection. (in 11.1.2.2) You can try to connect an SR and see what Oracle has to say.

    Concerning

    Celvin

    http://www.orahyplabs.com

  • When I sync my ipod touch with itunes only the first song is downloaded and then he sits for hours

    When I try to sync my ipod touch with iTunes, only the first song seems to be downloaded, then he just "hangs" for hours

    What happens if you try to synchronize not this first song and next song?

    What is listed n the block status of iTunes when it freezes?

  • Apparently I have inadverdently clicked on something that has changed my address book listings to show only the first three letters of each name.

    the column showing my address book now shows only the first three characters of each name
    It's as if they have all been abbreviated

    I try to decipher the names of these three characters before clicking on
    to see the
    address window of the person with all of the information

    I'd like to be able to read the name first & last as before

    Thanks in advance

    Try dragging the column header to create the wider column

  • My Fire Fox download video in support not detected on you tube. It is always shows only the first video that i was downloaded.pls help

    My Fire Fox download video in support not detected on you tube. It is always shows only the first video that i was downloaded.pls help

    I don't think there is much you can do about it outside the use of workaround to reload the page until this problem is corrected.

    There is this bug on this problem:

    I don't know if other extensions download suffer from this issue, as well, so you can try a little more try the website of the add-on and if possible use a different format like WebM, if they are available.

    Also note that not all videos are downloaded and registered correctly. Some may have a size of 0 bytes and fail to download, so, best is to check in downloads of the toolbar Manager in the drop-down list to make sure that the file size is correct (i.e. neither 0 bytes, but a more likely size).

    YouTube streaming makes changes to the code and the way its web pages work, so extensions can fail at any time.

  • I recently changed my IE but when I try to import the Favorites I get only the first two files. How can I get my favorite of all THE? s

    I followed the advice and imported IE Favorites, but only the first two files have met. How can I get all THE files across please?

    Wow. I think I will like Firefox if the aid is so easily available, quick and as good as this. Fixed right away
    Thank you very much
    Kevod

  • When I click on an address, instead of the name of domain appearing in the url field, only the IP address appears. How can I get the real domain to pop?

    When I click on an address, instead of the name of domain appearing in the url field, only the IP address appears. How can I get the real domain to pop?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance/themes).

    You can attach a screenshot?

    Use a type of compressed as PNG or JPG image to save the screenshot and make sure that you do not exceed the maximum file size (1 MB).

  • How to convert only the first false true after a series of real values

    Hello

    I would like to know how I can convert only the first value false true after a series of true values. For example, I want to make the TTTFFF to TTTTFF.


  • Entering a project LV file in VSS, all files in the project are omitted. Only the shell project and settings are vs. No idea why?

    Entering a project LV file in VSS, all files in the project are omitted. Only the shell project and settings are vs. No idea why?

    Chuck72352,

    Hello! It's my understanding you need to add the files separately to Source Code control with the .lvproj file.

    This is a lot of information on Source Code in LabVIEW control practices.

Maybe you are looking for