How can conected the TSP to page web created in ASP, for get data, time control from activities, names , information of the members of team?...i want create a report around this and show in the page web...when I connect to web server, it ask me for pwd and user, then, You know, how i should to send this parameters to server ?
Thanks
Last edit: Jose G FLores R 2015-10-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you are willing to write your report as a JSP instead of ASP, the connectivity is very simple. It is described in detail (with examples and source code) at http://www.processdash.com/jsphelp
If you must connect via ASP, your ASP page will need to make a connection to a database containing the TSP team data. You could theoretically run a Team Dashboard on the same computer as your IIS server and connect to the Team Dashboard's in-memory database using the PostgreSQL wire protocol. From your question, it sounds like you might be attempting this approach right now? If so, you will need to read the ASP documentation to determine how to send a user/password when making the SQL connection. Virtually every database requires a password for SQL connections, so your the documentation for the ASP database APIs should explain how this is done. I am not an ASP developer so I can't provide any advice on this front.
I should warn that the configuration described above is likely to be fragile. A better solution would be to use a permanent database such as Microsoft SQL Server to hold team data in an Enterprise Data Warehouse. But to pursue that approach, you would need to purchase a license for the Process Dashboard Enterprise Server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can conected the TSP to page web created in ASP, for get data, time control from activities, names , information of the members of team?...i want create a report around this and show in the page web...when I connect to web server, it ask me for pwd and user, then, You know, how i should to send this parameters to server ?
Thanks
Last edit: Jose G FLores R 2015-10-07
If you are willing to write your report as a JSP instead of ASP, the connectivity is very simple. It is described in detail (with examples and source code) at http://www.processdash.com/jsphelp
If you must connect via ASP, your ASP page will need to make a connection to a database containing the TSP team data. You could theoretically run a Team Dashboard on the same computer as your IIS server and connect to the Team Dashboard's in-memory database using the PostgreSQL wire protocol. From your question, it sounds like you might be attempting this approach right now? If so, you will need to read the ASP documentation to determine how to send a user/password when making the SQL connection. Virtually every database requires a password for SQL connections, so your the documentation for the ASP database APIs should explain how this is done. I am not an ASP developer so I can't provide any advice on this front.
I should warn that the configuration described above is likely to be fragile. A better solution would be to use a permanent database such as Microsoft SQL Server to hold team data in an Enterprise Data Warehouse. But to pursue that approach, you would need to purchase a license for the Process Dashboard Enterprise Server.
Thank you so much, I didn't understand how TSP works, but now I do.
Greetings.