Referencing a PR

Hi all!
   Can i create a subcontracting scheduling agreement (Item category - L) with reference to an ordinary NB Purchase requisition  (Item category - Standard). I have created a separate document type for subcontracting scheduling agreement(Ex. ZLPS) and i gave the allowed item category as L Subcontracting
and gave the link PR- Doc. type as below..
PR - Reference docu                   Purch. Docu
NB  - ___ (Std.)                              L
But still i am getting error while creating the subcontracting scheduling agreement by referencing a standard PR. Error is given below..
Doc. type/item cat. NB/ (requisition) <-> ZLPS/ (purch. order)
Message no. 06054
Diagnosis
Purchase requisitions of document_type NB or item category  may not be assigned to purchase orders of document type ZLPS or item category .
Procedure
Check your input.
If the problem cannot be resolved in this way, contact your system administrator.
The latter can make the necessary settings using the Implementation Guide (IMG)

Hi,
Have you also mantained the same in Purchase requisition-Define Document type.Here also against the document type NB,the entry against "Link Purchase Requisition-document type" the scheduling agreement doc type ZLPS should be there with item category "L".If it is mantained there should not be any reason for this error.Please check.
Dhruba

Similar Messages

  • NO Disk error when DAQmx is referenced

    Referencing NationalInstruments.DAQmx causes a NO DISK error in Visual Studio (see attachment)
    I'm using Visual Studio 2012 and MS 2013
    The DAqmx version is 9.8.45.42
    Has anyone seen this before and is there a fix?
    Steve
    Attachments:
    DAQMX Error.JPG ‏22 KB

    See Top 25 Bugparade: # 4264750
    This is a SecurityManager - Problem and the java.io.File.
    eg.:
    System.setSecurityManager(new RMISecurityManager());
    File[] roots = File.listRoots();
    Then you will see the problem...
    I tried the following workaround:
    before you access disk. (or JFileChooser)
    SecurityManager sm = System.getSecurityManger();
    System.setSecurityManager(null);
    // disable the SecurityManger
    // this special disk access needs no SecurityManager..
    ... popup JFileChosser or make FileAccess..
    System.setSecurityManager(sm);
    // restore the old SecurityManger
    It's not the best solution but it works..
    hope this will help,
    Wolfgang
    EDI Organisation

  • Adobe Bridge 4 vs Iphoto 09 using referenced libraries

    I've always used iphoto with referenced libraries, usually with no problem with an external HD with my imac. The reason: I don't want to consume my HD with hundreds of photos and video files and large photoshop files. Here's what I would like to do. I recently purchased Apple's new time capsule, and would like to do the following, store all these media files on the time capsule, with iphoto's library on my imac's HD and referencing those media files on the time capsule, wirelessly. My question is, would adobe bridge be a better way to view and track these media files rather than using iphoto? Any insight with either programs would be appreciated.
    I do like using iphoto for creating web galleries with mobileme, and the occasional phonebook. In those instances, I usually copy over the files to my hd and copy them into iphoto so there are no corruption issues.
    Oh, and the other reason to storing these files on the time capsule is so that my husband's pc laptop and my mac laptop (powerpc G5) would have access to these files too.

    1. You know that's not a supported use for a Time Capsule, right?And folks who have tried storing items other than Back Ups on there have had permissions issues etc.
    2. Running a Referenced Library is fraught with problems +should anything go wrong+. This is particularly the case where the Library and the files are stored on different volumes. If the path changes in any way you will need to resolve each alias individually. There is no need to have all the photos referenced if you want to store them on an external drive. You can easily run a Managed library from an external disk.
    3. I'm not sure what, if anythign, Bridge would bring to the set up. It's a file browser and not a Photo Organiser. You might want to post on an Adobe forum for more on Bridge. The one thing I will tell you is that the "file management" capabilities of Bridge make it lethal to photos also managed by iPhoto.
    Regards
    TD

  • Help - Ext HDD Referenced Master Files Gets Connected to Wrong Drive

    I just bought Aperture and upgraded to 1.5 and am a new user. Prior to the external/open library, I would not have bought Aperture because I need to access my images on both Macs and PCs.
    I spent all day yesterday creating project structure, albums and importing images into Aperture. This morning when I launched Aperture, the referenced masters on external HD were somehow now connected to my Boot Camp WindowsXP partition. When this occurred, I did not have my external drive connected.
    Naturally, I connected the external drive and relaunched Aperture but all the images were referenced to my XP partition with directory path that belongs to my external HD (i.e., path is XP/Photo Lib/2006/..., instead of what it should be LACIE/photo Lib/2006/...) I was able to reconnect by selecting one image and reconnecting all function. Easy enough but troublesome.
    Has anyone else experienced something like this? Is this a bug on 1.5? Am I doing something wrong - I could not find any setting that would cause this behavior.
    I am using MBP so this is bit of a big deal for me....
    Thanks in advance.
      Mac OS X (10.4.7)   XP Pro

    My comment was too generalized - sorry.
    Actually, the version file I was referring to is a version that gets created when an external editor is used. As you know, Aperture can create either TIF or PDS file to be used by an external editor. Once it is saved in the external editor, the preview is updated and the version is stored in Aperture Library. Unless I save the file using "Save As" into a different location manually, the edited file is in Aperture Lib. I will have to export the file into the directory of choice.
    If Aperture saved the external edited file into where the master file is located, then Photoshop'd or any other editor modified files can be accessed directly without having to go through the extra steps

  • Visual Studio 2005 crashes when referencing ALI 6.5 portal server API

    Visual Studio 2005 crashes when referencing ALI 6.5 portal server API
    We are building new portlets in .NET 2.0 to that access the ALI 6.5 server API and are experienceing the folowing scenario:
    I create a brand new project in Visual Studio (2005 with SP1 on Win2k3 R2 SP2) using the ALI Portal Project template that is provided with the application accelerator 1.1. This portlet will need to perform portal server searches so I begin by adding references to the following assemblies from C:\bea\alui\ptportal\6.5\bin\assemblies:
    openconfig.dll
    opencounters.dll
    opencache.dll
    openhttp.dll
    openssl.dll
    opentempfile.dll
    plumtreeserver.dll
    ptportalobjects.dll
    I then type in something like below to start up the portal server objects.
    protected void Page_Load(object sender, EventArgs e)
    IOKContext context = OKConfigFactory.createInstance("C:\\bea\\alui\\settings\\", "portal");
    PortalObjectsFactory.Init(context);
    this.Response.Write("Portal Objects Initiallized");
    Some moments later Visual Studio will crash. It has happened before I have entered any code, after I have started typing code and on builds. It seems intermittent but usually occurs within a minute of interacting with this Visual Studio project. I actually managed to build once and have had success accessing this page in Explorer to validate the portal server objects are getting initialized and referenced correctly.
    I thought this was a problem with my personal development environment. So I tried this on other machines: another Win2k3 ALI 6.5 dev portal server and another server with Visual Studio 2005 that I installed the 6.5 portal on just for testing this. The exact behavior listed above is occurring on three development machines here (crashing devenv.exe when portal references are made or loading a project with portal references). Since this does not seem to be isolated to a single development machine, is there any course of action that anyone would suggest to help solve this?
    thanks,
    Troy Rackley

    It turns out that this is only a problem with Visual Studio using the ALI templates or creating any projects using the "New... Web site" functionality of 2005. I was a ble to create a C#... ASP.net Web Application project and add the references to the idk and the local portal server APIs manually without devenv.exe crashes.
    So, the work around I have found if your projects needs to access both the portal server API and the remote API is to create the project with:
    New... Project... Visual C#... ASP.NET Web Application
    and NOT
    New... Web Site... ASP.NET Web Site (or ALI Portlet Project)
    Anyone know why this is the case?
    Thanks.
    Troy

  • Why after referenced dll files to my project they are not on my release directory when i build the project ?

    This is a screenshot of my visual studio csharp the References and properties part of the dll's:
    You can see on the right the 3 problem files are the directx dll files.
    When my brother is running the program he get exception say one or more of the dll files is not found.
    I sent him the 3 dll files he tried to put them from where he was running the program he also tried to put them at the directory they are in my place: C:\Temp\radarscan\dlls\DLL'S\Microsoft.DirectX.DLL
    He created this directory and put them there but it didn't help.
    I was sure once i referenced the dll files they are in my program no need to have them. And at least to have them in the directory where you running the program from but it's not working.
    What i want is that my brother and anyone else that will run the program will not need the dll files on his pc and if he does need them so to have them in the directory where you are running the program from will be enough. How can i solve it ?

    Still not working. Tried Samir solution but same problem my brother on his computer getting exception:
    This is the code the line where the exception happen 142:
    private void ScanClouds_Load(object sender, EventArgs e)
    Boolean bl = InitializeDirectX();
    if (bl == false)
    MessageBox.Show("Error initializing directX!");
    Application.Exit();
    And in the method init:
    private Boolean InitializeDirectX()
    DispMode = Manager.Adapters[Manager.Adapters.Default.Adapter].CurrentDisplayMode;
    D3Dpp = new PresentParameters();
    D3Dpp.BackBufferFormat = DispMode.Format;
    D3Dpp.PresentFlag = PresentFlag.LockableBackBuffer;
    D3Dpp.SwapEffect = SwapEffect.Discard;
    D3Dpp.PresentationInterval = PresentInterval.One; //wait for vertical sync. Synchronizes the painting with
    //monitor refresh rate for smoooth animation
    D3Dpp.Windowed = true; //the application has borders
    try
    D3Ddev = new Device(Manager.Adapters.Default.Adapter, DeviceType.Hardware, pictureBox1.Handle,
    CreateFlags.SoftwareVertexProcessing, D3Dpp);
    D3Ddev.VertexFormat = CustomVertex.PositionColored.Format;
    D3Ddev.RenderState.Lighting = false;
    D3Ddev.RenderState.CullMode = Cull.CounterClockwise;
    //load imagesBmp to panelTexture
    //panelTexture = Texture.FromBitmap(D3Ddev, imagesBmp, Usage.Dynamic, Pool.Default)
    backTexture = TextureLoader.FromStream(D3Ddev, mymem);
    //scannerTexture = TextureLoader.FromFile(D3Ddev, @"D:\Buttons\Radar\radar.png");
    scannedCloudsTexture = new Texture(D3Ddev, 512, 512, 1, Usage.Dynamic, Format.A8R8G8B8, Pool.Default);
    //sprite is used to draw the texture
    D3Dsprite = new Sprite(D3Ddev);
    return true;
    catch
    return false;
    The 3 dll files are: Microsoft.DirectX.Direct3D.DLL, Microsoft.DirectX.Direct3DX.DLL, Microsoft.DirectX.DLL
    The question is why he is getting this exception ? Realy it dosent see/find the dll files ? Or maybe his machine not supporting this directx files ? Strange.
    Another thing when i put my mouse on the hard disk on the dll files i see a baloon tip say the:
    File description: Microsoft Managed Direct3D Debug 
    Maybe the problem is that the dll files of the directx belong to the debug directory but i make my program to be build in the release directory ? 
    In any case i can't find any solution yet. This is the exception message:
    System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.DirectX.Direct3DX.dll' or one of its dependencies. The specified module could not be found.
    File name: 'Microsoft.DirectX.Direct3DX.dll'
       at mws.ScanningClouds.InitializeDirectX()
       at mws.ScanningClouds.ScanClouds_Load(Object sender, EventArgs e) in d:\C-Sharp\Download File\Downloading-File-Project-Version-012\Downloading File\ScanningClouds.cs:line 142
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

  • Cannot delete last Deployment Type as it is referenced by a previously deleted Deployment Type

    Hi guys...
    I have previously created dependencies between two (2) separate Application's Deployment Types (DT) as such:
    "DT_A in Application_A" depends on
    "DT_B in Application_B"
    During some test procedures, we have deleted the whole of Application_A (along with all its DTs).
    Now, we are unable to delete DT_B as well as it complains that it is still being referenced by (the already deleted)
    DT_A. Obviously we can't delete Application_B as a whole as it is still complaining that
    DT_B is still being referenced.
    The References tab in
    Application_B still shows that it is still being referenced by Application_A even though searching from the Console as well as Get-CMApplication does not show any more of the deleted
    Application_A
    The last and only Revision in
    Application_B's Revision History cannot be deleted as its Delete button is greyed out.
    However, the View button can be clicked and it shows the historical revision during the time when Application_A still referenced Application_B.
    Any ideas on how we can delete Application_B ? Is deleting Applications and DTs via SQL Query possible ?

    Yup... got it done via Remove-WmiObject...
    1. First, find the offending Application_A still referencing the Application_B
    !!AND MAKING SURE IT IS THE CORRECT ONE!! via:
    Get-Wmiobject -Namespace "root\SMS\Site_PRI" -Class SMS_Application | Where-Object { $_.LocalizedDisplayName -eq "Application_A" }
    2. Once confirmed that it is the correct Application, remove it by piping to Remove-WmiObject via:
    Get-Wmiobject -Namespace "root\SMS\Site_PRI" -Class SMS_Application | Where-Object { $_.LocalizedDisplayName -eq "Application_A" } | Remove-WmiObject
    3. Delete the referenced Application_B as per normal procedure via the SCCM Console:
    Delete Deployments
    Delete Deployment Type(s)
    Delete Revision(s)
    Retire
    Delete Application
    Done.
     

  • The page that you are trying to open contains a movie that is referenced to an incorrect version of

    I programmed a set of quizzes in Director 8.0 for one of my courses about ten years ago and have been updating them since. And, yes, I did purchased 11.5, but can't use it because I can't use printing w POM or a number of other extras anymore. My semester is about to start and Adobe has updated the Shockwave player in Windows over the summer (I think?) causing my quizzes to not work in a web browser. I am getting this message and can't figure out what is causing it:
    The page that you are trying to open contains a movie that is referenced to an incorrect version of the Shockwave player.
    I have been working on this for a day and a half and am stumped. I made two apps in 11.5 for WIndows .exe and Mac .app that partially work, but can't get the quizzes to work in Firefox 13 or IE 9. I searched the web and could not find anything useful.  I found a message in this forum from back in 2009 where someone had a similar problem and Sean WIlson said to add a parameter that specifed Player version =11, but that was back in 2009. I tried that PARAM and still get the error. I tried updating the quiz menu .dcr on the web to 11.5, but that didn't work. With all of the updates lately to browsers, the Shockwave plug-in, and Director 11.5, I don't know what is generating the error.  I am assuming its Shockwave player doesn't like something, but have no idea what this movie reference to an incorrect version of Shockwave player is referring to.  We're up to player 11.6 now.  Do we have to include this in the embed statement or is there something else that is causing this error?  Please help, thanks!
    Edit: Oddly, the quizzes are still working on a MacBook Pro using Firefox 13.0.1.  I don't know what the Shockwave Player version is. On the Windows 7 side of this MacBook running bootcamp, it was running Shockwave Player 11.6.4. I thought maybe I should uninstall it and install the latest 11.6.6, which I did. The latest version of Shockwave made no difference on Windows 7.  I also tried to run the quizzes on an HP laptop running Windows Vista, Firefox 14.0.1 and Shockwave Player 11.6 installed back Jan 2012 accoridng to the Control Panel.  Same error message.  Tried it using IE 8, which just seemed to do a Shockwave update - no problem the quizzes run.

    Send me a Private Message and I'll provide an email address where you could send your DCR and HTML and I'll see if I can help.

  • Can't open firefox, get error message: The instruction at "0x00000000" referenced memory at "0x00000000". The memory could not be read". Firefox won't open at all, not in safe mode or anything. Tried uninstalling and reinstalling, no good, tried creating

    Cant' open Firefox at all, not in safe mode either, tried creating new profile, cant' get in to do that, tried uninstalling and reinstalling, switching off and on, nothing works. Get error: "The instruction at "0x00000000" referenced memory at "0x00000000". The memory could not be read."
    == This happened ==
    Every time Firefox opened
    == today. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)

    The solution is easy.
    Install "Malwarebytes' Anti-Malware" free edition and use it. This program found malware in your pc. After that clean this malware. Finally instal Firefox again and enyoy it because this installation is correct and clean. Regards.

  • Import failed the following clip encountered an error during import and is still referencing media on the camera

    This is one of the many error windows I'm getting.  This MVI_9935 is from 5DMIII.  But I'm also getting the same errors for other files with the exact same error message for Panasonic AF100.  All shot at 23.976fps. 
    * 5D is h.264. They're all about the maximum lengths (of ~30 minutes).
    * Panasonic footage is AVCHD wrapped MTS files.  Two clips of this kind are about 75 minutes long each.
    I have dealt with this problem by doing ALL of the steps I've read so far for each shoot and it takes too long... I'm doing
    1) making FCPX archives
    2) copying the all of the contents from each card (with the file structure intact) and pasting them onto an external hard drive (eSATA with 3TB space... with a plenty of empty space ~ 1TB)
    3) copying and pasting just the video files onto an internal hard drive (separate from the system drive but same as where the project files are)
    And I click through each error window (which takes about a full working day or more) and then when I _still_ see missing footage indicated by
    that little "video camera" icon on the bottom left (as you can see above).  What I do at this point is to:
    1) re-import from one of the FCPX Archives, and if this does not work, I
    2) re-import from one of the directly copied files.
    Sometimes, I need to create a new event and re-import if the clip is still **referencing** the media on the camera.
    I did not have this problem **before** FCPX's import window combined both spanned clips and individual files (circa version 10.0.5 or 10.0.6).
    Now I have an Evernote notebook dedicated this problem and just from Google Searching, I have gathered 7 notes from different discussion forums dealindg with the same issue.
    Some things that are common to us who are having problems:
    1) we deal with big files (for long shoots)
    2) we either use Canon 5DMIII or mix and match different types of codecs / wrappers.
    3) we end up wasting so much time because Apple support is not paying attention.
    4) or maybe we don't know how to get support from Apple.  I know this isn't a forum where an Apple employee checks.  Where can we directly contact Apple about this?

    For the 5D clips, copy ONLY the .mov files into a folder on your external drive or wherever else you want to put them and import from there. You can safely ignore the .thm files and other stuff. Pretty easy and you also will have an archive of your clips. For the Panasonic files, copy ALL the contents of the card and use import from camera.
    If you want to import from the card to an event - with the 5D at least - you can use a card reader. Don't use the camera itself. It does work but it is slow and cumbersome and card readers are cheap.
    Create an event, hit import from camera and the card should show up.
    Sorry, not familiar with the Panasonics but some of the other guys at work use P2 cards and I have imported from them a couple of times with no problem using both a P2 card reader and importing directly from the camera via firewire.
    I use the previously mentioned method with all my Canon files - 5D2, 5D3, 60D and 7D - and have never had a single problem.
    Hope this helps.

  • The data source "....." referenced in the form template is not valid or cannot be found

    Greetings,
    I have an InfoPath 2013 form that uses an external data connection.  The data connection became corrupt (somehow, no one knows who changed what).  A user went in to InfoPath designer and created a new data connection and changed all references
    to use that new data connection.  Now the form cannot be published at all with the error
    "The data source "GetUserProfileByName" referenced in the form template is not valid or cannot be found"
    The new data source they created is GetUserProfileByName2 and changed all references.
    Of course, since it is broke, they asked me to see if I can find the issue.  I went through the form looking to see if they missed any references to the old data connection and can't find anything.
    Where is InfoPath storing the old data connection information and where can I remote it?  I looked in the manifest and don't see it there either.
    Any thoughts?
    Thank you!

    Hi Bob,
    There are many XML schema files for the data connection, I recommend to check if the references to the XML files have been changed to the new schema files in the manifest file.
    For example, if we create a data connection called GetUserProfileByName, then there will be one XML file and three XML schema files for the data connection.
    Please make sure that all the references are updated in the manifest file.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • Issue with sales order stock that is referencing a non-existing sales order

    We have an issue with sale order stock.
    Due to user error we have ended up with a negative quant of sales order stock in a bin. Further the error was due to mis-keying of sales order number. Hence this negative quant is referencing a sales order that does not exist.
    We need to get rid of this quant.
    I thought of cycling this quant off as a solution. And hence replicated the scenario in the test system. I was able to create a TO to cycle it off but cannot clear the differences from 999 . The error I get while trying to do this is "SD document not in database or has been archived" . This error is true since the sales order actually does not exist. So cycling it off did not work.
    Can anyone suggest how we can get rid of this negative quant of sales order stock ?
    Thanks

    Hi,
    You said that your user mistyped the SO number and it resulted in a -quant. In which transaction was it possible? If I give a non existing no. SAP doesn't allow me to book.
    If I were you I would check both in WM & IM what the user had done...step-by-step...
    Negative quant comes to existance in interim storage type if we book e.g. a GI. It should have started in IM...how was your user be able to do that??? If it was possible cannot you reverse the IM booking?
    (...if all else fails...cannot you create a SO document with external number assignment with the same number?...)
    BR
    Csaba
    Edited by: Csaba Szommer on Jun 24, 2008 8:31 PM

  • ADF View - Updated key values not updating referenced data in view (JSP)

    I have a many-to-many relationship that links 2 tables (2 mandatory and 1 optional).
    Relationship 1 is created via a view link.
    Relationship 2 is selected from a view.
    The optional relationship (3) is required based on a flag in the corresponding row for relationship 2.
    To achieve this I have a page with 2 steps, step 1 selects relationship 2 and then the page decides whether relationship 3 is required or not.
    The many-to-many relationship is created via a VO that contains the many-to-many table and references and includes some attributes from the other tables.
    When I first select the relationship 2, the attributes from the referenced table are then set within the VO and by looking at these I can make my decision.
    Now here's the problem....
    If I go back and select and different relationship 2, the Id attribute (for the many-to-many table) is updated but the attributes are unchanged, this means that the flag I need to check is invalid.
    Also, when I then select the appropriate value for relationship 3 (if required), the associated Id attribute is set but the referenced attributes from this table are not set (these are needed for other purposes).
    Is there some setting I'm missing?
    Is there some call I need to make to update the referenced data?
    I know I could make all of my decisions based on the VOs that I am selecting from but it's much simpler (and less code) to just use the 1 view (less chance of bugs) - plus i'd like to understand why this is not working.
    Thanks
    Al

    I don't need to check it for data integrity reasons, I need to check the contents of certain values to determine what to do next, before i commit the data.
    For example, if flag a is set then ask for extra information 'X' otherwise ask for extra information 'Y'.

  • View objects referencing the same entity

    The behaviour occurs in every version of jdeveloper ADF BC i have tried so far (10g, 11g).
    I have 2 updatable view objects referencing the same entity object. When i create a new record using the first view object and before commiting the data to the database i navigate to the second
    view object. Suprisingly the second view object is populated with the same data that is posted on the first view object. It seems like both view objects are referencing the same entity object instance.
    Is any way to overcome this strange behaviour.
    Thanks

    As Timo says think of the EO as a record cache. If you had 700 VOs all based on the same EO, it would be ideal to store the same record(s) 700 times in the midtier as it would consume vasts amount of memory. Thus the EO cache.
    If you do want to separate the VOs, you've 3 options:
    1) Use separate EOs for each VO (not ideal)
    2) Expose each VO under their own root level Application Module - a separate EO cache instance for each VO will be created at runtime - however you need to be careful between the VO/EO pairs, you don't update the same record, as you'll get record locks/contention
    3) If you're using task flows in 11g, use the Always Begin New Transaction option for each screen/fragment for each VO. This is the equivalent of 2 but from the task flow level - however again you need to be careful on record locks.
    CM.

  • FrameMaker 8 (Unstructured) - How to Find/Change "Referenced File" location globally?

    Hello,
    First off, I have a FrameMaker 8 (Unstructured) book that links ALL of its graphics, to a separate graphics folder on my network drive.
    With that said, I am hoping to do the following:
    1. Create a mirror copy of "Book A" and place that copy in another folder, (at the same level) on my network drive.
    2. Open up the new book file (e.g. Book B).
    3. Run a Find/Change to replace:
    ..\..\..\Graphics Catalog A\Graphics\a000123.png
    ..\..\..\Graphics Catalog B\Graphics\b000123.png
    The end result is that I could globally map out all the "Referenced Files" to the new folder path structure. This will allow me to save from having to manually re-import each of the 1000 graphics - into my book files.
    Finally, I am hoping to do this with the built in capabilities of FrameMaker 8 first. If that is not possible, then I will consider other possibilities.
    Thanks in advance for any suggestions.
    Regards,
    Jim

    This is how you do it:
    Outside of FM, copy the "Book A" folder and paste it where you want.
    Also, create the Graphics folder and file structure (i.e.
    "... Graphics Catalog B\Graphics ...")
    Before you open Book B in FM, temporarily rename the graphics
    folder that the FM files in Book A uses, e.g. "Graphics Catalog Z".
    Now, when you open the files in Book B, FM won't be able to find
    the old graphics since the folder name has changed. For each file,
    FM will open the "Missing graphics" dialog, where you need to
    browse to the new graphics folder, e.g. "Graphics Catalog B\Graphics".
    Select the correct file that FM asks for, and tick the option to
    use this folder for all remaining graphics.
    If all the image file names are identical, you will only need to
    do this once per FM file. If you really need the image file names
    to differ like you said:
    > ..\..\..\Graphics Catalog A\Graphics\a000123.png
    > ..\..\..\Graphics Catalog B\Graphics\b000123.png
    then you need to select the correct file name for *each* graphics
    that FM cannot find. This is a good reason to keep the file names
    identical, even though the folder name has changed.
    When all the files have opened, rename the original graphics folder
    back to "Graphics Catalog A".
    /Thomas Michanek

  • I've moved my Aperture library to another computer, and masters are referencing an old path name.  How can I update these references?  Reloctating masters does not work in this case :(

    I've moved my Aperture library from one computer to another using Finder.
    I merged the library with one which was already on the computer.
    Now, the photos I imported have reference to the old path name on my old computer.
    How can I update these references as "Relocate Masters" does not work in this case?

    Just one suggestion to be able to reconnect all at once:
    Create a smart album containing the images with missing masters:
    File -> New ->  Smart Album,     and add a rule: File Status is "Missing"     (or File Status is "offline")
    Then select the images in this album and go to the File menu:
    and select:   File -> Locate referenced File
    If you are lucky, Aperture will reconnect all at once, if you point the first image version to its counterpart.

Maybe you are looking for

  • Alert/Warning messages from PL/SQL process

    Hi all, I have a PL/SQL process that I execute from javascript : doSubmit(MY_PROCESS). I want to output an alert box if some errors occurs in the process, for instance : alert('message'). Does anyone know how to do that ? Best regards, Othman.

  • HAL won't start after install on DL585 G2

    I ran a v40z for years and recently had SRSS 5.2 on S11 running just fine. This past week I replaced the v40z with a DL585 G2 and reinstalled S11 and SRSS 5.2. Everything went well except now HAL won't start failing with, I suspect, a timeout after s

  • Can i trade a iphone 6 for a 6 plus

    I bought my daughter a iphone 6 when it came out but now she wants a six plus can we trade it in and pay a couple hundred bucks more or have to pay full price?

  • Why does address book quit responding in lion?

    Since installing Lion on my MacBook Pro, the address book, after opening, quits responding and will only close with a force quit. What should I do to fix it?

  • Bug in CF7 built in time validation?

    I'm using cfform and cfinput on a textbox, this is what I'm using to recreate the error: If I enter a time between 20:00 and 20:59 I get an error, otherwise as far as I can tell any other time validates. This error does not happen on our CF6 boxes, j