Navigation feature in the report working very Weirdly...

Hi all-
I have a hierarchy.
with 11 levels.
I need to give a navigation link in last level of report.
I will be displaying the total hierarchy in master report.
When I click on last level (11th level), It should navigate to a detail report of that*+ value
However, My detail report is displaying for all values+_ when I click on 11th level value.
When I was playing around with it, I noticed a thing..
When I hide any one level of those remaining 10 levels, and save the report and then view the mastre report and then click on the last level, It is showing the detail report for only THAT*_ value.
Very Wierd and strange.
Is there any limit to levels in hierarchy? Why is it not displaying correctly when I show all levels. Is there any featire to set the limit or anything else...
It displays correctly when I hide any one of the levels.
Can anyone please throw some light on this issue .
All my report values and numbers are good except for this weird problem.
If this may help you:
I am getting 10 levels from one physical table and 11th level from one physical table and Joining these two tables in BMM layer as one Logical table and created hierarchy.

Any info on this one please..
has anyone encountered this problem before..?
Thanks

Similar Messages

  • The computer works very bad after upgrade from 10.4.11 to 10.5

    hi,
    I have upgraded my powermac g5 double processor from 10.4.11 to 10.5 now the computer works very bad. If I try to launch software update the application crash, final cut pro crash, when I try to mount a disk image the application crash, firefox is very slow and I can really navigate on the web.
    somebody has some suggestion?
    thanks
    andrea

    this is the error for "installer":
    Process: Installer [3011]
    Path: /System/Library/CoreServices/Installer.app/Contents/MacOS/Installer
    Identifier: com.apple.installer
    Version: 3.0 (276)
    Build Info: Installer-2760000~1
    Code Type: PPC (Native)
    Parent Process: launchd [103]
    Date/Time: 2009-10-12 10:22:40.713 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000feec
    Crashed Thread: 12
    this is the error for "final cut pro":
    Process: Final Cut Pro [3030]
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier: com.apple.FinalCutPro
    Version: ??? (???)
    Build Info: FCPApp-905291121~12
    Code Type: PPC (Native)
    Parent Process: launchd [103]
    Date/Time: 2009-10-12 10:30:09.469 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000001, 0x000000008fe0105c
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: kPrivateTundraFileWritingOptionsKeyDontValidateTimeCodeWhenWriting
    Referenced from: /Applications/Final Cut Pro.app/Contents/MacOS/../Frameworks/MIO.framework/Versions/A/MIO
    Expected in: /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    this is the error for "software update":
    Process: SoftwareUpdateCheck [498]
    Path: /System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateCheck
    Identifier: SoftwareUpdateCheck
    Version: ??? (???)
    Code Type: PPC (Native)
    Parent Process: launchd [430]
    Date/Time: 2009-10-09 14:24:01.678 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000004
    Crashed Thread: 1

  • Custom code throws error with email subscription. Otherwise, the report works fine.

    I have a SSRS report that parses RTF to TXT and displays it in a report.  The report works fine and everything displays correctly.  The subscription email, however, contains a report with errors: Request for the permission of type
    'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    The report contains embedded code as well as references to System.Security and System.Windows.Forms.  I've updated .....\Reporting Services\ReportServer\rssrvpolicy.config and ....\Reporting Services\ReportManager\rsmgrpolicy.config to change permissions
    to FullTrust.  Not sure what else I need to do.  Please help.

    Hi Chimuelo,
    According to your description, if the report contains custom code and assemblies, the subscription email contains an error “Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
    failed”.
    In your scenario, the issue could cause by that the report can’t access those assemblies. Please modify the policy configuration files to grant additional permissions for those assemblies. For more information, please refer to this article:
    How to grant permissions to a custom assembly that is referenced in a report in Reporting Services.
    Similar thread for your reference:
    Custom assembly throwing #error in reports with subscriptions
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • The browser Working very slowly at the first time open or when i open a new link And not as well as by And I have Operating system xp sp3 Updated

    the browser Working very slowly at the first time open or when i open a new link
    And not as well as by
    And I have Operating system xp sp3 Updated
    And i get Stop in the script

    '''I fixed mine by removing the Ask.com extension.'''
    Tools
    Add-ons
    Settings icon
    View Recent Updates
    Ask.com '''DISABLE'''
    Running FF 8.0 on Windows 7 (64-bit)

  • HT4053 Does the navigation feature on The new Apple maps use your data allowance?

    Does the navigation feature on The new Apple maps use your data allowance?

    Anybody found an answer to this one yet?

  • Print, Export and Page Navigation Buttons in the Report

    When I view a report through CR4E, the generated report has 3 buttons namely Print, Export and Page Navigation buttons. But when I click on either of the buttons I get a 'null pointer exception'. This is a critical error as I am unable to navigate past the first page. Do I have to add code to these buttons? If not, why am I getting an error? Kindly solve my problem as soon as possible.

    <p>Looking at your code it appears that you are storing the ReportSource in session prior to passing in the ResultSet. This will create a problem when a postback is made on  the viewer page (which all of the viewer actions do). If you look at the sample code which is generated when you use the JSP Page Wizard you will notice that the ResultSet is passed to the ReportClientDocument object prior to it being stored in session. Then, when the page is called again this object is retrieved and the ReportSource is used by the viewer. You can quickly run the test using one of our sample reports to see what I am talking about. The code below was generated using the Consolidated Balance Sheet.rpt and did not experience any problems doing any of the viewer actions.</p><%@page import="com.businessobjects.samples.JRCHelperSample,<br />com.crystaldecisions.report.web.viewer.CrystalReportViewer,<br />com.crystaldecisions.reports.sdk.ReportClientDocument,<br />com.crystaldecisions.sdk.occa.report.application.OpenReportOptions,<br />com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,<br />com.crystaldecisions.sdk.occa.report.reportsource.IReportSource,<br />java.sql.Connection,<br />java.sql.DriverManager,<br />java.sql.ResultSet,<br />java.sql.SQLException,<br />java.sql.Statement"%><%<br /><br /><br />    try {<br /><br />        String reportName = "Sample Reports/Consolidated Balance Sheet.rpt";<br />        ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);<br /><br />        if (clientDoc == null) {<br /><br />            clientDoc = new ReportClientDocument();<br />            <br />            // Open report<br />            clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);<br /><br />  <br />            {<br />                // **** POPULATE MAIN REPORT ****<br />                {<br />                     // Connection Info for fetching the resultSet<br />                    String connectStr = "jdbc:derby:classpath:/Xtreme";<br />                    String driverName = "org.apache.derby.jdbc.EmbeddedDriver";<br />                    String userName = "dbuser";        // TODO: Fill in database user<br />                    String password = "dbpassword";    // TODO: Fill in valid password<br /><br />                    String query = "SELECT CUSTOMER_NAME FROM APP.CUSTOMER WHERE COUNTRY = &#39;Australia&#39;";<br /><br />                    <br />                    String tableAlias = "FINANCIALS";        // TODO: Change to correct table alias<br /><br />                     <br />                    JRCHelperSample.passResultSet(clientDoc, fetchResultSet(driverName, connectStr, userName, password, query),<br />                        tableAlias, "");<br />                }<br /><br /><br />            }<br />        <br />            // Store the report document in session<br />            session.setAttribute(reportName, clientDoc);<br /><br />        }<br /><br /><br />            {<br />                // Create the CrystalReportViewer object<br />                CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();<br /><br />                //    set the reportsource property of the viewer<br />                IReportSource reportSource = clientDoc.getReportSource();                <br />                crystalReportPageViewer.setReportSource(reportSource);<br /><br />                // set viewer attributes<br />                crystalReportPageViewer.setOwnPage(true);<br />                crystalReportPageViewer.setOwnForm(true);<br /><br />                // Process the report<br />                crystalReportPageViewer.processHttpRequest(request, response, application, null); <br /><br />            }<br />            <br /><br />    } catch (ReportSDKExceptionBase e) {<br />        out.println(e);<br />    } <br />    <br />%><%!<br />// Simple utility function for obtaining result sets that will be pushed into the report.  <br />// This is just standard querying of a Java result set and does NOT involve any <br />// Crystal JRC SDK functions. <br /><br />    private static ResultSet fetchResultSet(String driverName,<br />            String connectStr, String userName, String password, String query) throws SQLException, ClassNotFoundException {<br /><br />        //Load JDBC driver for the database that will be queried    <br />        Class.forName(driverName);<br /><br />        Connection connection = DriverManager.getConnection(connectStr, userName, password);<br />        Statement statement = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);<br /><br />        //Execute query and return result sets<br />        return statement.executeQuery(query);<br /><br />}%><p>Try using the code generated from the wizard to see if it works for you as well. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p>

  • How to test the XML distribution feature in the report builder

    Hello,
    I am working on the publishing report by using the XML distribution feature. Are there anyway I can test it in my report builder before running it on the Report server?
    Thanks.

    Haven't done this but I'm gonna take a guess.
    1. Have the copy row link do the same thing that the edit row does so that your row is displayed on the edit page. However somehow pass another parameter such as a unique request value or something so that the called page can "know" that it was arrived at via the intent of copying a row.
    2. In the called page, have a process that detects whatever flag you passed (to know that the user wants to copy a row) and have that process null out the PK item in your page (assuming that your page drives its DML via a PK field and not ROWID). You also might need to alter your button conditions accordingly so that your create button shows (since you will be creating a new record) and your save/apply-changes button (existing records) is hidden.
    3. Hopefully this is enough to fool Apex into creating a new record (since the PK is now null) and the user would be now pressing the create button to save changes to the database.
    Hope this helps...if it's managed by ROWID though this approach may not work and also if there's any MD5 checksum getting in the way it might not work either but this is the approach I would try first.

  • Data issue with Navigational Attribute in the report

    Hi Experts,
    We have a report which has Material and Material Group in the report. Material Group is a navigational attribute of 0Material. We have some 31 material groups in the ODS. However, the report is diaplaying only 3 material Groups. If I use Material Group directly( not as an attribute of material) then it is displaying all the 31 material groups correctly.
    We have a hierarchy which is loaded through Flat file on Material Group. We need the hierarchy to be displayed for all the material groups in the ODS. Please let me know what could be causing this issue?
    Thanks and Regards,
    Kavitha Jagannath

    Hello Kavitha,
    Check if the Material Masterdata is having these Material groups. If not then load this Material masterdata and activate it.
    As your query is using Material group as Navigational attribute then the data should come from this Material Masterdata.
    If your Material has only 3 of th eMat Groups then report will show only 3. Better update this Material masterdata.
    Regards,
    Pratap Sone

  • CRVS 2010 beta - SQL error 4502 (on previous runtimes the report works)

    I'm testing the new 2010 runtimes.
    Almost every report work except some.
    In one of them I obtain an error 4502 (View or function has more column names specified than columns defined) and I can't explain why.
    Doing "verify database" on the report it seems ok. Running it with previous runtimes gives no problem.
    Any hint or something to check?
    Maybe the query that CR sends to SQL Server is wrong.. but how can I check without CR2010?
    In CR11.5 it's correct.
    Thanks

    this is the "show query" for the main report (cr2008)
    SELECT "ProSerAll"."FKCodPro", "ProSerAll"."DesPro", "ProSerAll"."Des2Pro", "ProSerAll"."CodIvaVenPro", "ProSerAll"."CodSosPro", "ProSerAll"."CtlStaPro", "ProSerAll"."ImpPro", "ProSta"."AnnRifSta", "ProSta"."QtaGenSta", "ProSta"."ValGenSta", "ProSta"."ValFebSta", "ProSta"."QtaFebSta", "ProSta"."ValMarSta", "ProSta"."QtaMarSta", "ProSta"."ValAprSta", "ProSta"."QtaAprSta", "ProSta"."ValMagSta", "ProSta"."QtaMagSta", "ProSta"."ValGiuSta", "ProSta"."QtaGiuSta", "ProSta"."ValLugSta", "ProSta"."QtaLugSta", "ProSta"."ValAgoSta", "ProSta"."QtaAgoSta", "ProSta"."ValSetSta", "ProSta"."QtaSetSta", "ProSta"."ValOttSta", "ProSta"."QtaOttSta", "ProSta"."ValNovSta", "ProSta"."QtaNovSta", "ProSta"."ValDicSta", "ProSta"."QtaDicSta", "ProSerAll"."FKAnaAzi", "ProSerOrdFor"."DatUltOrdFor", "ProSerOrdFor"."QtaUltOrdFor", "ProSerAll"."IDPro"
    FROM   ("WinCodyDB"."dbo"."ProSerAll" "ProSerAll" INNER JOIN "WinCodyDB"."dbo"."ProSta" "ProSta" ON ("ProSerAll"."FKAnaAzi"="ProSta"."FKAnaAzi") AND ("ProSerAll"."IDPro"="ProSta"."FKIDPro")) INNER JOIN "WinCodyDB"."dbo"."ProSerOrdFor" "ProSerOrdFor" ON ("ProSerAll"."FKAnaAzi"="ProSerOrdFor"."FKAnaAzi") AND ("ProSerAll"."IDPro"="ProSerOrdFor"."FKIDPro")
    ORDER BY "ProSerAll"."FKCodPro", "ProSta"."AnnRifSta"
    Subreport 1 ("TEST" and "1" were subreport paramenters I input manually when I did "show query):
    SELECT "LisRig"."Qta1LisRig", "LisRig"."Qta2LisRig", "LisRig"."Qta3LisRig", "LisRig"."Qta4LisRig", "LisRig"."Qta5LisRig", "LisRig"."PreEur1LisRig", "LisRig"."PreEur2LisRig", "LisRig"."PreEur3LisRig", "LisRig"."PreEur4LisRig", "LisRig"."PreEur5LisRig", "LisRig"."FKNumLisRig", "LisRig"."FKCodProLisRig", "LisRig"."FKAnaAzi"
    FROM   "WinCodyDB"."dbo"."LisRig" "LisRig"
    WHERE  "LisRig"."FKNumLisRig"=1 AND "LisRig"."FKCodProLisRig"=N'TEST' AND "LisRig"."FKAnaAzi"=1
    Subreport 2 (same as above for "TEST" and "1")
    SELECT "ProStaAnnEse"."FKCodProSta", "ProStaAnnEse"."TotCarValSta", "ProStaAnnEse"."TotCarQtaSta", "ProStaAnnEse"."NumCarValSta", "ProStaAnnEse"."NumCarQtaSta", "ProStaAnnEse"."NumScaValSta", "ProStaAnnEse"."NumScaQtaSta", "ProStaAnnEse"."TotScaValSta", "ProStaAnnEse"."TotScaQtaSta", "ProStaAnnEse"."EsiAttSta", "ProStaAnnEse"."EsiIniSta", "ProStaAnnEse"."FKAnaAzi"
    FROM   "WinCodyDB"."dbo"."ProStaAnnEse" "ProStaAnnEse"
    WHERE  "ProStaAnnEse"."FKCodProSta"=N'TEST' AND "ProStaAnnEse"."FKAnaAzi"=1
    ORDER BY "ProStaAnnEse"."FKCodProSta"
    Subreport 3 ("1" and "1" were parameters)
    SELECT "CosGen"."CosPre", "CosGen"."CosUlt", "CosGen"."CosMed", "CosGen"."FKAnaAzi", "CosGen"."FKIDPro"
    FROM   "WinCodyDB"."dbo"."CosGen" "CosGen"
    WHERE  "CosGen"."FKAnaAzi"=1 AND "CosGen"."FKIDPro"=1
    Can't be more detailed than this.

  • Why the animation work very slowly sometime in flash cs6?

    I create swf story and it has a lot of animation but sometimes I face a problem with animation like in frame 1 to frame 15 it work correctly but when it move to frame16 to frame 30 it move very slowly and then continua correctly .
    I hope that you understand what I mean.
    Thanks,

    That means I have to decrease the animation...
    what is the requirements for flash to work effectively in my laptop??(if I want to use animation)...
    Thanks..

  • HT4623 my keypad on the ipad working very slow after update

    After  the ios update when i try to type the keys take a long time to work and then sometimes wrong letter.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.             

  • I am using rMBP, i5 Processor with 8Gb Ram, the Illustrator works very slow, although Photoshop and Indesign works fine. What should I do?

    Scrolling, tapping is really slow.

    have a look here for a long and depressing and inconclusive discussion on this subject:
    Illustrator CC 2014 extremely choppy. Please help.
    there's no solution yet.

  • Report running very slow compared to Query Analyzer - high TimeDataRetrieval

    Hi,
    I have a report in SQL Reporting Services 2005 which calls a stored proc and the report takes a very long time to run and sometimes returns zero records. But when i run the stored proc in query analyzer it takes about 4 seconds!!
    I have checked the execution log on the RS using the below sql:
    Code Snippet
    use ReportServer
    Select * from ExecutionLog with (nolock) order by TimeStart DESC
    It shows that i have a large amount of time for the dataretrieval (601309ms, about 10mins) and does not return any records most likely because of a query timeout:
    TimeDataRetrieval  TimeProcessing  TimeRendering Source Status         ByteCount RowCount
      601309                      2227                     3                         1            rsSuccess 4916           0
    The weird thing is that when i run it in query analyzer, i get about 400 records in 4 seconds !!
    I dont understand what RS is doing to take up so much time like this to retrieve data.
    The report is very simple - it basically returns the records straight out into a table.
    The only thing I somewhat suspected was a parameter data type conflict between RS and SQL, specifically dates. I have a start and end date parameter in the report - i tried specifying this as date and string to see if it made any difference but it didn't.
    Any help would be greatly appreciated.

    Hi Mark,
    I didn't say it was an issue of parameter sniffing, and I didn't point you towards the good article about that <s>. I asked you whether you had read the article, described to you earlier in the thread.
    What I said was that it might be an issue of appropriate and dynamic query optimization, versus a cached query plan.  Parameter sniffing is only one of many ways that SQL Server tries to figure out how to optimize a query.  I thought the article did a good job of discussing some of what goes on during this process, and that by absorbing that you could think of ways to handle the wider issue that would be appropriate to your code.  I also pointed you to a thread in which I discussed this in more detail.
    While there are truly many issues with the date controls in the default parameter interface and how they behave, I don't think that what you're experiencing with the date format is implicated in the performance issue.  I guess it *might* be if (say) there is a non-default param value in your proc but your report parameter allows nulls. 
    Let's say the report server database has a different date default than your production database in your system. I have never sat down and tested this scenario and I guess it might cause problems, So we'll look at that first. 
    Whether the date format is at fault is really easy to prove one way or the other, and once proven can be pretty easy to fix:
    Create a test parameter that is of string type.  SQL Server is really good about dynamic conversion of string dates to date types as you probably know.
    place values (formatted however you want) into this version of the parameter instead of your date control parameter.  Use valid dates, in both formats.
    Does your performance change?
    Do you get the right results but bad performance with US format date strings versus right results with good performance with AU date values?
    Do you get the WRONG results with US format date strings, or with AU date strings?
    Try additional permutations involving casting/converting in your proc.
    FWIW, go ahead in the Query Analyzer and put the SAME values you see in the log into your tests there (in US format, I mean).  Do you get the CORRECT results?  Does performance change?  Hold this thought and see below.
    Another thing you can do is look at the query plan as presented by the Query Analyzer when you present the arguments different ways.  See #7 above -- try presenting the date in different formats.  Does the plan show the same path and the same indexes in use each time, or are some not possible because of the way the date has to be converted?  When this happens, the issue is usually that the conversion must be done for each line compared in the filter.  You can fix this really easily in most cases by cast/convert in the procedure so that your SELECT line is only doing that work once. 
    If the plans are different, and perhaps the indexes used are different and you *can't* fix it by fixing the date before the SELECT, do you need to add an index, or perhaps rebuild one?
    Moving on from the date format, as I said before it may be really important NOT to go by your interactive Query Analyzer performance because what you do there may not be used by SQL Server in determining a query plan to cache and re-use.  In case you haven't read the other discussion that I pointed you to at (http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1827775&SiteID=1), think about using RECOMPILE or other options that will force a more dynamic investigation of the query.
     >L<

  • EBusiness tax feature "Tax for Reporting Purposes Only"

    Hi everyone,
    Did anyone used "Set Tax for Reporting Purposes Only" feature in Etax? If yes, then can you, please, describe me how works in AP/AR modules. Because for some reasons I cannot make it work and Etax User Guide does not contain much information about it.
    Thanks in advance,
    Vladimir

    As I mentioned in the PM, I'm going to list an alternate tax solution here.
    It involves using a single tax amount (the lower amount) on all products. That may not sound right, but with some additional steps it's not a bad solution.
    Assuming you have two tax amounts, one at 7.5% and another at 9%, you assign all taxable products the lower tax amount.
    Then you change the price of the higher taxed products by the difference in the percentage. (if the product was $1, then it is now $1.02) Part of why this works is because the increase is not so significant that customers would usually care.
    Using the product attributes, you set up a dropdown list with the options, "tax1" and "tax2"
    Each product, in a custom1 field is assigned its appropriate tax name (tax1 or tax2).
    The dropdown list is hidden, so the customer doesn't know it's there
    When a customer looks at a large product view, js automatically selects the appropriate attribute based on what is in the custom field.
    Set up two reports, one for each tax group.
    Filter them by attribute, so only the applicable products are shown in the report
    Using very simple math (Total x 1.075 and Total x 1.09, depending on which report it is), the accountant will know exactly how much to pay in taxes for each tax type.
    At first glance, this looks like a bad solution, but all that really matters is that the company is collecting and paying their taxes. Your client charges the lower amount so they are not overcharging taxes (kind of illegal). The slight price increase of the higher taxed products covers the rest and then some.

  • Reports work in Crystal Server XI, but not in XI Rel 2.

    Hello All. <br><br>
    We have recently migrated Crystal Reports Server from 11.0 to 11.5 (Release 2).
    While most of the reports work okay, there are some that generate an error message when we try to run them from Infoview or the Central Management Console.  They work okay on the old server, and in Developer XI:-
    <br><br>
    CrystalReportViewer<br>
    Cannot determine the queries necessary to get data for this report. Failed to retrieve data from the database. Error in File C:\WINDOWS\TEMP\{D7C16401-7B2A-4A95-AAAF-B6C16BEE11A8}.rpt: Failed to retrieve data from the database.
    ERROR: Cannot determine the queries necessary to get data for this report. Failed to retrieve data from the database. Error in File C:\WINDOWS\TEMP\{D7C16401-7B2A-4A95-AAAF-B6C16BEE11A8}.rpt: Failed to retrieve data from the database.
    <br><br>
    I've compared some of the reports, and the only difference I can see between them is, the number of Oracle SQL statements which are used.  All the reports I've checked, that don't work; have five SQL statements.  Also, when I chopped out a few fields that are used by the lookups, the report worked (this removes one the SQL statements).
    <br><br>
    Are there any changes that I need to make to web.config, machine.config or the Oracle driver settings?
    <br><br>
    I've tried searching the forums, but cannot find the same sort of problem.  (Originally, a lot of the reports were not working, but after checking the forums, I was able to change a timeout in web.config, so that was very helpful, thanks).
    <br><br>
    Thanks for looking.  I'd be really grateful for any help.
    <br><br>
    Report doesn't work<br>
    SELECT "STMAOS_Course"."ACAD_PERIOD", "STMAOS_Course"."AOS_CODE", "STMAOS_Course"."AOS_PERIOD", "STMAOS_Course"."STAGE_IND", "STCSTATD"."FULL_DESC", "STCSTATD"."AOS_TYPE", "STMAOS_Course"."STAGE_CODE", "STMAOS_Course"."ATTEND_MODE", "STCSTATD"."DEPT_CODE", "STACREDT"."APL_CREDITS", "STCSTATD"."AOS_CODE", "STMAOS_Course"."STUDENT_ID"
    FROM   ("QLSDBA"."STMAOS" "STMAOS_Course" LEFT OUTER JOIN "QLSDBA"."STACREDT" "STACREDT" ON ((("STMAOS_Course"."ACAD_PERIOD"="STACREDT"."ACAD_PERIOD") AND ("STMAOS_Course"."AOS_CODE"="STACREDT"."AOS_CODE")) AND ("STMAOS_Course"."AOS_PERIOD"="STACREDT"."AOS_PERIOD")) AND ("STMAOS_Course"."STUDENT_ID"="STACREDT"."STUDENT_ID")) INNER JOIN "QLSDBA"."STCSTATD" "STCSTATD" ON "STMAOS_Course"."AOS_CODE"="STCSTATD"."AOS_CODE"
    WHERE  "STMAOS_Course"."ACAD_PERIOD"='09/10' AND "STMAOS_Course"."STAGE_IND"='E' AND "STCSTATD"."AOS_TYPE"='C' AND ("STMAOS_Course"."STAGE_CODE"='E1RF' OR "STMAOS_Course"."STAGE_CODE"='EXAM' OR "STMAOS_Course"."STAGE_CODE"='FULL' OR "STMAOS_Course"."STAGE_CODE"='FULL2' OR "STMAOS_Course"."STAGE_CODE"='FULL3' OR "STMAOS_Course"."STAGE_CODE"='FULLE' OR "STMAOS_Course"."STAGE_CODE"='FULLR' OR "STMAOS_Course"."STAGE_CODE"='PROV') AND "STMAOS_Course"."ATTEND_MODE"='02' AND "STCSTATD"."DEPT_CODE"='A'
    ORDER BY "STMAOS_Course"."ACAD_PERIOD", "STMAOS_Course"."AOS_CODE", "STMAOS_Course"."AOS_PERIOD"
    <br><br>
    select * from qlsdba.STSCMC10
    where mapping_id = '22007042'
    <br><br>SELECT "STMBIOGR"."STUDENT_ID", "STMBIOGR"."FORENAME", "STMBIOGR"."SURNAME", "STFSTFEE"."TOTAL_FEE", "STMENDET"."DDL_FIELD2", "STMENDET"."AOS_PERIOD", "STMENDET"."AOS_CODE", "STMENDET"."ACAD_PERIOD", "STMENDET"."STUDENT_ID"
    FROM   "QLSDBA"."STMBIOGR" "STMBIOGR" CROSS JOIN ("QLSDBA"."STMENDET" "STMENDET" LEFT OUTER JOIN "QLSDBA"."STFSTFEE" "STFSTFEE" ON ((("STMENDET"."ACAD_PERIOD"="STFSTFEE"."ACAD_PERIOD") AND ("STMENDET"."STUDENT_ID"="STFSTFEE"."STUDENT_ID")) AND ("STMENDET"."AOS_CODE"="STFSTFEE"."AOS_CODE")) AND ("STMENDET"."AOS_PERIOD"="STFSTFEE"."AOS_PERIOD"))
    ORDER BY "STMBIOGR"."STUDENT_ID"
    <br><br>
    select * from QLDBA.CMPGENCD
    where mod_id = 'SAS'
    and category_id = 'DDL_FIELD2'
    <br><br>
    SELECT "STCSTDET"."COLL_SGEN2", "STCSTDET"."AOS_CODE"
    FROM   "QLSDBA"."STCSTDET" "STCSTDET"
    WHERE  "STCSTDET"."COLL_SGEN2"='U'
    <br><br><br>
    Report Works okay<br>
    SELECT "STMAOS_Module"."AOS_CODE", "STMAOS_Course"."ACAD_PERIOD", "STMAOS_Course"."AOS_CODE", "STMAOS_Course"."AOS_PERIOD", "STMAOS_Course"."STAGE_IND", "STCSTATD"."FULL_DESC", "STCSTATD"."DEPT_CODE", "STCSTATD"."AOS_TYPE", "STMAOS_Module"."STAGE_CODE", "STMAOS_Course"."STAGE_CODE", "STMAOS_Course"."ATTEND_MODE", "STACREDT"."APL_CREDITS", "STMAOS_Module"."STUDENT_ID", "STMAOS_Module"."ACAD_PERIOD", "STMAOS_Module"."AOS_PERIOD", "STCSTATD"."AOS_CODE"
    FROM   (("QLSDBA"."STMAOS" "STMAOS_Course" LEFT OUTER JOIN "QLSDBA"."STACREDT" "STACREDT" ON ((("STMAOS_Course"."ACAD_PERIOD"="STACREDT"."ACAD_PERIOD") AND ("STMAOS_Course"."AOS_CODE"="STACREDT"."AOS_CODE")) AND ("STMAOS_Course"."AOS_PERIOD"="STACREDT"."AOS_PERIOD")) AND ("STMAOS_Course"."STUDENT_ID"="STACREDT"."STUDENT_ID")) INNER JOIN "QLSDBA"."STMAOS" "STMAOS_Module" ON ((("STMAOS_Course"."STUDENT_ID"="STMAOS_Module"."STUDENT_ID") AND ("STMAOS_Course"."ACAD_PERIOD"="STMAOS_Module"."ACAD_PERIOD")) AND ("STMAOS_Course"."AOS_CODE"="STMAOS_Module"."RAOSCD_LINK")) AND ("STMAOS_Course"."AOS_PERIOD"="STMAOS_Module"."RPROCD_LINK")) INNER JOIN "QLSDBA"."STCSTATD" "STCSTATD" ON "STMAOS_Course"."AOS_CODE"="STCSTATD"."AOS_CODE"
    WHERE  "STMAOS_Course"."ACAD_PERIOD"='09/10' AND "STMAOS_Course"."STAGE_IND"='E' AND "STCSTATD"."AOS_TYPE"='C' AND ("STMAOS_Module"."STAGE_CODE"='E1RF' OR "STMAOS_Module"."STAGE_CODE"='EXAM' OR "STMAOS_Module"."STAGE_CODE"='FULL' OR "STMAOS_Module"."STAGE_CODE"='FULL2' OR "STMAOS_Module"."STAGE_CODE"='FULL3' OR "STMAOS_Module"."STAGE_CODE"='FULLE' OR "STMAOS_Module"."STAGE_CODE"='FULLR' OR "STMAOS_Module"."STAGE_CODE"='PEND' OR "STMAOS_Module"."STAGE_CODE"='PROV' OR "STMAOS_Module"."STAGE_CODE"='RECS') AND ("STMAOS_Course"."STAGE_CODE"='E1RF' OR "STMAOS_Course"."STAGE_CODE"='EXAM' OR "STMAOS_Course"."STAGE_CODE"='FULL' OR "STMAOS_Course"."STAGE_CODE"='FULL2' OR "STMAOS_Course"."STAGE_CODE"='FULL3' OR "STMAOS_Course"."STAGE_CODE"='FULLE' OR "STMAOS_Course"."STAGE_CODE"='FULLR' OR "STMAOS_Course"."STAGE_CODE"='PROV') AND "STCSTATD"."DEPT_CODE"='A' AND "STMAOS_Course"."ATTEND_MODE"<>'01'
    ORDER BY "STMAOS_Course"."ACAD_PERIOD", "STMAOS_Course"."AOS_CODE", "STMAOS_Course"."AOS_PERIOD"
    <br><br>
    select * from qlsdba.STSCMC10
    where mapping_id = '22007042'
    <br><br> SELECT "STMBIOGR"."STUDENT_ID", "STMBIOGR"."FORENAME", "STMBIOGR"."SURNAME", "STCASDET"."CREDIT_NUM", "STCSESSD"."AOS_TYPE", "STCSTDET"."COLL_SGEN2", "STRDEPRT"."DESCRIPTION", "STCSTDET"."AOS_CODE", "STRDEPRT"."DEPT_CODE", "STCASDET"."AOS_PERIOD", "STCASDET"."AOS_CODE", "STCASDET"."ACAD_PERIOD", "STCSESSD"."AOS_PERIOD", "STCSESSD"."ACAD_PERIOD", "STCSESSD"."AOS_CODE"
    FROM   ((("QLSDBA"."STCSTDET" "STCSTDET" CROSS JOIN "QLSDBA"."STRDEPRT" "STRDEPRT") CROSS JOIN "QLSDBA"."STCASDET" "STCASDET") CROSS JOIN "QLSDBA"."STCSESSD" "STCSESSD") CROSS JOIN "QLSDBA"."STMBIOGR" "STMBIOGR"
    WHERE  "STCSESSD"."AOS_TYPE"='M' AND "STCSTDET"."COLL_SGEN2"='U'
    ORDER BY "STMBIOGR"."STUDENT_ID"
    <br><br>

    Post Author: Argan
    CA Forum: .NET
    Honestly I have never used the server explorer for anything, so I am not sure what is needed for that to work.
    You need to install the Enterprise SDK on your dev box.
    Do a custom server install on your dev machine, unchecking everything except for the .NET SDK and Help files.

Maybe you are looking for

  • TS1398 my ipad and now my iphone will no longer connect to my wifi.  I have done everything I have read to do. help

    I have had my ipad for about one year.  Recently it started dropping the wifi.  I would have to go to settings and choose my network.  Then it would not connect at all.  I went online looking for solutions.  I tried everything.  Nothing helped. I als

  • Is there a way to prevent Gift Voucher Email from going to Spam folder?

    Everytime I send an email to someone with a Gift Voucher or Discount Code from the system generated emails, they always end up in the Spam folder on GMail, Yahoo, etc. Is there a way to prevent emails from being labeled as Spam with this system?

  • Burned dvd shows part of title

    When I view my Burned DVD on my tv my Music Video title is cut-off and my subtitles are cut off. How do I get it so they are shown on my tv. Also the clips are in widescreen mode. Can I format them to be in full screen mode? Thanks

  • Product Comparison Application

    Hi All, I attended an Abobe 'Fully Loaded Tour' today and during the Flash session, the presenter showed an application - in this case on a digital camera site where thumbnails of all cameras were initially shown. The user could then either move slid

  • Block connections from outside a country?

    Hi there, I would like to keep certain ports open for remote access - ssh, ftp and vnc as examples. When I do a whois on those IP's it gives me a good idea of where those unauthorized connection attempts are coming from. http://www.abuseipdb.com/whoi