Skip to main content
Oliviervd
Participant
March 22, 2012
Question

Cfscript removing data source multiple servers

  • March 22, 2012
  • 1 reply
  • 633 views

I'm looking for a cfscript that can remove data source of multiple servers. Is this possible or not?

Cheers,

Olivier

This topic has been closed for replies.

1 reply

Owainnorth
Inspiring
March 22, 2012

Remove multiple datasources from one server, or multiple datasources *from* multiple servers? How many servers and datasources are you talking?

You'll need the AdminAPI to remove datasources.

Oliviervd
OliviervdAuthor
Participant
March 22, 2012

Removing from multiple servers.

100 servers

1 datasource

Owainnorth
Inspiring
March 22, 2012

In which case I'd read up on the AdminAPI, each server hosts a webservice which can be used to remove datasources easily and remotely.