• user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY n.created DESC limit 5' at line 5 query: SELECT distinct n.nid, n.created, n.title, l.comment_count as totalcount FROM node n INNER JOIN node_comment_statistics l ON n.nid = l.nid ,term_node tn,term_data td WHERE n.nid =tn.nid and tn.tid = td.tid and n.type = 'forum' AND n.status = 1 and td.tid ) ORDER BY n.created DESC limit 5 in /var/www/clarizen-final51/sec/includes/database.mysql.inc on line 172.
  • user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY totalcount DESC limit 5' at line 5 query: SELECT distinct n.nid, n.title, l.comment_count as totalcount FROM node n INNER JOIN node_comment_statistics l ON n.nid = l.nid ,term_node tn,term_data td WHERE n.nid =tn.nid and tn.tid = td.tid and n.type = 'forum' AND n.status = 1 and td.tid ) ORDER BY totalcount DESC limit 5 in /var/www/clarizen-final51/sec/includes/database.mysql.inc on line 172.
  • user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY v.value DESC limit 5' at line 5 query: SELECT distinct n.nid, n.title, l.comment_count ,v.value FROM node n INNER JOIN node_comment_statistics l ON n.nid = l.nid INNER JOIN votingapi_cache v ON n.nid = v.content_id ,term_node tn,term_data td WHERE n.nid =tn.nid and tn.tid = td.tid and v.function='count' and n.type = 'forum' AND n.status = 1 and td.tid ) ORDER BY v.value DESC limit 5 in /var/www/clarizen-final51/sec/includes/database.mysql.inc on line 172.

Collaboration between organizations


Collaboration between organizations


April 20th, 2007
0 Comments
-41
points


Allowing organizations to share parts of their project data in a secure manner allows them to jointly plan and manage projects while keeping security and privacy.

For example: Software vendor <A> may have a milestone MS1 within project P1 that he would like some contractor <B> to manage for him. <A> does not wish to share all the details of project P1 with <B>, while <B> does not wish to share all the details of the plan he prepares and executes in order to deliver MS1 on time. Both project plans, of P1 and MS1, are in sync allowig both parties to work concurrently while maintaining their security and privacy.