Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cfscript removing data source multiple servers

New Here ,
Mar 22, 2012 Mar 22, 2012

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

Cheers,

Olivier

567
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 22, 2012 Mar 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 22, 2012 Mar 22, 2012

Removing from multiple servers.

100 servers

1 datasource

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Mar 22, 2012 Mar 22, 2012
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources