Perbaikan Aplikasi Blackberry TTS Kompas, Upgrade ke Versi 1.2.1

Beberapa minggu lalu, kami menyadari beberapa bug yang timbul dan fitur yang kurang sempurna dengan Aplikasi Blackberry TTS Kompas. Aplikasi ini merupakan sebuah teka-teki silang yang dapat anda mainkan di perangkat genggam Blackberry anda.

Berhubung aplikasi ini akan digunakan oleh Kompas pada event Kilau Ramadhan 2012, akhirnya kami putuskan untuk memperbaiki dan memperkaya aplikasi ini.

Di Kota Bandung, kami menemui dua orang pengembang aplikasi ini yang baru saja diwisuda, Ecky Putradi dan  Dimas Tri Ciputra. Aplikasi TTS Kompas di Blackberry ini lahir dari ajang kompetisi KIAD yang diselenggarakan Kompas.

Sekarang, aplikasi TTS Kompas di Blackberry sudah mendapat perbaikan dan mencapai versi 1.2.1 yang kami rasa sudah cukup baik untuk dijalankan sebagai teman mudik. Untuk menjakankan aplikasi ini ada persyaratan minimum yang harus dipenuhi, paling tidak BB OS yang anda gunakan adalah versi 5.0.0 keatas dan pastikan anda berlangganan paket data (internet).

Dari tanggal 12 – 26 Agustus 2012, anda dapat memenangkan Grandprize perangkat Blackberry. Lebih lengkapnya bisa dilihat di berita Kompas tekno berikut

‘Yuk, Isi TTS Kompas di Blackberry‘.

Aplikasi ini bisa anda unduh di BB App World atau ‘menembak’ QR Code pada materi promosi yang anda temukan di flyer atau Koran Kompas. Untuk mendapatkan pengalaman menggunakan QR code, pastikan handphone anda terinstall komponen java i-nigma dan sejenisnya.

Sebenarnya masih ada beberapa hal yang kami sadari perlu dibenahi, tetapi untuk mengejar tenggat waktu, beberapa fitur yang minor kami tunda dahulu.

Jika ingin ‘membunuhwaktu dan berkesempatan mendapatkan hadiah menarik di bulan puasa/lebaran tahun 2012 ini, silahkan unduh Aplikasi TTS Kompas di Blackberry. Mainkan dan siapa tahu anda beruntung mendapatkan hadiah yang menarik.

Oh , iya segala masukan dan saran akan sangat berguna bagi team pengembang..

Selamat menunaikan ibadah puasa, selamat merayakan Idul Fitri, mohon maaf lahir dan batin..

WSS 3.0 content cannot be crawled by WSS 3.0 Search Service or Search Server 2008

Problem:

Suddenly, after detached and re-attached  a WSS 3.0 content database , the WSS 3.0 search service or Search Server 2008 Express (SS2008E) cannot crawl the portal anymore.

So i began to refresh the service and repopulate the search index by performing these  steps:

  1. Redefined Alternate Address Mapping (AAM)
  2. Reset all  Search Server 2008 Express crawled content
  3. Restarting the WSS 3.0 search service and timer
  4. Restarting the IIS web service.
  5. performing a full index : STSADM.exe” -o spsearch -action “-fullcrawlstart” “

But still, nothing happen, the search action resulting an empty page.

Now, i look up at the server’s  Event Viewer > Application  Log , and i found this message:

Event Viewer > Application

Event Type:    Warning
Event Source:    Windows SharePoint Services 3 Search
Event Category:    Gatherer
Event ID:    2436
Date:        05/05/2009
Time:        0:29:03
User:        N/A
Computer:    WSSPORTAL1
Description:
The start address <sts3://WSSPORTAL1/contentdbid={33c8b862-f79b-42d1-8f8a-2ed0f2e1f984}> cannot be crawled.

Context: Application ‘Search index file on the search server’, Catalog ‘Search’

Details:
The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly.   (0x80041200)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Cause:

