Windows

iMIS 10.6 on Windows Xp 64 bit OS

I have a 64 bit Windows XP client PC that i am trying to get iMIS 10.6 to run on.  I read the one thread on here with regards to the ODBC connection that must be made in the windows directory but after I logon I get an error that says insuficient memory.

 

Has anyone been able to get 64 bit Windows XP to work with iMIS 10.6 and if so what exactly have you done?

 

Deploying iMIS using command line arguments

Has anyone deployed iMIS15.0.3 by setting up some sort of package with command line arguments?
I have a client who would like to use this method, as they have over 80 workstations that they will need to install it on. The pre-configured installer is a bit quicker then a normal install, but still takes some time.

Any ideas?

Microsoft and other vendor Software Release Schedules

I’ve added a page to IC for recording details of release schedules for software used by iMIS – for example the next versions of Microsoft SQL Server or Microsoft Office.

http://www.imiscommunity.com/microsoft_and_other_vendor_software_release...

If you come across any information on release schedules for products that we use or integrate with can you update it here.

.NET 3.5 Framework installation failed for component Microsoft .NET Framework 2.0a. MSI returned error code 1603

I ran into this when installing the 3.5 Framework on two Windows 2003 SP2 servers. .NET 3.5 installed with no problems on one, but failed on the other. The full error from the log was:

[03/28/08,17:08:09] Microsoft .NET Framework 2.0a: [2] Error: Installation failed for component Microsoft .NET Framework 2.0a. MSI returned error code 1603
[03/28/08,17:08:46] WapUI: [2] DepCheck indicates Microsoft .NET Framework 2.0a is not installed.

Turning Off Smart-Quotes in Outlook 2007

I typically find myself typing actual code into many emails, and get annoyed when Outlook replaces my single and double quotes with the curley "smart-quotes"... as this makes cutting/pasting without syntax errors painful. So after a little digging, I found out how to turn smart-quotes off in Outlook 2007:

  1. In the main Outlook window, on the Tools menu, click Options.
  2. In the Options dialog box, click the Mail Format tab, and then click Editor Options.

Error when trying to link to event registration

I am writing a custom asp.net application in C# for a client in Brisbane (REIQ). This application is integrated into iMIS and will be accessed from the Certification module.
One of the pages has a datagrid which has a hyperlink column. When you click on the link on this column, it should take you to that event registration.

The URL I am using is:
e.g.
imisnet:event/4010/b51192e0-332d-40c0-8c25-e777ffe750c0-key_event

Tweaking your machine's settings for improved high-speed bandwidth

For the last few weeks, I've been running with Windows registry settings tweaked by the TCP Optimizer program. The TCPOptimizer.exe program sets a collection of apparently widely-known registry settings that 'open up the pipe' on the client side.

I'm currently running with Windows XP Professional. If you are running Vista, I can't help you. ;)

Searching in Vista

Here are some interesting tips on searching in Vista.

Also did you know in Windows XP (as well as Vista) if you just type %APPDATA% in either Windows Explorer or Internet Explorer it will open your application data folder, and if you type shell:sendto it will take you straight to your sendto folder?

Here is the Vista stuff. You can read the full article at http://www.winsupersite.com/reviews/winvista_05.asp

Run regsvr32.exe failed in Vista

You may find that when you try to register an ActiveX component such as AsiWordInt.ocx, an error is shown,”DllRegisterServer in xxxx.dll failed.Return code was:0×80070005″.

0×80070005 means “Access Denied”, even if you are already an administrator user.

Here is the correcy way to do this:

To register activex control to local machine(not only current user) successfully, developers must right click on “Command Prompt” in Accessories and click “Run as Administrator”, then run “regsvr32 foo.dll” in the command window.

Sysinternals.com moves to Microsoft

I've been a fan of the free Windows utilities from Sysinternals for a long time. Sysinternals was acquired by Microsoft in July 2006, but the web site was separate until fairly recently. It can now be found here: http://www.microsoft.com/technet/sysinternals/default.mspx

Some of my favorites are Filemon (real-time file system activity), Regmon (real-time registry activity), Process Explorer (see which process is using which files, registry keys, etc.), Autoruns (see everything that loads at startup), and DebugView (capture messages from OutputDebugString). And of course, there's the BlueScreen screen saver, and many, many more.