BPM 11G comments and file attachments issue on human tasks

Hi all,
We have used JDeveloper 11G and SOA suite 11G + BPM (with PS1,PS2) to create and deploy a simple BPM process. The process consists of two swim-lanes ( Business Analyst and Snr Executive). The BA swim-lane has a human task which which initiates the process and the second swim-lane (SE) has a voting task. Both forms were auto generated.
------ Process steps ----
step 1. The initiator of the process( Business analyst) submits a document and adds comments on the form. (1st swim lane)
step 2. The task is received by the Snr Executive group and they need to accept or reject the document.
step 3. If any of the Snr Execs rejects the document, the process flow goes back to the Business analyst(the requester or initiator) for review.
(the voting group is able to share comments and the file attachments).
step 4. The business analyst receives a task on her list. This task list should have the comments made by the Snr Execs who rejected the document. ---This is where we are having a problem. The business Analyst, receives the task, but the document and comments are not updated. This still shows the original document and comments, she sent when initiating the process.
We have opened a SR with My Oracle support and it was suggested we apply a hot fix 9958661, which was done (see output below). Unfortunately this did not solve the problem.
Questions:
1. Is the default behavior of BPM 11G ?
2. How can we change this behavior to do what we want ?
---------------------------------------opatch update output -----------------------------------------------------------
ApplySession adding interim patch '9958661' to inventory
Verifying the update...
Inventory check OK: Patch ID 9958661 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 9958661 are present in Oracle Home.
The local system has been patched and can be restarted
I any suggestions would be welcome.
Thanks
Mocheche

Ok, this is what i did:
- I have a Process Data Object called CustomComments with just 1 attribute called comments.
- I have added that object to my user screens (adf page)
- Changed its columns att to 65 and rows to 8 (i chose that layout)
- Used a tableLayout to add an icon next to this text area to allow the user to add comments:
<af:commandImageLink shortDesc="addCommentImage" id="addCommentImage" partialSubmit="true" icon="/hw_images/new_ena.png">
     <af:clientListener method="myFunction" type="click"/>
     <af:clientAttribute name="attributeName" value="attributeValue"/>
</af:commandImageLink>
I use that clientAttribute to send the logged user to the javascipt.
- I added this after the af:document on top of the page to make the customComments readonly to the user (you need to do it here because if you set it in the properties the element is not updated later), so the user has to use the button i put to add comments:
<f:facet name="metaContainer">
     <f:facet name="metaContainer">
     <af:resource type="javascript">
          function readOnly(){
               var comms = document.getElementById("it1::content");
               comms.setAttribute("readOnly","true")
     </af:resource>
</f:facet>
<af:clientListener method="readOnly" type="load"/>
- Somewhere i added the javascript the commandLink calls:
<trh:script id="myScripts">
     function addComment(evt){
          var commentArea = document.getElementById("it1::content");
var user = evt.getSource().getProperty("user");
var comm = prompt("Please enter your comment: ","");
          if (comm != null) {
               if (comm != ""){
                    if (commentArea.value !=""){commentArea.value = commentArea.value + "\n"}
                    commentArea.value = commentArea.value + "user.value" + " : " + comm;
</trh:script>
After all this, you have an object that carries the comments from one screen (UI project) to another and is updated each time.
I know it may not be the perfect solution and that it could be improved a lot, but so far it does what i need so i use it.
If there is anything i wasnt clear enough, please let me know. Hope this helps.

Similar Messages

  • Workflow API: adding and accessing file Attachments to a Human Task

    Hi there,
    I am using the Workflow Services Java API (11.1.1) for SOA Suite to access and manipulate human tasks. I would like to be able to access and add file attachments to existing human tasks. I am using the methods provided in the AttachmentType interface.
    When adding an attachment, the problem I am running into is that an attachment does created and associated with the task, however it is empty and has no content. I have attempted both setting the input stream of the attachment, as well as the content string and in each case have had no success.
    I have successfully added and accessed an attachment using the worklist application, however when trying to access the content of this attachment through code I receive an object with mostly null/0 values throughout, apart from the attachment name.
    As the API's are not overly rich in documentation I may well be using them incorrectly. I would really appreciate any help/suggestions/alternatives in dealing with BPEL task attachments.
    Thanks
    The code I am using resembles:
    List attachments = taskWithAttachments.getAttachment();
    for(Object o : attachments){
    AttachmentType a = (AttachmentType) o;
    String content = a.getContent(); +// NULL+
    InputStream str = a.getInputStream(); +// NULL+
    String name = a.getName(); +// Has the attachment name+
    String mime = a.getMimeType(); +// Has the mime type+
    long size = a.getSize(); +// 0+
    Edited by: 855489 on May 2, 2011 4:23 PM
    Edited by: 855489 on May 2, 2011 8:48 PM

    I am also facing the same issue, using 11.1.1.6, anyone managed to solve this?
    Regards
    Venkat

  • BPM 11g install and configuration with Webcenter

    Hi,
    I am new to this BPM so need some help in installation. Where can I download the latest version of BPM 11g and for installating it what steps do I need to follow. Also I need to integrate Webcenter also so for webcenter integration what do I need to install and configure with BPM 11g.
    Do I need to install webcenter full suite for integration with BPM and if so can I install both BPM and webcenter in one home iteself. Where can I find some documentation arround installing BPM and configuring with Webcenter.
    Thanks

    Hi,
    Need some info on the install I have to install both SOA BPM 11g 11.1.1.3 and Webcenter 11.1.1.3 on the same box. I have installed the SOA BPM 11.1.1.3 but wanted to find out what is the best option of installing Webcenter 11.1.1.3 as I need to integrat SOA BPM 11g 11.1.1.3 and Webcenter 11.1.1.3. Here is what I think are the options but don't know which one should I go for or is there any other option but the fact is I need to install both on the same box.
    *1. Should I install Webcenter in a separate HOME in doing so I will end up installing weblogic again and then install webcenter. Will endup having two ORACLE HOMES one for SOA BPM and one for Webcenter.*
    *2. OR should I install Webcenter in the same home as SOA BPM and create a new domain in doing so what happens to some of the components that are installed when installing SOA BPM.*
    *3. OR should I just extend the SOA BPM Domain and have both SOA BPM and Webcenter installed in the same domain. I believe this will only add the webcenter components but don't know if there are any issues.*
    And help is really appreciated..
    Thanks

  • Security and file attachments

    I've got a form with some scripted buttons for attaching files.
    When I set security settings on the form my buttons stop working and I get the following error:
    NotAllowedError: Security settings prevent access to this property or method.
    The security settings I'm trying to use are:
    Restrict Editing:
    Printing Allowed - high resolution,
    Changes Allowed - Filling in form fields and signing...
    Enable text access for screen reader...
    I've tried setting security in Designer and in Acrobat but not having any luck. Is this able to be done?
    The file will also be run through Reader Extensions - I've tried this as well with setting  "Embedded file attachments" turned on but no luck.

    It looks really good! I particularly like the last click to agree that highlights null mandatory fields - neat - JB influence. I like the colour scheme, but if it was me I would colour the buttons separately. A green tinge for positive action "attach file", "add milestone" and a red tingle for negative action "delete milestone".
    Yeah, having fun with John's script objects.
    I've started colouring the +/- buttons on other forms, I think it works quite well as well. Definitely want to get into using more colour for feedback. We're trying to get into using more colour in general with some of the old print forms we're converting. I kind of like using coloured backgrounds with white fields.
    Also just a few points (I hope you don't mind). I would underline Program Guide and have an invisible button over it with the full url for the guide. That way people don't land on the home page an have to find it. The url is probably too long to have written out on the form. I think some tooltips would help guide the user through the form (particurarly some of the technical stuff) and this would also get rid of the object names. It is personal preference but Caroline Jarrett's book "Forms That Work" would shy away from all caps.
    Good idea on the url - I'd meant to do something with that but nobody seemed to notice. They opted for supplying a guide vs tooltips and/or popup help...I'd meant to run through it and nuke the field name tooltips but didn't get time - ah well.
    We just got that book but I haven't had a chance to read it yet.
    Maybe the script could count the number of attachments and if the min. is not present, also throw up an alert.
    Good idea - I was trying to figure out the best way to check for the file attachments, but they decided there was the possibility that people might supply some information under separate cover - same reason we didn't make the expanding tables scripted mandatory, in case they left an extra row in or something.
    I wish I had another week to work on it but it's live now!

  • Character Encoding and File Encoding issue

    Hi,
    I have a file which has a data encoded using default locale.
    I start jvm in same default locale and try to red the file.
    I took 2 approaches :
    1. Read the file using InputStreamReader() without specifying the encoding, so that default one based on locale will be picked up.
    -- This apprach worked fine.
    -- I also printed system property "file.encoding" which matched with current locales encoding (on unix cooand to get this is "locale charmap").
    2. In this approach, I read the file using InputStream as an array of raw bytes, and passed it to String contructor to convert bytes to String.
    -- The String contained garbled data, meaning encoding failed.
    I tried printing encoding used by JVM using internal class, and "file.encoding" property as well.
    These 2 values do not match, there is weird difference.
    For e.g. for locale ja_JP.eucjp on linux box :
    byte-character uses EUC_JP_LINUX encoding
    file.encoding system property is EUC-JP-LINUX
    To get byte to character encoding, I used following methods (sun.io.*):
    ByteToCharConverter btc = ByteToCharConverter.getDefault();
    System.out.println("BTC uses " + btc.getCharacterEncoding());
    Do you have any idea why is it failing ?
    My understanding was, file encoding and character encoding should always be same by default.
    But, because of this behaviour, I am little perplexed.

    But there's no character encoding set for this operation:baos.write("���".getBytes());

  • "Reassign" and "Adhoc Route" Actions in human tasks

    Has anyone run into oddities when using either the "Reassign" or "Adhoc Route" actions from within a task in the BPM workspace?
    When I try to re-assign to a different participant, it seems the assignment gets lost altogether. The task history section on the task form shows the particpant went from the user I was logged in as and performed the reassign action to a "blank" participant on the next row. The Action column next to the blank participant shows "System Update" and the updated by column shows the participant from the previous row.
    When I attempt to Adhoc Route, I select the participant to send to (via the search and moving them from the LHS to RHS of the shuttle widget) and add my comment - but when I click OK it doesn't go anywhere. The screen updates and the task history shows a new row indicating a comment was added, but not the adhoc routing assignment. It just stays in the current assignment as if nothing changed except the comment.

    It also seems that the "Edit Routing Slip" option isn't functioning properly. If you go into a human task and click the "edit" pencil next to the "Task will go from starting to final participant" and check "Allow participants to edit new participants" then when you view the task within workspace the routing slip within the "History" section will appear with buttons to add/remove/edit rows in addition to an "Apply" and "Reset" button. However the add/remove/edit icons are always disabled. I tried with a participant within the routing slip, the Process Owner as well as an administrative user, but the results were the same. Am I doing this incorrectly?
    Are these bugs or have these features not yet been implemented?

  • BPM - two FORKS and a Transformation issue

    my scenario is File - BPM - Proxy
    input file has multiple records and each record has 1 field that we put a validation logic in.  There will be one message created for each record, so this is a 1:N Integration Process
    I used two Forks:
    Fork #2 has two branches: Branch 1 --> Transformation Step 3;     Branch 2 ---> Fork #1.
    Validation#1 = if the validation field has null value then it will go to Transformation Step3 along Fork#2 (end receiver is Proxy-C)
    validation#2 = if the field has value then it will go inside Fork#1 which has 2 branches: Transformation Step 1 (goes to Proxy-A) and Transformation Step 2 (goes to Proxy-B)
    I am testing a file with only the null value, so I am doing validation#1 only.
    I can see the message in BPE engine  (Outbound status = Processed successfully) but the message is stucked in the BPE
    I checked on the workflow log and here is what i see:
    1) Transformation Step 3 is executed (all mapping steps 1-4 completed so this is successful)
    2) Transformation Step 2 is executed (but mapping encounters an exception so this is not successful)
    3) Transformation Step 1 is not executed already because of the exception, and therefore Send Alert is triggered.
    It seems that all records of the file passes through all the branches, which is not intended.
    My intention is that when the validation field has null value that record will only pass thru Transformation Step 3,   if it is not null then record will pass thru Transformation Step 2 & 1.
    I already created a mapping for this validation, and when I test the Interface Mapping for Transformation Step 3 (consisting of 4 mapping steps) using an actual payload  it is successfuly generating the message.  - so no problem in this Interface Mapping.
    But on Runtime, BPM triggers exception due to validation#2 failing which again is because all records of file seem to pass on both Forks.  I want that when Validation#1 is true that specific record only passes in Fork#2   and not in Fork#1 also.
    I am using ParForEach.
    Can you kindly advise how to correct this issue?

    that was a very detailed explanation!
    But on Runtime, BPM triggers exception due to validation#2 failing which again is because all records of file seem to
    pass on both Forks. I want that when Validation#1 is true that specific record only passes in Fork#2 and not in Fork#1 also
    problem with your design...Fork seems to be working fine....you need to have a Switch block which will perform the validation and then route the message accordingly.
    I already created a mapping for this validation, and when I test the Interface Mapping for Transformation Step 3
    (consisting of 4 mapping steps) using an actual payload it is successfuly generating the message. - so no problem in this
    Interface Mapping.
    Mapping success does not mean that the BPM processing will be success.

  • Recently I have not been able to post comments and other related issues.

    On some websites like Reddit.com I am usually no longer able to post in comment boxes. I can type my comment in the box, but hitting save clears the box and no comment is posted (oddly, i noticed that the comment ends up at the end of the url).
    Or use the cursor to click on up and down vote arrows. When I mouse over the arrow, it changes to a hand with pointed finger, but clicking the link does nothing.
    Or post photos.
    Normally I use Firefox 29.0.1 (which I have been using a long time and do not want to change). But the problems I mention here apply to both browsers, depending... on other things I cannot control or figure out. But at the moment, I can use links for comments etc. on IE8 (cannot update), but not on FF.
    I've asked Reddit help but so far nobody has replied (r/bugs and r/help).

    Sounds that you are blocking JavaScript.
    Do you have security software that might be blocking JavaScript?
    Just to be sure: Java and JavaScript are different languages.
    To avoid confusion, see:
    *http://kb.mozillazine.org/JavaScript_is_not_Java
    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/
    Do a clean reinstall and delete the Firefox program folder before (re)installing a fresh copy of the current Firefox release.
    *Download the full Firefox installer and save the file to the desktop<br>https://www.mozilla.org/en-US/firefox/all.html
    If possible uninstall your current Firefox version to cleanup the Windows registry and settings in security software.
    *Do NOT remove "personal data" when you uninstall your current Firefox version, because this will remove all profile folders and you lose personal data like bookmarks and passwords including data in profiles created by other Firefox versions.
    Remove the Firefox program folder before installing that newly downloaded copy of the Firefox installer.
    *(32 bit Windows) "C:\Program Files\Mozilla Firefox\"
    *(64 bit Windows) "C:\Program Files (x86)\Mozilla Firefox\"
    *It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    *http://kb.mozillazine.org/Uninstalling_Firefox
    Your bookmarks and other personal data are stored in the Firefox profile folder and won't be affected by an uninstall and (re)install, but make sure NOT to remove personal data when you uninstall Firefox as that will remove all Firefox profile folders and you lose your personal data.
    If you keep having problems then also create a new profile.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    *http://kb.mozillazine.org/Profile_backup
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Mod_osso folder protection and file download issue

    We are using 10.1.2.2 AS with SSO. I have a directory under the htdocs directory that I have specified to be protected via SSO. This part works fine.
    I have a protected directory of log files which works fine. Even a log file of 54M downloads fine.
    I have a protected DOCS folder that contains
    1 .doc file 4.9M,
    1 .doc file 78K
    1 .pdf file 2.1M
    After the user logs in via SSO, they can download the .pdf and the small .doc file, but the large .doc file gives the following error message:
    Internet Explorer cannot download largefile.doc from localhost
    Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later.
    This has also happened to me in the past with large .zip files.

    Hi!
    I had wondered whether it was the websites issue: i've since managed to get the application-my friend downloaded it onto his phone over the internet and Bluetoothed it to me, so i've got it anyway. Just a bit strange, as i transfereed the file to my Mac and it decompressed into a folder again...
    Oh well-i'm not into fiddling around so it can stay as it is! Thanks for the reply!

  • Deploying bpm 11g project sar file using ant task

    I am trying to deploy the bpm project using ant task file. The status I get is [deployComposite] ---->Deploying composite success. However when I check the deployments, they are not there. If I try to deploy this using Jdeveloper it works correctly. I need to get this to work for production deployments. Any suggestions?
    C:\Oracle\Middleware\Oracle_SOA1\bin>ant -f ant-sca-deploy.xml -DserverURL=http:
    //10.140.183.71:7001 -DsarLocation=N:\RuleBasedProjectInitiate\deploy\RequestPro
    ject.ear -Doverwrite=true -Duser=weblogic
    Buildfile: C:\Oracle\Middleware\Oracle_SOA1\bin\ant-sca-deploy.xml
    [echo] oracle.home = C:\Oracle\Middleware\Oracle_SOA1\bin/..
    deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [deployComposite] created temp dir =C:\DOCUME~1\azeltov\LOCALS~1\Temp\deploy_cli
    ent_1279894885343
    [deployComposite] Creating HTTP connection to host:10.140.183.71, port:7001
    [deployComposite] Enter username and password for realm 'default' on host 10.140
    .183.71:7001
    [deployComposite] Authentication Scheme: Basic
    [deployComposite] Username:
    weblogic
    [deployComposite] Password:
    [deployComposite] Received HTTP response from the server, response code=200
    [deployComposite] clean up temp dir: C:\DOCUME~1\azeltov\LOCALS~1\Temp\deploy_cl
    ient_1279894885343
    [deployComposite] ---->Deploying composite success.
    BUILD SUCCESSFUL
    Total time: 4 seconds
    C:\Oracle\Middleware\Oracle_SOA1\bin>

    You can always deploy the ADF web apps from the Application (top menu) deploy option. Just make sure you're deploying the EAR profile for the project. Deploying the web projects from the composite deployment wizard can be convenient. But I think it's often the case that you deploy them (the composite and forms) separately (e.g. you make a series of changes to the composite without needed to redeploy the UI projects).
    Bottom line is you don't have to delete the projects to be able to modify/deploy them.

  • Base64Binary OSB and File Adapter Issue

    Hi all,
    I am converting an xml to flat file after that i want to write the flatfile to a file using File Adapter in OSB.
    So using java callout we converted the binary content to base64 string and we are able to write the data using file adapter .
    But the file contains as extra line in between each line which my legacy system wont accept.
    I printed the base64 string in the output file and when i decode that file using the website as safe decode as text i am able to get the correct file.
    So where is the problem ? File Adapter ? Why i am getting extrace line in between each line . How to write safely using file adapter.
    If i use file transport of OSB i am able to write without any issues but i want to write dynamic location so i am looking for file transport of OSB.
    Thanks
    Phani

    Hi Anju,
    Thanks for the response . If i decode the base64 binary data using this website if i use Notepad++ i cant see an extra line in the notepad++ it showing as below
    Its a fixed length file 1 to 513 then next line so for the file transport it showing as below
    ISA ............................
    1 to 513 CRLF
    For file adapter it is showing as below in the same notepad++ editor
    ISA..........................
    1 to 513 CR
    CRLF
    an extra CR so an extra line .
    I used MFL and converted the xml to non-xml ( flat file fixed length file) for file transport i am i created another proxy message type Text .It is working fine
    Added to the above problem i have another few questions on the file transport
    How can append to an exiting file using File transport ?
    How to change the File directory dynamically ?

  • Lumia 520 and File explorer issues.

    Hi I have just bought lumia 520 and I am trying to trasnfer files using file explorer on windows XP.
    Thing is when I connect my phone via data cable, a folder appears named "lumia 520 #2". But when I open it, it doesn't show anything in it. No folders. And when I try to copy paste any file, the paste option doesn't appear. When I try to drag a file, it doesn't copy.
    When i click on the folder and go into properties it only shows camera options.
    I can't think what's the issue here.
    Please reply soon, it will be really helpful. Thanks

    You are using Xp SP3 and Windows Media Player 10 or later?
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Exporting to Media Encoder and file locating issue

    Ok, Now I've read a LOT of threads trying to find a solution to this but none of them have answered my problem exactly, so here's what I have:
    Running a New computer with a clean install of Windows 7 64 bit and Adobe CS4 Master Suite
    Hardware:
    Dell Precision M6400
    Intel(R) Core(TM)2 Duo CPU  T9900 @ 3.06 Ghz, 3.07 Ghz
    12.0 GB Ram
    Premiere ran fine for a while, but soon I've run into a problem where I try to export to the Media Encoder and I keep getting the error:
    "Could not read from the source. Please check if it has moved or been deleted"  over and over
    I have deleted recently imported media one at a time to try and locate what's causing it since it wasn't doing this before, but no luck.  So I restarted the program but now the Premiere project won't open.  The task bar loads until about 2/3 in and stops there indefinitely, I've left and came back to it 2 hours later and it hadn't moved.  I back tracked and found a previous save that will open, but it still will not export, it still says "Could not read from the source. Please check if it has moved or been deleted".  And as soon as I update anything and save a new file that one will not open either.
    I've tried recompressing each video file into a format I know works well with Premiere but still no difference. 
    This problem has plagued my workflow for a while now and I can't take it anymore.  I've had to restart clean project files to try to work around it but I lose so much progress, and the work around by rendering the premiere file through After effects hasn't worked either.  The error I get there says "Dynamic link server is busy".
    Here's what the problem is not:  It is not because I uninstalled CS3 or any other previous version, I've never had it on this computer.  It's not a plugin problem, I don't have any plugins on this install except for the default ones that Came with Adobe Master Suite for Premiere Pro. 
    Someone please help me, this is ridiculous that I have had to trouble shoot the program this much.  Both CS4 and Windows 7 have been around for over a year now and neither are in Beta Editions

    Wow, sorry, forgive me if I've seen most forums work with a lot less, and your dismissiveness led me to assume you hadn't read my post.
    All of this is new and up do date as far as Adobe and Windows updates go, that's Version 4.2.1.
    My projects for this are all in NTSC Widescreen DV 24P, the particular sequence that I render from is in that format as well, although regardless of which one I use the problem keeps occurring. 
    My renders for my recent purposes have been compressed in .h264, IPOD video Large.  The codec I'm rendering in also doesn't seem to matter, because I've tried this in .avi., .mov, .h264, .wav, etc. and all with various settings that I thought might help, but the encoder quits encoding 4 seconds in and gives me the error that it can't find the media.
    And I didn't mention the media type and what not because it seems irrelevent of what I use this problem keeps happening.  I'm pretty sure it's a problem with the project file or perhaps the media encoder or both.
    And I don't know what you mean by "disks"
    Do I have a Raid set up on my hard disk?  No, I have two 0.5 TB hard drives, Programs on one (C:\) Projects on the other (D:\). 
    What address am I saving the scratch disks to?  I use the default of "same as Project".  Have I tried Clearing it?  Yes.
    I don't think I'm getting at what you're asking.
    And I don't think I've ever used an .xlsm (which is excel?) file and I've definitely never used a Power point project (PPS?) file in my projects.  And they open in their respective programs, although I'm not sure why you asked about that.  Again I'm not sure I know what you mean.
    The Premiere Project (.prproj) file is what I'm trying to open when the progress bar stops at 2/3 the way through and forces me to terminate the process with the task manager to close it.
    It would help to mention that all my projects are animated and I use premiere to cobble them together, so no problems that relate to transferring media from a camera to the computer would apply here.  Most of the files I get out of Maya are in Default .avi or .mov files, and I also use a handful of .wav files for the dialogue and .jpgs for cards and placeholders. 
    I believe that this problem began when I updated a few of the files in my project, but I've been doing that for weeks without incident.  I've been updating them by saving over the old media file with the updated one of the same name, length, and type. 
    I don't work exclusively with Premiere, in fact it's not what I usually use, that would be Final Cut Pro.

  • Download backups and file numbering issue

    A while back I lost a lot of stuff when a backup went wrong.
    I have been slowly trying to sort out the catalogues which has often meant importing stuff from the downloads backups.
    Anyway what seems to exist and is making life hard is that there are 2 different file numbers for the same picture. So it may have originally be IMG_1033.jpg but the same picture in the downloads back ups might be IMG_ 2355.jpg
    While I know I did a lot of things wrong I am more interested right now in trying to tidy things up and get the library and backups matching so that I know I don't have dups and I do have all the originals I was able to recover.
    Is there anyway to do this.
    Cheers
    LR2 OSx 10.5.8

    So it may have originally be IMG_1033.jpg but the same picture in the downloads back ups might be IMG_ 2355.jpg
    How come that happened? As far as I know, Lightroom renames both files when you rename and backup on import.
    Did you renamed the files in Library module after importing? If yes, you can use Rename in Lightroom to restore the original filenames. If no, there's nothing Lightroom can do about it. You need a good third party program to help find image duplicates among files with different file names.

  • BPM 11g - Making comments visible to all interactive activities in process

    Does anyone know of a way to make comments from one interactive activity visible in a subsequent interactive activity within the same process?
    We need this visibility since there are multiple human tasks in the process and the comments are relevant to the instance as a whole as it travels through the process.
    I've attempted to create a process data object of type "TaskExecutionData" and use that to map the comments in and out of the data associations for the interactive activities, but ran into bpel faults. The first attempt just used simple data association mappings for the execData.userComment collection (array) - but that results in assignment errors at runtime if there are no comments present. Having seen these errors before and having resolved them using a XSL transformation, I tried that route as well to map the userComment collection using a for-each construct - however that attempt resulted in a different bpel fault at runtime referring to duplicate definitions of the same type or something to that effect.
    Any ideas?

    Yes, but this is in version 11g, not 10g or 6. The human tasks use the ADF task flows, as is standard practice in 11g.
    I've attempted mapping the userComment array from the task's execData to process variables, but that effort resulted in bpel faults at runtime.
    I managed a roundabout way (i.e. a hack) to get the comments into the new task from the previous one using the human workflow services API in a managed bean of the task flow, but I'm having difficulty getting the comment iterator of the data control to update and pull in the comments.

Maybe you are looking for

  • Computer reboots as soon as I connect my iPod to USB 2.0

    Here are my specs: - I have the new iPod 60 GigaByte hardrive version. - Operating System on my PC: Windows XP - CPU: AMD Athalon XP 1.8 gHz - My PC is several years old and has four built-in USB 1.1 slots. My iPod works on all of these USB 1.1 ports

  • XSCF and the hung SSH process

    We have XSCF on a host, configured for SSH. Solaris 10 (5.10) M3000 A few days ago we went to login ... $ ssh admin@[redacted] ssh_exchange_identification: Connection closed by remote host $ Seems ... SSH is hung on the device? It is open ... $ nmap

  • Programs crash when I try to Print - Please Help

    Everytime I try to print something. The program crashes. I tried repairing permissions, but it didn't help. Here is the error log: Date/Time: 2005-11-25 10:04:34.322 -0600 OS Version: 10.4.3 (Build 8F46) Report Version: 3 Command: Preview Path: /Appl

  • How do I keep the new tab page thumbnails visible even after deleting my browser history?

    Every time I delete my browser history, I notice thumbnails of my pinned sites on the new tab page disappear. Is there a way around that; or something that can be done so it doesn't occur in future versions of Firefox?

  • Bridge CS4 with very large image archves

    I have just catalogued 420,000 images from 3TB of my photographic collection. For those interested, the master cache files became quite large and took about 9 days of continuous processing: cache size: 140 gb file count: 991,000 folder count: 3000 Al