Re: The current user is not authorized to invoke this method. in CF10
I am seeing the exact same issue. I can login into tthe adminApi successfullly - but when I load a subsequent class and try to use it (the datasource.cfc in my case)I get an unauthorised error message....
View ArticleUnable to use Datasource.cfc in Admin API - The current user is not...
Hi Everyone,I am having some issues accessing the methods in the datasource.cfc in the adminAPI. I can successfully load the administrator CFC and am told that I have successsfuly logged in; But when I...
View ArticleRe: how to loop through queries for different time zones
You can schedule a job for each time zone..
View ArticleRe: Unable to use Datasource.cfc in Admin API - The current user is not...
I have logged bug : 354632
View ArticleRe: NULL POINTER error when using ObjectLoad(ObjectSave())
I have now submitted this as a bug, https://bugbase.adobe.com/index.cfm?event=bug&id=3546237
View ArticleCF 9 HotFix 4 - RDS
Hi all,after CF 9 Hotfix 4 we have problems with RDS (unable to authenticate on RDS server using current security information)!Any experiences or ideas?Thank you!BR
View ArticleHow to fetch required values from a string ?
Hi , I need to fetch a particular value from a string, eg:input : abc def def test|test2|test3 my required output should be: test|test2|test3 How to go about this using any function or any other...
View ArticleRe: How to fetch required values from a string ?
Your requirements are a little bit unclear. But it seems to me that you just want to get the bit at the end of the string, following the last space? You could just use listLast(), specifying a space...
View ArticleRe: How to fetch required values from a string ?
hi actually my requirement is to exclude the string values till first three spaces and print the remaining. ie. input : abc def def test|test2|test3 i need to exclude "abc def def" and print the...
View ArticleRe: how to loop through queries for different time zones
Thanks Dan and Meensi for replying. I thought of doing something like this, I was afraid that scheduling 8 jobs over 4 hours may tax the server. It's not like I have a lot of emails to send out yet, I...
View ArticleRe: How to fetch required values from a string ?
ok, so we probably need to use a regular expression then. Something like this perhaps: Find: ^[^ ]*? [^ ]*? [^ ]*? (.*)$Replace with: \1 This worked for me: <cfset yourString = "abc def def...
View Articleinstalling cf10 on server 2008
hi all ive downloaded cf 10 "ColdFusion_10_WWEJ_win32.exe" however when ever i try to install it on server 2008 i get the hour glass for a few seconds then nothing. Ive just tried it on my desktop...
View ArticleRe: installing cf10 on server 2008
Hi, Can you try the following steps:- Launch Command prompt as AdministratorNavigate to the installer location and type the name of installer with extension followed by -console and press enter. For eg...
View ArticleCF10 default password
Hi all Ive just managed to install CF10 and during the installation process put in passwords when prompted. Im now at the admin screen however it says my password is wrong. Ive unistalled it once and...
View ArticleRe: I'm trying to remove the html from my solr collections.
What are you indexing; files, database, etc.? Do you mean to strip out HTML when making the collection?
View ArticleRe: CF10 default password
Ive managed to find a password reset.bat file in /Coldfusion10/cfusion/bin ive run it and it says it has reset the password to the one entered, however still no access to cf admin
View ArticleRe: CF10 default password
this is rubish. Ive installed 3 times now the last time using a different password because I thought it was getting itsself confused with the server password. I still cant log into the cf admin screen....
View Article