Issue with Texi database

Hi there
I am Using taxis database for text searching but I am getting an error..
When I am using the query like this �
StrSQL = "SELECT SUM($rank) AS RANK, COUNT(CATEGORY_PATH) AS DCOUNT, HRDIVID, MAX(DIVISION_NAME)
DIVNAME, MAX(DIVISION_ID) DIVID ";
          StrSQL = StrSQL+ "FROM CAT_PATH, DIV_BU_REL ";
          StrSQL = StrSQL + "WHERE CAT_PATH.DIVISION_ID=DIV_BU_REL.EBUSBUID AND CATEGORY_PATH LIKEP '";
          StrSQL = StrSQL + searchString     ;
          StrSQL = StrSQL + "'gc' GROUP BY HRDIVID ORDER BY RANK DESC";
The error Message is�����
got into exeptioncom.thunderstone.texis.jdbc.TexisSQLException: Texis: Bad Data (table)null
Start MaterTOPFR page: Tue Jan 28 11:13:47 EST 2003
End MaterTOPFR page: Tue Jan 28 11:13:47 EST 2003
[03.01.28 11:14:47:369 EST] b94979 ServletInstan X Uncaught service() exception thrown by servlet {0}: {1}
"JSP 1.1 Processor"
org.apache.jasper.JasperException: Unable to compile class for JSP "/TN_Applications/AskThermo/ProductSearch/CDA/findProduct.jsp" /opt/WebSphere/AppServer/temp/default_host/V5jsp/TN_5F_Applications/AskThermo/ProductSearch/CDA/_findProduct_jsp_0.java:235: ')' expected.
jspxwriteString(out, jspxhtml_data[4]);
^
/opt/WebSphere/AppServer/temp/default_host/V5jsp/TN_5F_Applications/AskThermo/ProductSearch/CDA/_findProduct_jsp_0.java:389: 'try' without 'catch' or 'finally'.
jspxwriteString(out, jspxhtml_data[28]);
^
/opt/WebSphere/AppServer/temp/default_host/V5jsp/TN_5F_Applications/AskThermo/ProductSearch/CDA/_findProduct_jsp_0.java:391: Type expected.
} catch (Exception ex) {
^
3 errors
     at java.lang.Throwable.fillInStackTrace(Native Method)
     at java.lang.Throwable.fillInStackTrace(Compiled Code)
     at java.lang.Throwable.<init>(Compiled Code)
     at java.lang.Exception.<init>(Compiled Code)
     at javax.servlet.ServletException.<init>(ServletException.java:107)
     at org.apache.jasper.JasperException.<init>(JasperException.java:73)
     at org.apache.jasper.compiler.Compiler.compile(Compiled Code)
     at org.apache.jasper.runtime.JspServlet.loadJSP(Compiled Code)
     at org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNecessary(Compiled Code)
     at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(Compiled Code)
     at org.apache.jasper.runtime.JspServlet.serviceJspFile(Compiled Code)
     at org.apache.jasper.runtime.JspServlet.service(Compiled Code)
     at javax.servlet.http.HttpServlet.service(Compiled Code)
     at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(Compiled Code)
     at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(Compiled Code)
     at com.ibm.servlet.engine.webapp.IdleServletState.service(Compiled Code)
     at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(Compiled Code)
     at com.ibm.servlet.engine.webapp.ServletInstance.service(Compiled Code)
     at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(Compiled Code)
     at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(Compiled Code)
     at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(Compiled Code)
     at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(Compiled Code)
     at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(Compiled Code)
     at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(Compiled Code)
     at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(Compiled Code)
     at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(Compiled Code)
     at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(Compiled Code)
     at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(Compiled Code)
     at com.ibm.servlet.engine.oselistener.SQEventListenerImp$ServiceRunnable.run(Compiled Code)
     at com.ibm.servlet.engine.oselistener.SQEventListenerImp.notifySQEvent(Compiled Code)
     at com.ibm.servlet.engine.oselistener.serverqueue.SQEventSource.notifyEvent(Compiled Code)
     at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.notifyService(Compiled Code)
     at com.ibm.servlet.engine.oselistener.serverqueue.SQWrapperEventSource$SelectRunnable.run(Compiled Code)
     at com.ibm.servlet.engine.oselistener.outofproc.OutOfProcThread$CtlRunnable.run(Compiled Code)
     at java.lang.Thread.run(Compiled Code)
I will Really Appreciate if you can help me to solve this issue..
Regards
Buchanna Gajula

Using $$ instead of $ it works fine..
The strange thing is $ sign is used as a escape character in Texis...
Any way it works now :)
Cheers!!
Buchanna Gajula

