March 2007

RECIPE : Chepala Pulusu

Recipe for fish curry (AKA Chepala Pulusu in Telugu). Credit goes to my Athayya (mother-in-law). Lakshmi and I learnt a lot of new dishes during her brief visit to Chicago.

Ingredients

  • Cat Fish : 3Lbs
  • Onions : 3 (large)
  • Thai Chill : 6
  • Tamarind : 10 gms (or use 2 table spoon of tamarind paste) : 6i
  • Ginger Garlic Paste : 3 table spoons
  • (sambar) Chili Powder : 3 table spoons
  • Curry Leaves : 5
  • Cumin Seeds : 1 tea spoon
  • Mustard Seeds : 2 tea spoons
  • Turmeric : 1 tea spoon

Preparation

  • Skin the cat fish, cut out the fins and tail.
  • Cut the fish into medium size pieces and wash with turmeric and salt (this takes out the fishy smell).
  • Pour 5 table spoons of oil in a broad pan and let it heat for ~2 minutes.
  • Add mustard and cumin seeds and let them sizzle for ~30 seconds (this is known as thalimpu in Telugu).
  • Add curry leaves and let them sizzle for ~20 seconds.
  • Add the chillies and onions and fry them.
  • Add 1 table spoon of salt to soften the onions.
  • Add turmeric powder.
  • When onions start to brown, add the tamarind water.
  • Add the chili powder and let the contents simmer for a few minutes.
  • Lay the fish pieces on the mixture evenly (after this point, don’t move the fish pieces since they can fall apart).
  • Cover the pan with a lid and let the contents boil for 15 minutes.
  • Serve hot with white rice and enjoy :).

Visuals

Blackberry : Administrator tip

If you ever wanted to find out how to confirm that a message you have sent to a blackberry device has been delivered, you can send a message to the blackberry with just < confirm> in the subject. You will get a confirmation e-mail as soon as the message has been delivered to the blackberry device. We usually use it to check latency and other issues on our blackberry server.

HOW TO : Cognos Installation

I tried setting up Cognos (Business Intelligence tool mainly used for reporting) on a test machine for Lakshmi to play around with. After going through the install, I can say with confidence that Cognos has some of the worst documentation :). Here are some quick tips that you won’t find in the official documentation for someone trying to configure Cognos BI 8.x on a Win2k3 server running MS SQL 2005 and IIS 6.0.

  1. After installing Cognos, run the “Cognos Configuration” tool and change the “Gateway URI” setting to “http://servername:portnumber/cognos8/cgi-bin/cognosisapi.dll” in the environment section.
  2. Edit the default.htm and index.htm file in the “< cognos install directory >\cognos\c8\webcontent” directory and replace cognos.cgi with cognosisapi.dll
  3. Open ISS manager and go to Web Service Extension. Add a new web service extension called isapi and add cognosisapi.dll as a required file. Make sure to set the extension status to Allowed.

This should enable you to launch cognos and log into the web interface.