Configure Crystal Report Server with Lotus Domino?

EnvironmentDomino Server

Windows XP

Ip : 10.10.20.29

Server name: document/Hovon

Admin Id

User name: admin

Password: password

Crystal Report Server R11

Windows Server 2003 SP 1

Server name: sharepoint

Ip : 10.10.20.17

Machine Admin

User name : Administrator

Password: password

Crystal Report Server R9

Windows Server 2003 SP 1

Server name: arcseve

Ip : 10.10.20.32

Machine Admin

User name: Administrator

Password: password

I follow the steps and the report cannot be previewed correctly, what wrong will my steps?

  1. Install Crystal Report Server R9 or R11

  2. Install Notes Client

  3. Install NotesSQL 3.02 (ODBC Driver for Notes Database)

  4. Copy admin.id of Domino Server to Crystal Report Server lotus notes directory

  5. Set up NotesSQL Authorization List Manager

    • notes.ini directory set to louts notes client notes client directory

    • notes user name set to admin.id

  6. Configure ODBC Connection to Domino Server in Crystal Report Server

Remark: NotesSQL Options: has tried to the case Add User of admin/Hovon

  1. Copy the report format to Crystal Report Server

Crystal Report Server 9- C:\Program Files\Crystal Decisions\Report Application Server 9\Reports

Crystal Report Server 11- C\Business Objects\ Business Objects Enterprise 11\Web Content

  1. Set the virtual directory in IIS

Crystal Report Server 9

Name: crystal

Path: C:\Program Files\Crystal Decisions\Report Application Server 9\Reports

Crystal Report Server 11

Name: crystal

Path: C\Business Objects\ Business Objects Enterprise 11\Web Content

  1. Open the report format by Crystal Report Designer and preview the data, it works fine

  2. Install the ActiveX Viewer at client

  3. In Domino Application, add a button to prevent the report. It should launch a viewer to prevent the report, however it becomes to lanuch the attachment instead.

The code for the button:

var report = new String();

report = “http://10.10.20.32/crystal/DiscrepancyReport.rpt?apsuser=Administrator&apspassword=password&apsauthtype=secEnterprise&user-ESLPDCM.=admin/Hovon&password-ESLPDCM.=password&sf=Length({_Report_Queue_By_IPROD_.IPROD})>=1”

//search report by Item ID

if (document.forms[0].TRIIDF.value!=“” & document.forms[0].TRIIDT.value!=“”){

report = “http://10.10.20.32/crystal/DiscrepancyReport.rpt?apsuser=Administrator&apspassword=password&apsauthtype=secEnterprise&user-ESLPDCM.=admin/Hovon&password-ESLPDCM.=password&sf={_Report_Queue_By_IPROD_.IPROD}in’“+document.forms[0].TRIIDF.value+”‘to’“+document.forms[0].TRIIDT.value+”'and+Length({_Report_Queue_By_IPROD_.IPROD})<=”+document.forms[0].TRIIDT.value.length+“+and+Length({Report_Queue_By_IPROD.IPROD})>=”+document.forms[0].TRIIDF.value.length;

}

//report = “http://172.19.3.69/crystal/TraceReport-Import.rpt?sf={_Rpt_TracingReportIm_._9}in’“+document.forms[0].DRIID1.value+”‘to’“+document.forms[0].DRIID2.value+”'”;

//alert(report)

window.open( report, “CR_Report”, “resizable” ).focus();

Subject: Configure Crystal Report Server with Lotus Domino?

I am curious on this ;

I have worked with Crystal and Notes since version 7 on Crystal.

We are currently running XI R2 on the Enterprise Server and 7.0.2 on Domino. The install process I do is Instal Notes first and make sure that notes is installed to the root directory. Do not let it go to the Program Files Directory. Then install Crystal - it will see the Notes Connector and you will not have to build an ODBC Connector for notes.

I am curious over this being a button to link Notes Applications and the CE Server. Did you get this work ? and is the code above the actual example for this process

Thank You Sue Bemiller