Error Message: Required. Specify client identifier

Error Message: Required. Specify client identifier


Action:
I have an SSIS package with a valid and tested rest connection and a REST source that uses the REST connection that can successfully preview the data being selected.  However, when I attempt to run the package, the REST source fails validation with this error:
Error Message:
“Required. Specify client identifier”.
Solution:

If you choose to use the option DontSaveSensitive, all sensitive information like passwords and other credentials are completely removed from the package. This option can only be used if you provide your passwords from an external configuration file or a table.

 

We recommend that you use EncryptSensitiveWithPassword.  If you want to set up package encryption with either EncryptAllWithPassword or EncryptSensitiveWithPassword, be sure to include the package decryption parameter. There is an example here how to set the /DECRYPT option with password here and information about the DTEXEC command line options is available here.

 

Please change your package protection level and then try to run the package again.


 You may find the following articles useful: 



    Book a Presales Call

     

    Are you new to COZYROC and evaluating our solutions? 
    Book a Presales Call with us now.

      • Related Articles

      • Error Message: Required. Specify client identifier

        Action: I have an SSIS package with a valid and tested rest connection and a REST source that uses the REST connection that can successfully preview the data being selected. However, when I attempt to run the package, the REST source fails validation ...
      • Error Message: Required. Specify client identifier

        Action: I have an SSIS package with a valid and tested rest connection and a REST source that uses the REST connection that can successfully preview the data being selected. However, when I attempt to run the package, the REST source fails validation ...
      • Error Message: Required. Specify client identifier

        Action: I have an SSIS package with a valid and tested rest connection and a REST source that uses the REST connection that can successfully preview the data being selected. However, when I attempt to run the package, the REST source fails validation ...
      • Error Message: Unexpected keyword '' at position

        Action: When I am trying to generate Rest Source component Resource Parameters Expression I get the following error message: Error Message: Unexpected keyword '' at position Solution:                           The reason for that error is that the ...
      • Error Message: The process cannot access the file because it is being used by another process

        Action: While attempting to generate the token, the following error message is encountered. Error Message:  The process cannot access the file because it is being used by another process Solutions: You have to determine which application is keeping ...