Help getting accurate metadata for files on network drives

I need to read 1000's of very small files that are addressable through the file system API (File class). The location of the files may be a local drive or via a Windows shared drive. When the files are on a remote system, the files may actually be changed by a process running on that remote system. Much of the time, I can actually cache the information needed from the files, but if the file changes or is deleted then I have to detect the change and reload or delete from my in memory cache. Everything works great when on a local drive, but the File API doesn't work when on a Windows shared network drive.
Basically, File.lastModified(), File.exists(), File.canRead(), File.isFile() etc, all return inaccurate results when the base path is on a mapped network drive, the files are changed by a remote process, and then are immediately accessed by my Java process.
For example,
<li> if the File existed
<li> my program loaded and cached it
<li> then a remote process changes the file
<li> when I call file.lastModified() immediately following the change, it will report the old lastModified date.
So, the net result is that I can't detect the change and end up serving up old data. This is even worse when the file is deleted, but Java File.exists() reports true. If I put in an artificial wait using Thread.sleep() in a while loop, then eventually the correct lastModified and exists will be reported. However, this doesn't help.
I've tried a lot of different ways to try to get Java to report the correct info. So far, the only reliable way is to try to open the file and read the first byte, catching an exception if necessary. This seems to then force the file data to be updated and Java will then correctly report the lastModified date (or throw an exception if it no longer exists). However, attempting to open the IO to the file and reading a single byte pretty much invalidates any reason to cache the data in the files because most of the overhead is in opening and closing the streams.
Is there any way to force Java or Windows to update the information about a file? It seems to me that this probably has to do with Windows caching shared drive file information and giving Java bad data, but it would be really nice to be able to force a refresh a file info.
Example:
//Assume that this is already behind code that did a file.exists() or file.canRead();
        long instanceFileModifyTime = fileObject.lastModified();
        MyObject cachedResult = INSTANCE_CACHE.get(cacheKey);
        if ((null != cachedResult) && (instanceFileModifyTime == cachedResult.getLoadTime())) {
            result = cachedResult;
        } else {
            //Open IO and load the data
        }

I need to read 1000's of very small files that are addressable through the file system API (File class). The location of the files may be a local drive or via a Windows shared drive.This is a very bad idea.
When the files are on a remote system, the files may actually be changed by a process running on that remote system. Much of the time, I can actually cache the information needed from the files, but if the file changes or is deleted then I have to detect the change and reload or delete from my in memory cache.That's also a very bad idea. Application-side caching is fraught with problems and this is one of them.
Everything works great when on a local drive, but the File API doesn't work when on a Windows shared network drive.
Basically, File.lastModified(), File.exists(), File.canRead(), File.isFile() etc, all return inaccurate results when the base path is on a mapped network drive, the files are changed by a remote process, and then are immediately accessed by my Java process. That will be the network file system. Nothing Java can do about it. Java neither knows nor cares. You are at the mercy of what the networked file system does. And that's why it's a very bad design. Networked file systems are for users, not for applications.
So, the net result is that I can't detect the change and end up serving up old data.Only because you cached it, which is why that's a bad idea. If you hadn't cached it you would have had to read the file again and you would have got the current data. And it would have been slow, because networked file systems are slow, which is why that's a bad idea.
Basically you are trying to use a remote file system as though it was a transactional database: it isn't, so you are trying to write more stuff in front of it to make it better; instead you are making it worse.
What you should be doing is using a transactional database as a transactional database.

