+1.604.763.2828 Vancover, Canada | +1.206.923.9676 Seattle, USA | +44.020.3239.8686 London, UK | +86.1358.161.6375 Beijing, China   
Home  info@primeobjects.com   
Products & Features Consulting Partners Blog and Communitiy About Us
Products & Features Consulting Partners Blog & Community About Us Sign up, 14 days free Login >>

Developer Updates
We're software engineers who love building great software!

Wednesday, April 28, 2010

SQL Server 2008 Installation: Rule “Restart Computer” Failed

Source: Developer Updates
Tags: 

Something hinky went wrong when I installed SQL Server 2008 and the "Restart Computer" rule kept failing no matter how many times I rebooted. After some Googling I found this page which suggested clearing the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\PendingFileRenameOperations Registry key. I cleared the key and I now the Restart Computer rule passed.

posted by Gary Zhang @ 07:13:37 AM   0 Comments
Email the article to a friend
Add comment to the article.

Saturday, February 06, 2010

Windows 7 refuse to sleep because mouse keeps waking it up. How to stop the mouse wake up?

Source: Developer Updates
Tags: Windows 7

Do you put your computer into sleep often ? Do you ever accidently touched the mouse and all the sudden find your computer just woke up ? Well to me I don’t purposely to put my computer into sleep often, but instead it sleeps by itself when I don’t use it for over 30 minutes. When that happens chances are I don’t really need to use thecomputer at the moment. But I often I ended up waking up the computer when I try to move around the stuff on my desk, that lead to the mouse to move and eventually lead to the computer to start waking up.

So here is how you can stop the mouse trigger your PC from sleep. This works on both Windows 7 and vista.

First go to start menu search "Mouse"

start_mouse

Click the first result under Control Panel

uncheck_to_stop_this_device_wake_the_computer

Go to Hardware tab > Double Click the mouse in the list > Power Management > Uncheck the "Allow this device to wake the computer"

You are done, once you have unchecked this option, you don’t have to worry about accidently touched your mouse while your computer is on sleep anymore.

posted by Gary Zhang @ 03:54:47 PM   0 Comments
Email the article to a friend
Add comment to the article.

Saturday, January 30, 2010

PrimeObjects Runtime Requirements

Source: Developer Updates
Tags: 

PrimeObjects provides web based online business software built on a SaaS enterprise application platform. PrimeObjects software can be run and has been tested on the following four browsers.
 
1. Internet Explorer Ver. 8.0 + on Windows XP, Windows Vista and Windows 7
2. Firefox Ver. 3.5.7 + on Windows XP, Windows Vista and Windows 7
3. Safari Ver.4.0.4 + on Windows XP, Windows Vista, Windows 7
4. Google Chrome Ver.4.0.249.78 + on Windows XP, Windows Vista, Windows 7
 
Additional requirements for some features
1.       Flash need to be supported and enabled on the browser to upload document and play flash video
2.       PrimeObjects supports playing of four types of videos online. They are flash video, media player video, real player video and apple’s quick time video. To play the videos in a specific format, the add-on of the corresponding video player need to be installed properly on the browser.
 
Note: The operation system should have all latest patches applied.

posted by Gary Zhang @ 11:54:41 AM   0 Comments
Email the article to a friend
Add comment to the article.

Wednesday, January 27, 2010

Pass OnLoadJS in the parameter of the form

Source: Developer Updates
Tags: 

The OnLoadJS field on the EntityUI record allows us to define the customized OnLoad javascripts to a form. However in some senarios, we may want to pass the OnLoad javascript in the parameter of the form url to make the form behave differently based on different OnLoadJS values in the parameter. For example, when rendering a new Task form for collection the feedback or issues submitted from customer, we want to simplify the Task form by only showing the subject and content. To achieve this, we passed OnLoadJS=OnlyShowContent() in the parameter of the query string so the form will call OnlyShowContent after loaded and hide all unwanted form fields. The whole url will look like this http://www.primeobjects.com/form.aspx?ename=Task&OnLoadJS=OnlyShowContent().

Note: The OnlyShowContent function need to be defined in a javascript file used by the Task entity.

posted by System Administrator @ 03:13:36 PM   0 Comments
Email the article to a friend
Add comment to the article.

Tuesday, January 05, 2010

Team Founder Server 2008 - TF53011 Not a licensed user

Source: Developer Updates
Tags: Team Foundation Server , Team Foundation Server 2008 , TFS

I have tried many ways to add a domain user into Team Foundation Server 2008 without any luck. I keep getting TF53011 error. It seems the security settings on TFS user interface are useless. The Valid User group does not help to make a user "VALID" or say "Licensed".

After Google search for 20 minutes, the command line below eventually did the trick. As I said before Team Foundation Server is garbage. Can you imagine that you have to achieve the most common operation by a command line?

TfsSecurity.exe /server:YourTFSServerName /g+ n:"[Server]\Team Foundation Licensed Users" n:"DomainName\UserName"

Note: You need to keep [Server] as it is without any change.

posted by Gary Zhang @ 09:03:02 PM   0 Comments
Email the article to a friend
Add comment to the article.
Subscribe to Current Posts [RSS Feed]
Subscribe to Latest Posts [RSS Feed]



Favorite Links

    © Copyright 2009 PrimeObjects.com. All Rights Reserved. | Security Statement | Privacy Statement