Thursday, June 11, 2009

Virtual Pool Program (VPP) another form of sabbatical.

Satyam started offer Virtual Pool Program (vpp) for its employees.

VPP : Is keeping the bench staff into sabbatical.Giving some amount of salary and keeping them in pay rolls of the company.

Satyam is offering to employee following only.

1.Basic salary (satyam has very less basic ie 1/3 of your gross is basic)
2.internet allowance (Rs250 per month)
3.This is done for 6 months to less level people and 4 months for big people.
4.Insurance will be covered to them in VPP

what does satyam gain?

1.lowering employee strength.
2.paying basic reduces its expenditure very less.
ex ) Consider 7000 employees selected for sabbatical then satyam would save around

7000 * 30000(on average salary saved per employee) * 12 months = Rs2,52,00,00,000
i suppose it saves 252 crores.
3.employees selected will not be coming to office so the operating cost etc also will be reduced.

This way Satyam which is in profits by the latest news which came will be more profitable.
i thing Markets will take this as a positive news and raise up again.

My personal target for satyam is from 100 -125rs

Advice on Buying a flat in Nizampet road and bachupally - II

Now it is the best time to buy flat in bachupally as the rates are significantly fallen down .

1.One can get good apartments at 1600rs per sqft or even less.

2.Some people are even telling that they will get apartments at 1100rs sqft if you pay buy cash.

3.80ft road is laid very fast.in 1 month you see the whole stretch completed.

4.Manjeera water pipelines are also been laid

5.maytas which got stopped after Raju's issue may also start work soon.

6.Indu city also started its development work.

also read : http://emailforwardsindia.blogspot.com/2008/09/advice-on-buying-flat-in-nizampet-road.html

Thursday, June 4, 2009

Configuring BIRT..issue "There are errors evaluating script"

The following items have errors:
ReportDesign (id = 1):
+ There are errors evaluating script "importPackage(Packages.com.ibm.tivoli.maximo.report.script);

mxReportScriptContext = MXReportScriptContext.initialize(reportContext);
mxReportScriptContext.setDefaultLogLevel("DEBUG");
mxReportScriptContext.setDefaultLogFile("c:/temp/asset.txt");".

Table (id = 7):
+ There are errors evaluating script "maximoDataSet = MXReportDataSetProvider.create(this.getDataSource().getName(), this.getName());
maximoDataSet.open();

var sqlText = "select assetid, siteid, assetnum, description, location, binnum, parent, assettype, "
+ " status, priority, itemnum, islinear, installdate, manufacturer, "
+ " assettag, budgetcost, ytdcost, totalcost, warrantyexpdate,purchaseprice, "
+ " replacecost, moved, changedate, failurecode, conditioncode from asset "
+ " where " + params["where"];

maximoDataSet.setQuery(sqlText);".
+ There are errors evaluating script "if (!maximoDataSet.fetch())
return (false);

We did some silly mistakes because of which we were getting this error.Our mistake was we were not using the recomended JDK version.Please use JJDK1.5 version to solve this issue