Moving program from one platform to another, or replace some of the libraries with other versions or similar libraries
Questions tagged [migrating]
126 questions
1
vote
1 answer
application migrating from weblogic 9.2 to weblogic 12c
I want to migrate an application from webLogic 9.2 server to webLogic 12 c. I'm newer for this process. Can someone help me for making this, please?
I don't know very much weblogic server.
Thks,
Awa

Awa
- 33
- 1
- 7
1
vote
1 answer
multiple definition of QString::fromUtf8 and undefined references
I am migrating a huge project from Qt4.x to Qt5. Right now I am having this issue that I can't solve:
C:\Qt5\5.2.1\mingw48_32\lib/libQt5Core.a(d003170.o):(.text+0x0): multiple definition of `QString::fromUtf8(char const*,…

Victor
- 907
- 2
- 17
- 42
1
vote
0 answers
db2 SYSIBM tables in oracle
please, has anyone an idea, how could be this db2 statement rewritten into oracle database?
SELECT *
FROM SYSIBM.SYSPLANDEP
WHERE BNAME = 'TABLE1'
AND DNAME = 'PLAN1'
I think the oracle table could be ALL_DEPENDENCIES, but I don't know which…

mmz
- 63
- 5
0
votes
2 answers
Migrating from Lighthouse to Jira - Problems Importing Data
I am trying to find the best way to import all of our Lighthouse data (which I exported as JSON) into JIRA, which wants a CSV file.
I have a main folder containing many subdirectories, JSON files and attachments. The total size is around 50MB. JIRA…

jkhamler
- 543
- 2
- 6
- 13
0
votes
0 answers
Migrating to Vue3 How can I have attributes on a component's root element and native event listeners on a child element?
I need to have attributes including classes and general attributes in root element and extract all native events on child element in a component. According to the new Vue3 documentation there should be some workaround with that since now we have…

Даниил Гришаев
- 1
- 2
0
votes
0 answers
Can't access Webpack debugging after upgrading to Angular 16
I've become the inheritor of a piece of software developed in angular 10. After fighting with it for far too long to update it to angular 16 along with its packages, I've run into an issue.
When I run ng serve -o and inspect the page in Chrome, the…

cszynkowski
- 1
- 2
0
votes
0 answers
Migration from 2factor otp to firebase in php laravel website
I want to migrate 2factor authentication to firebase authentication by email and phone number. I have website in laravel php with godaddy hosting. 400+ users already registered. I want to sync my database to firebase.

Priyasudhesh
- 21
- 3
0
votes
0 answers
Adding Elementor Background Image conflicts with CSS Styling
I migrated a website from a subdomain to the final domain and I had bunch of problems regard CSS and images.
If I use standard background image the CSS on website doesn't works, only with background presentation image it works properly.
I tried…
0
votes
1 answer
Postgres constraint list filled with numbers and booleans
I am migrating a database from MySQL to Postgres with a lot of data (128GB). I therefore, load the database without constraints and foreign keys to optimize performance, but it ultimately gives me weird constraints, that I do not understand.
I load…

Chriscolle
- 1
- 1
0
votes
0 answers
Migrating my flutter project to null safety - indicates versions opting in to null safety is not showing
I'm trying to Migrating my flutter project to null safety. For that I run dart pub outdated --mode=null-safety it gives only indicates versions without null safety support.
But in this article I can able to see…
0
votes
1 answer
Runtime error after migrating from 4.6.1 to 4.7.2 .NET framework
I have an MVC web app that was running just fine on .NET framework 4.6.1. I had a need to change the target framework to 4.7.1 or later so I chose 4.7.2.
I simply changed the Target Framework dropdown under the project properties and updated…

ASPed
- 51
- 8
0
votes
1 answer
Error authenticating after migrating to Spring Security 6 - (Missing client_secret)
I've been migrating my microsservices to Springboot 3.0.2, and now i have to use the spring security version 6, but i'm facing a problem when the request build the request body to OAuth Provider in background, when i see the logs i realized that…
0
votes
1 answer
How to migrate/seed sequelize-cli files using Umzug
I know that I currently have sequelize.sync commented out. But otherwise it would generate my tables automatically and I wouldn't know if my dbmigrate.js actually worked.
My problem: I want to call the file dbmigrate.js. This file should fill my…

M4themat1c5
- 11
- 1
0
votes
0 answers
Oracle to PGSql
we are modernizing our application from oracle to postgres and moving to Azure cloud. We used Ora2pg tool to migrate schema and data. Now, I am facing issues with code.
i integer :=0;
tmp_cnt integer;
tmp_Tab_Str …

vana
- 21
- 2
0
votes
0 answers
Mobile App migrating to new device don't want to copy the app data
I have a mobile app, while migrating my device from iPhone 13 to iPhone 14 it was even copying the app data. is there any way to stop copying the app data while doing the migration ?
my use case: after successful migration to the new device(iPhone…

AmjathKhan
- 1
- 2