Questions tagged [migrating]

Moving program from one platform to another, or replace some of the libraries with other versions or similar libraries

126 questions
0
votes
0 answers

Migrating from Parse to Firebase Push Notifications on IOS

I am using the Parse demo app (ParseStarterProject) and Firebase demo app (Messaging Example) Both using the same Bundle Identifier and GoogleService-Info.plist I checked first that they were receiving pushes , installing them separately one at a…
0
votes
0 answers

Migrating from SQL 2012 to SQL 2014 "XCOPY" Userdb:s

Scenario: Original machine with WS 2008 and SQL 2012 => Cloned Cloned Patched => WS 2012R2 and SQL 2014 is it possible to run the WS 2008 and SQL 2012 for some time and just use xcopy for the user databases to the WS 2012R2 and SQL 2014 enviroment.…
0
votes
0 answers

Migration to VS2015 DLL not found

I created an application with VS2013 that worked perfect on my Dell desktop. At its core, it uses a DLL located at C:\lcms2.dll. Really, flawless. Today, I installed VS2015 Community onto my SurfacePro3, copied the Solution directory only to hit a…
Roger Breton
  • 81
  • 1
  • 9
0
votes
1 answer

Docker exporting container

My Docker install has problems and no longer works properly. When I try to use docker export [containername]. I get the following error FATA[0000] Get http://%2Fvar%2Frun%2Fdocker.sock/v1.18/containers/json: dial unix /var/run/docker.sock:…
0
votes
1 answer

Casting UnsafeMutablePointers to UnsafeMutableRawPointers

I have a couple of issues updating to swift 3.0. I have the following code: // Retrieve the Device GUID let device = UIDevice.current let uuid = device.identifierForVendor let mutableData = NSMutableData(length: 16) …
Tom
  • 790
  • 2
  • 9
  • 32
0
votes
1 answer

Migrating Apache to another machine

I am using apache version 2.0.16 on opensolaris machine.I have one application running on it.Now I want to copy all the configurations files from this to another machine which has the same configuration as the first machine. For this I would need to…
gaurav
  • 149
  • 1
  • 2
  • 11
0
votes
0 answers

Images broken after site migration

I have a friend that has a wordpress/woocommerce website. It's in danish, and he has uploaded ALLOT of images (hundreds) with danish filenames (that is with æøå in them) ... Now that I helped him migrate to a new domain ... all the images with…
denblaakop
  • 25
  • 5
0
votes
0 answers

Migrating Eclipse project to android studio

Migrating Project from eclipse to studio getting aapt error I already refer this and this but don't get idea how can i resolve it AAPT err(Facade for 581583437): D:\Ajay\Convert xyzTo Studio\Studio\xyz\src\main\res\drawable-xhdpi\ic_bookmark.png:…
Ajay Pandya
  • 2,417
  • 4
  • 29
  • 65
0
votes
1 answer

Migrating Codeplex SVN to Git with git svn clone

In the past (2013), I was able to migrate a repository from Codeplex (under SVNBridge) to a Git repository. I'm trying to do this again, with the same repository, and the 'git svn clone' method is not working. Basically, it creates the .git folder…
Jauch
  • 1,500
  • 9
  • 19
0
votes
1 answer

Migrating SSIS package from SQL Server 2005 to SQL Server 2008

Hi I am Migrating SSIS package from SQL Server 2005 to SQL Server 2008. The package ran successfully in sql 2005 using provider "SQLNCLI.1". In sql 2008 I have changed the provider to "SQLNCLI10.1" it gave below error: Error:SSIS Error Code…
subbu
  • 1
  • 1
0
votes
1 answer

R slight difference since ‘sqldf’ version 0.4-10, treating of period separated variable names

There is a slight difference in the way sqldf treats variable names between R 3.1.1+ (‘sqldf’ version 0.4-10+) and 3.0.2 (‘sqldf’ version 0.4-6.4). If you run the code below, the variable separated by a period will be altered to be separated by an…
Simon
  • 675
  • 1
  • 6
  • 15
0
votes
1 answer

migrating any windows program to another pc (without installer GUI)

I am looking for a way to remotely install a program to other computer units running Windows on the fly ,without the need of running the installer steps on each computer (next,next,finish...) all over again , .exe installers don't usually have an…
0
votes
1 answer

Enable Data Service on new WSO2 - ESB installation

I am trying to migrate an installation of WSO2 - ESB from an old 2003 server to a new 2012 server. The old server had version 2.0.2 while the new server has version 4.8.1. The application is running and I can log in and browse the system. The…
Josh
  • 1
0
votes
1 answer

Migrating eclipse project from github to android studio

I am in the process of migrating my current project from eclipse to studio which is present on github. My project makes use of google play services lib and an another library (calendar lib to be precise) I tried many ways of migrating to studio…
0
votes
1 answer

date issue after migrating to SQL Server 2012

I am facing an issue after we migrated our DB from SQL Server 2008 R2 to SQL Server 2012 in our production server. When we pass any date in yyyy-mm-dd format it changes it into yyyy-dd-mm and breaking all the applications. So in SQL itself datetime…
user3851995
  • 37
  • 1
  • 1
  • 5
1 2 3
8 9