Uipath ML package shift from tenant

I am importing ML package and JSON from Development tpo test Tenant.
In the import package I am getting this following error

“ml package and metadata should be non-public, please check the metadata and ml package name,” suggests that there may be an issue with the package metadata or the ML (Machine Learning) package name when importing it from the Development to the Test Tenant in UiPath

1.Ensure that the ML package you’re trying to import is not marked as public. Public packages are intended to be shared with other users, while non-public packages are typically used for internal or private purposes. You may need to set the package to be non-public if it’s marked as public.

@Ritaman_Baral

Hi @Ritaman_Baral

  • Ensure that the metadata file you are importing is correctly formatted and contains the necessary information. The metadata file should include details such as the ML package name, version, and other relevant information.

  • Verify that the ML package name specified in the metadata file matches the actual ML package name you are trying to import. There should be consistency between the metadata and the package.

  • Make sure that the ML package and the metadata file are accessible to UiPath during the import process. Check file permissions and access rights to ensure UiPath can read both the package and metadata.

  • Check the visibility settings of your ML package and metadata file. Ensure that they are not set to “public” if they are not intended to be public. They should typically be non-public.

Check this out for how to import ml package for private and public packages
https://docs.uipath.com/ai-center/automation-suite/2023.4/user-guide/managing-ml-packages#import-ml-package

@Ritaman_Baral

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.