…elogs greppen

eigentlich nur für mich selbst, damit ich es nicht jedes mal neu suchen muss:

in den elogs (/fnsw/local/logs/elogs/elogYYYYMMDD) sind kritische fehler mit “[SERIOUS]” zu erkennen – danach zu greppen ist also ohne probleme möglich. allerdings steht die wichtige information erst in der zeile danach:

2007/12/31 09:26:37.532 121,0,41 INXbg -s IndexServer (4513) … [SERIOUS]
Oracle not available. (ORA-3113), (File: ../src/GDBO.c, Line 3823)

daher reicht ein normales grep nicht – aber awk kann helfen:

export R=SERIOUS
awk ‘{if ($0~/’$R’/) {print $0; n=1} else { if (n==1) {print $0; n=0}}}’ elogYYYYMMDD

Sharepoint Logging Spy

es ist mitunter ein wenig mühsam, fehler in den moss 2007 logs (die per default auf C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS\ liegen) zu finden – vor allem dann, wenn es sich nicht um eine single server installation handelt.

abhilfe schafft der sharepoint logging spy; es ist zwar noch im beta stadium, sollte aber bereits jetzt auf keiner admin workstation fehlen!

SharePoint Asset Inventory Tool

wie bereits einmal kurz erwähnt, stellen die mitunter unkontrolliert entstehenden sharepoint installationen durchaus ein problem dar. um dagegen überhaupt etwas unternehmen zu können, muss man natürlich zuerst herausfinden, wo derartige installationen vorhanden sind.

hier kann microsoft helfen ( ❗ ), und zwar mit dem SharePoint Asset Inventory:

The main purpose of the SharePoint Asset Inventory Tool is to give the IT administrator answers to a number of important questions through the generation of reports. These reports include information on:

– The servers running some version of SharePoint.
– The installed SharePoint features.
– The total number of SharePoint sites on each server.
– The total number of documents on each server.
– The total number of documents grouped by extension on each server.
– The time since the SharePoint assets in each server were last modified.
– The customized SharePoint sites and items on each server.
– The number of SharePoint lists on each server, grouped by the number of items on each list.

With this information, the IT administrator can determine which unmanaged servers have SharePoint assets on them and prioritize the order in which to bring them under IT management

hat das tool bereits jemand getestet?

MOSS 2007 Limitations

eine frage, die sich (hoffentlich) bei der planung einer einführung von moss stellt, ist die nach den limitierungen; dazu gibt es einen technet artikel sowie eine schöne zusammenfassung von bob mixon, die allerdings teilweise nicht mit dem technet artikel zusammenstimmt.

site collection => 2,000 subsites of any site is the recommended limit.
site => 2,000 libraries and lists is the recommended limit.
library => 10,000,000 documents and 2,000 items per view is the recommended limit.
folder => 2,000 items per folder is the recommended limit.

und auch das video auf channel 9 “Office SharePoint Server at Microsoft: 12TB and counting” ist recht spannend.

was sagt uns das nun? zum einen handelt es sich nicht um harte grenzen, zum anderen sehen die werte auf den ersten blick hoch genug aus… zumindest bis auf einen: 2000 items per view? das ist ja nicht gerade viel. ganz im gegenteil, das könnte echt zu einem problem werden! das muss ich mir demnächst noch näher ansehen.

Integration von SharePoint in andere ECM Systeme

egal, wie man den sharepoint sieht (ein guter artikel zur meinungsbildung: ECM und Microsoft Office Sharepoint Server) – man wird meiner meinung nach über kurz oder lang in dem einen oder anderen bereich nicht vermeiden können, dass der sharepoint als weiteres tool zum einsatz kommen wird. um nicht eine weitere insel zu schaffen, ist also der nächste logische schritt, den sharepoint server in das bestehende ecm-system zu integrieren. andrew chapman hat sich dazu bereits gedanken gemacht, und die möglichkeiten aufgelistet: Integrating SharePoint with Traditional ECM Systems – Seven reference architectures… – darauf aufbauend gibt es auch einen organizer: Eight Reference Architecture Organizer

dazu passend auch ein video:

man darf gespannt sein, was sich die anderen hersteller einfallen lassen werden.

BDC Meta Man – try Oracle, DB2, Web Services, MS Access now in Developer version

… wie bereits gestern vermutet bringt die developer version des bdc meta mans tatsächlich einige neuerungen:

Welcome to another Lightning Tools Newsletter,

Some exciting announcements this month, plus a great conference to attend!

Oracle, Web Services, DB2, Access available in Developer version
================================================================
One of the most difficult things about building and selling software is licensing. In an ideal world we could all
give our software away for free and live of Google Ads but of course we all have bills to pay and wish to put more
and more effort into making our software better. One of the most common questions we’ve had with BDC Meta Man is
the wish to try out Oracle, DB2 or Web Service functionality before purchasing a license – which up until now
hasn’t been possible.
With version 3.0.0.1 release of BDC Meta Man however you have the ability to use the free Developer version of BDC
Meta Man the same way you could with SQL Server. This means for Oracle, DB2, Web Services and MS Access you can
add entities, create an association, try out the write back web parts etc etc

So shoot over to the Lightning Tools web site and get version 3.0.0.1 of BDC Meta Man.