SDDM 3.1 PROD: Changing parent diagram for primitive processes

It seems that it is only possible to change the parent diagram of Composite processes.
Why is that? I cannot se the reason why it should not be possible to change the parent diagram of a primitive process...
Regards,
Marc de Oliveira

I use the object id when synchronizing the reporting schema export with my APEX application.
When the object ID is deleted and a new is created, I loose the related information about the primitive process stored in APEX. As an example I create an APEX Feature for each Data Modeler process where APEX developers can track the development progress of every process.
>
We don't support right now "move" operation for versioned objects.
The strange thing about this is that Data Modeler does allow the "move" operation of composite processes but not for primitive processes. Why the difference? Why not allow the "move" operation of both types of processes?
Regards,
Marc de Oliveira

Similar Messages

  • I need block diagrams for audio processing effects such as echo,flanger,vibrato,chorus for implementing in labview?

    i need block diagrams for audio processing effects such as echo,flanger,vibrato,chorus  for implementing in labview? pls i need it very quickly........

    Hi komalamani,
    i need it very quickly...
    So you better start coding soon!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Problems for change the properties for Primitive shapes?

    Is there a way to change the properties of Cylinder, Sphere, Cone and Box primitives (com.sun.j3d.utils.geometry.Primitive)?
    ie. can you change the radius, height, width, etc after you've already
    created this object to the scene?
    Thanks for any help!

    Hi Anil,
    I did modify the property "SLD.selfregistration.hostName" to a fully qualified domain name, (i.e. fgsappitd.fourlis.net), as mentioned in sap note 804124 (performed also the stop and start of applications mentioned in the sap note. However, I still get the error message, whenever I activate my changes in the Integration Directory,
    "Unable to notify Adapter Engine 'af.fpd.fgsappitd' that is affected by the data changes
    HTTP connection to 'http://fgsappitd:50300/CPACache/invalidate' returns the status code '403' (Forbidden) in response"
    It is strange because although I entered the full qualified host name, the error message still shows, in the message above, only the host name.
    Just to mention here that when I open an interner browser and run URL 'http://fgsappitd:50300/CPACache/invalidate'  it fails. If on the other hand, I open an internet browser an run URL 'http://fgsappitd.fourlis.net:50300/CPACache/invalidate' , it works OK. Therefore, I believe,  the problem I get has to do with the missing full qualified host name.
    Is there something else I need to do? Do I have to restart the system?
    Thanks,
    Filippos

  • Where to download PeopleSoft Change Assistant Template for Upgrade ?

    Folks,
    Hello. I am upgrading PeopleTools 8.49 to 8.50.
    After configure Change Assistant 8.50, we need to download a specific Change Assistant template for upgrade process. I cannot find where to download it.
    Can any folks provide a link to download PeopleSoft Change Assistant template for upgrade PeopleTools 8.49 to 8.50 ?
    Thanks.

    Hi,
    You have to be a customer with a current maintenance agreement to have valid access to My Oracle Support (http://support.oracle.com) and the upgrade documentation and templates.
    Current customers who share documents and information from My Oracle Support with non maintenance customers, and others, may be in breach of their license agreement with Oracle.
    For reference:
    "... This software and related documentation are provided under a license agreement containing restrictions on use and disclosure and are protected by intellectual property laws. Except as expressly permitted in your license agreement or allowed by law, you may not use, copy, reproduce, translate, broadcast,modify, license, transmit, distribute, exhibit, perform, publish or display any part, in any form, or by anymeans. Reverse engineering, disassembly, or decompilation of this software, unless required by law for interoperability, is prohibited"
    regards
    Greg

  • How to configure default parental settings for all users (10.7)?

    Hello,
    I've made a silent installation of iTunes using MSI files and it works well.
    I need to enable parental controls and configure it. Users must be preventing of changing these settings.
    At the end of the iTunes installation I automatically created registry keys :
    [HKEY_LOCAL_MACHINE\SOFTWARE\Apple Computer, Inc.\iTunes\Parental Controls]
    "AdminFlags"=dword:001b7ac5
    "AdminMoviesLimit"=dword:000000c8
    "AdminTVShowsLimit"=dword:000001f4
    "AdminRatingSystemID"=dword:0000000b
    "AdminGamesLimit"=dword:0000012c
    According to http://support.apple.com/kb/HT2102 it is the procedure to set default parental settings for all users and to lock these settings.
    When iTunes is first launched, parental settings are not set nor locked.
    I use iTunes 64 bits on Windows 7 64 bits.
    Where is the mistake?
    Thanks in advance.

    You can set up a system cache for sharing jars: See here: http://java.sun.com/j2se/1.5.0/docs/guide/javaws/developersguide/enterprise_config.03.06.html

  • Short Dump in Prod system in RSA3 for Datasource 2LIS_18_I0NOTIF...Help Pls

    Dear Guru's
    In our porod System in Tcode RSA3 when i give Dsource 2LIS_18_I0NOTIF and click on Extract i get Follwing Dump
    I searched for the note but i did not found any thing proper
    Here r Dump Details:-------
    Runtime Error          CONNE_IMPORT_WRONG_COMP_TYPE
    Exception              CX_SY_IMPORT_MISMATCH_ERROR
           Occurred on     13.08.2008 at   14:21:57
    Error when attempting to IMPORT object "MC18I00NTF_TAB".
    What happened?
    Error in ABAP application program.
    The current ABAP program "SAPLMCEX" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    When attempting to import data, it was discovered that the data
    type of the stored data was not the same as that specified in the
    program.
    Error analysis
    An exception occurred. This exception is dealt with in more detail below
    . The exception, which is assigned to the class 'CX_SY_IMPORT_MISMATCH_E
    was neither
    caught nor passed along using a RAISING clause, in the procedure
    "MCEX_BW_LO_API" "(FUNCTION)"
    Since the caller of the procedure could not have expected this exception
    to occur, the running program was terminated.
    The reason for the exception is:
    When importing the object "MC18I00NTF_TAB", the component no. 2 in the
    dataset has a different type from the corresponding component
    of the target object in the program "SAPLMCEX".
    The data type is "D" in the dataset, but "F" in the program.
    How to correct the error
    The exception must either be prevented, caught within the procedure
    "MCEX_BW_LO_API"
    "(FUNCTION)", or declared in the procedure's RAISING clause.
    To prevent the exception, note the following:
    Try to find out why the type of the object is different.
    There are several possible reasons:
    |
    --- In the ABAP Dictionary, the type of the imported
    |   field has changed. Make sure that the type of the imported
    |   field matches the length of the Dictionary field.
    ||   If the data could not be restored from another source, this data
    |   must be read with the "old" structure, then converted and exported
    back with the new structure, so that future IMPORTs always work
    with the new structure.
    A new program version is active, and it no longer matches the
    dataset. Try to solve the error by generating the program "SAPLMCEX" again
    as follows:
    In the SAP System, choose the transaction SE38. Enter the program
    name "SAPLMCEX". Then choose the "Activate" function.
    Can any one please kindly help....
    Thanks

    Hi,
    so did you change anything at your datasource? Before transporting to prod, you need to delete the setup tables  and then you need to run a delta to pick the latest delta records, then transport, replicate and activate the comm-structure. That will not effect your delta in prod. But again, for me the dump looks like a mismatch between the extract structure and the setup tables. You might have changed something after the setup tables have been filled. And additionally usually rsa3 is doing a full and so pulling the data out of the setup tables.
    regards
    Siggi

  • Changing sampling time for logging data in DSC

    currently I created lots of shared variables by Modbus server. I'm wondering when I active logging data to Citadel, there is any option for change sampling time for logging data or not. I only saw option for changing base on percentage of value differences.
    Since I want to export them to MS Excel later, I want decrease the number of sample datas by decreasing sampling time.
    Thanks in advance.

    This is my idea that i try
    First, I add Enqueue Message for Enable time case
    Then, I create Enable time cases and write box diagram fallow below pic.
    But when i run program,it don't work, time don't count 
    Please help me.

  • Sub-Menus are displaying away from their parent Menu for first time.

    Hi All,
    I have a problem with sub-menus display location. In my application, I have a JPopupMenu to which several sub-menus (*JMenu*) are added. All the JMenuItems inside JMenu are having an Icon (Image) along with menu item title. I am providing a facility to change the font size of Menu Item names as well as the ImageIcon size dynamically through a dialog box. When the size is changed to larger value than the existing, the menus as well as submenus are getting displayed correctly. But when I change the size of ImageIcon and the font to smaller value than the existing one, then the submenus are getting displayed away from their parent menu for the first time. The location of sub menu display is matching with the location when their size was larger. This problem appears only for the first display of sub menus after their sizes are changed. For the successive display, the locating is resetting automatically to correct location.
    So can anybody help me out about how to display submenus at correct location irrespective of font and image size changes for the first time also? Is there any event which gets fired when we change the font size or ImageIcon sizes? Is there any specific method to refresh the menu sizes if any of such properties (such as font size, ImageIcon size) are changed?
    If you need any additional information, feel free to ask.

    Below is the sample code for the query I placed. Steps to reproduce the problem are:
    1. Click on "Increase Font" button.
    2. Generate the popup at the right side corner of the screen (using right mouse click) such that the sub menu of edit should appear at left side of "Edit" option.
    3. Click on "Decrease Font" button.
    4. Generate the popup at the right side corner of the screen (using right mouse click) such that the sub menu of edit should appear at left side of "Edit" option.
    You will see that sub menu of edit menu is displayed away from the popup for the first time. The sub menu location matches with previous location when its font size was larger. Location resets automatically for the next successive displays.
    import java.awt.BorderLayout;
    import java.awt.Container;
    import java.awt.Dimension;
    import java.awt.Font;
    import java.awt.Toolkit;
    import java.awt.event.ActionEvent;
    import java.awt.event.ActionListener;
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import javax.swing.JButton;
    import javax.swing.JFrame;
    import javax.swing.JMenu;
    import javax.swing.JMenuItem;
    import javax.swing.JPanel;
    import javax.swing.JPopupMenu;
    public class JPopupDemo implements ActionListener {
      public static Font newFont=new Font("Times New Roman", Font.BOLD,24);
      JFrame frame = null;
      JPopupMenu popupMenu = null;
      JMenuItem fileMenu = null;
      JMenu editMenu = null;
      JMenuItem cutMenuItem = null;
      JMenuItem copyMenuItem = null;
      JMenuItem pasteMenuItem = null;
      JMenuItem findMenuItem = null;
        JPopupDemo(){
        frame = new JFrame("Popup Example");     
        frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        popupMenu = new JPopupMenu();
        fileMenu = new JMenuItem("File");
        editMenu = new JMenu("Edit");
        cutMenuItem = new JMenuItem("Cut");
        editMenu.add(cutMenuItem);
        copyMenuItem = new JMenuItem("Copy");
        editMenu.add(copyMenuItem);
        pasteMenuItem = new JMenuItem("Paste");
        pasteMenuItem.setEnabled(false);
        editMenu.add(pasteMenuItem);
        editMenu.addSeparator();
        findMenuItem = new JMenuItem("Find");
        editMenu.add(findMenuItem);
        popupMenu.add(fileMenu);
        popupMenu.add(editMenu);
        MouseListener mouseListener = new JPopupMenuShower(popupMenu);
        frame.addMouseListener(mouseListener);
        //frame.setSize(350, 250);
        Toolkit toolkit = Toolkit.getDefaultToolkit();
        Dimension dim = toolkit.getScreenSize();
        frame.setSize(dim.width,dim.height-100);
        JButton incrButton = new JButton("Increase Size");
        incrButton.setActionCommand("IncreaseSize");
        incrButton.addActionListener(this);
        JButton decrButton = new JButton("Decrease Size");
        decrButton.setActionCommand("DecreaseSize");
        decrButton.addActionListener(this);
        Container cp = frame.getContentPane();
        cp.setLayout(new BorderLayout());
        JPanel jp = new JPanel();
        jp.add(incrButton);
        jp.add(decrButton);
        cp.add(jp,BorderLayout.SOUTH);
        frame.setVisible(true);
    public static void main(String args[]) {
         JPopupDemo demo = new JPopupDemo();
      public void actionPerformed(ActionEvent ae)
            if (ae.getActionCommand().equals("IncreaseSize"))
                   newFont = new Font("Times New Roman", Font.BOLD,48);
                   setNewFont();
              else if (ae.getActionCommand().equals("DecreaseSize"))
                   newFont = new Font("Times New Roman", Font.BOLD,12);
                   setNewFont();
       public void setNewFont()
            popupMenu.setFont(newFont);
            fileMenu.setFont(newFont);
            editMenu.setFont(newFont);
            cutMenuItem.setFont(newFont);
            copyMenuItem.setFont(newFont);
            pasteMenuItem.setFont(newFont);
            findMenuItem.setFont(newFont);
    class JPopupMenuShower extends MouseAdapter {
      private JPopupMenu popup;
      public JPopupMenuShower(JPopupMenu popup) {
        this.popup = popup;
      private void showIfPopupTrigger(MouseEvent mouseEvent) {
        if (popup.isPopupTrigger(mouseEvent)) {
          popup.show(mouseEvent.getComponent(), mouseEvent.getX(), mouseEvent
              .getY());
      public void mousePressed(MouseEvent mouseEvent) {
        showIfPopupTrigger(mouseEvent);
      public void mouseReleased(MouseEvent mouseEvent) {
        showIfPopupTrigger(mouseEvent);
    }Edited by: VPKVL on Aug 4, 2008 1:18 AM

  • How to change application action for all Firefox users?

    Hi,
    Is there any way I can change application action for all FF users. I am using Firefox admin 0.5.9.3 and deploy FF 3.6 through GP.
    Thanks

    You can change the system colors based on the system you are logging on to.  We have many users here doing that. (Red for prod, Green for Dev, etc)  You cannot use the Sap signature Design theme as it does not allow color changing.  I explained this in another post and how to change it.
    Re: Set Color for several system with sap gui 7.20
    To answer your question on how to change this for ALL users... That I cannot answer as our user base differs and they change it as they wish.  Hope this helps.
    Regards,
    Zecher

  • Changing Number rangeinterval  for position & Persons-During Company Merger

    Dear  Professionals,
    Scenario
    Parent Company X, which is a MNC, is in the  process of take over of another company B, which was in the process of implentation of SAP.
    Company X want to implement the same number range interval for the company B.
    Now consultants who were in the process of implementation of SAP in company B has to align the business process according to company X.
    a)Is it possible to change  the interval  for person & position
    Requesting you professional input
    With regards
    Raj

    Raj,
    At a high level, yes technically, it is possible to change the number ranges to be same in both systems. But for a meaningful solution, there are several questions that need to be answered -
    1. Will both the companies be on the same landscape after merger/take-over or will it be different
    2. Is one of the companies or both already live with SAP? If so, what are the numbers upto which they have already used?
    Good luck,
    Rajesh K.

  • [svn:fx-trunk] 9778: Change default creationPolicy for NavigatorContent to null.

    Revision: 9778
    Author:   [email protected]
    Date:     2009-08-28 17:16:26 -0700 (Fri, 28 Aug 2009)
    Log Message:
    Change default creationPolicy for NavigatorContent to null.  If null, NavigatorContent will check its parent Navigator's creationPolicy.  If the parent Navigator's creationPolicy is "all", NavigatorContent will use "all" and create all of its children.  Otherwise, NavigatorContent will use "none" as the creationPolicy.
    QE Notes: default value for creationPolicy is null
    Doc Notes: default value for creationPolicy is null
    Bugs: None
    Reviewer: Ryan
    API Change: No
    Is noteworthy for integration: No
    tests: checkintests
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/NavigatorContent.as

  • TS1814 Most of the songs on my iPod Classic no longer dshow up on iTunes on my laptop.  I deleted iTunes & installed the latest version but this did not change anything.  For example on 1 playlist I have 66 songs but only 1 shows on the iTunes screen.  Th

    Most of the songs on my iPod Classic no longer show up on iTunes on my laptop.  I deleted iTunes & installed the latest version but this did not change anything.  For example on 1 playlist I have 66 songs but only 1 shows on the iTunes screen.  Thanks you for any help.

    See Empty/corrupt iTunes library after upgrade/crash or
    Recover your iTunes library from your iPod or iOS device.
    tt2

  • Changing the order for printing portfolio files in adobe acrobat 9 pro

    Does anyone know how to change the order for printing pdf files that are part of a portfolio in adobe acrobat 9 pro?  The documentation seems to say that it prints files alphabetically by filename rather than by the internal sort order.  This won't work for me. Any ideas? Thanks.

    Question1: No.
    Question2: No.

  • How do you change your thumbprint for iPhone 5s?

    How do you change your thumbprint for the iphone 5s?

    Go to Settings > General > Touch ID & Passcode, enter your passcode, then Turn Passcode Off will delete all current fingerprints. You can then turn passcode back on and enter fingerprints.
    Rather than deleting, you can also add the same fingerprint a second time via "Add a fingerprint" in Settings > General > Touch ID & Passcode, enter your passcode, then Touch ID.

  • I had to change my email for my apple account on my iPhone 4.  when I go to add an app or update an app it shows the old email.. so I can't delete apps for this to work becuz I would have to delete my apple store app and it won't let me

    I had to change my email for my apple acct on my iPhone e 4.  When I go add an app or update an app the old apple email comes up.  I can't delete an apple store app.  So how do I refresh the apple store app?

    Hi skippy2012trev,
    Welcome to the Apple Support Communities!
    I understand that you updated your Apple Id and password but now you are being prompted for the old information in iCloud. You are on the right track by changing the Apple ID back to the previous email address temporarily so that you can sign out. You should not need to verify the email address. After you edit the Apple ID back to the old email address and then sign out of iCloud on your iPhone, edit the Apple ID back to the address you would currently like to use. There is no need to change the password again, only the email address, unless you prefer to update the password again.
    If you're asked for the password to your previous Apple ID when signing out of iCloud - Apple Support
    Change your Apple ID temporarily
    If signing out and back in to iMessage or FaceTime didn't help, try these steps:
    Change your Apple ID to the Apple ID you used previously. You shouldn't need to verify the email address.
    Tap Settings > iCloud. Complete these steps only if the Find My [Device] setting is turned on:
    Scroll down and tap Sign Out, then tap Sign Out to confirm. If you're using iOS 7 or earlier, tap Delete Account, then tap Delete to confirm.
    Tap Keep on My [Device] or Delete from My [Device]. In either case, your data remains in iCloud and will be updated on your device when you sign in to iCloud again.
    Enter the password for your previous Apple ID.
    Change your Apple ID to the new email address that you want to use. You'll need to verify the email address.
    Return to Settings > iCloud and sign in with your new Apple ID.
    Cheers,
    Joe

Maybe you are looking for

  • How can I change the order of photos in albums on my iPad

    Hi everybody... When I place a folder with photos in it and sync it with iTunes on my iPad they are not in the order that I want to view them or play as a slideshow.  I've tried numbering the files in order, but that didn't work.  Is there away of do

  • SRM & SUS in Classic scenario

    Hello SRM Gurus, I would be great if you could give your overview for below my quires. I have good idea of SRM with SUS for extended classic scenario.  But how would be the communication between SRM and SUS in Classic scenario. Because the PO will be

  • How do I set up a root directory for a web site

    So this is probably a naive newbie question. I have been creating websites driven by php/mysql on my mac for years using the previous the web preference pane to run Apache and since that went away using XAMPP to provide Apache/php/mysql functionality

  • How to pass the Validated Prospected in ECC from SAP CRM

    Hi Folks , As initially Customer will be treated as Prospect in SAP CRM , Once after he is giving the order how he has to be converted as customer in SAP CRM and the same has to be replicated in SAP ECC. Please let me know , how to validate in SAP EC

  • Enabling ThinkVantage button after clean OS install (X230)

    I'm going to install an SSD in the mSATA slot of my X230 and then do a clean install of Windows 7 x64 on it (setting the SSD to bootable and the HDD to not bootable).  I'm concerned that this will render the ThinkVantage button unusable (particularly