Search found 12 matches
- by bothunbr
- Fri Dec 11, 2015 11:16 am
- Forum: Knowledge Center
- Topic: Using Variables in a GoAnywhere MFT Project
- Replies: 2
- Views: 15316
Rick, Can you give us an example of a multi value static variable and a For-Each loop? Scenario: I want to get a file from 10 web servers every day for backup purposes. I want to maintain the list of of servers in a variable so that when I add a server can just update the list in the variable. Serve...
- by bothunbr
- Mon Jun 02, 2014 1:45 pm
- Forum: Community Forum
- Topic: Tip: Disabled users in active directory on sync
- Replies: 1
- Views: 6117
I'm using the new ldap sync feature introduced in one of the recent versions of GA services. The feature allows us to keep user in sync with active directory. The one thing I didn't like when I set this up was that if you did a sync to create users that don't already exist it would pull all of your ...
- by bothunbr
- Thu Apr 17, 2014 2:19 pm
- Forum: Community Forum
- Topic: CIFS (Windows Share) as user home directory
- Replies: 2
- Views: 7327
Hello, I have an external job that is going to sftp my a file. Let's say it's goanywhere userid is testy01. Once I have the file I need to send it over to a windows server then call a program on an AS400 with director. Anyway, I would like to skip the file copy GA->windows completely. Can I make a u...
- by bothunbr
- Fri Feb 07, 2014 2:36 pm
- Forum: Community Forum
- Topic: GoAnywhere Command and lists or email bcc
- Replies: 3
- Views: 6526
Rick,
I am sending out a package via ghttps. The user gets the securemail with a password protected link. It would be nice if the ghttps task had the same options as email.
--Brad
I am sending out a package via ghttps. The user gets the securemail with a password protected link. It would be nice if the ghttps task had the same options as email.
--Brad
- by bothunbr
- Wed Feb 05, 2014 9:24 am
- Forum: Community Forum
- Topic: GoAnywhere Command and lists or email bcc
- Replies: 3
- Views: 6526
Hello, I want to send out email to several recipients using director send email and ghttps package from a single gacmd. Here is an example: Email addresses: joe@example.com mary@youbetcha.com steve@hangover.com bill@tasterschoice.com I don't want each of the recipients to see each other on the messa...
- by bothunbr
- Fri Jan 24, 2014 12:47 am
- Forum: Community Forum
- Topic: Migrate projects, users, and resources to DR environment
- Replies: 8
- Views: 14621
Rob, see my post about clustering. You could setup a gluster filesystem and get your DR nodes up to date the second a file is updated. It's basically copy on write to other nodes in the cluster.
howto-services-director-ha-config-for-l ... ensuse-477
howto-services-director-ha-config-for-l ... ensuse-477
- by bothunbr
- Fri Jan 24, 2014 12:37 am
- Forum: Community Forum
- Topic: HowTo: Services & Director HA config for Linux (OpenSuse)
- Replies: 1
- Views: 7326
Save attached startup scripts in /etc/init.d on both systems in the cluster #make them executeable cd /etc/init.d chmod 755 services chmod 755 services #start service /etc/init.d/services start #stop services /etc/init.d/services stop #start director /etc/init.d/director start #stop director /etc/in...
- by bothunbr
- Wed Jan 08, 2014 11:57 pm
- Forum: Community Forum
- Topic: HowTo: Services & Director HA config for Linux (OpenSuse)
- Replies: 1
- Views: 7326
I'm going to attempt to document my HA configuration for Services and Director as I build, test and change it. GAGluster.png Background: I'm going to use all GPL software to create this GoAnywhere HA system, including the Hypervisor. I'm also going to install both GA Services and GA Director into a ...
- by bothunbr
- Wed Apr 17, 2013 4:12 pm
- Forum: Community Forum
- Topic: Specify a secure mail template from Director project?
- Replies: 2
- Views: 5938
Feature request:
Variable to specify secure mail template in ghttps task. Templates would be would be stored on the GAS server in [installdirectory]/userdata/emailtemplates and would be copies of the provided templates with tweaks made to the html/css
Variable to specify secure mail template in ghttps task. Templates would be would be stored on the GAS server in [installdirectory]/userdata/emailtemplates and would be copies of the provided templates with tweaks made to the html/css
- by bothunbr
- Wed Apr 17, 2013 3:06 pm
- Forum: Community Forum
- Topic: Specify a secure mail template from Director project?
- Replies: 2
- Views: 5938
Is there a way to specify a secure mail template from Director? Here is the scenario: I have a director job that pulls rows from a database to CSV, then it zips the file, and calls a ghttps task. The ghttp task has a sub task of sendPackage. I don't see any options in sendPackage where I could speci...