Web Source

Do I need to explicitly import the Merant JDBC Sql Server classes into my web source page? So that when I run with the OC4J instance using URL it finds it?
For example:
<%@ page language="java" import="com.oracle.ias.jdbc.sqlserver.*" errorPage="/rwerror.jsp" session="false" %>
Right now I get the following error even though everything works fine in within the Builder tool.
Reports Error Page
Wed May 28 10:33:06 PDT 2003
javax.servlet.jsp.JspException: rwlib-1: REP-4100: Failed to execute data source. JDBCPDS-62008:com.oracle.ias.jdbc.sqlserver.SQLServerDriver
javax.servlet.jsp.JspException: rwlib-1: REP-4100: Failed to execute data source.
JDBCPDS-62008:com.oracle.ias.jdbc.sqlserver.SQLServerDriver
     at oracle.reports.jsp.ObjectsTag.doEndTag(ObjectsTag.java:180)
     at test.WLBNTemp._jspService(_WLBNTemp.java:85)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:407)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:330)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
     at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
     at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)

You asked me to Please try the following
1) Modify REPORTS_CLASSPATH to include location of >driver jar files . REPORTS_CLASSPATH is registry >variable on windows platform . On solaris , it is env >variable ,you can modify reports.sh in which env >variables are set.This is set and it does not work.
2) Please try adding the jar files in >$OH\j2ee\home\<contextRoot>\WEB-INF\lib
where 'contextRoot' is the context root of your web >application . For example it may be "default-web-app'Same error.
3) Edit $OH\j2ee\home\config\server.xml and add
<library path="PathOfDriverJar" />Same error.
I also tried
Edit $OH\j2ee\Oracle9iDS\config\server.xml and added
<library path="PathOfDriverJar" />
But I still get the same error.
I also tried to add jars to
C:\Oracle\Ora9iDS\lib
and
C:\Oracle\Ora9iDS\j2ee\home\lib
I am still getting the same error. that the SQL Server Driver is not executed.
Where else should I try?

