Page 1 of 1

Changing multiple GA projects

Posted: Thu Jul 23, 2015 8:45 am
by rarogerson
We currently have 16 GA projects which include sending/receiving files via FTP. We have created a test FTP site and created a new FTP resource in GA.
All this works fine and this is not an issue.

What I'd like to know is if there is a way to easily change all 16 GA projects to connect to the TESTFTP server rather than having to go into each individual project and change it one at a time.

Thanks,

Rob

Re: Changing multiple GA projects

Posted: Thu Jul 23, 2015 9:32 am
by Support_Rick
Rob,

If you defined the connections as Resources (FTP, SFTP, FTPS, etc) then pointed to those resources, all you would have to do is to modify the resource and it would switch from Test FTP to Prod FTP (ie, change the IP, userID/Password, etc). Once you test, then save, it would affect all Projects that use that Resource.

Another option is to create a Folder Variable indicating whether job is to be run as TEST or PROD. Then, inside your project, check the Variable. If equal to PROD, use PROD FTP Resource, otherwise, use TEST FTP Resource.

There are several ways to accommodate this.

Re: Changing multiple GA projects

Posted: Thu Jul 23, 2015 9:37 am
by rarogerson
Thanks Rick, I think I'll look into the second option as I don't think changing the resource is an option as this would cause problems for other projects.

Thanks,

Rob