I am very confused with licenses.
We are planning to develop crystal report in XI developer. We don't need security, scheduling etc. because we use our application security.
We want to copy .rpt file on our IIS server with windows 2003.
Our internal end user goes on our intranet and executes the asp page which calls corresponding .rpt file through the following code in asp page.
Set session("oRpt") = session("oApp").OpenReport(basePath & "Final_Net_Revenue_Corporate.rpt", 1)
Do I need any additonal server license other than XI developer to excute an already developed report on server? If yes, then what kind of license do we need to achieve this.
We have 200 employees accessing our web application on our intranet and have maximum 20 to 25 concurrent users.
Thanks in advance.
We are planning to develop crystal report in XI developer. We don't need security, scheduling etc. because we use our application security.
We want to copy .rpt file on our IIS server with windows 2003.
Our internal end user goes on our intranet and executes the asp page which calls corresponding .rpt file through the following code in asp page.
Set session("oRpt") = session("oApp").OpenReport(basePath & "Final_Net_Revenue_Corporate.rpt", 1)
Do I need any additonal server license other than XI developer to excute an already developed report on server? If yes, then what kind of license do we need to achieve this.
We have 200 employees accessing our web application on our intranet and have maximum 20 to 25 concurrent users.
Thanks in advance.