BusinessObjects – Delete Universes in CMC

| Posted by watashii | Filed under BusinessObjects, Software

When deleting Universes in the Administrator Central Management Console (CMC), under a BOXIR2 Unix installation, i got the following error:

Error. Unable to reconnect to the CMS XXX:6400. The session has been logged off or has expired.

The solution is to make sure the timezone environment variable is set under the user’s Unix profile (the user which installed BO).

vi /opt/bo/.profile

Add the following example timezone and source the profile.

TZ=Australia/NSW export TZ
source /opt/bo/.profile

Then restart the BO servers.

Tags: , ,

BusinessObjects – Insert Webi Report Images

| Posted by watashii | Filed under BusinessObjects, Software

To insert external images on BO Webi reports, create a blank cell from the Templates tab, go to Properties tab, and under ‘Background image’ put the following custom image URL:
boimg://<filename>.jpg
Then on the BO server (Windows), place the image file under

C:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Images

Or if you’re working under Unix system, its located at

/opt/bo/bobje/enterprise115/Images

Tags: ,

BusinessObjects – Internal Error when connecting Windows clients

| Posted by watashii | Filed under BusinessObjects, Software

When connecting with a Windows client using Designer or Import Wizard to a remote BOE XIR2 server, I got the following error:

Internal Error [repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(Transport error: Communication failure.)

This error message (generally repo_proxy) is a very generic error message and doesnt tell you much what is going on. Your problem may be different to mine. However this post shows the steps I used to troubleshoot the problem and make my windows client to connect properly.

Read the rest of this entry »

Tags: , , ,

Firefox Disable Flashing Cursor

| Posted by watashii | Filed under Software, Web

Something annoying just sprung up, a flashing cursor appears whenever I click on any part of a webpage.

The solution? Read the rest of this entry »

Tags: , ,

Extract Sound Files From NDS Games

| Posted by watashii | Filed under Software

Using the NDS Sound Extractor windows tool, we can grab sound files from NDS games (choose the 2nd link named ダウンロード).

[Update 2009-08-23]: Get the file here

Usage  : ndssndext.exe [options]
Options:
-x            extract files only (no decoding)
-s            show processing status
--help        show this usage

Open a DOS promt, and run the follow:

ndssndext.exe -s file.nds

A folder should be created, containing the mid and wav files inside the folders named Sequence, Stream and WaveSample.

To extract the internal raw (sseq, strm and swar) files:

ndssndext.exe -x -s file.nds

And if you want to know more about these raw files, see kiwi.ds and other conversion tools.

Tags: ,

Viewing Firefox Cache Files

| Posted by watashii | Filed under Software

The browser cache stores all the web pages and images downloaded on to the computer to allow faster access and reduce the downloading bandwidth when revisiting a website.

Type “about:cache” on your Firefox address bar to view the cached files.  There are 3 types of cache for allocating the files…

Read the rest of this entry »

Tags: , , , , , ,

Mobile GMaps – Stored Maps on Mobile

| Posted by watashii | Filed under Software

Mobile GMaps is a free application for the java enabled mobile phone. The application can display maps downloaded from Google Maps, Live Maps/Virtual Earth, Yahoo Maps, Ask.com and OpenStreetMap.org. This means users can view stored/offline maps on the mobile phone without the need to connect to mobile internet. It can also use the phone’s GPS for locating the current position.

My mission was to store offline map tile-images from Google Maps on my phone memory stick and access it when ever I wanted without paying a cent! The other feature I used is the pin-point location bookmark to mark the places of interest for me. Although my phone is not GPS-enabled, it is quite a convenient tool to have around when I’m out, instead of carrying a big fat map book.

Here are the steps to get stored maps on the phone. The phone I used was a SonyEricsson W580 phone. It should work on most java enabled phone / PDA / Pocket PC. Download and install the free java application on to the mobile phone (JAD/JAR files) to begin.

Read the rest of this entry »

Tags: , , , , , , , , , , , , , ,

Google Maps – Finding Latitude and Longitude

| Posted by watashii | Filed under Software

Here is a very useful method (hack?) to locate the latitude and longitude of the google map center-point.  Move the map center-point to your chosen location, and at the URL address bar, enter this:
javascript:void(prompt('',gApplication.getMap().getCenter()));
Immediately, the prompt pops up with the latitude and longitude values.  Sweet.  Works on most web browsers.

Tags: , , , ,

Winamp – Live Messenger (MSN) ‘Now Playing’ Updates

| Posted by watashii | Filed under Software

The Windows Live Messenger (MSN) has a feature to “Show what I’m listening to” on Windows Media Player.  But what if you want to show titles for your favourite music player like Winamp?

The solution is very simple.  Just install the right Winamp plugin, and you’re done.  The one i’m using is the now playing plugin (gen_msn).  I am using Winamp 5.52 and Live Messenger 8.5.1

For power users, you can check out the advanced title formatting reference to allow you to fully customize the line display to any string value you like.

Read the rest of this entry »

Tags: , , , , ,

Netcool/OMNIbus – Replay raw capture alarms

| Posted by watashii | Filed under Software

This post shows how to replay raw capture alarms on Netcool Omnibus 7 using the Stdin probe. The following steps are performed under Solaris SunOS. My aim was to capture SNMP traps and have the ability to replay the same traps whenever I want.

Read the rest of this entry »

Tags: , , , , , ,