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

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.

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

  • [URGENT] Ques::custom Template Problem in IF statement?

    kindly help me out in solving this template problem...
    this is what i have written for my JHEADSTART Template.. where i recieve error.
    #if ( #WIZARD_PAGE_LIST_BEAN().selectedStep==3)
    <af:panelPage title="#if (!${JHS.current.group.hasTreeLayout})#PAGE_TITLE()#end" id="panelPage" partialTriggers="CreateNewEquip_AccSpcEquip">
    #else
    <af:panelPage title="#if (!${JHS.current.group.hasTreeLayout})#PAGE_TITLE()#end" id="panelPage" >
    #end
    i want to check if wizard step has value 3 then corresponding line showed be executed....
    NEED URGENT REPLY... THANKS

    [CreateNewEquip_AccequipmentDefinition.jspx] org.apache.velocity.exception.ParseErrorException: Encountered "#WIZARD_PAGE_LIST_BEAN" at line 37, column 7.
    Was expecting one of:
    <STRING_LITERAL> ...
    "true" ...
    "false" ...
    <NUMBER_LITERAL> ...
    <IDENTIFIER> ...
    Kindly let me know the Right expression for it ...

  • 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

  • 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

  • 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

  • Dunning Letter template problem

    Hi,
    I've started using dunning letters but have a problem with a discrepency between the data that appears on my screen in the recommendation report (i.e the list of invoices being dunned) and the actual printed letter..
    For example on screen I can see the list of invoices for a particular customer like this:
    Doc No. / Date
    50847 / 14.01.2009
    50874 / 20.01.2009
    50902 / 22.01.2009
    51014 / 05.02.2009
    50944 / 30.01.2009
    51149 / 27.02.2009
    But the print out shows:
    50847 / 14.01.2009
    50874 / 20.01.2009
    50902 / 22.01.2009
    51014 / 30.01.2009
    50944 / 05.02.2009
    51149 / 27.02.2009
    Subtle difference but the dates of lines 4&5 have been swapped! All the other columns seems correct and I checked the actual invoices - the date showing on screen is correct - the printed version is wrong... I checked in PLD if the screen was showing posting date and the print out document date or something like that but it seems not. The template is 'Dunning Letter 01 (System) Doc ID DUN00001.
    Can anyone advise where the problem is?
    Thanks
    Karen

    Hi Gordon,
    I found a SAP note which seems to be the same issue but it seems to me to be old and supposedly fixed by now - I am on 2007A PL40
    Note 1117525
    Symptom:
    You print Dunning letters for a BP whose dunning terms are set as One letter per BP. In the printout of the Dunning letters, the rows are mismatched in such a way that the document dates do not correspond to the document numbers.
    This occurs when you have later documents with earlier document dates.
    Sorry for sounding clueless but not sure what you mean about replicating on test database in order to log support ticket?
    I do have a test database which I use to test things on but didn't notice the document no/date jumbling until I did it on the live one.
    How do I log a support ticket >- my other problems have been resolved with forum advice..
    Many thanks
    Karen

  • Service template problem - Unable to perform the job because one or more of the selected objects are locked by another job - ID 2606

    Hello,
    I’ve finally managed to deploy my first guest cluster with a shared VHDX using a service template. 
    So, I now want to try and update my service template.  However, whenever I try to do anything with it, in the services section, I receive the error:
    Unable to perform the job because one or more of the selected objects are locked by another job.  To find out which job is locking the object, in the jobs view, group by status, and find the running or cancelling job for the object.  ID 2606
    Well I tried that and there doesn’t seem to be a job locking the object.  Both the cluster nodes appear to be up and running, and I can’t see a problem with it at all.  I tried running the following query in SQL:
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    but all this gives me is an error that says - conversion failed when converting from a character string to uniqueidentifier msg 8169, level 16, State 2, Line 1
    I'm no SQL expert as you can probably tell, but I'd prefer not to deploy another service template in case this issue occurs again.
    Can anyone help?

    No one else had this?

  • XML Publisher Template Problem

    Hi
    This is very basic question as I am new to XML/BI Publisher
    I am using templates in iRecruitment for Offers. I am facing problems when I am formatting numbers and uploading the templates.
    Problem is when I see the offer letter from Application, it generates pdf with following format
    120u000n00 whereas number should be 120,000.00
    My number format is as follows
    $#,##0.00;
    I am using Word 2007 and saving the file as rtf document. Uploading the document to R12.0.4

    What is your locale?
    <?show-page-total:TotalFieldName;'Oracle-number-format'?>
    "BI Publisher supports two methods for specifying the number format:
    • Microsoft Word's Native number format mask
    • Oracle's format-number function
    Note: You can also use the native XSL format-number function to
    format numbers. See: Native XSL Number Formatting, page 5-126."
    "To use the Oracle format mask or the Microsoft format mask, the numbers in your data source must be in a raw format, with no formatting applied (for example: 1000.00). If the number has been formatted for European countries (for example: 1.000,00) the format will not work."
    Is more than one format model being applied? That will cause problems too.

  • Invoice Template problem - Putting a Header field in repeating Lines rows

    Dear experts,
    I would be grateful for a problem I am having with an Invoice statement I am developing (Oracle Applications 11.5.10 with BI Publisher version 10.1.3.4). This is very similar to the one in Tim Dexter's Blog (Anatomy of a Template):
    http://blogs.oracle.com/xmlpublisher/2007/03/anatomy_of_a_template_ii_heade.html
    My requirement is to add a single line into the lines table, as seen in the Blog, which is a COMMENTS field from the header part of the XML and the problem is that it can be 1 line to maybe 5 lines. This is only on the first page. This causes problems as I don't know how to find out how far down the lines table I may be after adding this COMMENTS header field in here, to then know how many lines to loop over to ensure that the lines do not carry on printing over the bottom of the page e.g. if the COMMENTS is 3 lines - how do I know this to then only print 3 minus the maximum lines per page ($lpp) only on the first page?
    Any pointers would be of great help.
    Many thanks,
    Mark

    The COMMENTS field I've found out can be of any varible size and include carriage returns. For example, could be:
    JD Trx special instructions 010908
    FAO: PETER MUSCUTT
    REF: FERRY ROAD 2351
    ========================
    INCOME DUE TO COMPANY FOR
    THE OPERATION OF EFERRY
    ROAD CAR PARK
    This causes such problems as being able to know how many lines this field will be, so that I know where to start the first Lines row in the invoice and also how many lines I can put on this first page (starting point - $lpp).
    One method I thought would be to count how many characters there are in this field, when it reaches the line size on the invoice, increment a count varible that would be used to indicate the starting point for the first lines record. I would need to compare each character and if it is a carriage return, then increment the count also. This seems quite a heavy wieght way to solve this and would welcome any over ideas.
    Thanks,
    Mark

  • Templates Problem in BI Publisher

    Hi All,
    I was new to BI Publisher, I had installed BI Publisher,BI Publisher Desktop successfully. Created an sql report in Publisher and created a template in MS word. The problem is,I had published the Template for a BI Publisher Report. when I try to view data for the report in BI Publisher using template I was getting following error "The report cannot be rendered because of an error, please contact the administrator".
    I had installed the tool just now and worked on that.any preferences I need to set? Please guide me. Any suggestions would be greatly appreciated.
    Regards,
    Anil.

    Hi Anil,
    The Same error had occured for me too. I have a temporary solution for this. Check the xdo file of the report, you can find the xdo file from C:\OraHome_1\xmlp\XMLP\Reports\<report folder> (location depends on the installation folder in your machine). in the second line of the xdo file the following link - xmlns="http://xmlns.oracle.com/oxp/xmlp" - should be present. The line should be like <report version="1.1" xmlns="http://xmlns.oracle.com/oxp/xmlp" defaultDataSourceRef="<source>">
    Put the missing link in the xdo and generate the report. This error occurs in some machines after saving the report configuration in BIP.
    -Stain
    Edited by: user11132834 on May 5, 2009 5:25 AM

  • Mark of the web/template problem

    I created three Dreamweaver Templates for my site. I inserted the mark of the web code to each template to allow me to test and preview pages without the pop-up messages. All of my pages are about done and some pages using spry and SWF files weren't previewing properly in IE so I decided that it was time to remove the mark of the web code from the templates. As soon as I tried doing this I got a message about data outside the HTML tag and if I continue changes to pages based on this template will not occur unless you insert the following code <!--TemplateInfo CodeOutsideHTMLisLocked="true"-->.
    So I hit continue. I got a couple of other error messages telling me I did something wrong. I went back into my template and typed in the code Dreamweaver told me to enter. I saved the template and got some more errors. I didn't think to copy it all down at the time. So after all these nasty messages I'm not sure what's happened. So I make some changes to a horizontal spry menu and hit save. I get some more error messages about the changes will not affect pages based on the template. I have to cancel out of a couple of error dialog boxes. I load a few pages that were based on the template and see that none of the changes that I made to the spry menu on the template are reflected on the html pages created from the template.
    So I go into the template and try deleting all references to the mark of the web code. Then I try changing the CodeOutsideHTMLisLocked="true"--> to "false." That didn't work. Then I tried deleting the entire line <!--TemplateIinfo CodeOutsideHTMLisLocked="true"--> thinking that if I just got rid of all of it that it would fix my problem. No such luck.
    So now I start searching online for answers and I see some things about attaching and detaching templates. Okay, so maybe if I detach the template and then re-attach it everything will update. When I follow the instructions to do this I learn that the page is no longer attached to a template. That would explain why my changes in the template aren't updating the other pages. So then I try re-attaching the template. I open the assets panel, click on templates, select the template, and then click apply. Nothing. It won't let me attach a template. Template properties shows no template properties available.
    Here is some of the code from of a page based on the template two_column.dwt
    <!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"><!-- InstanceBegin template="/Templates/two_column.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="document_info" -->
    <title>ONA</title>
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <meta name="Description" content="This page contains images of some of the former employes of Overseas National Airways." />
    You can't see it the code I pasted but everything after 1999/xhtml is grayed out and you can't edit it.
    So now I'm totally confused and have no idea what I need to do to straighten this mess out.

    I thought I'd update this discussion and close it out. The reason why my pages weren't updating was because I
    was using a template improperly. I had made the menu editable, which you're not supposed to do. The whole mark of the web issue was unrelated to my problem.

Maybe you are looking for

  • Do i need to get an anti virus program for my mac mini

    do i need to get an anti-virus software?

  • TERR_ID fiels population based on Prospect in Web UI Opportunity

    Hi Experts, We have a requirement in Opportunity in Web UI . We Need to populate Territory ID field based on Propect field in Web UI . That is once user enters "Prospect" ID in UI the field "Territory ID " should be automatically populated . Please p

  • How to install apex on my system?

    Hi, I have installed Oracle 9i on my system. I am able to use the Oracle HTTP server and able to access ISQL through the following path := http://localhost:7778/ISQL. I have downloaded apex 3.1. zip file. Please let me know the exact path where I nee

  • What is an XML PARSER?

    What is an XML Parser? what is it's use?

  • Iphoto not working well anymore

    my iphoto hasn't been working the same since yesterday. there are no thumbnails anymore, and in place of them is a box. also, my camera that once was able to connect to iphoto doesn't anymore. it says the file isn't compatible. i'm really frustrated.