VHA 3.0.1 Only generates Page 1 of a report-card report.

Hello,
Is this a known issue and is there a workaround/fix?
Using the default VHA 3.0.1 (not 3.0 patched to 3.0.1) I have data in the dataset, the report card shows data, and I have enforced the 'Include in report' option. I have also used the traffic light option against some of the components. When I click on the "Generate Report" option a word document is created and exported, but it's only 1.5MB and only contains the cover page with the VMware template logo. This was in the OVF form of the tool. However, I have since tried the ThinApp version, and that behaves in the same manner. The logs show that the report generated successfully without errors, so a tough one to troubleshoot.
Other tests include using a different dataset, but again, same story. Do I have to select "Include in report" for all components before I generate the report? If I do that's going to hurt time-wise, unless there is a global setting somewhere.
Note I'm on site today and tomorrow (Wednesday 6th Oct), so any help appreciated.
Regards,
Toby

Hi Toby,
We have not seen the issue (truncated word document) you describe. Would you be able to send the document, dataset and logfiles to [email protected]?
Regarding the "Include in Report" question, each best practice has a flag which determines whether the recommendation/observation for the best practice is included in the generated word document. This flag can be "include", "do not include" or "include based on grade". In standard mode, all best practices are set to "include based on grade" which means that the best practice will be included in the report if you assign a "Priority" grade (red, orange, or yellow). Thus, for a typical report, you won't need to change the "Include in Report" flag for very many best practices (if any).
In base mode, however, the default value for "Include in Report" is "do not include". This is because base mode is designed for a quick report with only 10 (at most 20) best practices included in the report. For this, you'll need to manually set the flag to "include" to have them included.
Either way, setting this flag shouldn't take much time. Please let me know if I misunderstood your question.
Thanks,
Tobin

