upgrade

Should I upgrade to PHP 5.3?

PHP version 5.3 has been released, and although it looks great, all my code already works fine. I don't see what this new version offers to justify upgrading and working through possible issues after the upgrade. Should I upgrade anyway just for good practice, or is an upgrade not needed unless I am actually using the new features? ...

Transition from Python2.4 to Python2.6 on CentOS. Module migration problem.

Hey guys, I have a problem of upgrading python from 2.4 to 2.6: I have CentOS 5 (Full) It has python 2.4 living in /usr/lib/python2.4/ Additional modules are living in /usr/lib/python2.4/site-packages/ I've built python 2.6 from sources at /usr/local/lib/python2.6/ I've set default python to python2.6 Now old modules for 2.4 are out...

SharePoint - How To Upgrade VSEWSS Solution From VS2005 to VS2008

Hi I have a MOSS solution successfully created in Visual Studio 2005 using VseWss 1.1 I have now tried to upgrade to Visual Studio 2008 to use VseWss 1.3 The upgrade did not raise any errors however now when I try to deploy I get the following error: The class id 00000000-0000-0000-0000-000000000000 exists in this Solution in both MyGl...

How to upgrade IIS 6 web app, so it opens in visual studio on machine running IIS 7.

My web apps created in VS 2008 on Windows Server 2003, refuse to open in VS 2008 on Windows Server 2008. "The Web Application project 'MyProjectName' is configured to use IIS. To access local IIS Web sites, you must install the following IIS components: IIS 6 Metabase and IIS 6 Configuration Compatibility Authentication". I want noth...

Debian apt-get update error public key is not available: NO_PUBKEY <id>

Trying to update some repositories on Debian Etch installation and getting the following errors from running "apt-get update" W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because teh public key is not available: NO_PUBKEY 07DC563D1F41B907 W: You may want to run apt-get update...

How can I update the schema of a single archetype object on demand in plone?

I have hundreds of thousands of objects based on plone archetypes (plone 2.5.X) that need their archetypes schema updated to the latest. The archetype schema migration tool is great for a small/medium number objects but is bringing my server to its knees trying to migrate them all, to the point where I always end up killign the script. ...

What is the best website/web-app upgrade process

We have a great process for upgrading our clients' websites as far as updating html/js code and assets is concerned (by using Subversion) that we are very happy with. However, when it comes to upgrading databases, we are without any formal process. If we add new tables/fields to our development database, when it comes to rolling it ou...

How do I add time-stamp information to Maven artifacts?

I am upgrading a large build-system to use Maven2 instead of Ant, and we have two related requirements that I'm stuck on: We need to generate a time-stamped artifact, so a part of the package phase (or wherever), instead of building project-1.0-SNAPSHOT.jar we should be building project-1.0-20090803125803.jar (where the 2009080...

How to update Eclipse from 3.4 (Ganymede) to 3.5 (Galileo)?

I've got my Eclipse 3.4 envirnoment set up nice and cozy the way I like it. Took me some time too, to find all the plugins (Mylin, PDT, Subclipse), set all the settings, etc. Now I see that some of the plugins (like PDT) only support 3.5 in their latest versions. Is it possible to update from 3.4 to 3.5? I'd hate to do it all again. I ...

Upgrade website from ASP.Net 3.5 to 3.5 sp1

Is there anything special that needs to happen to a 3.5 web.config file to take advantage of new features in sp1? ...

Upgrading DTS packages to SSIS Packages

My question is similar to Upgrading SQL Server 2000 to 2005 or 2008 - DTS to SSIS but I have a few restrictions that I'd like the community to consider. We have two databases that currently run on SQL Server 2000 and we are being pushed to move off of this in favor of SQL server 2005 (We do not have 2008, it isn't an option). We have...

Upgraded .net webapp can't open connection to database

I have an old .net 1.0 webapp that needs a bit of maintenance done on it. I've used the auto-upgrader to upgrade it to .net 3.5 (and also later tried 2.0) but now it can't connect to the database. On the surface this looks like a noob connection-string problem, but I'm thinking it's more likely to be related to some subtle problem from ...

Android : Upgrading (reinstall app) causing android:manageSpaceActivity to run?

We have a bit of an issue where we are trying to figure out what is causing the problem. Can anyone clear up when android:manageSpaceActivity is run? We know if you click on the ManageSpace button under the Application information under manage applications it runs the code. We have some users saying they did an upgrade of our applicati...

converting struts 1.1 web application from weblogic 8.1 to weblogic 10.3

Hi all, I have a web application that was written to run under Weblogic 8.1. It is a struts 1.1 application, using Java 1.4. For the sake of maintainability we have decided to attempt to conver this application run under Java 6 and Weblogic 10gR3 in line with all our other applications. We've been putting off doign this because we ...

Easiest way to recommend users to upgrade their browser?

There have been a lot of buzz around IE6NoMore campaign. What's the easiest way to recommend users to upgrade their browser? ...

What's the proper way to upgrade an eclipse plugin to a different platform version?

I have an Eclipse RCP project that's targeted to Eclipse 3.4. Now that 3.5 is out and I'm using it, and while I don't have any reason to change my plugin to target the 3.5 platform, I'm left wondering how exactly is one supposed to do it. I can't seem to find any option which lets me change a plugin's target platform after it's been cre...

Patch vs. Upgrade

How do you distinguish between a "patch" and an "upgrade"? Where do you draw the line? A certain specification says I need to do "X" whenever I release an upgrade to the product. I need to draw the line somewhere. I don't want to violate this spec, but I've never really explicitly defined it before. ...

WSE 1.0 compatible with .net 3.5?

I'm currently upgrading my codes from .NET 1.1 to .NET 3.5 Along with my regular codes are my WSE 1.0 codes. I used the VS studio 2008 wizard to convert the codes into 3.5. I have not made any changes to the WSE 1.0 codes, in terms of changing its references. is WSE 1.0 compatible with .NET 3.5? or should i be asking, WSE1 upon conv...

How do I automatically upgrade Silverlight 3 out-of-browser application?

How do I automatically upgrade Silverlight 3 applications and start the new upgraded version without user interaction? I know that I can download and upgrade to new versions of the Silverlight OOB-app using Application.CheckAndDownloadUpdateAsync() but I don't know how to restart the application after that. (The Silverlight applicatio...

Upgrading Xcode Project to 3.2

Hey guys, How would I update my xcode project to 3.2? I need the app delegate of 3.2, but on my current 3.1 project doesn't have them. Please let me know how to do this. Thanks, Kevin ...