Not able to find aliased tables when supplying username/password

<p>I am able to run my report which contains several aliased tables just fine as long as I have the application (Viewer?) ask for the login credentials for the database. But it seems if I try to set the login credentials in the Viewer jsp, I then receive the following error message which states that it cannot find the table, stating that it is looking for a table with the alias name... not the actual name.</p><p>&#39;PositionEducation&#39; is the alias for a table named &#39;large_text&#39;, this table is aliased several times in the report so it can pull the different types of data it needs.</p><p>Thanks, Steve</p><p>*** Update  -- I did an update to the latest files and it pulled some newer jars from Crystal even though I had just installed this a few days ago :)... anyway, it now works where the application (Viewer?) does not ask me for credentials (I assume they are embedded within the rpt) and it goes on through like it did before. HOWEVER, I still have the problem that if I try to manually override the login credentials, I still receive the error as stated </p><p>*** End Update</p><p> </p><p> 2007-03-28 11:38:15,843 ERROR [com.businessobjects.reports.sdk.JRCCommunicationAdapter] - <JRCAgent2 detected an exception: The table &#39;PositionEducation&#39; could not be found.<br />    at com.crystaldecisions.reports.reportdefinition.datainterface.g.a(Unknown Source)<br />    at com.crystaldecisions.reports.dataengine.bj.new(Unknown Source)<br />    at com.crystaldecisions.reports.common.as.a(Unknown Source)<br />    at com.crystaldecisions.reports.common.ae.a(Unknown Source)<br />    at com.businessobjects.reports.sdk.b.k.a(Unknown Source)<br />    at com.businessobjects.reports.sdk.b.w.m(Unknown Source)<br />    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.ag.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.av.if(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.an.new(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.cb.for(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.u.performDo(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.u.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(Unknown Source)<br />    at com.crystaldecisions.reports.sdk.DatabaseController.setTableLocation(Unknown Source)<br />    at com.businessobjects.samples.JRCHelperSample.changeDataSource(JRCHelperSample.java:182)<br />    at com.businessobjects.samples.JRCHelperSample.changeDataSource(JRCHelperSample.java:80)<br />    at org.apache.jsp.WEB_002dINF.jsp.reports.Evaluation_002dviewer_jsp._jspService(Evaluation_002dviewer_jsp.java:76)<br />    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)<br />    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br />    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)<br />    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)<br />    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)<br />    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)<br />    at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)<br />    at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)<br />    at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)<br />    at org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:111)<br />    at org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)<br />    at org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:965)<br />    at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:744)<br />    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:663)<br />    at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:394)<br />    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:348)<br />    at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)<br />    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)<br />    at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:75)<br />    at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:77)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:292)<br />    at net.sf.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:84)<br />    at net.sf.acegisecurity.intercept.web.SecurityEnforcementFilter.doFilter(SecurityEnforcementFilter.java:182)<br />    at net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)<br />    at net.sf.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:305)<br />    at net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)<br />    at net.sf.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:226)<br />    at net.sf.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:303)<br />    at net.sf.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:173)<br />    at net.sf.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:125)<br />    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)<br />    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)<br />    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)<br />    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)<br />    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)<br />   
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)<br />    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)<br />    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)<br />    at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:833)<br />    at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)<br />    at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285)<br />    at java.lang.Thread.run(Unknown Source)<br />><br /> </p>

<p> </p><p>From the stack trace, the problem appears to be happening in the setTableLocation method call.</p><p>There&#39;s a known issue with the JRC when you try and transfer datasource location for multiple aliases pointing to the same database table. </p><p>You may, however, need not trigger the setTableLocation method call, if you wish merely to enter database logon credentials.</p><p>The way to enter it would be to use ReportClientDocument method getDatabaseController().logon(String, String).  This should get you the same behavior as with the viewer.</p><p>TUeda </p>

