PCN

Embed Size (px)

DESCRIPTION

PCN

Citation preview

requirements *Farm ADM sharepoint Server Access *Folder PCN Setup and files copied to server ( wsp > .dat > PS scripts )Steps1- Install the Abb_PCN_CCRGeneratorActivity.wsp feature - custom feature that control contract auto generation in workflow processAdd-SPSolutionInstall-SPSolution Identity Abb_PCN_CCRGeneratorActivity.wsp -GACDeploymentUpdate-SPSolution -identity Abb_PCN_CCRGeneratorActivity.wsp -gacdeployment -force2 - create SQL content DBWSS_Content_????_PCNNew-SPContentDatabase -Name [WSS_Content_????_PCN] -DatabaseServer [ServerName] -WebApplication http://[webappname]3- restore the site collection APP*Restore site collection APP Restore-SPSite -Identity http://[webappname/sites/????_PCN] -Path D:\folderdat\BRPS_PCN_20140826_1645hs.dat -DatabaseServer [sqlservername] -DatabaseName [WSS_Content_????_PCN]4-Here in Brazil we have a external SQL table that contains Division SAP Projects information (interface).We access that in infoPath form to dropdown list of projects when a PCN register is inserted. This form use a UDC connection file stored inside the PCN site Collection at SQL Data Library (SAP_PROJECT_WBS_LEVEL_1_BRPS.UDC)To change this connection you just need to change the UDC file and aproved at SQL Data Library.If its not necesary this interface you can create a Project list inside Sharepoint PCN and change the InfoPath form dataSource in Project drop down.5-External SQL table Projects SAP sctrucuture UDC selectselect "SAP_Project_Code","SAP_Project_Princ","Project_Description","Project_Id_Desc" from "dbo"."SAP_PROJECT_WBS" as "SAP_PROJECT_WBS" WHERE WBS_LEVEL = 1 AND Profit_Center LIKE 'BRPP%' 6-Security Level ( sharePoint Groups )PCN members ( project managers)OPM Operations Manager ( OPM aproval group)LPG Product Group Manager (LPG aproval group)PCN Owners ( IS ADM group)