I am pretty new (and even that is an over statement…) to the SharePoint 2010 which is installed on SQL Server
I have been tasked with finding the way to set new sites (sub-sites?) in SharePoint 2010 based on a template created by somebody else. I understand that this template is a .WSP file. And the requirement is that this should be done with no user input/actions (no clicks, selections, choices, etc). What I mean by that is – there will be a job running at night and if certain Projects (from Oracle data base) meet some criteria, new sites in SharePoint 2010 should be created for those Projects (auto-magically) using the .WSP file as a template.
I already have the ‘main’ SharePoint site, and the Projects ‘sub-sites’ should be under the ‘main’ site.(that’s the terminology I use, but if that’s wrong, please correct me)
To my disposal I have (and can write the night job in):
Stored Procedures in Oracle PL/SQL
Visual Basic 6.0 (classic)
(Visual Studio) VB.NET 2008 or 2010
(anything else I should be looking at?)
Any help of where to start will be greatly appreciated.
Have fun.
---- Andy