Skip to content
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

Timeout when deploying data packages only #87

Open
markcunninghamuk opened this issue Aug 2, 2023 · 0 comments
Open

Timeout when deploying data packages only #87

markcunninghamuk opened this issue Aug 2, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@markcunninghamuk
Copy link
Member

markcunninghamuk commented Aug 2, 2023

I noticed a timeout bug when you have no solutions to deploy and you want to purely released data packages. This is an edge case scenario but someone else might encounter it

Example

<?xml version="1.0" encoding="utf-16"?>

<!--
  More information about ImportConfig.xml file
  https://docs.microsoft.com/en-us/power-platform/alm/package-deployer-tool
-->
<configdatastorage xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                   installsampledata="false"
                   waitforsampledatatoinstall="true"
                   agentdesktopzipfile=""
                   agentdesktopexename=""
                   crmmigdataimportfile="">
  <!-- solutions to import -->
  <solutions>
  </solutions>
  <templateconfig>
    <dataimports>
      <dataimport datafolderpath="data/servicebusconfig/extract" importconfigpath="data/servicebusconfig/ServiceBusConfigImport.json"/>
      <dataimport datafolderpath="data/services/Extract" importconfigpath="data/services/schema/importconfig.json.json"/>
    </dataimports>
    <sdksteps>
    </sdksteps>
    <processes>
    </processes>
  </templateconfig>
  
  <filesmapstoimport>
    <!--
      <configimportmapfile filename="FileMap.xml" />
      <configimportmapfile filename="ZipFileMap.xml" />
    -->
  </filesmapstoimport>
</configdatastorage>

Example hanging pipeline
image

@markcunninghamuk markcunninghamuk added the bug Something isn't working label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant