Application set up interactive report

Hello

With the help of Apex 4.0:

I create a report interactive customizable which has three items in the list select P1_A, P1_B, P1_C. My interactive report has matching columns that need to be filtered by the values of P1_A, P1_B and P1_C, click on the button 'Go '. I get the error of syntax for the query to the decoding function:

where a_id = decode(:P1_A,'%null%',a_id,:P1_A)

Error = > + "Query cannot be parsed, please check the syntax of your query. (ORA-00911: invalid character) « +

Has anyone had a similar problem? Could you suggest what the problem with the decode function?

Thank you
Rajo

You missed 'AND' keyword __ between the case WHERE your SQL query cluase filter or was it just a typing mistake?

The following query report IR works very well for me

WITH DAILY_STATUS_TEST_MASTER_JOIN AS
   (
     SELECT '0' PRODUCT_ID, '00' PLATFORM_ID , '000' RELEASE_ID FROM DUAL
     UNION ALL
     SELECT '1' PRODUCT_ID, '11' PLATFORM_ID , '11' RELEASE_ID FROM DUAL
     UNION ALL
     SELECT '2' PRODUCT_ID, '22' PLATFORM_ID , '222' RELEASE_ID FROM DUAL
   )
select DAILY_STATUS_TEST_MASTER_JOIN.PRODUCT_ID as PRODUCT_ID,
       DAILY_STATUS_TEST_MASTER_JOIN.PLATFORM_ID as PLATFORM_ID,
       DAILY_STATUS_TEST_MASTER_JOIN.RELEASE_ID as RELEASE_ID
FROM DAILY_STATUS_TEST_MASTER_JOIN
where DAILY_STATUS_TEST_MASTER_JOIN.PRODUCT_ID = decode(:P18_PRODUCT,'%null%',PRODUCT_ID,:P18_PRODUCT)
      AND DAILY_STATUS_TEST_MASTER_JOIN.PLATFORM_ID = decode(:P18_PLATFORM,'%null%',PLATFORM_ID,:P18_PLATFORM)
      AND DAILY_STATUS_TEST_MASTER_JOIN.RELEASE_ID = decode(:P18_RELEASE,'%null%',RELEASE_ID,:P18_RELEASE)

Tags: Database

