Bojensen Blogs

Forfatter: Bo Jensen

Install Sharepoint 2010 on Windows 7

Steps to install Sharepoint 2010 Script to install Sharepoint 2010 on Windows 7 How to Fix Central Administration: Service Unavailable Issue? Sharepoint 2010 tips: Failed to connect to Configuration Database SharePoint Configuration Wizard failed with Error "Failed to connect to the configuration database…Error during encryption or decryption. System error code 997" SharePoint 2010 Reference: Software…

Using InventDim::newDimId in Axapta Programming

InventDim myInventDim; ; myInventDim.clear(); //You have to put in existing dimensions and values for them below myInventDim.InventLocationId = "Main"; myInventDim.InventColorId = "Blue"; //So far the RecId of the myInventDim record buffer is 0 myInventDim = InventDim::findOrCreate(myInventDim); //Now the RecId is not 0, and the InventDimId is a new or an existing InventDimId info(myInventDim.InventDimId); Using InventDim::newDimId…