Similar Messages

  • Issue with changing database location at runtime

    I am having a similar issue to:
    Re: Issue with changing database location at runtime
    where I am using Crystal Reports 2008 SP 3 fix pack 3.3 and a OLE DB connection to a SQL 2008 R2 server. Running on a computer on the network where the report can see the original development server is fast, other computers where that server is not available are hanging 20 seconds before coming up.
    I am using the same code from the Crystal Sample app to change the connection on each table. I found that the slowness comes the first time the ReportDocument object is accessed to get the collection of database tables, before the connection info is set.
    Fix pack 3.4 was mentioned in that post.  Does fix pack 3.4 fix that issue? I don't see fix pack 3.4 on the downloads page (https://websmp130.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/bobj_download/main.htm)

    I just found on the reports that were having the issue there was a SQL Expression.  Per this thread:
    Re: Report load is slow after changing database servers
    There was an issue with that and the fix is not out til the end of Feb so I found a way not to use the SQL Expression and the speed is much better.
    However, your information provided led me to this post:
    Cannot Change Table Location, but Only for One Report
    And I am also experiencing an issue where the table location is not changing on one subreport and I will look into that as a possible solution.
    Thanks so much for your help.

  • Oracle Discoverer 4i (portal db - oracle 8i) connectivity issue with 11g database

    Hi All
    We have oracle discoverer 4i with portal db (oracle 8i).
    We connect to the external databases using db links in the portal db and the reports will use the db link to retrieve the data from views in the external databases.
    External databases we were connecting is oracle 10g version and now we have upgraded these databases to 11g version.
    Now i have a created a new db link to this 11g database and i have created a new EUL in portal to connect to this 11g database.
    But when i try to create a report using the discoverer from this new EUL after login to the discoverer we get a "cannot connect to database" error.
    We have all the necesscary privilege to the user and the new database link works perfectly fine. (when we try to query directly using SQL plus from portal database using this db link the query works perfectly fine).
    Im not sure if this is a compatibility issue in connecting from oracle disc 4i to a 11g database.
    Can any one advise if this is the case and if there is any workaround for this?
    Regards,
    Raj

    Are you saying you are having issues with a database link between 8i and 11g (pl post exact versions to 4 digits) ? If so, it should be expected as database links between these two versions are not supported. Is there a reason you cannot upgrade the portal database to at least 10gR2 ?
    See MOS Doc 207303.1
    HTH
    Srini

  • DBMS_XMLSave issues with different databases

    This is a brainteaser...
    I have set up a couple of stored procedures in a package that inser / update and delete values in a database table using the DBMS_XMLSave functions as per the article 'Using XML-SQL Utility (XSU), 24 of 26' and re-use the context handle.
    This is being used for an ASP application and as such I am using the Oracle 8.1.7 OLEDb provider and passing the XML string as a clob to the stored procedures using a command object.
    I am now moving the application to another database in preparation for it going to staging and have come across a very interesting error. On the old database everything worked correctly, though on this new database (same IIS server) when i try to insert, update or delete on any table using the XML functions i get the following error:
    Unable to insert the details. SQL ERROR:[ORA-29532: Java call terminated by uncaught Java exception: oracle.xml.sql.OracleXMLSQLException: Expected name instead of ??.]
    Using the same ASP i connected to the old database and successfully ran the page, i change it to the new database and get the above error.
    However I can successfully execute the stored procedure from a command prompt (TOAD) on the new database.
    I have done some digging and found that it might have something to do with the NLS settings in the database.
    if i change the NLS registry key (HKEY_LOCAL_MACHINE\Software\Oracle\HOME0\NLS_LANG) from AMERICAN_AMERICA.WE8ISO8859P1 to AMERICAN_AMERICA.UTF8 on the IIS server i am running my ASP from, i can get both to return the same error though the question marks turn upside down.
    Here's an example of the sample code i am using. Note how i have to convert a CLOB to a string and back to a CLOB. This was because originally Oracle would not accept CLOBS from ASP (as the createParameter method did not really have a clob datatype but did have a longvarchar though Oracle recognises it as a clob because i can do clob operations on it. If anyone has an idea to get around this could you tell me as well?)
    Here's a snippit of the package i use
    saveCtx := DBMS_XMLSave.newContext('USER_FAVOURITE'); -- create the context once..!
         DBMS_XMLSave.setKeyColumn(saveCtx, 'FAVOURITE_ID'); -- set the key column name.
    PROCEDURE insert_XML(
    o_result OUT NUMBER,
         o_result_msg OUT VARCHAR2,
         xmlDoc in clob
    ) is
    e_processing_error EXCEPTION;
    v_processing_msg VARCHAR2(1990);
    v_result_msg      VARCHAR2(1990);
    insXML           CLOB;
    BEGIN
    -- Create a temp LOB as an input parameter
    DBMS_LOB.CREATETEMPORARY(insXML,TRUE);
    -- Write the XML doc to the LOB
    DBMS_LOB.WRITE(insXML, DBMS_LOB.GETLENGTH(xmlDoc), 1, DBMS_LOB.SUBSTR(xmlDoc, 32767));
    rows := DBMS_XMLSave.insertXML(saveCtx, insXML);
    -- Free the LOB space in memory
    DBMS_LOB.FREETEMPORARY(insXML);
    END;

    XSU don't suppose to support databases other than Oracle.

  • NCHAR issue with oracle database using JDBC adapter

    Hi,
    We have a requirement to develop an XI interface from FTP server(File adapter) to oracle database using JDBC adapter. In the oracle database table few fields are of type NCHAR/NVARCHAR. when we try to insert the character(A,B,c..) values into oracle table fields of type NCHAR/NVARCHAR, we are getting the following error message in the JDBC adapter audit log. IF we pass the numeric value to the same field, then we are able to insert the records successfully.
    Unable to execute statement for table or stored procedure. 'IPCSDD_DOWNLOAD_PROCESS' (Structure 'StatementName1') due to java.sql.SQLException: ORA-00904: "P": invalid identifier
    2010-10-19 22:29:59 Error JDBC message processing failed; reason Error processing request in sax parser: Error when executing statement for table/stored proc. 'IPCSDD_DOWNLOAD_PROCESS' (structure 'StatementName1'): java.sql.SQLException: ORA-00904: "P": invalid identifier
    2010-10-19 22:29:59 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'IPCSDD_DOWNLOAD_PROCESS' (structure 'StatementName1'): java.sql.SQLException: ORA-00904: "P": invalid identifier
    Please find the system information below.
    Oracle version- 10.2.4
    XI version - 3.0/ service pack 19
    JDBC driver- oracle.jdbc.driver.OracleDriver
    Please suggest.
    Thanks,
    Venkata
    Edited by: Venkata Narayana  Eepuri on Oct 21, 2010 12:10 AM

    Dear Venkata Narayana,
    Concerning the error, kindly go through the following note :
    731 - Collective note: ORA-00904
    follow the recommendations mentioned in that and please check if that helps.
    Best Regards
    Nishwanth

  • Phpmyadmin connection issue with mysql database on local computer

    Got mysql and phpmyadmin installed on my iMac. I open phpmyadmin site in safari and try to login to the database and I get the following error:
    "Safari can’t open the page “http://imac.local/phpMyAdmin/index.php?lang=en-utf-8&token=872752b265e4d375dddae b18d06bd85b” because the server unexpectedly dropped the connection, which sometimes occurs when the server is busy. You might be able to open the page later."
    I can connect to the sql database okay from the mysql manager gui just fine. Any suggestions?

    Hi David-
    Thank you for your QUICK and CORRECT reply!  Yes, creating the _mmServerScripts folder in my SSL folder on my remote server did the trick!!
    I did try to setup a testing server using one of your tutorials, but I received FTP errors.  Since I have a working website with remote and testing flagged on the same server and for my ease of understanding, I copied the setup as closely as I could (less the SSL add-on).  Mind you, I originally setup that website 3 years ago, so I'm a bit rusty.  I'm not a web developer and don't do this for a living, thus I get by with instructions from the books I own, web tutorials, Adobe forums, etc., but I have not taken any classes.  It's not my choice to work with PHP, but I have to in order to pull data from database tables into my web pages.  Since I don't do this for paying customers, I don't have to setup anything too fancy (thank goodness).  I would like to know how to debug and write java script code, but I lack the time and patience (mostly patience).
    Besides...Adobe does such a good job with their products, that I can get by pretty well without having to know everything.
    Again, THANK YOU!!!
    PS- Would you mind replacing my root site info above with the following:  www.sitename.com/ssl/

  • Issue with Creating Database

    When I right Click and make a new connection then on the new connection screen I write my Connection Name - Username - Password - save password and just change the SID to "orcl" , but when I click test I get this error:
    "Status: Failure - Test failed: Listener refused the connection with the following error: ORA-12505; TNS: listener does currently know of SID given in connection descriptor"
    Therefore I can't make a new connection. Could anyone help please.

    You need to use whatever name you gave your database.
    In a command window, try "lsnrctl status" to see what SIDs/Services are available.
    Or check the WIndows Services. There should be something called "OracleService<SID>"
    Also make sure your database is up and registering with the listener.

  • Query issue with 9i database only

    Hi,
    I am getting this strage error in 9i database only for the following query. It works perfectly fine in any 8i databases. The query is executed from schema user X with all the referenced tables from schema user B.
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    SELECT COUNT (ref_id), gparent_id, ref_id, ref_value
    FROM (SELECT (SELECT ref_id
    FROM sams_sec_application_setup
    WHERE setup_id = a.setup_id) ref_id,
    (select ref_id from sams_sec_application_setup where setup_id =
    (SELECT parent_id
    FROM sams_sec_application_setup
    WHERE setup_id =
    (SELECT parent_id
    FROM sams_sec_application_setup b
    WHERE setup_id = a.setup_id))) gparent_id,
    (SELECT ref_value
    FROM sams_sec_application_setup
    WHERE setup_id = a.setup_id) ref_value
    FROM sams_sec_security a
    WHERE setup_id IN (
    SELECT setup_id
    FROM sams_sec_application_setup a
    WHERE application_id = (SELECT application_id
    FROM sams_sec_application
    WHERE application_name = 'SOFA')
    AND GROUP_ID = (SELECT GROUP_ID
    FROM sams_sec_group
    WHERE group_name = 'Alliances'))
    AND user_id = 'srikulka '
    AND entity_id IN (
    SELECT a.role_id
    FROM sams_sec_role a,
    sams_sec_permission b,
    sams_sec_role_permission c
    WHERE a.role_id = c.role_id
    AND b.permission_id = c.permission_id
    AND b.permission_name = 'Admin'
    AND b.application_id =
    (SELECT application_id
    FROM sams_sec_application
    WHERE application_name = 'SOFA')))
    GROUP BY ref_id, gparent_id, ref_value;
    The same query executed without any error in 8i databases.
    The query is executed from schema user X with all the referenced tables in schema user B.
    Thanks and regards,
    Ambili

    3113 is a generic error and there are many known reasons for encountering this error. I suggest you search for related docs on Metalink.

  • Installing issues with Oracle Database 11g R1 on Red Hat Linux

    Hi,
    I am installing Oracle Database 11g on Red Hat Linux.
    Version of the OS:Linux 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux
    I have installed XManager on my PC to access the runtime installer in Graphical mode.
    But once i click the installer file from Xmanager, it asks if the user wants to run it in terminal or simply run.
    I selected the run in terminal and it starts the terminal where the initial pre-requisite checks are done i.e swap memory,temp and display.
    The screen disappers and the graphical OUI never turns up...
    Any pointer would be helpful.
    Regards
    Prabal

    Try the following:
    1. logon to the linux using root and issue the following command - xhost+
    2. Open xterm in the Xmanager and logon to the linux using oracle user.
    3. in the installation directory issue ./runInstaller.
    Oded
    [www.dbsnaps.com]
    [www.orbiumsoftware.com]

  • Oracle OEM issue with RAC Database

    We're have Grid Control 11g on Linux. The issue that I've is when trying to access the "Top Activity" screen for node 1 of a 2-node RAC cluster. The general "Performance" tab displays, but the graphs will not get past "Loading". Furthermore, when you click "Top Activity", the page displays but with no graph and the following error:
    ORA-12504-TNS:listener was not given the SID in CONNECT_DATA
    Access to the screens which aggregate all instances or to node 2 specifically seems to work properly. This is case whether the SCAN listener is running on either node.
    We have a 2-node RAC 11gR2 cluster w/ ASM and 3 SCAN listener. This is HP-UX
    Enterprise Manager 11g is being run from another host, this is RHEL5

    bcm@bcm-laptop:~$ oerr ora 12504
    12504, 00000, "TNS:listener was not given the SERVICE_NAME in CONNECT_DATA"
    // *Cause:  The listener was not configured with a default service and
    //  SERVICE_NAME was missing from the CONNECT_DATA received by the listener.
    // *Action: Possible solutions are:
    //  - Configure DEFAULT_SERVICE parameter in LISTENER.ORA with a valid service
    //    name. Reload the listener parameter file using reload [<listener_name>].
    //    This should be done by the LISTENER administrator.
    //  - If using a service name, Check that the connect descriptor corresponding
    //    to the service name in TNSNAMES.ORA has a SERVICE_NAME or SID component
    //    in the CONNECT_DATA.

  • Tnsnames issue with second database

    hi,
    I have a tnsnames.ora file which has an entry for a particular database in a recovery catalog. the database is a production database. I have cloned this database onto a new server with the same name. I now need to add this into the recovery catalog. Can I have two entries in the tnsnames.ora files with the same entries? If not is it possible to create an 'alias' for the second database
    thanks

    tnsnames is just an entry to look for database in server, so as long as your servers are different, the db names can be same and can be configured with different tns entry for the two servers.

  • APEX Listener 1.1.4 install issue with listener configuration

    Oracle XE 11gR2
    APEX 4.1.1
    APEX Listener 1.1.4
    Glassfish 3.0.1
    =============
    Installing APEX Listener 1.1.4 to replace APEX Listener 1.0.2. Deployed apex.war file but now:
    (1) http://10.10.1.111:8080/apex/listenerConfigure web page comes up but with no frames/windows rendered, as if it can not find images. Still I can enter data into fields. Wonder why the graphics/images are missing when page is rendered.
    (2) after entering Listener connection information for user APEX_PUBLIC_USER, I get "Permission denied". I can connect via SQL Developer to APEX_PUBLIC_USER with same credentials. I was able to connect before with previous APEX Listener.
    Any ideas?

    Hi,
    (1) http://10.10.1.111:8080/apex/listenerConfigure web page comes up but with no frames/windows rendered, as if it can not find images.
    You either have to clean your browser cache or your browser is too old/not capable of rendering the css of APEX Listener correctly.
    (2) after entering Listener connection information for user APEX_PUBLIC_USER, I get "Permission denied". "Permission denied" doesn't sound an issue with your database configuration. Do you have anything in your APEX Listeners log (probably within your GFs server.log) for that issue?
    But perhaps the error disappears as soon as you also get a proper configuration page.
    -Udo

  • Issue with queues

    Hi,
    We have an issue with queues in our PROD server. We are having about 35000 IDOCs stuck in 'smq2' with the IDOC on the top of the list in SYSFAIL status, with the message <b>'Problems found during the EXPORT to specified keyin table'</b>.
    The short dump on ST22 says 'EXPORT_TABLE_UPDATE_CONFLICT'.
    Please advise.
    cheers,
    Prashanth

    Prashanth,
    I think this is the issue with the database. Can you check whether the database is having enough space or not. If not kinldy increase the space.
    This thread is having the same issue. Check this it may help you:
    Process Integration (PI) & SOA Middleware
    ---Satish

  • Issue with Citrix Business Objects full client

    Hi ,
    I have issue with my database pasword being expired. I ran a recovery and it works fine for me.
    Since we are using the citirx installation the bomain.key is available on the citrix server which is copied across the user profile when they are login into citrix server via the logon script.
    I still could not find whether the log on script is correct or not can any one of you let me know what I can use to copy the bomain.key using citrix usrlogon.cmd script.
    Regards,
    Ramesh

    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there. Also, all BOE queries remain in one place and thus can be easily searched in one place.
    Thank you for your understanding,
    Ludek

  • Uk date format issue with ASP and Access Database

    I have an Asp form which updates records in an Access
    database. Problem is
    that the date format in the database record is dd/mm/yyyy
    (UK), when
    the record is displayed on the form it is mm/dd/yyyy(US)
    which after I
    update the record in the database the date has changed to the
    new format.
    I have tried everything I can to change the format but to no
    avail...anyone any ideas how I can resolve this issue?
    Thanks
    Steve

    stevo.s wrote:
    > Hi
    >
    > I have tried changing the format on the date field on
    the server behaviours
    > panelto ddmmyyy. Also have tried to set the form field
    format to ddmmyy. I have
    > also tried to use a function I got from a posting
    somehwere on the net to no
    > avail. <%function ddmmyyyy(varDate)
    > ddmmyyyy = Day(DateValue(varDate)) & "/" &
    Month(DateValue(varDate))
    > & "/" & Year(DateValue(varDate))
    > end function
    >
    > I believe that this is a recognised issue with
    Dreamweaver and Access but
    > can't seem to grasp the work around! Problem being I am
    teaching myself through
    > books and internet articles and can be weeks at a time
    without being able to
    > look at the issue..each time I come back to it it is
    like starting all over
    > again! I was hoping that somewhere out there there is a
    simple solution the
    > issue perhaps a date picker with the built in
    functionality to address the
    > issue...I am keen to understand how to deal with the
    issue rather than just
    > change my database date field to fudge the problem as I
    am in the UK and when I
    > eventually start to use the application I would like
    there to be some
    > consistency with dates and that users are familiar with
    the format.
    >
    > Any help gratefully received!
    Its not Dreamweaver, or Access, its your servers locale, its
    set to US
    format, not the UK.
    On your page at the top use:
    <% Session.LCID = 2057 %>
    This will force the page into using UK formatted dates. Use
    it on any
    page that needs to format the page correctly.
    Dooza
    Posting Guidelines
    http://www.adobe.com/support/forums/guidelines.html
    How To Ask Smart Questions
    http://www.catb.org/esr/faqs/smart-questions.html

Maybe you are looking for