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

Looking for solution to enable OME encryption for dedicated messages at rest

we are looking for a solution to enable automatically OME encryption on dedicated messages at-rest in users exchange online mailbox. Background: We are migrating from Notes to Exchange (M365). The migrating tool does not have the option to migrate…
YasKa
  • 1
0
votes
1 answer

Weird problem migrating blazor from .net 5 to .net 6.0

I migrated my blazor WASM + web Api to .Net 6.0. My web API seems OK at least in regard to compile & usage via Postman. On the client WASM side though, after following all instruction to upgrade + updated my packages including MudBlazor, I have a 1…
0
votes
0 answers

Move build project from AWS code pipeline to TeamCity

CICD is happening in AWS code pipeline (via jenkins) and there are many project and i want to move all those project into TeamCity CI. How can i do? Kindly suggest me. Code is building through AWS code pipeline which is also include code commit, and…
ravid
  • 1
  • 1
0
votes
1 answer

Errors when migrating from maven to gradle

Hi I was trying to migrate from maven to gradle, but I have this error when compiling, and I'm pretty new to gradle so idk now how exactly to fix things and where to fix them. I cannot share the src bc its private, but i can share some img if needed…
BarraR3port
  • 19
  • 1
  • 3
0
votes
1 answer

Migrating to mySQL5 supported server - does it take a day?

Am helping someone to install WP on their current host, which unfortunately only has mySQL4 (whereas WP now requires mySQL5) and their host responded with this message: "can host it somewhere else that has mysql5 but you will need to reconfigure…
Mosey
  • 23
  • 4
0
votes
1 answer

Receiving reports data in AdSense v2

While migrating from an older version, I ran into a problem with the reports pulling. The same report from v1.4 isn't return any data in v2: v1.4 report scrape: self.service.accounts().reports().generate( accountId=account_id,…
0
votes
0 answers

To what extent is it bad to modify a child DOM element within a Vue controlled DOM structure? (Slow migration to Vue)

First off, I know its bad, if its Vue controlled, then you should control the DOM using Vue. BUT, real life situations are rarely ideal, and in this case, we are migrating an app written in backbone and jQuery, slowly to Vue. I'm integrating Vue (3)…
redfox05
  • 3,354
  • 1
  • 34
  • 39
0
votes
1 answer

How to migrate from monoliths/microservices to Faas?

I'm currently studying these concepts and I wondered how this could be done.
Elver
  • 1
0
votes
1 answer

link doesn't work after migrating wordpress website and changing URLs with plugin

I tried to change the old URLs of my website to the new website URLs. The old domain was https://example.com/sophie (a subdomain) and the new domain was https://newexample.com (examples). However, I got a 500 internal error when I click links on the…
Sophie
  • 15
  • 4
0
votes
1 answer

How to populate a DB using and JSON file in rails

So, before asking, I must say I am absolutely new to web programming. I have started studying 2 days ago and my only programming experience is with C language. I am trying to learn ruby on rails through some exercises. This means that I don't know…
Brisão
  • 103
  • 2
0
votes
2 answers

Migrating from jQuery 1.12.4 to 3.3.0 issues

After following the guide at the jQuery github I eliminated 8/10 issues if I want to upgrade. However I am having 2 issues which I can't solve myself or with the help of google. Please have a look: JQMIGRATE: jQuery.fn.offset() requires a valid DOM…
0
votes
1 answer

Better way to use Laravel login into a "legacy system"?

I need to make a migration of a legacy system to Laravel. I'm using PHP 5.6 and we have a login system using session and cookies to personalize some user stuffs. Well, I want to migrate some parts of my system and the first one I believe that will…
Hermus
  • 193
  • 2
  • 11
0
votes
1 answer

Move from python 2 to python 3 on Mac

I have both python 2.7.16 and python 3.7.3 on my Macbook air. I don't use python 2.7.16 so I want to remove it, but I understood that this could break my Mac. I am frustrated from using python3 and pip3 instead of python and pip is there a way to…
Finci
  • 108
  • 1
  • 10
0
votes
1 answer

ZEROIFNULL - SQL Teradata - Azure

We are migrating from Teradata to Azure, and converting the scripts that were pointing to Teradata to the appropriates scripts that work in Azure. There is a function in Teradata SQL server called ZEROIFNULL, that as expected, if the value of the…
0
votes
1 answer

Php artisan migrate in command prompt is bringing errors when I want to migrate Laravel project to my second computer

When I tried this code in command promt in my directory of laravel project: php artisan migrate: I always get this error warnig what is the reason and how I an fix it: PHP Parse error: syntax error, unexpected ':' in…
1 2 3
8 9