Endeca application initialization failed for CAS deployed application. Problem [07.10.16 20:49:12] INFO: [ITLHost] Starting shell utility ‘mkpath_-‘. [07.10.16 20:49:13] INFO: Setting definition for script ‘BaselineUpdate’. [07.10.16 20:49:13] INFO: Setting definition for script ‘PartialUpdate’. [07.10.16 20:49:13] INFO: Setting definition for component ‘Dgidx’. [07.10.16 20:49:13] INFO: Definition updated. [07.10.16 20:49:13] INFO: Provisioning site from prototype… [07.10.16 20:49:14] INFO: Finished provisioning site from […]
What maximum value of a dval ID can be set?
What’s the Maximum value for dval ID is? Ans: 2^32-1 = 4,294,967,295 Why? Because Forge is a 32-bit program and can’t handle integers outside the 32-bit range. In practice, highest ID value that Forge uses (for auto-generated or external dimension values) is actually 2^32 – 2 (4294967294): and not recommended to exceed this. When assigning IDs to auto-generated or external […]