Author |
Message |
Topic: SFtp download triggers Database stored procedure. |
Robert
Replies: 1
Views: 5402
|
Forum: Task Sequences, Chains and Scripts Posted: Thu Mar 21, 2013 11:39 am Subject: SFtp download triggers Database stored procedure. |
Create a new ‘Task Sequence’ with following steps:
Step 1 – SFTP download task (new task button / SFTP/SSH2 folder / Maverick / SFTP task)
Filename field = file-$%DATE::ppddyy_hh%$_00.dat
... |
Topic: Would version 7.x and 8.x work with Java 1.4.2 and higher? |
Robert
Replies: 0
Views: 5261
|
Forum: Other Posted: Fri Mar 08, 2013 1:01 pm Subject: Would version 7.x and 8.x work with Java 1.4.2 and higher? |
This was a user question. Below is our answer:
1) 7.x and 8.x would continue to work with java 1.4.2. This is the java version that we released 7.x/8.x with and tested with.
2) In general java ... |
Topic: Export specific folders/tasks from development to production |
Robert
Replies: 1
Views: 8224
|
Forum: Frequently Asked Questions Posted: Tue Feb 12, 2013 12:16 pm Subject: Export specific folders/tasks from development to production |
All tasks are in this folder:
....Automize9\data\tasks\
Simply copy the folder manually from dev to prod system.. then restart the prod user interface.. |
Topic: Export specific folders/tasks from development to production |
Robert
Replies: 1
Views: 8224
|
Forum: Frequently Asked Questions Posted: Tue Feb 12, 2013 12:09 pm Subject: Export specific folders/tasks from development to production |
User email support request:
I have a case where I develop folders / task and task sequence in development.
How can I export only that folder and tasks in development?
How can I import only that f ... |
Topic: Increment filenames using variables |
Robert
Replies: 1
Views: 5962
|
Forum: Variables and Regular Expressions Posted: Thu Jan 24, 2013 5:48 pm Subject: Increment filenames using variables |
1) Create a ‘Number Variables’ task with following settings:
Variable Name = Increment
Function = +
Value = 1
New Variable Name = Increment
2) Before you run the FTP task, you shou ... |
Topic: Increment filenames using variables |
Robert
Replies: 1
Views: 5962
|
Forum: Variables and Regular Expressions Posted: Thu Jan 24, 2013 5:47 pm Subject: Increment filenames using variables |
User Support Request:
We are currently using "Automatize Enterprise" as part of our system to move files between FTP / SFTP servers, but we now need move multiple files at a time cycle, to ... |
Topic: Email using Specific filenames |
Robert
Replies: 1
Views: 6071
|
Forum: Email Posted: Tue Jan 22, 2013 10:01 am Subject: Email using Specific filenames |
a) You should move the 2 files to a temp folder (say c:\temp ) where we can decrypt the files and email them.
b) Then move these 2 files from c:\temp to final resting folder.
1) In your copy ... |
Topic: Email using Specific filenames |
Robert
Replies: 1
Views: 6071
|
Forum: Email Posted: Tue Jan 22, 2013 9:57 am Subject: Email using Specific filenames |
User support request:
Once a week we have to pick up XX_YYY 011013.xlsx.pgp and AA_BBB 011013.xlsx.pgp files from one directory, move them to other directory, let’s call it TEST. Then we have to ... |
Topic: Upgrading from 7.x/8.x/9.x to 10.x |
Robert
Replies: 0
Views: 5913
|
Forum: Frequently Asked Questions Posted: Tue Jan 15, 2013 2:08 pm Subject: Upgrading from 7.x/8.x/9.x to 10.x |
Stop the old versions Service (if service is running). Stop the old version Engine. Close down the old versions user interface.
1) 10.x can be run on same system as the older versions. Install ... |
Topic: Reformatting the Filenames variable |
Robert
Replies: 3
Views: 8014
|
Forum: Monitoring Tasks Posted: Thu Dec 20, 2012 9:12 am Subject: Reformatting the Filenames variable |
This is the format to use:
$%ARRAY--BigYFTP--Filenames::ALLROWS%$
Documentation:
$%ARRAYNAME::FIRSTROW%$
$%ARRAYNAME::LASTROW%$
$%ARRAYNAME::ALLROWS%$
$%ARRAYNAME::FIRSTCELL%$
$%ARRAYN ... |
Topic: Reformatting the Filenames variable |
Robert
Replies: 3
Views: 8014
|
Forum: Monitoring Tasks Posted: Thu Dec 20, 2012 9:11 am Subject: Reformatting the Filenames variable |
user reply:
The Filename to Array task looks perfect. The only problem I’m having is on the email, when I call the array it’s returning “null”. I’m using the variable as $%ARRAY--BigYFTP- ... |
Topic: Array Variable Format |
Robert
Replies: 1
Views: 5800
|
Forum: Variables and Regular Expressions Posted: Thu Dec 20, 2012 9:10 am Subject: Array Variable Format |
This is the format to use:
$%ARRAY--BigYFTP--Filenames::ALLROWS%$
Documentation:
$%ARRAYNAME::FIRSTROW%$
$%ARRAYNAME::LASTROW%$
$%ARRAYNAME::ALLROWS%$
$%ARRAYNAME::FIRSTCELL%$ ... |
Topic: Array Variable Format |
Robert
Replies: 1
Views: 5800
|
Forum: Variables and Regular Expressions Posted: Thu Dec 20, 2012 9:09 am Subject: Array Variable Format |
user support request:
The Filename to Array task looks perfect. The only problem I’m having is on the email, when I call the array it’s returning “null”. I’m using the variable as $%ARR ... |
Topic: Reformatting the Filenames variable |
Robert
Replies: 3
Views: 8014
|
Forum: Monitoring Tasks Posted: Wed Dec 19, 2012 9:49 pm Subject: Reformatting the Filenames variable |
1) Changing ^# to CRLF or \n will not work using the Manipulate variable task because the data files are property files (one property per line) .
2) You could change it to ,[space].
3 You can ... |
Topic: Reformatting the Filenames variable |
Robert
Replies: 3
Views: 8014
|
Forum: Monitoring Tasks Posted: Wed Dec 19, 2012 9:48 pm Subject: Reformatting the Filenames variable |
User email support request:
I have the task set up in a chain with an email task after it. Everything is running great and sending an email when the task finds modified files. In the email task ... |
|