How To Copy OCM Records From One Environment To Another Using SQL
This method can be used to copy any records in a database but the issue that I was trying to resolve was to copy 8...
Moving ODBC Connections From Windows Server 2003 32bit to Windows Server 2008 64bit
While trying to upgrade from EnterpriseOne 8.11 SP1 to EnterpriseOne 9.0, we also wanted to upgrade our Deployment server to Windows Sever 2008 64bit. So,...
Web Only Version Pain
We seem to be having an issue with old "web only" versions. There are times when the "web only" version causes the other version to...
Add Record To OCM – F986101
The other day, I had a need to insert many records into the OCM (F986101). So I set out to create a quick SQL statement...
Access To Environments
To find out what users or groups have access to a certain environment run the following SQL: SELECT * FROM SY920/f0093 WHERE LLLL='JPD920' To find...