Search found 591 matches

Search found 591 matches Page 3 of 60
by Support_Rick
Fri Mar 31, 2017 8:02 pm
Forum: Community Forum
Topic: Problem
Replies: 3
Views: 37618

There is several ways you can handle this... 1st, the trigger will activate based on "EACH" file being uploaded successfully. So, you could just have your project move each file as they are received. 2nd, you could just point the inbound folder to the destination server (UNC address?) and just have ...
by Support_Rick
Fri Mar 31, 2017 7:58 pm
Forum: Community Forum
Topic: Running Projects
Replies: 1
Views: 6080

This uses the UserID/Password that starts the GAMFT Windows Service. Normally, under installation, this is LocalServices. You would need to set the Windows Service to start under a Domain Account that has permissions to the fileshare/executable. Keep in mind that this Domain Account needs to have pe...
by Support_Rick
Tue Mar 21, 2017 8:50 am
Forum: Example Projects
Topic: Import Fixed-Width file into a Database
Replies: 4
Views: 53426

You could increment up from the 1024 ... even try 2048 and see what happens. If you're afraid your server will hang, then you might have to look into why you feel that way about your server. Remember, this is a JDBC URL connection to your server. Making sure those connections have plenty of resource...
by Support_Rick
Mon Mar 20, 2017 11:53 am
Forum: Community Forum
Topic: Does MFT 5.4.2 Support SQL Server 2016
Replies: 1
Views: 5501

Yes, MSSQL 2016 works with GAMFT
by Support_Rick
Mon Mar 20, 2017 11:41 am
Forum: Community Forum
Topic: Reading a CSV file for comparing data
Replies: 1
Views: 17330

Kevin,

Try putting a "String()" around each variable .. so, you end up comparing apples to apples.

${ string( dayname ) eq string( TodayIs ) }
by Support_Rick
Mon Mar 20, 2017 11:39 am
Forum: Community Forum
Topic: Unable to get SMTP transport from the pool
Replies: 1
Views: 7442

Make sure that the administrator of the email server enables SMTP Relaying to allow the IP address of the GoAnywhere Server to forward email thru the SMTP server.
by Support_Rick
Mon Mar 20, 2017 11:29 am
Forum: Community Forum
Topic: SFTP responses
Replies: 1
Views: 5812

Yusuf,

This can be handled under the SFTP Server setup.

The "Software Version" at the bottom of the screen allows you to enter a value. The default value is GoAnywhere followed with the installed version number.

Remember, it cannot contain any whitespaces!
by Support_Rick
Tue Mar 14, 2017 9:06 am
Forum: Community Forum
Topic: find in files
Replies: 2
Views: 6676

Yes!

Do a readExcel task to generate a rowset
Loop through the rowset
for each row, read the desired column [1] is column 1, [2] is column 2, etc
then, so a search on that value.
by Support_Rick
Sat Mar 11, 2017 10:46 am
Forum: Community Forum
Topic: List of tables in SQL
Replies: 2
Views: 6958

Kevin,

You can also address "SysTables" in the SysIBM library. It can give you quite a bit to query from to get those lists. There are other indexes and tables in that same library that you can use as well.
by Support_Rick
Thu Mar 09, 2017 11:51 pm
Forum: Community Forum
Topic: retrieving the day of week number
Replies: 6
Views: 16795

No, you don't need the "TimeStamp" task with that. Just use the function where you need it...

Like:

SetVariable DU_Day : Value="${CurrentDate('u')}"
Search found 591 matches Page 3 of 60