Process would have different ID after deploy

I would consider my other problem running BAM on the server solved as I managed to make it work.
As it is working I have found another interesting problem. In the studio developer environment the BAM_PROCESSES table would be populated with the process names and each one would have an ID, that is all fine, but once you deploy your project to a server the server BAM database would create these entries in its own BAM_PROCESSES table with different IDs. So the BAM_ACTIVITIES table entries would have different IDs as well... This a bigger problem as you refer these activities by their IDs for example when you create a dashboard.
So the whole dashboard functionality would not work as the activities IDs would be different then in the development environement.
Is there a work around for this? Why are these IDs different anyway, why it is not guaranteed that the deployed project would be the same as the development phase project? Is it a bug (or a feature;\)?

Sorry, with the activity id I was refering to the ACTIVITYIN. The real id is the ACTIVITYID field -and that is the same in both enviroment. So I can use this field in the dashboards to identify an activity.
I was mislead by the fact that ACTIVITYID is not unique in BAM_ACTIVITIES table X-(

Similar Messages

  • Why the R3 client QTY300 would have different BI delta triggers

    hi GURUS,
    this is an issue with my client.how shud i revert back the mail..
    Can you see why the R3 client QTY300 would have different BI delta triggers than the R3 client PRD300?
    We are using standard extractor 2LIS_11_VASCL, and in test cases in QTY300, we were able to make some changes and see the results of the changes in tcode rsa3. When we try he same changes in PRD300, no changes are triggered and tcode rsa3 shows no changes.
    Is there a way to see if the extractor is setup differently in QTY than PRD?
    reply ASAP,plzzz

    Hi,
    Did you initialize your delta in PRD300?
    In order to get your delta in RSA3 you must enter your target system (your BW) and change the mode to D...
    Or open RSA7 and check there if you have data....
    hope this helps...
    Olivier.

  • Develop presets have different effects after saving file as either .tif or .psd

    When I open a raw .dng file in Photoshop and MAKE NO CHANGES and then save it (either .tif or .psd), the resulting photo appears to be identical to the original raw .dng file. HOWEVER when I then apply development presets (whether my own or Lightroom presets), the presets have a COMPLETELY DIFFERENT effect on the .tif or .psd file than the .dng file. More precisely: the .tif or .psd files have significantly more contrast, saturation and are significantly more exposed. And in fact, despite using the exact same preset, the histograms for each of the pics are different. In addition, the same preset on the .dng file treats colors differently than on the .tif or .psd file. After much experimenting and comparing of each development module and each individual slider, the sliders that seem to behave differently are Brightness, Contrast and Saturation. With each of these sliders, however, the difference in effect is only minimal and should not affect hue, but when applying a preset that affects hue, the actual change in hue is different for the .dng file vs the .tif. or .psd file. All of this even though all of the presets are the same. Whatsmore, applying Auto Tone on the two apparently identical files results in dramatically different affects: the .tif or .psd file is properly corrected, whereas the .dng file has its Brightness decreased and Contrast increased, i.e. the Auto Tone moves the sliders different for the .dng file than for the .tif or .psd file. Is there a solution to this problem?

    I'm one of those who eventually migrated from PS to LR. I used to do a layered TIFF for every selected image. With 17-21MP raw files, that amounted to usually between 180-250MB files in addition to the raw. After completely changing my approach, for 99% of my work now I only work from the raw file, including printing / generating web JPEGS. This was really enabled by having the spotting and local editing at the raw file level. But pretty much no more TIFFs as working / final images, just raws with settings. Obviously different people have different requirements, but it's well worth looking into the switch in approach, even if you still end up using PS / Bridge / ACR.

  • Can Inbox and Archive have different actions after selecting the close tab

    Is there a menu for selecting different responses in my email Inbox and Archive after selecting the Close icon on the email tab?

    Firefox is just a browser. You have to check with your e-mail provider.

  • HT5538 i have 3 apple products, apple ipad, iphone, and itouch. can we have the same apple id, and be able to have different facetime addresses?

    I am confused and a new user to apple products. We have slowly aquired, an ipod touch, for my daughter. Then I was gifted an iphone. I thought in order to be able to communicate via facetime, we would have different apple id's??? When I tried to change her apple id on her ipod touch, to her own, I think I really messed up, now I am unable to upload gift cards, and somehow it has switched back to my apple id? and not accepting my apple id password? My husband received an ipad, for Christmas, and he created his own apple id, which i am fine with, just having the problem with my daughters ipod touch not being able to upload the gift card, and also wondering if we need different apple id's and if that is my problem?
    Any help will be greatly appreciated:)

    Create Apple IDs for everyone individually and use that in Settings > Facetime, Settings > Messages, Settings > Game Center but keep the Apple ID used for app and content purchases in Settings > iTunes and App Stores

  • Dropdown values becoming null after deployment

    Iam using jdev 10.1.3.4 and oc4j 10.1.3.4 server.
    we have a ADF table in a page in the application with three dropdowns. when i run the page in jdev the values are getting populated correctly for every record.But After deployment, for some records the values in the dropdowns are becoming null. we have 85 records in our Database for which only 5 records have this problem after deployment. But this works fine in local server.
    Any help will be appreciated.
    Thanks,
    Lakshmi.

    Thank you very much for answering...
    I can't send all the code because it needs plenty of files to run. I'll just describe the "critical" parts of it:
    - my main class extends JPanel and implements ActionListener + FocusListener + ListSelectionListener
    - the JTable is declared by private JTable myTable = null;
    - the table is inited by a call to a private void method, with the followind code:
       myTable = new JTable(cellData,colNames);
       myTable.setName("my_table");
       myTable.setSelectionMode(ListSelectionModel.SINGLE_SELECTION);
       //... - the table is then put in a scroll pane:
       sTable = new JScrollPane(myTable);and the scroll pane put in the NORTH of a JPanel.
    - I put a listener on the table by:
       myTable.getSelectionModel().addListSelectionListener(this);Here is the most part of the misfuntionning code... the table goes well until the listener generates events... then the myTable instance becomes NULL.
    Thanks in advance for thinking about the problem's causes,
    Cheers.

  • Invoking a process in a different project & deployed on same engine

    Hi,
    I would like to know if we would be able to invoke a process with is already deployed in the engine from a new process. Please note that both the processes would be in different projects but will be deployed on the same engine. Also, we would like to avoid using any polling activity for this purpose and would want the process to get invoked like a process creation activity. Please let me know if anyone has tried this or have any idea for dealing with such situations.
    Thanks,
    Sree

    You can do this using the process interfaces. The steps are.
    1.- Create a process interface of the process that you are going to call that is in Project 1, select the process right button and generate process interface.
    2.- Export this interface and import in your project (Project 2) that is going to be where you will call the process.
    3.- Put a process creation activity that and put as the related process this interface.
    In this way when you publish both projects in enterprise the interface is not going to be deployed, it will be deployed the real process and when the call is made it will call the real process of Project 1.
    Hope it helps

  • How to change async to sync after deploying the process.? Thanks

    How to change async to sync after deploying the process.? Thanks

    you'd need to change the base wsdl, the generated one (_Name.wsdl) and the bpel.file .. and remove the generated classes .. (all in domains/you_domain/tmp/your_process dir)
    the wsdl needs to get the output msg to the input msg instead of a callback porttype, the same needs to be in the generated wsdl (don't forget to remove the callback role in plnk session).. and the bpel process needs to have a reply instead of the invoke ..
    this is what you would need to do .. BUT, maybe we can find a better solution for you, if you elaborate on the usecase..
    during design time this is easier :-)
    regards clemens

  • Bpel deployment fails for all processes that have revision other than 1.0.

    Using: Release *10.1.3.3.1*
    Hello All,
    Bpel deployment fails for all processes that have revision other than *1.0*.
    We have been attempting to deploy several BPEL projects via ANT script to a target environment and are encountering failures to deploy for every project which isn’t a (revision 1.0). We are getting the following error whenever we try to deploy a process with a revision other than 1.0:
    D:\TJ_AutoDeploy\BPEL_AutoDeploy_BETA\build.xml:65: BPEL archive doesnt exist in directory "{0}"
         at com.collaxa.cube.ant.taskdefs.DeployRemote.getJarFile(DeployRemote.java:254)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.deployProcess(DeployRemote.java:409)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.execute(DeployRemote.java:211)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    The structure of our automated deployment script is as follows:
    First, a batch script calls (Jdeveloper_BPEL_Prompt.bat) in order to set all necessary environment variables i.e. ORACLE_HOME, BPEL_HOME, ANT_HOME, etc for ant.
    Next, the script lists every .jar file within the directory to an .ini file called BPEL_List.ini. Furthermore, BPEL_DIR, ADMIN_USER and ADMIN_PSWD variables are set and initialized respectively to:
    -     “.” – point to directory where script is running from because all the BPEL processes are located here
    -     “oc4jadmin”
    -     “*********” (whatever the password for out environment is)
    We’ve developed a method to have the script prompt the user to select the target environment to deploy to. Once the user selects the appropriate environment, the script goes through the BPEL_List.ini files and a loop tells it that for every BPEL process listed:
    DO ant
    -Dprocess.name=%%b
    -Drev= !Rev!
    -Dpath=%BPEL_DIR%
    -Ddomain=default
    -Dadmin.user=%ADMIN_USER%
    -Dadmin.password=%ADMIN_PWD%
    -Dhttp.hostname=%HOST%
    -Dhttp.port=%PORT%
    -Dverbose=true
    (What’s happening is that the variables in the batch file are being passed on to the ANT script where *%%b* is the process name, !rev! is revision #, and so on…)
    The loop goes through each line in the BPEL_List.ini and tokenizes the BPEL process into 3 parts *(%%a, %%b, and %%c)* but we only extract 2 parts: *%%b* (process name) and *%%c* which becomes !Rev! (revision number).
    Example:
    Sample BPEL process:
    bpel_ThisIsProcess1_1.0.jar
    bpel_ThisIsProcess2_SOAv2.19.0.001B.jar
    After tokenizing:
    %%a     %%b     %%c
    bpel     ThisIsProcess1     1.0.jar
    bpel     ThisIsProcess2     SOAv2.19.0.001B.jar
    *!Rev!* and not *%%c* because *%%c* will return whatever the revision number is + the “.jar” file extension as illustrated above. So to circumvent this, we parse *%%c* so that the last 4 characters are stripped. Such is done like this:
    set RevN=%%c
    set RevN=!RevN:~0,-4!
    Hence, the usage of !Rev!.
    Below is a screenshot post of the ANT build.xml that goes with our script:
    <!--<?xml version="1.0"?>-->
    <!--BUILD.XML-->
    <project name="bpel.deploy" default="deployProcess" basedir=".">
         <!--
         This ant build file was generated by JDev to deploy the BPEL process.
         DONOT EDIT THIS JDEV GENERATED FILE. Any customization should be done
         in default target in user created pre-build.xml or post-build.xml
         -->
         <property name="process.dir" value="${basedir}" />
              <!-- Set BPEL process name -->
              <!--
              <xmlproperty file="${process.dir}/bpel/bpel.xml"/>
              <property name="process.name" value="${BPELSuitcase.BPELProcess(id)}"/>
              <property name="rev" value="${BPELSuitcase(rev)}"/>
              -->
         <property environment="env"/>
         <!-- Set bpel.home from developer prompt's environment variable BPEL_HOME -->
              <condition property="bpel.home" value="${env.BPEL_HOME}">
                   <available file="${env.BPEL_HOME}/utilities/ant-orabpel.xml" />
              </condition>
         <!-- show that both bpel and oracle.home are located (TESTING purposes ONLY) -->
         <!-- <echo>HERE:${env.BPEL_HOME} ${env.ORACLE_HOME}</echo> -->
         <!-- END TESTING -->
         <!--If bpel.home is not yet using env.BPEL_HOME, set it for JDev -->
         <property name="oracle.home" value="${env.ORACLE_HOME}" />
         <property name="bpel.home" value="${oracle.home}/bpel" />
         <!--First override from build.properties in process.dir, if available-->
         <property file="${process.dir}/build.properties"/>
         <!--import custom ant tasks for the BPEL PM-->
         <import file="${bpel.home}/utilities/ant-orabpel.xml" />
         <!--Use deployment related default properties-->
         <property file="${bpel.home}/utilities/ant-orabpel.properties" />
         <!-- *************************************************************************************** -->
         <target name="deployProcess">
              <tstamp>
                   <format property="timestamp" pattern="MM-dd-yyyy HH:mm:ss" />
              </tstamp>
              <!-- WRITE TO LOG FILE #tjas -->
              <record name="build_verbose.log" loglevel="verbose" append="true" />
              <record name="build_debug.log" loglevel="debug" append="true" />
              <echo></echo>
              <echo>####################################################################</echo>
              <echo>BPEL_AutoDeploy initiated @ ${timestamp}</echo>
              <echo>--------------------------------------------------------------------</echo>
              <echo>Deploying ${process.name} on ${http.hostname} port ${http.port} </echo>
              <echo>--------------------------------------------------------------------</echo>
              <deployProcess
                   user="${admin.user}"
                   password="${admin.password}"
                   domain="${domain}"
                   process="${process.name}"
                   rev="${rev}"
                   dir="${process.dir}/${path}"
                   hostname="${http.hostname}"
                   httpport="${http.port}"
                   verbose="${verbose}" />
              <sleep seconds="30" />
              <!--<echo message="${process.name} deployment logged to ${build_verbose.log}"/>
              <echo message="${process.name} deployment logged to ${build.log}"/> -->
         </target>
         <!-- *************************************************************************************** -->
    </project>
    SUMMARY OF ISSUE AT HAND:
    ~ Every bpel process w/ 1.0 revision deploys with no problems
    ~ At first I would get an invalid character error most likely due to the “!” preceding “Rev”, but then I decided to set rev=”false” in the build.xml file. That didn’t work quite well. In another attempt, I decided to leave the –Drev= attribute within the batch script blank. That still led to 1.0s going through. My next thought was deploying something other than a 1.0, such as 1.2 or 2.0 and that’s when I realized that if it wasn’t a 1.0, it refused to go through.
    QUESTIONS:
    1.     IS THERE A WAY TO HAVE ANT LOOK INTO THE BPEL PROCESS AND PULL THE REVISION ID?
    2.     WHAT ARE WE DOING WRONG? ARE WE MISSING ANYTHING?
    3.     DID WE GO TOO FAR? MEANING, IS THERE A MUCH EASIER WAY WE OVERLOOKED/FORGOT/OR DON’T KNOW ABOUT THAT EXISTS?
    Edited by: 793292 on Jul 28, 2011 12:38 PM

    Only thing i can think of is instead of using a MAC ACL , u cud jus use the default class
    Policy Map Test
    class class-default
    police 56000 8000 exceed-action drop
    Class Map match-any class-default (id 0)
    Match any
    You would be saving a MAC-ACL ;-).

  • Some, but not all, podcasts existing on the iPod no longer appear in iTunes. Different podcasts have been affected at different times, after changes in the state of the iPod. Only podcasts are affected.

    I have not seen this precise issue addressed anywhere. I don’t know if it’s an iTunes or an iPod problem:
    - Some, but not all, podcasts existing on the iPod no longer appear in iTunes;
      this, after normal behavior for more than a year since purchase of the iPod.
    - Different podcasts have been affected at different times, after changes in the state of the iPod.
    - Only podcasts are affected.
    - This concerns an iPod nano 6th gen. and iTunes 11.0.2 (26) on System 10.6.8
    - The only change to iTunes, the Mac, or the iPod is that just before this condition began
      I’d begun syncing an iPhone via iTunes.
    I sync manually (“manually manage music and videos”). The first time this happened, I wanted to delete seventeen podcast episodes (all belonging to one podcast) existing on the iPod — but they didn’t show up in iTunes. I tried re-downloading them and re-syncing, to see if the new versions would somehow “re-link” to iTunes. They didn’t. Only one — new — episode appeared in iTunes.
    I ultimately reset the iPod and manually resynced all the podcasts I currently had on iTunes. That worked, though I had to painstakingly add in all the other content deleted by the reset.
    So: after that reset and manual sync, all podcasts and episodes on the iPod were visible to iTunes and I was able to delete the podcast and its — now 18 — episodes I’d wanted to get rid of to begin with. But the next time I connected the iPod, only 8 podcast episodes out of 21 episodes total existing on the iPod were visible to iTunes. These are different podcasts; I’d deleted the original “invisible” ones.
    By “visible,” I mean in the “Podcasts” list view under “[name]’s iPod” in the iTunes sidebar. If I select “[name]’s” iPod in the iTunes sidebar and the “Podcasts” tab, all podcasts and episodes are visible, though greyed out because I’m set to sync manually. It’s unclear to me if these are the podcasts on the iPod or those currently in iTunes, as they are currently the same. If I switch to syncing automatically, all content on the iPod will be lost again, so I’m not up to trying it at the moment.
    As I said,  this involves only podcasts. All other content on the iPod does appear in iTunes.

    I have the same problem- i see my movies in the ipod section in itunes and they even show as mpeg4 in the 'kind' section but they dont have that small TV icon next to them. if i play these in itunes, they play fine- but try playing them on the ipod and all you hear is the sound and no picture. All videos that i manually transfer work fine in the beginning- its when i hook up the ipod to the comp again and start itunes- they start showing up without the 'tv' icon!! i have to again transfer them from the itunes library to activate them as videos.
    Need Help!!!

  • Background colors became different after deployment

    I wrote a Swing app which contains a bunch of JPanels. I set the background color of them to darkGray. Everything worked fine while I was working on it and running it in JDeveloper. But after I deployed it using a jar, the colors of the JPanels turned from darkGray to lightGray. Also I had set the row height of the JTables to a specific integer and that formatting dissapeared after deployment as well. Anyone have any ideas why this happened.
    Thanks in advance.

    Could be that you are using different versions of java in you development and deployment environments

  • After update all of my subclips have different in and out points

    After updating Premiere Pro CC all of my subclips now have different in- and out points. It´s hundreds of subclips and they have nothing to do with how they´ve been before. The In-Point is always the In-Point from the original Master-Clip, the out-Point seems to be totally random. So I can´t work with them at all. Can I go back to the previous version or can I get my subclips back somehow? THANKS!!

    There are no viruses that can affect Apple OS X.
    What files do you keep on the Desktop? How many?
    Performance tip: Keep the Desktop clutter-free (empty, if possible)
    Mac OS X's Desktop is the de facto location for downloaded files, and for many users, in-progress works that will either be organized later or deleted altogether. The desktop can also be gluttonous, however, becoming a catch-all for files that linger indefinitely.
    Unfortunately - aside from the effect of disarray it creates - keeping dozens or hundreds of files on the Desktop can significantly degrade performance. Not necessarily because the system is sluggish with regard to rendering the icons on the desktop and storing them in memory persistently (which may be true in some cases), but more likely because keeping an excessive number of items on the Desktop can cause the windowserver process to generate reams of logfiles, which obviously draws resources away from other system tasks. Each of your icons on your desktop is stored as a window in the window server, not as an alias. The more you have stored, the more strain it puts on the window server. Check your desktop for unnecessary icons and clear them out.
    Keeping as few items as possible on the Desktop can prove a surprisingly effective performance boon. Even creating a single folder on your Desktop and placing all current and future clutter inside, then logging out and back in can provide an immediately noticeable speed boost, particularly for the Finder.
    And it is why Apple invented 'Stacks' for Leopard.
    Here is Apple's take on the subject:
    http://www.apple.com/pro/tips/immaculate_desktop.html

  • How to burn an iMovie to DVD without losing quality? I have iMovie 10.0.5 and imac 10.9.4 mountain lion. I do not have iDVD. After iMovie goes through the encoding process, quality is horrible. How can I fix this?

    How to burn an iMovie to DVD without losing quality?  I have iMovie 10.0.5 and iMac 10.9.4 mountain lion. I do not have iDVD. After iMovie goes through the encoding process, quality is horrible. How can I fix this problem? I have tried the apps BURN and DVD Creator for MAC. I need to finish this DVD asap and becoming more and more frustrated. Why would Apple give us iMovie and not provide us an app to burn it to a DVD and / or take away the iDVD?
    Alicia McGinnis

    Why is there no iDVD on my new Mac? How do I get it and how do I install it?
    https://discussions.apple.com/docs/DOC-3673
    To burn a DVD with iDVD from the latest version of iMovie, you have to export the movie using the Export button and select 480p as the size. Open iDVD and start a new project, then drag that exported movie file into the iDVD menu window, avoiding any drop zones you see.

  • Is it possible to have 2 icloud accounts on one pc?  My wife and I have 2 separate itunes accounts and we have different music stored on our iphones.  She just recently got an IPAD and I will be getting one soon.  We would like to share ibooks purchased f

    Is it possible to have 2 icloud accounts on one pc?  My wife and I have 2 separate itunes accounts and we have different music stored on our iphones.  She just recently got an IPAD and I will be getting one soon.  We would like to share ibooks purchased from itunes.  If she stored it them on icloud, can I download it onto my ipad?

    How to use multiple iPods, iPads, or iPhones with one computer
    http://support.apple.com/kb/HT1495
    How To Best Use and Share Apple IDs across iPhones, iPads and iPods
    http://www.nerdsonsite.com/blog/2012/06/07/help-im-appleid-confused/
     Cheers, Tom

  • HT1918 Hi - I think I have different apple devices recorded under different apple IDs. Now I would like to consolidate all the devices under one Apple-ID.  I have tried to do this going through the manage accoung like, but it timed out - could somebody he

    Hi - I think I have different apple devices recorded under different apple IDs. Now I would like to consolidate all the devices under one Apple-ID.  I have tried to do this going through the manage accoung like, but it timed out - could somebody help, pls

    Purchases of multple Apple ID accounts cannot be merged as noted here >  Frequently asked questions about Apple ID

Maybe you are looking for