cancel
Showing results for 
Search instead for 
Did you mean: 

Setting DSN name, userID and password for JDBC connection!!

Former Member
0 Kudos

Hi all,

I have used JRC in my java program to export a report to pdf.

In that i didn't set any DSN name. Now i need to give that,userID and passwords too.

I am not able to use the DSN name. How to do it.

Thanks in advance.

Saravanakumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You will need to set the server name either in the report itself or at runtime through the SDK.

For your userid and password, if you are exporting directly without viewing, you will need to set them through the SDK; if you are viewing first and then exporting, as long as you don't have saved data in your report you will be prompted by the viewer first for your user name and password, after which you can export the report.

If you need further information, you can find sample applications in the Business Objects portal on SDN, or developer documentation on http://boc.sdn.sap.com

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Saravana

Do you want to set the userid and password for the report through JRC SDK?

Can you please ellaborate on exactly what is your requirement.

Thanks

Soni