SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
replicating job database to remote servers

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
replicating job database to remote servers
Author Message
~Joe



Joined: 18 Dec 2003
Posts: 42

Post replicating job database to remote servers Reply with quote

I would like to replicate the job database and some other files to my Remote Agents. I think this process will facilitate debugging scripts processed on remote agents.

I understand from the documentation, the RemoteCopyJob commande are not for use with RemoteAgents, “RemoteJobCopy cannot be used to copy to/from Remote Agents it can only be used to copy/append 24x7 Master schedulers”

Is there an defined routine to do this or should I manually
create a job to copy the data to the remote agent?
Thank you

~Joe

Fri Jan 30, 2004 12:12 pm View user's profile Send private message
~Joe



Joined: 18 Dec 2003
Posts: 42

Post Re: replicating job database to remote servers Reply with quote

I found some sample jobs I overlooked earlier. I will repost if I have the same issue.

~Joe

: I would like to replicate the job database and some other files to my Remote
: Agents. I think this process will facilitate debugging scripts processed
: on remote agents.

: I understand from the documentation, the RemoteCopyJob commande are not for
: use with RemoteAgents, “RemoteJobCopy cannot be used to copy to/from
: Remote Agents it can only be used to copy/append 24x7 Master schedulers”

: Is there an defined routine to do this or should I manually
: create a job to copy the data to the remote agent?
: Thank you

: ~Joe

Fri Jan 30, 2004 12:33 pm View user's profile Send private message
~Joe



Joined: 18 Dec 2003
Posts: 42

Post Re: replicating job database to remote servers Reply with quote

Can I use wildcards with the FileTransfer or the FileTransferEx command to move multiple files in s directory
For Example:

FileTransfer( "TOREMOTE", "Namegoeshere", &

"E:\\24x7 Automation 3\\*.dat", &

"E:\\24x7 Automation 3\\.dat" )

~Joe

: I found some sample jobs I overlooked earlier. I will repost if I have the
: same issue.

: ~Joe

Fri Jan 30, 2004 2:10 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7969

Post Re: replicating job database to remote servers Reply with quote

Remote Agents don't load job database, that's why they don't support RemoteJobCopy, RemoteCopyFolder and so on...
You can though run 24x7 Schedulers instead of agents and then copy jobs back and forth.

As for the FileTransfer and FileTransferEx, they don't support wildcards, but you can use FileTransferEx in combination with Dir to expand wildcards into a list of files and then thranfer them, for example

Dim list, string
DirEx "E:\\24x7 Automation 3\\*.dat", list
FileTransfer "TOREMOTE", "Namegoeshere", list, list

: Can I use wildcards with the FileTransfer or the FileTransferEx command to
: move multiple files in s directory
: For Example: FileTransfer( "TOREMOTE", "Namegoeshere",
: &

: "E:\\24x7 Automation 3\\*.dat", &

: "E:\\24x7 Automation 3\\.dat" )

: ~Joe

Fri Jan 30, 2004 4:11 pm View user's profile Send private message
~Joe



Joined: 18 Dec 2003
Posts: 42

Post Re: replicating job database to remote servers Reply with quote

Very good idea. I came to the same conclusion. But not until this morning.

Thank you for the great idea.

~Joe

: Remote Agents don't load job database, that's why they don't support
: RemoteJobCopy, RemoteCopyFolder and so on...
: You can though run 24x7 Schedulers instead of agents and then copy jobs back
: and forth.

: As for the FileTransfer and FileTransferEx, they don't support wildcards, but
: you can use FileTransferEx in combination with Dir to expand wildcards
: into a list of files and then thranfer them, for example

: Dim list, string
: DirEx "E:\\24x7 Automation 3\\*.dat", list
: FileTransfer "TOREMOTE", "Namegoeshere", list, list

Mon Feb 02, 2004 12:34 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.