File - RFC - File without BPM  ---  Object not found in ResponseOneWayBean

I am using PI 7.1, and facing the following error in File - RFC - File without BPM
"Error: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of ResponseOneWayBean."
I am using 1 sender CC for File ( CC_LOTUSNOTES_CHALET_SND)
                  1 receiver CC for File( CC_LOTUSNOTES_CHALET_RCV_FILE)
                 1 receiver CC for RFC (CC_LOTUSNOTES_CHALET_RCV_RFC)
in the sender CC I have given Module parameter as:
Processing sequene
CallSapAdapter    Local Enterprise Bean 2
AF_Modules/ResponseOneWayBean  Local Enterprise Bean 3
AF_Modules/RequestResponseBean  Local Enterprise Bean 1
Module configuration:
1     passThrough          true
3    receiverChannel      CC_LOTUSNOTES_CHALET_RCV_FILE
3    receiverService       Bus_File
pls let me know where i am wrong

Hi
i am facing following error:
2009-12-03 09:08:17       Information        The application sent the message asynchronously using connection File_http://sap.com/xi/XI/System. Returning to application.
2009-12-03 09:08:17       Information       MP: processing local module localejbs/AF_Modules/ResponseOnewayBean
2009-12-03 09:08:17      Error                 MP: exception caught with cause java.lang.NullPointerException
2009-12-03 09:08:17      Error                 File processing failed with java.lang.NullPointerException

Similar Messages

  • File-RFC-File (without BPM)- Issue

    Hi All,
    I am working on a File-RFC-File (without BPM) scenario in PI 7.1.
    My scenario is having few problems like, its not able to delete the file from the source directory path (for which we have delete permissions) and it is an NFS system and it shows an error in the Sender file CC.
    "Error: com.sap.aii.af.service.cpa.impl.exception.CPAObjectKeyException: Value of key must not be null: ObjectId"
    But it gets processed successfully and provides a written paramter which I could see in MONI, but again doesn't write the file in the target directory. Could you please provide your inputs and let me know if I need to do any additional settings w.r.to PI7.1.
    These are the parameters which I have specified in the Sender File adapter
    Processing sequence
    AF_Modules/RequestResponseBean     Local Enterprise Bean     1
    CallSapAdapter     Local Enterprise Bean     2
    AF_Modules/ResponseOnewayBean Local Enterprise Bean     3
    Module configuration:
    1     PassThrough     true
    3     receiverChannel     <FilereceiverCCname>
    3     receiverService     <Receiver Bus System>
    Regards,
    Nithiyanandam

    Hello,
    Check out in module configuration tab for any "type error" or spell mistakes.
    Check out this thread which might be useful for you :[ File - RFC - File without a BPM - Possible from SP 19.|File - RFC - File without a BPM - Possible from SP 19.]
    regards
    Ramesh

  • Error in File-RFC-File Without BPM

    Hi,
    We are following this wiki
    [https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file(Without+BPM)]
    and we are getting Error: com.sap.aii.af.ra.ms.api.DeliveryException: Received HTTP response code 500 : Internal Server Error in sender communication channel monitoring. File is not picking. I think problem with the parameters that we have mentioned in module tab in sender communication channel as specified in the wiki. If we remove additional 2  parameters it is picking the file.
    Please help me to resolve this issue.
    Thanks.
    Jyothi Anagani.

    are you able to see the logs of file adapter?
    go to messaging system and check the details
    http://host:port/MessagingSystem/monitor/monitor.jsp
    Rajesh

  • Microsoft.WebApplication.targets 182 5 error MSB3030 Could not copy the file because it was not found

    We use Visual Studio Online and the integrated continuous integration (build server) from Microsoft. We have a solution that contains multiple projects two of which are latest MVC projects. I updated a bunch of our Nuget packages yesterday and now we are
    getting a build error one of our MVC projects. Any help is greatly appreciated as I have exhausted my resources trying to understand why the error is occurring!
    We use nuget for our external libraries, the solution and projects and set to use Nuget Restore (no packages persisted in TFS).
    We updated Angular to the latest version using Nuget updates inside of visual studio. Here an excerpt from packages.config in the project file. The first block is what was found in the packages.config before the update and the second block is after the
    update.
    <package id="Angular.UI.Bootstrap" version="0.11.0" targetFramework="net451" />
    <package id="angularjs" version="1.2.23" targetFramework="net451" />
    <package id="Angular.UI.Bootstrap" version="0.12.0" targetFramework="net451" />
    <package id="angularjs" version="1.3.8" targetFramework="net451" />
    After I noticed the build error I scheduled another build with Diagnostic level logging turned on, here is the excerpt from the build highlighting the errors
    Task "Copy" (TaskId:395)
    16:42:43.027 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-animate.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.031 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-animate.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Creating directory "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts". (TaskId:395)
    Copying file from "Scripts\angular-aria.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-aria.js". (TaskId:395)
    Copying file from "Scripts\angular-aria.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-aria.min.js". (TaskId:395)
    16:42:43.033 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-cookies.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.033 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-cookies.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-csp.css" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-loader.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-loader.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Copying file from "Scripts\angular-messages.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-messages.js". (TaskId:395)
    Copying file from "Scripts\angular-messages.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-messages.min.js". (TaskId:395)
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-mocks.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-resource.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-resource.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-route.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-route.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-sanitize.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-sanitize.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-scenario.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-touch.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-touch.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Copying file from "Scripts\bootstrap-select.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.js". (TaskId:395)
    Copying file from "Scripts\bootstrap-select.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.min.js". (TaskId:395)
    Copying file from "Scripts\bootstrap-select.js.map" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.js.map". (TaskId:395)
    I looked at the change log of my check-in and noticed that the errors occur for Angular script references that were updated. New angular references (adds in the TFS changeset) are being copied without errors. Example: angular-animate.js was edited
    in the Angular update in TFS but angular-aria.js is a new file in the package so new file in TFS. 
    Using Source Control Explorer I verified the location of the files, the new and the existing files from the Angular nuget package can all be found in the Scripts folder of the MVC project. I can also view the content of each file file without issue.
    The references in the project file (csproj) are all consistent too, I can't see any differences between the files that cause failure and those that do not. The following block is a direct copy/paste from the csproj file
    <Content Include="Scripts\angular-animate.js" />
    <Content Include="Scripts\angular-animate.min.js" />
    <Content Include="Scripts\angular-aria.js" />
    <Content Include="Scripts\angular-aria.min.js" />
    <Content Include="Scripts\angular-cookies.js" />
    <Content Include="Scripts\angular-cookies.min.js" />
    <Content Include="Scripts\angular-csp.css" />
    <Content Include="Scripts\angular-loader.js" />
    <Content Include="Scripts\angular-loader.min.js" />
    <Content Include="Scripts\angular-messages.js" />
    <Content Include="Scripts\angular-messages.min.js" />
    <Content Include="Scripts\angular-mocks.js" />
    <Content Include="Scripts\angular-resource.js" />
    <Content Include="Scripts\angular-resource.min.js" />
    <Content Include="Scripts\angular-route.js" />
    <Content Include="Scripts\angular-route.min.js" />
    <Content Include="Scripts\angular-sanitize.js" />
    <Content Include="Scripts\angular-sanitize.min.js" />
    <Content Include="Scripts\angular-scenario.js" />
    <Content Include="Scripts\angular-touch.js" />
    <Content Include="Scripts\angular-touch.min.js" />
    Is there anything I forgot to mention that would help me figure out what is going on?
    What else can I try with the exception of rolling back the changeset and re-adding the nuget package?
    Thank you very much in advance!
    -Igor
    -Igor

    Hi Igor,
    For your situation, make sure you checked in your source files after updating Angular. You can also check the whether the foders for the Angular reference are under source control in source settings tab of your build definition.
    You can also build locally using MSBuild to see if the building works fine. We have to make sure local build succeed before VSO build since TFS build use MSBuild as its default compiler. Check the links below to see if they are helpful:
    https://social.msdn.microsoft.com/Forums/en-US/f43ceb9e-f253-46e3-a496-05f8cd77f634/msb3030-could-not-copy-the-file-because-it-was-not-found-error?forum=winappswithcsharp
    https://social.msdn.microsoft.com/Forums/en-US/01a29ce7-da2a-40af-9dce-3db1f8998cc2/could-not-copy-the-file-consoleappnameexemanifest-because-it-was-not-found?forum=TFService
    Best regards, 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Syncing files constantly issue & page not found when trying to access a file on web

    Can anyone assist with syncing issue. Syncing runs all day and new files are not syncing. I can see the files in web browser (not in desktop APP) however when I try to access the files I get page not found.
    I went into archive (after reading all the forums I coudl find) and I think there are a couple of damaged files as when I tried to delete them I received an encountered 'error' and could not permanently delete.
    I need assistance to get my syncing fixed, and page not found fixed.
    Help!
    Thanks@

    There can be a number of causes for not being able to access file form web browser.  One, you might be writing to wrong directory.  Two, you might not have sufficient privileges to either write to directory or overwrite files already in that directory.  From your description, it's the latter of the two, so you need to get a hold of creative cloud support and get file/folder permissions fixed.  Good luck.

  • "Audio File "Recording#27.aif" not found" Error Message- Please HELP!

    Hi Everyone-
    I was opening a podcast today to finish editing it and I got this error message, "Audio File "Recording#27.aif" Not Found" - and, naturally, when I opened the project, half of a phone interview was missing (or, rather, it shows up as purple balloons but each one says "File Not Found" inside). This file is the audio from the interviewer (the interviewee file is totally fine, as are all others in the podcast). When I load the project it asks if I want to search for this missing file, but when I click yes it says that it can't be found.
    How can I find this file? What happened to it? Thank you for any ideas, suggestions, etc. For reference, I'm using GarageBand 3.0.4 on a MacBook Intel Core Duo 2Ghz and Mac OS X 10.4.11

    no, GB wouldn't delete anything on it's own. it only deletes files for which you've deleted the entire region from the timeline and then saved
    if the file is not within the projects, i'm afraid it's gone, and i can't think of any way that could happen by itself B-(>
    Well i guess I should warn others that copying and pasting is very dangerous stuff! I had two podcasts- in podcast #1 GB saved the interview file as "Recording#27.aif" and in podcast #2 GB saved a little intro clip under the same name. When I pasted the intro clip from podcast #2 into podcast #1 my interview disappeared. I didn't delete it- I was never asked about it, I didn't delete the region from the timeline, etc. I have to assume that since they had the same name, GB thought I no longer needed the "Recording#27" from podcast #1 and now I can't find it anywhere! If anyone has any suggestions as to how I could find this file I would be very appreciative.

  • Audio file "Recording#01.aif" not found.

    I recorded some guitar into garage band and then copied it into a new document and deleted the tracks from he original one. Now when I open the garage band file with the copied guitar tracks, it displays a message saying "Audio file “Recording#01.aif” not found."
    Is there a way to find these sound files again, so that I can hear and edit them again?
    Any help would be appreciated.
    Thanks,
    Steve

    steve_sjbc wrote:
    copied it into a new document and deleted the tracks from he original one.
    http://www.bulletsandbones.com/GB/GBFAQ.html#saveasarchive
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    Is there a way to find these sound files again
    if you saved the original file, i'm afraid they are gone for good.

  • Audio file 'recording#10.aif' not found (message)

    When I try to open any garageband files that contain real instrument recordings(purple recordings) I recieve a message saying "Audio file 'recording#10.aif' not found, or any other recording number... When the computer prompts me to search i tell it to, and then it comes up with the message "16 invalid region(s) changed!"
    I have found the original recordings in the finder and have tryed putting them in the garage band folder...
    Is the problem that the recording files have maybe changed location in the finder? If so, where does garageband send the files after they are recorded so that I can return them to there original locations?
    Thanks a lot guys.

    I once spent three days (long days) trying to track down and beat an "invalid region" problem, I finally had to admit defeat, nothing I tried could solve it.
    where does garageband send the files after they are recorded
    They are stored within the project you create. There are no scratch files.
    ~~HangTime [Will Compute for Food] B-(>

  • "Unable to view this file because Acrobat was not found."

    I Downloaded Adobe Creative Suite 6.  I created an Interactive PDF Form and then tried to export the form to PDF. I get the following error.  "Unable to view this file because Acrobat was not found."
    What do i need to do to get this to work?

    In the Export dialog, try turning off the box that says View PDF after Exporting. It may be on by default.

  • Error: License File Exception (check the log file for details): ENT_PE_NODE not found in datastore

    Hi;
    i have install 2 MCS 7816 (publisher and suscriber) with call manager version 6.1, i have load the files licenses for the publisher and the phones, but when i load the file license for the suscriber in publisher server i had the error messeage :
    Error : License File Exception (check the log file for details): ENT_PE_NODE not found in datastore
    what s the solution.
    Thanks for your help

    Hello,
    I seen this issue before, all you have to do is Contact Cisco Licensing team. In order to generate new licenses for your server.
    Thanks,

  • Configuration file jdbcpds.conf is not found.

    Hi,
    My problem is: Configuration file jdbcpds.conf is not found
    When: I've this problem when I try to run a report with rwrun. The file is in the reports/conf folder. We try execute this reports at the client side.
    I think that reports doesn't find the conf files because folder's name have changed. In wich configuration files/registry/env. path i can put the access to the reports/conf folder?
    Under 10g
    Thx very much

    I've found my problem
    in ORACLE_HOME\cauprefs.ora I've to add this line
    Reports.PluggableDataSourceFactories = "oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory"
    in ORACLE_HOME\reports\conf\rwbuilder.conf I've to add this line
    <pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
    that it!

  • Linking simpserv on AIX xlC Compiler: input file BS-830086.c not found

    Hello Tuxedo Experts,
    I am trying to link (compiled successfully) the simpserv taken from Tuxedo samples and getting the following error:
    ==============================
    /usr/vacpp/bin/xlC: 1501-228 (W) input file BS-830086.c not found
    ==============================
    Please note, I am not using the usual command (buildserver -o simpserv -f simpserv.c -s TOUPPER) as it implicitly tries to use cc compiler. I am on AIX 6.1 and have to use xlC compiler. I used the command that ran behind buildserver command, that is:
    /usr/vacpp/bin/xlC -brtl -qstaticinline -qrtti=all -I$TUXDIR/include -o simpserv BS-830086.c -L${TUXDIR}/lib simpserv.c -brtl -qstaticinline -ltux -lbuft -lfml -lfml32 -lengine -lpthread
    Would you please help me in resolving this error.
    Thanks & Regards,
    Ahsan Asghar

    Hi Ahsan,
    If you check the documentation for the buildserver command (as well as one of my posts) you'll see that you can define the CC environment variable to point to whatever C compiler you want buildserver to use. So in your case you should do:
    export CC=/usr/vacpp/bin/xlC
    before trying to use buildserver and then it should use the xlC compiler.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • I downloaded a GarageBand Lesson and got the following: Audio file "Centerfield_INST_v7.6.aif" not found!

    Downloaded a lesson and got this: Audio file “Centerfield_INST_v7.6.aif” not found!

    Hi Marzobancos,
    Welcome to the Apple Support Communities!
    I understand that you are running into issues downloading a lesson in GarageBand. In this situation, to begin troubleshooting, I would suggest working through the steps in the attached article. Please let me know if the issue remains after working through the steps.
    GarageBand: Re-downloading Learn to Play Artist Lessons - Apple Support
    Best regards,
    Joe

  • Audio file "Bass#14.aif" not found!

    Hey Logicians-
    I've misplaced my root audio files. I've tried using this phrase (Audio file “Bass#14.aif” not found!) and several derivatives thereof in the finder while highlighting my hard drive (complete search right?), but found nothing...same deal in time machine. Are they gone?
    When I re-opened the first project to do some mastering, I selected "search" and the audio files were found. With the other projects I was not so lucky. All I see are empty audio regions.
    Thanks-
    J

    Nothing in the "trash can." I downloaded EasyFind and scanned both my hard drive and the time machine hard drive for the first missing audio file that pops up when I try to open "Hide Your Love..." The file is "keys#12.aif" Easy find came up with about 20 keys_12.aif all referencing my old Cubase days. I did note that it only took a few seconds to search my hard drive (which includes my user profile correct?) but a good 10 minutes to search Time Machine. I've only been using this machine for about 7 months, and obviously haven't done much work, otherwise the search through the main hard drive should take longer huh? I wish I at least understood what happened. An accidental deleting is tough to believe since I did 2 versions of each song for the group, renaming each version and saving. I would have had to ignore some serious alerts to not have saved those tracks, furthermore, the audio regions exist...which came from something.
    Fortunately it was not Keith Jarrett's final concert. Unfortunately, I may need to sit through the recording.....again.
    Do unexplainable things ever happen computerwise?
    Thank you Gents-
    josh

  • How To Unravel files in project area not found

    I create 9 Premiere projects, each under a root directory (proj/p1;proj/p2;proj/p3;etc.).
    As I was working on my videos I was capturing screen shots of the video and using them on different layers.  that is, I would be in proj/p2 and I woud capture screen shots to proj/p2/assets.  The problem is that sometimes I would forget to change the capture directory and I would be in proj/p3 and I'd capture the image to proj/p2.  I did that a lot.
    So, I changed to a different computer that had a different real path to proj and now, all the images I did the "cross capture" incorrectly don't show up.  When I try to do a "reattach" the file that is showing not found, it does not actually attach it.  I have to re-add it to my project and surgically replace the new file on the time line (very painful and slow).
    Any suggestions on how to do this faster? (or am I not being clear)
    thanks

    Nope.
    The moral of the story...don't move things around.

Maybe you are looking for

  • How to add second A/P Down Payment or A/P Reserve Invocie

    Hi A/P with following terms: - 30% Down Payment after issuing PO - 70% Payment before shipping For the 30% DPM an A/P Down Payment Invoice is posted, and later paid - no issues so far. Now, before scheduled shipping the rest of 70% is due. The correc

  • CUSTOM REPORT

    i have a custom report made for UK, now i want to maintain that same report for US with some fields to be hided. where should i maintain this?

  • Can I use my creative cloud on my laptop as well as my desktop PC?

    Will my subscription be accessible on my laptop as well as my main computer?  It would be helpful to have that option when traveling.

  • Creating A Word Like Table in a Smartform

    I am trying to display a text table on a smart orm. I know you can pull in an existing table to display on a smartform but this is not what i need. Is there a way i can create a table display(grid format) and just enter in the text i need, i.e like c

  • IPhoto & Photoshop CS3 extended

    Hello everyone, I have a question related to Photoshop, I figured this would be a good place to find an answer. In photoshop CS3 extended, using the magnetic lasso to extract part of an image, after I extract the image, how do I put it somewhere else