#clearpeople https://www.instagram.com/p/CBUNSLDH0bk/?igshid=or0fypil6wm4

seen from Italy

seen from Netherlands

seen from Türkiye

seen from United States

seen from Russia
seen from Italy
seen from United States
seen from Hong Kong SAR China

seen from Ireland
seen from United States

seen from Italy

seen from Germany
seen from Japan

seen from United States

seen from Morocco
seen from United States
seen from United States
seen from Germany
seen from China

seen from Netherlands
#clearpeople https://www.instagram.com/p/CBUNSLDH0bk/?igshid=or0fypil6wm4
Business Intelligence Event: Thursday April 18th
Microsoft and ClearPeople are proud to co-present this upcoming seminar on Business Intelligence at Microsoft’s office at Cardinal Place in London on Thursday April 18th from 9:30am - 1pm.
Learn how to use BI on SharePoint 2013 in the Cloud using Windows Azure.
See a live demo of SharePoint 2013 PowerView in Azure IaaS using AdventureWorks and Power Pivot in Excel 2013.
Hear how SEGA has implemented BI into their organisation and are now reaping the benefits.
Achieve the full potential of your numerous line-of-business systems and learn how to use SharePoint as a central hub to manage them all.
We will find ways for your company to increase profitability and increase efficiency in these challenging times.
We guarantee that you will learn something new.
Quiz Microsoft BIS, SQL and SharePoint experts with any questions you may have.
Network with like-minded industry professionals and ClearPeople's BI & SQL experts
It is free to attend.
You'll get a free breakfast - score!
And most importantly - people love our events! Don't just take our word for it; check out some comment from previous attendees here
For those who attended our last event, you’ll know how quickly these seminars fill up.
Space is limited, so please register now to secure your place.
Please visit our website for more information: www.clearpeople.com/events
ClearPeople Free Event: Business-Critical SharePoint - December 4, 2012
How to save money and increase efficiency with your business-critical SharePoint applications - plus get a glimpse of SharePoint 2013 and much more!
Register now and join us at Microsoft’s office on Tuesday December 4 to take part in this exciting event.
Why attend this ClearPeople SharePoint event? “Why should I spend the morning away from my desk” I hear your ask… Good question. In these challenging times we know how difficult it is spend time out of the office to attend events such as this. And we completely understand. You are time-poor and need to focus on your business, to generate revenue, and to service your customers.
So why should you invest the time to attend our exciting SharePoint event? Let me spell it out for you in some quick, punchy bullet points…
Achieve the full potential of you numerous line-of-business systems and learn how to use SharePoint as a central hub to manage them all.
See a real life example of our latest project delivery for The Crown Estate using SharePoint and Azure.
Be one of the first to see a preview of SharePoint 2013.
We guarantee that you will learn something new.
We will find ways for your company to increase profitability and increase efficiency in these challenging times.
Quiz a Microsoft BIS and SharePoint expert with any questions you may have.
Network with likeminded industry professionals and ClearPeople’s SharePoint experts.
You’ll get a free breakfast – score!
And most importantly - people love our events! Don’t just take our word for it; check out some comments from previous attendees here
The event is free to attend, but places are limited - so sign up now!
Who should attend? This specialised SharePoint event is designed for IT directors, IT professionals and business decision makers who want to increase ROI and efficiency in their business.
Event Agenda: 09:00 - 09:30 - Registration 09:30 - 10:00 - Introduction: Are all Portals Useless? 10:00 - 10:30 – Business-Critical SharePoint: How the Pieces Fit Together 10:30 - 11:15 - Breakfast/Networking 11:15 - 12:00 - Client Case Study – The Crown Estate 12:00 - 12:30 - Getting a glimpse of SharePoint 2013 12:30 - 12:45 - Q&A with a Microsoft Representative 12:45 - 13:00 - Summary and Close
Event Details: Where: Microsoft Office, 100 Victoria Street, London, SW1E 5JD. See Map (Nearest Tube Station: Victoria) Date: Tuesday, December 4, 2012 Time: 9:00am - 1:00pm Cost: Free of charge; includes free breakfast RSVP: November 20, 2012
Have any questions? If you would like some more information on this event, or feel like talking to one of ClearPeople’s SharePoint experts, please give us a call on 020 3376 9500 or drop us a line on [email protected]
Register now to book your place at this free event. Spaces are limited, so get in quick to avoid disappointment.
ClearPeople Business-Critical SharePoint partner video
A little bit of shameless self-promotion here, but we felt the need to spread the love and disperse this snazzy video clip outlining the benefits ClearPeople offer as a Microsoft Business-Critical SharePoint partner. Enjoy!
http://youtu.be/6UCRln7AwxU
Sitecore Advanced System Reporter
I recently found a good, open source reporting framework, ready to install on the Sitecore Shared Source Modules, called Advanced System Reporter.
ASR is a framework which allows creating many types of reports in a very short time, such as:
Get the Alias of an Item
Audit users Actions
Find broken links
Find broken link in publishable items
Expired media items
Item History
Items with invalid names
Items with security for an account
Links
Locked Items
Login errors
Logged In users
Multiple Versions
My owned Items
Not recently modified
Orphaned media assets
Owners of items
Workflow history
Items recently modified
Search with regular Expression (regex)
Renderings
Stale workflow items (Items in a workflow status for a long time)
Validation Errors
I will now explain how this module works, how to configure a scheduled task and how to send an email showing the list of items that have been modified during the past week. Install the module
You’ll find a ready-to-use Sitecore module by clicking the link above. You just need to run the installation Wizard (on Sitecore Desktop), upload the zip file and follow the wizard to the end. Keep in mind that according to the module’s documentation, this module needs Sitecore CMS V6.0, v.6.4.1, or v.6.5
Setup and test
By default, you’ll find a link to the application under main menu à All Applications à Reporting Tools.
This tool lets you configure, run, export and save previously generated reports. We’re going to use the report “Recently modified”, so let’s click on the Open button (upper left corner) and select the appropriate item.
We have to choose the root item, usually “content\home”, because we want to get the modified items. Now just press “Run” on the top menu bar and there is our list of modified items. If you’re an admin, it is possible to export all that valuable information as a .csv, .xls (or html file, but with a Microsoft Excel extension), or .xml by clicking on the button “Export”.
Once our report is ready, we only have to save it, so it can be run selecting the parameters manually. But what happens behind the scenes? By default, all the preconfigured items are stored under “/sitecore/system/Modules/ASR/Reports”. Now, the application has saved our “report” as a child of the “/sitecore/system/Modules/ASR/Reports/Recently Modified”, using the template “/sitecore/templates/System/ASR/Saved Report”. So, what we’ve saved is not a report, just a “report parameter set” associated to a report.
Set up the task to be done by the scheduler
In order to have the schedule execute the task, we need a specific item. The ASR comes with a template to simplify this task under “/sitecore/templates/System/ASR/Report Email Task”.
So, let’s select the commands folder under “/sitecore/system/Tasks”, right click and “Insert à Insert from template”, on the next window, we have to choose the mentioned item “/sitecore/templates/System/ASR/Report Email Task”. We must fill the fields under the “report Email section”.
Active: If the report must be executed.
To, Subject and text: The properties of the email to be sent.
Send if empty: By default, the application won’t send the email, if after running the report, it returns 0 items. If you want to send the email anyway, mark this option.
Report: Here we can choose all the reports we need on the same email. Notice, it will only run “Saved Reports” because you can’t run reports without parameters.
Save it and the task is ready.
Schedule the task
The specific ASR steps are done. Now we only need to set up the default Sitecore Schedule Item. Select the “Schedules” folder under “/sitecore/system/Tasks/Schedules”, right click à Insert à Insert Schedule.
On the Command field, choose the command created in the previous step.
On the Schedule field, we set up when to run the command. This field is a bit strange: I will explain it with an example. In the value ||127|23:59:59 each “|”, is a separator; the first value, is blank and would normally be the first day to run the task in yyyyMMdd format. The second is the last day; again, this is blank because it means the task will be executed indefinitely. The third one is the day of the week, 127 means every day. Why? 1=Sunday, 2=Monday, 4=Tuesday, 8=Wednesday, 16=Thursday, 32=Friday, and 64=Saturday, so everyday =1+2+4+8+16+32+64=127, and the fourth parameter is the minimum interval between invocations. 23:59:59 means once a day. Obviously, the report will not be executed at exactly the same time every day, but this is the best approach. If we try to use 24:00:00, the system will translate it to 00:00:00, so the task will be executed every second. That’s it; Sitecore will run the report and send the result via email, once a day.
You can read more about scheduling a task on Sitecore here.
Advanced configuration
At this point, you may have realised that the report will send you the email with the items modified since any given day we chose, but what if we want the items modified yesterday or last week? Well, this is possible too.
We have to modify the “Saved report”, so let’s go to: “/sitecore/system/Modules/ASR/Reports/Recently Modified” and click on the item created in step 3. There’s only one field, with all the parameters of the report separated by the character “^”. Find the parameter AgeISO and replace the value with one of these variables:
$sc_lastyear
$sc_lastweek
$sc_lastmonth
$sc_yesterday
$sc_today
$sc_now
A framework, why?
The application comes with 23 preconfigured reports, but we can create as many records as we want, adding filters, parameters, scanners, viewers, etc., so we have the tools to easily create our own custom report. How do you do this? Well, maybe this is for another blog post.
Some reports are not working: why?
First, check your logs and look for something like “WARN ASR: cannot assign value to property…”. If you find this error you’re lucky since these errors are easy to fix.
The module is using Sitecore utilities to set the attributes of the different configuration items as filters, scanners, etc. Those elements have the assembly, class and attributes, configured on Sitecore fields for this purpose.
If you open the filter /sitecore/system/Modules/ASR/Configuration/Filters/Audit, you’ll see the field “Attributes”, with this value: “verb={Verb}|user={User}”. This means that the code is going to try to set the attribute “verb” and the attribute “user”, of one object of type “AuditFilter” (namespace: ASR.Reports.Logs), but if you check the code (Downloading the code, or with a decompiler like “Telerik just decompile”), you’ll see that this type has two properties: “Verb” and “User”. So, as you would expect the method “Sitecore.Reflection.ReflectionUtil.SetProperty” is not able to find the property “verb” and “user”.
The solution: edit the ‘attributes’ field in the sitecore item, change the first letter of the parameters to uppercase and save. Your report will now run properly.
Feel free to ask me any questions or leave me a comment in the box below.
Contributed by: Vicent Galiana