Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
19 views

In prisma migration, it gives this error: Already in sync, no schema change or pending migration was found

I recently added a new field called membersCount in my community model in the schema.prisma , as usual after that i migrated my schema npx prisma migrate dev , but it shows ----> Already in sync, ...
Mahima Singh's user avatar
0 votes
1 answer
14 views

'global' is not recognized as a valid pseudo-class. Did you mean '::global' (pseudo-element) or is this a typo?

I am migrating existing web application built with react-scripts and craco to Rsbuild following this guide. The project is using LESS and CSS (LESS) modules pattern. During a build step a receive a ...
ezze's user avatar
  • 4,130
0 votes
0 answers
31 views

How can I non‐interactively authenticate (using impersonation) and migrate OneNote notebooks for users now that Graph API app-only tokens are retired?

We’re building an unattended migration tool to move all OneNote notebooks, sections, and pages for ~2,500 Microsoft 365 users into Google Workspace. Until recently, our service used app-only (...
Jeet's user avatar
  • 1
0 votes
0 answers
25 views

how to vuefity3 migration

I’m upgrading my Vue.js project from Vuetify 2 to Vuetify 3 (on Vue 3). Before, I had a global CSS file full of overrides targeting Vuetify 2 class names. After switching to Vuetify 3, none of these ...
ryuuuu01's user avatar
-1 votes
2 answers
64 views

(errno: 150 "Foreign key constraint is incorrectly formed ")") [duplicate]

I am trying to create scheduleUser migration but this error is popping out although I am using the same standards I've been taught. I created another schema it gave me the same error. I made sure the ...
Oaska's user avatar
  • 1
0 votes
1 answer
46 views

I am not able to see any databases after connecting source SQL Server to Azure Data migration Service

enter image description here During the POC, while I am trying to connect my source, source connection is established successfully, but I don't get any databases populated in the source. I want to ...
Amit Singh's user avatar
0 votes
2 answers
89 views

View created fine before, now fails every time on Postgres using Liquibase

This is the view: SELECT DISTINCT d.comic_book_id as comic_book_id, d.comic_detail_id as comic_detail_id, d.archive_type as archive_type, ...
mcpierce's user avatar
  • 321
0 votes
0 answers
28 views

Net Maui - Black Screen on page transition

I migrated Xamarin app to Net Maui (Net9.0) Was a lot more work involved than I hoped but all is good, apart from one issue. On every change of page, I get a black screen (full black screen) on ...
James Blair's user avatar
1 vote
3 answers
50 views

SqlConnection.Open works for System.Data.SqlClient and fails for Microsoft.Data.SqlClient with same connection string

I upgraded a library from .NET 4.7 to .NET 8.0. In doing so, I had to update my System.Data.SqlClient references to Microsoft.Data.SqlClient. I have both projects open, in different VS sessions, side ...
Mike's user avatar
  • 190
0 votes
2 answers
41 views

How to prevent telescope migrations from running on production?

I've recently upgraded to Laravel 11. One of the steps in the upgrade guide is to publish telescope migrations since telescope doesn't load them automatically any more. The problem is, if I add ...
Gonçalo Marrafa's user avatar
1 vote
2 answers
45 views

NestJS - Best practices for handling TypeORM migrations

I've been having problems lately with keeping DBs of different environments in sync, and am searching for the best practices to handling TypeORM migrations. A few questions that came up are: Should i ...
Yahli Gitzi's user avatar
0 votes
1 answer
59 views

Integrating NServiceBus with Azure Functions V4 (isolated worker) in .NET 9

I'm trying to migrate my .NET 6 with Azure Functions v3 to .NET 9 and Functions v4 isolated mode. I follow the Microsoft upgrade guideline, but I have some problem to migrate this code. I tried to do ...
Felipe Siqueira Queiroz's user avatar
0 votes
0 answers
51 views

Payload CMS: parse html with image/code blocks into lexical editor

In Payload CMS, is it possible to migrate html, containing images and code blocks, into lexical editor? I added a custom ImageNode into the headless editor's nodes: const headlessEditor = ...
Valentin Bytenskiy's user avatar
0 votes
0 answers
11 views

Sequelize CLI access from one model to another

I use sequelize-cli migration scripts to create models I have created models 'user' and 'user-role' I want to access to model user_role from the file user This how my directory structure looks like: [...
Дмитрий Касминюк's user avatar
0 votes
2 answers
58 views

Issue with Reading JSON File from Resources Folder in Spring Boot after Migrating to Java 17

I recently migrated my project to Java 17 and Spring Boot 2.5.7. After the migration, I'm encountering an issue where a JSON file located in my resources folder isn't being read correctly when running ...
Komala Dunna's user avatar
0 votes
1 answer
50 views

Migrating AD Graph and MSAL Authorization Code - Issue with Delegation in Migrated Code

I'm working on migrating a application that uses Azure AD Graph and MSAL Authorization to the newer Microsoft Graph API and MSAL.NET. Below is the code snippet that retrieves direct reports for a user:...
Nachiappan R's user avatar
0 votes
1 answer
72 views

How to Define a money Data Type in Laravel Migrations for SQL Server?

I'm working with Laravel migrations and need to define a money column type in SQL Server. However, Laravel's schema builder does not provide a direct money type. I’ve considered two approaches: Using ...
Filbert Umbawa's user avatar
0 votes
1 answer
34 views

Shopware 6 - Registering EntityDefinition in services.xml error

I'm following: Shopware 6 - Developer Training Basic (EN) From: https://academy.shopware.com/courses/take/shopware-6-developer-training-english/lessons/9225171-entities Service "Shopware\Core\...
Gjergj Kadriu's user avatar
0 votes
0 answers
15 views

How to retain a few accounts in google workspace while migrating from google workspace to microsoft 365?

Google workspace to microsoft 365 migration I want to know how I can retain a few mail ids in Google Work Space while migrating from Google Work Space to Microsoft 365? Is there a provision available ...
user29971161's user avatar
0 votes
0 answers
63 views

Migration to Angular v17 with ng2 charts v2

I'm working on migration of Angular 14 project to Angular 17. One of the main obstacles is that the app has some ng2 charts that are version 2 which is not compatible with newer versions of Angular. ...
Gosia's user avatar
  • 7
0 votes
1 answer
61 views

Odoo18: override of t-name template not applied

In odoo.sh, after the successfull upgrade of my DATABASE from odoo16 into odoo18 on a Staging branch, I have changed the js and its related t-template files (to display html into gantt cell) of one of ...
Ahrimann Steiner's user avatar
0 votes
1 answer
33 views

Vue3, Vuetify3, Vitest, Teleports not rendering

I was having a problem testing my application because vuetify3 uses teleports in their v-menus, v-dialogs, v-tooltips, etc. We can disable the teleports by using attach, but that breaks some of our ...
jesse ekstrom's user avatar
1 vote
2 answers
67 views

SystemWeb Adapters Authentication failing due to multiple redirects with "query string is too long"

I am facing a problem when using systemweb adapters and YARP to incrementally migrate from ASP.NET on .NET 4.8 to ASP.NET Core 8.0. Specifically I am using authentication client and server and when I ...
user29953368's user avatar
0 votes
0 answers
25 views

Migrate spring-data-redis 1.5.2.RELEASE to 2.3.12.RELEASE

I'm trying to migrate spring-data-redis 1.5.2.RELEASE to 2.3.12.RELEASE, but I'm finding that some methods in RedisCacheConfiguration are not in version 2.3.12.RELEASE I have the method ...
mf117's user avatar
  • 11
0 votes
0 answers
18 views

Missing "Unrecognized UserBlocks Section" after migration to Cfg6

After migrating the generator code with gendevkit-generator-migrator-1.3.0 and generate gen data with Cfg6, there are missing code parts in the "Unrecognized UserBlocks Section". They were ...
user18617492's user avatar
0 votes
1 answer
18 views

How to effectively create an alias attribute for a given attribute

Given the following definition for my SqlAlchemy class: class User(Base): id = Column("user_id", String(60), primary_key=True) user_name = Column("user_name", String(60), ...
DarkTrick's user avatar
  • 3,575
0 votes
0 answers
218 views

Winforms Designer not working after upgrading from .NET Framework to .NET 8 with the migration assistant

I've upgraded a Winforms application from .NET Framework to .NET 8 using the migration assistant. The program runs fine in debug mode, with the forms working. The problem is that when I go to the ...
E. A. Bagby's user avatar
0 votes
1 answer
33 views

How do I generate a migration file with @Check contraints in Hibernate?

I have a problem. I put the @Check annotation with the appropriate checks over the entity field. Further, I tried to generate the migration file both through the “DDL by Entities” function and through ...
Дмитрий Дмитриев's user avatar
1 vote
0 answers
155 views

I'm moving to Angular v19 and I'm struggling with setup initialisation of NGRX/store

denormalized-user.selectors.ts:22 Uncaught TypeError: Cannot read properties of undefined (reading 'SelectEntities') After upgrading my application from Angular v18 to v19. I'm getting the error upon ...
paker981's user avatar
0 votes
2 answers
48 views

To migrate an ASP.Net app to .Net Core, is MVC required?

Does an asp.net app have to use MVC in order to be migrated to .Net Core? The app is simple: 3 screens and some calls to stored procs to get and update data. I do not want to use the Visual Studio ...
Adrev's user avatar
  • 1
0 votes
0 answers
75 views

Symfony 7.2 and Doctrine Migrations with two different databases

I have troubles to execute properly the migrations between two different databases with Doctrine. Here my Doctrine debug information: Current configuration for extension with alias "...
nnikolay's user avatar
  • 1,771
2 votes
1 answer
108 views

How to convert cString into String in Swift6?

The following code produces a warning in Swift6: 'init(cString:)' is deprecated: Use String(decoding: array, as: UTF8.self) instead, after truncating the null termination. var size = 0 ...
Chris's user avatar
  • 1,477
0 votes
0 answers
51 views

Key Error when trying to remove slug from my models

I am getting this error when I run migrations: *old_field = model_state.fields.pop(name) KeyError: 'slug'* I have no reference to a slug apart from in my migrations where I had added it then tried to ...
Adelle's user avatar
  • 11
0 votes
0 answers
16 views

Migation of users and groups from OpenDS to Microsoft Entra External ID tenant

What are the migration options and tools available for Microsoft entra external id if "one wishes to migrate LDAP users and groups to" Microsoft entra external tenant. There is no ...
1pax1b's user avatar
  • 1
0 votes
1 answer
75 views

How to fix the error of migrations in ASP.NET Core

I just started an ASP.NET crash course and I have a problem. In that course the teacher uses migration for SQL databases and he typed this this command in the Package Manager Console: PM> add-...
new csharp'er's user avatar
0 votes
1 answer
55 views

Type 'org/jboss/resteasy/specimpl/ResteasyUriBuilderImpl' (current frame, stack[0]) is not assignable to 'javax/ws/rs/core/UriBuilder'

I am upgrading from Keycloak 12 to Keycloak 26 and adapting custom providers for this version. During a procedure, I get the following error: 2025-01-30 15:12:45,024 ERROR [org.keycloak.events....
lala's user avatar
  • 1
0 votes
0 answers
22 views

How do I register a class to WMI in .NET?

I'm migrating an old .NET Framework shared library to .NET 9 (or something close). It uses a combination of System.Diagnostics.Tracing.EventSource (to put the event) and System.Management....
Brandon's user avatar
  • 755
0 votes
0 answers
61 views

After performing a Nextcloud AIO migration, the container keeps restarting

I used the following command to run the container: docker run \ --init \ --sig-proxy=false \ --name nextcloud-aio-mastercontainer \ --restart always \ --publish 8084:8080 \ --add-host=host....
Vaibhav Mankar's user avatar
0 votes
1 answer
56 views

Error: Classes can't be declared inside other classes

I have some old code which I migrated from Android Chipmonk do Ladybug by manually copying the folders from the old version to the new ones as my old mac was defect. Now I m facing lots of errors now ...
datavinnie's user avatar
1 vote
2 answers
260 views

How to resolve The _AppComponent component is not marked as standalone, but Angular expects to have a standalone component here

I was migrating from standalone component to module based where I changed and even tried to remove standalone in the decorator in the appcomponent, and in main.ts file I imported platformdynamic and ...
Janvi's user avatar
  • 23
0 votes
1 answer
85 views

ActiveMQ Artemis, AMQ219006: Channel disconnected after migration to spring boot 3.2.2

After migrating to spring Boot 3.2.2 and Java 17 I'm having trouble connecting to my Artemis broker. In Java 11 everything is working well. before (working-well): <dependency> <groupId>...
Никита Ким's user avatar
4 votes
1 answer
3k views

Unable to upgrade Tailwind CSS v3 to v4

I am unable to upgrade my old vite React project with Tailwind CSS v3 to Tailwind CSS v4 by using the below command: npx @tailwindcss/upgrade@next The terminal output screenshot: Error Message At ...
Bashir Ahmed Mondal's user avatar
0 votes
0 answers
63 views

Most efficient way to transfer large strings from postgreSQL to AzureSQL

I am currently working at a project, where I have to migrate a large amount of data (roughly 37mio entries) from a postgreSQL to an AzureSQL. One Column contains a JSON Payload stored as jsonb. Those ...
user29370337's user avatar
0 votes
1 answer
53 views

How generate migration with Typeorm without database connection

I have a production database that cannot be accessed publicly, and I need to generate migrations in this situation. What are the best practices for handling this scenario? How can I generate ...
Sina Pirani's user avatar
1 vote
1 answer
62 views

ArgumentOutOfRangeException when Assigning EnumValue<T> in OpenXML SDK 3.2.0.0

I’m migrating code from OpenXML SDK version 2.x to 3.2.0.0 and facing an issue with EnumValue when assigning values to OpenXML elements. In version 2.x, I used Enum.TryParse to validate and parse enum ...
Geringverdiener's user avatar
0 votes
0 answers
30 views

Portable ID generator in Hibernate (For Oracle 11G and Mysql 8.0)

Background I am trying to migrate my database form Oracle 11G -> Mysql 8.0. I am using hibernate as my ORM layer (over spring boot app) Problem While migrating to mysql, i also need to change my id ...
Harshit's user avatar
  • 1,303
1 vote
0 answers
56 views

Problem with required files - Migration from Oracle Forms 6i to 12c

I am in the middle of a technology migration from Oracle forms 6i to 12c and I am encountering the following issue. In my forms I have fields that have the property Required = Yes, but they are either ...
Yuriy Andzheyevskiy's user avatar
0 votes
1 answer
90 views

How to preserve data comma ',' while exporting data from SQL Server to flat file (CSV) where column delimiter is ','

I'm trying to export data from a SQL Server database to flat files (destination as .CSV) for migrations. The issue that I'm facing is to preserve the comma (,) in my content text. E.g. FruitsGroup ...
Abdul Basit's user avatar
0 votes
1 answer
57 views

Django alterfield migration to textfield fails

The migration for Django package django-mail-queue contains the following in relevant part: migrations.AlterField( model_name='mailermessage', name='to_address', ...
Mike Robinson's user avatar
0 votes
1 answer
245 views

How do you preserve createdon, createdby, modifiedon, and modifiedby in a Dataverse migration?

Having tried SSIS and KingswaySoft, I opted to write a console app to migrate my Dataverse tables instead. Code is more familiar and has proved easier for me than the no-code approach. I ran into an ...
M. Lanza's user avatar
  • 6,800

1
2 3 4 5
226