Agusto Xaverius P Sipahutar

Job:Making some bugs and patch
Moss/Wss,C#,Sql Server,WWF,K2.BlackPearl
Motto : Keep Study and study
See also: Other Geeks@INDC

News




MCP Logo
MCTS Logo

MCP ID# 3542391

My Curiculum Vitae


Agusto Xaverius P S's Facebook profile

Other Article

My Community

My Article/Share Knowledge

Others Moss/Wss Site

My Other Website/Blogs

My Share (Ebook,etc)

April 2010 - Posts

Installation SharePoint 2010 RTM on Windows 2008 x64 Stand Alone

Mengikuti bro Sonny membuat memposting mengenai installasi SharePoint 2010 RTM (http://geeks.netindonesia.net/blogs/sonyse/archive/2010/04/25/installing-sharepoint-2010-rtm-in-windows-7-only-x64-bit-sony.aspx ).

Saya pun mencoba melakukan installasi juga tetapi yang saya lakukan di Virtual Box dengan operating system Windows 2008 x64 Stand Alone (tanpa join domain maupun active directory di dalamnya)

Apa saja yang saya lakukan :

1. Install Window 2008 with SP2

2. Add Role IIS

3. Install SQL 2008 R2 CTP (bisa download di sini)

4. Install all prerequisites

5. Install SharePoint 2010 RTM

Ada hal yang berbeda dengan SharePoint 2010 di bandingkan dengan SharePoint 2007. Di SharePoint 2007 installasi tidak ada perbedaan antara Window Stand Alone atau Windows Join domain. Sedangkan di SharePoint 2010 kita akan mengalamai error seperti pada gambar dibawah ini :

install sharepoint 2010 - 03 -SharePoint Installation 041 wizard error

Jadi untuk mengatasi hal ini ternyata kita harus menggunakan SharePoint 2010 PowerShell console. Kita harus membuat 2 database yang harus di miliki oleh SharePoint.

Sintaks pembuatan database itu sebagai berikut :

PSCONFIG.EXE -cmd configdb -create -server namacomputername -database sharepoint_config -user namacomputername\administrator -password ******** -passphrase ********
-admincontentdatabase sharepoint2010_admincontent

dan akan mendapatkan hasil sebagai berikut :

SharePoint Products Configuration Wizard version 14.0.4514.1009. Copyright (C) Microsoft Corporation 2010. All rights reserved.

The specified user neilhw2k8r2\administrator is a local account.

Local accounts should only be used in stand alone mode.

Setelah database telah terbentuk, lakukan kembali SharePoint Configuration dan jangan pilih diconnect dengan database yang sekarang dan lakukan hal lainnya sesuai dengan step step yang di minta oleh installasi.

Share this post: | | | |
Problem to reinstallation Reporting Services 2008 Addins For Sharepoint

Kasus ini terjadi di kantor saya dimana kami memutuskan untuk melakukan uninstall SharePoint and install kembali dengan database yang berbeda.

Segala hal telah kembali normal, dan beberapa site sudah bisa di migrasi ke server tersebut dan beberapa komponen third party pun sudah berjalan dengan baik. ahhh leganya.

Tetapi pada saat saya mau menginstall Reporting Services 2008 addins dan memang pada waktu itu sudah terinstall akhirnya saya melakukan uninstall dulu komponen tersebut dan setelah itu install kembali. Tetapi yang terjadi adalah installasi selalu gagal walaupun sudah saya restart server.

Dan akhirnya saya menemukan article ini  http://msdn.microsoft.com/en-us/library/aa905871.aspx pada title How to Install Reporting Services Add-in in Files-Only Mode.

Saya ikuti step yang ada disana yaitu :

1. Run As command console

2. Run rsSharePoint.msi SKIPCA=1 (rsSharePoint.msi atau rsSharePoint_x64.msi)

3. Run command console dan change di directory ke  folder temp %temp%. (nb: \Documents and Settings\<your name>\LOCALS~1\Temp)

4. Run rsCustomAction.exe /i

5. GUI installation akan guide penginstallan reporting services 2008 addins

6. Maka dapat dilihat akan ada setting reporting services addins di sharepoint central admin

SSRS-configuration_32_CheckApplicationMngmtTab

Share this post: | | | |
Posted: Apr 24 2010, 09:20 PM by agusto | with no comments
Filed under:
How to disable logging in Windows SharePoint Services V3

WSS V3 out of the box has extensive logging activity, Logs can be usually found in this directory and tend to grow significantly over time:   C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS

If you are running WSS V3 in a developement environement or in a VPC and want to optimize resources, you can disable logging activity by doing the following:

  • Go to WSS V3 Central Administration -> Operations -> Logging and Reporting

  • Click on Diagnostic Logging

    1. Customer Experience Improvement Program: select No, I don't wish to participate

    2. Error Reports: select Ignore errors and don't collect information.

    3. Trace log: clear the entire Path.

    4. Click OK

  • Click on Usage Analysis Processing

    1. Uncheck Enable logging

    2. Click OK

  • Click on Information Management Policy Usage Reports

    1. Uncheck Enable recurring policy usage reports

Please remember that once you have disabled logging it will be impossible to troubleshoot any PS nor WSS errors. This is not a recommended setting for any production system!

Share this post: | | | |
Posted: Apr 03 2010, 03:10 AM by agusto | with 1 comment(s)
Filed under:
Error When Register Database To The Site At Web Central Administrator SharePoint

image

If you got this message when register database. So the only solution is you have using STSADM command console from SharePoint Command.

This detail for that command :

stsadm.exe -o addcontentdb
           -url <url>
           -databasename <database name>
           [-databaseserver <database server name>]
           [-databaseuser <database username>]
           [-databasepassword <database password>]
           [-sitewarning <site warning count>]
           [-sitemax <site max count>]

Share this post: | | | |
Posted: Apr 02 2010, 05:58 PM by agusto | with no comments
Filed under: