Import failed: OrganizationServiceFault - How to solve it #48
JanKrupicka
started this conversation in
Troubleshooting Guide
Replies: 3 comments 1 reply
-
Noice, this helped, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am facing this issue while importing a solution to Qa environment. The solution does have a cc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You saved my day bro! In my case, after starting the pipeline and with the validation completed, I received an error loading the connections. I made a separate solution and implemented it just with the custom connector inside, and the problem was magically solved! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
in your time as a developer you might come across this error: Import failed: OrganizationServiceFault. Unfortunately this error can be caused by multiple reasons so if this won't work for you I am sorry.
The reason my case wasn't working was because I was trying to deploy a solution which has a flow that has a reference for a custom connector. All I had to do was to import the Custom Connector first and it worked!
If you need to find which custom connector needs to be imported you can find this in connection references during import as the import will tell you that the custom connector is not there.
Hope this helps! :)
Beta Was this translation helpful? Give feedback.
All reactions