-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to Publish 3rd Party App File to Docker with "Publish-BcContainerApp" #3604
Comments
If you run Extract-AppFileToFolder -appFilename $appfile -generateAppJson -openfolder What error do you get? |
Hi Freddy,
Thanks for your prompt response. I receive the following when running the extract command:
Extract-AppFileToFolder Telemetry Correlation Id: de839941-6f76-43eb-9eae-56b1873fdec9
ForEach-Object : Exception calling "ExtractToFile" with "2" argument(s): "The process cannot access the file 'C:\Users\Matthew.Hill\AppData\Local\Temp\57c0a2e6-a750-4b27-9e53-583dfe1aff28\src\src\BasicSetup.Table.al' because it is being used by another
process."
Thanks.
From: Freddy Kristiansen ***@***.***>
Sent: Friday, July 26, 2024 4:17 PM
To: microsoft/navcontainerhelper ***@***.***>
Cc: Matthew Hill ***@***.***>; Author ***@***.***>
Subject: Re: [microsoft/navcontainerhelper] Unable to Publish 3rd Party App File to Docker with "Publish-BcContainerApp" (Issue #3604)
If you run
Extract-AppFileToFolder -appFilename $appfile -generateAppJson -openfolder
What error do you get?
—
Reply to this email directly, view it on GitHub<#3604 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A3GLMHDZJGEB2SMRFEWJX3DZOJR5JAVCNFSM6AAAAABLQWH6D2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJSHE3TSNJYHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I would probably need a copy of that .app file to find out why this is happening - it looks like this .app file contains something, which makes the Extract-AppFileToFolder fail. |
Hi Freddy, thansk for the update. I have provided the file in question via a OneDrive share, thanks. |
I haven't seen any email with a link? |
I have just shared it again. I used freddyk and changed the words to symbols in the address above. |
Strange - nothing in my inbox - nothing in any of my folders, nothing in SPAM. |
Hi Freddy, I sent a "plain" email the other day. I don't know if you recieved that? |
didn't get anything |
You can also try my private email address [email protected] - I don't use that normally, but you can try to email that. |
I am trying to Publish a 3rd Party App file to my local docker. However, I am getting an obscure error that I do not understand, or know how to deal with. I am using the same procedure that I have for many other app files.
Publish-BcContainerApp -containerName “MyContainer" -appFile "3rdPartyPackage.app"
BcContainerHelper is version 6.0.19
BcContainerHelper is running as administrator
Host is Microsoft Windows 10 Pro - 22H2
Docker Client Version is 27.0.3
Docker Server Version is 27.0.3
This does not happen all the time (I have published others, not least from other vendors). It has worked in the past for older versions of the same app.
I have managed to Publsih the .app to one environment, but I need to Publish it to two others. It is these two that are the problem.
The text was updated successfully, but these errors were encountered: