Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Problem between SQL Server and Crystal 9.2

Author  Topic 

Aamir
Starting Member

14 Posts

Posted - 2004-07-01 : 03:37:51
I am facing a problem with SQL Server and Crystal Reports 9.2. I have created a report based upon a view. When i run program from VB it show following message.

Logon Failed
Detail: ADO Error Code 0x80040e4D
Source: Microsoft OLE DB Provider for SQL Server
Description: Logon Failed for user sa
SQL State: 42000
Native Error: 18456

When i run the same report made in crystal 8 it works without any error. I will be appreciated for the solution.


SoftGuru

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2004-07-01 : 03:55:15
For a start you shouldn't be using sa really...

Sounds to me like you have a permissions issue, would be when you set up the OLEDB driver in Crystal.. If possible, try using integrated security...
Go to Top of Page

Aamir
Starting Member

14 Posts

Posted - 2004-07-01 : 07:00:21
Hi,
i have already tried it but still the problem is same. But when i omit the sql server password sa. The report run with no error. But for me password is necessary for security reasons.

what is ur opinion in this case. greatelly appreciated....

SoftGuru
Go to Top of Page
   

- Advertisement -