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
1 answer

Error: Invalid seed file: seed.js must have a seed function

I'm trying to seed some data into a database. The seed file is written in Typescript, then compiled into Javascript for knex to run. When I try and run the seed file I get the error listed in the title. Error: Invalid seed file: seed.js must have a…
0
votes
0 answers

Migrate java web project IBM RAD to Intellij

We have a project that developed in IBM RAD 8.5 and using WebSphere Server. I want to migrate the project to Intellij idea and use tomcat to jBos for server. When I try to add the dependencies jars, still I got this error. "Error:(14, 36) java:…
0
votes
0 answers

Migrating a VS 2017 project to Embarcadero

Dear Embarcadero users, I am trying to migrate my VS 2017 project to Embarcadero but so far invain. You should link to…
0
votes
1 answer

CircleCI Error migrating config to version 2

I am trying to migrating circleci 1.0 to 2.0 , and I got this error. in job ‘build’: steps is not a list can someone help me what is the reason ? version: 2 jobs: build: docker: - image: circleci/ruby:2.2.3-jessie environment: …
0
votes
1 answer

Prestashop Error, redirected to many times after migrating to another host and domain

I transferred my prestashop site to another host and domain and now im getting "redirected to many time" error. This page isn’t working www.yoursite.com redirected you too many times. Try clearing your cookies. ERR_TOO_MANY_REDIRECTS
0
votes
1 answer

Moving Slack teams from one laptop to another

Having acquired a new MBP, and being in the awkward position of not remembering each and every team I've logged in to on my current laptop, I need to somehow migrate teams across. Since SO does not appear to have an answer for this yet (or a…
Ben Pottier
  • 109
  • 2
0
votes
1 answer

Setting up connectionstring for host

Bear with me as I do it first time. I made simple web application that I'm trying migrate to online site. After migrating i got error: [SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection…
0
votes
2 answers

Migrating new Word Press to a different CPanel account with old site on it

I was charged by a client to build a new Wordpress that will replace an old website built with a custom CMS. I built the WordPress on a different CPanel user and sub domain. It is currently (the new site) on http://alpha.mywebsite.com while the old…
0
votes
2 answers

Migrating all of Wordpress website into one

Currently, i have 3 WooCommerce Wordpress websites. However, i want to migrating them into new one (Users, Pages, Posts, Products,...). I have tried to export and import individually each of section above. There is one problem : The Pages, Posts,…
daniel8x
  • 990
  • 4
  • 16
  • 34
0
votes
2 answers

Trying to convert simple execution stored procedure to postgres function - can't get CURRVAL('table_seq') to function

The MySQL Stored Procedure was: BEGIN set @sql=_sql; PREPARE stmt FROM @sql; EXECUTE stmt; DEALLOCATE PREPARE stmt; set _ires=LAST_INSERT_ID(); END$$ I tried to convert it to: BEGIN EXECUTE _sql; …
0
votes
1 answer

Migrating and comparing a SQL Server database

We downloaded today RedGate's Toolbet, in oder to automatize some tasks that take so long in our company when it comes to databases. The first one appear with a 15 GB database we have, with a lot of indexes, constrains and also several triggers. We…
0
votes
2 answers

TFS with old version TFS change-set history

I have an on-prem TFS, In that there are too many change-sets are available. Now I'm using Visual Studio Team Services (VSTS) for same project, but I want to integrate my on-prem TFS change-sets also at VSTS. It means, If in my on-prem in have…
Amit
  • 43
  • 5
0
votes
1 answer

Migrating a classic ASP website to a new server

I'm trying to help a friend migrate a classic ASP website, as the old webhotel no longer offers classic ASP support. There were no databases to be found on the old server. When just copying the public_html folder to the new server, I receive an…
0
votes
0 answers

After migrating WP site from http to https Facebook Like Counts lost on several posts but not on all?

I have a weird problem. Two weeks ago I migrated my Wordpress sites from http to https. I used the Really Simple SSl plugin to get it all secure: https://wordpress.org/plugins/really-simple-ssl/ That worked great. But after the migration I saw I…
0
votes
1 answer

Whats the easier/elegant option when it comes to porting Classic ASP websites to newer technology/platform?

we have a number of classic asp based websites with CMS functionality. Most run on Mysql 4.1 Please correct or suggest me better options. My plan is to standardize the existing code to use RESTful methods where ever possible. The Business logic…
Abhijit
  • 1,153
  • 2
  • 16
  • 32
1 2 3
8 9