Hi,
Please help me this error when public app or debug: SchemaUpdateMode=synchronize&DependencyPublishingOption=default failed with code UnprocessableEntity. Reason: The extension could not be deployed because it is already deployed on another tenant.
I have taken the following steps:
I change the field size on the table and run "schemaUpdateMode": "ForceSync" in launch.json (after deploy i block //"schemaUpdateMode": "ForceSync",):
{
"version": "0.2.0",
"configurations": [
{
"type": "al",
"request": "launch",
"name": "ITDOF_UPGRADE",
"server": "http://localhost",
"serverInstance": "BC140",
"authentication": "Windows",
"startupObjectId": 22,
"startupObjectType": "Page",
"breakOnError": true,
"launchBrowser": true,
"enableLongRunningSqlStatements": true,
"enableSqlInformationDebugger": true,
"schemaUpdateMode": "ForceSync",
}
]
}
Then deploy app as steps bellow (extention install OK):
- Publish-NAVApp -ServerInstance BC140 -Path "C:\Extension DEV from LIVE\ITDOF_UPGRADE\ITDOF_ITDOF_UPGRADE_18.4.4.110.app" –SkipVerification
- Sync-NAVApp -ServerInstance BC140 -Name "ITDOF_UPGRADE" -Version 18.4.4.110 -Mode ForceSync
- Start-NAVAppDataUpgrade -ServerInstance BC140 -Name "ITDOF_UPGRADE" -Version 18.4.4.110
If I public directly from VS Code or Debug (F5) I get an error as picture:

I don’t know when change size field (ex: code[20] -> code[30]) I deploy it right (command) ? cause and how to fix it, please help me !!!