SharePoint

Delete SharePoint Timer job

SharePoint 2016 Logo

You can delete timer job only with PowerShell. Why? I guess you know why 🙂 The most popular reason is the duplicating of timer jobs. To delete a timer job, you need to know the ID. And you can get it also with PowerShell or with GUI. Read more»

SharePoint

SharePoint List Template ID Reference

SharePoint 2016 Logo

Its’s more and more complicated to find information about SharePoint. I don’t really know why it’s so. That’s why I often write down the references and examples. Today I tried to remember how to create a SharePoint list with PNPJS and there’s a parameter which template you will use. Read more»

SharePoint

Fix the error Transaction log for database ‘SP19_Config’ is full due to LOG_BACKUP

SharePoint 2016 Logo

When I executed Update-SPSolution command in PowerShell  to update  one of WSP-solutions, I got the error, that ‘LOG_BACKUP’ is full “Update-SPSolution : Das Transaktionsprotokoll für die ‘SP19_Config’-Datenbank ist aufgrund von ‘LOG_BACKUP’ voll”. In English versions of SharePoint the text of the error can be like this “The transaction log for database ‘SP19_Config’ is full due […] Read more»

SharePoint

Popular Posts