Search found 75 matches

Search found 75 matches Page 3 of 8
by Support_Duane
Mon Dec 27, 2010 10:58 am
Forum: Community Forum
Topic: scheduling question
Replies: 1
Views: 5454

Since there is no way to exclude a specific time on one day of the week, My suggestion would be to set up two jobs. One runs every day from 12:00 noon till 8:00 am the next day. The second job runs from 8:00 am till 12:00 noon on Monday through Saturday.
by Support_Duane
Tue Dec 14, 2010 6:45 pm
Forum: Community Forum
Topic: Loading Variable and values from file and saving file
Replies: 3
Views: 8157

There are two problems here. 1. When retrieving a value from a rowset, you must reference the current row, and then in brackets reference either a column number or column name. So in the example you provided, since the "currentItemVariable" in the loop is "row", instead of: <setVariable version="2.0...
by Support_Duane
Thu Dec 09, 2010 6:38 pm
Forum: Community Forum
Topic: How do I set and increment / decrement a variable
Replies: 2
Views: 12263

GoAnywhere Director will not currently do math using variable values. However, you can use SQL to increment or decrement (or apply any other math function) to a variable value. for example: <sql label="SQL" version="1.0" resourceId="Resource Name"> <query label="create table"> <statement>create tabl...
by Support_Duane
Thu Dec 09, 2010 3:37 pm
Forum: Community Forum
Topic: Encryption Error 8004 'pgpEncrypt' must contain publickey el
Replies: 1
Views: 5246

When you are in the Encrypt task, you must click on either Action or Next, then from the dropdown, select "Add a Public Key".
If you need to sign the file, you will need to go through the same process and select "Add a Secret Key".
by Support_Duane
Tue Oct 26, 2010 3:07 pm
Forum: Community Forum
Topic: Is it possible to create a "fileset of directories" ?
Replies: 1
Views: 6558

GoAnywhere does not have a process to create a list of directories, but you can create a filelist and extract the directories from that. For Instance, using the example you provided - /FTP_HOME/User1/InBOX, /FTP_HOME/User2/InBOX,... - you would create a fileset using /FTP_HOME as the base directory ...
by Support_Duane
Thu Oct 21, 2010 12:30 pm
Forum: Community Forum
Topic: Print Updates to iSeries screen W/O SNDBRKMSG??
Replies: 3
Views: 6867

If the process could be broken up into several projects, you could create a CL program that would do a SNDPGMMSG to the user before each project is run, thus letting your user know what's going on. Then once the final project has completed, you can send a completion message to the user. If the proce...
by Support_Duane
Thu Oct 21, 2010 9:26 am
Forum: Community Forum
Topic: Print Updates to iSeries screen W/O SNDBRKMSG??
Replies: 3
Views: 6867

There is a client/server relationship here. Once a project has started in GoAnywhere there is no information returned to the user until the project has completed. Therefor there is no way to provide ongoing status reporting. If the user has access to GoAnywhere (i.e. can sign in to the GUI) then the...
by Support_Duane
Mon Oct 11, 2010 9:46 am
Forum: Community Forum
Topic: How does GA handle open files ?
Replies: 1
Views: 6111

It depends. Some systems don't show a file as available until they are done being written. Others lock the file as it's being written. For still others, the file is available as soon as it's created. You'll have to determine which type of system you're dealing with and respond accordingly. Since the...
by Support_Duane
Wed Oct 06, 2010 4:32 pm
Forum: Community Forum
Topic: GoAnywhere Startup
Replies: 1
Views: 5699

What kind of authority issues are you finding? What errors are you getting? Check the install directory /tomcat/logs/catalina.out file and the install directory /userdata/log/goanywhere.log file for entries around the time that QSTRUP tried to start the GoAnywhere subsystem. You should be able to ge...
by Support_Duane
Thu Sep 23, 2010 2:48 pm
Forum: Community Forum
Topic: Submit a job when an email is received
Replies: 1
Views: 5194

Yes, with GoAnywhere Director you can set up an e-mail box Resource from which you can receive e-mails. You can create a project that will check the box, and if it finds an e-mail it can then download the file and submit the interface job. You can set this up on a scheduler which will submit it to r...
Search found 75 matches Page 3 of 8