Layer7 API Management

 View Only
  • 1.  GMU Import Failed Using MigrateIn # INVALID_VALUES

    Posted Oct 16, 2019 05:38 AM
    Hello,

    I am trying to import the policy (exported from server1) to server2. Here, "plaintextPassword" is same for migrateOut & migrateIn.

    GMU Version : 1.6.00-729,
    Destination Gateway :9.4,
    Source Gateway version : 9.2 cr05

    Error :--

    C:\Software\GatewayMigrationUtility-1.6.00-729>GatewayMigrationUtility.bat migrateIn --argFile commonarguments.properties --bundle test_161019.xml --plaintextPassword ********* --results test.xml --trustCertificate --trustHostname --test
    Warning: TLS hostname verification has been disabled
    Warning: TLS server certificate check has been disabled
    Running...................................................
    Execution failed. Reason: Test migrate in failed: Bad Request Resource validation failed due to 'INVALID_VALUES' Failed to decrypt password

    Please advise.


    Thanks,
    Ankush


  • 2.  RE: GMU Import Failed Using MigrateIn # INVALID_VALUES
    Best Answer

    Broadcom Employee
    Posted Oct 16, 2019 08:11 PM
    Dear Ankush,
    Do you have "encryptUsingClusterPassphrase" in your argument file?
    if yes, if the 2 gateway have the same cluster passphrase ? if they are different, you may need to use "encryptionPassphrase" instead, and ensure the migrateOut and migrateIn use the same "encryptionPassphrase"

    You may refer to document below for more details,
    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/layer7-api-management/api-gateway/9-4/gateway-migration/prepare-for-migrations/determine-security-for-migrations.html#concept.dita_b984617e0195c92f38913bb497c51b3ac463b0e9_step2Step2SafelyMigratePolicyPasswordsandOtherSecrets


    Regards,
    Mark


  • 3.  RE: GMU Import Failed Using MigrateIn # INVALID_VALUES

    Posted Oct 22, 2019 05:27 AM
    Hi Mark,

    Thanks !!
    Including "encryptionPassphrase" did helped.

    Thanks,
    Ankush