Similar Messages

  • Cannot print file to network drive.

    Hello...I've searched the forum and have not seen this specific question.  My company recently upgraded to Windows 7 and we use Acrobat X.  When we print from something such as Outlook, Word, notepad, etc., then select Adobe PDF as the printer...then select the location to print to as a network drive, it always fails.  The printer icon has a yellow sign with an exclamation point, and when you open the printer properties, it just says "Error printing".  If you select a local drive, such as C:\temp, it works fine.  It's not a permission issue, because I have full admin rights, and it still fails.  We have multiple users trying to do this, and it's the same for everyone.
    Any help would be greatly appreciated.

    This part is not working when you choose a location other than a local disk.
    opening document to print > selecting adobe pdf printer > saving file to network drive > print
    The job sits in the print queue, stating an error and I not been able to determine what the error is.
    What I did just find out that worked is using the Acrobat Office addin "Create PDF".  I am running office 2007.

  • Creating a file in network drive and WEB server.

    Hi
        I tried to create and place a text file in network drive(a folder in a system other that MII
    server which is neither FTP nor a webserver) it did not work.while running the transaction using write file action block it throws an error (Authentication failed,Provide valid usermane and password).  Is there a way to get the list of files present in the same folder(a folder in a system other that MII server).but i could able to create a file manually.Please help me in this Regard.
    Thanks,

    Hi Nagireddy,
    this topic is covered in several threads here. Try the following link to a thread where there is much information:
    [https://forums.sdn.sap.com/click.jspa?searchID=19476763&messageID=6478362]
    Michael

  • How to save the report file in network drive

    Hi experts,
    Can any one of you pls tell me how can  save the report file in network drive.
    My requirement:
    by running a report i wll get daily data into a list.SO, i want to keep this in a common drive (network drive:Z) where every one can acces the txt file.
    I want the code in SAP to design this.
    Awaiting for an early reply.

    Is the Z drive in the application or presentation server ?
    make sure the server has write access to the required folder
    for presentation server
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
        filename              = 'c:\test_xls.xls'
        filetype              = 'ASC'
        write_field_separator = 'X'
      TABLES
        data_tab              = itab.
    for the application server, use
    data: outfile(120).
      OPEN DATASET outfile FOR APPENDING IN TEXT MODE ENCODING DEFAULT.

  • Can anyone help me with advice for a replacement hard drive

    Hi there,
    Can anyone help me with advice for a replacement hard drive and RAM upgrade for my Mac Book Pro 5,3
    Its 3 years old & running Snow Leopard 10.6.8
    I do a lot of audio & movie work so performance is important.
    The logic board was replaced last summer & I was advised to replace the hard drive then...oops
    Anyway it has limped on until now but is giving me cause for concern...
    I have found a couple of possibilities below...so if anyone does have a moment to take a look & help me out I would be most grateful
    http://www.amazon.co.uk/Western-Digital-Scorpio-7200rpm-Internal/dp/B004I9J5OG/r ef=sr_1_1?ie=UTF8&qid=1356787585&sr=8-1
    http://www.amazon.co.uk/Kingston-Technology-Apple-8GB-Kit/dp/B001PS9UKW/ref=pd_s im_computers_5
    Kind regards
    Nick

    Thanks guys that is so helpful :-)
    I will follow your advice Ogelthorpe & see how I get on with the job!!! Virgin territory for me so I may well shout for help once my MBP is in bits!! Is there a guide for duffers for this job anywhere??
    & yes in an ideal world I would be replacing my old MBP but I'm just not in a position to do that at the moment....let's hope things pick up in 2013
    All the very best
    Nick

  • WMI event watcher in ssis package not sensing the file continiously when we placed the file in Network drive location or UNC Location

    Hi,
    I am using SSDT 2012.
    WMI event watcher is not picking the file , when I place the file in Network drive location or UNC Location.
    I have mapped the network drive to UNC location. 
    Issue only comes when I run the package through job.(it will not pic the file) and I crossed check, I have all the permissions to the folder. if I run or execute the package through IDE, file will be picked and moved to destination.
    Am I missing any configuration ?  can anyone please advice.
    Thanks,
    Anvith

    So the WMI query is on the mapped drive and not on the UNC?
    And the user that runs the job (SQL Server Agent Service Account or the proxy) has rights to read that mapped drive?
    Are you using the default account or a proxy in the jobstep? And does it work if you create a credential and proxy for your own account?
    Please mark the post as answered if it answers your question | My SSIS Blog:
    http://microsoft-ssis.blogspot.com |
    Twitter

  • How do I get the metadata for a page to show up when I Google search?

    When I search for my website on Google, the description that shows up is the actual content of the page. I had it set previously to where the metadata for the home page would show up in the description. But now I edited the information in the metadata and that no longer shows up. I dont think I changed any other settings...what do I have to do in order to get the metadata to show up? Please help, thank you! (I tried attaching screen shots to this post but it wasnt responding...)

    X423424X wrote:
    So if you have a folder with, say, 30 files inside it, the icon for the folder shows 30 tiny icons as the icon for that enclosing folder?  Doesn't seem too useful to me considering how small those icons would be.
    I usually set a folder view with two to four large icons. The ability to see inside the folder makes it a breeze for cataloging and retrieving images, especially when I dont remember the date I photographed them.
    I bought the Mac for graphics but this thumbnail interface is what makes Explorer so beautiful to work with. It appears from what I've read that the only way to have Finder compete with this as a catalogue tool is to actually hand create an individual thumbnail for each folder on the Mac. Does anyone know if this is painfully true and if so, is there a third party software known or does anyone out there actually know the secret to displaying folder contents on a Mac? Thanks.

  • Metadata for file

    How to create a custom metadata for a file/document to be uploaded to KM and use just that metadata in search.
    Kiran

    Hi,
    I defined some new metadata but it doesn't show up in the advanced TREX search. The properties are marked as indexable and the search index was reindexed.
    Where should I enter this search query? In the "Filter by Custom Properties" in the Advanced Search screen or is there some dropdown list to choose from? When I enter the string in the "Filter by Custom Properties" field no results are found...
    We didn't define a bundle file yet, the properties still use their technical key (e.g. company_division), could this be the problem?
    I use the technical key in the "Filter by Custom Properties" or should I find the properties in the "Filter by Predefined Properties" dropdown box (if so, why don't they show up)?

  • Any code available to get mime-type for file?

    Hi,
    at this link http://www.utoronto.ca/ian/books/html4ed/appb/mimetype.html you can find a huge listing of content-types for files. What I'd like to know is, if there's any code available for getting the right mime-type for a given file-extension. E.g given a filename "Document.doc" returns mime-type "application/msword".
    Thanks in advance,
    Tom

    U can use the isMimeType() method to compare various types.
    Eg. isMimeType("text/plain") or isMimeType("multipart/*") etc.

  • Error saving Project 2010 files to network drive - doesn't see network drive

    ANSWERED (11 April 2014):
    So it seems the resolution to this is to simply create a new share with a different name. I used the existing folder (to retain NTFS permissions) and just select to Add a new Share (applying the same Share permissions as the non working Shares).
    Deploying this new Share via Group Policy as a test resulted in staff being able to open files from Windows Search, save files through MS Project and the Share being accessible through browsing SMB.
    All problems resolved by using a new share name for the existing folder. Seems to be a corruption in the namespace.
    Note: I had previously deleted the share and recreated it. I had removed all NTFS permissions and readded (through both the GUI and icacls). This didn't make a difference.
    Only changing the name of the share fixed the problem.
    Original Question
    Already
    posted here... but Microsoft Support has not responded.
    It seems some staff on some computers are having problems saving MS Project files to the network. This is only since an upgrade to SBS2011 (from SBS2003). The only difference now, is that network drives are mapped via group policy rather than a  'net
    use' script.
    This is affecting users on Windows 7 and Windows Server 2008 R2, with either MS Project 2007 or 2010. The users have full change access to the folders and can create new files and modifying existing files, just not a MS Project file. Other file tyes, e.g
    Word .docx, Excel .xlsx, Adobe .pdf files, all work fine. These files can be opened, edited and saved normally without problem.
    To replicate this:
    The user opens an existing file or creates a new file on the network folder (either through Windows Explorer or MS Project). They then click File > Save in MS Project and receive the following error (see pic below):
    An interesting symptom of this is that if you select File > Save As in MS Project, the Sae As dialog box doesn't remeber the path location of the network drive. MS Project instead prompts to save the file in the local users documents folder (see pic below):
    If they browse back to the original folder where the file was saved and choose to save it there, they are of course, prompted to overwrite the existing file and they can save the file. But the same thing happens every time they open the file.
    It seems the problem is that Project isn't seeing the path of the file or that the network drive is attached.
    If a user closes the file without saving it, they are prompted to save the file and the prompt shows the drive path:
       Do you want to save changes to "N:\... Projects\Active Projects\CC...\F4 Project Plan File\004 Programme\test project file.mpp"?   
    But choosing to save the file gives them the same result as Save As, they are prompted for a new location as if the original file location doesn't exist.
    I have disconnected the mapped drive and connected it again using net use but get the same error.
    I have reinstalled MS Project 201, installed Project 2010 SP2 and installed Windows updates and it does the same thing, exactly the same symptoms.
    Further, if the user opens a file from the network drive, the file shows in the Project recent files list. If they try to open the file from the recent files list in project they get the following error:
    "Project cannot open the file.
    -Check that the file name and path are correct.
    -Check that the file format is recognized by Project.
    Project files saved in a version earlier than Microsoft Project 98 can't be opened...."
    This is a test file that I created on the user's computer and network drive, This is being opened with the same version it was created in. If I browse to the folder in Windows Explorer I can open the file. Of course, I then can't save the file (I still get
    the original error). I'm logged on with Domain Admin privileges.
    I've checked these links from other threads (neither apply to my scenario):
    http://support.microsoft.com/kb/983458/en-us|
    http://social.technet.microsoft.com/Forums/en-US/excel/thread/2eeea140-7e6c-4cb9-a89b-06d2102bd9f7/
    I've downloaded my TechNet version of he software and installed it with Sp2 and Windows updates and it does the same thing. This also happens on the Remote Desktop server (Server 2008 R2) using MS Project 2007.

    Case 1
    This error message appears when the document is open on two or more computers that are running different operating platforms. For example,
    if the document is open on a Macintosh computer and you open it on a second computer running Windows or Windows NT, the error occurs when either user tries to save the document.
    This problem stems from a difference between the ways Macintosh OLE and Windows OLE open files. As a result, you cannot save a file on two different operating platforms at the same time.
    Case 2
    This error occurs in Word 97 for Windows if you save to a MAPROOT type network drive connection on a NetWare server where spaces exist in
    the file or folder name.
    Case 3
    This problem may occur if an anti-virus program running on a network has the ability to scan for macro viruses in documents in shared network
    folders.
    For example, if you have the following:
    a shared folder on a network server
    -and-
    an anti-virus program is running on the network server that is set to monitor the shared folder,
    when you attempt to save a document (across the network) to the shared folder, the anti-virus checker may cause the error to occur.
    Case 4
    This problem may occur on Novell networks when the AutoRecover files path is either blank or set to a network drive.
    According each, please try the following workaround:
    WORKAROUND
    To work around this problem, use one of the following methods appropriate to your situation.
    Case 1
    Method 1:
    Move the document to your local hard disk for editing. Move it back to the server after you finish.
    Method 2:
    Save a copy of the
    file with a different
    file name, and work on the copy, either on your hard disk or on the server.
    Case 3
    Method 1:
    Move the document to your local hard disk for editing. Move it back to the server after you finish.
    Method 2:
    Do not use spaces in the directory or document names.
    Method 3:
    Do not use MAPROOT-drive connections. Map your drive connections to the volume-level only.
    Case 4
    Turn off the anti-virus protection on the network server and then try to
    save the document. Contact your anti-virus protection software company for additional details and/or updates to their programs.
    Case 5
    Set the AutoRecover files path to your local drive. To change the AutoRecover path, use the following steps:
    1.
    On the Tools menu, click Options.
    2.
    On the File Locations tab, select AutoRecover files and then click Modify.
    3.
    Change the Modify Location dialog box to a
    folder on your local drive and then click OK.
    4.
    Click OK to close the Options dialog box.
    Hope that helps.
    Smith

  • Can't get CHM to run off a network drive

    Hello. I'm running RoboHelp 6 build 099 on Windows 2000 with
    service pack 4 installed. My HTML Help file runs great from my hard
    drive, but I can't get it to do much from a network drive. It
    displays an "Action canceled" message upon opening, and the
    navigation pane shows the correct entries for the TOC and index,
    but clicking on a topic simply clears the window -- there's nothing
    there.
    What I've done so far: (1) Copied my .CHM file and the
    hhactivex.dll file to a network directory, and (2) I registered
    hhactivex.dll successfully (opened a CMD session, browsed to the
    network directory containing the .chm, and did "regsvr32
    hhactivex.dll" -- no errors). (3) I eventually stumbled onto the
    c:\program files\adobe\robohelp 6.0\redist directory and
    copied all files found there to the network directory. (This post
    should have the contents of my redistrb.txt file below.) Same
    results.
    Any ideas on what to do next? Should I register the other
    DLLs copied to the network in (3) above? (I hesitate to mess with
    the registry if it's not necessary.) Weren't all these DLLs
    registered during RoboHelp installation? I'm very grateful for any
    help you can provide.
    Bruce Watson
    Chicago

    Hi Bruce. This is caused by a MS security patch. Check
    this
    link for ways you can get around it.

  • Applications crash when opening files on network drive

    The problem occurres when I try to open the tree-list on the "Open-File" dialog panel when on a network drive.
    Also... the folder presented to me in this dialog is one branch short of the current folder the program is working in.
    The crash does not occur on local hard disks.
    The programs that suffer this behaviour are: Quark 7.02, (Photoshop, Indesign, Illustrator,Acrobat CS2), Office 2004.
    The programs that don not suffer this behaviour are: Apple's Pages, Apple's Keynote and Apple's PDF Preview.
    My system never behaved like this before. I tried repairing permissions but no change.
    Please Help!
    Best regards,
    Jackey
    2,5 GHz PowerPC G5 (4x)   Mac OS X (10.4.8)   Mac OSX Server 10.4.8

    This problem is becoming a real P.I.T.A.
    Anyone out there that has a clue what is happening here.
    Checked my Macbook Pro but all is working fine there.
    Re-installed the combo upgrade but no change.
    Crashreporter:
    =====================================
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE AdobeCrashReport SYSTEM "AdobeCrashReporter.dtd">
    <crashreport version="1" applicationName="InDesign" applicationVersion="4040" build="4.0.4.658">
    <time year="2007" month="2" day="21" hour="10" minute="12" second="53" />
    <user host="QuadG5.local" />
    <system platform="macintosh" osversion="10.4.8" ram="8192" machine="Power Macintosh" model="PowerMac11,2" cpuCount="4" cpuFreq="-1794967296" busFreq="1250000000" />
    <crash exception="Unmapped Memory Exception" instruction="80440000">
    <backtrace crashedThread="0">
    <thread index="0">
    <stackStatement index="0" address="0x9314d278" symbolname="_ZN8TNavNodeC4ERKS"/>
    <stackStatement index="1" address="0x931772a4" symbolname="__ZN10TPathPopup9FillPopupEv"/>
    <stackStatement index="2" address="0x93177b58" symbolname="__ZN10TPathPopup8ValidateEv"/>
    <stackStatement index="3" address="0x93177ec0" symbolname="__ZN10TPathPopup11MenuHandlerEP25OpaqueEventHandlerCallRefP14Opaque EventRef"/>
    <stackStatement index="4" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="5" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="6" address="0x93206b28" symbolname="_SendEventToEventTargetWithOptions"/>
    <stackStatement index="7" address="0x9329ecb8" symbolname="__Z18SendTrackingStatusmP8MenuDatammmmh"/>
    <stackStatement index="8" address="0x93432af0" symbolname="__Z17SendBeginTrackingP8MenuDatammP14MenuSelectData"/>
    <stackStatement index="9" address="0x9329dcc4" symbolname="_Z17SetupMenuTrackingR14MenuSelectDatah5PointdP8MenuDatamPK4RectS6_PP7GDeviceS6_ PK10_CFString"/>
    <stackStatement index="10" address="0x932d7a8c" symbolname="_Z19PopUpMenuSelectCoreP8MenuData5PointdS1_PP7GDevicePK4RecttmS7_S7_PK10_CFStringPP13OpaqueMenuRefPt"/>
    <stackStatement index="11" address="0x932d79c0" symbolname="__HandlePopUpMenuSelection5"/>
    <stackStatement index="12" address="0x933c3650" symbolname="__ZN13HIPopupButton9TrackMenuEv"/>
    <stackStatement index="13" address="0x933c3308" symbolname="__ZN13HIPopupButton15TrackSelfCommonEsPs"/>
    <stackStatement index="14" address="0x933c3284" symbolname="__ZN13HIPopupButton9TrackSelfEP14OpaqueEventRefPs"/>
    <stackStatement index="15" address="0x9322a23c" symbolname="__ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEven tRefPv"/>
    <stackStatement index="16" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="17" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="18" address="0x93206b28" symbolname="_SendEventToEventTargetWithOptions"/>
    <stackStatement index="19" address="0x932bf038" symbolname="__Z19SendControlDefTrackP6HIViewRK7CGPointPmPFvP16OpaqueControlRefs EP14OpaqueEventRefPs"/>
    <stackStatement index="20" address="0x932bee90" symbolname="__ZN6HIView13ClickInternalERK7CGPointmPFvP16OpaqueControlRefsEP14Op aqueEventRefb"/>
    <stackStatement index="21" address="0x9329bd6c" symbolname="__ZN6HIView9ClickSelfEP14OpaqueEventRef"/>
    <stackStatement index="22" address="0x9322b3ac" symbolname="__ZN6HIView12EventHandlerEP25OpaqueEventHandlerCallRefP14OpaqueEven tRefPv"/>
    <stackStatement index="23" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="24" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="25" address="0x9320da60" symbolname="_SendEventToEventTarget"/>
    <stackStatement index="26" address="0x9329bafc" symbolname="__ZN6HIView5ClickEP14OpaqueEventRef"/>
    <stackStatement index="27" address="0x9329b9c8" symbolname="_HIViewClick"/>
    <stackStatement index="28" address="0x9329b974" symbolname="_HandleClickAsHIView"/>
    <stackStatement index="29" address="0x9329b2e8" symbolname="_HandleWindowClick"/>
    <stackStatement index="30" address="0x9329ad78" symbolname="_HandleMouseEvent"/>
    <stackStatement index="31" address="0x93249e80" symbolname="_StandardWindowEventHandler"/>
    <stackStatement index="32" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="33" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="34" address="0x932468f8" symbolname="_CallNextEventHandler"/>
    <stackStatement index="35" address="0x93153068" symbolname="__ZN13TBrowseDialog18EventWindowHandlerEP25OpaqueEventHandlerCallRe fP14OpaqueEventRef"/>
    <stackStatement index="36" address="0x93152b90" symbolname="__ZN13TBrowseDialog26EventWindowHandlerDispatchEP25OpaqueEventHandl erCallRefP14OpaqueEventRefPv"/>
    <stackStatement index="37" address="0x93207554" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="38" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="39" address="0x9320da60" symbolname="_SendEventToEventTarget"/>
    <stackStatement index="40" address="0x93299d48" symbolname="__Z25HandleMouseEventForWindowP15OpaqueWindowPtrP14OpaqueEventReft" />
    <stackStatement index="41" address="0x932992c0" symbolname="__Z16HandleMouseEventP14OpaqueEventRef"/>
    <stackStatement index="42" address="0x9320ddcc" symbolname="__Z29ToolboxEventDispatcherHandlerP25OpaqueEventHandlerCallRefP14Op aqueEventRefPv"/>
    <stackStatement index="43" address="0x932077a4" symbolname="__Z23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14Ha ndlerCallRec"/>
    <stackStatement index="44" address="0x93206cac" symbolname="__Z30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventT argetRefP14HandlerCallRec"/>
    <stackStatement index="45" address="0x9320da60" symbolname="_SendEventToEventTarget"/>
    <stackStatement index="46" address="0x9324e7a0" symbolname="_ToolboxEventDispatcher"/>
    <stackStatement index="47" address="0x932ed3d8" symbolname="_TryEventDispatcher"/>
    <stackStatement index="48" address="0x932ed02c" symbolname="_GetOrPeekEvent"/>
    <stackStatement index="49" address="0x932ece84" symbolname="_GetNextEventMatchingMask"/>
    <stackStatement index="50" address="0x932ecc10" symbolname="_WNEInternal"/>
    <stackStatement index="51" address="0x932ecb70" symbolname="_WaitNextEvent"/>
    <stackStatement index="52" address="0x9315db3c" symbolname="__ZN13TBrowseDialog9EventLoopEv"/>
    <stackStatement index="53" address="0x93154af4" symbolname="__ZN13TBrowseDialog11StartDialogEv"/>
    <stackStatement index="54" address="0x9315bcec" symbolname="__ZN16NavGetFileDialog11StartDialogEv"/>
    <stackStatement index="55" address="0x93142a14" symbolname="_ZN11_NavDialog3RunEv"/>
    <stackStatement index="56" address="0x93142948" symbolname="_NavDialogRun"/>
    <stackStatement index="57" address="0x1e79bfa4" symbolname="_ZN5adobe3aws17UIDataInternalMac21PlatformExecuteDialogERNS03gen6StringItEE"/>
    <stackStatement index="58" address="0x1e826938" symbolname="__ZN5adobe3aws14UIDataInternal13ExecuteDialogEv"/>
    <stackStatement index="59" address="0x1e7927a8" symbolname="AWS_CUI_ExecuteDialogInternal"/>
    <stackStatement index="60" address="0x1e1b7534" symbolname="_GetPlugIn"/>
    <stackStatement index="61" address="0x1e1a7108" symbolname="_GetPlugIn"/>
    <stackStatement index="62" address="0x2b088890" symbolname="_ZN19MOpenFileDialogBase8DoDialogEP6IDFileR11SysFileListsPK8PMStringS6"/>
    <stackStatement index="63" address="0x1993bf60" symbolname="__code_start_"/>
    <stackStatement index="64" address="0x1a9db53c" symbolname="__code_start_"/>
    <stackStatement index="65" address="0x171ca0f0" symbolname="_GetPlugIn"/>
    <stackStatement index="66" address="0x171cfd90" symbolname="_GetPlugIn"/>
    <stackStatement index="67" address="0x1b9065e8" symbolname="dyldstub_bindinghelper"/>
    <stackStatement index="68" address="0x1b92551c" symbolname="_GetPlugIn"/>
    <stackStatement index="69" address="0x00002c58" symbolname="_main"/>
    <stackStatement index="70" address="0x000024fc" symbolname="__start"/>
    <stackStatement index="71" address="0x00002370" symbolname="__code_start_"/>
    <stackStatement index="72" address="0x00001000" symbolname="unknown"/>
    </thread>
    </backtrace>
    <registerSet>
    <register name="CTR" value="0x90000dc8"/>
    <register name="LR" value="0x93187f78"/>
    <register name="PC" value="0x9314d278"/>
    <register name="CR" value="0x24022404"/>
    <register name="XER" value="0000000000"/>
    <register name="MQ" value="0x0200f030"/>
    <register name="R0" value="0000000000"/>
    <register name="R1" value="0x93187f60"/>
    <register name="R2" value="0xbfffca70"/>
    <register name="R3" value="0xa0001fac"/>
    <register name="R4" value="0x283768a0"/>
    <register name="R5" value="0xfffffff0"/>
    <register name="R6" value="0000000000"/>
    <register name="R7" value="0x283768a0"/>
    <register name="R8" value="0000000000"/>
    <register name="R9" value="0x00000001"/>
    <register name="R10" value="0000000000"/>
    <register name="R11" value="0x93142500"/>
    <register name="R12" value="0xa313e660"/>
    <register name="R13" value="0x90000dc8"/>
    <register name="R14" value="0x00000002"/>
    <register name="R15" value="0000000000"/>
    <register name="R16" value="0xa32072b8"/>
    <register name="R17" value="0x1f3d1000"/>
    <register name="R18" value="0xbfffcd40"/>
    <register name="R19" value="0x6d656e75"/>
    <register name="R20" value="0x00000001"/>
    <register name="R21" value="0x28375500"/>
    <register name="R22" value="0xffffd96e"/>
    <register name="R23" value="0000000000"/>
    <register name="R24" value="0xbfffce90"/>
    <register name="R25" value="0xfffffff0"/>
    <register name="R26" value="0000000000"/>
    <register name="R27" value="0x00000001"/>
    <register name="R28" value="0xbfffcac0"/>
    <register name="R29" value="0x283768a0"/>
    <register name="R30" value="0x0269bae8"/>
    <register name="R31" value="0x283768a0"/>
    </registerSet>
    <binaryImageSet>
    <binaryImage start="0x00001000" end="0x00005fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Adobe InDesign CS2"/>
    <binaryImage start="0x0000b000" end="0x000b5fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeACE.framework/Versions/A/AdobeACE"/>
    <binaryImage start="0x00205000" end="0x0061dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM"/>
    <binaryImage start="0x0105b000" end="0x01082fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB"/>
    <binaryImage start="0x010eb000" end="0x01129fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeARE.framework/Versions/A/AdobeARE"/>
    <binaryImage start="0x01146000" end="0x0116ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBI BUtils"/>
    <binaryImage start="0x01191000" end="0x011abfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/asn.framework/Versions/A/asn"/>
    <binaryImage start="0x011c1000" end="0x011d0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobePersonalization.framework/Versions/A/ AdobePersonalization"/>
    <binaryImage start="0x011d7000" end="0x011e9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeRegistration.framework/Versions/A/Ado beRegistration"/>
    <binaryImage start="0x011f2000" end="0x011fefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeCrashReporter.framework/Versions/A/Ad obeCrashReporter"/>
    <binaryImage start="0x015f8000" end="0x0182cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeCoolType.framework/Versions/A/AdobeCo olType"/>
    <binaryImage start="0x0193c000" end="0x01c1efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS"/>
    <binaryImage start="0x01d91000" end="0x01e2dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeSVGExport.framework/Versions/A/AdobeS VGExport"/>
    <binaryImage start="0x16e0b000" end="0x16e0bfff" type="__TEXT" path="/System/Library/Components/AppleScript.component/Contents/MacOS/AppleScri pt"/>
    <binaryImage start="0x16e12000" end="0x16e15fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/FontAgentPro.framework/Contents/MacOS/FontAgentPro"/>
    <binaryImage start="0x16e2b000" end="0x16e2dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Metadata Database Filter.framework/Contents/MacOS/Metadata Database Filter"/>
    <binaryImage start="0x16e42000" end="0x16e42fff" type="__TEXT" path="/System/Library/Filesystems/URLMount/afp.URLMounter/Contents/MacOS/afp"/>
    <binaryImage start="0x16f16000" end="0x16f18fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Global Preferences Panel.framework/Contents/MacOS/Global Preferences Panel"/>
    <binaryImage start="0x16f31000" end="0x16f3dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Script/Scripts Panel.framework/Contents/MacOS/Scripts Panel"/>
    <binaryImage start="0x16ff7000" end="0x16ffffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/InCopySharedUI.framework/Contents/MacOS/InCopyS haredUI"/>
    <binaryImage start="0x17006000" end="0x1700cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Online/Update Manager.framework/Contents/MacOS/Update Manager"/>
    <binaryImage start="0x17041000" end="0x1705ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Resources/Runtime_Support/runtime6.bundle/Contents/MacOS/runti me6"/>
    <binaryImage start="0x17041000" end="0x1705ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Resources/Runtime_Support/runtime6.bundle/Contents/MacOS/runti me6"/>
    <binaryImage start="0x17067000" end="0x17070fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Resources/almauthenticator.framework/almauthenticator"/>
    <binaryImage start="0x17179000" end="0x1717efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Workgroup/Workgroup UI.framework/Contents/MacOS/Workgroup UI"/>
    <binaryImage start="0x17181000" end="0x17184fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/SimpleTextImportFilter.framework/Contents/MacOS/SimpleText ImportFilter"/>
    <binaryImage start="0x171bf000" end="0x171f6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Actions.framework/Contents/MacOS/Actions"/>
    <binaryImage start="0x1723e000" end="0x1725dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/IME.framework/Contents/MacOS/IME"/>
    <binaryImage start="0x1727b000" end="0x1727dfff" type="__TEXT" path="/System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings"/>
    <binaryImage start="0x1730a000" end="0x17312fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/General Preferences Panel.framework/Contents/MacOS/General Preferences Panel"/>
    <binaryImage start="0x174c7000" end="0x1751cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Resources/Runtime_Support/runtime1.bundle/Contents/MacOS/runti me1"/>
    <binaryImage start="0x1752e000" end="0x1759bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/Frameworks/adobelm.bundle/Contents/MacOS/adobelm"/>
    <binaryImage start="0x175c0000" end="0x1765bfff" type="__TEXT" path="/Library/Application Support/Adobe/AGL/AGLUnicode.framework/Versions/2.8/libagluc.dylib.28.0"/>
    <binaryImage start="0x179f2000" end="0x179fbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Help.framework/Contents/MacOS/Help"/>
    <binaryImage start="0x17a71000" end="0x17a79fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Sections UI.framework/Contents/MacOS/Sections UI"/>
    <binaryImage start="0x17aae000" end="0x17ad1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Optical Kerning.framework/Contents/MacOS/Optical Kerning"/>
    <binaryImage start="0x17bb8000" end="0x17c0cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Dictionaries/Proximity/Proximity.framework/Contents/MacOS/Proximit y"/>
    <binaryImage start="0x17c18000" end="0x17c3efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Text Wrap Panel.framework/Contents/MacOS/Text Wrap Panel"/>
    <binaryImage start="0x17db0000" end="0x17db3fff" type="__TEXT" path="/System/Library/Components/Ink.component/Contents/MacOS/Ink"/>
    <binaryImage start="0x17e76000" end="0x17edefff" type="__TEXT" path="/Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder"/>
    <binaryImage start="0x1815d000" end="0x18215fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/InCopyWorkflow.framework/Contents/MacOS/InCopyW orkflow"/>
    <binaryImage start="0x18257000" end="0x18314fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Tagged Text Attributes.framework/Contents/MacOS/Tagged Text Attributes"/>
    <binaryImage start="0x19053000" end="0x190ccfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/DataMerge.framework/Contents/MacOS/DataMerge"/>
    <binaryImage start="0x1919a000" end="0x191f3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Behavior.framework/Contents/MacOS/Behavior"/>
    <binaryImage start="0x19205000" end="0x1921bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Performance UI.framework/Contents/MacOS/Performance UI"/>
    <binaryImage start="0x19296000" end="0x19304fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/XMLParser.framework/Contents/MacOS/XMLParser"/>
    <binaryImage start="0x19326000" end="0x19381fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXEParser.framework/Versions/A/AdobeA XEParser"/>
    <binaryImage start="0x19411000" end="0x19419fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Color Panel.framework/Contents/MacOS/Text Color Panel"/>
    <binaryImage start="0x1941e000" end="0x1945dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Book Panel.framework/Contents/MacOS/Book Panel"/>
    <binaryImage start="0x19907000" end="0x19917fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Workgroup Client.framework/Contents/MacOS/Workgroup Client"/>
    <binaryImage start="0x1991c000" end="0x19933fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Document Actions.framework/Contents/MacOS/Document Actions"/>
    <binaryImage start="0x1993b000" end="0x19961fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Open Place.framework/Contents/MacOS/Open Place"/>
    <binaryImage start="0x1996b000" end="0x199acfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/CompFontMgr.framework/Contents/MacOS/CompFontMg r"/>
    <binaryImage start="0x199b9000" end="0x19a40fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/CJK Text Attributes.framework/Contents/MacOS/CJK Text Attributes"/>
    <binaryImage start="0x19a57000" end="0x19a83fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Utility/Plugin Manager.framework/Contents/MacOS/Plugin Manager"/>
    <binaryImage start="0x19a91000" end="0x19af8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Asset PubLibrary.framework/Contents/MacOS/Asset PubLibrary"/>
    <binaryImage start="0x19b09000" end="0x19b43fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Asset Library Panel.framework/Contents/MacOS/Asset Library Panel"/>
    <binaryImage start="0x19b54000" end="0x19b84fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Color Management UI.framework/Contents/MacOS/Color Management UI"/>
    <binaryImage start="0x19b8e000" end="0x19bf6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Color Picker Panel.framework/Contents/MacOS/Color Picker Panel"/>
    <binaryImage start="0x19c0c000" end="0x19c2afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Swatch Library Panel.framework/Contents/MacOS/Swatch Library Panel"/>
    <binaryImage start="0x19c34000" end="0x19c4efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Layout Adjustment.framework/Contents/MacOS/Layout Adjustment"/>
    <binaryImage start="0x19ca6000" end="0x19d2cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Swatches Panel.framework/Contents/MacOS/Swatches Panel"/>
    <binaryImage start="0x19d47000" end="0x19ddbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Scripting.framework/Contents/MacOS/Scripting"/>
    <binaryImage start="0x19de9000" end="0x19e54fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/INXCore.framework/Contents/MacOS/INXCore"/>
    <binaryImage start="0x19e62000" end="0x19e9dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Support for AppleScript.framework/Contents/MacOS/Support for AppleScript"/>
    <binaryImage start="0x19ea5000" end="0x19ee6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Script/Support for JavaScript.framework/Contents/MacOS/Support for JavaScript"/>
    <binaryImage start="0x19f05000" end="0x19f64fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeExtendScript.framework/Versions/A/Ado beExtendScript"/>
    <binaryImage start="0x19fab000" end="0x19ffffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Knowledge Base.framework/Contents/MacOS/Knowledge Base"/>
    <binaryImage start="0x1a00e000" end="0x1a01afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Tool Tips.framework/Contents/MacOS/Tool Tips"/>
    <binaryImage start="0x1a022000" end="0x1a0fffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Widgets.framework/Contents/MacOS/Widgets"/>
    <binaryImage start="0x1a145000" end="0x1a15dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Sections.framework/Contents/MacOS/Sections"/>
    <binaryImage start="0x1a166000" end="0x1a193fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Layers Panel.framework/Contents/MacOS/Layers Panel"/>
    <binaryImage start="0x1a1a2000" end="0x1a1b6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/SING.framework/Contents/MacOS/SING"/>
    <binaryImage start="0x1a1bc000" end="0x1a21cfff" type="__TEXT" path="/Library/Application Support/Adobe/SING/SING.bundle/Contents/MacOS/SING"/>
    <binaryImage start="0x1a365000" end="0x1a3c5fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/SING.bundle/Contents/MacOS/SING"/>
    <binaryImage start="0x1a513000" end="0x1a51dfff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TINthread.dylib"/>
    <binaryImage start="0x1a688000" end="0x1a6cbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spline.framework/Contents/MacOS/Spline"/>
    <binaryImage start="0x1a6db000" end="0x1a6e7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Group.framework/Contents/MacOS/Group"/>
    <binaryImage start="0x1a7bc000" end="0x1a809fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Book.framework/Contents/MacOS/Book"/>
    <binaryImage start="0x1a817000" end="0x1a93bfff" type="__TEXT" path="/Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support"/>
    <binaryImage start="0x1a9a7000" end="0x1a9c1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Data Services/Transforms/Co-Author.framework/Contents/MacOS/Co-Author"/>
    <binaryImage start="0x1a9cd000" end="0x1a9d4fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/SaveBack.framework/Contents/MacOS/SaveBack"/>
    <binaryImage start="0x1a9da000" end="0x1a9e2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Document UI.framework/Contents/MacOS/Document UI"/>
    <binaryImage start="0x1a9f7000" end="0x1a9fbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Layout Adjustment Panel.framework/Contents/MacOS/Layout Adjustment Panel"/>
    <binaryImage start="0x1ab05000" end="0x1ab6dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Links.framework/Contents/MacOS/Links"/>
    <binaryImage start="0x1abcd000" end="0x1abeafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Guides.framework/Contents/MacOS/Guides"/>
    <binaryImage start="0x1abf4000" end="0x1abfbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Keeps Panel.framework/Contents/MacOS/Keeps Panel"/>
    <binaryImage start="0x1ad05000" end="0x1ad5efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader for Excel.framework/Contents/MacOS/Reader for Excel"/>
    <binaryImage start="0x1ae04000" end="0x1ae31fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/PMFileReader.dylib"/>
    <binaryImage start="0x1ae47000" end="0x1ae78fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Assignments.framework/Contents/MacOS/Assignment s"/>
    <binaryImage start="0x1ae86000" end="0x1aeaefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Layer.framework/Contents/MacOS/Layer"/>
    <binaryImage start="0x1aecc000" end="0x1b5bbfff" type="__TEXT" path="/Library/Application Support/Adobe/AGL/AGLData.framework/Versions/2.8/libagldata.dylib.28.0"/>
    <binaryImage start="0x1b7e8000" end="0x1b7f5fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Import Export UI.framework/Contents/MacOS/Import Export UI"/>
    <binaryImage start="0x1b905000" end="0x1b9f8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/AppFramework.framework/Contents/MacOS/AppFramew ork"/>
    <binaryImage start="0x1bb63000" end="0x1bc43fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Application UI.framework/Contents/MacOS/Application UI"/>
    <binaryImage start="0x1bc82000" end="0x1bcc7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Walker.framework/Contents/MacOS/Text Walker"/>
    <binaryImage start="0x1bcd5000" end="0x1bd21fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Linguistics.framework/Contents/MacOS/Linguistic s"/>
    <binaryImage start="0x1bd33000" end="0x1bd81fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Panel.framework/Contents/MacOS/Text Panel"/>
    <binaryImage start="0x1bd93000" end="0x1bdd6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Spelling Panel.framework/Contents/MacOS/Spelling Panel"/>
    <binaryImage start="0x1bde6000" end="0x1be75fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Editor.framework/Contents/MacOS/Text Editor"/>
    <binaryImage start="0x1be8d000" end="0x1bfc1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Layout UI.framework/Contents/MacOS/Layout UI"/>
    <binaryImage start="0x1bfef000" end="0x1c081fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Hyperlinks.framework/Contents/MacOS/Hyperlinks" />
    <binaryImage start="0x1c094000" end="0x1c0edfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Master Page.framework/Contents/MacOS/Master Page"/>
    <binaryImage start="0x1c0fb000" end="0x1c116fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Utilities.framework/Contents/MacOS/Utilities"/>
    <binaryImage start="0x1c120000" end="0x1c224fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Color Management.framework/Contents/MacOS/Color Management"/>
    <binaryImage start="0x1c267000" end="0x1c275fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spelling Service.framework/Contents/MacOS/Spelling Service"/>
    <binaryImage start="0x1c27c000" end="0x1c2d2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Wrap.framework/Contents/MacOS/Text Wrap"/>
    <binaryImage start="0x1c2e2000" end="0x1c2effff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Find Change Format Panel.framework/Contents/MacOS/Find Change Format Panel"/>
    <binaryImage start="0x1c405000" end="0x1c48afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Booklet/InBooklet SE.4x.pln.framework/Contents/MacOS/InBooklet SE.4x.pln"/>
    <binaryImage start="0x1c605000" end="0x1c722fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Document Framework.framework/Contents/MacOS/Document Framework"/>
    <binaryImage start="0x1c745000" end="0x1c8f2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/XML.framework/Contents/MacOS/XML"/>
    <binaryImage start="0x1c96c000" end="0x1ca76fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/XMedia/XMedia UI.framework/Contents/MacOS/XMedia UI"/>
    <binaryImage start="0x1caa6000" end="0x1cc85fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Table Model.framework/Contents/MacOS/Table Model"/>
    <binaryImage start="0x1ccaf000" end="0x1cd83fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Tables/Tables UI.framework/Contents/MacOS/Tables UI"/>
    <binaryImage start="0x1cda0000" end="0x1cebafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Galley.framework/Contents/MacOS/Galley"/>
    <binaryImage start="0x1ced4000" end="0x1cfb0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Graphics.framework/Contents/MacOS/Graphics"/>
    <binaryImage start="0x1cfc7000" end="0x1d039fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Transparency.framework/Contents/MacOS/Transpare ncy"/>
    <binaryImage start="0x1d051000" end="0x1d46efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text.framework/Contents/MacOS/Text"/>
    <binaryImage start="0x1d4d5000" end="0x1d53afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Gradient Fill.framework/Contents/MacOS/Gradient Fill"/>
    <binaryImage start="0x1d54e000" end="0x1d6defff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Generic Page Item.framework/Contents/MacOS/Generic Page Item"/>
    <binaryImage start="0x1d709000" end="0x1d824fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Print.framework/Contents/MacOS/Print"/>
    <binaryImage start="0x1d87c000" end="0x1d8fffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/CJKGrid.framework/Contents/MacOS/CJKGrid"/>
    <binaryImage start="0x1d910000" end="0x1d962fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Stroke and Fill.framework/Contents/MacOS/Stroke and Fill"/>
    <binaryImage start="0x1d970000" end="0x1d9ebfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/FormField.framework/Contents/MacOS/FormField"/>
    <binaryImage start="0x1da00000" end="0x1da46fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Find and Change Panel.framework/Contents/MacOS/Find and Change Panel"/>
    <binaryImage start="0x1da7f000" end="0x1da96fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/PMWelcomeScreen.framework/Contents/MacOS/PMWelcomeScreen"/>
    <binaryImage start="0x1daa4000" end="0x1daf2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeScCore.framework/Versions/A/AdobeScCo re"/>
    <binaryImage start="0x1db28000" end="0x1dbbffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeUpdater.framework/Versions/A/AdobeUpd ater"/>
    <binaryImage start="0x1dc24000" end="0x1e111fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/HighLevelAPI.framework/Contents/MacOS/HighLevel API"/>
    <binaryImage start="0x1e18d000" end="0x1e1dafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/AWS.framework/Contents/MacOS/AWS"/>
    <binaryImage start="0x1e1f3000" end="0x1e52afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/versioncue.framework/Versions/a/versioncue "/>
    <binaryImage start="0x1e790000" end="0x1ea37fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/versioncueui.framework/Versions/a/versionc ueui"/>
    <binaryImage start="0x1ebc6000" end="0x1ec20fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP"/>
    <binaryImage start="0x1ec46000" end="0x1ec6afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/ AdobeAXE8SharedExpat"/>
    <binaryImage start="0x1ed14000" end="0x1ed37fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Workgroup.framework/Contents/MacOS/Workgroup"/>
    <binaryImage start="0x1ed3c000" end="0x1ed97fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Info Panel.framework/Contents/MacOS/Info Panel"/>
    <binaryImage start="0x1eda4000" end="0x1edf3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Hyperlinks Panel.framework/Contents/MacOS/Hyperlinks Panel"/>
    <binaryImage start="0x1ee05000" end="0x1eec0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Indexing.framework/Contents/MacOS/Indexing"/>
    <binaryImage start="0x1eed7000" end="0x1ef9bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/SangamServicer-Mapper.framework/Contents/MacOS/SangamServi cer-Mapper"/>
    <binaryImage start="0x1efdd000" end="0x1f036fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/Sangam.framework/Versions/A/Sangam"/>
    <binaryImage start="0x1f087000" end="0x1f0d3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Output Preview.framework/Contents/MacOS/Output Preview"/>
    <binaryImage start="0x1f0e4000" end="0x1f119fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/PNG Import Filter.framework/Contents/MacOS/PNG Import Filter"/>
    <binaryImage start="0x1f123000" end="0x1f1fafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Image.framework/Contents/MacOS/Image"/>
    <binaryImage start="0x1f932000" end="0x1f9f9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Font Manager.framework/Contents/MacOS/Font Manager"/>
    <binaryImage start="0x1fa0c000" end="0x1fb2dfff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TIN.bundle/Contents/MacOS/TIN"/>
    <binaryImage start="0x20042000" end="0x20163fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TIN.bundle/Contents/MacOS/TIN"/>
    <binaryImage start="0x20678000" end="0x20799fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TIN.bundle/Contents/MacOS/TIN"/>
    <binaryImage start="0x20e8e000" end="0x20f37fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/EPS Page Item.framework/Contents/MacOS/EPS Page Item"/>
    <binaryImage start="0x20f55000" end="0x20f72fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobePDFSettings.framework/Versions/A/Adob ePDFSettings"/>
    <binaryImage start="0x20f92000" end="0x20fb7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXE16SharedExpat.framework/Versions/A /AdobeAXE16SharedExpat"/>
    <binaryImage start="0x20fcf000" end="0x20fe0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Layout.framework/Contents/MacOS/Layout"/>
    <binaryImage start="0x21000000" end="0x21028fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/TextPanelLib.dylib"/>
    <binaryImage start="0x21037000" end="0x21158fff" type="__TEXT" path="/Library/Application Support/Adobe/SING/TIN.bundle/Contents/MacOS/TIN"/>
    <binaryImage start="0x2196d000" end="0x21aa4fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/PDF.framework/Contents/MacOS/PDF"/>
    <binaryImage start="0x21ae0000" end="0x21f64fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL"/ >
    <binaryImage start="0x221d6000" end="0x22269fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K"/ >
    <binaryImage start="0x22282000" end="0x22329fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobePDFPort.framework/Versions/A/AdobePDF Port"/>
    <binaryImage start="0x223e8000" end="0x22430fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Basic Tools.framework/Basic Tools"/>
    <binaryImage start="0x22448000" end="0x22477fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spread UI.framework/Contents/MacOS/Spread UI"/>
    <binaryImage start="0x22481000" end="0x22560fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spread.framework/Contents/MacOS/Spread"/>
    <binaryImage start="0x22673000" end="0x2268bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/DockBar.framework/Contents/MacOS/DockBar"/>
    <binaryImage start="0x226a6000" end="0x226affff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/CropTool.framework/Contents/MacOS/CropTool"/>
    <binaryImage start="0x226be000" end="0x2273bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader For PageMaker.framework/Contents/MacOS/Reader For PageMaker"/>
    <binaryImage start="0x227b0000" end="0x227f8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Path Type.framework/Contents/MacOS/Path Type"/>
    <binaryImage start="0x22806000" end="0x22829fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Control Panel.framework/Contents/MacOS/Control Panel"/>
    <binaryImage start="0x22832000" end="0x22859fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Transform Panel.framework/Contents/MacOS/Transform Panel"/>
    <binaryImage start="0x22862000" end="0x228bcfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Character Panel.framework/Contents/MacOS/Character Panel"/>
    <binaryImage start="0x228d3000" end="0x228e7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Path Type UI.framework/Contents/MacOS/Path Type UI"/>
    <binaryImage start="0x22a05000" end="0x22a3efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Interactive/FormFieldUI.framework/Contents/MacOS/FormFieldUI"/>
    <binaryImage start="0x22a50000" end="0x22ab1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Graphic Panels.framework/Contents/MacOS/Graphic Panels"/>
    <binaryImage start="0x22ac4000" end="0x22b27fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Spline UI.framework/Contents/MacOS/Spline UI"/>
    <binaryImage start="0x22b49000" end="0x22b77fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Eyedropper Tool.framework/Contents/MacOS/Eyedropper Tool"/>
    <binaryImage start="0x22b82000" end="0x22bd0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Glyphs Panel.framework/Contents/MacOS/Glyphs Panel"/>
    <binaryImage start="0x22be2000" end="0x22c4efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Pages Panel.framework/Contents/MacOS/Pages Panel"/>
    <binaryImage start="0x22c63000" end="0x22c78fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Style Panel.framework/Contents/MacOS/Text Style Panel"/>
    <binaryImage start="0x22c7e000" end="0x22caffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Style Panel.framework/Contents/MacOS/Style Panel"/>
    <binaryImage start="0x22cc1000" end="0x22ccafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Story Panel.framework/Contents/MacOS/Story Panel"/>
    <binaryImage start="0x22cd0000" end="0x22d25fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/ObjectStylesUI.framework/Contents/MacOS/ObjectStylesUI"/>
    <binaryImage start="0x22d3c000" end="0x22d6dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Gradient Panel.framework/Contents/MacOS/Gradient Panel"/>
    <binaryImage start="0x22d99000" end="0x22da3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Generic Style Editor.framework/Contents/MacOS/Generic Style Editor"/>
    <binaryImage start="0x22dab000" end="0x22dc8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Transparency UI.framework/Contents/MacOS/Transparency UI"/>
    <binaryImage start="0x22dd2000" end="0x22de9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Bookmark Panel.framework/Contents/MacOS/Bookmark Panel"/>
    <binaryImage start="0x22df5000" end="0x22df9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Script/Script Label Panel.framework/Contents/MacOS/Script Label Panel"/>
    <binaryImage start="0x22e0f000" end="0x22e2dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Navigator Panel.framework/Contents/MacOS/Navigator Panel"/>
    <binaryImage start="0x22e3a000" end="0x22e8ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Links Panel.framework/Contents/MacOS/Links Panel"/>
    <binaryImage start="0x22ea1000" end="0x22eeefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Index Panel.framework/Contents/MacOS/Index Panel"/>
    <binaryImage start="0x23015000" end="0x23084fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/BNCore.framework/Contents/MacOS/BNCore"/>
    <binaryImage start="0x23094000" end="0x230d7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/BNUI.framework/Contents/MacOS/BNUI"/>
    <binaryImage start="0x230e6000" end="0x230eefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Justification Panel.framework/Contents/MacOS/Justification Panel"/>
    <binaryImage start="0x230f3000" end="0x23119fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Paragraph Panel.framework/Contents/MacOS/Paragraph Panel"/>
    <binaryImage start="0x23123000" end="0x2312afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Alignment Panel.framework/Contents/MacOS/Alignment Panel"/>
    <binaryImage start="0x23135000" end="0x2317efff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Wrap Path.framework/Contents/MacOS/Text Wrap Path"/>
    <binaryImage start="0x2318c000" end="0x2319ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Page Item/Scotch Rules.framework/Contents/MacOS/Scotch Rules"/>
    <binaryImage start="0x231b4000" end="0x231cffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Rulers.framework/Contents/MacOS/Rulers"/>
    <binaryImage start="0x231ea000" end="0x231fdfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Tool Box.framework/Contents/MacOS/Tool Box"/>
    <binaryImage start="0x23207000" end="0x23251fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Attributes.framework/Contents/MacOS/Text Attributes"/>
    <binaryImage start="0x23261000" end="0x232acfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader for RTF.framework/Contents/MacOS/Reader for RTF"/>
    <binaryImage start="0x23405000" end="0x23469fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader for Word.framework/Contents/MacOS/Reader for Word"/>
    <binaryImage start="0x234ae000" end="0x234eefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Image Filters.framework/Contents/MacOS/Image Filters"/>
    <binaryImage start="0x234f7000" end="0x234fcfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/PNG Import Filter UI.framework/Contents/MacOS/PNG Import Filter UI"/>
    <binaryImage start="0x23605000" end="0x2362cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/ZTextReader.framework/Contents/MacOS/ZTextReader"/>
    <binaryImage start="0x236f4000" end="0x236fafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/StepRepeat.framework/Contents/MacOS/StepRepeat"/>
    <binaryImage start="0x23805000" end="0x23866fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Metadata.framework/Contents/MacOS/Metadata"/>
    <binaryImage start="0x2388d000" end="0x238dbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/TOC.framework/Contents/MacOS/TOC"/>
    <binaryImage start="0x23a05000" end="0x23ad5fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/InCopyShared.framework/Contents/MacOS/InCopySha red"/>
    <binaryImage start="0x23af4000" end="0x23afbfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Create Guides Dialog.framework/Contents/MacOS/Create Guides Dialog"/>
    <binaryImage start="0x23c05000" end="0x23ce2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Readers/Reader for Quark.framework/Contents/MacOS/Reader for Quark"/>
    <binaryImage start="0x23d49000" end="0x23dcafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Paragraph Composer.framework/Contents/MacOS/Paragraph Composer"/>
    <binaryImage start="0x23dd2000" end="0x23de8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Data Services/Transforms/DTTransform.framework/Contents/MacOS/DTTransform"/>
    <binaryImage start="0x24000000" end="0x2400afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/PathTypeLib.dylib"/>
    <binaryImage start="0x2400f000" end="0x240bcfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE "/>
    <binaryImage start="0x24129000" end="0x2420afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/AdobeAXEDOMCore.framework/Versions/A/Adobe AXEDOMCore"/>
    <binaryImage start="0x242a2000" end="0x242e2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/XMedia/Snippet.framework/Contents/MacOS/Snippet"/>
    <binaryImage start="0x242ed000" end="0x24352fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/XMedia/Package For GoLive.framework/Contents/MacOS/Package For GoLive"/>
    <binaryImage start="0x24457000" end="0x24473fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Create Outlines.framework/Contents/MacOS/Create Outlines"/>
    <binaryImage start="0x244cc000" end="0x244ddfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/XMedia/Package For GoLive UI.framework/Contents/MacOS/Package For GoLive UI"/>
    <binaryImage start="0x2457e000" end="0x24597fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Font Usage Dialog.framework/Contents/MacOS/Font Usage Dialog"/>
    <binaryImage start="0x245a0000" end="0x245b2fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Workflow/Metadata UI.framework/Contents/MacOS/Metadata UI"/>
    <binaryImage start="0x245d3000" end="0x245edfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Shortcut Editor Dialog.framework/Contents/MacOS/Shortcut Editor Dialog"/>
    <binaryImage start="0x245f5000" end="0x245fcfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/InCopyWorkflow/InCopyImport.framework/Contents/MacOS/InCopyImport" />
    <binaryImage start="0x24705000" end="0x24792fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/../Frameworks/FileInfo.framework/Versions/A/FileInfo"/>
    <binaryImage start="0x26b74000" end="0x26b9bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/UI/Galley Preferences.framework/Contents/MacOS/Galley Preferences"/>
    <binaryImage start="0x26baa000" end="0x26bc8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Ruler.framework/Contents/MacOS/Text Ruler"/>
    <binaryImage start="0x26bd1000" end="0x26bf4fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Preferences.framework/Contents/MacOS/Text Preferences"/>
    <binaryImage start="0x26cd1000" end="0x26ce5fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Text Frame Options.framework/Contents/MacOS/Text Frame Options"/>
    <binaryImage start="0x26ced000" end="0x26cfefff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/RunIn Styles Panel.framework/Contents/MacOS/RunIn Styles Panel"/>
    <binaryImage start="0x26d05000" end="0x26d14fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Paragraph Rules Panel.framework/Contents/MacOS/Paragraph Rules Panel"/>
    <binaryImage start="0x26d19000" end="0x26d27fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Indents and Tabs.framework/Contents/MacOS/Indents and Tabs"/>
    <binaryImage start="0x26d2e000" end="0x26d37fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Text/Hyphenation Panel.framework/Contents/MacOS/Hyphenation Panel"/>
    <binaryImage start="0x26d3e000" end="0x26d97fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Prepress/Package and Preflight.framework/Contents/MacOS/Package and Preflight"/>
    <binaryImage start="0x26d9f000" end="0x26de1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Prepress/Package and Preflight UI.framework/Contents/MacOS/Package and Preflight UI"/>
    <binaryImage start="0x26df2000" end="0x26e0ffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/PMToolBar.framework/Contents/MacOS/PMToolBar"/>
    <binaryImage start="0x26e18000" end="0x26e47fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/PMPack/DataMergeUI.framework/Contents/MacOS/DataMergeUI"/>
    <binaryImage start="0x26e56000" end="0x26e66fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/PS Import UI.framework/Contents/MacOS/PS Import UI"/>
    <binaryImage start="0x26e6d000" end="0x26e86fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Page Item/Image Import UI.framework/Contents/MacOS/Image Import UI"/>
    <binaryImage start="0x26e8f000" end="0x26ec3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/TOC UI Dialog.framework/Contents/MacOS/TOC UI Dialog"/>
    <binaryImage start="0x26ed0000" end="0x26eedfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Layout/Page Setup Dialog.framework/Contents/MacOS/Page Setup Dialog"/>
    <binaryImage start="0x26f24000" end="0x26f2bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/InCopyWorkflow/InCopyWorkflow UI.framework/Contents/MacOS/InCopyWorkflow UI"/>
    <binaryImage start="0x26f4e000" end="0x26f71fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Interactive/MediaUI.framework/Contents/MacOS/MediaUI"/>
    <binaryImage start="0x26f81000" end="0x26fcafff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Interactive/BehaviorUI.framework/Contents/MacOS/BehaviorUI"/>
    <binaryImage start="0x26fdd000" end="0x26fe6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/SVG Export UI.framework/Contents/MacOS/SVG Export UI"/>
    <binaryImage start="0x26feb000" end="0x26ff1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/JPEG Export UI.framework/Contents/MacOS/JPEG Export UI"/>
    <binaryImage start="0x27000000" end="0x27000fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAnd UI"/>
    <binaryImage start="0x27566000" end="0x275e8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/SVG Export.framework/Contents/MacOS/SVG Export"/>
    <binaryImage start="0x27613000" end="0x2769cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/PrintUI.framework/Contents/MacOS/PrintUI"/>
    <binaryImage start="0x276b9000" end="0x276cdfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Printer Styles.framework/Contents/MacOS/Printer Styles"/>
    <binaryImage start="0x276d5000" end="0x2774afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/PDF UI.framework/Contents/MacOS/PDF UI"/>
    <binaryImage start="0x27769000" end="0x2777cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/OutputMiscUI.framework/Contents/MacOS/OutputMiscUI"/>
    <binaryImage start="0x27787000" end="0x2779cfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/JPEG Export.framework/Contents/MacOS/JPEG Export"/>
    <binaryImage start="0x277a6000" end="0x277b1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/EPS UI.framework/Contents/MacOS/EPS UI"/>
    <binaryImage start="0x277b6000" end="0x277c1fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Graphics/Clipping Path Dialog.framework/Contents/MacOS/Clipping Path Dialog"/>
    <binaryImage start="0x277c9000" end="0x27836fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Tagged Text Filters.framework/Contents/MacOS/Tagged Text Filters"/>
    <binaryImage start="0x27841000" end="0x2784dfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Tagged Text Filters UI.framework/Contents/MacOS/Tagged Text Filters UI"/>
    <binaryImage start="0x27852000" end="0x27896fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/SangamExport.framework/Contents/MacOS/SangamExport"/>
    <binaryImage start="0x278b3000" end="0x278d4fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Sangam Preferences UI.framework/Contents/MacOS/Sangam Preferences UI"/>
    <binaryImage start="0x278e9000" end="0x27906fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Filters/Media Import Filter.framework/Contents/MacOS/Media Import Filter"/>
    <binaryImage start="0x27930000" end="0x279c0fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Enfocus/Instant PDF.framework/Contents/MacOS/Instant PDF"/>
    <binaryImage start="0x27a81000" end="0x27cbffff" type="__TEXT" path="/Library/Frameworks/IPWorks.framework/Versions/6.0/IPWorks"/>
    <binaryImage start="0x28000000" end="0x28000fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel"/>
    <binaryImage start="0x28003000" end="0x2817afff" type="__TEXT" path="/Library/Frameworks/EnfocusQueueManager.framework/EnfocusQueueManager"/>
    <binaryImage start="0x28295000" end="0x282c9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Dictionaries/Dictionary Editor Dialog.framework/Contents/MacOS/Dictionary Editor Dialog"/>
    <binaryImage start="0x282dc000" end="0x282e9fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Data Services/Data Services.framework/Contents/MacOS/Data Services"/>
    <binaryImage start="0x282ef000" end="0x282f6fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Plug-Ins/Data Services/Data Services UI.framework/Contents/MacOS/Data Services UI"/>
    <binaryImage start="0x28405000" end="0x28414fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Text Editor Model.framework/Contents/MacOS/Text Editor Model"/>
    <binaryImage start="0x2841a000" end="0x2842afff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Sound.framework/Contents/MacOS/Sound"/>
    <binaryImage start="0x28431000" end="0x285fffff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Photoshop Import Filter.framework/Contents/MacOS/Photoshop Import Filter"/>
    <binaryImage start="0x28689000" end="0x28697fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/PDF Library.framework/Contents/MacOS/PDF Library"/>
    <binaryImage start="0x2869c000" end="0x286b3fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Movie.framework/Contents/MacOS/Movie"/>
    <binaryImage start="0x286bb000" end="0x286e7fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Media.framework/Contents/MacOS/Media"/>
    <binaryImage start="0x286f0000" end="0x28701fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/GenericSettings.framework/Contents/MacOS/Generi cSettings"/>
    <binaryImage start="0x28706000" end="0x2872bfff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/Required/Dialog Layout.framework/Contents/MacOS/Dialog Layout"/>
    <binaryImage start="0x29000000" end="0x29045fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/ObjectModelLib.dylib"/>
    <binaryImage start="0x2a000000" end="0x2a034fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/DataBaseLib.dylib"/>
    <binaryImage start="0x2b000000" end="0x2b127fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/WidgetBinLib.dylib"/>
    <binaryImage start="0x2c000000" end="0x2c2b8fff" type="__TEXT" path="/Applications/Adobe InDesign CS2/Adobe InDesign CS2.app/Contents/MacOS/PublicLib.dylib"/>
    <

  • Delay when opening QT files on network drives

    This is on Windows XP, QuickTime 7 Pro...
    When I try to open any QuickTime-associated file, if that file's on a network drive, there's a delay of at least 30 seconds before the QT player opens and is ready to play the file (during the delay, there's little or no apparent network or disk activity).
    It's not caused by a slow network, because when I open AVI or WMV files of similar sizes on the same network drive, Windows Media Player opens and starts to play them within a second or two.
    It's not caused by my anti-virus software, because the same thing happens even if I've disabled the anti-virus software.
    It's also not a general QuickTime problem because if I copy the file to my local drive and then open that copy, the QT player opens right away.
    It does seem to be related to the underlying QuickTime system (rather than the higher level player), because the delay also happens if I assign Real Player to open MOV files instead of the QT player. The only difference is that instead of NOTHING happening for 30 seconds, the Real Player window opens immediately but doesn't show any video and is unresponsive until the file starts playing 30+ seconds later.
    I went into the QT control panel and fiddled with the streaming and advanced settings, but nothing seems to help.
    Is this a known problem and if so what's the solution?

    I use a 10/100 ethernet network and notice a slight difference (but not 30 seconds) as compared to "local" files. The same happens with nearly any other file format.
    On internal HD's on the network (Mac and PC) I get the slight delay. A Firewire drive on the same network seems to be about normal.
    Try this:
    Set the QuickTime "cache" (QT Control Panel/Advanced tab) large enough to keep a copy.
    Use your current method to open the QT file (waiting if needed).
    Use the QuickTime "Favorites" menu to "bookmark" the file.
    Quit and relaunch QuickTime and try opening from the Favorites menu.
    Quicker?
    Empty the QT "cache" and try from the Favorites menu again.

  • How can I get a Powershell script which maps network drives to execute at logon to any workstation in my domain

    I want to map network drives for each user when they logon to any workstation in the network.  I have created and tested the PS1 script which works fine where the drives attach and used persistent parameter.  I have updated the Windows 7 Professional
    64-bit workstation to the latest PS 4.0 code.  I have created the GPO and believe everything is assigned properly.  I made changes to allow execution of local and remote signed scripts.  I have forced the changes on a workstation using GPUPDATE
    /force, but the drives do not connect.  The GPRESULT is as follows which shows the policies are in place as shown below.  
    What am I missing to get the script to execute? 
    RSOP data for MRC\mikeg on MIDRUBD03 : Logging Mode
    OS Configuration:            Member Workstation
    OS Version:                  6.1.7601
    Site Name:                   N/A
    Roaming Profile:             N/A
    Local Profile:               C:\Users\mikeg.MRC
    Connected over a slow link?: No
    USER SETTINGS
        CN=My Name,CN=Users,DC=mrc,DC=net
        Last time Group Policy was applied: 7/21/2014 at 8:22:05 AM
        Group Policy was applied from:      MIDSRVR01.mrc.net
        Group Policy slow link threshold:   500 kbps
        Domain Name:                        MRC
        Domain Type:                        Windows 2000
        Applied Group Policy Objects
            StartingUp
        The following GPOs were not applied because they were filtered out
            Default Domain Policy
                Filtering:  Not Applied (Empty)
            Local Group Policy
                Filtering:  Not Applied (Empty)
        The user is a part of the following security groups
            Domain Admins
            Everyone
            BUILTIN\Administrators
            BUILTIN\Users
            NT AUTHORITY\INTERACTIVE
            CONSOLE LOGON
            NT AUTHORITY\Authenticated Users
            This Organization
            LOCAL
            MRCAdmins
            Domain Users
            Enterprise Admins
            Schema Admins
            AS400_Permanent_Users
            Denied RODC Password Replication Group
            DnsAdmins
            High Mandatory Level
        The user has the following security privileges
        Resultant Set Of Policies for User
            Software Installations
                N/A
            Logon Scripts
                GPO: StartingUp
                    Name:         C:\Windows\SYSVOL\sysvol\mrc.net\Policies\{47773A6D-1115-4A3D-BB74-F672B315A430}\User\Scr
    pts\Logon\MapDriveScript.ps1
                    Parameters:
                    LastExecuted: This script has not yet been executed.
            Logoff Scripts
            Public Key Policies
                N/A
            Administrative Templates
                GPO: StartingUp
                    KeyName:     Software\Policies\Microsoft\Windows\PowerShell\EnableScripts
                    Value:       1, 0, 0, 0
                    State:       Enabled
                GPO: StartingUp
                    KeyName:     Software\Policies\Microsoft\Windows\PowerShell\ExecutionPolicy
                    Value:       82, 0, 101, 0, 109, 0, 111, 0, 116, 0, 101, 0, 83, 0, 105, 0, 103, 0, 110, 0, 101, 0, 100,
    0, 0, 0
                    State:       Enabled
            Folder Redirection
                N/A
            Internet Explorer Browser User Interface
                N/A
            Internet Explorer Connection
                N/A
            Internet Explorer URLs
                N/A
            Internet Explorer Security
                N/A
            Internet Explorer Programs
                N/A

    >                  Name:
    > C:\Windows\SYSVOL\sysvol\mrc.net\Policies\{47773A6D-1115-4A3D-BB74-F672B315A430}\User\Scr
    > pts\Logon\MapDriveScript.ps1
    >                  Parameters:
    First: Only one of all current answers points in the right direction.
    You picked the local sysvol path on the DC which does not exist on
    clients, of course...
    The Path to the script MUST be an UNC path starting like
    \\mrc.net\sysvol\mrc.net\Policies\...
    Second: You CANNOT execute PS1 directly (unless you change the .ps1 file
    extension configuration). The "Name" MUST be "powershell.exe", and the
    script itself goes into "Parameters".
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Robohelp 9.0.2 Access Project Files from Network Drive or SharePoint

    Hello everyone!
    I was wondering if anyone has suggestions for the following scenario:
    Mutliple content authors traveling around the world need to access centrally place project files.
    I know using a network drive is a bad practice, and I've been testing it with little luck today. Has anyone used SharePoint to house projects in the past?
    What is the best way to share these projects on a network? It's becoming very necessary for us to do so, and I was wondering if anyone has had any success.
    Ideas anyone?
    Thanks!
    Jerry

    Hi Jerry
    Assuming SharePoint can function as a Source Control system it should work. Note that Source Control systems perform a variety of tasks. Librarian, Traffic Cop, etc.
    With any Source Control system the files are centrally located. They have to be, no? But in my experience, you configure each of them in a similar manner. You designate a "Working Folder" that is on your local C drive. As you check files out and work on them, they are copied to your working folder. When you check them in, they are copied back to the server and updated. So you are working locally but the content is centrally located. Assuming SharePoint works that way, it should work for you.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for