Maintaining Consistent Primavera P6 Client Configuration Files Across Multiple Users Using PowerShell – Part 2
A refactored and updated version of the P6config.cmd script below allows for multiple profiles, both Local and Roaming.
A refactored and updated version of the P6config.cmd script below allows for multiple profiles, both Local and Roaming.
In setting up Oracle’s Primavera P6 EPPM version 18.8, I discovered that users who connected to the client via Citrix were not picking up changes that were made to the default configuration file. Normally, if that file is changed and is newer than the user’s own file, it will be overwritten with the default. In … Read more
In dealing with an application with which I had little familiarity, I discovered that troubleshooting an app (in this case developed using ColdFusion) where many of the source code files are “included” dynamically can be difficult – especially when JavaScript scripts are combined that have functions with identical names. Because so many of the functions … Read more