Dependency between projects for presentations, BPM objects and external res

Hi,
I am trying to create a common project for all our exceptions, presentations and external resources...
I have updated the properties of the project1 for dependeny on project2(exceptions project)
but I am not able to see the user exception BPM Objects in the depended project to use...
Project 1 is having all code that needs to call the BPM objects, presentations and external resources on the Project 2
but these objects and presentations etc., are not visible to the project1.
please advice if I need to do anything in relation to configs apart from making the Project 1 properties to dependency --> check box ticked and selecting the Project 2.
thanks
Satya

When you use the project dependency feature, you do not see the BPM Objects in the Catalog. You see them (shown in blue) when you add variables in the process that refer to BPM Objects from the master project. You see them when you create a new attribute in your BPM object that is an BPM Object in the master project. You see them when you use them in logic inside your methods.
Dan

Similar Messages

  • Difference between batarries for Macbook air A1245 and A1237?

    Hello. Is there any difference between batarries for Macbook air A1245 and A1237(the very first air)? I often see ads in Internet where baterries are described like *for A1245/A1237*. Please, help.

    So, just to make it clear. What is a1245? I know that there is no such MBA, but why people mark batteries as *a1245/a1237*?
    If I buy battery marked *a1245/a1237*, will it work? See an example http://www.ebay.com/itm/Battery-for-Apple-MacBook-Air-13-A1245-A1237-MB003-MC233 -MC233LL-A-MC234-A1304-/300934966726

  • Code for Custom Business Object and Adding/Updating Data

    Hi,
    I would like to update/insert data thru Custom Business Object to sql Server.Pls let me know is it possible in MSA.If yes I would appreciate if you can share the code/Process in this forum.
    Thanks and Regds
    Harish

    Harish
    Depending on what data you update you need to do the following:
    If updating SAP tables or customer tables which are an extension of a SAP object like business partner, material, activity or similar:
    1. Create the extension of the data object via the easy enhancement workbench (EEWB). This will also create mapping functionality from MSA to CRM Server and extend the BDocs.
    2. Go to the BDoc modeler. Find the sBDoc for data exchange (type Write BDoc), that contains your object and check whether the new segment is there.
    3. In the Mobile Application Studio (MAS) you can now create a custom business object related to the standard sBDoc mentioned in 2 which is mapped to the new segment. This way the data exchange happens together with the main object
    4. Drag & drop the fields of the new BO to a new tile, and link that tile to the existing main object in the UI via the appropriate relation.
    If you would create a new business object / BDoc for a set of attributes belonging to a main object and not use an extension of the existing BDoc then the data would get its own flow and when replicating it would not come together with the main data. This can lead to data inconsistencies and in surplus effort administrating this data.
    If you have your own objects not related to a SAP object, you can do it the following way:
    1. Create your own table(s)
    2. Create a Write sBDoc on the table(s)
    3. Create BO's on each BDoc segment / table
    4. (as above)
    Hope this helps,
    Kai

  • Read group membership for a user object and populate every group with matching user from another domain

    I have LON\JSmith in LON domain and DEL\JimSmith in DEL domain
    I would like to extract group memberships of LON\JSmith in LON domain and append matching by email (i.e. DEL\JimSmith) user object in every group in LON domain.
    for instance
    LON\JSmith and DEL\JimSmith is the same person and has same email address [email protected]
    LON\JSmith belongs to 3 groups - LON\localadmingroup;LON\univdesktop;LON\globalsurvey
    The outcome of the script should be
    LON\JSmith; DEL\JimSmith    should be in 3 groups - LON\localadmingroup;LON\univdesktop;LON\globalsurvey.
    How can i do it?
    Navgup

    Hi Navgup,
    Please refer to the script below, to query users in other domain by specifying the parameter "-Server" in the cmdlet "get-aduser", and also note I haven't tested the script below:
    import-module activedirectory
    get-adgroupmember "group"|foreach{
    $email=(get-aduser $_.samaccountname -properties *).EmailAddress#get the user email
    Get-ADUser -filter {EmailAddress -eq $email} -properties * -server DomainB.company.com|select samaccountname, memberof}#filter user name and group with the email in other domain
    To get users across domain, please also refer this blog:
    Adding/removing members from another forest or domain to groups in Active Directory:
    http://blogs.msdn.com/b/adpowershell/archive/2010/01/20/adding-removing-members-from-another-forest-or-domain-to-groups-in-active-directory.aspx?Redirected=true
    I hope this helps.

  • Different resolutions for Macbook Pro display and External display

    Is it possible to have different resolutions for a Macbook Pro and an external display. I prefer to see less but larger on my Macbook Pro whilst seeing more but smaller on my external display. I use the DVI output to connect to an Acer 22in display.
    Thanks in advance
    Ian

    in4time wrote:
    I've actually tried that process and it doesn't work; I still get the same display qualities on both. Perhaps that process might work if one is not mirroring. Maybe there is a compatibility issue between my Macbook Pro and the Acer 223W. I'll persevere, but thanks for your help anyway.
    Ian
    Hi Ian,
    allow me to chime in:
    You are absolutely correct!
    In 'Mirroring Mode' both internal and external display have the same resolution.
    Only in 'Extended Mode' you can have different resolutions for both displays.
    Regards
    Stefan

  • How to configure AD on windows 2012 server for Exchange 2013 internal and external email flow

    Dear Experts,
    I have to configure exchange 2013 on Windows server 2012 STD. Company has registered Static IP addresses and can get the MX record pointing to any of this Static IP.  
    The registered domain name is e.g.  contoso.com. 
    a. What should I use as domain name on AD? contoso.com or contoso.local
    b. Is it recommended to have two different servers  for AD and Exchange?
    c. What should be my connector settings for mail flow?
    d. how can I set 2 email servers in company for load balancing?

    Hi,
    a, I suggest use contoso.com as domain name. It is convenient to add urls into our certificate for internal and external mail flow.
    b, Recommended that installing AD
    and Exchange Server on two separate
    Servers. If Exchange Server downed unfortunately, it can prevent AD server from crushing at the same time.
    c, Found some articles for your reference:
    Configure Mail Flow and Client Access
    http://technet.microsoft.com/en-us/library/jj218640(v=exchg.150).aspx
    Configuring Outbound Mail Flow in Exchange Server 2013
    http://exchangeserverpro.com/configuring-outbound-mail-flow-in-exchange-server-2013/
    d, Load Balancing
    http://technet.microsoft.com/en-us/library/jj898588(v=exchg.150).aspx
    Hope it is helpful
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • DNS records to be created for Lync deployment (Internal and External)

    Hi There,
    If I want the Lync server environment to work Internal as well from External in all the aspects. (auto-discover, meetings, AV conferencing,web conferencing, voice integration, mobility etc), please answer to the below questions and also their purpose please.
    I'm not sure whether the answer varies for 2010 and 2013 version.
    1. What are the Internal and External(public) DNS records to be created for the reverse proxy(assume i'm using TMG servers), and their purpose?
    2. What are the Internal and External(public) DNS records to be created for Lync Edge server, and their purpose?

    I'll try to answer as well.
    1) For the reverse proxy, you'll need to publish the following:
    External:
    lyncdiscover.sipdomain.com (You'll need this record for every sip domain you have).  This is for client autodiscover.
    external web services FQDN (You'll need one of these per pool, you get to choose the name).  This is for address book downloads, web conferencing, etc.
    Meet.sipdomain.com (You can choose the name here, and have one per sip domain or one for the whole org).  This is for web conferencing.
    Dialin.sipdomain.com (You'll just need one here, it doesn't have to be dialin).  This is for changing your conferencing/phone pin, resetting conference info, and general conferencing info.
    For Lync 2013 only, you may want the Office Web Application server pool name as well for PowerPoint sharing.  Lync 2010 doesn't use this.  
    Internal:
    The external web services FQDN.  You'll need this available internally through the reverse proxy so you can redirect requests on port 443 to port 4443.  This will be used for mobile devices on WiFi.
    2) For the Edge server:
    Externally:
    sip.sipdomain.com (you'll need one per sip domain) this is an autodiscover/multi use FQDN and should point to your access edge IP.
    webedge.sipdomain.com (edge web conferencing, you can pick any name you like).
    avedge.sipdomain.com (av edge, you can pick any name you like).
    accessedge.sipdomain.com (you'll need a name for the access edge role, however you can just use sip.sipdomain.com and save a name in your certificate request).
    Internally:
    edgepool.sipdomain.com (you can pick any name you want, it's just the name assigned to the internal edge interface.
    If you choose to have a single ip for the external edge, you can get away with just an access edge name and/or sip.sipdomain.com
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications
    This forum post is based upon my personal experience and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Q:  Window Titles for Identically Named Objects and Views

    How does such an application described on
    http://java.sun.com/products/jlf/at/book/Windows8.html#50028
    behave when there are 4 Windows and Window #2 is closed ?
    Will 3 and 4 renumbered to 2 and 3 ? or Do they stay and the next Window opened becomes #2 ?

    Aside from testing it yourself, reading the link,
    you the programmer must add "something" to identify
    each windows...
    How shall I test it ? - I don't think SUN is giving
    SMC away for free ...Don't need SMC, it was used as an example, It could be a text editor with multiple windows pointing to the same file object...
    >
    so following that logic, the next window that gets
    opened will be "5"...
    How do you know ? - Is there a reference
    implementation of a swing program ???
    Best explained in this statement from the link...
    If multiple primary windows show views of the same object, distinguish each of the windows by appending the suffix :n to the object name in the window title
    So lets say that I am using multiple Windows (like JFrame) to display the same object... Then as part of the opening sequence for each window would do a check to see if it is the same object, if so, then it would increment an int like int windowNumber; then use the setTitle("myObjectname" + windowNumber)
    since the int windowNumber increments by one each time a new window opens up displaying the same object, then logically it I have 4 windows open, they would be numbered 1-4 with the next one being 5 regardless of whether the other windows are open or not...
    Unless I wrote some code that upon closing a windows, it re-numbers the window... Which brings us to this question below...
    you would need to program something ( like a method
    ) that renumber your windows...
    Really ?!? - That's why I'm asking: HOW should it be
    renumbered ???Well this would be the fun part...
    each window would have a int variable to indicates is number if its the same object...
    each window object will be kept in a list...
    upon closing a windows, it will check all windows containing the same object who ID number is greater than the window ID number of the closed window and decrement them by one... so if window with ID number 2 gets closed, then window with ID number 3,4,5 6 gets decremented by one making its 2,3,4,5 respectively...
    Which means that you will have to create a method that upon closing a windows with an ID number, call the decrement method that iterates through the list and decrements the ID number...
    psuedo code:
    upon windows close call renumber menthod...
    renumberMethod ( windowList,ID , object)
    for (int i=0; i < windowList.size() -1; i ++){
                if ((windowList.getObject() ==object)&&(windowList[i].getID() > ID){
    windowList[i].decrementID();}
    //... some code...
    decrementID(){
    --IDnumber; // where ID number is an instance variable of the Window object
    setTitle(ObjectName + IDnumber);
    Or something along these lines...
    - MaxxDmg...
    - ' He who never sleeps... '

  • What are some uses for the aggregate object and definition file?

    Can anyone share some examples for using the aggregate object in a Lookout process file? I've spent only a little bit of time with it, but I can't see how it provides any useful functionality. I guess I'm open to suggestions--thanks in advance! JT
    John T. Sampson

    If you want to reuse code in a modular sence than the Aggregate object will work. Although it works best to start the development with the intent to reuse that segment of code.
    Look at the Sequencer Object Example from the Developer Zone. Follow the README file to copy all files into the Lookout/Examples folder. The Help_Template is an Aggregate process that was used many times in different examples for the web. The state file, .l4t, holds the text that gives further details on the development of the example. The Sequencer process has an Aggregate object used in it to open the Help_template.
    Sequence Example

  • Differences between application for App. Server and stand alone application

    What are main differences?
    Why to use App. Server. if it is possible easily make Server application that listens port using socket classes?

    Can u please give a short example for 1, 3 and 4?The container will pool instances of your bean which aids in perfromance gain.
    You can handle security issues declaratively.
    The container manages the life cycle of your beans so that you can handle actions at bean's activation, passivation, initialization, destruction etc.

  • Odd incompatibility between 10g2 for windows 32-bit and Linux 64-bit

    Hi.
    When we run the following SQL under windows, it works as expected.
    drop table TRANS;
    drop table TRANS_PAT_LEVEL;
    drop table TRANS_DAY_LEVEL;
    create table TEST1.TRANS (ID NUMBER(22), QTYDISPENSED NUMBER(22), TRANSACTIONDATEDIFF NUMBER(22),FMYPRODUCT NUMBER(22));
    create table TEST1.TRANS_PAT_LEVEL (ID NUMBER(22), FMYPRODUCT NUMBER(22), LASTMYPRODUCTUSE NUMBER(22),ELIGIBLERET NUMBER(22));
    create table TEST1.TRANS_DAY_LEVEL (DAYID NUMBER(22) not null, UNITS NUMBER(22));
    UPDATE TRANS_DAY_LEVEL SET UNITS =((SELECT SUM(QTYDISPENSED) FROM (SELECT T.QTYDISPENSED, T.TRANSACTIONDATEDIFF DIFF FROM TRANS T, TRANS_PAT_LEVEL TPL WHERE T.FMYPRODUCT=1 AND T.ID = TPL.ID AND TPL.ELIGIBLERET = 1 AND LASTMYPRODUCTUSE>=DAYID ) WHERE DIFF = TRANS_DAY_LEVEL.DAYID)) WHERE DAYID>=0 AND DAYID<=365;
    But when we run it under Linux (Redhat 4.3 x86_64) , we see the following error with the last command:
    SQL> UPDATE TRANS_DAY_LEVEL SET UNITS =((SELECT SUM(QTYDISPENSED) FROM (SELECT T.QTYDISPENSED, T.TRANSACTIONDATEDIFF DIFF FROM TRANS T, TRANS_PAT_LEVEL TPL WHERE T.FMYPRODUCT=1 AND T.ID = TPL.ID AND TPL.ELIGIBLERET = 1 AND LASTMYPRODUCTUSE>=DAYID ) WHERE DIFF = TRANS_DAY_LEVEL.DAYID)) WHERE DAYID>=0 AND DAYID<=365
    ERROR at line 1:
    ORA-00904: "DAYID": invalid identifier
    We have also seen an incompatibility regarding case sensitive column names being created by the JDBC under linux, where under windows the same tables all have case-insensitive column names.
    Any help here?

    Hi,
    exception is expected behavior since inline views [can not be correlated|http://forums.oracle.com/forums/thread.jspa?messageID=3403285&#3403285] in Oracle (yet). Successful execution of such query means a bug in that Oracle release.

  • Can someone please suggest some good projects for learning about usrp and labview for beginners?​??

    Can some1 please me suggest  some good things to work out on USRP using labview.. 

    https://decibel.ni.com/content/groups/ni-usrp-exam​ple-labview-vis?view=documents
    Omar

  • Macbook Pro for HD video -memory and external hard drive questions?

    Hi!
    I am a Macbook user, but I plan to purchase a Macbook Pro since I am now doing a lot of HD (not HDV) video editing. I live outside of the U.S. and cannot call the Apple Store, so was wondering if anyone can provide advice on the forum.
    I'm interested in either the 15-inch: 2.53GHz or 15-inch: 2.66GHz. is there a big difference in speed between these?
    -Is the 4GB memory the MBP comes with enough for HD video editing purposes, or would I opt for the 8GB? (here prices becomes a bit of an issue)
    - Is the 500GB Serial ATA Drive @ 5400 rpm sufficient or would I upgrade to the 500GB Serial ATA Drive @ 7200 rpm [Add $50.00]
    -I want to purchase an external firewire drive to store my media on-does anyone know if the G-Raid 500 would be good? Portability is a big issue for me since I travel very often.
    Thank you all so much for your help!!

    I looked at the 15inch and 17inch but chose the 17inch - and I am a filmmaker. I too travel on location extensively and usually carry a 15inch due to size-weight - but the 17inch is much better for HD. The video card and screen resolution in the 17inch is much better than than the 15inch but what clinched it for me was the 17inch has a CF reader and the 15inch only has a small SD card reader.
    Most video HD cams are shooting straight to CF cards now.
    I also upgraded to the 7200 rpm drive - a wise choice for $50 extra.
    Yes 4G ram will run Final Cut OK - but if you go from FCP to motion a lot then you will need 8G.

  • Shared Storage to handle multiple seats for UHD-4k,8k and larger res-am I dreaming?

    Is this possible?
    In our shop we work in very large canvases in AE and PPro for Live Event Production. Lots of compositing in 4k up to and sometimes beyond 8k. AE for the heavy compositing with mediocre RAM previews. PPro for PreViz playback with realtime performance a must in HD and most times in 4k.
    We have been working thru setting up appropriate workstations to handle the performance and are making progress. We have historically been on all Macs but branching out to PC for the better performance capabilities. And testing render farms for big renders.
    Storage is the next project. We have 10-15 AE artists and 5-8 PPro editors that would benefit form a shared storage solution. Is this possible with current storage technoloigy? Or would it be more efficient to look into local storage like SAS...or?
    Would appreciate any input.
    Oh...and this Adobe Anywhere sounds very interesting in our workflow....any opinions? Again....not talking about hd or lower res....4k and above.
    Thanks,
    -philc

    All that I know is from past discussions (see below) which indicate that you may not edit over a network connection (except Anywhere, which is a different product) so you will be limited to using any kind of shared storage only for "master" files that are copied to local drives for editing and then back when the edit is done
    But, since I don't do that kind of editing anyway, all I have are some saved links... and there may be newer products that will work for shared editing, not just store files
    Any version of Premiere doesn't work properly, if at all, over a network... so if it works at all, expect inconsistent behavior and problems
    -see messages #1 and #3 in http://forums.adobe.com/thread/771151
    -you MUST give all users administrator accounts to use Premiere
    -and especially Encore dual layer http://forums.adobe.com/thread/969395
    -#5 Server 2008 is UNsupported http://forums.adobe.com/thread/851602
    -a work around, of sorts http://forums.adobe.com/thread/957523
    -and not on a "domain" http://forums.adobe.com/thread/858977
    -http://helpx.adobe.com/premiere-pro/kb/networks-removable-media-dva.html

  • DNS Settings for multiple domains internal and external.

    First forgive me if my post is in the wrong area. If it is, kindly show me to the right location..
    OK, here is the deal. I have an xserve running 10.5.6 perfectly. 5 Domains running on it as well perfectly fine. lets call them domain1, domain2, etc...
    I run web services and mail services for all 5 domains. but heres the problem...
    I want to add another domain "domain6" but I only run the web services not mail. how can I set this up? I tried to add another Zone and only set up the www.domain6.com part but then no mail works as there is no mx record available.
    I am behind a firewall. when I am on a local machine and there is no domain6 DNS entry the mail works as the address to the external mail server is correct. but no local web works because I am getting the external IP to the www server. I need to keep traffic on the LAN.
    BEGIN Basic Question *
    I want to add another domain that I own but only the A record for the WWW part. How do I add a single entry for www.domain6.com but for everything else like MX records forward outside my network.
    END Basic Question *
    Help Please... Thanks! Bill

    Ok that worked. but let me clue you in on something that was happening...
    When I set up the domain6 then set up the ns record went on to create the www, mail1, anad mail2 entries when I went to save it addded domain6 to the end of the nameserver host name and both mail MX entries. That was my problem I just didnt see it the first time. I then edited the mail entries and removed the "domain6.com" and left the real mx host names and all is working now. Thanks for helping me.

Maybe you are looking for