|
|
|
|
#1 |
|
NavAx
|
https://www.linkedin.com/feed/update...19527350149120
Who else is facing issues in deploying Custom packages on D365 FFO On-prem environment? I have talked to many people in my professional network and everyone is facing issues regarding whole On-prem setup and deployment. Any advises? Let me give you some from my side. Be careful with setting Clusterconfig.json. Install your SF in C: not in C:\Program Data. Keep your nodes name length smaller. Keep your artifact name smaller. Keep your packages name length smaller. Please write your experience to help others. |
|
|
|
| За это сообщение автора поблагодарили: vmoskalenko (1). | |
|
|
#2 |
|
Участник
|
Цитата:
Reduce the name length and deploy Service Fabric to c:\SF folder I think it's a Microsoft old childhood illnesses. Please find ClusterConfig.json example below Код: "fabricSettings": [
{
"name": "Setup",
"parameters": [{
"name": "FabricDataRoot",
"value": "C:\\SF"
},
{
"name": "FabricLogRoot",
"value": "C:\\SF\\Log"
}
]
}, |
|
|
| Теги |
| d365fo, lbd, service fabric |
|
|
|