Crystal Reports

S

sdibello

Hi All,
I have a windows application. I've built a report section that
fills typed datasets and builds crystal reports off those datasets.
They work fine on my local dev machine, however on other machines I get
a Logon error, and a prompt appears. Anyway ever seen this before?

Thanks
 
M

Michael Nemtsev

Hello (e-mail address removed),

How do u deploy your app to that machine?

s> Hi All,
s> I have a windows application. I've built a report section that
s> fills typed datasets and builds crystal reports off those datasets.
s> They work fine on my local dev machine, however on other machines I
s> get a Logon error, and a prompt appears. Anyway ever seen this
s> before?
s>
s> Thanks
s>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
S

sdibello

I am building a .msi through a set up project. The Crystal reports
dependency has been detected in the install. The .rpt files are hand
included in the setup project.
 
P

PH

Have you tried?

ReportName.SetDatabaseLogon("user", "password")

Good luck!


-----Original Message-----
From: (e-mail address removed) [mailto:[email protected]]
Posted At: Tuesday, March 07, 2006 12:10 PM
Posted To: microsoft.public.dotnet.languages.csharp
Conversation: Crystal Reports
Subject: Crystal Reports

Hi All,
I have a windows application. I've built a report section that
fills typed datasets and builds crystal reports off those datasets.
They work fine on my local dev machine, however on other machines I get
a Logon error, and a prompt appears. Anyway ever seen this before?

Thanks
 
M

Michael Nemtsev

Hello (e-mail address removed),

What about connection to DB? Where and how u perform connection ?

s> I am building a .msi through a set up project. The Crystal reports
s> dependency has been detected in the install. The .rpt files are hand
s> included in the setup project.
s>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
R

Red2

I'm not connecting to the database at all. I'm using a dataset return
from another class.
 
M

Michael Nemtsev

Hello Red2,

As i understand the prompt to the other machine appeared? (domain&username/pass)
?!
I've met with that behaviour too, but couldn't overcome in neat way. (for
WS2003 you can add that comp to the trust list in IE)

R> I'm not connecting to the database at all. I'm using a dataset return
R> from another class.
R>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top