Result page error

Hello
We installed 11.1.1.6.0 then applied 11.1.1.6.6.After patched, I selected the columns in the criteria tab and then when I check result it do not return anything
It displays a blank page

Thank you
Gram

This could be a problem with specific browsers. You can check with other files in cache/temp of the browsers-firefox/chrome/IE9 browser delete etc. Also, make sure that you have access to the domain to create the new report.

I hope this helps...

Tags: Business Intelligence

Similar Questions

  • Windows Update could not produce the result page?

    Windows Update could not produce the result page.

    Hi RobertRaney,

    1. you receive an error message when you open Windows Update?

    2. have you done any hardware changes or software on your computer before this problem?

    You can follow this link & check if the problem persists:

    How to troubleshoot common Windows Update, Microsoft Update and Windows Server Update Services installation

    Hope the helps of information.

  • Problems with display of images on my results page

    I tried to place the following code (< img src = "* <?") PHP echo $row_rsppleresults ["picture_upload"];? (> * >) AREA in BOLD (see code below very last entry) in the hope that it would display the image. But what happens when I place the code at this location, I get an error of invalid code that it is something wrong with the BOLD italic area (see the last entry below). In addition, so that it changes the HTML implementation in shape on my page when I try to view the page and no picture. Right now, when a person completes the entry form the photo automatically get downloaded in the directory - next / public_html/rescuealerts/fomdata/uploads_missing_person_form. I am naïve how to connect the correct image with the correct information for entry into the Bulletin Board of research. Below you will find the following - my code for my PivotTable and the results page.  Everything else in the PivotTable is displayed correctly. There the images that I can't seem to appear. Any help would be greatly appreciated.

    Results page:

    <? php require_once('.. / Connections/rescue.php');? >
    <? PHP
    If (! function_exists ("GetSQLValueString")) {}
    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
    {
    If (via PHP_VERSION < 6) {}
    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;
    }

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}
    case 'text ':
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';
    break;
    case "double":
    $theValue = ($theValue! = "")? doubleVal ($TheValue): 'NULL ';
    break;
    case "date":
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "set":
    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
    break;
    }
    Return $theValue;
    }
    }

    $currentPage = $_SERVER ['PHP_SELF'];

    $maxRows_rsppleresults = 10;
    $pageNum_rsppleresults = 0;
    If (isset($_GET['pageNum_rsppleresults'])) {}
    $pageNum_rsppleresults = $_GET ['pageNum_rsppleresults'];
    }
    $startRow_rsppleresults = $pageNum_rsppleresults * $maxRows_rsppleresults;

    @mysql_select_db ($database_rescue, $rescue);
    $query_rsppleresults = "SELECT missing_name, 'description', picture_upload, missing_person_form.missing_name, missing_person_form. 'description', missing_person_form.picture_upload FROM missing_person_form";
    $query_limit_rsppleresults = sprintf ("%s LIMIT %d, %d", $query_rsppleresults, $startRow_rsppleresults, $maxRows_rsppleresults);
    $rsppleresults = mysql_query ($query_limit_rsppleresults, $rescue) or die (mysql_error ());
    $row_rsppleresults = mysql_fetch_assoc ($rsppleresults);

    If (isset($_GET['totalRows_rsppleresults'])) {}
    $totalRows_rsppleresults = $_GET ['totalRows_rsppleresults'];
    } else {}
    $all_rsppleresults = mysql_query ($query_rsppleresults);
    $totalRows_rsppleresults = mysql_num_rows ($all_rsppleresults);
    }
    $totalPages_rsppleresults = ceil($totalRows_rsppleresults/$maxRows_rsppleresults)-1; $maxRows_rsppleresults = 10;
    $pageNum_rsppleresults = 0;
    If (isset($_GET['pageNum_rsppleresults'])) {}
    $pageNum_rsppleresults = $_GET ['pageNum_rsppleresults'];
    }
    $startRow_rsppleresults = $pageNum_rsppleresults * $maxRows_rsppleresults;

    $colname_rsppleresults = "-1";
    If (isset($_POST['missing_name'])) {}
    $colname_rsppleresults = $_POST ['missing_name'];
    }
    @mysql_select_db ($database_rescue, $rescue);
    $query_rsppleresults = sprintf ("SELECT missing_name, 'description', picture_upload FROM missing_person_form WHERE missing_name LIKE %s", GetSQLValueString ('%'. $colname_rsppleresults.)) '%', 'text'));
    $query_limit_rsppleresults = sprintf ("%s LIMIT %d, %d", $query_rsppleresults, $startRow_rsppleresults, $maxRows_rsppleresults);
    $rsppleresults = mysql_query ($query_limit_rsppleresults, $rescue) or die (mysql_error ());
    $row_rsppleresults = mysql_fetch_assoc ($rsppleresults);

    If (isset($_GET['totalRows_rsppleresults'])) {}
    $totalRows_rsppleresults = $_GET ['totalRows_rsppleresults'];
    } else {}
    $all_rsppleresults = mysql_query ($query_rsppleresults);
    $totalRows_rsppleresults = mysql_num_rows ($all_rsppleresults);
    }
    $totalPages_rsppleresults = ceil($totalRows_rsppleresults/$maxRows_rsppleresults)-1;

    $queryString_rsppleresults = "";
    If (! empty($_SERVER['QUERY_STRING'])) {}
    $params = explode ("&", $_SERVER ['QUERY_STRING']);
    $newParams = array();
    {foreach ($params as $param)
    If (stristr ($param, "pageNum_rsppleresults") == false & &)
    stristr ($param, "totalRows_rsppleresults") == false) {}
    return ($newParams, $param);
    }
    }
    If (count ($newParams)! = 0) {}
    $queryString_rsppleresults = '& '. htmlentities (implode ("&", $newParams));
    }
    }
    $queryString_rsppleresults = sprintf ("& totalRows_rsppleresults = %d %s", $totalRows_rsppleresults, $queryString_rsppleresults);
    ? >

    Here is my code for the dynamic table (this is also where I tried to change the code to search for images that have been downloaded with the original form.

    Dynamic table:

    < tr >

    < style td = "make-weight: normal;" Color: #000; do-family: Arial, Helvetica, without serif. do-size: 12px; ' > < div align = "left" > <? PHP echo $row_rsppleresults ["missing_name"];? > < / div > < table >

    < style td = "make-weight: normal;" Color: #000; do-family: Arial, Helvetica, without serif. do-size: 12px; ' > < div align = "left" > <? PHP echo $row_rsppleresults ['description'];? > < / div > < table >

    < style td = "make-weight: normal;" Color: #000; do-family: Arial, Helvetica, without serif. do-size: 12px; ' >< div align = "left" ><? php echo $row_rsppleresults ['picture_upload'];? >< / div > < table >

    < /tr >

    < ? PHP} while ($row_rsppleresults = mysql_fetch_assoc ($rsppleresults));? >

    < /table >

    Thank you

    hjohnson2011

    First of all, you should style table, lines and cells using CSS. In addition, it is useless for a div in the cell because, again, you can use CSS to make the style for you. Not only that, depending on the DOCTYPE was used, always will get an invalid markup when you use align = left.

    According to what is included in the field of picture_upload (just the name and extension or path and full name) your markup should look like

    If the picture_upload field contains all the information, or if it contains only the file name + extension

    GRAMPS

  • ASP results page fails after upgrading to DW 8.02

    It comes to DW 8.02, SQL server, ASP (not dot.net).

    I have a search function which selects one of the 5 queries with the text entered by the user and the column names. The old page of results works fine until I have replace the code in the recordset with the new parameter based in 8.02 recordsets.

    My search form uses GET and calls the results to variables selColumn and txSearch page.

    Both old and new results pages have this code to dimension the form variables:

    < %
    Dim rslocate__reqColumn
    rslocate__reqColumn = 'SOCIETY '.
    If (Request.QueryString ("selColumn") <>"") then
    rslocate__reqColumn = Request.QueryString ("selColumn")
    End If
    % >
    < %
    Dim rslocate__reqSearch
    rslocate__reqSearch = 'test '.
    If (Request.QueryString ("txSearch") <>"") then
    rslocate__reqSearch = Request.QueryString ("txSearch")
    End If
    % >

    I also tried Request.Form without success. The data in SQL server type is of type nvarchar for all data.

    On the page resultats.asp is the old record set that still works:

    < %
    Dim rslocate
    Dim rslocate_numRows

    Set rslocate = Server.CreateObject ("ADODB. Recordset')
    rslocate. ActiveConnection = MM_members_STRING
    rslocate. Source = "SELECT * FROM ncmortgage.members WHERE"+ replace (rslocate__reqColumn,"'","" ") +" LIKE '% ' + replace (rslocate__reqSearch,"'","" "") + "%' ORDER BY UserID CSA»
    rslocate. CursorType = 0
    rslocate. CursorLocation = 2
    rslocate. LockType = 1
    rslocate. Open()

    rslocate_numRows = 0
    % >


    On the new resultats.asp 8.02 page shows no errors, but returns no data on the code is:

    < %
    Dim rslocate
    Dim rslocate_cmd
    Dim rslocate_numRows

    Set rslocate_cmd = Server.CreateObject ("ADODB.Command")
    rslocate_cmd. ActiveConnection = MM_members_STRING
    rslocate_cmd.CommandText = "SELECT * FROM ncmortgage.members WHERE? AS? ORDER BY ID ASC user"
    rslocate_cmd. Prepared = true
    rslocate_cmd. Parameters.Append rslocate_cmd. CreateParameter ("param1", 200, 1, 10, rslocate__reqColumn) ' adVarChar
    rslocate_cmd. Parameters.Append rslocate_cmd. CreateParameter ("param2", 200, 1, 35, '%' + rslocate__reqSearch + '%') ' adVarChar

    Set rslocate = rslocate_cmd. Run
    rslocate_numRows = 0
    % >

    I tried everything in the last two days to make it work. All the other functions that I converted work properly in 8.02, but it escapes me. Any help is sincerely appreciated.

    TKS,
    The H.

    > It comes to DW 8.02, SQL server, ASP (not dot.net).
    >
    > I have a search function which selects one of the 5 column names and queries
    > with
    > text of the entry by the user. The old results page works fine until I have replace the
    > code of recordset with the new parameter based recordsets in 8.02.

    Of
    http://www.Adobe.com/support/documentation/en/Dreamweaver/DW8/releasenotes.html:
    SQL injections in web applications
    The update updates server code generated by Dreamweaver to protect
    databases against the SQL Injection.

    Here is the workaround:
    http://KB.Adobe.com/selfservice/viewContent.do?externalId=kb402875&sliceId=2

  • Results page only shows partial recording



    Hello everyone: I'm new to this forum and I would like to ask for help. I've searched and searched but cannot find the answer to my problem on this forum or others.

    I have a problem is the following;

    I have a results page that displays the complete one version a unique story. I'm pulling the story with a simple URL parameter. The Tagus PHP for the assigned field contains a statement simple nl2br and I use not all complex queries to extract data.

    When I update registration update page I get no errors of any kind, but when I load the page that displays the record being updated, the value of the field in question is trucated.

    I see no problem with any of the code, and I'm pretty baffled by the latter.

    Here's the code for the record display

    <? PHP echo nl2br ($row_rsNews ['story']); >

    And this is the code for the update action

    <? PHP
    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
    {
    $theValue = (! get_magic_quotes_gpc())? addslashes ($TheValue): $theValue;

    Switch ($theType) {}
    case 'text ':
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "long":
    case "int":
    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';
    break;
    case "double":
    $theValue = ($theValue! = "")? « " ». doubleVal ($TheValue). "" "": "NULL";
    break;
    case "date":
    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";
    break;
    case "set":
    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;
    break;
    }
    Return $theValue;
    }

    $editFormAction = $_SERVER ['PHP_SELF'];
    If (isset {}
    $editFormAction. = « ? ». htmlentities($_SERVER['QUERY_STRING']);
    }

    If ((isset($_POST["MM_update"])) & & ($_POST ["MM_update"] == "updatenews")) {}
    $updateSQL = sprintf ("news SET 'date' = %s, subtitle = %s, title = %s, history = %s, image = %s, thumb = WHERE id = %s %s",
    GetSQLValueString ($_POST ['date'], 'day'),
    GetSQLValueString ($_POST ["'subtitle"], "text").
    GetSQLValueString ($_POST ['title'], "text").
    GetSQLValueString ($_POST ['history'], "text").
    GetSQLValueString ($_POST ['image'], "text").
    GetSQLValueString ($_POST ['thumb'], "text").
    GetSQLValueString ($_POST ['id'], "int"));

    @mysql_select_db ($database_ifbdb, $ifbdb);
    $Result1 = mysql_query ($updateSQL, $ifbdb) or die (mysql_error ());

    $updateGoTo = "news_list.php";
    If (isset {}
    $updateGoTo. = (strpos ($updateGoTo, '?'))? « & » : « ? » ;
    $updateGoTo. = $_SERVER ['QUERY_STRING'];
    }
    header (sprintf ("location: %s", $updateGoTo));
    }

    $colname_rsNews = "-1";
    If (isset($_GET['id'])) {}
    $colname_rsNews = (get_magic_quotes_gpc())? $_GET ['id']: addslashes($_GET['id']);
    }
    @mysql_select_db ($database_ifbdb, $ifbdb);
    $query_rsNews = sprintf ("SELECT * FROM new WHERE id = %s", $colname_rsNews);
    $rsNews = mysql_query ($query_rsNews, $ifbdb) or die (mysql_error ());
    $row_rsNews = mysql_fetch_assoc ($rsNews);
    $totalRows_rsNews = mysql_num_rows ($rsNews);
    ? >

    I would really appreciate any help that this group has to offer.

    Hi Gunther:

    I'm really very embarrassed, on this subject, but I think I found the problem...

    I had a look at the configuration of the table in MySQL Administrator, and he had the problem look me right in the face...

    'History' field has been set to varchar (255). I have reset TEXT and everything is fine now!

    Please accept my sincerest thanks for your help. Your suggestion to check if I was using a textarea is prompting me to check the datatye again. I don't know how he's changed, but I know now where to check first if it happens again.

    Thaks a ton!

  • Google search, close the tab back to results page, he left Firefox

    When you use Internet Explorer, I do a Google search, select a result and the selection opens in a new tab. I close this selection and it goes back to the Google results page, so I can choose another result. Or, I can leave this open selection, click on the results tab and have several selections open simultaneously, each on its own tab.

    With Firefox, when I close the selection, he leaves Firefox. I have to reload Firefox and do a new search over and over again. He warns that I close the 2 tabs but there is only one.

    I jumped the last sentence. You can have several groups of tabs. You can press Ctrl + Shift + e to display the groups of tabs in the current window and consolidate the tabs that have been separated. However, normally, you don't expect a tab to open in a separate group on its own...

  • somehow the parameters changed so the search results page has text so small I can't read

    When I start firefox the initial page is to find. I type in a search phrase, and the results of the search page comes up with print if little, that I can't read. I can't find any way to change the 'view' of the results pages.

    Reset the page zoom on pages that cause problems: view > Zoom > reset (Ctrl + 0 (zero); Cmd + 0 on Mac)

  • Firefox used to distincly highlight sites already visited (on the results page) and 'snap' to the part previously used in the results page. No more! Help please.

    Firefox used to select distinctly the sites already visited when returning to a results page.
    It is also used to 'snap' to the area from the results page just visited.
    This seems more to happen. Please notify

    Go to tools in your menu bar, then options. Where we see Firefox goes..., click the menu drop-down and click on do not forget history, and then click OK. Waalaa. your websites is highlighted in pink. Good luck. Lynne

  • "Cannot display page" error message when you try to download 2010 professional

    Original title:

    Error message on Internet download from trusted sites?

    I am trying to download 2010 Professional on my computer.  Yes, I have a product key.  Whenever I try to download, I get an error message "cannot display the page.  This often happens to me.  Any suggestions?

    Hello

    Thank you for giving us the opportunity to help you with your concern for Windows!

    I see from the description of your post, that you are unable to download Microsoft Office Professional 2010.

    If you get the error message in Internet Explorer , then this might be the cause:

    For performance reasons, where Internet Explorer cannot establish a connection to a proxy server, the proxy server is added to a list of proxy servers bad so that it is not reused for a period of time. This period is 30 minutes by default. If a proxy auto-configuration script returns a PROXY list that specifies several proxy servers, a connection to the proxy in the list will be attempted. If the connection fails, the process is repeated until a connection is established, or the list is exhausted. If the list is exhausted and no connection is established, the user will receive a "Cannot display Page" error message in Internet Explorer.

    We would like to get more information about you to help solve your problem. You better, please answer the following questions.

    1. What is the full error message?

    2 are you able to download other files without any problem?

    3. what web browser do you use to download?

    4. what version of Windows are you using? What service pack is installed on the computer?

    5. based on what site are you trying to download?

    You can check the following link to learn more about the error message "cannot display the Page":

    "Internet Explorer cannot display the webpage" error in Internet Explorer

    http://support.Microsoft.com/kb/956196

    Warning: Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you do not disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network during the time that your antivirus software is disabled, your computer is vulnerable to attacks.

    Warning: him reset Internet Explorer settings feature might reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before using thfeature reset the settings of Internet Explorer e.

    Note:

    If the question is limited to Microsoft Office Professional 2010 then please post your question here for assistance:

    http://answers.Microsoft.com/en-us/Office

    Hope the information is useful.

    If you need help on this issue or any problem related to Windows, please keep us informed. We will be happy to help you!

  • I have the feeling that the 0x80000FF on this page error code is incorrect

    I have the feeling that the 0x80000FF on this page error code is incorrect according to the Windows Vista/Microsoft Update, which is not surprising. http://support.microsoft.com/kb/946414

    Where is the k of code 0x8000FFFF error page?

    Looks like someone made a typo on this page.

    Here's another page: http://windows.microsoft.com/en-US/windows-vista/Windows-Update-Error-8000FFFF

    with the good 8000ffff

    TaurArian [MVP] 2005-2011. The information has been provided * being * with no guarantee or warranty.

  • Web site cannot disply programming page error

    Original title: network map

    I have printed information: workstation because I got in trouble and can't seem to fix.  My computer information - status under Hardware page, network card, the State is not supported, and it is recommended that 'looking for pilot."  I did, and came a message indicating "web site cannot disply programming page error?  How can I fix?  He then shows in Network Diagnostics, network adapters, Intel(r) PRO/1000 PL Network Connection (FAILED).  Connecting TV/video of Microsft says (SUCCESS).  What can be done to change this?

    Hello

    ·         You will remember to do recent changes on the computer before this problem?

    I suggest you follow the steps from the following link:

    "Internet Explorer cannot display the webpage"

    http://support.Microsoft.com/kb/956196

    I hope this helps.

  • By double clicking on any folder in XP, the search results page comes up

    When I double click on any folder, the SEARCH RESULTS page returns every time. How or what I do to solve this annoying problem?

    * original title - HELP!

    Hi BruceMuncy,

    1. did you of recent changes on the computer?

    2 when was the last time it was working fine?

    3. do you have security software installed on the computer?

    See the Microsoft article below and check if it helps.

    If you double-click on a folder to search companion starts

    http://support.Microsoft.com/kb/321186

  • "Cannot display Page" error when you click the Remote Agent

    Hello world! ACS SE 4.0, we have installed and we have added a remote agent running on Windows Server 2003. Recently, we encounter "Cannot display the page" error when we click on the RA under a group of network devices. It's resolved by restarting the device SE ACS and access the web console for ACS still once, but after a few hours, the problem reoccur. By clicking on the links on the web console for ACS is OK at first, but after clicking on the RA, each link displays the error "Unable to display the page." Hope you could help me with this problem. Any person support is much appreciated.

    Thank you!

    Hi Jas,

    Here is the bug CSCsg40444.

    Kind regards

    ~ JG

    Note the useful messages

  • Adding attributes of search results page

    Hello

    I'm trying to add the attribute manager in the results page in the console identity IOM.

    We can add Manager and other attribute IOM to customization? I tried bin customization to sand, but could not understand how to add an attribute to the search results page.

    Please suggest.

    Thank you

    Hello

    I managed to find a single instance of PS2 and capable of displaying the User Manager.

    Take a look:

    But I see that the column name does not appear, so you should be able to hardcode a value 'Manager' in the column,

    Otherwise, you can save a SR with Oracle to confirm correct operation.

    ~ J

  • IAsset Page error when submitting create the transfer request

    Hi all

    EBS R12.2.4

    RHEL6.5

    IAsset Page error when submitting create the transfer request "Message name: FND_VIEWOBJECT_NOT_FOUND" (Doc ID 2018785.1()

    The docs said check the header of the file > java, applications, transfer, webui ReviewRequestCO.java 120.5.12020000.5

    using the command > strings - a ffffffff | grep "$Header"

    But the docs don't tell what file is found

    Why is that most of the documentation do not indicate the root folder and you to guess which is the correct location of the program?

    Thank you very much

    JC

    Doesn't have this patch later solved the problem in this scenario?

    If the problem is still not resolved, and you must connect an SR for her, I'd be willing to review if you want to display the number of SR here or message, it me.

Maybe you are looking for

  • Remove several items in history

    I know now how to remove a single item at a time in history. How can I select multiple items in the history list to delete instead of one at a time?

  • When I try to update my desktop image that I can't access pictures

    When I try to update my desktop picture in that I can't access the photos of Photos the program apple and when I try to add the photo library with the plus sign to add and get there, it is light gray and is not accessible.  I tried drag and drop and

  • Windows XP Pro system trashes updated November 11, 2009

    Windows XP Pro SP3. Card video BFG GeForce 8600 GT (Nvidia chipset) Nov 11/09 updates downloaded and installed; the re-boot, loaded into the Windows desktop, but showed many errors that some DLL files could not load (presumably all startup programs t

  • Problem with guarantee

    I didn't know where to post this put this on the forums, but it seemed like it should be. Bascially I have problems with the warranty I bought.  On the site it says that my warranty has expired.I have a problem with my laptop and cannot get it fixed

  • Cannot install Windows Update in Windows Vista error 800F8016

    Original title: 800F8016 Hi, I can't download the updates from microsoft, they all fail.    I get the code 800F8016 but can't find answers online... Help, please