Identity template change

Hi,
We are changing the identity template of a LDAP resource from like 'uid=$accountId$,ou=test,dc=abc,dc=com' to 'uid=$accountId$,ou=new,dc=xyz,dc=com'.
We already got the accounts in the new container(ou=new,dc=xyz,dc=com) in LDAP. But the LDAP account is not updated in SIM (even after a update of the user) based on the changed identity template. ie, the LDAP account in SIM is not pointing to the correct account in LDAP based on the identity template change.
Please let me know how we can make the accounts in SIM get changed as per the new identity template and point to the actual accounts in LDAP. An early response is highly appreciated.
Thanks in advance.

Thanks again. I am trying a similar one as below
- Disabled all the operations on the resource (the requirement is to keep the resource in readOnly mode only after chaning the identity template).
- Thorugh bulk action deleted all the accounts in SIM. Since the resource operations are disabled it deleted only from the SIM
- Updated the user again and it assigns the account again with the correct DN based on the new identity template (because the account was assigned through a role).
As you are also suggesting a similar one I presume that I am going in the right way :-)
Please let me know if any other better ways.
Edited by: 907551 on Jan 12, 2012 9:32 PM
Edited by: 907551 on Jan 12, 2012 9:35 PM

Similar Messages

  • How to override AD identity template for resource contained in role?

    This is yet another variation on the "I need to compute the container for my AD user, so how do I override the identity template?"
    I have a relatively elegant hack (detailed below)...but it is a hack and I am worried about unintended consequences.
    Details:
    I am running an active sync on a database table representing our HR info. Based on info in the table, I am assigning business roles, such as faculty, staff. Those particular business roles contain an IT role which has an AD resource assigned to it. There are different depths in the tree for students (from the student information system, not HR) vs. employees, so I can't hack it by using AD Department and Division attributes in the identity template.
    Unlike many of the other posts, I am not assigning the AD resource directly. That may not matter, but it feels like that gives it even more opportunity to lose track of the information I might compute on my active sync form.
    I have tried a several things. These were the most promising so far:
    1. Setting accounts[AD].identity in the active sync form. Looking with the IDE debugger, it's there and correct when I leave the active sync form. But by the time the Create User process is invoked, accounts[AD] is nowhere to be found in the user. I see it after I step over the provision task, so I'm looking for it in the right place. (Other attributes, like Description, get set in the active sync form, and are also ignored by the time the user is created.)
    2. Something I thought for sure was going to work: I've mapped distinguishedName in the schema, and set it via a rule in the "Set attribute values" under the resources tab of the role. Then I set the identity template to $distinguishedName$. But that failed because it complained that distinguishedName didn't exist.
    Here's the hack: If I use Description instead of distinguishedName in #2 above, it works: the user is created in the correct AD ou. But Description is abused, and that feels like it's going to be trouble someday. Also, setting the identity template to $Description$ is freaky.
    What's the real way to do this? Do I use the hack except with a custom AD attribute so that Description isn't abused? Do I customize a Create User for my active sync form that sets accounts[AD].identity just prior to the provision task?
    Thanks in advance. -Les

    Steve and Paul: good ideas, and good insight. Thanks!
    For the moment, I am going to pursue the path Steve suggested once I verify that I will be able to assign folks to groups outside of the root container assigned to the different adapter instances. (Employees can enroll in classes, and access to course-related objects is by group, therefore there will a group to assign that's outside of someone's root container...) I don't think this is a problem, though.
    Also, I sort of expected that folks wanted something human-friendly in Division and Department attributes ("Business Office" vs. "buso"). I need to use the department code (not name) in the OU because the name is more likely to change over time, and I don't know how to tell the gateway to move a user between AD containers. I've seen references in the forum of doing that by turning an update into a rename operation, but I don't yet know enough about the product to do anything actionable with that piece of knowledge.
    Thanks again! -Les

  • Identity Template not working for LDAP

    Hi,
    I'm trying to provision a user to an LDAP resource. The identity template is simply as:
    uid=$accountId$,dc=mytest,dc=example,dc=com
    The following shows the barebone resource schema:
    accountId <-->uid
    password <--> userPassword
    cn <--> cn
    sn <--> sn
    But whenever the user creation code is executed, the following error message is always returned:
    com.waveset.util.WavesetException: Error trying to lookup LDAP object 'user1234' javax.naming.InvalidNameException: Invalid name: user1234
    It seems that IdM does not use the template to create the DN. Any clue?
    kamtheman.

    I've run across something similar in my environment. Unfortunately nobody seems to be able to solve the problem. While it is similar it might not be 100% exactly what you're experiencing so take this with a grain of salt
    My schema mapping is almost identical to yours with a few additional attributes like email, etc. My identity template is not however. My identity template maps something other than the accountId as the DN.
    What I've found is that I have a number of IDM users, not all of them, have double resource entries for the same LDAP resource. What happens when I try to do provisioning events against those users is exactly what you get, a java naming exception.
    If you edit the user within the IDM admin interface and try to save them (making no changes), do you notice if they have two resource accounts linked to their IDM account? In my case each of the problem users have two entries for the same LDAP resource. One entry follows the identity template correctly while the other entry does not.
    Another way to check this is to use the lighthouse console and execute a "getUser" command to get the raw XML for the user object in question. Again, in my case I have two entries for my LDAP resource such as this:
    <ResourceInfo accountId='userid=user1234,ou=People,dc=dc1,dc=dc2'  ...
         <ObjectRef type='Resource' id='#ID#RESOURCE:LDAP' name='LDAP'/>
    </ResourceInfo>
    <ResourceInfo accountId='user1234'  ...
         <ObjectRef type='Resource' id='#ID#RESOURCE:LDAP' name='LDAP'/>
    </ResourceInfo>You may be experiencing the same thing I am. I run across the java naming error when doing an update because of the second, mal-formed LDAP account.
    Edited by: MichaelF on Aug 27, 2008 3:03 PM

  • Department and Division in Identity Template not updated

    Hi all,
    I was recently trying to populate the attributes Department and Division dynamically for Active Directory like AccountId by doing the following in Identity Template
    cn=$accountId$,ou=$Department$,ou=$Division$,dc=com
    But this doesn't seem to work . IDM doesn't seem to recognize this.
    I will be glad if somebody can help me with this.
    Thanks in advance!!
    regards,
    Zebra8

    You're not alone, I have similar problem. Unfortunately, none of the forum posts that touch on this specific problem and/or say they found a solution, provide a specific (connect the dots) solution:
    Assign users to virtual organisations? -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5244414
    missing attribute container required by the identity template for resource -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5220580
    missing attribute firstinitial required by identity template for resource -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5164606
    'i' in employeeId -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5136857
    Is it possible to set identity template dynamically? -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5133235
    Identity Template issue|http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5110444
    ActiveSync assigning and linking Active Directory accounts -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5110302
    Error during saving a user data -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5100184
    How to use a rule to generate ID for a resource? -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5093491
    Error While recon -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5102663
    LDAP Resource Account Creation -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5117857
    Multiple accounts on AD -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5128583
    multiple accounts for active directory -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5163175
    Flat File Active Sync Error -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5054272
    Problem changing user projects -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5064478
    Problem during provisioning -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5219921
    unable to get firstinitial in AD template -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5165816
    Place IDM USer in specific Active directory Container based on Department -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5175931
    Active Directory Error -- http://forum.java.sun.com/thread.jspa?forumID=764&threadID=5058048
    Summary instructions (collected from these posts and IDM docs):
    * the template is only used when an account is created
    * any $attributes$ referenced in the template must be either IDM extended user attributes (i.e. always present) or in the associated resource schema map
    * can also dynamically override the identity template using the attribute �accounts[<resource>].identity�
    * if the attribute is only used for the template, set the schema mapping to IGNORE_ATTR to that IDM doesn�t try to provisioning the attribute
    Some fuzzy/non-specific suggestions:
    * may utilize workflows; i.e. modify the default create user workflow
    * may involve the resource activeSync form
    * suggestion that any referenced attributes need to be �global�; this either means set using �global.<attr>� syntax, they are marked as �required� in the schema map, and/or the the LDAP activeSync resource �populateGlobal� attribute is set to �true�
    I'll post a solution when I figure it out.

  • Identity Template

    Is this template only used for the creation of users?
    if my template for creating users on Active Directory is
    cn=$upn$,ou=Siirto,dc=ad,dc=saku
    $upn$ is the userprincipalname fetched from a field in FF Active Sync.
    If a record in the FF has a changed upn then I would expect the AD entry to get a different DN but it dont seem to work that way.
    Is it true that once the resource entry is created it is fixed - tied to the IdM account in the repository... even though its NAMING attribute alters?
    This has big impact on LDAP resources where people can move departments and their DN changes e.g. from uid=EMP12345,ou=sales,o=acme to uid=EMP12345,ou=administration,o=acme

    You can get the current user's identity on a resource from the User view variable accountInfo.accounts[<resname>].accountId, so you should be able to use that to compare with what the account's new identity should be, given the updated attrs from the FF active sync adapter.
    Here's an example subprocess that you can use to invoke the rename user view. This example assumes the the identity templates for the user's resources use newLogin, newDepartment, and newDivision, so you'll need to change that.
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
    <Configuration name="Training - Rename User">
      <Extension>
        <WFProcess name="Rename User" title="User Update Workflow">
          <Variable name="accountId" external="true">
            <Comments>AccountId of user to be renamed</Comments>
          </Variable>
          <Variable name="user.newLogin" external="true">
            <Comments>New common name of the user to be updated</Comments>
          </Variable>
          <Variable name="user.newDepartment" external="true">
            <Comments>New department in which to place user to be updated</Comments>
          </Variable>
          <Variable name="user.newDivision" external="true">
            <Comments>New division in which to place user to be updated</Comments>
          </Variable>
          <Variable name="renameView"/>
          <Activity name="start">
            <Transition to="Check if Move / Rename Applicable">
              <or>
                <ref>user.newDepartment</ref>
                <ref>user.newDivision</ref>
                <ref>user.newLogin</ref>
              </or>
            </Transition>
            <Transition to="end"/>
          </Activity>
          <Activity id="7" name="Check if Move / Rename Applicable">
            <Variable name="object"/>
            <Action id="0" application="com.waveset.session.WorkflowServices">
              <Argument name="op" value="getObject"/>
              <Argument name="type" value="User"/>
              <Argument name="name" value="$(accountId)"/>
            </Action>
            <Transition to="Rename / Move User">
              <and>
                <isFalse><ref>WF_ACTION_ERROR</ref></isFalse>
                <ref>object</ref>
                <rule name='Training:Check if Ready for Rename/Move'>
                  <argument name="wsUser" value="$(object)"/>
                </rule>
              </and>
            </Transition>
            <Transition to="end"/>
          </Activity>
          <Activity id="8" name="Rename / Move User">
            <Comments>
              Current case owner has a lock on the object, so do not need to release the lock in order to
              checkout the user view.
            </Comments>
            <Variable name="WF_ACTION_ERROR"/>
            <Variable name="view"/>
            <Action id="0" name="Checkout Rename View" application="com.waveset.session.WorkflowServices">
              <Argument name="op" value="checkoutView"/>
              <Argument name="type" value="RenameUserViewer"/>
              <Argument name="id" value="$(accountId)"/>
              <Argument name="subject" value="$(WF_CASE_OWNER)"/>
              <Return from="view" to="renameView"/>
            </Action>
            <Transition to="Set Naming Attributes">
              <isnull>
                <ref>WF_ACTION_ERROR</ref>
              </isnull>
            </Transition>
            <Transition to="end"/>
          </Activity>
          <Activity name="Set Naming Attributes">
            <Action name="Set Parameters for Identity Rename">
              <expression>
                <block>
                  <dolist name="resource">
                    <ref>renameView.accounts[*].name</ref>
                    <set>
                      <concat>
                        <s>renameView.resourceAccounts.currentResourceAccounts[</s>
                        <ref>resource</ref>
                        <s>].selected</s>
                      </concat>
                      <s>true</s>
                    </set>
                    <cond>
                      <ref>user.newLogin</ref>
                      <block>
                        <set name="renameView.resourceAccounts.currentResourceAccounts[Lighthouse].selected">
                          <s>true</s>
                        </set>
                        <set name="renameView.newAccountId">
                          <ref>user.newLogin</ref>
                        </set>
                        <set>
                          <concat>
                            <s>renameView.accounts[</s>
                            <ref>resource</ref>
                            <s>].login</s>
                          </concat>
                          <ref>user.newLogin</ref>
                        </set>
                        <set>
                          <concat>
                            <s>renameView.accounts[</s>
                            <ref>resource</ref>
                            <s>].accountId</s>
                          </concat>
                          <ref>user.newLogin</ref>
                        </set>
                      </block>
                    </cond>
                    <cond>
                      <ref>user.newDepartment</ref>
                      <set>
                        <concat>
                          <s>renameView.accounts[</s>
                          <ref>resource</ref>
                          <s>].department</s>
                        </concat>
                        <ref>user.newDepartment</ref>
                      </set>
                    </cond>
                    <cond>
                      <ref>user.newDivision</ref>
                      <set>
                        <concat>
                          <s>renameView.accounts[</s>
                          <ref>resource</ref>
                          <s>].division</s>
                        </concat>
                        <ref>user.newDivision</ref>
                      </set>
                    </cond>
                  </dolist>
                </block>
              </expression>
            </Action>
            <Action id="2" name="Checkin Rename View" application="com.waveset.session.WorkflowServices">
              <Argument name="op" value="checkinView"/>
              <Argument name="view" value="$(renameView)"/>
            </Action>
            <Transition to="end"/>
          </Activity>
          <Activity id="9" name="end">
            <WorkflowEditor x="375" y="10"/>
          </Activity>
        </WFProcess>
      </Extension>
      <MemberObjectGroups>
        <ObjectRef type="ObjectGroup" id="#ID#All" name="All"/>
      </MemberObjectGroups>
    </Configuration>
    Again, hope that helps.
    sbr

  • How to get the value of identity template

    Hello,
    i have a AD resource and i want to get the identity model value in a form. Is it possible to do it ?
    Thanks

    A Resource object has a method getIdentityTemplate but its result type won't be easy to use inside a form.
    What kind of information are you exactly interested in?
    For example if you need to know which resource attributes are part of the identity template, you can find this information directly in the user view, i.e. :
    <ref>accountInfo.accounts[Active Directory].attributes[idTemplate=true].name</ref>

  • DreamWeaver Template change not updating children webpages?

    Hi Group,
    Sorry for my newbie question here.
    I loaded an HTML webpage, and saved it out as a DreamWeaver Template file.
    I then created webpages from the template file (( File - New - Page From Template - Site - Template), and made sure that the "Update Page when Template Changes" check box was selected/checked.
    I then created several chldren webpages, and saved them as .html files.
    I decided to change the navbar system - part of the uneditiabel region in the template - by opening the template file and edit-ing that file, and then saving it as the same DreamWeaver template file.
    However, the webpages did Not Update to reflect the navbar changes in the template fle !??!???
    Can someone tell me what I'm doing wrong?
    I believe it is something that I'm doing incorrectly with DreamWeaver ..
    Here is the HTML if anyone is interested.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <!-- TemplateBeginEditable name="DocTitle" -->
    <title>CNC Joe's  WorkShop - - Home Page </title>
    <!-- TemplateEndEditable --> 
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
       <link href="../style.css" rel="stylesheet" type="text/css" media="screen" />
    <!-- Keep the http-equiv meta tag for IE8 -->
      <meta http-equiv="X-UA-Compatible" content="IE=8" />
    <!-- Link the CSS file here -->
    <link rel="stylesheet" type="text/css" media="screen,projection" href="../style.css" />
    </head>
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
    <body>
    <div id="wrapper">
    <a name="top"></a>
    <a href="index.html" target="_self" title="CNC-Joe's Home Page" >
    <img src="../joesworkshoplogo.gif" width="770px" height="300px" alt="CNC Joe's  WorkShop - Home Page" />
    </a>
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -->
    <!-- BEGIN OF PULL DOWN MENU -->
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -->
    <div class="mainmenu">
    <ul>
          <li class="li_nc"><a href="index.html" target="_self" >Home</a></li>
          <li class="li_hc"><a href="cad.html" target="_self" >CAD</a><ul class="ul_ch">
             <li class="li_nc"><a href="cad_intellicad.html" target="_self" >IntelliCAD</a></li>
             <li class="li_nc"><a href="cad_draftsight.html" target="_self" >DraftSight</a></li>
             <li class="li_nc"><a href="cad_progesoft.html" target="_self" >Progesoft</a></li>
          </ul></li>
          <li class="li_hc"><a href="cam_html" target="_self" >CAM</a><ul class="ul_ch">
             <li class="li_nc"><a href="cam_mach3.html" target="_self" >Mach3</a></li>
             <li class="li_nc"><a href="cam_vcarve.html" target="_self" >V-Carve</a></li>
             <li class="li_nc"><a href="cam_cut3d.html" target="_self" >Cut 3D</a></li>
             <li class="li_nc"><a href="cam_bobcadcam.html" target="_self" >Bob-CAD-CAM</a></li>
             <li class="li_nc"><a href="cam_meshcam.html" target="_self" >Mesh CAM</a></li>
             <li class="li_nc"><a href="cam_deskcnc.html" target="_self" >Desk CNC</a></li>
          </ul></li>
          <li class="li_hc"><a href="projects.html" target="_self" >Projects</a><ul class="ul_ch">
             <li class="li_nc"><a href="projects_zzeroplate.html" target="_self" >Z Zero Plate</a></li>
             <li class="li_nc"><a href="projects_x0y0edgefinder.html" target="_self" >X0-Y0 Edge Finder</a></li>
             <li class="li_nc"><a href="projects_digitizingtouchprobe.html" target="_self" >Digitizing Touch Probe</a></li>
             <li class="li_nc"><a href="projects_millwebcam.html" target="_self" >Mill Web CAM</a></li>
             <li class="li_nc"><a href="projects_laseredgefinder.html" target="_self" >Laser Pointer Edge Finder</a></li>
             <li class="li_nc"><a href="projects_davidlaserscanner.html" target="_self" >David Laser Scanner</a></li>
          </ul></li>
          <li class="li_hc"><a href="reference.html" target="_self" >Reference</a><ul class="ul_ch">
             <li class="li_nc"><a href="ref_gcodes.html" target="_self" >G-codes</a></li>
             <li class="li_nc"><a href="ref_nema.html" target="_self" >NEMA Motor Info</a></li>
             <li class="li_nc"><a href="ref_vbearings.html" target="_self" >V-Bearings</a></li>
             <li class="li_nc"><a href="ref_linearguides.html" target="_self" >Linear Guides</a></li>
          </ul></li>
          <li class="li_hc"><a href="offtopictopics.html" target="_self" >Off-Topic Topics</a><ul class="ul_ch">
             <li class="li_nc"><a href="ott_backyardfoundry.html" target="_self" >BackYard Foundry</a></li>
             <li class="li_nc"><a href="ott_blacksmithing.html" target="_self" >BlackSmithing</a></li>
          </ul></li>
          <li class="li_nc"><a href="links.html" target="_self" >Links</a></li>
          <li class="li_nc"><a href="contact.html" target="_self" >Contact</a></li>
    </ul>
    </div>
    <!-- END OF PULL DOWN MENU -->
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -->
    <!-- END OF PULL DOWN MENU -->
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -->
    <!-- TemplateBeginEditable name="content" -->
    <h2>Projects: Digitizing Touch Probe:</h2>
    <ul>
    <li> </li>
        <li> </li>
        <li> </li>
        <li> </li>
        <li> </li>
        <li> </li>
        <li> </li>
    </ul>
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->       
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->
    <!-- End of Editable Region - the rest is Boiler Plate -->       
    <!-- TemplateEndEditable -->  
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->
      <br />
      <p><a href="#top" >Back To Top...</a></p>
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->
    <!-- Footer Region                                                                                    -->
    <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ -->
    <div id="footer">
    <hr />
      <p>
      <a href="http://validator.w3.org/check?uri=referer">
      <img class="logos" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional"  height="31" width="88" /></a>
      <a href="http://jigsaw.w3.org/css-validator/check/referer">
       <img  style="border:0;width:88px;height:31px"
        class="logos" src="http://jigsaw.w3.org/css-validator/images/vcss"
        alt="Valid CSS!" />
      </a>
    </p>
      <h5><strong><i>
       This website is for educational purposes only. Any resemblance to any person - living or dead - is purely coincidental
      </i></strong></h5>    
      </div>
    </div><!-- end Div Wrapper -->
    </body>
    </html>

    Additional Info:
    No -I haven't been able to get the DW Template feature to work on other sites - this is my first application of it to a website (actually it's the whole reason for getting DreamWeaver... I know it works, I know that I'm doing something wrong.. I just don't know what it is...)
    All the .HTML files (index.html, cad.html, cam.html, etc. etc.)  are in the website's root directory.
    The Template file is in its own sub-directory folder named "Templates".
    Right now even the .css file is in the root directory....
    Thank You for trying to help me -  I greatly appreciate it.
    Joe

  • Template changes will not propogate out to the child web pages in the defined site.

    I have a user in my organization who regularly makes changes to a dreamweawer template in order to universally change content on pages that are internal to her office.  The site that serves her office has been defined in dreamweaver (we're running dreamweaver CS4).  Normally, after saving the template changes on her way out of the dw session, she would be asked whether or not she wanted to propagate her template changes out to all of the child web pages (.htmls) in her site.  This has stopped happening and sure enough she can see that the change doesn't exist on the child pages.  Does anyone know why this might have happened, how to restore that prompt for propagation or, most importantly, how she can get those changes propagated to the child pages?

    That may be an eventuality, particularly assuming I'm never able to work on this fulltime...which is likely. =)  Anyway, thanks so much for the link.  We'll try this again.  Hopefully, you'll be able to read it.  Even if it's clear, it may still just be clearly ugly, but please let me know what you think.  Thanks!:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- begin page information comments section.
    Replace the entries below to match your pages
    File:          /templates/intranet_full.dwt
    Date:          06/30/2005
    Author:          Page author / developer name
    Description:
    template for the census intranet
    Sponsor / Contact:
    Modification History: (initials, modification, date changed)
    JRJ, Template created, 06/30/2005
    end of page information comments section.-->
    <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/geo_template.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <!-- InstanceBeginEditable name="doctitle" -->
    <title></title>
    <meta name="author" content="" />
    <meta content="Geography Division, main page" name="Keywords" />
    <meta content="Main Geography Division Home Page" name="Description" />
    <link rel="Main Geography Division Home page" href="http://www.geo.census.gov/" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <link href="../asset/css/cwwintranet.css" rel="stylesheet" type="text/css" />
    <link href="../asset/css/cwwintranet_print.css" rel="stylesheet" type="text/css" media="print" />
    <link href="../asset/css/cww-geo.css" rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    <!-- InstanceParam name="contact" type="text" value="" -->
    </head>
    <body>
    <!-- Start - This will allow 508 Compliance for header skipping -->
    <!-- ************************** begin censusintranet_header  ************************** -->
    <div id="zcwwImageHeader">
         <a href="#main" tabindex="0"><img id="SpacerImage" border="0" src="../asset/img/spacer.png" width="1" height="1" alt="Press enter to skip horizontal navigation bar." /></a>
         <img src="../asset/img/banner_img.png" width="390" height="50" alt="" id="zcwwImageRight" />
         <a href="http://cww.census.gov/" tabindex="1"><img src="../asset/img/inside_census.png" alt="Image with the text: inside census" width="360" height="39" border="0" id="zcwwImageLeft" /></a>
    </div>
    <div id="zcwwBlueNavHeader">
         <ul>
              <li><a tabindex="2" href="http://cww.census.gov/menu.asp?catcode=2">About Census</a></li>
              <li><a tabindex="3" href="http://cww.census.gov/menu.asp?catcode=3">Forms &amp; Publications</a></li>
              <li><a tabindex="4" href="http://cww.census.gov/menu.asp?catcode=4">IT &amp; System Support</a></li>
              <li><a tabindex="5" href="http://cww.census.gov/menu.asp?catcode=5">Management Resources</a></li>
              <li><a tabindex="6" href="http://cww.census.gov/menu.asp?catcode=6">Safety &amp; Security</a></li>
              <li class="znoBorder"><a tabindex="7" href="http://cww.census.gov/menu.asp?catcode=7">Work Life &amp; Career</a></li>
         </ul>
    </div>
    <div id="zcwwSearchHeader">
         <ul>
              <li><a tabindex="14" title="A to Z Index" href="http://cww.census.gov/AtoZIndex.asp">A to Z</a></li>
              <li><a href="http://cww.census.gov/faq/">FAQ</a> </li>
              <li class="znoBorder"><a tabindex="15" href="http://cww.census.gov/sitemap.asp">Site Map</a></li>
         </ul>
         <form class="zcwwSearchForm" action="http://cww.census.gov/search.asp">
              <input name="radiobutton" type="radio" class="zcwwSearchText" id="employeeRadio" tabindex="8" value="employee" />
              <label for="employeeRadio">Employee</label>
              <input name="radiobutton" id="searchRadio" type="radio" value="Intranet" class="zcwwSearchText" tabindex="9" checked="checked" />
              <label for="searchRadio">Intranet</label>
              <label for="searchText"><input tabindex="10" id="searchText" name="textfield" type="text" value="" size="15" class="zcwwSearchText" /></label>
              <input tabindex="11" name="Search" type="submit" id="Search" value="Search" class="zcwwGoButton" />
         </form>
         <form name="DivisionForm" action="http://cww.census.gov/cwwDivisionNav.asp" method="post" class="zcwwSearchForm">
              <span style="position:absolute;left:0px;top:-500px;width:1px;height:1px;overflow:hidden;" class="reader">For the following combo box, to make a selection, press enter then alt plus
         down arrow and use the up and down arrows.</span>
              <label for="zDivisionList"><select class="zcwwSearchText" tabindex="12" id="zDivisionList" name="zDivisionList" onchange="window.location='http://cww.census.gov/cwwDivisionNav.asp?zDivisionList=' + form.zDivisionList.options[form.zDivisionList.selectedIndex].value;">
                   <option value="http://cww.census.gov/Directorate_Division.asp">Go to Directorate or Division</option>
                   <option class="zcwwSelectA" value="http://cww.census.gov/Directorate_Division.asp">Directorates</option>
                   <option class="zcwwSelectB" value="11">Assoc Dir for Administration  &amp; CFO (ADACFO)</option>
                   <option class="zcwwSelectB" value="4">Assoc Dir for Communications (ADCOM)</option>
                   <option class="zcwwSelectB" value="46">Assoc Dir for Decennial Census (ADDC)</option>
                   <option class="zcwwSelectB" value="52">Assoc Dir for Demographic Programs (ADDP)</option>
                   <option class="zcwwSelectB" value="36">Assoc Dir for Economic Program (ADEP)</option>
                   <option class="zcwwSelectB" value="28">Assoc Dir for Field Operations (ADFO)</option>
                   <option class="zcwwSelectB" value="21">Assoc Dir for Information Technology &amp; CIO (ADIT)</option>
                   <option class="zcwwSelectB" value="64">Assoc Dir for Strategic Planning &amp; Innovation (ADSPI)</option>
                   <option class="zcwwSelectB" value="1">Office Of The Director (DIR)</option>
                   <option class="zcwwSelectA" value="http://cww.census.gov/Directorate_Division.asp">Divisions</option>                           <option class="zcwwSelectB" value="15">Acquisition (ACQ)</option>
                   <option class="zcwwSelectB" value="16">Administrative &amp; Customer Services (ACSD)</option>
                   <option class="zcwwSelectB" value="14">Administrative &amp; Management Systems (AMSD)</option>
                   <option class="zcwwSelectB" value="50">American Community Survey Office (ACSO)</option>
                   <option class="zcwwSelectB" value="17">Budget Division (BUD)</option>
                   <option class="zcwwSelectB" value="40">Chief Economist (CES)</option>
                   <option class="zcwwSelectB" value="41">Company Statistics (CSD)</option>
                   <option class="zcwwSelectB" value="22">Computer Services (CSVD)</option>
                   <option class="zcwwSelectB" value="6">Congressional Affairs Office (CAO)</option>
                   <option class="zcwwSelectB" value="33">Customer Liaison Office (CLO)</option>
                   <option class="zcwwSelectB" value="65">Data Integration Div (DID)</option>
                   <option class="zcwwSelectB" value="47">Decennial Management (DMD)</option>
                   <option class="zcwwSelectB" value="51">Decennial Statistical Studies (DSSD)</option>
                   <option class="zcwwSelectB" value="48">Decennial System &amp;  Contracts Management Office (DSCMO)</option>
                   <option class="zcwwSelectB" value="55">Demographic Statistical Methods (DSMD)</option>
                   <option class="zcwwSelectB" value="53">Demographic Surveys (DSD)</option>
                   <option class="zcwwSelectB" value="38">Economic Planning &amp; Coordination (EPCD)</option>
                   <option class="zcwwSelectB" value="39">Economic Statistical Methods &amp;  Programming (ESMPD)</option>
                   <option class="zcwwSelectB" value="10">Equal Employment Opportunity Office (EEO)</option>
                   <option class="zcwwSelectB" value="31">Field (FLD)</option>
                   <option class="zcwwSelectB" value="18">Finance Division (FIN)</option>
                   <option class="zcwwSelectB" value="43">Foreign Trade (FTD)</option>
                   <option class="zcwwSelectB" value="49">Geography (GEO)</option>
                   <option class="zcwwSelectB" value="44">Governments (GOVS)</option>
                   <option class="zcwwSelectB" value="54">Housing &amp;  Household Economic Statistics (HHES)</option>
                   <option class="zcwwSelectB" value="13">Human Resources (HRD)</option>
                   <option class="zcwwSelectB" value="24">Information System Support &amp; Review Office (ISSRO)</option>
                   <option class="zcwwSelectB" value="27">Information Technology Security Office (ITSO)</option>
                   <option class="zcwwSelectB" value="25">Lan Technology Support Office (LTSO)</option>
                   <option class="zcwwSelectB" value="45">Manufacturing &amp;  Construction (MCD)</option>
                   <option class="zcwwSelectB" value="34">Marketing Services Office (MSO)</option>
                   <option class="zcwwSelectB" value="30">National Processing Center (NPC)</option>
                   <option class="zcwwSelectB" value="9">Office of Analysis and Executive Support (OAES)</option>
                   <option class="zcwwSelectB" value="56">Population (POP)</option>
                   <option class="zcwwSelectB" value="7">Public Information Office (PIO)</option>
                   <option class="zcwwSelectB" value="42">Service Sector Statistics (SSSD)</option>
                   <option class="zcwwSelectB" value="59">Statistical Research (SRD)</option>
                   <option class="zcwwSelectB" value="26">Systems Support (SSD)</option>
                   <option class="zcwwSelectB" value="29">Technologies Management Office (TMO)</option>
                   <option class="zcwwSelectB" value="23">Telecommunications Office (TCO)</option>
              </select>
              </label>
              <noscript>
              <input type="submit" tabindex="13" title="Go to Selected Directorate/Division/Office" class="zcwwGoButton" value="Go" />
              </noscript>
         </form>
    <a name="main" id="main"></a>
    </div>
    <!-- ************************** end censusintranet_header ************************** -->
    <table cellpadding="0" cellspacing="0" id="zcwwLayoutTable">
         <tr valign="top">
              <td id="zcwwLeftMenu">
                   <!-- Start - This will allow 508 Compliance for header skipping --><!-- End - This will allow 508 Compliance for header skipping  -->
          <h5><a href="http://www.geo.census.gov/">Geography Division</a></h5>
          <ul>
            <li><a
            href="http://www.geo.census.gov/branches.html">Branches</a> </li>
            <li><a
            href="http://cww.census.gov/roster/default.aspx?OrgCode=GEO&option=div">Roster</a> </li>
            <li><a
            href="http://portal.geo.census.gov:7778/portal/page?_pageid=0,1416&_dad=portal30_db&_schema=PORTAL30">Portal</a> </li>
            <li><a
            href="http://www.geo.census.gov/mis/">MIS</a> </li>
            <li><a href="../asset/documents/geo_4th_floorplan.pdf">Division Floor Plan</a></li>
            <li><a href="http://cww.acsd.census.gov/building/floorLayout.asp">Census Building Floor Plan</a></li>
            <li><a href="../asset/mailingaddress.html">Mailing Address</a></li>
            </ul>
            <!-- InstanceBeginEditable name="navBar" -->@@("")@@
            <h5><a href="../UOB/index.html">UOB</a></h5>
            <ul>
              <li><a href="../UOB/roster.html">Roster</a> </li>
                <li>Organization</li>
                <li class="leftmenu_ind"><a href="../UOB/batch.html">Batch and Interactive Update Section</a></li>
              <li class="leftmenu_ind"><a href="../UOB/coordination.html">Coordination Section</a></li>
                <li class="leftmenu_ind"><a href="../UOB/production.html">Production Section</a></li>
                <li><a href="../asset/img/uob_floorplan.pdf">Branch Floor Plan</a></li>
                <li><a href="../UOB/org_chart.html">Organizatonal Chart</a></li>
            </ul>
            <h5>Operations, Procedures, and Controls</h5>
            <ul>
                 <li><a href="../UOB/branch_web/bas.html">BAS</a></li>
              <li><a href="../uob/GATRES/userguide/index.htm">GATRES Documentation</a></li>
              <li><a href="../UOB/branch_web/Hwy_Rev.html">Highway Review</a></li>
              <li><a href="../UOB/luca.html">LUCA</a></li>
                <li><a href="../UOB/mafgor.html">MAFGOR</a></li>
                <li><a href="../UOB/msnerp.html">MSNERP</a></li>
                <li><a href="../UOB/pbo_msp_reconciliation.html">PBO MSP Reconciliation</a></li>
              <li><a href="../UOB/monthly.html">UOB Monthly Production Reports</a></li>
                <li><a href="http://www.geo.census.gov/wcb/production_control.html">Production Control Systems</a></li>
              <li><a href="../UOB/inactive.html">Inactive Projects Documents</a></li>
              <li><a href="../UOB/branch_web/FY2011_Projects.html">FY 2011 Projects</a></li>
            </ul>
            <h5>General Reference</h5>
            <ul>
                 <li><a href="../UOB/cfcc.html">CFCC-MTFCC Crosswal</a>k</li>
                <li><a href="../UOB/GATRES_Ready_Report.html">GATRES Ready Reports</a></li>
                <li><a href="../UOB/feature.html">Feature Update Rules</a></li>
                <li><a href="../UOB/MSP_Reshape.html">MSP and Reshape Consistency</a></li>
              <li><a href="../UOB/GATRES/userguide/Primary_Alternate Name Designation.htm">Primary/Alternate Name</a></li>
              <li><a href="http://prodas2.geo.census.gov:7778/prs_prodtran/eprs_welcome.welcome">Problem Referral System</a></li>
                <li><a href="../UOB/release.html">Release Notes</a></li>
              <li><a href="../UOB/branch_web/statecountyprefixchart.html">State/County Prefix Standards</a></li>
                <li><a href="../UOB/Training.html">Training</a></li>
            </ul>
            <!-- InstanceEndEditable -->
          <p> </p>      </td>
             <td id="zcwwContentArea"><!-- InstanceBeginEditable name="image" --><!-- InstanceEndEditable --> <br />
              <!-- InstanceBeginEditable name="body_2" --><!-- InstanceEndEditable -->
              <div class="clear"><hr />
               <p>Contact: <!-- InstanceBeginEditable name="contact" -->@@("")@@ <!-- InstanceEndEditable --><br />
              Last Revised: <!-- InstanceBeginEditable name="revise" --><!-- InstanceEndEditable --></p></div>               
      <!-- end content here -->       </td></tr>
    </table>
    <!-- end content here -->
    <!-- ************************** begin censusintranet_footer ************************** -->
    <div id="zcwwPageFooter">
    <img src="../asset/img/wordmark_cwwblue.png" alt="U.S. Census Bureau - Helping You Make Informed Decisions" width="210" height="32" id="zcwwImageFooter" />     
         <ul>
              <li><a href="http://cww.census.gov/">CWW</a></li>
              <li><a href="http://cww.census.gov/AccessiblilityStatement.asp">Accessibility</a></li>
              <li><a href="http://cww.census.gov/Contact.asp">Contact</a></li>
              <li><a href="http://cww.census.gov/roster/">Employee Lookup</a></li>
              <li><a href="http://cww.census.gov/Feedback.asp">Feedback</a></li>
              <li><a href="http://cww.census.gov/firewall.asp">Firewall</a></li>
              <li><a href="http://cww.census.gov/cwwpolicy.asp">Privacy Policy</a></li>
              <li class="noBorder"><a href="http://www.census.gov/">WWW</a></li>
         </ul>
    </div>
    <!-- ************************** end censusintranet_footer ************************** -->
    </body>
    <!-- InstanceEnd --></html>

  • Web Template Changes not visible after transport from Development to Test

    Weu2019ve run into a problem doing web development in BI 7.0 that I suspect someone has seen before and may quickly be able to point us in the correct direction.  Changes that are made to web templates in the Web Application Designer are correctly transported from development to the test environment, but we are still seeing the old version of the template when the report is executed.  We are able to see the web template changes in the Web Application Designer in the test environment.  We believe this is a caching issue and have cleared the query cache and the HTTP cache in SMICM.  Unfortunately, this has not resolved the issue.  Can you suggest another approach to resolve this issue?

    Not sure what you mean by browser cache.  We have deleted history, cookies, and all temporary Internet files.  The issue isn't limited to a single user, but exists for all users.  Through extensive testing we have established that you are able to see the web template changes in test in the WAD(Web Application Designer) after they have been transported from development, but can only view the changes when the web template is run for the first time.  Changes to existing templates can be seen in the WAD in test, but are not seen when the report is run.  The old version of the template appears to held in cache somewhere, but we haven't been able to find it and clear it.

  • Identity Template Problem

    First of all, sorry if this question has been answered before but i'm looking for any similar scenario and i don't find what i need.
    My problem is that when I create a new user in my LDAP resource (I have made a directory junction before) it can be in a organization like this: departmentXX::IT::People::example or departmentXY::FP::People::example
    I want it to be stored in LDAP in this way uid=newuserID,ou=departmentXX,ou=IT,ou=People,dc=example,
    uid=newuserID2,ou=departmentXY,ou=FP,ou=People,dc=example.
    How can I obtain dinamically in the identity template the organizations for storing it in the wright position?
    Thanks in advance

    uid=$uid$,ou=People,o=test,dc=demo,dc=com
    uid=$uid$,ou=People,ou=HR,o=test,dc=demo,dc=com
    uid=$uid$,ou=People,ou=Marketing,o=test,dc=demo,dc=com
    will show the branching

  • SAP Workflow Template Changes

    Hi Experts,
    I have a custom Workflow template that needs some changes.
    - Change in the BO method code of an existing standard task of this template
    - Addition of elements in the main container of this template
    - Changing the container bindings for email steps / edit email
    How should I go about doing these changes, please advise
    - Once I open the template in SWDD, is it advisable to goto Menu Workflow->Generate Version or directly edit the template and save.
      Which is the best practice / difference it makes ?
    - Any specific order that I need to follow while changing the different template components
    - While transporting the TR for workflow templates, what should be taken care of ?
        In Production system, version is 0003 and in Dev it is 0004, both with the same dates.
    Also pls provide any link/document that can guide on the workflow change process, it would be great.
    Thanks in advance for your time and inputs !
    Regards,
    Mirza.

    here are some links:
    SAP Library - Conv250: BC SAP Business Workflow - Tutorials
    Extending Object Types: Inheritance and Delegation (SAP Library - Business Task Management)
    Tutorial: Workflow Programming (SAP Library - Business Task Management)

  • Is it possible to set identity template dynamically?

    Hi,
    I want to create accounts on LDAP through activesync.
    I set identity template :[uid=$accountId$,ou=$category$,dc=....].
    But I don't want to set category attribute in schema map of resource.
    Is it possible to set $category$ attribute dynamically
    depends on the value of other attribute without defining schema map??
    thanks in advance.

    Hi,
    Absolutely possible, you could either create a field called global.category in your activeSync form or the way I'd do it which is to set the .identity field. In your activeSync form when you assign the LDAP resource to the user view you can a have a field called 'accounts[LDAP].identity' and then use an expansion event within this field to build your DN of the user account on LDAP.
    HTH,
    Paul

  • Remembering Template Changes for second page

    I have adapted the San Fransisco Letter template to suit my own needs, copying my own logo, and updating the address details. I have then saved the new template, and it appears in My Templates - so far so good! I have noticed though that when I go to a second page in my letter, the original San Fransisco Template appears - with the incorrect logo and address. Am I missing something? Is there a way for my Template changes to carry over to the second page? Thank you very much.

    Gwyn,
    Okay, now we're getting somewhere. The address area you're referring to is already defined as a master object. Here's what I did: I put my own address in that object, moved my cursor to the end of the page, then added a page break. Like your situation, the master object repeated on the next page (as a master object will), but it repeated with template information, and not the address I put in. That's what's happening to you. So I started over. I put in my address, moved my cursor to the end of the page, but instead of adding a page break, I added a section break -- voilá. It worked.
    What confused me for so long is that master objects usually just look for a page break in order to repeat. For some reason, yours is looking for a section break. Go figure. Anyway, now we know how to fix it. Good luck.
    -Dennis

  • Session Identity is changed across the pages

    Hi,
              In my application I am using session to store user id, first name and
              last name,
              and when more than one user is logged on to site and doing some
              operation suddenly user identity is changed.
              For example
              I logged in as user1 At t1 time
              Another user logged in with user2 at t1
              after some time My user name is getting displayed as User2.
              I am not able to reproduce this error with certain steps.
              Any help in this regard will be greatly appreciated.
              Thanks In Advance.
              Sekhar
              

              If you shift-relaod (Netsacpe ) or refresh on IE, problem goes away, then it's cache issues with the page. Please disable the cache.
              Sekhar Komirisetti <[email protected]> wrote:
              >Hi,
              > In my application I am using session to store user id, first name and
              >last name,
              >and when more than one user is logged on to site and doing some
              >operation suddenly user identity is changed.
              >
              > For example
              > I logged in as user1 At t1 time
              > Another user logged in with user2 at t1
              > after some time My user name is getting displayed as User2.
              >
              >I am not able to reproduce this error with certain steps.
              >
              >Any help in this regard will be greatly appreciated.
              >
              >Thanks In Advance.
              >
              >Sekhar
              >
              >
              >
              >
              >
              

  • Template changes are not saved??

    Hi all I have a template with a table..
    I removed the borders for few columns and saved the template.
    When I reopened the template I still have borders...I removed the borders for like 10 times and also, saved the template with different names..STill the same issue.
    When I preview the output immediately after changing the borders, I see correct out put without borders.
    When I close and reopen the template, again I see borders...
    Please help me..
    Thanks!

    Hi,
    actually its not saving due to some problems in word.
    do as follow
    first open msword->create template save that in .rtf and ->remove border(select table in table properities select no borders)
    and then try i think it has to come.

Maybe you are looking for

  • No sound in 'phones when recording

    I am using SBLive! and inputting instruments through the line in 2/mic in 2 socket on the break out box. When recording either with Magix, Goldwave or Windows Recorder it records fine but I cannot monitor the input during recording, either through 'p

  • What is the process for this senario

    Hi,   My specification is like below. <b>  Read Table IHPA with key objnr = qm<notification number> parvw = yl.   Select parnr(userid)   Lookup user table using ihpa-parnr and read user name,telephone number,fax number& function. Take plant number fr

  • How to enable the CSV vss shadow copy

    2012r2 cluster, i found witness disk properties i  can enable shadow copy, but when i switch the CSV properties disk i can not see this option, does the cluster CSV support the shadow ?

  • Macbook 2.13 Intel Core 2 Duo w/ 10.6.8 Snow Leapord not Scanning

    My HP 5510 All In One is not working on scan. The problem seemed to have started when I upgraded to Snow Leapord (10.6.8). The error message I'm getting is : " The HP Communications application is not running. Click 'reset' button to restart the Comm

  • Publishing pl/sql as web service without AS or OC4J

    Hi, I've read about new Native Web Services in Oracle 11g and I like the idea. But how to do similar approach in 10g or even 9.2 database? I would like to have database only web service without AS, but I cannot use 11g right now. I didn't find any di