Similar Questions

  • Question of character set of interactive report

    Hello

    Our system must be configured to use the character set, however in an interactive report if you enter £ in the search bar, that it returns no row as it seems to get a multi byte chacater the becoames £ A £ Western Europe

    Text line contains ' A £»

    Only simular discussion I've met said it could be "The DAD character Set Configuration in the Apex workspace" but I don't know where we can check this.

    Any ideas where we look at.


    Thanks Andy

    Thank you. This line:

    PlsqlNLSLanguage AMERICAN_AMERICA. WE8ISO8859P1

    .. .needs to be replaced by:

    PlsqlNLSLanguage AMERICAN_AMERICA. AL32UTF8

    .. .in order for some ajax operations work properly.

    Scott

  • Mix of traditional and interactive reports fails the process of RESETTING of PAGINATION.

    I have a tab page where I got 3 different reports REPORT_A (classic), REPORT_B (interactive) and REPORT_C (CLASSIC) in alphabetical order. I have a page to reset pagination process that will always draw (without condition) when you visit the page with the tab.


    Reset pagination process that exists in the front scene of the header is set to fire but not to reset the interactive report. It affects the subsequent classic report REPORT_C as well. The REPORT_A would be reset paging very well since it exists before the interactive report. Is this a bug in apex?

    I created an application of demonstration of test with specific steps to reproduce the problem. The steps are on the demo site itself.

    http://Apex.Oracle.com/pls/Apex/f?p=56638
    SUP: testuser
    P: password

    Apex Version: 4.2.4.00.08

    In my real application I wish a dropdownlist control on the page based on which I would like to filter the data. The dropdownlist control will have a corresponding branch of after-submit who will absolutely perfect pagination to reset & RIR. But when we visit Web site by tab the above problem would break the page.

    I tried the solutions like gReport.search ('SEARCH') but that will only set the interactive report, not the classic REPORT_C. It's just a hack anyway.

    Any ideas. ?

    Hello

    Create before that the process header on page 12 that calls APEX_UTIL. IR_RESET

    Kind regards
    Jari

  • Apex 4.0 has even 100 column limit on the attributes of interactive report

    We are on Apex 3.2 and one of our applications widely used interactive reports, most having more than 100 columns. The report attributes tab shows only the 100 first columns, which can be moved upwards or downwards to order. Additional columns are accessible by selecting the 100 column and use the > button to get the rest. However, these columns cannot be moved to another location.

    This isn't a major problem when first create reports as SQL put them in the right order, but all fields may need some sort of setting in shape.

    The problem comes when a request arrives to add an additional column to the report. No matter where I put it in the SQL, the field always ends by at the bottom of the list of attributes. If this field is required to be in the 32 column, I can't move it. I can get around this by running the interactive report, move the column to the correct position and re-record the master report.
    However, the list drop-down "Filter" will always have the new column, at the bottom, which I suppose is using the report attributes list, that I can't change.

    Anyway, my question is to those on Apex 4.0 - this limitation of 100 columns has been increased or is it still in place.
    If someone had the same problem and found a better solution.

    Thank you
    Daron

    Hi Daron and blabla,

    Yes, it seems that this limitation is still in place and I will file a bug, if there isn't one already. But I think in APEX 4.0 is less a problem, because if you use the "tree" to edit your page, you will see all the columns in the report below the IR region. There is no limit of 100 column here. And better yet, you can use drag and drop to move the column where you want to make or change directly with a double click or the menu shortcut "Edit" option.

    Hope that helps
    Patrick

  • Interactive reports registered 4.2 upgrade

    We are modernizing our environments at Apex 3.2 4.2.
    Some of our applications have saved interactive reports.
    Is there something special I need to do, so don't lose us these?

    Gus

    Hello Gus,

    If simply upgrade you an existing instance of APEX, your applications, IR and saved interactive reports will be automatically copied over in the APEX 4.2 schema/repository.
    If install you a new system of 4.2 and go on the road of import and export, in addition to the statement of Jitendra also define 'Export interactive report subscriptions' to Yes.

    I personally just would improve if possible, it is much easier. You can always step back to 3.2 as stated in the installation notes (or restore a backup).

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • tool in interactive reports not made custom jQuery overlay

    As the subject says, I had a problem in jQuery on an interactive report. He works on a pages unpaginated, like forms, as well as in interactive reports, but each time the data is paged, after that you go to the next page, jQuery does not work.


    Here's the scenario:

    I have an interactive reports page that shows the files in my table (all are images).

    SELECT
    ("< img src =" #OWNER #.) DISPLAY_IMAGE_PROC? image_id ='
    || f.image_id
    || "" width = "64" height = '48' rel = "#img" | " f.image_ID | ("" / > ") AS IMAGE
    FROM TABLE_NAME


    The attribute rel of the image is one I use to get the jQuery to work.
    The src of the image is a procedure to get the path of the image. (Based in the Dene Demo Application)


    On the interactive reports Page, it displays the image correctly.
    When you click the Image, it will display an image overlay with a size of 640 x 480.
    But when you go to the next page, the function will not work and there is no data errors (javascript / error oracle / any other).

    If you do not know how to implement a tool simple overlay in jQuery go here: http://jquerytools.org/demos/overlay/index.html

    everyone the experience of something like that?

    -Philip

    Published by: 942717 on June 25, 2012 14:44

    You must activate the overlay on after refreshing the report

    Create a dynamic action

    Event: after refresh

    Selection type: region > and select your IR region

    Action: run the JavaScript Code

    Code: add your code to overlay something like below

    $("img[rel]").overlay();
    
  • Pass the interactive report shaped filters

    Hello
    I have a set of interactive reports that act as an exploration by the information. At each level, there is a button 'Create', which includes a form for creating an item at the lower level. User does not have the ability to change the filters.

    For the highest level, showing that a form is empty is fine. However, we would if at lower levels to values that have been filtered are passed in the form.

    A bit like:
    Business-> create [employee]
    -Divisions [company = company]-> create [new employee - company = company]
    -Location [company = company;] Division = Division]-> create [new employee - company = company;] Division = Division]
    If it makes no sense at all?

    See you soon,.
    Andrew

    Edit: I tried to use Anthony [name] and [name] #IR_ #, no effect (except if I'm doing it wrong)

    Published by: ad13 on August 12, 2009 02:38

    Published by: ad13 on August 12, 2009 02:39

    Hi André,.

    It makes no sense to me. Do you mean that, for example, you select marketing department and then on the page navigated to your query shows people in marketing? Or he assigns the Ministry of people so when you click on 'create' the user didn't specify a marketing department? If so then have an item hidden on the new page, for example: P2_DEP. Send the previous page have a link on the Department column which passes the value at this point. The Insert (to darken) or the select query (for a report) will use this item as a base for their process.

    If no explanation then take 2 =)

    Mike

  • APEX 5.0 Interactive report (nopadding, how to set the line height)?

    APEX 5.0.

    Theme: 26. Productivity applications

    Interactive report region

    Where and how can I global set Dimensions height of the line and policies, etc., lines in interactive report?
    I use standard interactive report.

    Thank you

    user555867 wrote:

    Please help me in detail.

    The best way to get detailed help is to create an example on apex.oracle.com and share credentials of developer comments in the workspace here.

    I have:

    1 created a (= external CSS style sheet) file with the name 'ir_css_padding.css' local on PC (C:\tmp).

    2 added "Shared components"-> 'Static Application files'-> 'Download the file statistics Appl.': 'c:\tmp\ir_css_padding.css '.

    3. under "attributes of User Interface:

    (General properties)

    The value 'Statistics file prefix': ' #APP_IMAGES #ir_css_padding.css.

    'Media Type' value: text/css

    Why have you changed these settings? They are not relevant to the addition of static CSS files in the repository database. Read the help on line for these properties:

    Static file prefix

    Determines the virtual path of the Web server uses to point to static files when you use the #APP_IMAGES substitution string #.

    Do not specify what to do refers to files that are stored with your application definition in the database.

    For performance reasons, you can also store your application files on your Web server. Use a valid URL to refer to them.

    Media type

    Enter the Internet media type. An Internet media type is identifier into two parts for the formats of files on the Internet. A media type is composed of at least two parts: a type and a subtype and one or more optional parameters. This type of media used in the HTTP Content-Type header when the page is rendered.

    If both the values of page-level and the level of the application for the media Type are NULL, text/html is used.

    Two of these parameters must be null in your current environment.

    (The User Interface definition)

    "CSS File URL' value: 'text/css/ir_css_padding.css '.

    This parameter must use the static text of APP_IMAGES substitution string:

    &APP_IMAGES.ir_css_padding.css

    After that, I can't jerome in application. (See the only CSS text in the browser)

    --> WHAT IS THE PROBLEM?

    APEX is serving pages using the type of text/css media according to the incorrect media Type parameter described above. Remove and the app will return to normal.

    4. WHERE and HOW VALUE / reference the CSS file?

    I need this change for all interactive reports in my application, self think I can change my model that I use: 'interactive report Region '.

    Interactive report region isn't just a region container designed for use with interactive reports. It does not control the appearance of the interactive reports somehow. Not there at - it a report model for interactive reports. Their appearance can be changed using CSS.

  • Call the procedure to set the context before interactive report refreshes the data

    Hi guys,.

    I have a question mind an interactive report which takes the data in a view.

    The problem is that whenever I take the data from the database I need to define a context (user name and password) before running the query so the view will be taken into account the context and return only the lines that I have access.

    Everything works fine when I'm first loading of the page: I have first to define the context, then load all the data I need on the page, including the IR. But when I try to apply IR filters, or even don't go to the next page no data is returned. I believe this happens because the context is not defined before the execution of the query to load the data and I don't seem to find a way to put it.

    I tried to add a dynamic action on some events on IR (change, clicking, etc.) that executes the procedure to set the context, but without success - even if the event is raised, the report still doesn't return any data.

    Can someone help me with this issue please?

    Florin

    Use the attributes of application security Code PL/SQL of the initialization/cleanup of the database Session to do this: http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/bldr_attr.htm#HTMDB28929

  • To maintain the ability to highlight in an interactive report even after the application is closed

    I have an interactive report where in I have an expression that highlights the lines based on a condition.

    Now once I close the application and re open it after awhile. This configuration or the nail button setting is not available or is not there,

    How can I do this all the time.

    I do it this way...

    Action-> highlight-> specs-> expression-> apply

    take action and click Save report entry and if you want to save as principal then select primary or save it as a named report.

    Leave.

  • Date format of application of interactive reports

    Hello

    What should we define by number/Date Format in the interactive reports column attributes such that it uses format level date of application?


    Thank you

    Hello

    You do not need anything set, and then uses the format of date of application

    BR, Jari

  • Need help with setting up in checkbox in interactive reports

    I need help with setting up in checkbox in interactive reports, I use this statement a query

    SELECT apex_item.checkbox

    (

    1, ROLEID,

    'onchange = "spCheckChange (this);". ',

    : F_ROLEID_LIST,.

    ':'

    ), del.

    ROLEID, ROLEDESCRIPTION

    OF EBA_ROLES

    When I run it I get the following

    < input type = "checkbox" name = "f01" value = "1" onchange = "spCheckChange (this); ' / > instead of the checkbox

    Do I need to configure anything else

    Aditya Gupta wrote:

    I need help with setting up in checkbox in interactive reports, I use this statement a query

    SELECT apex_item.checkbox

    (

    1, ROLEID,

    'onchange = "spCheckChange (this);". ',

    : F_ROLEID_LIST,.

    ':'

    ), del.

    ROLEID, ROLEDESCRIPTION

    OF EBA_ROLES

    When I run it I get the following

    instead of the checkbox

    Do I need to configure anything else

    This is one of the most frequently asked questions in this forum. Set the column attribute the text to display as Standard report column and not display text (special escape characters).


    Always include the information referred to in these guidelines when you ask a question and if you use APEX 5.0, State, if you develop using the pages or the view of the component designer.

  • ORA-20987: APEX - interactive report region does not exist in the application

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query (nPage_id number)

    return varchar2

    as

    l_report apex_ir.t_report;

    l_query varchar2 (32767).

    l_list varchar2 (32767).

    number of nRegion_id;

    number of nIR_id;

    OWA.vc_arr nm;

    VL owa.vc_arr;

    BEGIN

    SELECT region_id

    IN nRegion_id

    Of apex_application_page_regions

    WHERE application_name = "E-BRIL.

    AND page_id = nPage_id

    AND source_type = "interactive report";

    nIR_id: =.

    apex_ir.get_last_viewed_report_id (p_page_id = > nPage_id,)

    p_region_id = > nRegion_id);

    NM (1): = "DUMMY_JUST_TO_SET_UP_OWA_UTIL";

    VL (1): = 'WHATEVER ';

    OWA.init_cgi_env (nm.count, nm, vl);

    l_report: = APEX_IR. () GET_REPORT

    p_page_id = > nPage_id,

    p_region_id = > nRegion_id,

    p_report_id = > 0);

    l_query: = l_report.sql_query;

    because me in 1.l_report.binds.count

    loop

    l_list: = l_list | i||'. '|| l_report. Binds (i) .name | » ='|| l_report. Binds (i) .value;

    end loop;

    Return l_query;

    end;

    /

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    Thanks in advance.

    Reg,

    Chris

    1717220 wrote:

    Please update your forum profile with a recognizable username instead of "1717220": Video tutorial how to change username available

    ORA-20987: APEX - interactive report region does not exist in the application

    I'm trying to get the query of an international registration (interactive report) on a specific page in my application.

    The code I am using is thesi:

    create or replace function get_report_query(nPage_id IN number)
    return varchar2
    as
    l_report  apex_ir.t_report;
    l_query  varchar2(32767);
    l_list  varchar2(32767);
    nRegion_id number;
    nIR_id number;
    nm  owa.vc_arr;
    vl  owa.vc_arr;
    BEGIN 
    
        SELECT region_id
        INTO nRegion_id
        FROM apex_application_page_regions
        WHERE application_name = 'E-BRIL'
          AND page_id = nPage_id
          AND source_type = 'Interactive Report';
    
        nIR_id :=
          apex_ir.get_last_viewed_report_id (p_page_id        => nPage_id,
                                            p_region_id      => nRegion_id);
    
        nm(1) := 'DUMMY_JUST_TO_SET_UP_OWA_UTIL';
        vl(1) := 'WHATEVER';
        owa.init_cgi_env( nm.count, nm, vl );
    
        l_report := APEX_IR.GET_REPORT (
                        p_page_id  => nPage_id,
                        p_region_id => nRegion_id,
                        p_report_id => 0); 
    
        l_query := l_report.sql_query;
        for i in 1..l_report.binds.count
        loop
            l_list := l_list||i||'. '||l_report.binds(i).name||'='||l_report.binds(i).value;
        end loop;
    
    return l_query;
    end;
    

    I want to get the query of the IR on my page 3. And I run;

    get_report_query (3)

    That's what I get:

    ORA-20987: APEX - interactive report region does not exist in application, page 3 and 1278226325207011749 region. -Contact your administrator of the application.

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 630

    ORA-06512: at "APEX_040200.WWV_FLOW_ERROR", line 911

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 33

    ORA-06512: at "APEX_040200.WWV_FLOW_WORKSHEET_UTIL", line 55

    ORA-06512: at "EBR_OWNER. GET_REPORT_QUERY', line 19

    The regio_id seems ok, because when I ask this region_id of apex_application_page_regions, id 1278226325207011749 is returned.

    Page 3 is also correct.

    I tried to follow Denes Kubicek his blog (Denes Kubicek ApEx BLOG: interactive report query is).

    What I'm doing wrong here?

    We use the Apex 4.2.

    The '0' in line 31 should be "nIR_id".

    What is the purpose of the lines 24-26?

  • Oracle Apex 5 - interactive reports (Mobile Application)

    Hello

    I tried to create Interactive report on the mobile application using apexea without success. He created the report but under report attributes I don't see report columns and it also gives me no data found error when I try to navigate off region edit and get new.

    Attached are the screenshots.

    Page developed using mobile-theme-51.

    Kind regards

    Alwyn Souza

    Hi Alwyn,

    always work on apexea? The problem you describe is a bug in the version installed on this system. It has produced if the interactive report icon was not explicitly enabled in the wizard to create a Page, in this case that the IR has not been fully created.

    Please do not import any application created the apexea in the final production of APEX 5.0 or apex.oracle.com version. You will need to re - recreate them from scratch.

    Concerning

    Patrick

    Member of the APEX development team

    My Blog: http://www.inside-oracle-apex.com

    APEX Plug-Ins: http://apex.oracle.com/plugins

    Twitter: http://www.twitter.com/patrickwolf

  • Interactive report with display of the icon to set the page element

    Hi all

    I am currently using Apex 4.2.4, I have an interactive report using icons, each icon has a link to another page but a few I want to set a value in a page hidden in the same page element which is then used as a variable for a classic report.

    I have this work via link href in the icon as f? p ='|| FA.page |': 1 :'|| : app_session |': P10_ID_ITEM :'|| FA.link_name without error.

    My problem is that I wanted to put the value of the element without using a link href that I could handle the clicked icon to change the background color so that the user can have a Visual representation, where it was clicked, then using the value of the page item appears the classic report in another region with a partial refresh.

    Any help is appreciated, thanks.

    Can you provide a detailed explanation of the purpose of this report and the logic used in the report query? What are the rules to control which icons appear in the IR, what icons link to the second report on the page of IR, and icons to link to separate pages?

    For me, the report query seems too complicated and inefficient by returning the data it does, and if another level of data is added to the hierarchy or more data is added to the second level, it fails with:

    ORA-01427: einreihig subquery returns multiple rows

    I'm guessing that the intent is that the IR displays only the icons at the top level of the hierarchy and icons for posting a link to a different page when they have no descendants, or to display the related lines in the secondary report below the IR when they do. I created a new page with the report query modified to a route of tree and keep the upper level lines. It is much more effective than the original query and simplifies the logic necessary for the verification of end-nodes. Instead of generating a URL link (which violates the separation of concerns), the query returns of the discrete values that can be used to implement the HTML link in the Icon View link Custom property:

    with icon_tree as (
          select
              ic.id_icon
            , ic.icon_name
            , ic.link_name
            , nullif(connect_by_isleaf, 1) is_parent
            , level depth
          from
              icons ic
                connect by
                    prior ic.link_name = ic.id_parent
                start with
                    ic.id_parent is null)
    select
        id_icon
      , icon_name
      , link_name
      , apex_util.get_blob_file_src('P10_ICON_IMAGE', id_icon) img_src
      , nvl2(is_parent, '586', link_name) target
      , nvl2(is_parent, 'P586_ID_PARENT', null) parent_item
      , nvl2(is_parent, link_name, null) parent_id
      , :app_id app_id
      , :app_session app_session
      , :debug debug
    from
        icon_tree
    where
        depth = 1
    

    In the interactive report, Use Custom Icon Link is set to Yes, and the custom link is:

    
      
      
    #ICON_NAME#

    Public static ID icons and results are applied to the IR and the regions second report respectively for use as selectors in action dynamics and CSS. The protected value property for the page P586_ID_PARENT element must be set to No for the value can be defined by a dynamic action.

    Dynamic action with several real actions is needed to bind alternatives click behavior to the links on the icons that have descendants (i.e. where the data-parent-id attribute has a value):

    Event: Click

    Selection type: jQuery Selector

    jQuery Selector:.apexir_WORKSHEET_ICONS a:not([data-parent-id=""])

    Real Actions

    Seq: 10

    Action: Delete the class

    Class:selected

    Selection type: jQuery Selector

    jQuery Selector:.apexir_WORKSHEET_ICONS a

    Seq: 20

    Action: Add the class

    Class:selected

    Selection type: trigger element

    Seq: 30

    Action: Set value

    Wait for result: Yes

    Type of value: Expression of JavaScript

    JavaScript expression:$(this.triggeringElement).attr('data-parent-id')

    Selection type: Agenda

    Point: P586_ID_PARENT

    Seq: 40

    Action: Discount

    Selection type: Region

    Region: results

    Seq:50

    Action: Show

    Selection type: Region

    Region: results

    Seq: 60

    Action: Cancel event

    Finally, add a style sheet to the Inline CSS property page. Initially, this hides the secondary report and select the parent clicked icon:

    #results {
      display: none;
    }
    #icons .apexir_WORKSHEET_ICONS a {
      border: 1px solid transparent;
      border-radius: 3px;
      padding: 0.8em 0 0.5em;
    }
      #icons .apexir_WORKSHEET_ICONS a.selected {
        border-color: #6a9cda;
        background-color: #bbd1ec;
        transition: 0.6s;
      }
    

    However, after all it is the question of why you use an interactive report here if you turned off all the features of the IR? A dynamic list with a custom template box seems to be more applicable?

Maybe you are looking for

  • Qosmio x 870 WLan driver update needed due to WLan problems

    Hello I have this laptop for 3-4 months now, and one of the problems are annoying. My WiFi works good sometimes and on another totally weird days. As an example, the indicator shows 3 of 4 bars, but i had no connection. When I start chrome or firefox

  • 430 G2: bios of signature

    For unknown reason I can't update the bios on my ProBook 430 G2. Last was 1.09 and all the future gives me the same error - "cannot find signature files. As I see, in Journal of HPBiosUpdate.Log, he had none of signature files in the previous updates

  • How can I change the default search on Internet Explorer 11 engine?

    I use Windows 8 Professional on a laptop. ------------Although I am an employee of HP, I speak for myself and not for HP. If my answer has been helpful to you, please click on the small dealybopper of thumb upward on the lower right. Please check acc

  • Virtual ASAv using for remote access

    Hello I was invited to see if we can virtualize our asa existing, it is used just to end customers Anyconnect. Reading, I see that I should be able to do 750 vpn sessions, if I have 4 vCPU license and a Premium for the ASAv AnyConnect license. I woul

  • The size of the letters in the menu bar options is too smal, how can I change this?

    The size of the letters in the menu bar options is too small, how do I change this?