<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Database logon either incomplete or incorrect in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485293#M3806571</link>
    <description>&lt;P&gt;Hi Noel,&lt;/P&gt;&lt;P&gt;Thank you 8 years after you posted this I have come across same issue during a server migration and your advice of defining 32 Bit ODBC worked for me as well.&lt;/P&gt;&lt;P&gt;Thanks again for sharing your experience!&lt;/P&gt;&lt;P&gt;Appreciate it.&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
    <pubDate>Fri, 29 Jul 2022 12:19:01 GMT</pubDate>
    <dc:creator>amitsdotcom</dc:creator>
    <dc:date>2022-07-29T12:19:01Z</dc:date>
    <item>
      <title>Database logon either incomplete or incorrect</title>
      <link>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaq-p/10485286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to have hit a roadblock with some Crystal Reports 2013 reports.&amp;nbsp; Our primary BusinessObjects environment is 4.1 SP1 Patch 2.&amp;nbsp; Let's call that BOBJ-1.&amp;nbsp; We have a new secondary BusinessObjects environment that is 4.1 SP3.&amp;nbsp; Let's call that BOBJ-2.&amp;nbsp; I have 21 Crystal Reports that I need to move from BOBJ-1 to BOBJ-2.&amp;nbsp; All of these reports relate to one application that is being moved to a new database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So here is what I have done so far.&amp;nbsp; Using Promotion Management in BOBJ-2 I pulled the 21 reports and their corresponding folder structure from BOBJ-1.&amp;nbsp; I then opened one report from BOBJ-2 in Crystal Reports 2013 on my machine and switched the connection.&amp;nbsp; I had been using OLE DB with SQL Server Native Client 10.0 as the provider so I used that for the connection to the new database as well.&amp;nbsp; I should also mention that all of these reports have raw SQL in a command object.&amp;nbsp; Anyway, everything worked fine in Crystal and I thought I was on my way.&amp;nbsp; I saved my report out to my BOBJ-2 environment, set the password in Database Configuration and ran the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I got this error (the full details of the error are at the end of this post)...&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;The viewer could not process an event. The database logon information for this report is either incomplete or incorrect. [] &lt;BR /&gt;---- Error code:0 [CRWEB00000119]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried changing my connection to use Microsoft OLE DB Provider for SQL Server as the provider.&amp;nbsp; Same error.&amp;nbsp; I tried using an ODBC connection.&amp;nbsp; I created a 32-bit ODBC connection on my desktop and it works fine.&amp;nbsp; I created a 64-bit ODBC connection on the server.&amp;nbsp; Same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping the database server from BOBJ-2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One other thing.&amp;nbsp; Crystal Reports 2013 on my desktop is SP1 Patch 2.&amp;nbsp; Is that a problem?&amp;nbsp; I haven't upgraded my Crystal Reports on my desktop because I still have the 4.1 SP1 Patch 2 environment to support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am stumped.&amp;nbsp; Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Full error detail...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2014-08-07 21:56:12&lt;/P&gt;&lt;P&gt;com.businessobjects.report.web.shared.WebReportingException: The viewer could not process an event. The database logon information for this report is either incomplete or incorrect. [CRSDK00000955] ---- Error code:0 [CRWEB00000119]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.shared.WebReportingException.throwWebReportingException(WebReportingException.java:71)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.component.ViewerContainer.processEvents(ViewerContainer.java:1439)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.WorkflowController.doEventProcessing(WorkflowController.java:353)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.WorkflowController.doLifecycle(WorkflowController.java:255)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.WorkflowController.doAsyncLifecycle(WorkflowController.java:106)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.report.web.viewer.CrystalReportViewerUpdater._processHttpRequest(CrystalReportViewerUpdater.java:61)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.report.web.ServerControl.processHttpRequest(ServerControl.java:345)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.doUpdate(CrystalReportViewerServlet.java:206)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.report.web.viewer.CrystalReportViewerServlet.doPost(CrystalReportViewerServlet.java:194)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:110)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.ServletLastFilterChainElement.service(ServletLastFilterChainElement.java:30)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:46)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.bip.core.web.filter.BrowserRenderingModeFilter.doFilter(BrowserRenderingModeFilter.java:32)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.bip.core.web.boetrustguard.BOETrustPrepareFilter.doFilter(BOETrustPrepareFilter.java:35)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.bip.core.web.supportabilty.TraceLogScopeFilter.doFilter(TraceLogScopeFilter.java:38)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.sdk.actionfilter.WorkflowFilter.doFilter(WorkflowFilter.java:45)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.bip.core.web.appcontext.RequestInitFilter.doFilter(RequestInitFilter.java:26)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.FilterRegistration.doFilter(FilterRegistration.java:72)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.filter.FilterChainImpl.doFilter(FilterChainImpl.java:43)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.serviceHelper(BundlePathAwareServiceHandler.java:235)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.BundlePathAwareServiceHandler.service(BundlePathAwareServiceHandler.java:197)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:248)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.equinox.servletbridge.BridgeServlet.service(BridgeServlet.java:220)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.pinger.TimeoutManagerFilter.doFilter(TimeoutManagerFilter.java:168)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:929)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1002)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:585)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Thread.run(Thread.java:761)&lt;/P&gt;&lt;P&gt;Caused by: com.businessobjects.report.web.shared.WebReportingException: The database logon information for this report is either incomplete or incorrect.---- Error code:0 [CRSDK00000955]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.shared.WebReportingException.throwWebReportingException(WebReportingException.java:71)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.component.ParamComponent.applyParameters(ParamComponent.java:427)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.event.ParamListener.setParams(ParamListener.java:78)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.event.SetParamsEvent.processListener(SetParamsEvent.java:70)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.event.ViewerBroadcaster.broadCastEvent(ViewerBroadcaster.java:136)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.event.ViewerBroadcaster.broadcast(ViewerBroadcaster.java:110)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.event.EventQueue.processEvents(EventQueue.java:53)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.component.ViewerContainer.processEvents(ViewerContainer.java:1426)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 52 more&lt;/P&gt;&lt;P&gt;Caused by: com.crystaldecisions.sdk.prompting.PromptingException: The database logon information for this report is either incomplete or incorrect. Error code name:ProcessPromptingFail&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.sdk.prompting.PromptingException.throwPromptingException(PromptingException.java:78)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.sdk.occa.managedreports.ps.internal.CacheReportSource.processPrompting(CacheReportSource.java:2995)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.businessobjects.report.web.component.ParamComponent.applyParameters(ParamComponent.java:421)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 58 more&lt;/P&gt;&lt;P&gt;Caused by: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: The database logon information for this report is either incomplete or incorrect.---- Error code:-2147215357 [] Error code name:internal&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(ReportSDKException.java:120)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.sdk.occa.managedreports.ps.internal.SendRequestHelper.sendRequest(SendRequestHelper.java:141)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.sdk.occa.managedreports.ps.internal.CacheReportSource.sendRequest(CacheReportSource.java:1796)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.crystaldecisions.sdk.occa.managedreports.ps.internal.CacheReportSource.processPrompting(CacheReportSource.java:2976)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... 59 more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 03:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaq-p/10485286</guid>
      <dc:creator>nscheaffer</dc:creator>
      <dc:date>2014-08-08T03:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Database logon either incomplete or incorrect</title>
      <link>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485287#M3806565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried a 32-bit ODBC connection on the BOBJ-2 server and that seems to work.&amp;nbsp; I thought all of the client tools were 32-bit and the server components were 64-bit.&amp;nbsp; Maybe I have that backwards or it just doesn't matter in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So then I thought I would try the OLE DB connection again.&amp;nbsp; I got it to work using the Microsoft OLE DB Provider for SQL Server, but not the SQL Server Native Client.&amp;nbsp; So I guess at least I have some options.&amp;nbsp; However, I wonder if I am doing something else in the way I am saving the report or setting the password that is causing some types of connections to work, but not others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 04:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485287#M3806565</guid>
      <dc:creator>nscheaffer</dc:creator>
      <dc:date>2014-08-08T04:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Database logon either incomplete or incorrect</title>
      <link>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485288#M3806566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I after multiple attempts to get the SQL Server Native Client provider working I am going to give up on that an go with the Microsoft OLE DB Provider for SQL Server provider.&amp;nbsp; Initially, it didn't work.&amp;nbsp; However, I think that might have been some sort of strange caching issue.&amp;nbsp; I just switched a report to the Microsoft OLE DB Provider for SQL Server provider and it did not work right away.&amp;nbsp; So I restarted the SIA and it worked!&amp;nbsp; Yeah!&amp;nbsp; Restarting the SIA did not help when I switched to the SQL Server Native Client provider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help.&amp;nbsp; &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/978/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seriously though, writing this here helped me think things through and find some workable options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Noel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 05:05:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485288#M3806566</guid>
      <dc:creator>nscheaffer</dc:creator>
      <dc:date>2014-08-08T05:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Database logon either incomplete or incorrect</title>
      <link>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485289#M3806567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though BO is 64-bit software, the parts of it that handle "classic" (i.e., not CR4E) Crystal are all still 32-bit and require 32-bit connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Dell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 13:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485289#M3806567</guid>
      <dc:creator>DellSC</dc:creator>
      <dc:date>2014-08-08T13:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Database logon either incomplete or incorrect</title>
      <link>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485290#M3806568</link>
      <description>&lt;P&gt;This is a problem for me as well with several reports that were moved to a different database.  com.businessobjects.report.web.shared.WebReportingException: The viewer could not process an event. The database logon information for this report is either incomplete or incorrect. [CRSDK00000955] ---- Error code:0 [CRWEB00000119]&lt;/P&gt;&lt;P&gt;We have dynamic parameter lists that are used to pick details of the generated report for several of the reports.  This selection list always refreshes/populates with a request to login to the database.   I've done this, used Verify Database, set Datasource Location etc.  In the Field Explorer "Edit Parameter: XXX: dialog, the "Existing" datasource list has countless numbers of datasources that have been setup.  I can't seem to find anyplace to actually edit these items and fix the database parameters up, or otherwise prune or inspect the entries.&lt;/P&gt;&lt;P&gt;Where is the editing of these datasource parameters performed at?  This is v14.1.8.2060 of Crystal Reports 2013 SP 8&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 09:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485290#M3806568</guid>
      <dc:creator>former_member784925</dc:creator>
      <dc:date>2021-12-21T09:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Database logon either incomplete or incorrect</title>
      <link>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485291#M3806569</link>
      <description>&lt;P&gt;Thanks for coming to SAP Community for answers. Please post
