cancel
Showing results for 
Search instead for 
Did you mean: 

Sample Xtreme Database Username and password

Former Member
0 Kudos

Hello,

I have just integrated, crystal reports plugin eclipse Helios. Whenever i try to run the report or preview it, it asks for a username password, i am unable to locate, whats the username and password of this sample database. Can someone help?

BR,

Prithvi

Accepted Solutions (0)

Answers (1)

Answers (1)

Adam_Stone
Active Contributor
0 Kudos

Most of the sample reports are based on an ODBC connection, since you likely don't have this setup, and the fact that if you are using Crystal Reports for Eclipse, you can only use java based connectivity you will get a logon prompt because it is unable to find the dsn. The Xtreme database is actually an unsecured access database.

Former Member
0 Kudos

Hi Adam,

Thanks for your prompt response so in that case what i need to do because everytime i preview, it

asks me for a username and password and it is not accepting anything from my end. What should i do

to make it work. Please i apologize, i am totally new to this so unable to get through. Please advice, how

should i proceed further?

BR,

Prithvi

Adam_Stone
Active Contributor
0 Kudos

Your best bet is to create a new report based off a JDBC or other java based connectivity and use that instead of the sample report.

Former Member
0 Kudos

Dear Adam,

Thanks for your quick turn-around. Let me summarize, are you trying to say, rather then using the sample

Xtreme database, i should use some of my personal database schema.

Let me clarify, sample reports which comes bundled with the plugin are working but when i trying to use

the tables inside my sample, that is where it starts asking me the username and password.

Your advice would be highly appreciated. Looking forward to hear from you.

BR,

Prithvi

Adam_Stone
Active Contributor
0 Kudos

I would define working...it is likely you can load them, but as soon as data is attempted to be retrieved you will have issues as it cannot find the connection.

And yes, I did mean use your own database schema.

Former Member
0 Kudos

Dear Adam,

Thank you very much that you took your precious time to help me.

I have one last confusion. As we know the plugin comes up with some sample reports which we can

use in jsp to display. These reports are using Xtreme database only. When i try to run these reports

in the jsp, they are displaying properly. Even those sample reports if i preview them, they are working

fine, only my custom report is not working. Is there some special reason to it?

BR,

Prithvi