Forum Discussion
PnP Partner Pack v. 2.0
Hi,
The ScheduledJob have to be scheduled following the instructions provided here (https://github.com/SharePoint/PnP-Partner-Pack/blob/master/Documentation/Manual-Setup-Guide.md#publishing-the-scheduledjob-using-a-minute-schedule). Have you done that?
About the ContinuosJob, it works based on messages queued in the blob storage queue that you create following this step (https://github.com/SharePoint/PnP-Partner-Pack/blob/master/Documentation/Manual-Setup-Guide.md#azureblob). Can you see the queue? Can you see any pending message in the queue? You can use tools like Microsoft Azure Storage Explorer (http://storageexplorer.com/) to inspect the queue.
Hi Paolo Pialorsi,
thank you very much again.
Long story short, it was something with my VM and it's Visual Studio. I kept building "funny" builds that would throw errors left and right primarily due to wrong references in the build.
Eventually I tried on a different machine and simply by restoring the nuget packages, I got it all working properly. So yes, the provisioning process now works:)
Thanks again.
One small note, in your Youtube guide you don't mention the scheduler job part that you wrote above, so previously I didn't do that (however I had other bigger issues). Now I've completed that too and all seems shiny. Now I need to start customizing and figuring out what the options are :)
- Feb 24, 2017
Hi,
We've just released a new Setup Wizard tool for the PnP Partner Pack. You can find it in "preview" in the DEV branch of the PnP Partner Pack. Maybe you want to setup the project using that tool, instead of doing a manual setup. JFYI.