Package requirements missing for published processes

Hi,

I am trying to test some processes in our QA environment. Each process includes the same common library but one of the processes is failing trying to read a file from SharePoint using the same library activity as the other processes. I’ve narrowed the issue down to package requirements.

All the processes need a connection to SharePoint and all except the failing process use:

As you can see, the queues required are also listed. However the process that fails shows the following:

I can’t for the life of me understand why the OneDrive connection and queue didn’t show up for this process. They were all developed in the same way and published the same way. Also not that there should also be a connection for MS Outlook for all of my processes, which haven’t shown up.

I don’t know if I don’t have permissions to add them (although why should I have to manually add them), or what the problem is.

Any help would be greatly appreciated.

Thanks,
Carlo.

@carlor

Is the package compatibilities different?

If not try to deleted the package and reupload

Cheers

Not sure what you mean by “package compatibilities”, but they were all created using the ReFramework template within the span of a month.

Note that I have tried deleting the package and adding again but no luck.

Thanks,

Carlo.

Hi @carlor, can you send a picture of “Manage packages” for both codes?

image

Or even better, a picture of this.

image

Also, check this out.

Orchestrator - Managing Package Requirements (uipath.com)

I guess I should have mentioned: The SharePoint activities are in a library I created and was published to the tenant. That library is a dependency for the process I published so I don’t need to include that dependency in the process. It comes in as part of the library’s dependency list.

I’ve gone to the package URL you showed. It has the following statement:

If the Office365 package is part of the library and the library is part of the process, this tells me that it should be picked up automatically. Same goes for the queues, etc.

Hi @carlor, could you please send that for both projects?

Already tried and failed.

The issue is “resolved”; or more accurately, a work-around was found. Apparently if Integration Services (Outlook, SharePoint) is used in a library, it will not be recognized properly when the main process is published to Orchestrator. I therefore created a dummy .xaml file that used the integration services, but were never called, to the project and published it.

The other thing I discovered was that it might take a few minutes for Orchestrator to add the integration services to the Package Requirements.

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