Search found 75 matches
Search found 75 matches
Page 1 of 8
- by Support_Duane
- Tue Jul 24, 2012 1:57 pm
- Forum: Community Forum
- Topic: Explain how GA file lock logic.
- Replies: 1
- Views: 3506
The select statement to count the number of records creates a rowset that opens the file, so that an ALCOBJ cannot get an exclusive lock on the file. In order to release the file, you would use the Close Rowset task in the Miscellaneous folder. You will want to do a Set Variable 1.0 task to get the ...
- by Support_Duane
- Tue May 15, 2012 6:35 pm
- Forum: Community Forum
- Topic: Sequential number suffix?
- Replies: 3
- Views: 3685
Yes, it is possible. Here's an example. You'll need to change the name of the folder in which the files reside and both substring functions are based on a filename layout of xxxx.nnnnn.txt. If you're using something different, you'll need to change the parameters in the substring functions according...
- by Support_Duane
- Mon Feb 20, 2012 6:50 pm
- Forum: Example Projects
- Topic: How to use File Attributes at 4.0+
- Replies: 0
- Views: 6770
This project that will write out the file attributes of a named file to the joblog. Modify the value of the first variable to a file that exists on your system and it should work as is. <project name="FileList Attributes" mainModule="Main" version="2.0" logLevel="silent"> <module name="Main"> <setVa...
- by Support_Duane
- Tue Feb 14, 2012 4:47 pm
- Forum: Community Forum
- Topic: thread safe project
- Replies: 1
- Views: 3676
When an attempt is made to start a non-thread-safe project when an instance of that project is already running, an error is thrown right away and the project does not ever start. This is why you cannot get an e-mail from the project itself when this happens. (the project has to be running in order t...
- by Support_Duane
- Tue Feb 14, 2012 2:18 pm
- Forum: Community Forum
- Topic: Parameters from iSeries to Excel
- Replies: 1
- Views: 2616
The only way that I know of would be to place the variable values into a file, read the file and then write the Excel record. Here's an example: <project name="place variables in excel file" mainModule="Main" version="2.0"> <module name="Main"> <createWorkspace version="1.0" /> <setVariable label="s...
- by Support_Duane
- Tue Feb 14, 2012 10:34 am
- Forum: Community Forum
- Topic: Oracle database extract of a CLOB
- Replies: 1
- Views: 2973
You can use Char, VarChar, Binary, Decimal, Integer, Date, Time, TimeStamp and probably others that I'm not aware of. The ones that I know you can't use are BLOB and CLOB. Since I don't know exactly what you're trying to do, I can't tell you the best way to do it. I'd recommend that you call us at 1...
- by Support_Duane
- Tue Feb 14, 2012 9:22 am
- Forum: Community Forum
- Topic: Execute a job on SQL server
- Replies: 1
- Views: 3052
You can only start start jobs on the system where GoAnywhere Director is running. So, if it's running on the SQL Server, then yes, you can use the Execute Native Command to start a job.
Search found 75 matches
Page 1 of 8