Popular Posts

Recent Posts

SQL error “SSIS Error Code DTS_E_PRODUCTLEVELTOLOW” fix

On test environment I have executed an SQL Server Integration Services Package and I’va got the error: SSIS Error Code DTS_E_PRODUCTLEVELTOLOW. The component “Lookup My Cities” (64) cannot run on installed (64-bit) of Integration Services. It requires Standard Edition (64-bit) or higher. End Error As it turned out, service SQL Server Integration Services wasn’t installed […] Read more»

SQL and databases

Save WSP file from SharePoint Farm

It’s very important for SharePoint administrator to have all actual WSP-files of custom SharePoint solutions. Developers often make new builds and administrator installs it in test environment, then in productive one. All the WSP-files are usually stored in a special place. Read more»

SharePoint

Execute commands on Remote machine using Windows PowerShell

If you are an administrator of several servers, I don’t think you want to execute PowerShell script on each server manually, especially if you have 20 or more servers. Since PowerShell 2.0 you can execute commands on remote computers using PowerShell via WinRM (Windows Remote Management) service. Read more»

Windows

Paused workflows in SharePoint Timer Job Fix

Strange picture – in Central administration of SharePoint 2010 I saw that Workflow job status is “pending” already for a long time. The first thing that came to my mind was to restart SharePoint 2010 Timer in services, but there was no result. Read more»

SharePoint