CSM 10.4 Documentation

Home

Update Foreign Keys

In CSM OOTB version 9.6.0, foreign keys do not automatically update when you publish a Blueprint. After applying the Survey mApp Solution, you will need to update foreign keys.

To update foreign keys:

  1. Create a new Blueprint.
  2. Save the Blueprint and note where you saved it because you will need to reference the file path when running the command-line argument.
  3. Use the command-window to publish the Blueprint, adding in the command option to update foreign keys (see example below).

Example:

                            Trebuchet.CommandLineConfigure.exe /publish
/blueprint="C\..." /connection="[Common]Cherwell Browser"
/connectionuserid=User ID /connectionpassword=password /scanblueprint=false
/createrollback=false /updateforeignkeys=true
                        


Was this article useful?