"Database logon failed" error received after upgrading from CR XI to CR 200

We have a bunch of reports that use ttx files and datasets.  The code to support this was written and compiled originally using .NET 2.0 and CR XI.  After recompiling using .NET 3.5 and CR 2008 (not the version that came with VS2008), when I run the reports, I now receive an error "Database logon failed".  after clicking throught he error, I am prompted to enter a username and password.  Just for the heck of it, I entered my database userame and password with no luck.  I cancelled out of the login dialog and the frae of the report appeared but no report.  No code was changed.  How do I fix this?
I know that I should convert the reprots to use xml schema files but I have over 300 reports and this will take time.  I need to get this fixed ASAP.  After I get this running, I can then [leisurely] fix the reports and use xsd files.

Since the reports were create off of ttx files, they would be expecting a recordset at that time. How are you passing the data to the reports with CR 2008 and VS 2008?
Also, see the following:
[1468232  - How to use reports based on multiple TTX files in Visual Studio .NET|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333433363338333233333332%7D.do]
[1468232  - How to use reports based on multiple TTX files in Visual Studio .NET|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333433363338333233333332%7D.do]
And don't forget to search these forums - a fair amount of info in this topic here. The search box in the top right corner of this web page will also give you a number of blogs, KBases, wikis articles and more. E.g.; the search term "ttx net crystal", brought up the above two KBases (along with a number of other content).
Oh. If this is critical, remember you always have the option of creating a phone case;
http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100?resid=S6I@hgoHAkEAAGsiyVkAAAAR&rests=1282226845369
Ludek
Follow us on Twitter http://twitter.com/SAPCRNetSup
Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
Edited by: Ludek Uher on Oct 7, 2011 7:04 AM