Similar Messages

  • The web server in j2eesdk1.3 only generate pages not larger than 8K(8192B)?

    I use j2ee sdk1.3 now to develop a web site,
    ejb for background operations, jsp for display.
    And I use deploytool to deploy them.
    But I find that the web server can only generates web pages less that 8192 bytes.
    Where can I set the parameter?
    Thanks!

    and if web pages are larger than 8192 bytes,
    them will be truncated.

  • HELP! Need help generating TEXT-ONLY portal page...

    Text Only Portal Question:
    PLATFORM:
    =================================================================
    Sun Solaris (5.2 if memory serves) for db and mid-tier, running
    8.1.7 DB and 3.0.9 (1.0.2.2) portal.
    THE NEED:
    =================================================================
    I need to display text only portal pages. Some of the more
    detailed concerns at this point are below. Also, I've had an open
    tar on Metalink for about two weeks, and after research from
    their end has resulted in no help.
    THE ISSUES (so far):
    =================================================================
    IMAGES:
    If an anchor [A HREF=...] tag uses an image as it's "text", I
    need to strip out the ALT= text to show inside the anchor. If no
    ALT text is available, then I would like to show the image name
    as a default.
    For example:
    <img src=home.gif
    alt=Home>
    should display as:
    Home
    FORMS:
    How do I get the resulting page from a form (which include the
    login inputs and submit button, search box, advanced search page,
    etc.) to be displayed by the text only page?
    For example:
    When a form is called, the <FORM> elements are as follows:
    METHOD=GET or POST
    ACTION=url (relative or absolute) to the script.
    In this case, the action value is:
    ACTION=/servlet/page?
    pageid=6&dad=portal30&_schema=PORTAL30.
    This calls the advanced search API.
    I would expect that to redirect the browser back to some
    text-only version, the ACTION= element would have to be changed
    to be something like:
    ACTION=[pathscraper]?/servlet/page?
    pageid=6&dad=portal30&_schema=PORTAL30
    REDIRECTION:
    What happens when portal pages redirect internally? How do you
    get back to the text-only page?
    For example:
    The login link on the standard Oracle Portal home page flips
    from url to url to get to the actual login page. Our
    implementation of Oracle portal goes from
    [DOMAIN]/pls/portal30_sso/portal30_sso.wwsso_app_admin.ls_login
    to [domain]/pls/portal30_sso/portal30_sso.login_page.
    Since this is standard Oracle redirection, how can it be
    intercepted so the portal30_sso.login_page can be presented as
    text only?
    TRIED SO FAR:
    =================================================================
    I've written a socket/text scraper in Perl, running it from a web
    server. The problems mentioned above are really causing problems,
    plus the whole cookie thing. Since Oracle Portal tries to push a
    cookie to the client, when the client is another UNIX server,
    the cookie thing doesn't work.
    POSSIBLE OTHER SOLUTIONS:
    =================================================================
    Something...anything. I've tried to think of some method to
    create some sort of PL/SQL procedure to catch the content then
    strip out the HTML calls.
    An Applet to do the same thing, but on the client side, but
    since time is an issue, coding a complete Java applet isn't
    really an option.
    THE CONCLUSION:
    =================================================================
    HELP! I need some help. This is for a client that is government
    funded, and to meet Section 508 (part of the Americans with
    Disabilities Act that states web sites and applications must be
    made accessible. A text-only page is one of the requirements for
    an accessible page.
    Thanks,
    Ryan Stefani
    ps: feel free to contact me via [email protected] or
    [email protected]

    Use Find/Change and the GREP tab.
    Search for .+ and set the Find formatting to find the charcteristics you want.
    What will you do with this text once found? You'll need something to "change" to, either new text or Change Formatting options...

  • [ACS 5.2] Reports only 100 pages?

    Hello,
    Our Cisco ACS logs more than 50 000 authentications per day.
    If I want to see today's authentications with reports viewer, "only" 100 pages are displayed. (few hours...)
    How can I retrieve all authentications for a specified day?
    Thanks for your help,
    Patrick

    Hello Patrick,
    The ACS 5.x was designed to keep only 100 pages of logs. This unit generates a lot of information that will saturate the server if everything is stored in the internal hd, so there is an option to send these logs to an external Syslog server, this option is located under System Administration/Log Configuration:
    http://www.cisco.com/en/US/partner/docs/net_mgmt/cisco_secure_access_control_system/5.3/user/guide/admin_config.html#wp1063768

  • How to query on a single row form using only one page

    Hi APEX experts, I am just a beginner in apex and I face several problems on development. Despite that the forum helps me a lot and your answers to other people are valuable , I have stacked into something. Could you please someone tell me : if there is a way to define a single row form page based on table in which I could query and update without using a tabular page (to call the single row form). I want only to use only one page. Does APEX has this functionality? Thank you very much?

    I haven't tried it, but I am going to guess that yes it's possible (or if I were going to do this, this is what I'd try and I suspect it will work).
    If you take a moment and step back and look at what the wizard does when building a "form on a table with report", all it does is build two pages with page 1 (report overview with drill-down Edit button or link usually) calling page 2 (form) and setting the PK field on the page 2 form with an automated row fetch process and built-in DML processes. It's not that hard.
    Page 2 really doesn't care what the calling page was in order to query a single row; it just cares that ANY caller sets the primary key value for the ARF process to fetch a row. So I would just make page 2 call itself. This is what I'd do (and you might have to fine-tune little things that I might not have forseen but I think this will work).
    For the sake of example, let's say our table is PARTS and in it is a PART_ID, PART_NUMBER, PART_DESCRIPTION, PART_COST, etc. Assume PART_ID is the primary key and sequentially assigned by the DB in a trigger and is functionally meaningless to the user and is for PK purposes only. Let's assume PART_NUMBER is a unique key (although not the PK) by which the user will "know" a unique row (since the PK of PART_ID is more internal and not meaningful to the user). Assume PART_DESCRIPTION, PART_COST, etc. are just attributes.
    1. Use the wizard and build a "form on a table with report". This is just to get the handy dandy ARF process and DML processes, validations, etc. all generated for you. Let's assume the report page is Page 1 and the form is Page 2.
    2. When done, delete the report page entirely (so delete page 1).
    3. Edit the form page (page 2) and change any branch references from the nonexistent page 1 to now be page 2.
    Now here's the part where something has to set the internal P2_PART_ID field when page 2 is run. So why not set it from itself from something the user will uniquely enter?
    4. Create a P2_PART_NUMBER_FETCH item (text item is fine or if you want a LOV or whatever that's good too....whatever works. For clarity, you might even want to create a separate "search" or "query" region separate and above your existing form region to set this field apart visually so users know it's a search field. Source for this field should be "only when current value in session state is null".
    5. Created some sort of "GO" button to go along with the P2_PART_NUMBER_FETCH field.
    6. Make sure none of your existing post-submit processes fire when GO is pressed (edit all of the computations and validations and processes and ensure that they have conditions such that they do not fire when the submit value is "GO", so like a PL/SQL expression and set to v('REQUEST')<> 'GO').
    7. Add a new validation to your page that only fires when GO is pressed. Have it validate only when GO is pressed. Have it validate that P2_PART_NUMBER_FETCH is not null.
    8. Add a new PL/SQL process to your post-submit processing that only fires when GO is pressed. Have it look up to the database based on P2_PART_NUMBER_FETCH and get the PART_ID that corresponds to the part number the user entered and set the part number, something like this (even better for style and reusability if you embed this in a DB package function and call it):
    SELECT part_id
    INTO :P2_PART_ID
    FROM PARTS
    WHERE PART_NUMBER = :P2_PART_NUMBER_FETCH;
    9. Not sure if the branches that were generated will suffice for this (might need to add a new one...review what you have and see) but the bottom line is that the page should branch to itself (page 2) and not clear the cache.
    10. When the page repaints, since :P2_PART_ID is now populated in session state (again, page 2 should not care how it got populated...only should care that it did get populated by anything (including itself)), the automated row fetch (ARF) should fire and query up the row from the database for editing.

  • Edge Animation plays only after page refresh in Firefox

    There is an issue with animation playback in Firefox (I have the newest version - 27.0) - it works only after page reload or if you go to another page and come back to the home page.
    I've saved Edge animation as .oam package and placed into Muse. My animation is floating clouds right above roof on homepage.
    When I open html generated by Edge Animate in Firefox it works perfectly at once.
    Please help!
    I would appreciate any advice.
    Thanks!
    Here is my site http://www.digidom.kz.

    Same FF version here, your page loads fine here, upon first visit and subsequent visits.
    Have you tried clearing out browser cache; restart FF then reload/revisit your page.
    Darrell

  • What is the best way to auto-generate pages at an interval?

    In order to minimize the server's workload we're exploring
    ways of auto-
    generating pages that have dynamic content throughout our
    website.
    I know we could use CFSCHEDULE and have it make an
    HTTPRequest as its
    operation to read the dynamic page then use output to write
    the resultant
    page. However, if an error occurs during the request, the
    result is can be a
    blank file.
    So would it be a better approach to use CFSCHEDULE to run a
    page that would
    have the error checking using CFTRY and CFCatch, and as a
    result, have a
    go/no-go in terms of overwriting the previous successful
    version of the file
    via cffile?
    Does anyone have an example of such a system that would keep
    me from re-
    inventing the wheel?
    Thanks for your help,
    Michael Brown
    Webmaster
    Texas Department on Aging and Disability Services

    Michael,
    i have a "refresh" page for monitoring updates on a client
    site... the only issue is that this page must be kept open but it
    does goes thru numerous data sources and updates any pages as
    needed.
    nice thing is that you can keep a running track of generated
    content (with links) and check for errors, etc...
    basically page has line
    <META HTTP-EQUIV="REFRESH"
    CONTENT="900;URL=home.cfm?pdg=1&pdgg=1&pncom=1&dtst=1">
    the 900 is seconds (15min) and it just calls itself each
    time. page has all functions and reporting written in
    maybe will work your requirements. rest is just tags to
    trigger queries, etc and keep out the nosy.

  • Printing list view -- only 1 page?

    I've just switched from Windows and Outlook to Mac with iCal and Entourage. When I try to print from iCal in list view so I can see all the info relating to events it won't let me print more than can fit on 1 page (I use A4), limiting me to only a few days whatever I have selected in the date range. Have I missed something or is there a way round this problem?

    Stephen Del wrote:
    When you are proofing a page, you must remember to check the page range button as it defaults to all after each page is printed. How do you change this default? We have printed many copies when we are thinking that only one page will go. We toggle between idd5 and pagemaker 7. When you print a page in pagemaker 7.0 it keeps printing that page until you select another option. We are reluctant to move up because of lack of compatability with our print devices and the ppd's. Thanks
    Perhaps some knows of a script that can do this. Have you tried asking on the InDesign scripting forum?
    Have you considered exporting to PDF, extracting the single pages, printing them from Acrobat or Reader? With full Acrobat, you can create a document from all open PDF files, then you can print that collection of pages from Acrobat. Another approach would be to placed the saved single-page PDFs into a new InDesign file and printing that file.
    Yes, it's extra steps to create one, but if you have many singles to print, collecting them in a file would let you print as many singles as are in your assembled document in one print command.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Preview shows only one page of article

    I have a 23-page portrait-only article for which I can preview only one page.  Normally it is the first page, but if I click on any other page, the preview shows that page -- but the slider on the bottom of Content Viewer shows only the first page regardless of what page is in the preview window.  I'm a newbie at this, and this is my second article; the first one worked just fine.  Put them together in a folio, in either order, and the "normal" one shows all pages, and the other shows only page 1.  Any thoughts?
    Jose

    Silly newbies... I read some of the layout options in Plain English.  Apparently, if the article isn't set to "horizontal swipe only" it's on vertical swipe only, not "optional."  The Aha! moment came from accidentally brushing the mouse so that the preview scrolled upward, revealing the pages hidden below.  Now I get it.

  • Crystal report displays only few pages,

    Hello,
    We have problem with crystal report preview option. Basically its a cross tab report and when we have a preview it displays only two pages. Even though we have 40 pages worth data.
    When we export to PDF we see all pages of data. If we print directly from crystal only 2 pages gets printed.
    Thanks
    Sridhar.

    May i know the pages spreads over horizontal or vertical?
    Regards
    venkat

  • Display value in footer on only last page:

    I have the same footer on 3 of my master pages. Depending on data, my form may grow to several pages.
    The first 2 master pages display exactly once and the third page grows to no. of pages depending on input data.
    Is it possible to script some event so that the textfield on footer displays only on last page?
    I have seen examples of xfa.layout.pageCount() and xfa.layout.page(this), and tried the conditions on if last page =  currentpage, show/hide  the value of text field in the footer.
    If there are 10 pages, system should display the text value in the footer only in the 10th page. If the form got only 2 pages, it should display only on second page.
    I tired all kinds of scripting with pagecount and page(this). But the script is effecting all the pages irrespective of first/ last page.
    I will be greatful if you can put the sample code/ form on how to do this.
    Thanks,
    Krishna

    Hi Paul,
       Thank you for the logic.
    Actually I tried this.
    I have some fields in the 3 footers which got some explicit binding. If I put some value in the first page footer in this field, and if the logic (current page != no.of pages) , the value is getting reflected in all pages without checking for further pages.
    I figured out what the actual problem is. It's not with page logic. But with the externally binded fields. If we put the calculated field for one footer, the form will keep the same value without taking from external binded xml. I tried it in a alternate way by getting these values using calculated fields and that worked for me.
    Krishna

  • I bought an iPad and an iTunes card, I want to buy an application from the Apps store but it only gives me the option of credit card.  How can I buy Pages with my iTunes card to my iPad? thank you

    I bought an iPad and an iTunes card, I want to buy an application from the Apps store but it only gives me the option of credit card.  How can I buy Pages with my iTunes card to my iPad? thank you

    Have you redeemed your iTunes card to an account associated with an Apple ID?
    Once you have your iPad associated with an Apple ID AND you have an account with a credit card associated with the same Apple ID AND you have some 'store credit' (from redeeming your iTunes card) then purchases use the store credit before they charge the credit card, so you should be ok!
    Personally, I use 'store credit' as a way to monitor whether or not there have been any 'unauthorised' purchases because as soon as the store credit is zero, the security code from the credit card is needed for further purchases!  It does mean that I have sometimes to top up store credit before making a purchase, but 'better safe than sorry'! 

  • How to force a page break if report is only one page long

    Hi all.
    I've been asked to ensure an XMLP report is always 2 pages long, even if the data fits on one page. Does anyone know if it is possible with the Word Add-in to check if a report is only 1 page long and get it to force a page break for the extra page?
    Thanks for your time,
    Joy

    Hello Joy,
    We are working on a bi report that has duplex printing and facing the issue in skipping an extra page when printing multiple people at the same time.
    Please let us know did you already have a solution for this.
    Thanks in advance for your time and solution.
    Best Regards,
    Vinodh

  • I am a serviceman deployed to East Africa, and I bought an itunes gift card but cannot use it to purchase anything because itunes sends me to the billing page for a credit card but I only want to use the gift card, how do I get pass that?

    Hello, deployed an want to use an itunes gift card after I put in the number to use it and purchase music itunes continues to take me back to the credit card billing page. I only want to use the gift card, how to I get pass the credit card billing page. Also as soon attempt to put in my new credit card number it immediately times out can this be associated to where I'm located?

    Go to your account on your computer and set the credit card to none. This will allow you to use the gift card.

  • Creating iphoto book and can't seem to view/ work on only one page at a time.

    I am creating an iPhoto book and can't seem to view/work on only one page at a time.  The Navigator, that allows you to focus on a part of the page is actually 1 1/2 pages in size so 1 1/2 pages are in view when trying to work on one page.  What am I doing wrong or how can I fix this.  It is very distracting viewing half of a previous page when trying to create a new page and write a story to go with the related pictures.

    My Navigator seems to be to large.  It covers 1 1/2 pages while in the training information it shows as the size of one page.  Is there a way to adjust the size of the Navigator?
    You can hover the mouse over the left border of the Navigator - then the cursor will turn into a resize cursor and you can drag the border and make the Navigator panel smaller by enlarging the source list.
    Or drag the lower right corner of the iPhoto window and shrink the appliaction window. This will only make the navigator smaller - the source list and information panel will stay the same size.
    Regards
    Léonie

Maybe you are looking for

  • NLS CHARACTER SET 변경 방법 (ORACLE 7)

    제품 : ORACLE SERVER 작성날짜 : 2004-11-09 NLS CHARACTER SET 변경 방법 (ORACLE 7) ====================================== PURPOSE 이 자료는 Oracle RDBMS SERVER에서 NLS CHARACTER SET 변경 방법에 대한 내용을 소개한다. [ ORACLE 7 에서만 가능 ] 데이타베이스의 CHARACTER SET은 데이타 딕셔너리 테이블인 sys.prop

  • Help authorization

    I Need help authorizing my computer.  I am using an address that has never been used but it telling me that I have already used this address.  I have not.

  • How to do conference in telephone analog with an VG224 gateway?

    hello everybody i have a question, how to do conference in telephones analog with an VG224 gateway? this is my configuracion: stcapp feature access-code prefix * stcapp feature speed-dial stcapp call-control mode feature ccm-manager redundant-host 10

  • Don't want IPhoto to open when I plug in camera

    Where can I set Iphoto to NOT auto launch when I plug in USB camera? I would rather just preview first and then import the few I want to save. Yes, I can just quit Iphoto but that's dumb.

  • Sent Mail success but the Mail Server said it time out

    I try CSEmail from coolservlets.com and in the first tiem, it working, but after that the mail server say Winsock 10052, software cuased a conenction abort.. I use Mdaemon 3.2 Any one can help me... I and the timer to maximum, and still error... but