Question : Active Directory User

I manage a 2003 SBS environment with Roaming profiles for users.  Recently installed 11 new Windows 7 workstations.  1 user when logging in does not get her profile and login script does not run.  I was going to create a new AD account however they also use Exchange.  Can I create a new user and link it with the existing Exchange account?  I logged in as this user from several machines all with the same results, but when login to her computer with another AD account all works well.

Answer : Active Directory User

One more thing. Add the resultset number (1,2,...) to each cfprocresult variable

    <cfstoredproc procedure="pr_get_LoggedUser_Info" datasource="#Application.CDP_DSN#">
        <cfprocparam type="In" cfsqltype="CF_SQL_INTEGER" value="#rsCF_Client_ID.CID#" null="No">
        <cfprocresult name="rsCF_Client" resultset="1">
      <cfprocresult name="rsCF_Client2" resultset="2">
    </cfstoredproc>
Random Solutions  
 
programming4us programming4us