An action of moving between major version of any framework, product or language, or, just as commonly, alteration to the data schema of an application. This might involve modifying existing data to make it work with the new version.
0
votes
1answer
28 views
Oracle Designer 9i - Export layout information of ERD
We have a repository of hundreds of Entity Relationship Diagrams with a specific layout and we have to migrate them to Oracle Data Modeler including layout information.
Actually we have to redraw ...
-1
votes
1answer
334 views
Updating and migrating a Mac OSX 10.6.8 Server to a new Mac OSX 10.7 server [closed]
There is no good instruction on the internet on how to upgrade and migrate a Mac OSX 10.6.8 server to a new Mac OSX 10.7 server (not just updating the 10.6.8, but also migrating). For my employer, I ...
0
votes
1answer
64 views
Product Images & Extensions not showing after Magento upgrade/migration
I upgraded my Magento from 1.5.1 to 1.7 using a fresh install as described here: http://www.customerparadigm.com/magento-development/upgrade/how-to-upgrade-magento/
For some reason my product images ...
0
votes
1answer
26 views
ASMX to WCF migration
i m new in WCF.
Currently i m trying to upgrade my current asmx service project in to WCF.
-->I developed one dummy client (windows application) in .net 2.0.
--> Then i developed one asmx service ...
0
votes
0answers
33 views
NSMigrationManager's migrationProgress always return 0.0f while migrateStoreFromURL
I want to do manual migration without mapping model definition.
but, the Migration manager does not have progressing value. always return 0.0f.
How can I get migration progress value.
Thanks for any ...
0
votes
2answers
66 views
System.TypeLoadException referencing .NET 1.0 assemblies after .NET 4.0 migration
There's a project which was migrated from .NET 3.5 to .NET 4.0. The project has some references to .NET 1.0 assemblies, which are wrappers around COM objects. These .NET 1.0 assemblies and COM objects ...
0
votes
1answer
89 views
Heroku run rake db:migrate results in no change in the database, app restarted several times
I have a problem with pushing my migrations to the production database.
The issue:
I've altered database schema by adding 1 column.
I've migrated it to the production database:
MacBook-Air-Mac:app ...
1
vote
1answer
38 views
Sign In/Up Form in different migrations
I have a devise users table with a fully functioning sign in/up form.
What I was wondering was how to have that users form appear on a different table.
For example
users/sign_in works perfectly
...
0
votes
1answer
28 views
EF Code First migrations - how to add seed to my migration?
I already have few migrations, and now I am adding another migration, but this time I want to add seed to it. I tried adding this near my Up() and Down() methods:
protected override void Seed(ScykDb ...
0
votes
1answer
27 views
Add data to a unique, required column
I'm looking for the preferred way, and unique column to an existing table. I also want to add a unique index to the table. Before adding the index though, I obviously need to add data to the column ...
0
votes
2answers
63 views
Rails Argument Error on .save - Something to do with has_many belongs_to in Model
I get the following error when trying to save an entry into my database:
ArgumentError: Unknown key: class
This happens when I try to define which PageIcon my Page model belongs to.
Page ...
0
votes
1answer
25 views
Modifications needed for CodeIgniter site when migrating to Nginx
Could someone please kindly list all the modifications needed for a CodeIgniter site when migrating to Nginx?
Mine's currently running on Apache, and I suspect all the .htaccess files in my ...
0
votes
2answers
33 views
Site will not load. Why is “:4001” showing up in my browser's address bar when this happens?
I've migrated a local install of Wordpress to my host.
Now, when I attempt to load the site (ex. "www.mynewsite.com") the browser will churn for a while, then report that my site couldn't be loaded ...
0
votes
1answer
72 views
Is it possible to migrate WinJS app to C#/XAML WinRT and vice versa
I've developed and published a Javascript WinJS app for Windows Store. Reasons aside, is it possible to upload next release of this app written entirely in C#/WinRT/XAML instead? How to migrate an ...
0
votes
0answers
10 views
rake db:migrate unrealized constant
I'm getting this error... and I'm puzzled that i can't solve it. Migration adds one column to Event model.
20130329092308_add_rss_title_to_events.rb I've tried plural form 'event' in the name & ...
0
votes
1answer
36 views
MigratorDotNet: No public classes with the Migration attribute were found
Got next execption trying to applay migration using MigratorDotNet:
No public classes with the Migration attribute were found
Build secceded in general, no config error appear.
I have build config ...
1
vote
0answers
55 views
Magento gives 404 on every page, including homepage
I have just followed the following steps for a Magento migration.
Copied all fiels from our staging server to the production server
Dumped the database and copied it to the production server
...
0
votes
1answer
83 views
Data Migration from Java Hibernate SQL Server to Python Mongo Stack
I have one live website with multiple active users(around 30K) and each of them have their own configuration to render there homepages. The current stack of the portal is Java Spring Hibernate with ...
1
vote
1answer
135 views
Alembic --autogenerate producing empty migration
I am trying to use Alembic for the first time and want to use --autogenerate feature described here
My project structure looks like
project/
configuration/
__init__.py
...
0
votes
0answers
65 views
How to migrate large bzr project with many branches to git and filter history
After several years of using bazaar (and launchpad), we're planning to migrate the FEniCS project over to Git. We have a few requirements for this migration, which make it rather complex:
We want to ...
0
votes
1answer
63 views
Getting rid of old unused .mom(d) files from an installed app on IOS?
I am working on an application update.
I have rewrote the application from the scratch and switched to magicalrecords for model controlling
Heres my problem:
I have created a new ...
1
vote
1answer
49 views
how to change from per user to all user installation?
For our msi , we did not mention allusers property in existing releases. so by default it went as per user.
Our customers installed the application using an admin user id and that admin left the ...
0
votes
0answers
92 views
FB App - Feb 2013 Breaking changes / privacy url
I had a few alerts months ago regarding the FB app I run for our company.
I resolved those alerts that related to Terms of Service and Privacy URL's.
This morning it stopped working and the app had ...
0
votes
1answer
35 views
Migrating OpenCart problems
I just migrated my OpenCart store to a different server. I have changed the config.php files from the root and admin folders. I can access the main page and the admin back-end, but when I go to a ...
6
votes
1answer
143 views
Serialization and object versioning in C#
If I want to serialize an object I have to use [Serializable] attribute and all member variables will be written to the file. What I don't know how to do versioning e.g. if I add a new member variable ...
1
vote
2answers
79 views
Database deployment in rapid development environment ASP.NET Webforms/SQL Server
We do rapid development of web applications and we're looking for ways to separate our development and production databases (we currently develop directly on production... it's bad news).
We use ...
0
votes
1answer
17 views
Working while TFS Migration
Is it possible for developers to work offline while TFS is migrated? Can they checkout the code before migration and check it in after migration is done?
Source is TFS Express and Target is TFS 2012.
...
0
votes
0answers
184 views
NameError: undefined local variable or method `string' for main:Object in Rails migration
I am trying to add a new column to my rails model. I did similar thing before and everything worked perfectly every time. But, this time I am getting an weird error.
When I try to add source_code ...
0
votes
0answers
41 views
Migration of an C++ .NET solution from VS2008 to VS2010 (CLR breakpoint IntelliSense)
My Solution in-cooperates one .NET framework project and several C++ projects.
Bad news: VS2010 does not support Intelli Sense for .NET.
Additionally I am forced to enable the /CLR support for my ...
0
votes
1answer
57 views
Migration of an Spring, Hibernate 3.6.3-JPA application to Hibernate 4
Hello I'm trying to migrate an Hibernate 3.6.3 application to Hibernate 4 and I'm getting following error:
Invalid property 'dataSource' of bean class
...
0
votes
1answer
57 views
'The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activites.*'
We are currently upgrading our solution from .net 3.5 to .net 4.5. During which we are facing the below error
'System.Workflow.ComponentModel.Compiler.TypeProvider' is obsolete:
'The ...
0
votes
1answer
108 views
Migration from Play Framework 2.0.x to 2.1, how to shedule tasks?
My question is similar to this: play framework 2.1 - scheduling async tasks.
But I am kinda scala noob, I want to know how to shecule tasks by java code.
My java codes in 2.0.x is:
...
1
vote
1answer
73 views
Migrating Drupal site - URL aliases = 404 Not Found
I am migrating a Drupal site from Host X to Amazon Web Services...this isn't my first site migration, nor am I new to AWS (it's not my security settings, it's not apache). I had this problem a while ...
1
vote
0answers
51 views
Atlassian Jira On Demand Migration to TFS 2012
Are there any tools available for migrating from Jira on Demand to TFS 2012 ? All the tools that I saw needs Jira to be installed locally on our servers.
0
votes
0answers
40 views
Python mysql db migration
I'm changing a lot in an app, db schema among others. Im trying to create a dump from the old database in the new database schema ie.
cursor.execute("SELECT * FROM recv WHERE user="+str(oldID))
for i ...
0
votes
1answer
149 views
MSSQL to MySQL migration - char encoding issues with UCS-2 surrogate pairs, how can I remove these from MSSQL database?
I have been tasked with migrating a Microsoft SQL Server 2005 database to MySQL 5.6 (these are both database servers runnig locally) and would really appreciate some help.
-MSSQL source database has ...
0
votes
1answer
73 views
TeamSpeak3 Server Migration
I'm looking for a solution to copy all ts3 settings from one linux machine to another. That includes all user settings, channels, server settings etc. Actually a complete migration. The Problem is, ...
-2
votes
1answer
74 views
Workflow migrations phalcon
Time ago I worked with yii framework.
In yii framework with yiic shell I make migration file and write actions for db: create table, alter table, create index and any actions with another (no db).
...
0
votes
0answers
23 views
how to disable db check
I'm working with my 2 friends on same project. We`re using SVN and Entity framework with migrations
Person A have created database and hosted it. Now me and Person B after getting all from repo want ...
0
votes
1answer
41 views
Tools for Migration from Verity to Solr
Does someone know tools that can do a migration from Verity to Solr.
Our Actual code is using Verity K2 6.5 we are not using ColdFusion but Java/J2EE.
Thanks for your feedback.
0
votes
1answer
67 views
Project synchronization between TFS 2010 and local TFS 2012
We have remote client TFS 2010 and want create our local TFS 2012(that have sweet agile tools) with our repository and some branches for future tools/test and builds. Is there simple way for action ...
0
votes
0answers
43 views
Drupal 7 images in views break after migration
I'm using drupal 7.21. after migrated to the server, the images in views all break. (I created views slideshow and the images inside break. Even when I upload images to a new content page, the image ...
1
vote
1answer
54 views
Richfaces 4 - substitute for AjaxActionComponent
We are migrating an application from jsf 1.2 to jsf 2.0, and upgrading Ajax4JSF (ajax4jsf-1.1.1) to Richfaces 4.2.2.
In our old code, there are places where we use ...
0
votes
1answer
49 views
read the Xen Source code
i want to modify the xen(hypervisor) migration code. For that purpose i want to read out and understand the source code in terms of control flow, linkage and usage of different code segments. mainly i ...
1
vote
1answer
192 views
Web service's PostConstruct called before servlet context listener's contextInitialized
I need to migrate a web service application from Tomcat 6 (using JDK 1.5) to Tomcat 7 (using JDK 1.6) (actually testing on 7.0.27). The JAX-WS framework is Metro 2.1.
I'm using two ...
0
votes
1answer
53 views
Importing Vanilla Forum to SQL Server
I'm trying to get the data from a Vanilla Forums export into SQL Server so I can then write some sort of script to import it into YAF.NET. I've tried with an integration services project and the SQL ...
0
votes
1answer
78 views
EF Code First Migrations - not detecting changes
Preword: In my database table i have two fields: (string)(FK)UserPayoffData_UserName and (int)UserPayoffDataUserName. I made a mistake, and in reality, i would like it to be only single property, ...
0
votes
1answer
48 views
Ruby on Rails: No Migration Scripts are created any longer
I've been working with Rails for 3 Months now, but haven't experienced this problem until now. I'm currently working through Micharl Hartls Tutorial and everything worked fine so far, but suddenly ...
0
votes
1answer
98 views
Migrating mySql2 to postgreSQL : query cache type error when mysql2psql
So I'm migrating my development environment and production environment to postgresql so that I can deploy to Heroku. After installing the mysql2psql gem, initializing a (postgresql)database.yml file- ...
0
votes
2answers
129 views
how to convert microsoft access db to mysql on a mac [closed]
i have searched all over google for how to convert a access database to mysql under a mac and cant find anything. Every application out there is made for windows. I read somewhere that mysql workbench ...






