2

I am using Pentaho community version and using PDI on my local machine. I am trying to integrate PDI with Google Analytics and I am able to do so with my local machine. But when I put the same transformation file on to the server (PUC upload), It is unable to access the .p12 credential file generated by Google Analytics. The only way this seems possible if I upload the credential file on some server location which is accessible to my Pentaho Server.

How to solve this? Where should I put the credential file on the server for this to work? Is this functionality even available in Pentaho Community Version?

Rosh Verma
  • 157
  • 1
  • 1
  • 8

1 Answers1

0

You will have to keep the file in the server for sure, use a variable to store the key file path and use the variable in that place, this variable should be from kettle properties. Set your variable according to your environment needs. The key is variable pointing to the variable path which is obtained from kettle properties.

Shahabaz
  • 663
  • 1
  • 10
  • 25