Thursday, January 03, 2008

ScribeFire

This is a great firefox plugin to edit blogs. try it.


Powered by ScribeFire.

Wednesday, January 02, 2008

An unhandled exception occurred in the user interface.Exception Information: OSearch (SPSearchAcct)

Setting up SharePoint? Accounts need their domain.
I have been meaning to post this forever and keep forgetting. A very common issue I am seeing people have when setting up and configuring SharePoint is the way they are specifying account names. You must always specify domain\username. Even though SharePoint will never tell you this is the problem it is. Many users are tempted to just type in username for a service and then the password then they are greeted with a random/cryptic error message. After about an hour (or a day of reinstalling) they realize it was because they forgot to specify the domain name.

I will attempt to compile a list of error messages that have been caused by this issue and post them here. If you have one please post it in the comments and I will update the post. Thanks

Sample Error:

An unhandled exception occurred in the user interface.Exception Information: OSearch (SPSearchAcct)

Tuesday, January 01, 2008

SSIS training at Sandejord, Norway

Last week (09/12/2007) I traveled to Norway for a SSIS training for my customer SPN(System Partner Norge). Hasith yaggahawita one of my company mate also joined with me for this visit. We flew to Frankfurt, Germany and then using a Scandinavian air lines we landed to Oslo. It was a quite large air travel. This was my first visit to Norway and winter is beginning there. It was quite cold and temperature was around -10 Celsius.

We then traveled to Sandefjord by the train. It was a two hours journey and Sandefjord is very beautiful and quite. there are no big building and looks like a village.

SPN outside view



The apartment we lodged was beautiful and near to the railway station. SPN is 15 minutes from the apartment.

My Apartment





From Monday to Friday I had conducted the SSIS training for SPN employees and last day(Friday) We had the Christmas part which was organized in the Ferry to Sweden. This was my first experience in a Ferry. We really enjoyed the Norwegian foods and drinks.

Saturday I with my friend hasith backed to Oslo. We have visited the city as well as Castle.
We had the return flight on Sunday through Frankfurt.

Trees with friezed FOG

Thursday, July 12, 2007

strange error on ssis package excution

I was totally blank when i got the error saying OLE DB provider 'STREAM' for linked server '(null)' returned invalid data for column '[!BulkInsert].sak_beregnetrente

I was doing a bulk data transfer from faircom ctree server to sql server 2005 using ssis. the faircom db is a large database and very difficult to figure out where the error was.
I then tried to check the null values of the data column "sak_beregnetrente". but it contained more than 20 million records. then i used a ssis derived column to check the null using the expression

[sak_beregnetrente] == NULL(DT_R8) ? 0 : [sak_beregnetrente]

this will check the NAN values for the column data because the data type is float.

eahhhhh, this solved my problem

Friday, June 08, 2007

can not open chm file

Hi all I faced the problem which does not show the contant of the chm files. i search though the web and found the following content. I took it from http://www.nik.com.au/archives/2005/04/06/chm-help-files-error-the-page-cannot-be-displayed/#comment-307582

CHM problem

I just had a very weird problem in Windows XP with CHM help files (Compiled HTML). A CHM file is the Microsoft preferred format for help files within applications, and in my case I had many books in CHM format and I was surprised that after some housekeeping that none of the CHM files in a certain directory would open, and they would give a “The page cannot be displayed�? error while showing the contents in the left-hand pane.

After some fiddling around and searching online to no avail (Microsoft identified the problem but offered no solution) I found out that the reason for the problem was because there was a hash (#) in my file path. The files that were not working were in a folder called ‘c#’ and the hash in the directory name was causing problems. The problem arises when there is a hash in any part of the directory path to the CHM file. The problems seems to arise because the hash character signifies an anchor in HTML so the CHM file is getting a bit confused as to where to look for the content.
Share This

Wednesday, August 30, 2006

org.xml.sax.SAXParseException: Premature end of file

I got this error bse the http response was empty

java.net.MalformedURLException: no protocol

These days i am working with a project with http response processing. I faced with follwoing exeption when parsing the http response via DOMParser
java.net.MalformedURLException: no protocol

my code was:
String xml = (String) parseEnv.get(RESPONSE_BODY);

DOMParser parser = new DOMParser();

parser.reset();
try {
parser.parse(new InputSource(xml);
} catch (Exception e) {
throw new ParseException(e);
}
The error was InputSource expects an SystemId. This can be accomplished as
parser.parse(new InputSource(new StringReader(xml)));

Sunday, April 10, 2005



Sanjaya Helllllooooo my friends Welcome to my blogPosted by Hello

Brief

If we choose the correct path of our life, we can explore every avenue of it.