Similar Messages

  • Not able to find the infosource and transfer rules in the infosource tab

    Hi everyone,
    Not able to find the infosource and transfer rules in the infosource tab in Modelling. I was able to see that the infosource is available under nodesnot connected in the transport connection tab. But i cannot see the same in infosource tab. Please advise.

    I have searched with technical name, I am not able to find it, but when i double click on the datasource .....the transfer rules pop up. Because I have not transported the application component, I am not able to find it. But even though it should be available on the nodesnotconnected, I still cannot see it. Is there a work around this ?
    I have also tried rsa1old, it still could not find.
    Thanks for your quick response

  • HT203167 i am not able to find or transfer one playlist to my phone.  it was there for several months and no longer shows up.  when i look at the songs, there are two songs for each of the playlist songs, but the one will not play, either on the computer

    i am not able to find a playlist on my phone.  i had it on the phone for months and now it is not there.  i have tried to sny repeatedly and it does not show up.  Help, how do I recover or get my favorite playlist back onto my phone

    Hello,
    While your BB may not, while in your possession, have been part of a BES environment, it nevertheless likely has an IT policy in place as this is one of the key symptoms of that fact. If it ever was part of BES, then there are specific steps that must be taken to remove the IT Policy...just removing it from BES does not remove the policy. The process to remove it is totally destructive, so be sure you back up first. Also, when you restore, DO NOT do a full restore...rather, do a selective restore of only those things you need...if you do a full restore, you will simply put that IT Policy back onto your BB and be right back where you started.
    OK, so here is the procedure:
    KB14202How to remove an IT policy from a BlackBerry smartphone
    I always recommend Method 3 for PC and Method 4 for MAC.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How do you save your photos in iPhoto and be able to find the photos when you are in different programs. When i try to find them I can only find the iPhotos not the individual photos.

    How do you save your photos in iPhoto and be able to find the photos when you are in different programs. When i try to find them I can only find the iPhotos not the individual photos.

    Use the media browser. In every open/attach window in tithe lower left hand corner under media ==> photos ==> iPhoto
    LN

  • TS3991 I organazied my contacts by the address of my tenants. I just joined to Icloud and I am not able to find my tenants in the directory in the computer at all. I could search when I am using my phone but they do not show at first.how can correct this?

    I am a landlord and I organazied my contacts by the address of my tenants. I just joined to Icloud and I am not able to find my tenants in the directory in the computer at all. I could search when I am using my phone but they do not show at first.how can correct this? as an example 37 31 1 and when i type this nothing is showing.

    I am a landlord and I organazied my contacts by the address of my tenants. I just joined to Icloud and I am not able to find my tenants in the directory in the computer at all. I could search when I am using my phone but they do not show at first.how can correct this? as an example 37 31 1 and when i type this nothing is showing.

  • 21 September, 2014: MD513AE/A  iPad Wi-Fi-16GB White - Model A 1458 I have purchase this from Dubai, UAE, some 2 years back. ---- I am NOT able to switch it on; when connected to power supply, the battery icon comes in but no signs of charging.

    21 September, 2014, from India.
    MD513AE/A  iPad Wi-Fi-16GB White - Model A 1458
    I have purchase this from Dubai, UAE, some 2 years back.
    I am NOT able to switch it on; when connected to power supply, the battery icon comes in but no signs of charging.
    After some times the ‘Apple’ icon comes in. Tried simultaneous operation of Sleep and Power buttons, but of no use.
    Sometimes a picture of cable and ITunes comes in; but not able to connect to
    P C as there is no battery charge.

    Hi madhu254,
    Thank you for visiting Apple Support Communities.
    If your iPhone is not charging, please check out this article.
    iPhone and iPod touch: Charging the battery
    There's a Resolving issues section, but you may want to read it all.
    Best regards,
    Nubz

  • Not able to find the Queries in Table

    Hi Experts,
    Am searching for all the queries whcih we have developed in table RSRREPDIR - which is Directory of all reports (Query GENUNIID). But am not able to find out some queries in this table also..
    Can anyone please let me know the table where i can find all the queries...
    Regards,
    Gattu...

    Oliver,
    Thanks a lot for your quick reply... But am not able to find few queries in that table.. Can you please let me know hat might be the reason and how to trigger this..
    Regards,
    Gattu

  • Not able to find the open items in SO & delviery

    Dear friends,
    When i check in the T code FD33 , sales value filed is showing with certain amt .System is not allowing to process the SO, as it is active with credit control.
    Can you guide me in finding the open sales orders and open deleveries in the system.I am checking the same in VA05 and VL06.Not able to find a single document.
    Please guide me in closing the same,....
    Regards
    Mahendar.

    You can Check in tables
    S066 - Open Orders Value
    S067 - Open Deliveries and Open Billing Document values
    Check your Automatic Credit control settings in OVA8. if You Selected Reaction B or D then you cannot create a sales order but if you have selected Reaction A or C for your Static or Dynamic Checks then you can create the order with a Credict block,
    If the Order is on Credit Hold then you go to either VKM3 or VKM4 to release the block.
    Thx

  • Am not able  to find 0SCM infoarea in query designer

    I have installed business content  infoarea Supply Chain Management 0SCM
    cube Purchasing Data 0PUR_C01, and can see in  infoprovider
    I  am not able  to find 0SCM in query designer
    Regards,
    Vivek

    Did u install any standard queries for 0PUR_C01?
    If u have any existing queries on 0PUR_C01, then only u can see infoarea when u say 'OPEN' in QD..
    otherwise u have to start with 'Create New', then navigate infoarea in QD

  • Not able to find erroneous records in psa

    hi sdn
    In monitor I have some records for which bw is saying that these records are having invalid characterstic but unfortunately when i'm seeing in psa table i'm not able to find them out,
    can some body give me the clues regarding this
    rubane

    Hi
    Have you did what i suggested
    Select the PSA record. Open all the records. Now select the status column by pressing the header. Now press the sort button. red requests all will be in the bottom of the data record set.
    Check in the monito detail list which PSA data packet is having errors. All PSA data packets will not have errors . Only a few data packets will have error records. Select that data packet and do what is  suggested
    To find out which data packet is having error see the detail screen of the monitor and open all the messages there in the transfer rules
    Regards
    N Ganesh

  • I am not able to find DataSource 3FI_SL_09_TT in SAP R/3

    Hi All,
    I am not able to find DataSource 3FI_SL_09_TT in SAP R/3
    We are on SAP R/3 ECC 6.0 with Support Patch 15
    I want extract the GLT3 table data, I found the above Datasource but, I am not able to find in the RSA5 trasaction code in R/3
    Please sugggest
    Thanks In Advance
    Nilesh Labde

    Unlike most DataSources, the 3FI_SL_XX_TT (where XX refers to the Special Ledger - in your case 09 it appears)  DataSources have to be generated, instead of being activated in RSA5. To generate the 3FI_SL_XX_TT DataSource for Special Ledger 09 in your ECC source environment, do the following:
    1) Go to tcode BW01 in your source ECC environment to generate the DataSource for Special Ledger totals (and line items if you so choose). Be sure to read and follow the directions in a popup that appears when you first enter this transactiont. Basically your refreshing two SAP delivered tables in order to use enhanced functionality for Special Ledger.
    2) Upon successful generation of the DataSource, you will then want to create the InfoSource for the Ledger by going to tcode BW03 in your source ECC environment.
    Here's some documenation on this: {http://help.sap.com/saphelp_nw70/helpdata/en/6c/743e404e093d3ce10000000a155106/frameset.htm]

  • Not able to find driver page for HP 15-r007tx

    Not able to find driver page for HP 15-r007tx.
    The web site is able to detect my product, but when clicked on link Software & Driver Downloads, it says page not found.
    Please help. I am looking drivers for windows 7 ultimate.

    Hi Anoop22Sharma
    Install:
    Intel Chipset Installation
    Intel Video Driver 
    NVIDIA High-Definition (HD) Graphics Driver
    Synaptics Mouse Driver
    Realtek Ethernet Controller Drivers  
    MediaTek(Ralink)802.11 b/g/n Wireless LAN (WLAN) Adapter
    Ralink Bluetooth Software Driver
    Intel USB 3.0 Driver for Intel 8 and U/Y Series
    Realtek High-Definition (HD) Audio Driver
    Realtek PCIe Media Card Reader Driver
    HP 3D DriveGuard

  • Not able to find the created BI System

    Hi,
    I have configured the BI System as in the document.
    http://help.sap.com/saphelp_nwce10/helpdata/en/7e/6dbcea3700452195e3bddaa47c5906/frameset.htm
    I am having few doubts.
    1. Whether we need to choose only SAP system with load balancing template.
    2. Whether we can set
               BI Directory Provider: No
               BI Master System: No
    And also one more thing, I am using UIDPWD logon method. Whether there will any problem with this
    I need clarifications on these.
    Also after doing all these things i am not able to find the created BI System in VC.
    When i test the same in Portal, it is saying the connection is successful..
    Anyother step needs to be done, after this in configuration. Please let me know.
    Please help me to resolve this issue.
    Regards,
    Palani
    Edited by: Palani Appan on Sep 12, 2008 1:41 PM

    Hi Inna,
    Thanks for the reply.
    But in Portal I have done the User Mapping between Portal Server and BI System.
    I am using BI 3.5 System, Whether there will be any problem?
    The BI Kit is already installed and i am able to view the components.
    Still i am not able to get the System that i have created in portal into VC 7.1.
    I am only getting Web Services created in that system and Service Registry and Visual Composer Models in Search Tab.
    Whether we need to create a RFC destination also for this BI system?
    Please help me to solve this issue.
    Regards,
    Palani
    Edited by: Palani Appan on Sep 15, 2008 4:44 PM
    Edited by: Palani Appan on Sep 16, 2008 9:42 AM

  • Not able to find out invoice level for customer collection

    Hi Experts,
    We are not able to find out  invoice level payment details for the collection
    They are provided collection amount and reference no, but here problem is customer have more than 20 company codes and they cleared in multiple co.codes , also user not maintained any reference while clearing the invoice, so we only able to find out the collection amount but we dont know for which invoice it is cleared.
    can any one help us,

    The given link take to the window where CPU patch for all the quarter available.
    The Critical Patch Updates released to date are listed in the following table.
    Critical Patch Update Latest Version/Date
    Critical Patch Update - October 2012 Rev 1, 16 October 2012
    Critical Patch Update - July 2012 Rev 1, 17 July 2012
    Critical Patch Update - April 2012 Rev 2, 19 July 2012
    If I click on Critical Patch Update - October 2012 its takes to the window for selectin the database version (11.2.0.3). From there it goes to the Patch Set Update and Critical Patch Update October 2012 Availability Document [ID 1477727.1] which I had already checked.
    There for the database products it shows the below option.
    Table 9 Patch Availability for Oracle Database 11.2.0.3
    +*<moderator edit - deleted MOS Doc content - pl do NOT post such content - it is a violation of your Support agreement>*+
    It doesnt have the sepreate CPU patch. The below CPU patch is for the OC4J. I had a check.
    Thanks
    SHIYAS M

  • I have downloaded pages onto my mac but an not able to find it?

    I have downloaded pages from the App Store onto my Apple Mac and I am not able to find it on my laptop. I have tried using finder and that doesn't but when I go on apple store it has downloaded.

    Did you look in the Applications folder where the Applications are?
    Peter

Maybe you are looking for

  • Changing Asset Base Value

    I have bought one asset on 2006. It is getting depreciated every year. After 3 years I find that my asset value is higher than it should actually be. I want to change the asset value. Can I make the changes, if yes, How?

  • Find first line in every column

    Hi All, Request: I want to find first line in every text frame column. Bug: If the active document contains single column, two column and multiple column text frames. In that case I am not able to get my result Trying script: var myDoc = app.activeDo

  • Protocols supported by SunOne

    HI, We are planning to built a clustering model with SunOne and use two application servers. These two server will be may be on a different network and only few protocol stack are allowed for communication between these. Is there any list of the supp

  • Input controls aka Elements in Webi 4.0

    Does anyone know the trick using elements links as shown on this you tube http://www.youtube.com/watch?v=xsnZlWJTCa8 The SAP Guy had a report and when he click the element link the chart suddenly shown, I've had a hard time on how to hide the chart f

  • Electro-hydraulic actuator control

    I'm currently in the planning phase of developing an control system for an electro-hydraulic actuator.  Problem Background and Motivation:  The actuator we have is an Instron 1332, and currently we are using an MTS controller (TestStar II)  and MTS s