Similar Messages

  • Database logon failed error on IIS7

    I am getting a Database logon failed error on a report that is being called in ASP.NET form on IIS7. This error does not happen in my development environment but only on the webserver in IIS7. I can open the report and run it in Crystal Reports designer without any problem. Any help on this will be appreciated. The error message I get is below.
    Report File: LossRunByPolicyNoDates.rpt Report Path: C:\inetpub\wwwroot\adhoc_reports\LossRunByPolicyNoDates.rpt Export Path: C:\inetpub\wwwroot\adhoc_inbox\khogan\RSF500217-09.pdf CrystalDecisions.CrystalReports.Engine.LogOnException: Database logon failed. ---> System.Runtime.InteropServices.COMException (0x8004100F): Database logon failed. at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) --- End of inner exception stack trace --- at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e) at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext) at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export() at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export() at adhoc.WebForm1.btnRun_Click(Object sender, EventArgs e) in C:\inetpub\wwwroot\adhoc\WebForm1.aspx.vb:line 443

    In addition to the information that Bhushan requested;
    What database?
    How are you connecting to it (ODBC, OLE DB, etc.)?
    I'd also highly recommend having a read of the following:
    What do I need to do to get the fastest issue resolution?
    With he info you provided, you are asking us to guess, which typically proves to be a very inefficient way of troubleshooting any issue...
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • CRVS2010 Beta 2 - "Database Logon failed" Error, after Upgrade

    Hi,
    Generally: we are using the Crystal Reports in combination with a DataSet, that is filled during runtime and pushed to the report, using "SetDataSource". The Project is an ASP .NET 3.5 Project, published on our server.
    I upgraded my development-machine to CRVS2010 (installed both packages - the CRVS for VS 2010 and the runtime) last week and changed some fields in the Report. The DataSet was left unchanged. Everything is working well on my development-machine, but when I publish the Project to our server, I get an "Databse Logon failed" Error, when I want to create my Report. The CRVS2010 Beta 2 redist Runtime is installed on our server. Here is the code, we use:
    // create new Report
    var report = new Reports.repMyReport();
    // DataSource ds was filled correctly (we checked with export to XML
    report.SetDataSource(ds);
    // Set several Parameters to Report
    report.SetParameterValue("test", "test");
    // Export Report to PDF-Format and open in Browser
    report.ExportToHttpResponse(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, Response, false, "reportName.pdf");
    Response.End();
    The error I get is:
    Database logon failed.
    [COMException (0x8004100f): Database logon failed.]
       CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext) +0
       CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) +260
    [LogOnException: Database logon failed.]
       CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e) +325
       CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext) +315
       CrystalDecisions.CrystalReports.Engine.FormatEngine.ExportToStream(ExportRequestContext reqContext) +650
       CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToStream(ExportOptions options) +98
       CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToHttpResponse(ExportOptions options, HttpResponse response, Boolean asAttachment, String attachmentName) +98
       CrystalDecisions.CrystalReports.Engine.ReportDocument.ExportToHttpResponse(ExportFormatType formatType, HttpResponse response, Boolean asAttachment, String attachmentName) +124
       SprintBoxWeb.BuchungDruck.Page_Load(Object sender, EventArgs e) in D:\Projects\sprnt_erp\SprintBoxWeb\BuchungDruck.aspx.cs:32
       System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
       System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    I already tried everything, found googling the web and/or searching this forum:
    e.g.: perform "verify Database" on all Reports and map the DataSet.xsd again to the Report
    Is that a known issue on the Beta and we should wait for the RC, or does anyone have an idea how to fix that one?
    This error is really annoying!
    Many thanks for your help.
    kind regards
    Reinhard

    Dear Ludek,
    Many thanks for your quick reply. Currently, I have to finish some other things. I will try your ideas next week and give you some feedback then, to keep you informed.
    best regards,
    Reinhard

  • Live Office: Database logon failed error

    Please help...Live Office problem...
    Am working in Xcelsius 2008.
    Here's what I'm trying to do:
    1. I set up a Crystal Report using a Stored Procedure as the data provider.
    2. The Stored Procedure has a parameter built into it.
    3. When the report is refreshed within Crystal, the prompt dialog box is displayed; I fill in the desired value, and run. Everything comes back fine.
    4. Crystal Report is exported to the repository.
    5. In Excel, I inserted the Crystal Report using Live Office. It shows up as a Live Office object just fine.
    6. I bound an Excel cell to the prompt; when you change the value in the bound cell, the Live Office object refreshes and displays the correct results.
    7. In Xcelsius, I imported the Excel spreadsheet.
    8. I set up a Text component that is bound to the cell containing the parameter value. Also set up a Grid to display the results, and a Connection Refresh button to call the refresh. Added a Live Office Data Connection pointing to the Web Service URL for the report. 
    Note: When in Designer mode, if the value of the bound cell is changed, the results in the grid change accordingly.
    9.  When in Preview mode (or generated swf), if the Refresh button is pressed, a "User Identification" dialog box appears asking me to log on. The values it asks for are: System, User Name, Password, and Authentication.  I enter the same credentials as are within the Live Office settings in Excel, (which are working correctly), but receive an error "soapenv:Server.generalException: Database logon failed.".
    Note - all the id's are synced up - Business Objects, Database, etc.
    I've tried all kinds of combinations, but nothing gets me past this error. If I use any other server than the system one, the error message is "soapenv:Server.generalException: Server XXXXX not found or server may be down".
    I've noticed that in Excel directly, when I open the spreadsheet and refresh the Live Office object, I am prompted to log on to the database where the stored procedure is being executed. This dialog box does not appear once the Excel sheet has been imported into Xcelsius. One of the combinations I tried in the "User Identification" dialog box was the name of the database server, that didn't work either.
    I also tried creating the Live Office object directly within the Excel spreadsheet in Xcelsius, but then I was unable to bind the prompt value. Could never get the Live Office/Properties menu to appear.
    Ideas? Thoughts?
    Thanks in advance!
    Stephanie

    Got it!
    Here's what I had to do...
    In the CMC, under Object/Process/Database for the Crystal Report -
    which says...
    "Set the default information for logging onto the data source(s) automatically whenever the report is run."
    The Database Connection option had to be set to "Use custom database logon information specified here" and
    the When Viewing Report option set to "Use same database logon as when report is run".
    Then everything works fine - prompts appear, and Xcelsius passes the log on information to the database correctly. Stored procedure executes and returns the correct results.
    Thanks to everyone for their help!
    Stephanie

  • Error message after Upgraded from 2.53ghz (533 FSB) to 3.2ghz (HT)

    Hi! everyone,
    As you can see i'm a newbie on this board, however I've frequently visited here once in a while.  Anyway, the problem I currently have after I upgraded my cpu from 2.53 ghz to 3.2ghz HT (Northwood) is that I not very often (few times so forth since monday) see this error message after reboot my pc :
    ***Message starts here***
    A problem has been detected and windows has been shut down to prevent damage to your computer.
    If this is the first time you've seen this stop error restart your computer.  If this message appears again, follow these step:
    Run system diagnostic utility supplied by your hardware manufacturer.  In particularly run a memory check and check for faulty or mismatched memory, try changing video adapters.  
    Disable or remove any newly installed hardware or drivers....etc.
    Technical information
    ***STOP:  0x0000007F (0x00000008, 0xF7806d70, 0x00000000, 0x00000000)
    ....................................... ........etc.....
    ****Message ends here****
    As i stated before I've never seen this message before the upgrade.  So, here is my configurations:
    BEFORE
    875P NEO-LSR w/ BIOS v. 2.0
    2.53ghz 512 FSB CPU
    9500 Readon 128mb video card
    Dual IDE HD 80gb & 160 gb (NON SATA)
    1gb Dual channel memory (512mb on channel 1  -  512mb on channel 3) (KINGSTON pc2700 module)
    CURRENT
    857P NEO-LSR w/BIOS v. 2.0
    3.2ghz 800 FSB 512mb (L2 cache) CPU
    9500 Readon 128mb video card
    Dual IDE HD 80gb & 160 gb (NON SATA)
    1gb Dual channel memory (512mb stick on channel 1 - 512mb stick on channel 3) (KINGSTON pc2700 module) *
    * may be this causes this error message because as I read it on the discription page of the 875P NEO-LSR that it will only support DUAL channel (PC3200 type) with HT CPU.  So, i suspect this may cause the problem but I havent try to rearrange my memory to one channel (1 x 2) yet.
    I will greatly appreciate it if someone in here who may has experienced it before or know what all this means.  Please advise

    Thanks for your advise bejon2000.  
    Here is my situation, I just freshly installed Windows XP Pro w/SP2 prior to this cpu upgrade ...I did the os last weekend and upgraded the cpu the day or two after which is monday of this week.  So, can I just do the BIOS update now with the os already inplaced ???  I assum the aswer is yes, however I just wanted to confirm before I do it, you know  
    I've SiSoftware Utilities 2004 installed on the system as well, and after I did the Performance Tune-Up in SiSoftware ...This is what I got
    SiSoftware Sandra
    Display on Screen
    Device Type : Desktop/Notebook
    System Summary
    Analysing...
    Tip 2546 : Large memory modules should be ECC/Parity.
    Finished Successfully : Yes
    ****Mainboard Information
    Analysing...
    Power / Aux Temperature : 59.0°C / 138.2°F
    Notice 224 : SMBIOS/DMI information may be inaccurate.
    Tip 2505 : System does not support memory error detection. Some memory errors may go unnoticed.
    Warning 2506 : System does not support memory error correction. System will stop if memory errors are found.
    Tip 2511 : Some memory slots are free so the memory can be easily upgraded.
    Tip 2546 : Large memory modules should be ECC/Parity.
    Warning 2518 : Mainboard temperature is too high.
    Finished Successfully : Yes
    ***CPU & BIOS Information
    Analysing...
    Tip 210 : Processor 1 : Mainboard supports faster CPUs, so the CPU can be upgraded when needed.
    Notice 224 : Processor 1 : SMBIOS/DMI information may be inaccurate.
    Notice 224 : System BIOS : SMBIOS/DMI information may be inaccurate.
    Tip 212 : System BIOS : BIOS can be shadowed so check whether it is.
    Tip 211 : System BIOS : BIOS is flash-able and socketed so it can be upgraded when needed.
    Finised Successfully : Yes
    APM & ACPI Information
    Analysing...
    Notice 224 : SMBIOS/DMI information may be inaccurate.
    Finished Successfully : Yes
    PCI, AGP, CardBus Bus(es) Information
    Analysing...
    Finished Successfully : Yes
    Video System Information
    Analysing...
    Tip 319 : Primary Display Driver (display) : A refresh rate of at least 75Hz is recommended. Increase it if possible.
    Tip 323 : Primary Display Driver (display) : Remove the desktop wallpaper to save memory and improve performance.
    Tip 319 : RADEON 9500 (\\.\DISPLAY1) @ \\.\DISPLAY1 : A refresh rate of at least 75Hz is recommended. Increase it if possible.
    Tip 323 : RADEON 9500 (\\.\DISPLAY1) @ \\.\DISPLAY1 : Remove the desktop wallpaper to save memory and improve performance.
    Finished Successfully : Yes
    Windows Memory Information
    Analysing...
    Finished Successfully : Yes
    Drives Information
    Analysing...
    Warning : 1.44MB 3.5" (A:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Warning : CD-ROM/DVD (F:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Warning : Removable Drive (G:) : Cannot obtain drive information; check that a disk is in the drive and it is correctly formatted.
    Tip 1821 : Removable Drive (H:) : Label (name) drive.
    Finished Successfully : Yes
    Ports Information
    Analysing...
    Warning : Communications Port (COM1) : Port in use. [5]
    Finished Successfully : Yes
    Keyboard Information
    Analysing...
    Finished Successfully : Yes
    Mouse Information
    Analysing...
    Finished Successfully : Yes
    Sound Card Information
    Analysing...
    Finished Successfully : Yes
    Printer and Fax Information
    Analysing...
    Tip 402 : PaperPort Color : Print quality may have been set too low. Check settings.
    Finished Successfully : Yes
    MCI Devices Information
    Analysing...
    Finished Successfully : Yes
    Windows Information
    Analysing...
    Tip 1300 : Enter your company name or "Home" instead of "Unknown".
    Finished Successfully : Yes
    WinSock Information
    Analysing...
    Finished Successfully : Yes
    Processes Information
    Analysing...
    Tip 1601 : 6. tinhbuon0e - ********* - Winamp [Stopped] : Program consumes a large amount of memory.
    Tip 1601 : Adobe Photoshop - [main.psd @ 90.9% (Layer 4, RGB/8)] : Program consumes a large amount of memory.
    Tip 1601 : Adobe ImageReady : Program consumes a large amount of memory.
    Finished Successfully : Yes
    Modules Information
    Analysing...
    Finished Successfully : Yes
    OLE Information
    Analysing...
    Finished Successfully : Yes
    DirectX Information
    Analysing...
    Finished Successfully : Yes
    Network Information
    Analysing...
    Finished Successfully : Yes
    SCSI Information
    Analysing...
    Warning 2600 : WDC WD80 0JB-00CRA1       : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : Maxtor 6 Y160P0           : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : TOSHIBA  DVD-ROM SD-M1712 : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Warning 2600 : PLEXTOR  DVDR   PX-716A   : SCSI version does not adhere to ANSI. Probably ATA/ATAPI device.
    Finished Successfully : Yes
    Font Information
    Analysing...
    Finished Successfully : Yes
    CMOS Information
    Analysing...
    Finished Successfully : Yes
    OpenGL Video Information
    Analysing...
    Finished Successfully : Yes
    Services Information
    Analysing...
    Tip 2130 : Alerter : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Error Reporting Service : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Help and Support : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Removable Storage : Service may be disabled on Home/Professional OS version.
    Tip 2130 : IPSEC Services : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Remote Registry : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Secondary Logon : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Windows Image Acquisition (WIA) : Service may be disabled on Home/Professional OS version.
    Tip 2130 : Distributed Link Tracking Client : Service may be disabled on Home/Professional OS version.
    Finished Successfully : Yes
    ATA/ATAPI Information
    Analysing...
    Warning 3100 : ATA device (fixed) : SMART not enabled; consider enabling for safety.
    Warning 3103 : ATA device (fixed) : Acoustic Management enabled. Peformance may be impaired.
    Finished Successfully : Yes
    Data Sources Information
    Analysing...
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Error : Could not connect to the database. : Could not connect to the database.
    Tip 3001 : ODBC Information : ODBC driver support old; should support ODBC 3.52 or later.
    Error : Tables/Views : No tables/views found.
    Error : Procedures/Functions : No procedures/functions found.
    Finished Successfully : Yes
    Hardware IRQ Settings
    Analysing...
    Finished Successfully : Yes
    DMA Settings
    Analysing...
    Finished Successfully : Yes
    I/O Settings
    Analysing...
    Finished Successfully : Yes
    Memory Resources
    Analysing...
    Finished Successfully : Yes
    Plug & Play Enumerator
    Analysing...
    Finished Successfully : Yes
    Performance Tune-up Wizard
    Finished Successfully : Yes
    There are actually some notices on MAINBOARD INFORMATION & CPU & BIOS INFORMATION, however I'm not sure what exactly they mean though.
    ******UPDATED*****
    here is the last part of the error that i described in my first post, I just saw it again right now
    ****STOP:  0x.......
    **** sysaudio.sys - Address F6EAA481 base at F6EA7000, Datestamp 41107F1a
    Beginning dump of physical memory
    Dumping physical memory to disk:  (counting from 1 to 99 then it shut down the computer)

  • Logon failed error when pushing data from dataset

    Hi,
    I am trying to embed a Crystal report in an ASP.NET 2005 web page, but every time I run the page I get the following error:
    Logon failed. Details: crdb_adoplus : Object reference not set to an instance of an object. Error in File C:\DOCUME1\PB_IT_AN\ASPNET\LOCALS1\Temp\DIPSummary {DC347D6B-44F8-441F-8940-4A16ACB54E76}.rpt: Unable to connect: incorrect log on parameters.
    I have set up the report using a simple xsd schema in my project which corresponds to the data being extracted from the database (SQL Server 2000) elsewhere within the project.  This is being populated into a datatable (dtPCDipSummary) which is then put in a dataset and used as the data source for the report.  My code is as follows:
                    DSDipSummary.Tables.Add(dtPCDipSummary);
                    oRpt.Load(Server.MapPath("DIPSummary.rpt"));
                    oRpt.SetDataSource(DSDipSummary);
                    crvDIPSummary.ReportSource = oRpt;
                    crvDIPSummary.DataBind();
    I don't understand what the report is trying to log on to, as the only thing it points to is the schema definition within the project - no reference to an external database.
    I have scanned through numerous references to the same error on the internet and tried everything I thought might help but without success.
    Please can someone point me in the right direction to get a solution to this?

    I deleted the report completely and rebuilt it from scratch, and also added names for the data table and data set generated within the project and finally, success!
    Jason, thanks so much for your help which got me moving on this again.

  • Ldmd fails to start after upgrading from RC3 to RR.

    I followed instructions to a T, still have issues with ldmd starting. I made sure that old configs were removed and that /var/opt/SUNWldm was removed as instructions specifiy. I read on a previous post that resetting ALOM configs to default worked, any more information on what others have done to work around this would be appreciated.
    Thanks.

    Hi,
    after upgrade did you rebooted your pc? try to reboot and double confirm below steps,
    1) Once complete obiee11gv6 product installer
    2) you need to run psa.cmd run as administrator (the two schema need to be upgraded :MDS & BIPLATFORM)
    3) upgradenonj2eeapp.bat need complete for more refer my blog
    http://obieeelegant.blogspot.com/2012/07/in-place-upgrading-of-obiee-111150-to.html
    Thanks
    Deva

  • Please help - CSAuth Fails to load after upgrading from V3.3 to V4.0.1

    We have recently upgraded ACS V3.3 to V4.0.1 on Windows server 2003 SP1. However, now the windows service CSAuth fails to start. There's nothing in the CSAuth log file either.
    If we do clean installs, installing V3.3 from new and then do a upgrade to V4.0.1 on a clean system it works fine.
    The problem seems to be when we install fresh 3.3, then replicate our existing dbase to it, then upgrade to 4.0.
    Does anyone have any ideas - any thoughts would be most welcomed,
    Thanks, in advance,
    Malcolm

    Hi
    When you say nothing in the csauth log... do you mean nothing at all... or nothing that looks like an error?
    Try setting logging to max and seeing where it gets to.
    I suspect there is something in your 3.3 config that doesnt get upgraded corectly. Its impossible for every scenario to be tested - Im not sure how much upgrade testing actually gets done. Probably left until the end of the test cycle.
    Darran

  • Help with error received after navigating from Pop Up.

    We are receiving this error after a user navigates from a pop up screen in our WebDynpro application.  After clicking on Yes or NO in the pop up it should navigate to another screen. 
    The strange part is that is does not happen all the time and we have never been able to re-create the error in test.  It only happens randomly with no pattern as to when it occcurs.
    Since this does not happen all the time, it cannot be a problem with the code.  Is there something in the environment or server that could be causing this error?
    application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error. The error is: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Cannot navigate from view xxxxxView because it is not part of the current view assembly
         at java.lang.Throwable.<init>(Throwable.java:56)
         at com.sap.exception.BaseRuntimeException.<init>(BaseRuntimeException.java:128)
         at com.sap.tc.webdynpro.services.exceptions.WDRuntimeException.<init>(WDRuntimeException.java:55)
         at com.sap.tc.webdynpro.services.exceptions.WDRuntimeException.<init>(WDRuntimeException.java:48)
         at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:538)
         at com.sap.tc.webdynpro.progmodel.view.View.navigate(View.java:462)

    Hi David,
      I think this problem if it is not consitent could occur
    if your deployment of the application hasn't gone through all the node properly. Check with basis about the application deployment is it consistent with all the cluster nodes. if not try to make sure that deployment is proper at all nodes.
    In that case either you get the problem consistently or you will get ride of the same
    Cheers,
    Kumar

  • Crypt acquire context failed with 0x8009000f after upgrade from sms 2003 to SCCM 2007 SP1

    I've upgraded clients from SMS 2003 SP3 to SCCM 2007 SP1.
    In the SCCM console some ressources are showing as not being client.
    If I look on the machine, I can see that client is installed but the client cannot communicate with the management point.
    CCMEXEC.log shows the following error message :
    Crypt acquire context failed with 0x8009000f.
    Failed to create certificate 8009000f CcmExec 21/04/2009 9:49:10 1948 (0x079C)
    CCMDoCertificateMaintenance() failed (0x8009000f).
    So, the issue is related to certificate
    If I go to C:\documents and settings\all users\Application Data\Microsoft\Crypto\RSA\MachineKeys and delete the file begining by  19c5cf... and then restart the client the problem is solved.
    Can someone explain what is happening ?
    What can I do to prevent this problem
    Kind regards

    In Server 2008 R2 SP1 (when Pushing Out SCCM 2012 clients)
    I just added another account to the security (local Administrators) for the key which starts with 19c5cf...
    and restarted the SMS AGENT HOST SERVICE.
    Thats also resolved the problem. (NETWORK was the only security account on the key file).

  • Automatic refresh failed error message after upgrading to Server 2012R2

    Configuration refresh message: The system cannot access one or more event logs because if insufficient access rights, file corruption, or other reasons. The message suggests I look in the ServerManager-ManagementProvider event log which I did. I find a number
    event id 85 messages that state "Failed to query the results of bpa xpath: then there are a number of different entries with different location and the end of every message states "the system cannot find the file specified. The system cannot
    find the path specified.
    The computer is a stand alone root certificate server that was running 2008R2. I have not had this issue with any other upgraded server though this is the first standalone server I have upgraded.
    There are also some Event ID 63 WMI errors in the application log indicating that the account being used to register providers is the LocalSystem account which is a security concern.
    I searched the forums but no hits. 
    Thanks in advanced
    [email protected]

    Hi,
    WMI logs a warning event log message when a WMI provider running in the LocalSystem security hosting context is loaded. This is done to inform system administrators about the risk of elevation of privilege attacks. Such attacks are
    possible if the provider code is not properly implemented.
    https://technet.microsoft.com/en-us/library/dd315566%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    And for the error Failed to query the results of bpa xpath...
    Can you run the BPA scan for the machine? BPA scan can be run using Server Manager console itself.
    For this, go to "All Servers" canvas. Scroll below on this canvas to Best Practices Analyzer (BPA) tile. Click on "Tasks --> Start BPA Scan". Select the machine in opened window and complete the scan.
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Database Logon Failed after first report

    I have a Windows Server 2003 x86 server running IIS6 and ASP.NET. On this server, I have two different web forms set up to export Crystal Reports to PDF.
    My problem is that only one of these reports can run. For example, I open report 1 and can then reopen (generate PDF of) report1 as many times as I want. I cannot open report 2 - I get a "Database Logon Failed" error message. If I restart the server, I can generate a PDF of report 2 successfully and as many times as I want but report 1 will get a "Database Logon Failed" error message.
    Has anyone seen this behavior before? My code is very concise and manually closes the report document (and forces the garbage collection to run) once the PDF has been generated. However, for some reason, the report is staying in memory and is trying to run again even though it has been closed. It is driving me crazy.
    Thanks in advance for any assistance you can offer.

    Let's get the server confusion out of the way.
    A "server" runtime install is an msi file called CrystalReports11_5_NET_2005.msi.
    The msi is in a download called Crystal Reports XI Release 2 - FP x.x .NET Server Install (where x.x refers to SP or FP version (e.g.; Crystal Reports XI Release 2 - FP 5.6 .NET Server Install)
    So, this gives you an easy way of installing the CR runtime on a server (e.g.. Win 2003 server). No CR server (RAS) implication here. To install the runtime, all you have to do is run the msi, provide the keycode when prompted and the runtime is installed. You should see the directory C:\Program Files\Business Objects\Common\3.5\bin created. No pretty interface, etc. If you want a pretty interface, you create your own setup project or msi using the CR msm files.
    Hopefully this clears up the "server" confusion.
    To the actual issue on hand.
    You say this works with older "Crystal Reports viewers" installed on a WIN 2003 64 bit server. My question is; does this CR XI r2 based app work anywhere? Your dev box? Staging server?
    Ludek

  • Database logon failed

    Hi everyone,
    I know this is a famous error in CR but due to my special case, I need to make sure before enacting any further actions.
    We are developing a java application which uses CR2013 as its report server (32bit) installed on a 2012 windows server (64bit) and uses ODBC oracle client as database connection to our application's database (32bit).
    The main functionality of CR is showing some reports in HTML format and in parallel, our application connects to CR in the background, generates the PDF version of the reports and places it in the database. We still have not got CR2013 license (before this we had 2008 licensed version but our software team are moving to 2013 and we, as the test team, have to) and CR2013 is working with a trial one. The issue we get when we try to generate more than a couple of reports is the following :
    com.company.software.report.control.ReportInterfaceImpl:generatePdfStream:110]-[ERROR] Database logon failed.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKLogonException: Database logon failed.---- Error code:-2147217393 Error code name:dbLogonFailed
    and after this error, you cannot generate any more reports, even if you close all of your sessions or anything. Every time you try to generate a report (whether its generating the pdf in the background or not) we see this error again until we restart CR or its server.
    We had this issue in our CR2008 long time ago, and when we had the license, everything worked pretty well.
    As our client is going to buy a license soon, so I need to make sure this problem's root cause is the license. My concern is that putting the license in the server does not make this problem go away.
    As obvious, im not good at CR, we only use this for generating reports. I hope people in this community can help me over this issue.

    May have something to do with .Refresh().
    If you search for crlogger you'll find how to enable our database logging component. May tell you what you are looking for.
    Don

  • Database Logon Failed in Drill Down reports

    I am developing reports on Crystal Reports XI R2, VS.NET 2005 , SQL Server 2000, C#.
    I am getting Database Logon Failed when I click on a drill down link in the report. It works if I click on the drill down link with in a minute. But if I wait for a minute and click on drill down, I am getting Database Logon Failed 
    Error in Crystal report viewer14
    Object reference not set to an instance of an object
    Any help would be greatly appreciated.
    Thanks,
    Sailu

    The above code should be written after the loading of report.
    For example-
    private void Page_Load(object sender, System.EventArgs e)
                   // Put user code to initialize the page here
                   if (!IsPostBack)
                        crReport.Load(Server.MapPath("CrystalReport1.rpt"));
                        ConnectionInfo crConn= new ConnectionInfo();
                        crConn.ServerName="D-3271-SQL";
                        crConn.DatabaseName="Northwind";
                        crConn.UserID="sa";
                        crConn.Password="sa";
                        Tables crTables=crReport.Database.Tables;
                        foreach(CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
                             TableLogOnInfo crLogoninfo=crTable.LogOnInfo;
                             crLogoninfo.ConnectionInfo =crConn;
                             crTable.ApplyLogOnInfo(crLogoninfo);
                   CrystalReportViewer1.ReportSource =crReport;
    I hope this help
    Regards
    Amit
    Edited by: Amit Singh on Aug 21, 2008 4:48 PM

  • Maxdb give Kernel error after upgrade from 7.3 to 7.5

    Hi, our DBA is running into problems after upgrading from 7.3 to 7.5. When we attempt to start the DB we get this error:
    dbmcli -d sd3 -u XXXXXX,XXXXXX db_online
    ERR
    -24994,ERR_RTE: runtime environment error
    1,Check knldiag! Kernel died before reaching ADMIN state
    The details of the error in knldiag are:
    2008-07-02 14:22:39    19     11554 COMMUNIC UKT8 attached big comseg at  0x700000060000000
    2008-07-02 14:22:39    19     11555 COMMUNIC UKT8 big comseg ends at      0x7000000601803F8
    2008-07-02 14:22:39    16 ERR 20152 RTE      UNIX change owner with chown(knltrace,964,202) failed: Not owner
    2008-07-02 14:22:39    16     11000 vdevsize 'knltrace', 666 failed
    2008-07-02 14:22:39    16 ERR 11202 vdiagini vdevsize of kernel trace file unsuccsessful
    2008-07-02 14:22:39    16 ERR 11599 BTRACE   -
    > Emergency Stack Back Trace <----
    As said, he performed the upgrade and now we can't start the DB, anybody that had the same issue?
    We run on AIX 5.3 and from the unix side, nothing changed. After 7.5 we plan on going to 7.6 but that is in the stars I guess...
    We posted a high message with SAP and since over 10 hours nobody picked the message up... we are getting kind of desperate... Any pointers are appreciated...
    thanks

    Hello Thomas,
    -> If you run the database update using the database update tool, the permissions/ownership will be set correctly for the database software & the permissions/ownership of the database log files will be also changed correctly.
         Please check the upgrade log in the /sapdb/data/wrk
    -> Please check the ownership of the files in the database RUNDIRECTORY.
    For example, if the database owner:group of your database is sdb:sdba, then
    -rw-rw----   1  sdb        sdba  u2026.     knltrace
    -> Please update the thread with the output of the following commands :
               sdbregview -l
               xinstinfo SD3
               id sdb
              ls -l <runditectory>
    < rundirectory is the database parameter value and by default is /sapdb/data/wrk/SD3 >
            more /etc/opt/sdb
    Thank you and best regards, Natalia Khlopina

Maybe you are looking for

  • Just wanted to know if its possible to password Protect IPhoto on iphone

    Just wanted to know if its possible to password Protect IPhoto itself from someone just being able to click on my IPhoto Application and have it opened and be able to see all my photos etc etc or even to password Protect the Events also is this possi

  • Do I have to use Apple brand power adapter?

    I seem to have misplaced the power cord/adapter for my MacBook. Do I have to buy an Apple brand cord, or does someone else make the same thing for half the price? Thanks.

  • Clicking javascript links, even help button in FF Options, opens blank new page.

    As I said, clicking any link in a javascript element, such as a WYSIWYG editor in the back-end of a Joomla site, doesn't open the link, it opens a new and blank FF window, usually larger than the monitor. This link behaves this way: <a id="text_image

  • Airport Disk Logon Problems with SyncbackSE

    Hei - looking for a little assistance with this... Essentially I am having trouble working out what username/password I should use to access my airport disk, and what settings need to be selected on Airport Utilities. I have an Airport Extreme setup

  • Pre-authentication failed in krb

    Hi All, Wee also facing the same issue, but in a different way. our java application accepts first 100(around) krb auth requests and the rest of the requests are droped out, during the droping it simply show the message like pre-authentication failed