Reg: Direct report Req database

Hi Experts,

Please help me...

When I try to create the database Direct request... I get the below error...

can any one guide me pls...


ODBC driver returned an error (SQLExecDirectW).
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. [nQSError: 43113] The message returned by OBIS. [nQSError: 43093] An error occurred when processing the statement EXECUTE PHYSICS. [nQSError: 17001] Oracle error code: 942, message: ORA-00942: table or view does not exist to the call of the OCIStmtExecute OIC. [nQSError: 17010] Prepare the SQL statement failed. (HY000)
Publ. SQL: {call NQSGetQueryColumnInfo ("POOL of CONNECTIONS PHYSICAL"DMTG"" RUN. "")} (Sélectionnez connexion Pool"* de POSITION_REPORT")}

BI does not know how to treat a query as below

Select * from POSITION_REPORT

Try to be specific for column names instead of *.

It should work without any problems.

If brand as helping correct :)

Published by: Srini VIEREN on 8 April 2013 07:29

It would be nice if you update your old post before posting a new one, which allows you to get answers

Published by: Srini VIEREN on April 18, 2013 06:54

Tags: Business Intelligence

Similar Questions

  • Question about creating report guests editor BI when it connects directly to the database?

    Hello

    I create a report of BI Publisher using direct SQL server database. JDBC connection is created, then datamodel and report.

    The report is parameterized. Now I have attached the dashboard report. But now the settings are not filling. So I intend to create guests, but it is the search for field. But I don't use of RPD. So, how can I create guests when we creating BI publisher report connecting directly with the database? Please let me know.

    Kind regards
    Sam

    Hi Sam,

    I hope you got your answer for that starting from the thread OBIEE quick dashboard for BI Publisher

    Thank you...

  • Need the pdf file must be stored directly in the database with the help of jasper

    I use the package of integration of jasper... www.opal-consulting.de
    using apex 4 and am now able to generate the invoice pdf... with the help of jasper and store it in a database... Board.

    I need to generate the pdf in the background... without dispalying invoice in my screen...
    Without having to download on my computer... And store directly in the database table.
    *.. *

    Is this possible...
    All information is very appreicated.


    Here is my part existing code... Kindly Guide.


    DECLARE
    l_blob BLOB;
    l_mime_type VARCHAR2 (100);
    BLOB l_blob2;
    l_mime_type2 VARCHAR2 (100);
    MPort varchar2 (200);
    mrserver varchar2 (20);
    BEGIN
    Warn('fsubdno'||:P103_SUBSCRIBERDNO);
    commit;
    mrserver: = rserver();
    MPort: = ' http://'|| mrserver | ' / JasperReportsIntegration/report ';


    ------------------------------------------------------------------------
    -generate the report and return to BLOB
    ------------------------------------------------------------------------
    xlib_jasperreports.set_report_url (mport);
    Warn ('firststrikeeee');

    xlib_jasperreports.get_report
    (p_rep_name = > 'reinvx',)
    p_rep_format = > "pdf."
    p_data_source = > 'failures. "
    p_rep_locale = > 'de_DE ',.
    p_rep_encoding = > 'UTF - 8',
    p_additional_params = > ' & Psubscribe_no ='. : P103_SUBSCRIBER_NO | ' & Psubscribed_no ='. : P103_SUBSCRIBERDNO,.
    p_out_blob = > l_blob,
    p_out_mime_type = > l_mime_type
    );
    WPG_DOCLOAD.download_file (l_blob);
    Warn ('secondstrikeee');

    WPG_DOCLOAD.download_file (l_blob);
    BLOB_LOADB (MID (),: P103_SUBSCRIBER_NO, NULL, 'RENEWAL_INVOICE', 'RENEWALINV' |: P103_SUBSCRIBER_NO, L_MIME_TYPE, L_BLOB);
    ------------------------------------------------------------------------
    -free resources
    ------------------------------------------------------------------------
    DBMS_LOB.freeTemporary (l_blob);
    ------------------------------------------------------------------------
    -judgment of the APEX page
    ------------------------------------------------------------------------
    apex_application.g_unrecoverable_error: = TRUE;
    EXCEPTION
    WHILE OTHERS
    THEN
    xlog (SQLERRM, "PRC_GET_REPORT_TUNNEL", "ERROR");
    LIFT;
    END;

    Published by: susf on 16 July 2012 08:47

    Hello

    try to do a procedure from your original like this code:

    procedure make_pdf(p_subscriber_no in number, p_subscriberdno in number)
    is
       l_blob blob;
       l_mime_type varchar2 (100);
       l_blob2 blob;
       l_mime_type2 varchar2 (100);
       mport varchar2(200);
       mrserver varchar2(20);
    begin
       warn('fsubdno'||p_subscriberdno);
       commit;
       mrserver := rserver();
       mport := 'http://'||mrserver||'/jasperreportsintegration/report';
       -- generate the report and return in blob
       xlib_jasperreports.set_report_url (mport);
       warn('firststrikeeee');
    
       xlib_jasperreports.get_report
          (p_rep_name => 'reinvx',
          p_rep_format => 'pdf',
          p_data_source => 'chess',
          p_rep_locale => 'de_de',
          p_rep_encoding => 'utf-8',
          p_additional_params => '&Psubscribe_no='||p_subscriber_no||'&Psubscribed_no='||p_subscriberdno,
          p_out_blob => l_blob,
          p_out_mime_type => l_mime_type
          );
       blob_loadb (mid(),p_subscriber_no,null,'renewal_invoice','renewalinv'||p_subscriber_no,l_mime_type,l_blob);
       -- release resources
       dbms_lob.freetemporary (l_blob);
    exception
       when others
       then
          xlog ('prc_get_report_tunnel', sqlerrm, 'error');
          raise;
    end;
    

    Then, you can call this procedure in a database job that you create with an apex as this process:

    begin
      dbms_scheduler.create_job (
        job_name        => 'make_pdf_job',
        job_type        => 'PLSQL_BLOCK',
        job_action      => 'begin make_pdf(' || :P103_SUBSCRIBER_NO || ',' || :P103_SUBSCRIBERDNO|| ') end;',
        start_date      => systimestamp,
        repeat_interval => null,
        end_date        => null,
        enabled         => true,
        comments        => 'Make pdf job from Apex page 103.');
    end;
    

    Kind regards
    Erik-jan

  • cannot handle direct application of database

    Hello...

    I am facing a problem in the reporting of the direct application of the database of the dashboard.
    When I'm doing it after giving the exact and then given connection pool name my request...
    It is to show the error...

    "You don't currently have the privileges necessary to perform direct database applications"

    PLSS help me...

    Hello
    Log in as administrator and manage the settings-> Administartor--> Preivilages-> provide access to Execute direct demand for database of the user that you are trying to work requires direct database.

    Kind regards
    Srikanth

  • Report of database growth

    Hello

    We have a mixture of Oracle and SQL Server databases, and we bought Toad DBA suite last year. Asked me to provide monthly trend reports, capacity database and appear a growth. Can anyone tell if this information can be obtained using Toad DBA suite?

    It seems that there is growth company reports available in Spotlight, but it seems that the version of Spotlight we have are not undertaken. Foglight is another option.

    All opinions are appreciated.

    Best regards

    Joanna

    Down load this Pack at the bottom of the link: -.

    http://en.community.Dell.com/TechCenter/performance-monitoring/Foglight-for-databases/m/DB-downloads/20439152

  • Using Reporting SERVICES report server cannot open a connection to the report server database in SQL server 2008 R2 sp1

    Hello

    I'm running Reporting SERVICES Version 2007.0100.1600.022 ((SQL_PreRelease). 080709-1414 in Visual Studio 2008 with Microsoft SQL Server 2008 R2 Express Edition with Advanced Services (64-bit) on Windows NT 6.1 SP1.)
    Everything seems to work fine except that I can't deploy: "the report server cannot open a connection to the report server database."
    Connection test ReportServer as OK in the Configuration service report manager and Visual Studio. Run reports in Visual Studio against ReportServer and my other databases.  Deployment fails on a report of VM. Remote access is enabled in the firewall, pipes is enabled in configuration Manager SQL server, the permissions for all access in Windows.
    The error in the log file of report Service:
    Library! WindowsService_1! 12ac! 09/23/2012-21: 05:12: e ERROR: ServiceStartThread: Exception caught during the startup of service. Error: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerDatabaseUnavailableException: the report server cannot open a connection to the report server database. A connection to the database is required for all applications and treatment. ---> System.Data.SqlClient.SqlException: a network-related or instance-specific error all by establishing a connection to SQL Server. The server is not found or inaccessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - error Search Server/Instance specified)
    Any ideas?
    Thank you.
    -Phil

    Just, I solved the problem I had.

    It turns out, there, there were two questions... first concealing the second.

    SQL Web browser has not been activated.  solution: in properties SQL server configuration manager, transformed the startup to automatic mode and activated the service.

    Microsoft Visual Studio project property targetdatasourcefolder had a server name that precedes the name of the folder. Removed the name of the server.  This works.

    Everything unfolds right now.

  • Conc program with the direct report parameter

    I have a report of simultaneous program which takes a person_id as a parameter. Currently, he is executed for the user logged in with a declaration of default SQL query:

    SELECT papf.person_id
      FROM fnd_user fu, 
           hr.per_all_people_f papf,
           hr.per_all_assignments_f paaf
     WHERE fu.user_id = fnd_profile.VALUE ('user_id')
       AND fu.employee_id = paaf.supervisor_id
       AND SYSDATE BETWEEN papf.effective_start_date
                       AND papf.effective_end_date;
    

    Now I have to do is set up a copy of the same program so that a manager can run it. The person_id parameter must be chosen from a list of direct reports to the Manager only, using fnd_user user_id of the prime contractor for the list.

    Need of a query for a supervisors direct reports. Thanks in advance.

    OK, basically what you have to do is reference tables as a list, with aliases for tables - then where clause is put in the ' where / order by ' window. So many fields:

    Table name: fnd_user fu, ADP, women's wear per_all_people_f per_all_assignments_f

    Value: papf.employee_number VARCHAR2 20

    Meaning: papf.full_name VARCHAR2 100

    ID: papf.person_id NUMBER 15

    Where / order by:

    Fu.user_id = fnd_profile. VALUE ('user_id')

    AND fu.employee_id = paaf.supervisor_id

    AND papf.person_id = paaf.person_id

    AND paaf.assignment_type = 'E' - assignment of the employee

    AND trunc (sysdate) BETWEEN paaf.effective_start_date

    AND paaf.effective_end_date

    AND trunc (sysdate) BETWEEN papf.effective_start_date

    AND papf.effective_end_date

    Note that the second query I posted earlier would have failed because I do not understand the per_all_people_f of the table in the table list. This problem has been corrected here.

    In the first screen, the Type of Format it number, because you have specified a column ID that is digital. The concurrent program will pass the ID column, if it is made reference, otherwise, it will send the value column.

    Once again, please keep in mind that I can't try myself to check the absolute rightness of what I posted here, but it should be close enough.

    Hope this helps

    Clive

  • See the end/inactive employees in direct reports

    We use the HCM 9.1. When a manager reviews his direct subordinates, employees who have been terminated/inactive sometimes appear in the hierarchy. The termination date is well before as of date on the page of direct reports.

    On the page of Configuration of direct subordinates, we tried the two parameters of Type of access: in relation to the Position and part Posn Mgmt supervisor. Each of these Types of access causes see end/inactive employees in the list of direct reports.

    Is it possible to prevent a finished/inactive employee to appear in a page of direct reports?

    Published by: kcjim on February 5, 2013 14:42

    Expected behavior... Looks like the fix is in HCM Bundle #10

    See employees terminated are displayed in Manager Self Service > view personal information of employees [1438090.1 ID]
    https://support.Oracle.com/epmos/faces/DocContentDisplay?ID=1438090.1

  • Query to obtain the direct report and anyone under them.

    Hello

    Does anyone have a query that would give me a supervisor and his direct subordinates and all direct report of a person who reports to the supervisor?
    For example, if Kim refers to Jon and Jon is Doug and Doug reports to Steve.

    Example of
    Direct reports to Steve, Jon, Doug and Kim
    Live report from Jon, would be Kim.

    An idea

    Thank you
    KRE

    Please check the previous discussions-

    Re: How to find the loop by monitoring Hirarchy.
    Hierarchy of supervisor
    Re: Request for a supervisor hierarchy for more top of page manager

    See you soon,.
    VB

  • Cannot access the direct application of database reports in the dashboard

    Hi all

    I added a new user to the DPR OBIEE. When I tried to access a report created using direct, database application in the dashboard sound up the following error:

    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error occurred. [nQSError: 13017] User or group did not Direct database access privilege to access the database "Oracle Data Warehouse". Please check the permissions of a user/group in the Administration Oracle BI tool. (HY000)

    (1) the newly created user belongs to any group.

    ' (2) in Presentation Services-> settings-> Administration-> manage privileges ' gave the permission of * "Perform direct database requests" * also.

    Help, please... Thanks in advance... :)

    Kind regards
    LonaD.

    Hi Lona,

    Open, click OBIEE administration tool to manage-> Security-> user.
    Double-click the user who must have the permission of direct execution of the database application. In the drop-down list, select 'allow '. Hope this will solve your problem.

    Thank you
    Lolita

  • Problem link DB between active Data Guard and reports application database

    My version of the 11.2.0.2.0 and OS database is Oracle Solaris 10 9/10.
    I am facing a problem in my custody of data Active data base for purposes of tax. Active Data guard information is as below.

    SQL > select name, database_role, open_mode from v$ database;

    NAME DATABASE_ROLE OPEN_MODE
    --------- ---------------- --------------------
    ORCL PHYSICS READ SHALL ONLY APPLY

    Detail of the problem is less than
    ------------------------------
    I have created a db link (name: DATADB_LINK) between active data guard and report of application of data base for purposes of tax.
    SQL > create database DATADB_LINK link to connect to HR identified by HR using 'DRFUNPD ';
    Database link created.

    But when I run a query using db link to my database of enforcement report I got this error below.

    ORA-01555: snapshot too old: rollback segment number 10 with the name ' _SYSSMU10_4261549777$ ' too small
    ORA-02063: preceding the line of DATADB_LINK

    Then I see logfile named database alart Active Data Guard and get below error

    ORA-01555 caused by the following SQL statement (SQL ID: 11yj3pucjguc8, time of request = 1 sec, SNA: 0x0000.07c708c3): SELECT "A2". "' BUSINESS_TRANSACTION_REFERENCE ', 'A2 '. "' BUSINESS_TRANSACTION_CODE ', MAX (CASE 'A1'. "TRANS_DATA_KEY"WHEN "feature' AND 'A1'." " END OF TRANS_DATA_VALUE"), MAX (CASE 'A1'. "TRANS_DATA_KEY" WHEN 'otherFeature' THEN 'A1' '. "" END OF TRANS_DATA_VALUE")

    But the interesting point if I run the query report directly in the Active Data Guard database, I got never error.

    So it's a problem of link DB between active Data Guard and other databases?

    Fazlul Kabir Mahfuz wrote:
    My version of the 11.2.0.2.0 and OS database is Oracle Solaris 10 9/10.
    I am facing a problem in my custody of data Active data base for purposes of tax. Active Data guard information is as below.

    SQL > select name, database_role, open_mode from v$ database;

    NAME DATABASE_ROLE OPEN_MODE
    --------- ---------------- --------------------
    ORCL PHYSICS READ SHALL ONLY APPLY

    Detail of the problem is less than
    ------------------------------
    I have created a db link (name: DATADB_LINK) between active data guard and report of application of data base for purposes of tax.
    SQL > create database DATADB_LINK link to connect to HR identified by HR using 'DRFUNPD ';
    Database link created.

    But when I run a query using db link to my database of enforcement report I got this error below.

    ORA-01555: snapshot too old: rollback segment number 10 with the name ' _SYSSMU10_4261549777$ ' too small
    ORA-02063: preceding the line of DATADB_LINK

    Then I see logfile named database alart Active Data Guard and get below error

    ORA-01555 caused by the following SQL statement (SQL ID: 11yj3pucjguc8, time of request = 1 sec, SNA: 0x0000.07c708c3): SELECT "A2". "' BUSINESS_TRANSACTION_REFERENCE ', 'A2 '. "' BUSINESS_TRANSACTION_CODE ', MAX (CASE 'A1'. "TRANS_DATA_KEY"WHEN "feature' AND 'A1'." " END OF TRANS_DATA_VALUE"), MAX (CASE 'A1'. "TRANS_DATA_KEY" WHEN 'otherFeature' THEN 'A1' '. "" END OF TRANS_DATA_VALUE")

    But the interesting point if I run the query report directly in the Active Data Guard database, I got never error.

    So it's a problem of link DB between active Data Guard and other databases?

    Check this statement that applies to your environment

    * ORA-01555 on Active Data Guard Standby Database [1273808.1 ID] *.

    also

    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:8908307196113

  • How printing direct report ERP BI Publisher?

    Database version: 10.2.0.4.0
    ERP: 11i ERP

    Hi all

    I have 1 report editor XML BI (simultaneous use) would like to have a print directly to printer. Anyone can share how do?

    Thank you
    Lygine

    Not in this forum, which is for the Oracle reports. Visit the forum on E-Business.

  • Get information directly from the database of the RMAN catalog

    All,

    Assuming that one is unable to connect to the target database, but can directly connect to the catalog database:

    HostName: rman.prod.hobank.net
    User name of the operating system: oracle
    Oracle SID: RMAN
    User RMAN: rman

    When you are connected to the RMAN database as user rman (as shown below),

    [oracle@rman] sqlplus rman/rman

    What views I need to ask for the following information:

    -Backups performed
    -Backup type (for each backup)
    -Calendar

    Thanks in advance.

    Baffy

    You can get all the information backup recovery catalog views. For example, V$ RC_BACKUP_SET, V$ RC_BACKUP_PIECE, V$ RC_BACKUP_FILES, etc. and the view contains the type of backup as
    V$ RC_BACKUP_FILES. BACKUP. But I don't understand your 'calendar' means.

  • Is it possible to sync displays LCD with changes directly to the database?

    Here's the scenario:

    LCD displays has been configured to connect to a database MySQL using FlashBuilder RDS and fiber.  Changes in the Flex client application are correctly synchronized between all clients.

    There is a system in place that makes direct inserts and updates to the same MySQL database.  Inserts and updates must be propagated to all Flex client applications.  Is it possible to have LCD screens 'Watch' the database inserts / updates and send these changes to all Flex clients?

    You should not call refreshFill() etc, rather, you should call the relevant method of CRUD to the changed object, please see the Javadoc I've linked. For example:

    public void createItem(String destination, Object item)
    

    This method allows you to tell the Service of data management that a new element has been created.

    So now call this method and to validate the transaction, screens LCD will push the new customer object, etc.

  • Direct query of database - add drop-down list

    Hello

    I created a direct request to the database and would like to represent the output in a table format. How can I add a drop-down page filter, I would like to move two columns as a page drop-down lists, and also be able to display the columns in the table.

    I know how with a PivotTable, but is this also possible with a table layout?

    Thank you

    Here's the answer to your question: no, you can't do "drop trailers", in a table view. You can use the pivot table as described in the previous posts.

    You will need to use the prompts of dashboard for your choice. You say probably, "but the guests of dashboard must be based on a column in the subject area and I can't select it because I use a live database as my source. So, how to create ask her? »

    Good question. My question is, on the columns you need as the "drop down filters,' are these columns in any existing domain? I know that your application is built on-line database, but if the specific column you need for your prompt dashboard is in a domain, you can use this area to build your guest dashboard.

    You can add a WHERE condition in your live database to receive presentation variables. Read below to learn how:

    http://108obiee.blogspot.com/2009/11/variables-in-direct-database-requests.html

Maybe you are looking for

  • IPad 2 is supported, but said that is not

    I just got an iPad 2. When he arrived the battery was completely dead so I plugged it with charger Apple and data to 30-pin cable. After about an hour or so on the charger it showed no significant cost to the iPad so I left it on the charger overnigh

  • The desktop icon question

    Good afternoon Somehow, I don't know how, but all desktop icons have been modified in Adobe PDF format, when I click on it I get the following message: cold Adobe Reader not open 'iexplore.exe' because it is not a supported file type or because the f

  • BlackBerry smartphones I am suddenly unable to receive emails on my Blackberry

    Never had any trouble getting emails on my Blackberry, until it suddenly stopped working a few days ago. ATT & T is my service provider. If I go to the status of the Service on the Blackberry, he said that Blackberry Enterprise Server not connected.

  • BlackBerry Smartphones SMS not appearing in the BB Messenger

    Hi all I recently upgraded to OS5 now whenever someone texts me who also owns the BB Messenger, I get a message in the SMS and BB Messenger folder, how can I do to separate the texts more if 2 applications just realized my record SMS and BB messages

  • Foglight for AD/Exchange

    Whereas that foglight to AD/Exchange configuration, can we use the operator rather than the domain administrator account privileges?