your question as a new question &lt;A href="https://answers.sap.com/questions/ask.html"&gt;here&lt;/A&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Since you're new in asking questions here, check out &lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;our &lt;/A&gt;&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;tutorial about
asking and answering questions &lt;/A&gt;(if you haven't already), as it provides
tips for preparing questions more effectively, that draw responses from our
members. &lt;/P&gt;

&lt;P&gt;Please note, that your post here won't be answered.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 09:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485291#M3806569</guid>
      <dc:creator>former_member751591</dc:creator>
      <dc:date>2021-12-21T09:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Database logon either incomplete or incorrect</title>
      <link>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485292#M3806570</link>
      <description>&lt;P&gt;Try using a new MS Client, the MS 2012 Native 11 client works but the latest one also works.&lt;/P&gt;&lt;P&gt;CR 2013 may not be aware of the newer/older clients so you'll have to test or upgrade to the latest SP available.&lt;/P&gt;&lt;P&gt;If you go into the the Archive section on our managed Support site you should be able to get the latest SP's for your BOE Server updates:&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/softwarecenter"&gt;SAP ONE Support Launchpad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can patch CR 2013 from here also:&lt;/P&gt;&lt;P&gt;&lt;A href="https://origin.softwaredownloads.sap.com/public/site/index.html" target="test_blank"&gt;https://origin.softwaredownloads.sap.com/public/site/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you know BOE 4.1 is end of support which is likely why you are posting here so if you can discuss with your team to upgrade to a supported version that can support the latest Clients and have the latest Security updates.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Dec 2021 20:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485292#M3806570</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2021-12-31T20:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Database logon either incomplete or incorrect</title>
      <link>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485293#M3806571</link>
      <description>&lt;P&gt;Hi Noel,&lt;/P&gt;&lt;P&gt;Thank you 8 years after you posted this I have come across same issue during a server migration and your advice of defining 32 Bit ODBC worked for me as well.&lt;/P&gt;&lt;P&gt;Thanks again for sharing your experience!&lt;/P&gt;&lt;P&gt;Appreciate it.&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 12:19:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/database-logon-either-incomplete-or-incorrect/qaa-p/10485293#M3806571</guid>
      <dc:creator>amitsdotcom</dc:creator>
      <dc:date>2022-07-29T12:19:01Z</dc:date>
    </item>
  </channel>
</rss>

