OBE-15065 and REP-1103

I get OBE-15065 error when I try to go into the Query Builder, or REP-1103 "No column is selected in group G_SPD_YR" if I just click on Apply on Data Source definition tab. I don't know what could be wrong with my Query, if anything. The report runs just fine.
I took the query and ran it directly against the database (using SQL and Toad) and it ran without errors.
How can I find out further info to narrow down what it is that Reports doesn't like?

This can be found on Metalink regarding OBE-15065 when using Query Builder, but I guess it's an old bug (what is you version?):
This error appears if there is a space between the column name and
the comparison operator like < , > or =
for e.g
Select empno,ename,sal from emp where job = 'CLERK'
this statement would throw the error since there is a space between
the column name 'job' and the comparison operator '='.
To correct this remove the spaces from the query i.e
Select empno,ename,sal from emp where job='CLERK'

Similar Messages

  • OBE-15065: Syntax error query builder

    Hello
    i am using the below sql query.
    SELECT (
    A.emp ||
    '200' ||
    LPAD((SELECT COUNT(*) FROM TRANSACTIONS WHERE TRANSACTIONS.PROCESSED ='N'),6,'0') ||
    LPAD((SELECT SUM(AMOUNT) FROM TRANSACTIONS WHERE TRANSACTIONS.PROCESSED ='N'),10,'0') ||
    '000000000000' ||
    LPAD(A.ORIGIN,10,' ') ||
    RPAD(NVL(A.MSGAUTHCODE,' '),19,' ') ||
    RPAD(NVL(A.RESERVED,' '),6,' ') ||
    RPAD(A.IMDDEST,8,' ') ||
    LPAD(A.BTNUMBER,7,'0'))
    FROM CONTROL_TABLE A
    This query works fine in sql*plus.
    i am placing this query in report data wizard and the query builder gives error "OBE-15065: Syntax error"
    the report i am developing is to a delimited output as a fixed length falt file.
    because of this query whenever i try to export using desformat=delimite and destype=file in system parameters. the report builder crashes.
    have anyone faced this sort of problem.
    is there something wrong with the query and iam doing it in wrong way in the reports.
    please give your suggestions
    thanks in advance
    krishna

    You haven't said what version of Oracle or what version of Query Builder you are using. There are things that work in SQL, but not in PL/SQL or various tools, especially in older versions. A select statement within a select clause is one of those things that gets rejected. Usually, the easiest way to fix it is to move the select statement from the select clause to the from clause. Please try the following and see if it solves your problem:
    SELECT A.emp
    || '200'
    || LPAD (b.b_count, 6, '0')
    || LPAD (c.c_count, 10, '0')
    || '000000000000'
    || LPAD (A.ORIGIN, 10,' ')
    || RPAD (NVL (A.MSGAUTHCODE, ' '), 19, ' ')
    || RPAD (NVL (A.RESERVED, ' '), 6, ' ')
    || RPAD (A.IMDDEST, 8, ' ')
    || LPAD (A.BTNUMBER, 7, '0')
    FROM CONTROL_TABLE A,
    (SELECT COUNT (*) AS b_count
    FROM TRANSACTIONS
    WHERE TRANSACTIONS.PROCESSED ='N') b,
    (SELECT SUM (AMOUNT) AS c_count
    FROM TRANSACTIONS
    WHERE TRANSACTIONS.PROCESSED ='N') c

  • Error while creating DB CONSOLE conf and rep using EMCA

    Dears,
    I have 10g R1 database and used to have a db console for DEMO database.
    I deleted that using EMCA -X DEMO...deletion was successful.
    Now i;m trying to create the em db console conf and rep again using EMCA...when i finish entering parameters it gives me this error:
    SEVERE: Database instance unavailable. Fix the error(s) and run EM Configuration Assistant again in standalone mode !!!!!!
    By the way EMDROOT is set to ORACLE_HOME, Database is up and running...listening port is right...Just want to make sure of one thing please which is related to passwords...when he requested passwords for
    Password for dbsnmp:
    Password for sysman:
    Password for sys:
    Is it here asking for original passwords for dbsnmp, sysman or just to reset them?
    The detailed log file:
    ==============
    CONFIG: No value was set for the parameter AGENT_PORT
    Feb 13, 2008 8:25:14 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Passed parameter check
    Feb 13, 2008 8:25:14 AM oracle.sysman.emcp.EMConfig initSQLEngine
    CONFIG: SQLEngine connecting with SID: demo, oracleHome: /oracle/product/10.1.0/db_1, and user: SYS
    Feb 13, 2008 8:25:15 AM oracle.sysman.emcp.EMConfig initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Feb 13, 2008 8:25:15 AM oracle.sysman.emcp.EMConfig checkConfiguration
    CONFIG: ORA-01034: ORACLE not available
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-01034: ORACLE not available
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1418)
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeQuery(SQLEngine.java:651)
    at oracle.sysman.emcp.EMConfig.checkConfiguration(EMConfig.java:1041)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:271)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:692)
    at oracle.sysman.emcp.EMConfigAssistant.performSetup(EMConfigAssistant.java:641)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:340)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:180)
    Feb 13, 2008 8:25:15 AM oracle.sysman.emcp.EMConfig checkConfiguration
    EVERE: Database instance unavailable. Fix the error(s) and run EM Configuration Assistant again in standalone mode !!!
    Cheers,
    Firas

    I restarted the database and then tried,still getting the same errors.I am trying to configure the EM on an EBS Database(Oracle 10g), and I find that there is no user sysman, is this causing the errors?
    $ emca -config dbcontrol db -repos create
    INFO: This operation is being logged at /vis_ora_home/vis_db/VIS/db/tech_st/10.2.0//cfgtoollogs/emca/emca_2009-02-24_05-29-41-PM.log.
    Feb 24, 2009 5:30:17 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Database instance unavailable.
    Refer to the log file at /vis_ora_home/vis_db/VIS/db/tech_st/10.2.0//cfgtoollogs/emca/emca_2009-02-24_05-29-41-PM.log for more details.
    Could not complete the configuration. Refer to the log file at /vis_ora_home/vis_db/VIS/db/tech_st/10.2.0//cfgtoollogs/emca/emca_2009-02-24_05-29-41-PM.log for more details.
    Edited by: orarup on Feb 24, 2009 8:29 PM

  • Difference between deploying oracle report in RDF format and REP format

    Hi All,
    Good Day!!!
    We are frequently encountering report failures in our production environment with the error message "REP-1247: There exist uncompiled program unit(s)"
    But the report executes successfully in the next try and the issue is intermittant. In production the reports are deployed in RDF format.
    So in our test environment we tried of deploying the reports in REP foramat and we cant find any errors.
    Is there Difference in deploying oracle report in RDF format and REP format?
    Is there any diffence in execution?
    Your inputs will be much appreciated!!!
    Thanks in Advance,
    JK

    Hi,
    REP is to RDF what FMX is to FMB, MMX is to MMB, etc.
    Only difference here is that if you deploy RDF, not REP, then the RDF is compiled at runtime by Reports Engine and then executed. In other words, if REP is deployed then it is straightway execute.
    That should explain all your observations.
    Cheers.
    PS: Please post Oracle Report queries on {forum:id=84} forum.
    Edited by: Prabodh on Jul 20, 2012 4:54 PM

  • Report Errors REP-1051 and REP-1070 when saving

    I just created a new report. I'm now getting errors REP-1051 and REP-1070 when I attempt to save the .rdf to my local hard drive (or anywhere else for that matter). Permissions where I try to save it are OK, in fact if I remove the SQL and insert "select * from dual", it saves nicely. Is there a query size limit of which I'm unaware? The SQL runs corrrectly, compiles correctly, etc. I just can't seem to save my work. Thank you in advance.

    REP-1051 and REP-1070 What are the messages for these codes?
    Which version and OS are you using?
    How are you calling your report?

  • HELP: REP-0065 and rep-0200

    Has anyone else seen this error.
    Env:
    Report Builder 6i
    Win 2000
    I have a simple report with two repeating frames (one embedded). When I query and get data back in a ref cursor I get a rep-0060 and rep-0200 error. I had the report running yesterday and with no changes to the database or the report def, I get this error today.
    Thanks.
    null

    Nevermind. Found the problem. We had another procedure running in the database that was trying to divide by 0.

  • Parameter Form , REP-1051 and REP-1070

    HI
    I am trying to write validating functions for text box which will be shown in parameter form when the report will be run on web through URL. I am unable to save the report file after wrting the validating code in before form property of report. Oracle Report Builder raises error with error codes REP-1051 and REP-1070.I have noticed that this error occurs when the toal html content in report exceeds 6.11 kb in size. Any solution ?

    May be write some of the information to a table and retrieve from that?
    Rajesh Alex

  • REP-0065 and REP-0200

    Hi everyone,
    I have a report that uses a strongly typed ref cursor to get its data. When I run the report on my local machine (oc4j and report server running on my local machine), the report runs fine. That makes me believe that the data types being returned by the query match what is in the ref cursor. However, when I put the report on a remote report server, I get the Virtual Memory System error described below. Anyone have any ideas?
    javax.servlet.jsp.JspException: REP-0065: Virtual Memory System error.
    REP-0200: Cannot allocate enough memory.
    cavaa 22
    at oracle.reports.jsp.ForEachTag.doStartTag(ForEachTag.java:382)
    at acdfiles.sheet001._jspService(_sheet001.java:140)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)

    Hi
    I have the exact same problem... anyone can help?
    Vitor

  • Paramform=yes and Rep-52007

    I have forms and report services 10.2.0.2 installed on my Win2003 server.
    Reports runs perfectly with paramform=no but when i use paramform=yes it show html param form but pressing submit query it show The page cannot be displayed page. the same report with paramform=no and hard coding paramter runs perfectly.
    This is the procedure i am using after adding hidden_action i start getting REP-52007 instead of the page cannot be displayed.....
    PROCEDURE show_report(pRptServer varchar2,pRptObj varchar2,pRptFormat varchar2,pRptPath varchar2,pRptParameter varchar2,pParamForm varchar2) IS
    repid REPORT_OBJECT;
    rep_status varchar2(30);
    v_rep VARCHAR2(100);
    vjob_id varchar2(100);
    v_reportserver varchar2(50):=pRptServer;
    v_runformat varchar2(50):= pRptFormat;
    hidden_action varchar2(1000);
    v_report_other VARCHAR2(4000) :='';
    begin
    repid := FIND_REPORT_OBJECT(pRptObj);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,pRptPath);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,v_reportserver);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,v_runformat);
    --SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,pRptParameter||' paramform='||pParamForm);
    -- code for pfaction
    hidden_action := hidden_action ||'&report='||GET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME);
    hidden_action := hidden_action ||'&destype='||GET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE);
    hidden_action := hidden_action ||'&desformat='||GET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT);
    hidden_action := hidden_action ||'&userid=' ||GET_APPLICATION_PROPERTY(username)||'/'||GET_APPLICATION_PROPERTY(password)||'@'||GET_APPLICATION_PROPERTY(connect_string);
    hidden_action := hidden_action ||'&'||v_report_other;
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'pfaction='||hidden_action||' '||pRptParameter||' paramform='||pParamForm);
    v_rep := RUN_REPORT_OBJECT(repid);
    vjob_id := substr(v_rep,length(v_reportserver)+2,length(v_rep));
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    while rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    loop
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    end loop;
    if rep_status = 'FINISHED' then
    WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||vjob_id||'?server='||v_reportserver||'','_blank');
    message('Finished');
    else
    message('Error');
    end if;
    end;
    --------------------------------------------------------------------------------

    Hello,
    There is an example in the document :
    Oracle Forms Services – Using Run_Report_Object() to call Reports with a parameter form
    http://www.oracle.com/technology/products/forms/pdf/10g/frmrepparamform.pdf
    Regards

  • REP-501 and REP-2147418514

    When I try to run reports in PDF the below error appears
    "REP -2147418514 Unable to retrieve a string from the Report Builder message file"
    The same report runs successfully in HTML.
    When trying to run report from forms the below error appears:
    "41214 Unable to run report"
    and in Report server jobs the error is "REP-501 Unable to connect to specified database"
    Thanks.

    I was just wondering if you'd found out any more about this problem..? It looks like we might be having similar issues. The REP-501s went away once we started the reports server, but we'd prefer not to have to do this after every time we bounce the datebase.
    Cheers,
    James

  • Uncompiled SQL and REP 1247

    There weas some discussion a year ago on the REP 1247 error and uncompiled SQL. It did not appear if there was an answer for the situation I am dealing with. Another developer has some "program units" which are of the type CF_1FORMULA. When we try to update the reports for database changes we find that opening the RDF file in Reports Developer has these units uncompiled though they were stored as compiled. If you recompile and save, close the environment, re-open Reports Developer the units are again uncompiled.
    We are in the process if seeing if this makes any difference when deployed to the server. But is there a way to keep the units compiled? Even if they are compiled, saved, and put on the server, will this cause a problem later in production?
    We are using Reports 6i.
    Thanks in advance.
    DT

    David,
    Take a look at technote 95502.1 in metalink and see if this applies. Basically, it states that if client-side PL/SQL references an object that is owned by another schema, that this warning will always occur in the Builder.
    regards,
    Stewart

  • Error REP-51002; REP-50125 and REP-56048

    Hello All,
    We are upgrading our Forms/Reports environment to 11.1.2.0.0. For report server setup we have done following:
    1) Setup a new VM with 2008 Windows Server R2 64 bit operating system
    2) Installed Oracle Reports Server 11.1.2.0.0
    3) Pointed our new Forms Server (which is also 11.1.2.0.0) to use this new report server.
    Normally reports work fine, but at times it results in error. At times with error it brings the whole report server down as well.
    In the Enterprise Manager it shows following log messages:
    Dec-13 3:44:01 (Incident Error) REP-51002 : Bind to Reports Server willow_reports_qa1 failed.
    Dec-13 3:44:01 (Incident Error) ServerManager:getServer Bind to Reports Server willow_reports_qa1 failed.
    Dec-13 3:48:20 (Incident Error) REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe
    Dec-13 3:48:21 (Incident Error) REP-50125 : org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    Dec-13 3:48:21 (Incident Error) REP-56048 : Engine rwEng-0 crashed., job Id: 327
    Dec-13 3:48:21 (Incident Error) REP-56048 : Engine rwEng-0 crashed., job Id: 327
    Any help will be highly appreciated. Let me know if you need additional information.
    Regards,
    Saket Maheshwary

    question. Did you solve this? If so was it because you firstly needed to create a Report Server and register it with Enterprise Manager?
    Pamela

  • Error rep-0066 and rep-3335

    I have problems with reports builder, suddenly i recive the next error :
    REP-0066 Error executing CA utility.
    REP-3335 Unhandled internal CA Error
    calaa 3
    I don't have any problems accesing the data base, the free space in my hard disk is huge and all the software was reinstaled, but the error still apears, If anybody has experienced this or has any idea why this is hapening please let me know.
    Tnx for your help.

    Hi Yuri
    Is this specific to one RDF file only? There are no known reason for this error [which is very generic error]. All it tells is that some internal error is occured in CA utility and is very difficult to predict like this. I suggest, you get in touch with Oracle Support on this.
    Thanks
    Rohit

  • REP-0069,REP-57054,REP-50159 and REP-50127

    Hi,
    In Oracle Apps R12 , trying to run Oracle 10g report from Apps , report is erroring out with following error log.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Executed successfully but there were some errors when distribute the output
    REP-50159: Executed successfully but there were some errors when distribute the output
    REP-50127: file : Cannot write into file o856261.out
    Any idea how this can be resolved.

    Good afternoon,
    Typically, what I have found is that there is a problem with the location of the output file. Check Disk Space, write-access where o856261.out is being created. Also, check to see if o856261.out exists and is flagged as READ-ONLY.
    Good luck,
    Don.
    You can reward this reply by marking it as either Helpful or Correct :)

  • Attention customers future customers and reps

    I would like to start with my name is Mark and I am a new customer as of the 8th of March.
    Second I would like to tell every one my story of Verizon so far...
    I ordered a double play getting internet(high speed enhanced) and TV (Direct TV) good deal for the buck right?
    Here where it gets interesting...
    The 8th I have my service installed and working. I ordered 1.1-3mb/sec. After the install I tested speeds and was getting 1-1.3 depending on time of day. That's great although I thought I would be getting much faster I called a rep asking why is it not in the 2MB range? My line is rated at 1.5. Ok fair enough well upgrade me to the 3-7. I go to Verizon's site log in and upgrade my package on Saturday the 10th of march to get phone and upgrade my speed to 3-7mb/sec. I call Monday to port my number which they said I could not since the order was in. I decided to call Tuesday (yesterday) (the day the internet was suppose to provision over to 3-7) and asked again to port number they said yeah we have to cancel the upgrade and reorder to port. I replied lets do it. After that I asked about internet and said there is an outage wait 24-48 hours and check it will update.
    Now the best part !
    I wake up come home thinking IM going to get some work done and wait the internet is no longer working. I call to find out what happen. Well what happen? My account was closed and no longer active! Really well who did that? We don't know. So the rep says the only way to get service is to start over. I said whatever we have to do lets do it I need internet I run a business from home.
    This phone called started at 9:30am. I was on the line with the rep and created a new account and it finished with him saying everything will be up in about 2 hours.  I wait 2 hrs which now put me at 12 PM I call back saying I need internet the guy said that he needed to create another new account. I said OK I need internet I need to get work done. I created a new account again and told the rep to stay on the phone till he got my phone number working and the internet. The last thing he said was everything is going great and the phone is working and IM handing this to the DSL department and internet will be working in an hr. It is now 1:30-2:00pm. I asked the guy now I have a phone and internet at the speed of 3-7mb/sec right. Yes your phone number is working and I have the internet package at 3-7mb/sec and I also got your direct TV account and have now attached it to the new account so you'll get one bill.
    ME: thanks for your help you've been the most help so far...
    1 Hr later internet on and got it activated. I test speed and I get .7 mb/sec
    I call and ask what's the deal
    your line only allows 1 mb/sec
    Wait I had 1.5 since Friday and tried to upgrade and was told I could be 2 reps and the internet ordering process what do you mean it only handles 1.5?
    Her response: I know its weird but that's what it says.
    ALL IN ALL BRIGHT HOUSE HERE I COME
    I WAS ON THE PHONE FOR ATLEAST 4 HRS TODAY AND ACCOMPL,ISHED NOTHING FOR WORK. GREAT DAY OFF I GUESS IF YOU CONSIDER A GREAT DAY TALKING TO INCOMPETENT KNOWLEDGELESS PEOPLE WHO HAVE NO IDEA WHAT THE HECK THEY ARE TALKING ABOUT

    Hi Meinstein1987
    Sorry you are having difficulty, an agent with access to your account will reach out to you directly by email, private message in the Forums and/or the billing telephone number on your Verizon account for more information to help you resolve your issue.

Maybe you are looking for

  • Material/Serial Nbr is "Stuck" in a storage location and can not be moved

    We have a situation created by my customers which has lead to a situation I have never seen before.  A material/serial nbr. that is in our Returns location that can not be transfered, issued, removed, or anything via ANY MIGO movement type combinatio

  • Media Encoder CS4 problem with h.264 QuickTime- Green flashes

    I have been using Premiere/Media Encoder CS4 on both a Mac and PC. I am having problems encoding using h.264 HD (720p) settings. These are the problems I have had: When I encode on both platforms (using many different settings) the video plays back f

  • Java running host command - moved from PL/SQL forums

    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production PL/SQL Release 11.1.0.6.0 - Production CORE 11.1.0.6.0 Production TNS for HPUX: Version 11.1.0.6.0 - Production NLSRTL Version 11.1.0.6.0 - Production Hi, I am not familiar

  • ALV column with search capability

    All, When you create an ALV grid with a field of type like mara-matnr you have a button automatically inserted in the cell and when you click on it, you have the standard search for materials and you can list/select all the materials you want. I woul

  • About Report Builder

     I goes to report server URL and clicked on Report Builder. It downloaded a small ReportBuilder.exe file. When I tried to run that it showed me a following error. What is the problem here? nravhad