Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fcf.html
Copy link to clipboard
Copied
Please include a permanent, public link to Administrator API CFC documentation. People shouldn't be forced to run a copy of CF just to take a look at the API docs. Thanks!
Copy link to clipboard
Copied
timeout = "23",
interval = 6
These two properties do not work for some reason. If you provide them when creating a MSSQL DSN, they are ignored. If left out, they default to 20 and 7 respectively (at least on our CF10 update 11, Win 2012, IIS8). Also, Adobe's own documentation shows the values as both strings and integers. Does that matter?
The documentation for Admin API is woefully lacking any decent examples.