August 7, 2008 at 2:25 am · Filed under software
Are you plagued by a computer system that slowing down to a crawl? How many “blue screens of death” have you seen in the last month? Is restarting your computer useless and lengthy? Well, before you toss the computer out the window with the latest in a plethora of DLL and “mystery” errors, it might be time to find out a little bit about your registry.
So what is a registry?
Every Windows operating system has a registry which holds a wealth of information about your computer. You will find that after using your PC for a short length of time, it longer works the way it did when you first purchased it. It starts slowing down, hiccupping and giving you errors that you don’t understand. Let’s face it, Microsoft errors are not exactly user-friendly.
How does it do that
Another way to look at the Windows registry is that it is a database which stores settings and options for the operating system for Windows 32-bit versions, 64-bit versions and Windows Mobile. It contains information and settings for all your hardware, software, users, and preferences. Whenever a user makes changes to “Control Panel” settings, or file associations, system policies, or installed software, the changes are reflected and stored in the registry. Constant changing, addition and removal of software, changing user preferences and the like makes for registry errors which in turn slows your computer down and leads to those frustrating shutdowns, freeze-ups and harrassing errors.
Where do these errors come from?
Many of these errors are due in part to invalid entries that exist in your system registry, that might exist because of software you once used and are no longer using was not properly removed. Just by removing these invalid entries, you can significantly increase the performance of your PC.
So, how do you fix it?
Actually, nowadays it’s pretty easy. There are tons of software on the market that allow you to clean-up and reconfigure your registry so that your computer acts like it did when you first took it out of the box. There are many automatic system utility software programs that range from shareware and freeware to low cost which allows you to clean up your registry. These include Registry Mechanic and Registry Fix.
So, before you toss out that laptop, try a registry fix. By the way, if you want links to good Registry fixing software that’s both effective and inexpensive, visit The Writing Buzz and click on the Registry category.
Judith Brandy is a writer and science fiction fan who runs the Writing Buzz at http://www.writingbuzz.com, where authors are welcome to submit articles for webmasters to use. If you’ve got something to say, join The Writing Buzz.
Tags: microsoft, operating system help, registry, softwaremicrosoft, operating system help, registry, softwareShare This
July 1, 2008 at 2:26 am · Filed under software
Microsoft Great Plains, Navision, Solomon and Axapta are Microsoft Business Solutions ERP applications, serving to the whole spectrum of vertical and horizontal markets. Assuming that you already have one of these systems installed and implemented we would like to give you - IT director, Database Administrator, Programmer, Software Developer, Controller your options in supporting/upgrading Microsoft Great Plains for your company
It is always good idea to install everything on your own - however Great Plains requires combination of computer networking, some programming, good accounting/distribution/logistics/reporting background - so it is not a surprise that Microsoft Business Solutions requires their customers to have specially assigner Microsoft Great Plains Partner/VAR/Reseller to serve the account.
First Scenario. Due to the recession your former MBS partner went out of business, leaving you without support and you lapsed in payment annual enhancement fee. This is very common scenario - in fact Microsoft Business Solutions introduced direct quoting to the companies like yours - just to insure that you have an option to pay this required maintenance fee. In this situation - you can not get new version/migration tool, etc. until you get your company reinstated in MBS enhancement program. What you need to do is these:
1. Find reasonably inexpensive MBS partner and switch to it as your MBS VAR - it is very easy to change your VAR - you compose the letter stating that you would like to switch to company ABC as your MBS VAR, sign it and fax to your new VAR.
2. MBS Promotions - Microsoft has promotion programs for orphans like your company to be re-enrolled into annual enhancement program, usually with small additional charge, for example in October 2004 you could get your reinstatement for 20% of the software list price (normal price is 16%)
Second Scenario. You need to migrate from Pervasive SQL/ctree to Microsoft SQL Server/MSDE. It is known fact that Microsoft decided to breach contract with Pervasive Software and stop supporting Microsoft Great Plains 7.5 and earlier versions on Pervasive SQL 2000. You need to migrate to MS SQL Server ASAP - or you will be out of support
1. As in the first scenario - select your MBS partner or ask you old partner to give you the quote on Migration tool (k$1.5-k$2)
2. Migrate on your own - or send your data to migration specialist - your partner may provide these services - normal price is 8 hours of consulting fee
Third Scenario. You have bunch of Great Plains Dexterity, VBA, SQL customizations and need upgrade and your former GP reseller is not providing customization upgrade services (due to the fact that all developers were laid off several years ago)
1. Locate customization partner. Usually you have to find small nation-wide VAR, who serves you via remote support. Switch to this partner
2. Ask for customization analysis - most of the old customization pieces should be migrated to new technologies, like Dexterity to SQL and Crystal Reports, web publishing, eConnect, etc. Don’t pay for upgrade “as is” - you will lock yourself with the problems
Also couple of hints about how do you switch the partner. It is actually more easy than you may think - you just send to your new proposed partner the letter in free format saying that you would like to switch to you as my Microsoft Business Solutions partner - and this is it.
About The Author
Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies - USA nationwide Great Plains, Microsoft CRM customization company, based in Chicago, Arizona, Georgia, California, Texas, New York, Florida and having locations in multiple states and internationally ( www.albaspectrum.com ), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer. Andrew can be reached: 1-866-528-0577, 1-630-961-5918, akarasev@albaspectrum.com
Tags: great plains, microsoft, microsoft great plains, software, technologygreat plains, microsoft, microsoft great plains, software, technologyShare This
April 10, 2008 at 2:21 am · Filed under software
Microsoft Retail Management (RMS) and Microsoft Great Plains are retail and accounting/ERP solutions coming from the same Microsoft subdivision - Microsoft Business Solutions. There is often common need to do integration between the two. Despite the fact that both systems come from the same software development company - the integration is not as simple as it probably should be.
In each case you have to use set of new Microsoft technologies: web service, SQL stored procs, C#, VB.Net programming, etc. In this small article we give you customization overview when you receive Purchase Order Receivings in Great Plains and automatically transfer them to the RMS Store Operations via web services. Plus we can push serial number info from Great Plains to Store Operations (there is no way to store serial number in Headquarters)
Item Transfer Trigger in Great Plains
Microsoft Great Plains is written in Great Plains Dexterity - proprietary programming language and development environment, which has strong ties with SQL stored procedures and queries
When Items are transferred in Great Plains via the Item Transfer Entry window, the interface must recognize this transaction. This can be accomplished via two mechanisms:
1. Dexterity Trigger, which would identify that the transfer occurred and it would populate an interface table
2. SQL Trigger on IV00200, which would populate an interface table. The assumption is that all transferred items will be serialized
Handling Headquarters Initiated Inventory Transfer Requests
Once the interface table is populated, there might be either a timed procedure or a trigger that will push the transfer from Great Plains into RMS Headquarters and it will create automatically a Style 307 Worksheet in Headquarters.
The next time that the store “receiving” the inventory communicates with Headquarters, it will receive the Inventory Quantity Adjustment notification, which will increase the item’s quantity on hand.
In each store, a web service should be installed to handle transfer of Serial Number information. Therefore, when communication is established between Store Operations and Headquarters, an application that continuously monitors Stores (in the computer hosting Headquarters) will communicate with the web service at the Store level to transfer the Serial Number information and to update the serial number tables in Store Operations.
About The Author
Luis Leung is Lead Software Developer in Alba Spectrum Technologies - USA nationwide Microsoft RMS, CRM, Microsoft Great Plains customization company, with offices in Chicago, Boston, San Francisco, San Diego, Los Angeles, Houston, Dallas, Atlanta, Miami, Montreal, Toronto, Vancouver, Madrid, Moscow, Europe, Brazil, Mexico (www.albaspectrum.com), he is Microsoft CRM SDK, C#, VB.Net, SQL, GP Dexterity developer. Luis can be reached: 1-866-528-0577 or help@albaspectrum.com.
Tags: great plains, microsoft, Microsoft RMS Customization, RMS, softwaregreat plains, microsoft, Microsoft RMS Customization, RMS, softwareShare This
Next entries »