Importing Child Domain Object Along With Parent Domain Objects

I have two AD AWS services. Both are doing full sync. Once is pointing to Domain A which has x users, the other is pointing to Domain B which has y users. Domain B is a child domain of Domain A, when the job runs to Sync Domain A, Domain B's users also get imported. Is this by design?
Craig

Hi Craig,This is probably a sided effect of your user query filter - does it include the sub domain?
To get around this, you can go down either of two routes:
a) change your query filter so it doedsn't include Domain B in the Domain A auth source editor
b) change your Domain A sync type to Partial Users, and choose the subgroups you'd like to have synced to that domain
The later solution only works if there is no overlap in group membership between domains and domain B has a group that can just be discluded in the partial users sync.
If you provide some more details on your exact hierarchy, we might be able to give you some more specific solutions.
Thanks,Akash

Similar Messages

  • Import Child Items In R12 with a template is not picking up from Interface

    Hi,
    When we are trying to Import Child Items of a master organization item, with a template name, records in the interface table are not picking up at all.
    We are doing this in R12, please let us know if any new columns become mandatory or what else could be the problem.
    Thanks
    Shekhar S

    Hello Ninad,
    Please, see the SAP Note 21583. I think it might be of help for your case.
    Best regards,
    Esther.

  • When I export a PNG file on illustrator, I get random empty space along with my exported object. Is there any way I can make just my object export and nothing more?

    This is an example of my problem. This icon is the sole object in this document, and is the only thing being exported here. Yet when I do export it, a random bar of white space is exported along with it. I am currently using Illustrator to design the art for a video game, meaning that this empty space plays havoc with my end product, and I have to meticulously crop anything I export. Since I do have to make hundreds of individual sprites for this, I would love to learn how to fix this problem and save myself a lot of time. So, what exactly am I doing wrong here, and how can I fix it?

    quicklite,
    I believe the resulting/final size may extend just a tiny bit above a whole point/pixel (value) on the pixel grid.
    You may see by Edit>Preferences>General>Use Preview Bounds (if needed), then select one of the top Reference Points in the Transform palette and look at the Y value measured in points/pixels.
    If that is the case, the solution would be to get rid of that tiny bit.

  • Separating a child domain from a forest/parent domain

    Our infrastructure is currently as follows:
    There are two domains which I will call "apple.local" and "banana.local". The domain "apple.local" is the parent/forest which is at a Windows 2003 Functional Level. The domain "banana.local" is a child domain of "apple.local"
    which is at a Windows 2008 Functional Level. This unusual arrangement was the result of a merger.
    Recent business changes have meant that the domain "banana.local" needs to become the forest and "apple.local" needs to be permanently retired. I have been searching as to whether this is possible but the general consensus is "no".
    However, many of the discussions are several years old and I am interested in whether anything has changed with recent updates.
    As an added "bonus", a single Exchange 2010 SP3 server is present and - just to complicate things further - is a member of the child domain "banana.local". Mailboxes (shared and user) and DGs from both domains are present. Access to shared
    mailboxes is granted using a mixture of users and security groups from both domains.
    Is the best way forward to simply create a new domain on a fresh server? What would be the most straight-forward solution with minimal impact to the users and - in particular - the Exchange platform?
    I am in a position to purchase new servers, software and licenses as required to meet the ultimate goal and - within reason - additional expenditure is not an obstacle. We also have the option to create new IP ranges if required.
    Any ideas and/or suggestions welcomed!

    Is the best way forward to simply create a new domain on a fresh server? What would be the most straight-forward solution with minimal impact to the users and - in particular - the Exchange platform?
    It is not possible to detach a child domain from its parent. One of the things you can do is to create your domain and establish trusts between them and migrate resources from old domain to the new domain. Note that computer account migration will take some
    time. For exchange part you can ask in Exchange forums but the one thing you can do is to Cross-Forest mailbox move after you set up the new forest.
    Exchange 2010 Cross-Forest Mailbox Moves
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Weblogic domain creation fails with "The domain location must have write permission."

    Hi
    I am trying to install and setup weblogic in Linux RHEL 5.4
    so I can test webservices . This is what i have done
    WLS Zip Distribution for Oracle WebLogic Server 12.1.1.0 - downloaded & installed.
    Followed the steps in README.
    - extract contents of tar, setup home, run installation-configuration script, setup wls environment
    Step 5:
    Create a new WLS domain and start WLS.  It is recommended that you create domains outside the MW_HOME.
         $ mkdir /home/myhome/mydomain
        $ cd /home/myhome/mydomain
        $ $JAVA_HOME/bin/java $JAVA_OPTIONS -Xmx1024m -XX:MaxPermSize=128m weblogic.Server
    -> returns the below error
    $JAVA_HOME/bin/java $JAVA_OPTIONS -Xmx1024m -XX:MaxPermSize=128m weblogic.Server  -Dweblogic.security.allowCryptoJDefaultJCEVerification=true
    <Jun 25, 2013 3:39:57 PM EDT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 25, 2013 3:39:57 PM EDT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 25, 2013 3:39:58 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.21-b01 from Oracle Corporation.>
    /apps/Informatica/tdwdomain/config not found
    No config.xml was found.
    Would you like the server to create a default configuration and boot? (y/n): y
    <Jun 25, 2013 3:40:03 PM EDT> <Info> <Management> <BEA-140013> </apps/Informatica/tdwdomain/config not found>
    <Jun 25, 2013 3:40:03 PM EDT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:admin  Enter password to boot WebLogic server:admin123
    For confirmation, please re-enter password required to boot WebLogic server:admin123
    <Jun 25, 2013 3:40:13 PM EDT> <Info> <Management> <BEA-141254> <Generating new domain directory in /apps/Informatica/tdwdomain.>
    <Jun 25, 2013 3:40:17 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Failure during domain creation
            at weblogic.management.internal.DomainGenerator.generateDefaultDomain(DomainGenerator.java:119)
            at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:82)
            at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
            at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
            at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:883)
            at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:570)
            at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
            at weblogic.Server.main(Server.java:74)
    Caused by: com.oracle.cie.domain.script.ScriptException: The domain location must have write permission.
            at com.oracle.cie.domain.script.ScriptExecutor.writeDomain(ScriptExecutor.java:757)
            at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.processWrite(ScriptParserClassic.java:573)
            at com.oracle.cie.domain.script.ScriptParserClassic$StateMachine.execute(ScriptParserClassic.java:429)
            at com.oracle.cie.domain.script.ScriptParserClassic.parseAndRun(ScriptParserClassic.java:148)
            at com.oracle.cie.domain.script.ScriptParserClassic.doExecute(ScriptParserClassic.java:110)
            at com.oracle.cie.domain.script.ScriptParser.execute(ScriptParser.java:72)
            at com.oracle.cie.domain.DomainInfoHelper.executeSilentScript(DomainInfoHelper.java:854)
            at com.oracle.cie.domain.DomainInfoHelper.createDefaultDomain(DomainInfoHelper.java:1775)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at weblogic.management.internal.CIEDomainGenerator.generateDefaultDomain(CIEDomainGenerator.java:62)
            at weblogic.management.internal.DomainGenerator.generateDefaultDomain(DomainGenerator.java:114)
         <Jun 25, 2013 3:40:17 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <Jun 25, 2013 3:40:17 PM EDT> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <Jun 25, 2013 3:40:17 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    - Any help appreciated.
    Thanks

    hi,
    the binaries available for download are all packaged with 32bit JVM. Please have a look at the link below
    WebLogic Server 12c (12.1.1), WebLogic Server 11g (10.3.6) and Previous Releases
    It also has binaries for linux available. I am quoting from the site verbatim for your reference:
    The following provides links to WebLogic Server 12.1.1 installers with 32-bit JVMs for Windows and
    Linux, the generic installer that can be used on any supported platform, and the zip distribution. The
    generic installer and the zip distribution do not include a JVM/JDK. For instructions on using the
    generic installer, see this document.
    In case you want to use your own latest version of JDK which can be a 32/64 bit version, you need to use the generic installer.
    The error which you are getting is due to permissions. Make sure you have a dedicated user for installing weblogic and the necessary permissions are granted to the user(linux) to the installation directories. May be the script is trying to install java at a particular location on your machine and failing. Hence the above error is displayed.
    Please have a look at the docs, you will find steps for weblogic installation on linux.
    Thanks,
    Souvik.

  • I've created a key frame effect in FCP but it dissapears along with the moving object in my layer after rendering, how do I fix this?

    I'm creating a titles sequence with Final Cut Pro. In two instances I've put an object in the time line and moved it using keyframes and motion. Before I render the file is still on the layer and visible while scanning the footage with the playhead. However as soon as I render the file dissapears while playing. The object is still listed on the timeline, but is basically invisible when I play the rendered footage. This has happened twice on my timeline. I wish I could explain this any better, but to be honest I've never seen this before and I have no better way to describe it. Other than my object just simply disappears after I render it. Hope you can help. Thank you.

    You want your scratch disk to be set externally to a drive with a minimum of a FW800 connection.  Is that what you have?  (I understand you moved it during the troubleshooting process)
    You haven't turned off Clip Enable have you? Right click the text file and make sure Clip Enable is checked.  Or have you  disabled the track with the green button to the left on the track?
    I can't say I've seen this behavior from FCP.  Maybe someone else has and they can shed some light on the situation.
    I wouldn't use HQ even for a Canon 5D. I use ProRes(LT)  RED or Arri Alexa now we talking big sensors that would take advantage of HQ.  Assuming that the project will be exhibited on a system that would show you the differences.

  • Personnel development - Objectives along with all appraisal data goes blank

    Hi Folks,
    We have a situation where the user says that all his appraisal related details updated on his appraisal forms are going missing during the end of year review. This is happening on Portal as well as Backend on PHAP_ADMIN when checked by us.
    Kindly if any one could help with any relative solutions i'll be grateful.
    Regards,
    Shankar

    Hi Shankar -
    Are you sure the employee entered data into the form? If it is not in the backend, I would be surprised if these did not appear on the form.
    One thing that SAP does not offer on the Appraisal process is audit logs. The only thing you can track is the substatus / status change.
    Thanks,
    Nick

  • User info from dba_users along with no. of objects.

    QUERY 1 - wiill give the information about locked users locked date and etc.
    select a.username,a.profile,a.account_status,a.created,a.lock_date,a.expiry_date,b.granted_role
    from dba_users a, dba_role_privs b
    where b.grantee in (select grantee from dba_role_privs where granted_role='DBA')
    and a.username=b.grantee
    and a.account_status='LOCKED'
    and lock_date <= (sysdate-100)
    order by a.username;
    QUERY 2 - this will count the no. of objects in above locked users
    select owner,count(*) from dba_objects
    where owner in (select a.username
    from dba_users a, dba_role_privs b
    where b.grantee in (select grantee from dba_role_privs where granted_role='DBA')
    and a.username=b.grantee
    and a.account_status='LOCKED'
    and lock_date <= (sysdate-100))
    group by owner;
    Is there any way i can get the above two outputs using only one query instead of using two saparate ... i tried using joins but not getting throug...plz suggest.

    Handle:     user511621
    Status Level:     Newbie
    Registered:     May 24, 2006
    Total Posts:     505
    Total Questions:     129 (118 unresolved)
    Why so many unanswered questions?
    SELECT a.username,
           a.profile,
           a.account_status,
           a.created,
           a.lock_date,
           a.expiry_date,
           b.granted_role,
           c.owner,
           COUNT(owner)
    FROM   dba_users a,
           dba_role_privs b,
           dba_objects c
    WHERE  b.grantee IN (SELECT grantee
                         FROM   dba_role_privs
                         WHERE  granted_role = 'DBA')
           AND a.username = b.grantee
           AND a.username = c.owner
           AND a.account_status = 'LOCKED'
           AND lock_date <= ( SYSDATE - 100 )
    GROUP  BY c.owner,
              a.username,
              a.profile,
              a.account_status,
              a.created,
              a.lock_date,
              a.expiry_date,
              b.granted_role
    ORDER  BY a.username; Edited by: sb92075 on Mar 14, 2012 5:40 PM

  • Using NonCatalogLogger along with the LogMBean

    Hi anybody
    According to the API, the NonCatalogLogger class provides application services
    for logging error messages to the weblogic server log. The name, location and
    other properties of the logfile are determined by the LogMBean for the server.
    Now, I have the instance of the LogMBean running in the server and using this
    instance I am able to configure our weblogic server's logging configuration from
    any client machine. But I am not able to log any message from a client machine
    into the server's log file. That is I am not able to use the LogMBean object along
    with the NonCatalogLogging object.
    Do you have a suggestion?
    Regards
    Zakaria Chowdhury

    http://edocs.bea.com/wls/docs60/javadocs/weblogic/management/configuration/L
    ogMBean.html
    "Rajan Annadurai" <[email protected]> wrote in message
    news:3ced8eb9$[email protected]..
    >
    hi Sanjeev,
    "in addition to FileName you can specify any LogMBean prop for a client inthe same
    manner"
    Can you please list down the LogMbean property to set rotation size. I amnot able
    to find it any where in the documentation.
    thank you,
    Rajan
    "Sanjeev Chopra" <[email protected]> wrote:
    Clients cannot log to the servers logfile. If you use NonCatalogLogger on
    the client, it creates its own file. By default however, the file is
    turned
    off. You need to turn it on by specifying the FileName prop of theLogMBean
    for that client.
    Since client config is not done thru MBeans, the way you define this is
    with
    system props i.e. -Dweblogic.log.FileName=....
    (in addition to FileName you can specify any LogMBean prop for a client
    in
    the same manner)
    "Zakaria Chowdhury" <[email protected]> wrote in message
    news:[email protected]..
    Hi anybody
    According to the API, the NonCatalogLogger class provides applicationservices
    for logging error messages to the weblogic server log. The name,
    location
    and
    other properties of the logfile are determined by the LogMBean for theserver.
    Now, I have the instance of the LogMBean running in the server and
    using
    this
    instance I am able to configure our weblogic server's loggingconfiguration from
    any client machine. But I am not able to log any message from a clientmachine
    into the server's log file. That is I am not able to use the LogMBeanobject along
    with the NonCatalogLogging object.
    Do you have a suggestion?
    Regards
    Zakaria Chowdhury

  • Child DC cannot Replicate to Parent DC, because of connection errors. MS PortQryUI shows that ports 3268 and 3269 are not listening,

    I started a support case with Microsoft to help me with raising the our domain Forest level because i received a message stating that there were Windows 2000 PDC still listed in the database. These PDCs were removed years ago. The tech saw all of the problems
    i was having with domain replication so that is where he started. running the MS PortQryUI shows that ports 3268 and 3269 are not listening, (TCP port 3268 (unknown service): NOT LISTENING) when run FROM a Child domain controller against the Parent
    Domain controller. Between the 2 Child domain controllers these ports are listening.
    The Windows firewall is not running on any of the controllers, i removed a virus protect client from all of the servers, although i didn't enable the firewall there either, but these ports are still not listening on the Parent DC.
    I need help debugging this. I am not very familiar with network sniffers so if i need to run one i'll need some guidance. This DC only has one NIC, all IP addresses are static, all servers are setup like this. All servers are in the same subnet, on the same
    lan, on the same cisco switch, there shouldn't be anything blocking this port from starting.
    I looked over other post that show this same problem, but they don't give a solution. If i am not using the Windows firewall why wouldn't these ports be open?
    Any ideas? web searches are all over the map on trying to find the reason for this.
    Bobby

    Try running the below command on the DCs that you think have the ports blocked or all the DCs.
    netdiag /test:ipsec /debug > c:\dcname-ipseclog.log
    Open that from the C drive and see if there is anything saying block or filters. 
    Also, just for kicks have you disabled the firewall service on the DCs? 
    And just for kicks have you tried enabling firewalls ports on all the DCs?  The KB is below
    http://support.microsoft.com/kb/555381/en-us
    Step 1 - netdiag results
    Step 2 - disable the firewall service on all DCs if step 1 was negative
    Step 3 - enable the firewalls on all DCs per KB 555381 if step 2 doesn't work
    Let us know how it goes!
    If it answered your question, remember to “Mark as Answer”.
    If you found this post helpful, please “Vote as Helpful”.
    Postings are provided “AS IS” with no warranties, and confers no rights.
    Active Directory: Ultimate Reading Collection

  • How to export Tables along with Data and also Tables without data

    Hi All,
    I have a strange situation here. I have a 2 existing schema's under one database. Now the client wants to have 4 more schema's to incorporate the new branches of his company.
    I want to know whether is it possible for me to run an expdp command by which i can have the data from the mentioned tables and only table structure of the remaining along with remaining database objects (procedure,functions,triggers,views,sequences etc).
    Since there are some 32 Master tables, whose data i need to capture in db dump in order to run the batch under new schema and the remaining tables will be populated with data from the new branch employees hence the need is for table’s structure only.

    Hi,
    you should run two different import comand.
    The first import with only metadata, just to recreate the structure.
    With the second import you will import data only for the tables you need.
    I think this is the simplier solution.
    Acr

  • Talent Management (Employee Objective Info with Plans..)

    Hello All,
    I am devloping a disc report.
    I need information abt empoyee objectives along with plans also info about payrolls,people gruops..etc...So Used the follwoing query can any kindly let me know whether the below query is correct or not..(It is retreving few records)
    SELECT papf.employee_number, papf.full_name,
    papf1.employee_number supervisor_id, papf1.full_name supervisor_name,
    hou.NAME organization_name, pj.NAME job_name, po.NAME objective_name,
    po.comments, po.success_criteria, ppf.payroll_name, ppf.period_type,
    ppg.group_name, po.measure_name, po.measure_comments, ppmp.plan_name
    FROM apps.per_all_people_f papf,
    apps.per_assignments_f paf,
    apps.per_jobs pj,
    apps.per_objectives po,
    apps.per_all_people_f papf1,
    apps.pay_payrolls_f ppf,
    apps.pay_people_groups ppg,
    apps.hr_organization_units hou,
    apps.per_appraisals pa,
    apps.per_perf_mgmt_plans ppmp
    WHERE papf.person_id = paf.person_id
    AND paf.job_id = pj.job_id
    AND papf.person_id = po.owning_person_id
    AND papf1.person_id = paf.supervisor_id
    AND paf.payroll_id = ppf.payroll_id
    AND paf.people_group_id = ppg.people_group_id
    AND hou.organization_id = paf.organization_id
    AND po.appraisal_id = pa.appraisal_id
    AND pa.plan_id = ppmp.plan_id
    AND TRUNC (SYSDATE) BETWEEN TRUNC (papf.effective_start_date)
    AND TRUNC (papf.effective_end_date)
    AND TRUNC (SYSDATE) BETWEEN TRUNC (paf.effective_start_date)
    AND TRUNC (paf.effective_end_date)
    AND TRUNC (SYSDATE) BETWEEN TRUNC (ppf.effective_start_date)
    AND TRUNC (ppf.effective_end_date)
    AND TRUNC (SYSDATE) BETWEEN TRUNC (papf1.effective_start_date)
    AND TRUNC (papf1.effective_end_date)

    Hi,
    You haven't used any outer joins, and are therefore assuming that every employee has a current supervisor, people_group, organization etc. all set up.
    Rod West

  • Object-group with network-object containing an IP address range

    Hello,
    Does the ASA treat an object-group with a network-object containing a range of IP addresses as a netmask? For example, I can apply this configuration without the ASA throwing any errors though the configuration calls for a 'net mask':
    object-group network test
    network-object 192.168.0.0 192.168.63.255
    network-object-group mode commands/options:
      A.B.C.D  Enter an IPv4 network mask
    sh run ob id test
    object-group network test
    network-object 192.168.0.0 192.168.63.255
    I found that in the documentation it requires a netmask as oppose to a range. Is this a bug in the code? I am running code version 8.0(5)23 on a 5520. If this is not a bug how does the ASA treat this type of configuration when applied to an access list? When I ran a quick packet trace and denied access from that range it looks like the ASA doesn't read that configuration properly. Thank you.
    -John

    Hello,
    Thank you for your replies. In code version 8.0(5)23, it appears I am able to define a "range" of IP addresses as in:
    192.168.0.0 192.168.63.255 as opposed to defining a range with a netmask like 192.168.0.0 255.255.192.0.
    With the "range" of IP address applied to the "object-group network test" with sub command "network-object 192.168.0.0 192.168.63.255" the ASA does not pick up on said "range" when this object group is applied to a DENY access list. It only reads it properly when the netmask is attached, which is the correct configuration, as in: "network-object 192.168.0.0 255.255.192.0".
    To clarify, I mean range as in 192.168.0.0 - 192.168.63.255.
    Hope this helps to understand. I am just curious as to why this is even able to be applied in such a way or if it is a bug in this particular code version? I can also confirm that this can be done in code version 8.4(2). See below snippets of my configuration in the 8.4(2) code version:
    access-list 101 line 3 extended deny ip object-group testmask any 0x577f55a8
      access-list 101 line 3 extended deny ip 192.168.0.0 192.168.63.255 any (hitcnt=0) 0x0623b0c4
    access-list 101 line 4 extended permit tcp any any eq 89 (hitcnt=1) 0x36f1e5cd
    Packet trace results in allowing the "range" of IP address:
    Result:
    input-interface: outside
    input-status: up
    input-line-status: up
    output-interface: dmztest
    output-status: up
    output-line-status: up
    Action: allow
    Now with the "correct" configuration:
    access-list 101 line 3 extended deny ip object-group testmask any 0x577f55a8
      access-list 101 line 3 extended deny ip 192.168.0.0 255.255.192.0 any (hitcnt=1) 0xa31c6bbd
    access-list 101 line 4 extended permit tcp any any eq 89 (hitcnt=1) 0x36f1e5cd
    Result:
    input-interface: outside
    input-status: up
    input-line-status: up
    output-interface: dmztest
    output-status: up
    output-line-status: up
    Action: drop
    Drop-reason: (acl-drop) Flow is denied by configured rule
    Thank you.
    -John

  • Can I insert the name poperty of the RequestedByUser related object of the parent Change Request workitem in a review activity email notification template?

    I am working on a SCSM change control workflow driven by email. 
    A lot of my work is based on the information found in this post:
    http://blogs.technet.com/b/servicemanager/archive/2012/04/03/using-data-properties-from-the-parent-work-items-in-activity-email-templates.aspx#pi158453=4
    This is an excellent post to which my Internet searches continually return. The workflow is about 90% complete. 
    My question is can I insert the properties of a related object of the parent workitem in a workflow email notification? 
    For example, I want to include the name property of the RequestedByUser related object of the parent workitem object in a review activity notification.

    Thank you for your reply.  I have confirmed my template is using a projection that includes the parent workitem and requested by user.  Where I am having trouble is the notification template syntax used to call the properties of the related
    object of the parent workitem.  The picker in the GUI won't show that related object, so I have no example to follow.  I hope this reply makes sense!

  • Why does an object collide with itself?

    I'm getting an unusual condition where, after using WakeupOnCollisionEnter(Node node) calls back my program with the triggering path, I am getting objects that collide with themselves.
    Why is an object colliding with itself?

    I don't think that's it.
    The docs for WakeupOnCollisionEnter says:
    "Class specifying a wakeup when the specified object collides with any other object in the scene graph."
    They key words being "any other object", which would seem to preclude the node specified.
    The specified object is my player's avatar. I do no checking. I simply let the WakeupOnCollisionEnter class tell me what the avatar collided with, and it tells me

