January 19th, 2010
To solve StaleConnection issue in datasource configured at WAS level please do the following:
• Enable pre-test SQL string for that data source
• Place SQL string as “SELECT 1 FROM SYSIBM.SYSDUMMY1” for DB2 and “SELECT 1 FROM DUAL” for Oracle
The above said properties will be present in Connection pool properties in WAS – Admin Console .
NOTE: This will be valid and holds GOOD ONLY if the datasource is ConnectionPoolDataSource implementation .
Posted in Uncategorized | No Comments »
October 15th, 2009
Buy tomorrow morning
OMN
PZE
APC
Buy at 3:00pm EST
HLX
GMXR
Posted in Uncategorized | No Comments »
September 27th, 2009
- P & F Buy signal and Gap up
- 3 month History consistent growth
- Sector is Strong
- Williams %,CCI, and Money Flow 3 month view says Buy
- 4 – 1 win loss Ratio
- exit plan established
Posted in Stock Market Analysis | No Comments »
November 18th, 2008
1. Create ‘table’ folder on old website.
2. Sql dump all databases
cd …/’table’
mysqldump -u[username] -p[password] –opt datanamename > databasename.sql
3. FTP all files/folders to local PC
4. Create new folder “sitename” on new site
4.5 add domain name
6. FTP all the files to new site in sitename folder
7. create new database in phpmyadmin
8. on new site in tables folder sql load all databases
mysql -u[username] -p[password] datanamename < databasename.sql
9. check database in phpmyadmin
10. change password in on config files
11. Test Website.
12. change the DNS settings for site
Posted in System Admin | Comments Off
June 16th, 2008
Input
Project Management Plan
Contract Document
Enterprise Environment Factors
Organization Process Assets
Work performance information
deliverables
Tools and Techniques
Project Management Methodology
Project Management Information System
Expert Judgment
Outputs
Administrative Closure Procedure
Contract Closure Procedure
Final Product, Service, or Result
Organizational Process assets updates
Posted in Project Management | Comments Off
June 12th, 2008
Benefits for developing a project scope statement.
- A common under standing among team and stakeholders
- A reference for judging success
- A baseline
Input
- Organizational process assets
- Project charter
- Preliminary project scope statement
-
Project scope management plan
- Approved change requests
Tools and Techniques
- Product Analysis
- Alternative Identification
- Expert Judgment
- Stakeholder Analysis
Output
- Detailed Project Scope statement
- Requested changes
- Project Scope Management Plan updates
Posted in Project Management | No Comments »
June 12th, 2008
Scope Planning:
Why:
- Establish a common understanding
- Describe Project Deliverables
- Measure Project Performance
Inputs
- Enterprise environmental factors – anything internal or external that affects the project
- Process assets
- Project Charter
- Preliminary Score Statement
Tools and Techniques
- Expert Judgment
- Templates, Forms, and Standards
Output
- Project Scope Management Plan
Posted in Project Management | No Comments »
June 12th, 2008
Input
- Project Management Plan
- Work Performance Information
- Recommended Preventative Actions
- Recommended Corrective Actions
- Recommended Defect Repair
- Deliverables
- Requested Changes
Tool and Techniques
- Project Management Methodology
- Project Management Information System
- Expert Judgment
Output
- Approved Change Request
- Rejected Change Request
- Project Management Plan Updates
- Approved Corrective Actions
- Approved Preventative Actions
- Approved Defect Repair
- Validated Defect Repair
- Deliverables
Posted in Project Management | No Comments »