Skip to main content

Whaddya know how to fix this error? Time and Expense: Report Server is unavailable.

You get this error "Report Server is unavailable. (E0491)" when you try to print from the Time and Expense website. Click the see more to get details.

Exceptions:
javax.resource.ResourceException: 8008 :Login
Load Balancer cannot locate member. The specified volume is not online.

Troubleshooting:
- Open Actuate Management Console, the URL link should be something like this "http://localhost:8900/acadmin/login.jsp" for default setup. To open, click on Start, All Programs, Actuate, then Actuate Management Console.
- Login to volume: System Administration ; here you should see the server volume name not System Administration.

Resolution:
- Go to Control Panel
- Services
- Restart "Actuate Process Management Daemon 7"

Test it again:
- Open Actuate Management Console, the URL link should be something like this "http://localhost:8900/acadmin/login.jsp" for default setup. To open, click on Start, All Programs, Actuate, then Actuate Management Console.
- Login to volume: servername; where servername is your Time & Expense server.
- Login as administration and your password. If you haven't change it, it should be d*l**k12*.
- In Actuate web page, click on deltek folder.
- Click on tc folder.
- Click on temp folder, here you will see the temp files. The system should be deleting these files after 1 day. If not, click "select all items", act upon selected items, choose Delete.
- Close Actuate web page.

This will resolve this problem.

And if error still occur, please get in touch with your Deltek global support for assistance.

Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp