BPM - replacing Boundary Event

Hi there,
I have a business process flow with human tasks, and one of these tasks has a boundary event with old name "Cancel". Because of changing the event trigger name (on side of Web Dynpro component controller), I have replaced the old name through "CancelDraft" - I have changed to the accordant task, then choosed the component controller etc... -.
When I try to build my process DC, I got the following error message:
  [BpemTask] PF.DefaultDataArea:DCs/bayer.com/bcs/grip/prc/proposal/_comp/src/tasks/enhance champ proposal.task#E091AD019572D002C9C911E0CEB55480872F631E (MRI), CompilerType: EXCEPTIONCOMPILER
  [BpemTask]  "BPM.bp.000021" BC-BMT-BPM-SRV com.sap.tc.glx.BpemTask execute() -  Exception during event definition compilation, compilerType: EXCEPTIONCOMPILERcaused by com.sap.glx.paradigmInterface.buildapi.BpemBuildException: [BPM.rt_c_exc.000001] Cannot compile exception 'Cancel' without root type
  [BpemTask]      at com.sap.glx.paradigmInterface.bpmn.compiler.exception.ExceptionCompiler.compileException(ExceptionCompiler.java:101)
  [BpemTask]      at com.sap.glx.paradigmInterface.bpmn.compiler.exception.ExceptionCompiler.compile(ExceptionCompiler.java:52)
  [BpemTask]      at com.sap.tc.glx.BpemTask.processCompiler(BpemTask.java:372)
  [BpemTask]      at com.sap.tc.glx.BpemTask.callCompilers(BpemTask.java:327)
  [BpemTask]      at com.sap.tc.glx.BpemTask.execute(BpemTask.java:188)
  [BpemTask]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
  [BpemTask]      at sun.reflect.GeneratedMethodAccessor172.invoke(Unknown Source)
  [BpemTask]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [BpemTask]      at java.lang.reflect.Method.invoke(Method.java:597)
  [BpemTask]      at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  [BpemTask]      at org.apache.tools.ant.Task.perform(Task.java:348)
  [BpemTask]      at org.apache.tools.ant.Target.execute(Target.java:357)
  [BpemTask]      at org.apache.tools.ant.Target.performTasks(Target.java:385)
  [BpemTask]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
  [BpemTask]      at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
  [BpemTask]      at com.sap.tc.buildplugin.ant.util.AntRunner.run(AntRunner.java:115)
  [BpemTask]      at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:53)
  [BpemTask]      at com.sap.tc.buildplugin.DefaultPlugin.processSequence(DefaultPlugin.java:235)
  [BpemTask]      at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:174)
  [BpemTask]      at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:165)
  [BpemTask]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
  [BpemTask]      at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
  [BpemTask]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [BpemTask]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  [BpemTask]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  [BpemTask]      at java.lang.reflect.Method.invoke(Method.java:597)
  [BpemTask]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
  [BpemTask]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
  [BpemTask]      at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
  [BpemTask]      at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
  [BpemTask]      at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:276)
  [BpemTask]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1459)
  [BpemTask]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1441)
  [BpemTask]      at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3927)
  [BpemTask]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.build(BuildDcsCommand.java:333)
  [BpemTask]      at com.sap.ide.dii08.internal.commandz.BuildDcsCommand.execute(BuildDcsCommand.java:176)
  [BpemTask]      at com.sap.ide.dii08.internal.service.CommandExecutor$2.run(CommandExecutor.java:77)
  [BpemTask]      at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
  [BpemTask]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:90)
  [BpemTask]      at com.sap.ide.dii05.util.internal.lock.DiiConsistencyServiceImpl.executeConsistentWorkspaceRunnable(DiiConsistencyServiceImpl.java:52)
  [BpemTask]      at com.sap.ide.dii08.internal.service.CommandExecutor.executeInWorkspaceAndDevConfLocks(CommandExecutor.java:90)
  [BpemTask]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:179)
  [BpemTask]      at com.sap.ide.dii08.internal.service.InternalDiiCommandService.buildDcs(InternalDiiCommandService.java:986)
  [BpemTask]      at com.sap.ide.dii05.ui.internal.actions.dc.BuildAction$2.run(BuildAction.java:193)
  [BpemTask]      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Ant build finished with ERRORS
com.sap.glx.paradigmInterface.buildapi.BpemBuildException: [BPM.rt_c_exc.000001] Cannot compile exception 'Cancel' without root type
Build stopped due to an error: com.sap.glx.paradigmInterface.buildapi.BpemBuildException: [BPM.rt_c_exc.000001] Cannot compile exception 'Cancel' without root type
MOIN forced shutdown initiated.
Any help will be helpfull.
Many thanks for assistance, regards,
Cengiz

Hello Cengiz,
Thanks a lot for your quick answer. I did what you suggested without success. The error i get is a also a little bit different than yours (see below). Fact is: i can build in NWDS without any problem. Only when i try to active my source (NWDI) i get the error.
Do you have any idée?
Thank you!
Rabia
>>>>>>>>>>>>>>>>>>>>>
PF.DefaultDataArea:DCs/esprit.com/locations/pc_close/_comp/src/triggers/et_startprocessclose.eventdef#E0140AEE25B2A2A02CA811E1B9B18CA982C3473F (MRI)
BC-BMT-BPM-SRV com.sap.tc.glx.BpemTask processCompilerObj(obj , compDir) - Compiling [com.sap.tc.esmp.mm.xsd1.XsdElementDeclaration (Java Type)
XSD1.XsdElementDeclaration (MOF Type)
PF.DefaultDataArea:DCs/esprit.com/locations/pc_close/_comp/src/tasks/ta_close.task#E0019B62669EC564467211E1C4468CA982C3473F (MRI)], CompilerType: TYPECOMPILER
Error:  "BPM.bp.000021" BC-BMT-BPM-SRV com.sap.tc.glx.BpemTask execute() -  Exception during event definition compilation, compilerType: TYPECOMPILERcaused by com.sap.glx.paradigmInterface.buildapi.BpemBuildException: The XSD schemas of the transitive hull of element '{esprit.com/locations/pc_close/StandaloneTask/TA_close}TA_closeErrorEvent' could not be rendered from the meta model.
     at com.sap.glx.paradigmInterface.bpmn.compiler.type.TypeCompiler.compile(TypeCompiler.java:157)
     at com.sap.tc.glx.BpemTask.processCompiler(BpemTask.java:363)
     at com.sap.tc.glx.BpemTask.processCompiler(BpemTask.java:353)
     at com.sap.tc.glx.BpemTask.callCompilers(BpemTask.java:318)
     at com.sap.tc.glx.BpemTask.execute(BpemTask.java:179)
     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 com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:114)
     at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:57)
     at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:195)
     at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:167)
     at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
     at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
     at java.lang.reflect.Method.invoke(Method.java:611)
     at com.sap.tc.buildtool.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
     at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
     at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
     at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
     at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:318)
     at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1432)
     at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1414)
     at com.sap.tc.buildcontroller.CBSBuildController.build(CBSBuildController.java:713)
     at com.sap.tc.buildcontroller.CBSBuildController.execCommand(CBSBuildController.java:478)
     at com.sap.tc.buildcontroller.CBSBuildController.evalCmdLine(CBSBuildController.java:401)
     at com.sap.tc.buildcontroller.CBSBuildController.run(CBSBuildController.java:278)
     at com.sap.tc.buildcontroller.CBSBuildController.mainLoop(CBSBuildController.java:187)
     at com.sap.tc.buildcontroller.CBSBuildController.main(CBSBuildController.java:143)
Caused by: java.lang.IllegalStateException: The current state is not START_DOCUMENT.

Similar Messages

  • BPM 11g - Human task not removed when interrupting boundary event fired

    In BPM 11g (11.1.1.1.3), I am testing a message catch event on the boundary of a human task. It is set for interrupting, so it should, when the event fires, remove the human task from the work list and follow the flow out of the event. The event flow is being followed, but the human task is being left active in the user's work list. I would expect the human task to be removed when the interrupting boundary message event occurs.
    I think this is a bug, but would welcome any suggestions on how to solve it. Does anyone know if this works in the latest release (11.1.1.1.4)? We might upgrade pretty soon. Has anyone else tried boundary message events and gotten them to work properly in BPM 11g?
    Just FYI....in order to make the BPM message event occur and provide instance correlation, we had to add a mediator and BPEL correlation. We followed process documented in a previous post to do this (http://blog.andrade.inf.br/2011/01/implementing-correlation-in-bpm-11gr1.html). Thanks to whomever posted that...it got us a few steps further along!

    I do not think this is bug based on
    Oracle® Fusion Middleware Modeling and Implementation Guide for Oracle Business Process Management
    23.1.1 Understanding the Relationship Between SOA Composites and SOA Components
    "In a similar way, when an interrupting timer or message boundary event arrives to a user task, the BPMN process instance leaves the user task but the associated Human Task remains available. Because the interrupting timer or message boundary event arrived before the user completes the user task, the human task remains unfinished, and you can still access it thought the Worklist application. However running that human task does not have any effect on the BPMN process."
    This also gives us big trouble. I am looking for the solution.
    Helen

  • Time Constraints and Boundary Events in BPM

    Hi all,
    I have done the following:
    In the Task window, Time Constraints tab
    - Checked "Define a default completion deadline" with the offset as 3 minutes.
    - Checked the "Raise critical exception when deadline is reached" checkbox.
    In the boundary events for the activity, I have added "CompletionDeadlineIsCriticalException".
    From the boundary event, I have linked to to another activity that belongs to another user (User B).
    When i am testing the BPM, the task goes into a Suspended status after 3 minutes. However User B did not received a new item in the UWL.
    In the NWA, "Manage Process: Process Instances", i can see that Task is escalated by null and the status is suspended.
    Does anyone has any advice over here?
    Thank you.

    Hi,
    i have checked the BPEM-CORE version as instructed.
    It says 1000.7.11.2.0.20090321233900
    Does that means I need to update to the latest patch?
    Please also check the version of your NWDI build plug-in BPEM-BUILDT in the respective NWDI track. This is used to build Process Composer DCs in your NWDI.
    I am in the Development Infrastructure Perspective in NWDS
    How do i check the version number for BPEM-BUILDT in the NWDI?
    Thank you.

  • Boundary event bpm 11g

    all,
    i need to use Boundary event time (Timer Events) in my process but the time is dynamic.
    in bpm help i saw this, but dont works.
    'now' + '30m'
    deadline - '1day'
    arrivalDate.dateTime + '1h'
    anyone knows the simple exp or xpath exp correct ?
    tks.

    You can define Timer Events with "Time Cycle" (periodic) or "Time Date" (one time) triggers
    If you use "Time Date" (one time) trigger, you can specify any Simple Expression that returns a DateTime . Like for example:
    'now' + '30m'
    dataObjectTime + '2h'If you use "Time Cycle" (periodic) trigger, you can specify any Simple Expressions that return an Interval/Duration . Like for example:
    '1h30m'
    dataObjectInterval
    dataObjectInterval + '30s'

  • Time Constraint for Boundary Events

    Hi experts.
    I am pretty new to BPM (NetWeaver Developer Studio 7.1 SP04 BPM SP05) and I am just making a test process to try to get the time constraint concept right. So far I have three tasks in my process, very much like a textbook example. In my first task I have an input field in which you're supposed to type in your name, which is then saved to the context and triggers the second task when completed. That second task is nothing but a screen displaying "You successfully generated a second task, (with the name you entered in the first task here)."
    That works fine so far. Then there's the third task, which is linked to a boundary event on the second event with a start deadline which is critical exception. Here's the idea... You complete the first task (name input), then you fail to start the second task within a certain amount of time defined by an expression, so the process should go to the third task because of the deadline. By the way, it works fine when using a default time, so I must be doing something right so far, the problem is when trying to dynamically change the time with the expression.
    What I tried was to define a context attribute type time and date (I tried both) and assigning a time (current time plus whatever amount of minutes) to that attribute via Java coding at the time you click on the button which completes the task, then use that context element in the expression, but that didn't work. I also tried to make that context attribute an integer and set it to whatever amount of minutes I want to use for the deadline, then in the expression get the current time and add that afore mentioned integer to its minutes. That didn't work either.
    Please help, I have seriously done some research, and no success yet.
    Edited by: david.palafox on Jul 1, 2010 5:54 PM

    Figured it out.

  • Getting task id in boundary event handler

    Oracle BPM 11.1.1.6
    I have a human task in my process and I want to send out some very customized notification ( very different to the original assignment notification) to the assignee if the task is not actioned within a certain duration. For this I am having a non interrupting boundary event handler attached to the task which connects to a notification activity. The notification content needs to include an URL , which has the task id as part of it. ( we are using a custom worklist app ). Question: is there a way to get the taskid of the task for including it in the content of notification activity ?
    TIA,
    Atheek

    Hi
    UBR and UER are amounts that system calculate for the entire draft invoice and the entire draft revenue.
    Since usually invoice and revenue are generated at the project level, the task id is not a valid parameter for AA, since there could be multiple tasks on the same document.
    If in your case you are sure the revenue and invoice document always contains a single task, you could try a workaround using AA rule based on SQL statement. The logic will be to select any bill item within the invoice or revenue (either EI RDL or an Event) and read the task id of that item.
    Dina

  • CE 7.30: Boundary event for human activity

    Hi there,
    one quick question:
    I have a approve/reject WDJ screen linked to a human activity.
    To avoid having too many ExclusiveChoice gateways in my BPM, I tried to use the WDJ error event as boundary event in my BPM.
    This event is fired when the user clicks on the reject button.
    But if you do so, the user gets the following message on the screen:
    Modeled error event triggered by embedded application: Corresponding error handling started for this task
    Is that always the case when I use a boundary event in a human activity?
    If so, that's not nice for the users to see that error message after rejecting a request.
    So the only way to handle rejections in BPM properly is to use Exclusive Choice gateways?
    Thanks in advance!

    Hi Stefan,
    thanks for answering.
    I've found a simple workaround for that issue:
    In my main process I call a referenced sub-process "Approval step" which includes my human activity together with an exclusive choice gateway "Approved?".
    This gateway has two gates: "Yes" goes to normal end event, "No" goes to an error event.
    If the user rejects, the sub process runs into an error event, which can be handled in my main process as a boundary event.
    The only tricky thing is in my opinion the creation of the service interface/message trigger for that referenced sub-process.
    You have to make sure that the service interface has a fault message, so that the referenced sub-process can have a boundary event.

  • Skipping weekend in boundary event(timer)

    Hi,
    I have BPM project that contain a few human task flow for approval.  In every human task flow , I have set the boundary event (timer: interrupting event). I have set it to escalate to other project manager if the time cycle :3 days( 0 Months 3 Days 0:0:0).
    Right now, after I set this, every 3 day (include weekend) it will escalate to other project manager. Is there any way that I can do to skip the weekend? That means the calculation only calculate working days.
    I know the timer have an option to use expression. How can I use the expression to calculate working day?

    I haven't had the need yet to skip non-working days, but here's how I'd approach it.
    I would not use a boundary timer event for this escalation.  Instead, first set up a calendar using the Workspace that does not include weekends as working days.  Next, open the human task associated with the Interactive activity -> click the "Deadlines" tab -> check the checkbox in the upper right corner that says "Base Expiration on Business Calendar" -> for the "Task Durations Settings" dropdown, select "Escalate after" -> click the dropdown below it and change this to "By Expression" -> click the XPath expression builder to the right of the field -> from the dropdown under "Functions" select "BPM Functions".
    This is where it gets a bit tricky.  I'd look at the "getAbsoluteDurationFromBusinessCalendar()" method first.
    Hope this gets you going,
    Dan

  • No Boundary Event in Automated Activity

    Hello Experts,
    I am developing a BPM in PI 7.31 SP4. I want to add a boundary event in my Automated Activity but when I try to add it the pop up shows me no Options. I expected to have at least a TehcnicalError but there are no one.
    As you can see in the image here is no "package" where I can select the boundary.
    And for instance for Human activities I can select several boundary events.
    Have anyone any idea about what is happening?
    For Automated Activities:
    For Human Activities:
    Thanks

    are u expecting to catch the error if the ws call got some issue? usually your process will be stuck if ws call got some error.
    if you ws has fault message, i think you can add boundary event.
    if your bpm is new enough, you have other option
    Detecting Technical Errors in NetWeaver BPM

  • Wheres the TechnicalError Boundary event in 7.31 SP11?

    We've just upgraded to CE 7.31 SP11 and I was very keen to try the TechnicalError boundary event ( http://help.sap.com/saphelp_nw73ehp1/helpdata/en/5b/715367d7c143e5b62d5f39d48400c6/content.htm).
    I've got NWDS 7.31 SP11 pat005 and have created a new process with an automated activity which has an interface assinged. I had expected to be able to select the TechnicalError boundary event for any automated activity, but it's not there:
    Can anyone tell me how to add and configure the TechnicalError boundary event?
    Regards
    A.

    HI Modood,
    Thanks you put me on the right track.
    I had thought that because I'm creating my test dc in the Local development track of my 7.31 SP11 NWDS that I would be using SP11 .sca 's to build. That would be true if I had not re-used my workspace which i was using previously - which is usually not a problem because the actual dev track where is really develop is also updated with the new .sca's .
    Regards
    Adam 

  • Problem using Boundary Events

    Hi Forum,
    I designed a small process containing a task which has a completion time of one minute and raises a critical exception.
    I attached a boundary event to the task and connected the event to a second task.
    When starting the process I assumed that after reaching the completion time of one minute the boundary event on task one would be fired and my second task shows up in my UWL.
    But apparently that is not the case.
    The process instance always ends up being suspended.
    Am I missing something?
    Regards,
    Bastian

    Hi Bastian,
    One thing that came to my mind:
    DId you check if you really selected "CompletionDeadlineISCriticalException" in the tab "Boundary Events" of the particular task? Maybe you mixed it up with "CompletionDeadlineIsNonCriticalException", which had happened to me once before. In that case it would listen to a boundary event which will never happen and the critical boundary event remains unhandled, thus will bubble up to the default handler and finally cause the process to be suspended.
    Let me know if that helped.
    Best regards,
    Martin

  • Creating Boundary Events for Automated Activity consuming an RFC

    Hi All,
    Can somebody help me in creating the Boundary Events for an Automated activity which is consuming an RFC. I got the docs and few how to for WS Consuming Automated activity, but I couldnu2019t find anything which describes for RFC consuming Automated activity. Your help will be greatly appreciated.
    Regards,
    SrinivaS

    Hello,
    I am facing the same problem. Could you please explain the method you followed in order to solve this issue?
    Thanks in advance.

  • Keyboard - Character replacement - Keystroke Event !

    Hello ! I am developing a specialized editor using JEditorPane.
    One the functionalities that I am trying to provide is character replacement using keyboard. Meaning that if some one enters, say, 'q' then a 'z' should be printed at the point of insertion. Something like
    "This is a ebra"--> After typing 'q' on the keyboard before the beginning of the fourth word "ebra", the resulting text in the editor pane should look like "This is a zebra"; meaning here 'q' is used to type in 'z'.
    Now here is my code but I am getting both 'z' and 'q' printed i.e. the result looks like, "This is a zebraq". So my questions are,
    1) How do I get rid of the unwanted 'q'?
    2) Is there a better way of doing this kind of replacement.
    Thanks in advance!!
    public void keyTyped (KeyEvent e)
    PressedKey = e.getKeyChar();
    String strBeforeInsert = new String("");
    String strAfterInsert = new String("");
    String docString = new String("");
    try{
    int length = edit.getDocument().getLength();
    strBeforeInsert = edit.getDocument().getText(0,dot);
    System.out.println("---- strBeforeInsert " + strBeforeInsert);
    strAfterInsert = edit.getDocument().getText((dot), (length-dot));
    System.out.println("---- strAfterInsert " + strAfterInsert);     
    catch (BadLocationException ble){
    if (PressedKey == 'q')
         System.out.println(">>>>>> " + PressedKey);
         docString = strBeforeInsert.concat("z") + strAfterInsert;
         edit.setText(docString);

    I would use a DocumentListener. Check out the Swing tutorial for more information:
    http://java.sun.com/docs/books/tutorial/uiswing/events/documentlistener.html
    In the insertString(..) method when a 'q' is typed, insert a 'z' instead.

  • EVANT AA what do i write to replace the event with the data code

    hi
    i want to use event "aa for maintenance"
    i need to use selection screen to get to maintanace only with the data
    that relative to the selection.
    i wrote the event and the select code
    i wrote a program who do the select screen and call the maintanence usin sm30
    it work and get to the event but the event does not replace the code in the sup program
    thank you shlomit

    All you need is a plug adaptor, if required. Apple sells an adapter kit:
    http://store.apple.com/us/product/MB974ZM/B?fnode=MTY1NDEwMQ&mco=MTA4NDE3MDQ

  • Replace an event for an album

    Hello
    I was importing pictures I took from my iPad 2 and it created automatically  an event. I wanted to make this event an album, so I did. I created an album and passed all the new event's pictures to the album. Then I notices the event was unchanged. I don't want it there, so I dragged it to the trash. Next thing I know when I look in the new Album, the pics are gone!!! I have to recreate the event with the trashed photos to recover the albums content. How do I delete an event but keep the album's pics??
    thanks for reading!

    Photos must be in events.  Those are the basic holders of photos in iPHoto.  Albums are just virtual shoeboxes that  contain pointers back to the photos in the events which allow you to group photos from one or many events. The only real photos are in Events.  So delete it from an event and you delete it from every album, book, sideshow in the library.
    OT

Maybe you are looking for

  • How do i delete all my contatcs from my iphone

    Hi friends i got my friends I pone. I want to remove all of his conatcs and then i want to restore the backup from my Itunes backup. cd any one pls let me know how do i delete all the conatcs from this i phone, Regards Mahesh

  • BO XIR 3.1 Edge- Problem installing Fix Pack 1.1

    I am trying to install Fix Pack 1.1 for XIR3.1 Edge. The BO installation is installed on c:\businessobjects When asked for Server Instance and Service Name: SERVER INSTANCE = Server name SERVICE NAME = defaults to TomCat55 However, I get this error.

  • Idoc status 52 - How to make it green i.e. 53

    My Idoc is coming in the receiver system as yellow color - status 52. No errors are shown. My data is not there. Do I need to do something to make the status green i.e. 53? I have already specified in WE21 to post immediately. Anything I am missing?

  • Find my iPhone using Windows 7

    I just downloaded the Find my iPhone app to my Windows 7 PC.  Where did it go and how do I launch it to locate my iPhone 4?  I see the file Find iPhone 2.0.2.ipa in my Music/iTunes/iTunes Media/Mobile Applications directory but nothing happens when I

  • Advanced Settings do not stick!!!

    Why do my "Advanced" settings change or come unchecked!! It is getting quite annoying. I check the box to remove ALL emails from server "right away". days later, all of a sudden all the same emails from the morning come down AGAIN. I go to my setting