Similar Messages

  • Oracle Report vs JSP efficiency and Excel XML in Web Source Questions

    I have used Oracle Reports in the past 6i, but haven't used them in about 4 years. We are now using 9.0.4 reports and I am trying to generate Excel XML from an Oracle report by manipulating the web source of the report. Basically copying and pasting the Excel XML into the web source of the Oracle Report instead of html as suggested by this Metalink Doc ID 240819.1. I do have a JSP working example that generates Excel XML created in JDeveloper and successfully spawns off a very nice looking Excel spreadsheet.
    However, a statement was made here by our app sever guy that an Oracle Report is more efficient at getting data from the database than a JSP. The app sever section does not want anyone using JSPs to generate a report of any kind. I guess small web pages are OK since our java guys use them all the time. This rule for a Reports only environment seems a little restrictive to me. Is there any truth to the statement that Oracle Reports bulk collects data in one chunk as opposed to a JSP making multiple trips to the database from the middle tier?
    Secondly, if an Oracle Report is more efficient in the way that it collects large record sets from the db, and if I save an Oracle Report as a JSP not an rdf, and use the reports_tld.jar with the rw tags instead of the typical jsp jstl tags, will I still get the same improvement from using an Oracle report? I guess the improvement is in the library used correct?
    Thirdly, although not part of this forum, I also am assuming that if we have single sign on that when I call a JSP from an Oracle Form I will not have to log in again correct?
    Thanks...
    Message was edited by:
    Mark Reichman

    It could be the configuration issue. Reconfigure the engine.

  • Wildcards in Web Source: Path Rules

    Hello,
    I am evaluating UltraSearch Release 9.2.0.1 coming with Database V9.2.0.3 on Solaris.
    I want to exclude some URL from being crawled using Wildcards when defining an Exclusion Path Rule for a Web Source, e.g. excluding URLs with ending "_de.html"; so
    the URL index.html, index_en.html etc. will be crawled, index_de.html will not.
    It is possible using WILDCARDS in Path Rules, I found nothing about this topic in Ulrasearch-Documentation?
    Regards,
    Wolfgang

    I'm also looking for this feature. Have you got a wildcard exclusion to work?

  • Reports9i Builder does not create Graph for Web Source

    Hi
    I installed the new 9iDS and I'm trying to create a jsp page with a graph. If I create a graph in the paper layout it will run in paper layout only. After checking the web source code there is no <rw:graph ... > tag. If I try to insert the graph in the web source view I get REP-0069: Internal error REP-0: oracle/reports/RWExxception: 1.0. Is there a way to create graph for the web layout?.

    Hi Nestor,
    This should work fine. I assume you created the report using the wizard. Did you by any chance choose to create a paper layout only?
    Try the wizard option 'Create Web Layout only' or 'Create both Web and Paper Layout'.
    Regards, Christian.

  • Table source & web source

    Hi all,
    I have some questions, please help me soon.
    Table source:
    - How can I use URL template to display data of many columns, not only the text column? It means that do I have to concat these columns into one?
    - If I have a database with a hundreds of tables, is there any way to create table source rapidly?
    Web source:
    - How do I have to map metatag tosearch attribute so all URL are displayed in the result search page?
    Many thanks and Best Regards,
    LTH

    Hi,
    For the question on table source URL template, basically the URL template specifies the web application URL that displays the table record, including the text column. You can check Ultra Search Online Doc 'Data Source Page' for more details on how to setup the URL template. If you want to display multiple columns, you need to modify the web application to make sure all of the desired columns are displayed.
    For the question on table source creation, each table source is created based on one table only. If you want to create table sources for each of the tables in a database, currently you need to create the sources one by one through Ultra Search admin tool. There is no rapid way right now.
    Regards,
    Will

  • Ultrasearch Create Web Source gives JSP Error

    9iAS V2, including all patches from the Patch CD.
    Create Web Source: Step 4. To add a path, instructions are "To specify path rules, you must first add the host to the path rule list. Then, click on the "Edit" icon to include or exclude specific paths for that host".
    I can add the host to the list, but when I click on Edit I get the error
    Request URI:/ultrasearch/admin/sources/sources_web_add_path.jsp
    Exception:
    java.lang.ClassFormatError: sources/sources__web__add__path (Truncated class file)
    Bug, installation failure, or what? Can't find anything on Metalink. Can others do this successfully on 9.0.2?

    Hi,
    No one report this error before.
    From the error, looks like the compiled servlet class is malformated.
    Can you please delete this class file, and render the page again to see whether it helps ?
    Cindy

  • Web-source  of 9i report

    Hi all,
    In report9i, when using the report wizard to create a web layout (or both) it gives you a web source to run the web layout. If i change the paper layout around using the layout editor how do I update the web layout accordingly (the web source file should then be updated in order to run the web laoyout that reflects the changes as in the paper layout)? If I use report wizard to make the change it will mess up the paper layout totally. Does everyone try doing the same thing and has a solution? Thanks.

    hello,
    paper layout and web source are independent. the wizard is able to create both for you but when you change one, the other does not reflect those changes. the paper layout is specialized for paginated output, while the web source is designed for tagged format output like HTML of similar.
    if you want to create an HTML representation of your paper layout, you can do that by using the DESFORMAT=HTML or HTMLCSS settings. this will render your paper layout in those formats.
    if you want more web-page style output, you would use the web source to create the layout and execute it as a JSP.
    regards,
    philipp

  • Paper Layout / Web Source

    Does creating Web Source effect the Paper Layout?
    It appears my formatting in my Web Layout displays in the Paper Layout along with all the previous formating I have done in the Papaer Layout.
    Or is this a simple refresh/redraw issue not being properly handled by Reports Builder?

    Having a Web layout does not affect the paper layout, only the paper layout is executed when you create paginated output.
    However, if you are defaulting using the wizard then you need to select "web layout only" option. Otherwise you will default a layout into both the web and paper layouts. This may be what you are seeing.

  • How to configure a web source in oracle collaboration suite search ?

    Hi,
    How do I configure a web source in ultra search. I am using OCS 10g. Thank You

    You have to login to the ultrasearch admin screen and configure a web source. http://<your host>:<port>/ultrasearch/admin/index.jsp
    You'll need the wksys password to login. There are quite a few steps IIRC. http://download.oracle.com/docs/cd/B14099_01/portal.1012/b14041/migrate.htm#CIAJIEBH

  • UltraSearch web source: unable to open socket

    I am gettin the following error when running a crawler against the main website hosted by my midtier Apache.
    WKG-30164: Unable to open socket to host "dev.mylendlease.com:80"
    "java.net.ConnectException: Connection refused"
    I can successfully connect to http://cnn.com and other websites except for my midtier? Is there an issue with Webcache and a web source in UltraSearch?
    Thanks,
    Laith E.H.

    From the host WHERE THE CRAWLER IS RUNNING (unless you are running a remote crawler, this will be the host on which the DB is running) try :
    -- connect to port 80 of the target server
    telnet dev.mylendlease.com 80
    -- next enter:
    GET / HTTP:1.0
    (followed by 4 returns)

  • Web source parsing. jtextarea parsing

    ı want to parse a web source. ı got the source code with urlconnection in jTextArea but ı cant get between two html tag
    for ex.
    <p class="asd">asdasdasdas </p>
    <p class="asd2">bdfgfdgdfgf </p>
    <p class="AltBaslik">I want to this </p>
    <p class="bbb">bbbbbbbb</p>
    ı cant get " ı want to this "
    how can ı get this string please some help.

    809730 wrote:
    ı want to parse a web source. ı got the source code with urlconnection in jTextArea but ı cant get between two html tag
    for ex.For the benefit of others, OP's actual source was:
    <p class="asd">asdasdasdas </p>
    <p class="asd2">bdfgfdgdfgf </p>
    <p class="AltBaslik">I want to this </p>
    <p class="bbb">bbbbbbbb</p>@OP: When posting HTML/XML, please enclose it in '' or '[code ]...[/code ]' tags (without the spaces); otherwise the forum tries to interpret the tags.
    ı cant get " ı want to this "
    how can ı get this string please some help.There are several packages for processing XML or XHTML (not so sure about regular HTML). Í'd start by Googling for 'SAX' or 'DOM'.
    There is also a bit of software around called JTidy (a Java version of htmltidy) which you can use to convert HTML to XHTML.
    But I think a bit of clarification of exactly what you want to do would also help.
    Winston
    Edited by: YoungWinston on Nov 11, 2010 10:02 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Last Modified in web source

    I have created a web source with the default settings and pointed it at a test site. The pages being craweled have both last modified response headers and meta tag last-modified being set in the rendered html but the crawler doesn't seem to be indexing the values.
    It is indexing and returning last modified on the liked files (i.e. *.doc, *.pdf) but not the actual web page itself.
    Am I missing a step? How do I get the last modified meta tag of html to be indexed?
    thanks

    I'm also looking for this feature. Have you got a wildcard exclusion to work?

  • Photo stream is showing up in iphoto recent but not web and I am not able to join the shared photo stream.  all of my software is updated.  can someone tell me how to get photo stream in the web source list? thanks!

    Can someone help me get Photo Stream to appear under Web in the iPhoto Source List? I have updated all my software.  iPhoto 11, Mac OS X 10.7.5  All of my preferences are checked.  I am able to see the shared Photo Stream on my iPad, but not my Mac.  The Mac iPhoto photos from the shared photo stream are appearing in the Photo Stream (under Recent), but I thought they would appear as a shared Photo Stream in its own file/album (like on the iPad and iPhone)  - labeled with the shared Photo Stream's title.  Is this supposed to happen on the Mac?  Thanks!

    So you are saying for it to do what i want: shared photo stream to appear in web then i need to upgrade.
    Yes
    Does that mean i purchase the new software an it's not just an update?
    Yes
    Your profile indicates your running 10.7.5.  For shared Photo Streams you need to be running 10.8.2 or later: The following is from  iCloud: Photo Stream FAQ
    What do I need to use Photo Stream?
    To use Photo Stream, including Shared Photo Streams, you need an iCloud account, compatible devices, and up-to-date software:  iPhone, iPad, or iPod touch with iOS 6.0 or later Mac with OS X Mountain Lion v10.8.2 or later and iPhoto 9.4 or Aperture 3.4 or later
    So you'll need to upgrade to Mt. Lion.
    iPhoto requirements are free updates for iPhoto '11
    LN

  • Extra pair of HTML /HTML tag included at web source

    I have created a report of JSP format. The charset of the file was UTF-8 and the report contained some Chinese words. When I previewed the file using Reports Developer, it displayed the Chinese words correctly. Then I deployed the report to Oracle AS server. However, when I browsed the report from web browser using "rwservlet?report=abc.jsp&userid=system/manager@ccc&destype=cache&desformat=html" command, it could not display the Chinese words correctly because the charset encoding is set to ISO-8859 (English).
    I have already set the report to use charset UTF-8. Then I opened the file in the "cache" directory at web browser. It displayed the Chinese words correctly and the default encoding was UTF-8. The next step was viewing the source code of the content displayed using "rwservlet" command. I finally found that there was an extra pair of <HTML></HTML> tag at the beginning of source code. The source code therefore looks like:
    <HTML>
    <Head>
    <base href="http://dev.abc.com:7777/reports/rwservlet/getfile/rep_dev/1/06587041.htm">
    </Head>
    </HTML>
    <HTML>
    <Head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </Head>
    <Body>
    </Body>
    </HTML>
    There are two pairs of <HTML></HTML> tag!
    The content of the pair of tag include a reference to the corresponding file at the "cache" directory, but it did not specific any charset encoding. When I manually changed the encoding from ISO-8859 to UTF-8, the Chinese words were displayed correctly.
    Can someone tell me why there is an extra pair of <HTML></HTML> tag at the beginning of source code? Where can I set the charset encoding of the extra pair of tag?
    Actually I face the same problem when sending the output to printer by setting the "destype" to printer. The Chinese words are not printed correctly.
    Thank you very much for any help and idea.
    - Man Ip

    Sorry that there is some problem on the displayed source code.
    The 3rd line should be as follow:
    base href="http://dev.abc.com:7777/reports/rwservlet/getfile/rep_dev/1/06587041.htm"
    - Man Ip

  • Right clicking to save photos from web source

    I am trying to save PICS from a web-site and I am stumped about the "right-click." What is the Mac substitute for this command?
    It is a subscription service so I can't send you the URL.
    If you'd like to save photos to your computer, simply hold the cursor over one of slideshow pictures and select Visit Gallery. From there, you'll be able to download individual ones by opening a photo, right-clicking, and selecting Download This Photo.

    On a Mac, right-clicking is done by holding down the control key when you click on the image or file.
    Alternatively, just dragging the image to your desktop usually does the trick.

Maybe you are looking for

  • How can I move the download backups and backups folder to a new location

    I am using Lightroom 4.3 on a windows 7 64 windows computer with two hard drives.  One dedicated to running programs and the larger one for storage of all my other stuff.  Well my backups and download backups folders are on the smaller drive and I ne

  • ERROR on Event Viewer

    Hi All I have installed and configured EPM-11.1.1.3 Hyperion Foundation, Essbase, Planning, Reporting & Analysis and ERP Integrator. The Configuration was successful without any error. Financial Management, Startegic Finance and Performance Scorecard

  • What is different between paidtodate and paidsum

    Hi All, In A/R Invoice table (oinv), there are two fields:PaidToDate and PaidSum. What is differnt? Thanks.

  • Aperture reporting external volume offline

    I have imported approx 11,000 images as referenced masters. The images are stored on an external firewire drive. Aperture is unable to locate the master images and is reporting that the drive is offline. Finder sees the drive just fine. I have manual

  • HT5463 Auto response to text messages while driving?

    All the other phones can do this. How do I set it up on an iPhone? I am sure it is something simple I am just over looking. AT&T has a safe driving app that has all sorts of handy features, but I know we had to wait for apple to build it in since the