Installation eines (von mir erstellten) Managed Packages schlägt fehl.
Ich bekomme die folgende Email von Salesforce.
Ich bekomme die folgende Email von Salesforce.
Your request to install package "abc" was unsuccessful. None of the data or setup information in your salesforce.com organization was affected.
If your install continues to fail, contact Salesforce CRM Support through your normal channels and provide the following information.
Organization: def (00D24000000ZrBi)
User: Oleg Tuchscherer (00524000000HCj8)
Package: ghi (05zI0000000AzuU)
Error Number: 370924781-27562 (-1283512546)
Package Install Failed
An error has occurred during a package install operation.
Thank You
Die Email enthält keine Informationen über die Ursache. Da das Package hunderte von Design Elementen und tausende von Zeilen Code enthält, ist das unmöglich "den Übeltäter" zu finden.
Ein Case bei Salesforce (... hmm, soll ich mir das wirklich antun?!) löst das Problem auch nicht.
Mit einem kleinen Trick lässt sich das Problem in den Griff kriegen.
Bei der Installation von Managed Package muss der Parameter &newui=1 angehängt werden, z.B.
https://login.salesforce.com/packaging/installPackage.apexp?p0=05zI0000000AzuU&newui=1 |
Die Installation schlägt zwar immer noch fehl, aber die Salesforce Email enthält entscheidende Informationen über die Fehlerursache, z.B.
Your request to install package "abc" was unsuccessful. None of the data or setup information in your salesforce.com organization was affected.
If your install continues to fail, contact Salesforce CRM Support through your normal channels and provide the following information.
Organization: def (00D24000000ZrBi)
User: Oleg Tuchscherer (00524000000HCj8)
Package: ghi (05zI0000000AzuU)
Error Number: 163097831-31260 (2062720984)
Problem:
1. (folderXYZ/Report_4) Required field is missing: sourceValues
folderXYZ/Report_4: Required field is missing: sourceValues
Kommentare
Kommentar veröffentlichen