After hours of searching and trial attempt to fix the problem…

finally i found the cause for the problem.

If your server running WSS 3.0 portal application, the default (start) sites address is located next to the “sites” url, such as:

http://WSSPORTAL1/sites/mysite

so there’s a big possibility that this URL :

http://WSSPORTAL1/

is empty , or resulting an error page.

Resulting :

The WSS 3.0 and SS2008E Search service cannot validate  the http://WSSPORTAL1/ address,  so it’s stop from crawling the root URL (/sites/../…etc)

Solution (workaround):

  1. Modify the registry, or
  2. Create a WSS 3.0 blank site at http://WSSPORTAL1/ (recommend)

And..boom.. it work..

Sharepoint Service 2.0 and SharePoint Portal 2003 BUG!

In my opinion, Sharepoint Portal Server 2003 (SPS 2003) is a superb! Content Management System (CMS) and Collaboration Portal for Intranet. It’s build (runs) on top of Windows Sharepoint Service 2.0 (WSS 2.0). It’s very suitable for Knowledge Management. You can throw almost any kind of document, collaborate and find it again just a second.

BUT NOW, there are few annoying BUG!

Usually , Installing service pack for WSS 2.0 and SPS 2003 is a very easy task and without a problem. BUT there’s unexpected side effect when Intalling WSS 2.0 Service Pack 3.0 and SPS 2003 Service Pack 3.0. Suddenly Rich Text Editor feature in Content Editor webpart didn’t work.

There’s an IE Script Error with message that says ‘Cannot open the Rich Text Editor’. It occurs on Internet Explorer 6 (IE 6) and IE 7. Both on Windows Vista and Windows XP.

After googling from diffrent source there’s a solution for part of the problem (NOT ALL THE PROBLEM!!):

First, modify the “Server Side”

Step 1: Edit “ows.js” file (back up first)

Path: C:Program FilesCommon FilesMicrosoft Sharedweb server extensions60TEMPLATELAYOUTS1033

look for the this method: PortalPinToMyPage

After this insert following javascript code:

function RenderActiveX(str)
{

document.write(str);
}

Step 2:Edit “htmledit.aspx” file (back up first)

Path:C:Program FilesCommon FilesMicrosoft Sharedweb server extensions60TEMPLATELAYOUTS1033htmledit.aspx

Insert the following script (again…)

function RenderActiveX(str)
{

document.write(str);
}

to this “<script LANGUAGE=”JavaScript”>” section, so it looks like this:

<script LANGUAGE=”JavaScript”>
function RenderActiveX(str)
{
document.write(str);
}
RenderActiveX(“<object ID=tbContentElement CLASS=tbContentElement CLASSID=’clsid:2D360201-FFF5-11D1-8D03-00A0C959BC0A’ style=visibility:hidden VIEWASTEXT><param name=Scrollbars value=true></object>”);
RenderActiveX(“<object id=ObjTableInfo classid=’clsid:47B0DFC7-B7A3-11D1-ADC5-006008A5848C’ style=visibility:hidden viewastext></object>”);
RenderActiveX(“<object id=ObjBlockFormatInfo classid=’clsid:8D91090E-B955-11D1-ADC5-006008A5848C’ style=visibility:hidden viewastext></object>”);
</script>

Step 3: reset the web server

goto command prompt console, and type:iisreset

Second, modify the “Client Side”

In some cases, we do not have to modify the client side. But sometimes we have to…

Step 1:Open The web browser (Internet Explorer 6 or IE 7), in this case i’m using IE 7.

Step 2: Open Tools > Internet options > Security > Local Intranet

Step 3: Click “Sites” > “Advanced”

Step 4: At “Add This Website to the zone” section, Fill the blank column with SPS 2003 Portal Address (ie:http://10.11.1.10,)

Step 5: Click “Add” > “Close” > “Ok” > “Ok”

Done!

Note: This only work on windows XP, haven’t found any workaround for Windows Vista 🙁

That’s why i said that it cannot solve all the problem.