Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jefegrande

    LDAP Query Filter Question

    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...
  2. jefegrande

    Formula can't see Global Variables

    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...
  3. jefegrande

    CFFILE makeUnique Error

    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.
  4. jefegrande

    CFFILE makeUnique Error

    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...

Part and Inventory Search

Back
Top