Maybe you are looking for

  • Final Cut 7 and BluRay.....

    Well, my hat's off to Apple for including BluRay authoring in FCP7. Bravo! The new Share feature is elegant and produces some incredible video on BluRay. Now, here's some questions I have after burning 1/2 dozen BluRay disks from all sorts of video f

  • JComboBox fails to popup list - mouse/keyboard coordinate problem?

    Have discovered the following phenomenon: my JComboBox is placed in a hierarchy of panels, the top of which is packaged via sun.beans.ole.Packager as ActiveX. THe ActiveX'ed bean is used in an MFC application, which uses the plugin as VM. The JComboB

  • Why does my firefox switch to offline mode by itself, while i was browsing the internet?? is my computer hacked?

    This has happened many times, with no apparent reason, i.e. when i tried to refresh a web page, or open a website, i got message to say that firefox was in offline mode (note, the internet had been working normal up to this minute), then i went to th

  • Install Button for Adobe Flash Player 12 Does Nothing in FF26

    The only option now on the Adobe site to download FP 12 is to click on the 'Install' button. That is, there is no longer any option to just dl an exe file and then run it to install the player. The Adobe page correctly recognizes that I'm using FF an

  • Sync PC Suite and Windows Live Mail - Possible?

    I had Microsoft Microsoft Outlook and Nokia PC Suite in Sync. But I've changed my Laptop and now I have Windows Live Mail and Outlook Express I'm using only the Windows Live Mail, that has a calendar also. When I install Nokia PC Suite, it says that