I am trying to get all of my users in Active Directory that are not in the Disabled Accounts OU. I thought that the following would work, but it does not.
(&(objectClass=user) (!(ou=Disabled Accounts)))
I'm using this filter for a Coldfusion application using the CFLDAP tag.
Any help is...
I have a formula field with the following code:
Global stringVar Array myArray := ["Jim","Hans","Jacques","Hitomi","Bob"];
myArray[5];
It's output is fine.
I have a second formula with the following code:
Join(myArray);
When I attempt to use the second formula field I get an error that says...
Nothing in the server logs. I'll talk to the networking folks again. Maybe someone changed something on the server. I'd like to thank everyone for the assist. If I find the answer I'll post it to this thread.
Again, thanks.
I have inherited an application that allows users to upload a file to the server. It has been running for over 2 1/2 years with no problem. Now, when a user attempts to upload a file with a duplicate name to the directory the CF Server throws an error. If they upload a file with an original name...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.