Posts Tagged ‘Windows’

Windows: Android SDK installer does not find Java SE Development Kit (JDK)

Update 2011-06-25: As suggested in the comments just clicking back button and then next again in the installer could bypass the problem. Thanks to Hatem and tikno07. I was trying to install the Android SDK tools using the Windows installer package recently. Since I had the Java JDK SE 6 Update 23 installed on my [...]

Read more…

Windows 7: Install service to run Razuna 1.4 automatically

Here is a little Windows 7 howto to install a service that runs Razuna 1.4 automatically: Download the Apache Tomcat binary files (32-bit or 64-bit). Extract the zip file and copy the files bin\tomcat6.exe, bin\tomcat6w.exe, bin\service.bat to [YOUR-RAZUNA-PATH]\bin. Open the Windows command line (with the option “Run as administrator”) and install the service: cd [YOUR-RAZUNA-PATH]\bin [...]

Read more…

Microsoft CRM 4.0: Fix “TrySetFocusOnSubject” error after installing Update Rollup 12

After installing the Update Rollup 12 for Microsoft Dynamics CRM 4.0, I get an error (“Microsoft Dynamics CRM has encountered an error”) in the web frontend when closing an activity (e.g. a task). The error report says: <CrmScriptErrorReport> <ReportVersion>1.0</ReportVersion> <ScriptErrorDetails> <Message>Object expected</Message> <Line>1</Line> <URL>[...]</URL> <PageURL>[...]</PageURL> <Function>function anonymous()
{
TrySetFocusOnSubject()
}</Function> <CallStack> <Function>function anonymous()
{
TrySetFocusOnSubject()
}</Function> </CallStack> </ScriptErrorDetails> <ClientInformation> <BrowserUserAgent>[...]</BrowserUserAgent> <BrowserLanguage>en-us</BrowserLanguage> [...]

Read more…

Howto remove Microsoft Office 2007 if uninstalling failed

If you are not able to uninstall your Office 2007 suite using the Windows “Add or Remove Programs” feature the “Fix it” application in Microsoft’s knowledge base could help you (http://support.microsoft.com/kb/971179). If the list of installed software still contains the Office suite after the application has removed all files and registry entries just try Window’s [...]

Read more…