What is the difference between fields in Hotfix manager landing page
pxHotfixState
Hotfix Status
pxInstallStatus
| pxHotfixState | Hotfix Status | pxInstallStatus |
|---|---|---|
| Committed | Partially Installed | Not Installed |
| Committed | Partially Installed | Not Installed |
What is the difference between fields in Hotfix manager landing page
pxHotfixState
Hotfix Status
pxInstallStatus
| pxHotfixState | Hotfix Status | pxInstallStatus |
|---|---|---|
| Committed | Partially Installed | Not Installed |
| Committed | Partially Installed | Not Installed |
@parav1 Thanks for your reply.
Please help me understand the following status
| pxHotfixState | Hotfix Status | pxInstallStatus |
|---|---|---|
| Critical Missing | Not Installed | Installed |
Hotfix Status is not Installed but pxInstallStatus says Installed.?
pxHotfixState :
criticalmissing means that this hotfix is not present in the application and it is necessary to be installed.
Uncomitted means installed in the application but not commited that means you can do a rollback.
Committed means installed in the application and cannot be rolled back.
Hotfix status :
Whether hotfix is installed or not in the application .Consider X as an hotfix .
If X is installed in the application then the status will be installed else not installed.
pxInstallStatus :
X hotfix can have many rule changes/code changes. Same rule can be present in other hotfixes also which might have installed in the application already. So for every rule/code change you will get the status as Installed/Not Installed.
Thank you