Export to IDML - table error

Hello,
we're having problems with the export to IDML atm. When we export an Indesign file to IDML, the stroke weight differs on some parts of some tables.
This is an image of the original INDD file:
where I've highlighted the stroked table line which is 2pt.
When we export to IDML, we get the following:
Here, the stroke weight for the 7 last columns of the first table are different. We can put them to 2 pt manually, and that will make them look the same as the original.
We can't find any styles or other reason in the original INDD file why the IDML would have this issue.
I've tried this in both CS5.5 and CS6, both with the exact same result.
Does anyone have any idea what could cause this? The document is several 100 pages, and manually checking the tables for this is a lot of work.
Please note we need the IDML file as we're a translating company, and we can not translate INDD without first creating the IDML file for our translation software.
Kind regards,
Geert

Hello,
This is a bit worrying for all those who have to go the IDML route to retrieve a document opened in a newer version of ID in error.
Sorry I can't really help with an explaination of what might be going wrong.
I am intrugued to know why you are using IDML to get the text, is it for translation?
P.
Edited to say.
Oops, sorry, you do say you are a translation co.
Still, there must be a better to get at the text.
Message was edited by: Pickory

Similar Messages

  • DRM Export to Database Table Error

    Hi,
    We were testing the DRM export functionality with target as a database table.
    The connection was extablished successfully and few tables were selected.
    Account hierarchy's parent and child were mapped with the parent and child columns of the table.
    On running the export the following error came:
    "1: Error during Export. Export was unable to run. Error: Invalid parameter binding Parameter name: P6"
    If anyone has worked with this functionality before or understands this error, please let us know.
    Any help would be appreciated.
    thanks,
    Mayank

    Make sure the Datatype you have specified mataches with that of the table,
    Thanks!

  • Object Open Error while trying to export the vDataFact table

    I am getting an error when trying to export the vDataFact table to a flat file.  I have been able to do this several time before with the segment tables but would like to run this against vDataFact
    The error in the error log is:
       ERROR:
           Code............ -2147217915
           Description..... Object was open.
    The screen error is:
          The connection cannot be used to perform this operation.  It is either closed or invalid in this context.
    The line that appears to cause the issue is: Set rssql = API.DataWindow.DataAccess.farsKeySet(CStr(strSQL))
    Here is my complete script:
    Sub webdatafacts()
    'Declare Variables
       Dim objFileSystem 'File System
       Dim strFileName 'File name
       Dim ObjTextFile
    'SQL variables
      Dim strSQL ' Placehold for SQL Query
      Dim rssql 'Placeholder for result set for sql query execution
    'SQL Statement
                strSQL = "SELECT PartitionKey, Account, AccountX, Entity, EntityX, ICP, ICPX, UD1, UD1X, UD2, UD2X, UD3, UD3X, UD4, UD4X, Amount  FROM vDataFact" 
                set rsSQL = DW.DataAccess.farsFireHose(strSQL,False)
    'Create the filesystem object
                Set objFileSystem = CreateObject("Scripting.FileSystemObject")
                Set ObjTextFile = objFileSystem.OpenTextFile(DW.Connection.PstrDirInbox & "\VDataFactExport.txt", 2, TRUE, 0)  
                ObjTextFile.Close
                If Not rssql.EOF and Not rssql.BOF Then
                Set objTextFile = objFileSystem.OpenTextFile(DW.Connection.PstrDirInbox & "\VDataFactExport.txt", 2, FALSE, 0)
                Do Until rssql.EOF
    'Loop across all fields in recordset delimiting them with a tab key
                For i = 0 To rssql.Fields.Count -1
               strString = StrString & rssql(i) & vbTab
               Next
    'Output the resulting string to the text file
              ObjTextFile.WriteLine (strString)
    'Reset the string to empty for the next record
             strString = ""
    'Move to the next record in the recordset
                  rssql.MoveNext
                  Loop
    'Close the recordset and the text file
                 rssql.Close
                 ObjTextFile.Close
        End If
    'Destroy the instance of the recordset from memory
          Set rssql = Nothing
    End Sub

    Thanks, that was one of my suspicions, however, i was able to get the script to work by changing:
    set rsSQL = DW.DataAccess.farsFireHose(strSQL,False)
    to
    set rsSQL = DW.DataAccess.farsFireHose(strSQL,True)
    ...to be honest though, i'm not entirely sure why that fixed my issue

  • DM - "Export from Fact Table" works but "Export" does not work properly

    Hi,
    I'm using BPC7M.
    I found it strange that Export cannot dump data to a flat file though I'm pretty sure my selection of dimension members contain data. The existing of data was further confirmed by running Export from Fact Table successfully, where I chose the same set of dimension members. Below are the log files.
    Export log file  FAIL
    u603Bu6B65u9AA4  2
    1. Dump Data:     Failed in 32 sec.
    [u9009u62E9]
    FILE=\Shenergy\WJ2\DataManager\DataFiles\WJ2_SunnyTest.txt
    TRANSFORMATION=\SHENERGY\WJ2\DATAMANAGER\TRANSFORMATIONFILES\SYSTEM FILES\EXPORT.XLS
    MEASURENAME=PERIODIC
    (u6210u5458u9009u62E9)
    Category:
    Time:
    WED_Entity:
    B_Account:
    DataSrc: INPUT
    [u6D88u606F]
    There is no data in the selected region; select a region that has data._2_True
    Export from Fact Table log file   SUCCESS
    u603Bu6B65u9AA4  2
    1. Dump Data:          completed in 1 sec.
    2. Convert Data:       completed in 0 sec.
    [u9009u62E9]
    FILE=\Shenergy\WJ2\DataManager\DataFiles\\WJ2SunnyTest.txt
    TRANSFORMATION=\SHENERGY\WJ2\DATAMANAGER\TRANSFORMATIONFILES\SYSTEM FILES\EXPORT.XLS
    (u6210u5458u9009u62E9)
    Category:
    Time:
    WED_Entity:
    B_Account:
    DataSrc: INPUT
    [u6D88u606F]
    Record Count: 104
    Accept Count: 104
    Reject Count: 0
    Skip Count   :0
    I tried Export in another application and it worked properly. Maybe there is something wrong with the application but I don't know how I can fix this.
    Thanks!
    Sunny

    Hi Sorin,
    In order to make sure the sum is not equal to 0, I ran the "Clear" package and full optimize the application. Afterwards, I deliberately sent only 1 record. I ran the "Export from Fact Table" and I have the following contents in my output flat file.
    B_ACCOUNT,TIME,WED_ENTITY,DATASRC,CATEGORY,SIGNEDDATA
    KPI0001,2009.INP,DEP_INPUT,INPUT,ACTUAL,-500.0000000
    This confirms that the sum is not 0. Then, I ran "Export" package. Yet again, I encountered the same error.
    There is no data in the selected region; select a region that has data._2_True
    Best Regards,
    Sunny

  • Doubt in  export, import and table para when creating Function Module

    Dear fellow ABAPers,
    I have a doubt in defining export, import and table parameter while creating a function module.
    I am calling a function module inside a user exit. Now in the user exit the SAP fills an internal table called i_lfa1 with all the data user has eneterd.
    Now I want to pass this whole internal table to function module and the perform some checks on the values of internal table.
    After that function module fills an error structure with values depending on some check.
    1)
    How do I pass this internal table to function module ? 
    When I am creating function module in se37 where do I define this iternal table type ? Is it in Import or Table parameter during function module creation?
    2)
    Where do I define error structure type (which is returned by function module to main program)? Is it in Export or table parameter during function module creation?
    Please clear my doubt..
    Relevant points will be awarded.
    Regards,
    Tushar.

    Hi Tushar,
    1. How do I pass this internal table to function module ?
       I assume u are creating your own Y/Z FM.
       Pass it thru TABLES parameter.
    2. When I am creating function module in se37 where do I define this iternal table type
       Define this in TABLES interface.
       What Type ?
       THE SAME TYPE WHICH HAS BEEN DEFINED
        WHILE PASSING IN THE USER-EXIT FUNCTION MODULE.
       IF U SEE THE FM OF THE USER-EXIT,
       U WILL COME TO KNOW.
    3.
    Where do I define error structure type (which is returned by function module to main program)? Is it in Export or table parameter during function module creation?
    Define it in TABLES interace. (not in export, import)
      (Since what u are going to return is an internal table)
      U can take for eg. BDCMSGCOLL.
      OR u can create your own Y/Z structure
    for the same purpose.
      (or u can use the structure type T100)
    I hope it helps.
    Regards,
    Amit M.

  • InDesign CC crashes every time I try to export to IDML

    Have already trashed preferences. No effect. Also crashing every time I try to change a parapraph style (which is why I'm trying to export to IDML so I can go back to using CS5.5). So looks like a large book project for a client is stuck in InDesign CC. (Even tried copy and pasting - just get the spinning beach ball.)
    The document I imported into CC has some missing fonts. Can't fix those either; when I try to use the Find Font dialog, spinning beach ball when changing the missing fonts.
    Any solutions?

    Process:         Adobe InDesign CC [10580]
    Path:            /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
    Identifier:      com.adobe.InDesign
    Version:         9.0.0.244 (9000)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [3060]
    User ID:         502
    Date/Time:       2013-07-20 13:09:26.346 -0700
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          891 sec
    Crashes Since Last Report:           1
    Per-App Interval Since Last Report:  575 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      75FF7110-4393-820D-5359-698E80D5CE89
    Crashed Thread:  15
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-0000000100006000 [   24K] r-x/rwx SM=COW  /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff830e0686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff830dfc42 mach_msg + 70
    2   com.apple.CoreFoundation                0x00007fff82c0f233 __CFRunLoopServiceMachPort + 195
    3   com.apple.CoreFoundation                0x00007fff82c14916 __CFRunLoopRun + 1078
    4   com.apple.CoreFoundation                0x00007fff82c140e2 CFRunLoopRunSpecific + 290
    5   com.apple.HIToolbox                     0x00007fff8d4d0eb4 RunCurrentEventLoopInMode + 209
    6   com.apple.HIToolbox                     0x00007fff8d4d0c52 ReceiveNextEventCommon + 356
    7   com.apple.HIToolbox                     0x00007fff8d4d0ae3 BlockUntilNextEventMatchingListInMode + 62
    8   com.apple.AppKit                        0x00007fff8b97c533 _DPSNextEvent + 685
    9   com.apple.AppKit                        0x00007fff8b97bdf2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    10  com.apple.AppKit                        0x00007fff8b9731a3 -[NSApplication run] + 517
    11  com.adobe.exo.framework                 0x00000001028a7e98 exo::app::OS_AppBase::RunEventLoop() + 56
    12  com.adobe.InDesign.AppFramework          0x0000000110773ff3 0x110666000 + 1105907
    13  com.adobe.InDesign.AppFramework          0x0000000110773182 0x110666000 + 1102210
    14  com.adobe.InDesign                      0x0000000100001dbc main + 412
    15  com.adobe.InDesign                      0x0000000100001bb4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff830e2d16 kevent + 10
    1   libdispatch.dylib                       0x00007fff8cda3dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff8cda39ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a5023 _pthread_cond_wait + 927
    2   com.apple.CoreServices.CarbonCore          0x00007fff86c7f406 TSWaitOnConditionTimedRelative + 163
    3   com.apple.CoreServices.CarbonCore          0x00007fff86be1a98 MPWaitOnQueue + 252
    4   PMRuntime.dylib                         0x000000010165ebe1 0x10165d000 + 7137
    5   com.apple.CoreServices.CarbonCore          0x00007fff86c567e0 PrivateMPEntryPoint + 58
    6   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    7   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff830e0686 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff830dfc42 mach_msg + 70
    2   com.apple.CoreServices.CarbonCore          0x00007fff86c7c3dd TS_exception_listener_thread + 67
    3   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    4   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a4fe9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.AppFramework          0x000000011075ef22 0x110666000 + 1019682
    3   com.adobe.InDesign.AppFramework          0x000000011075e517 0x110666000 + 1017111
    4   com.adobe.InDesign.AppFramework          0x000000011075ba97 0x110666000 + 1006231
    5   com.adobe.InDesign.AppFramework          0x000000011075fabd 0x110666000 + 1022653
    6   com.adobe.InDesign.AppFramework          0x000000011075fa43 0x110666000 + 1022531
    7   com.adobe.InDesign.AppFramework          0x000000011075fa02 0x110666000 + 1022466
    8   com.adobe.boost_threads.framework          0x00000001010736d4 boost::thread::start_thread() + 436
    9   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a4fe9 _pthread_cond_wait + 869
    2   com.adobe.InDesign.AppFramework          0x000000011075ef22 0x110666000 + 1019682
    3   com.adobe.InDesign.AppFramework          0x000000011075e517 0x110666000 + 1017111
    4   com.adobe.InDesign.AppFramework          0x000000011075ba97 0x110666000 + 1006231
    5   com.adobe.InDesign.AppFramework          0x000000011075fabd 0x110666000 + 1022653
    6   com.adobe.InDesign.AppFramework          0x000000011075fa43 0x110666000 + 1022531
    7   com.adobe.InDesign.AppFramework          0x000000011075fa02 0x110666000 + 1022466
    8   com.adobe.boost_threads.framework          0x00000001010736d4 boost::thread::start_thread() + 436
    9   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    10  libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff830e2386 __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff8952a800 nanosleep + 163
    2   com.adobe.InDesign.Support for JavaScript          0x00000001166ba818 0x116667000 + 342040
    3   com.adobe.InDesign.Support for JavaScript          0x00000001166a1a3e 0x116667000 + 240190
    4   com.adobe.InDesign.Support for JavaScript          0x00000001166ba3d5 0x116667000 + 340949
    5   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff830e22aa __recvfrom + 10
    1   ServiceManager-Launcher.dylib           0x000000011bc32231 0x11bc1a000 + 98865
    2   ServiceManager-Launcher.dylib           0x000000011bc315d6 0x11bc1a000 + 95702
    3   ServiceManager-Launcher.dylib           0x000000011bc30678 0x11bc1a000 + 91768
    4   ServiceManager-Launcher.dylib           0x000000011bc306e6 0x11bc1a000 + 91878
    5   ServiceManager-Launcher.dylib           0x000000011bc2b2e4 0x11bc1a000 + 70372
    6   ServiceManager-Launcher.dylib           0x000000011bc2bcfe 0x11bc1a000 + 72958
    7   ServiceManager-Launcher.dylib           0x000000011bc2bc0b 0x11bc1a000 + 72715
    8   ServiceManager-Launcher.dylib           0x000000011bc2f36e 0x11bc1a000 + 86894
    9   ServiceManager-Launcher.dylib           0x000000011bc2f4b2 0x11bc1a000 + 87218
    10  ServiceManager-Launcher.dylib           0x000000011bc2f26d 0x11bc1a000 + 86637
    11  ServiceManager-Launcher.dylib           0x000000011bc2f1e6 0x11bc1a000 + 86502
    12  ServiceManager-Launcher.dylib           0x000000011bc1d916 0x11bc1a000 + 14614
    13  ServiceManager-Launcher.dylib           0x000000011bc21b05 0x11bc1a000 + 31493
    14  ServiceManager-Launcher.dylib           0x000000011bc2fe46 0x11bc1a000 + 89670
    15  ServiceManager-Launcher.dylib           0x000000011bc31ef3 0x11bc1a000 + 98035
    16  libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    17  libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 8:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a4fe9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000125e8a44b 0x125e45000 + 283723
    3   MultiProcessor Support                  0x0000000125e8a303 0x125e45000 + 283395
    4   MultiProcessor Support                  0x0000000125eaa394 0x125e45000 + 414612
    5   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 9:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a4fe9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000125e8a44b 0x125e45000 + 283723
    3   MultiProcessor Support                  0x0000000125e8a303 0x125e45000 + 283395
    4   MultiProcessor Support                  0x0000000125eaa394 0x125e45000 + 414612
    5   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 10:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a4fe9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000125e8a44b 0x125e45000 + 283723
    3   MultiProcessor Support                  0x0000000125e8a303 0x125e45000 + 283395
    4   MultiProcessor Support                  0x0000000125eaa394 0x125e45000 + 414612
    5   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 11:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a4fe9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000125e8a44b 0x125e45000 + 283723
    3   MultiProcessor Support                  0x0000000125e8a303 0x125e45000 + 283395
    4   MultiProcessor Support                  0x0000000125eaa394 0x125e45000 + 414612
    5   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 12:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a4fe9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000125e8a44b 0x125e45000 + 283723
    3   MultiProcessor Support                  0x0000000125e8a303 0x125e45000 + 283395
    4   MultiProcessor Support                  0x0000000125eaa394 0x125e45000 + 414612
    5   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 13:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a4fe9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000125e8a44b 0x125e45000 + 283723
    3   MultiProcessor Support                  0x0000000125e8a303 0x125e45000 + 283395
    4   MultiProcessor Support                  0x0000000125eaa394 0x125e45000 + 414612
    5   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 14:: MPSupport Worker
    0   libsystem_kernel.dylib                  0x00007fff830e20fa __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x00007fff894a4fe9 _pthread_cond_wait + 869
    2   MultiProcessor Support                  0x0000000125e8a44b 0x125e45000 + 283723
    3   MultiProcessor Support                  0x0000000125e8a303 0x125e45000 + 283395
    4   MultiProcessor Support                  0x0000000125eaa394 0x125e45000 + 414612
    5   libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    6   libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 15 Crashed:
    0   PublicLib.dylib                         0x0000000101189c7b 0x1010ab000 + 912507
    1   PublicLib.dylib                         0x0000000101182b53 0x1010ab000 + 883539
    2   PublicLib.dylib                         0x000000010117397b CTextScriptDOMElement::CollectTextChildren() + 4987
    3   PublicLib.dylib                         0x00000001011721cc CTextScriptDOMElement::CollectExpandedChildElements(K2Vector<InterfacePtr<IDOMElement>, K2Allocator<InterfacePtr<IDOMElement> > >&) + 124
    4   PublicLib.dylib                         0x000000010132b91c CScriptDOMElement::GetChildElements(K2Vector<InterfacePtr<IDOMElement>, K2Allocator<InterfacePtr<IDOMElement> > >&) + 60
    5   com.adobe.InDesign.INXCore              0x0000000113b3ccde 0x113af7000 + 285918
    6   com.adobe.InDesign.INXCore              0x0000000113b4f4df 0x113af7000 + 361695
    7   com.adobe.InDesign.INXCore              0x0000000113b4b787 0x113af7000 + 345991
    8   com.adobe.InDesign.INXCore              0x0000000113b4f55f 0x113af7000 + 361823
    9   com.adobe.InDesign.INXCore              0x0000000113b4e906 0x113af7000 + 358662
    10  com.adobe.InDesign.INXCore              0x0000000113b48d85 0x113af7000 + 335237
    11  com.adobe.InDesign.INXCore              0x0000000113b48942 0x113af7000 + 334146
    12  com.adobe.InDesign.SaveBack             0x000000010bacc03a 0x10bac4000 + 32826
    13  com.adobe.InDesign.SaveBack             0x000000010bacbb4a 0x10bac4000 + 31562
    14  com.adobe.InDesign.AppFramework          0x000000011075eb08 0x110666000 + 1018632
    15  com.adobe.InDesign.AppFramework          0x000000011075d6db 0x110666000 + 1013467
    16  com.adobe.InDesign.AppFramework          0x000000011075e407 0x110666000 + 1016839
    17  com.adobe.InDesign.AppFramework          0x000000011075ba97 0x110666000 + 1006231
    18  com.adobe.InDesign.AppFramework          0x000000011075fabd 0x110666000 + 1022653
    19  com.adobe.InDesign.AppFramework          0x000000011075fa43 0x110666000 + 1022531
    20  com.adobe.InDesign.AppFramework          0x000000011075fa02 0x110666000 + 1022466
    21  com.adobe.boost_threads.framework          0x00000001010736d4 boost::thread::start_thread() + 436
    22  libsystem_c.dylib                       0x00007fff894a07a2 _pthread_start + 327
    23  libsystem_c.dylib                       0x00007fff8948d1e1 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff830e26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff894a2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff894a2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8948d1d1 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff830e26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff894a2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff894a2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8948d1d1 start_wqthread + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff830e26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff894a2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff894a2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8948d1d1 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff830e26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff894a2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff894a2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8948d1d1 start_wqthread + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff830e26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff894a2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff894a2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8948d1d1 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff830e26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff894a2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff894a2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8948d1d1 start_wqthread + 13
    Thread 22:
    Thread 23:
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff830e26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff894a2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff894a2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8948d1d1 start_wqthread + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff830e26d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff894a2f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff894a2d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8948d1d1 start_wqthread + 13
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x000000010aeb73f8  rdx: 0x0000000000000001
      rdi: 0x0000000101522180  rsi: 0x0000000101522180  rbp: 0x00000001191472b0  rsp: 0x0000000119147260
       r8: 0x0000000000007703   r9: 0x000000000000770d  r10: 0x00000000000fffff  r11: 0x0000000000080000
      r12: 0x0000000119147588  r13: 0x0000000119147560  r14: 0x0000000119147280  r15: 0x0000000119147648
      rip: 0x0000000101189c7b  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Logical CPU: 4
    Binary Images:
           0x100000000 -        0x100005fff +com.adobe.InDesign (9.0.0.244 - 9000) <2F683D4B-A144-3E91-A0CA-3F9B6B1DA676> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
           0x10000c000 -        0x10000eff7 +com.adobe.InDesign.InDesignModelAndUI (9.0 - 0) <7EAF82B5-D2A0-3E46-96B1-61E4A9D819C9> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
           0x100014000 -        0x10001cfff +com.adobe.coretech.adobesplashkit (AdobeSplashKit Version 1.0 - 1.0) <65BFDA83-4121-3D12-9BBE-9F4FF1DB3D6A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x100025000 -        0x10002ffff +ASLSupportLib.dylib (1) <37C5A821-5118-3BCF-AC5E-F9C4FAE123A8> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/ASLSupportLib.dylib
           0x100037000 -        0x10012bff7 +DV_WidgetBinLib.dylib (1) <6A40E798-D47A-3959-A04E-9361B010FAE3> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/DV_WidgetBinLib.dylib
           0x1001bf000 -        0x100204ff7 +TextPanelLib.dylib (1) <F06B61DF-F7D5-37AA-B1F5-BB5FA3737E62> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/TextPanelLib.dylib
           0x100221000 -        0x100382fff +WidgetBinLib.dylib (1) <7D51BAC1-7061-36C1-8C0E-CBF411371A56> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/WidgetBinLib.dylib
           0x100433000 -        0x1005fcff7 +com.adobe.owl (AdobeOwl version 5.0.13 - 5.0.13) <E9BEFE93-8AB5-3EF9-B59E-69208015C7FA> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x10063f000 -        0x100883ff7 +com.adobe.dvacore.framework (7.0.849323 - 7.0.849323.0) <63BF29D6-62ED-3026-B93D-96CC42F4CF9E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x10094a000 -        0x100dd7ff7 +com.adobe.dvaui.framework (7.0.849323 - 7.0.849323.0) <6C4C227F-A5D6-3B4D-AD39-4B3C97D32440> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x10106d000 -        0x10106dfff +com.adobe.InDesign.InDesignModel (9.0 - 0) <5A3F239E-E40A-3876-8DD9-0E5AEDB58098> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
           0x101072000 -        0x101080fff +com.adobe.boost_threads.framework (7.0.847203 - 7.0.847203.0) <A0AE19A9-2B8E-310A-8AC1-0E2E026E7A40> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x101096000 -        0x10109cff7 +com.adobe.boost_date_time.framework (7.0.847203 - 7.0.847203.0) <F30F59C3-41C0-3DB1-899A-E2491EA25263> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x1010ab000 -        0x101513fff +PublicLib.dylib (1) <9C2969EC-46E7-3AC9-ADDE-45951D87A220> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PublicLib.dylib
           0x10165d000 -        0x101667fff +PMRuntime.dylib (1) <E2DF4211-4A31-32BB-87F5-F0ADFFBFACE8> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PMRuntime.dylib
           0x101670000 -        0x101687ff7 +com.adobe.AFL (AdobeAFL 1.5.0 - 1.5) <1C46F2BE-2E4D-3E25-ACDF-85E2962B92DF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
           0x101696000 -        0x1019a6ff7 +com.adobe.CoolType (AdobeCoolType 5.13.00.30830 - 5.13.00.30830) <BBF1FCF6-523A-3E24-967A-10EA909DF89B> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x1019ee000 -        0x101a0bfff +com.adobe.BIB (AdobeBIB 1.2.03.30830 - 1.2.03.30830) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x101a13000 -        0x101b57fff +com.adobe.ACE (AdobeACE 2.20.02.30830 - 2.20.02.30830) <73C9699B-5EDC-3FDC-82FF-738C99AA840F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x101b6a000 -        0x10213bfff +com.adobe.AGM (AdobeAGM 4.30.19.30830 - 4.30.19.30830) <9062D763-4040-3F8C-8FF3-23876F112FB8> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x1021d8000 -        0x102215fff +com.adobe.ARE (AdobeARE 1.5.02.30830 - 1.5.02.30830) <73174C59-1DDC-3416-A0AD-4D70930ABA60> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x10221d000 -        0x102243fff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x10224b000 -        0x1027e4fff +com.adobe.MPS (AdobeMPS 5.8.1.30604 - 5.8.1.30604) <70CBC6A8-2740-37AB-964E-484096A1BF8A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x102861000 -        0x10287eff7 +com.adobe.dvaflashview.framework (7.0.849323 - 7.0.849323.0) <727F09EC-0D75-3C41-8553-54585B9408BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x102895000 -        0x102899ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <B9447EE8-6F91-9E85-C163-96600BF70764> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x1028a0000 -        0x102962fff +com.adobe.exo.framework (7.0.849323 - 7.0.849323.0) <60261EFB-3EF3-3201-9BE7-3CC7235B523B> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x1029ff000 -        0x102aadfff +com.adobe.dvaworkspace.framework (7.0.849323 - 7.0.849323.0) <412D9508-51FD-34D9-8B3E-FE9BD1EAC107> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x102b30000 -        0x1031adfcf +com.adobe.PlugPlug (4.0.0.172 - 4.0.0.172) <1B15941F-D885-3AC5-880F-D513DA868B00> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
           0x103494000 -        0x1034c0ff7 +libtbb.dylib (0) <64B7013E-D548-3F7B-A2FB-28B7B932275C> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/libtbb.dylib
           0x1034db000 -        0x1034fafe7 +libtbbmalloc.dylib (0) <6887ED68-67ED-3748-82DA-B39A3EB210BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/libtbbmalloc.dylib
           0x10351f000 -        0x104264fff +com.adobe.ICUData (4.0 - 3.61) <01D90725-4B10-312C-9546-9C0CCCA1B7BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x104278000 -        0x1043a9ff7 +com.adobe.ICUInternationalization (4.0 - 3.61) <CD4AD967-00CD-3979-8F82-1166E2058FA6> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40.0 .dylib
           0x1043fd000 -        0x1044f3ff7 +com.adobe.ICUUnicode (4.0 - 3.61) <2352E6C8-3431-3A99-92B9-382E85A018AC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x10452b000 -        0x104659fff +com.winsoft.wrservices (WRServices 7.0.0 - 7.0.0) <0853A41B-A14A-37B7-B27F-457F87865EAD> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x1046b4000 -        0x1047a3fff +com.adobe.amtlib (7.0.0.169 - 7.0.0.169) <A9A9F814-FF1F-3182-992C-395E5BC52481> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x1047b6000 -        0x1047b8fff +com.adobe.AdobeCrashReporter (7.0 - 7.0.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x1047be000 -        0x104875ff7 +com.adobe.boost_regex.framework (7.0.847203 - 7.0.847203.0) <F1C659D9-D3E8-3ACE-8368-9161529A6A66> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x1048df000 -        0x10494eff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x104959000 -        0x104964fff +com.adobe.boost_signals.framework (7.0.847203 - 7.0.847203.0) <E0B3BB47-4294-3D65-8979-29B2D6C5DD2E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x104973000 -        0x104977fff +com.adobe.boost_system.framework (7.0.847203 - 7.0.847203.0) <70F73B9F-8416-37BF-9294-086AE475B743> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x10497d000 -        0x104a1efff +com.adobe.ICUConverter (4.0 - 3.61) <46764474-111C-3B13-AF62-002B71877405> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
           0x104a3e000 -        0x104aa0ff7 +DataBaseLib.dylib (1) <F2D6864D-0813-3833-96A5-9D256A00375D> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/DataBaseLib.dylib
           0x104ab4000 -        0x104b20fff +ObjectModelLib.dylib (1) <FDA08F73-D9C2-303E-AB18-564E50554517> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/ObjectModelLib.dylib
           0x104b3d000 -        0x104b61fff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.30807 - 3.8.0.30807) <16FF5E16-19E0-3CE1-A68E-27567234429F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpat
           0x105afa000 -        0x105afbff7 +com.adobe.InDesign.Metadata Database Filter (9.0.0.244 - 0) <B6CEE02B-979B-385E-A393-FF3D08525330> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
           0x105db9000 -        0x105dc1fff +com.adobe.InDesign.Data Services UI (9.0.0.244 - 0) <7B0D3F37-5CB3-3C80-8C71-6EE35DAF0F57> /Applications/Adobe InDesign CC/*/Data Services UI
           0x105dcb000 -        0x105dd3fff +com.adobe.InDesign.Data Services (9.0.0.244 - 0) <FF804F79-F26A-32FD-9ABB-EE71673EF180> /Applications/Adobe InDesign CC/*/Data Services
           0x105dd9000 -        0x105de8ff7 +com.adobe.InDesign.DTTransform (9.0.0.244 - 0) <C9DD2FAF-BABE-3B7E-AEBA-00306E030DEE> /Applications/Adobe InDesign CC/*/DTTransform
           0x105df1000 -        0x105df3fff +com.adobe.InDesign.SimpleTextImportFilter (9.0.0.244 - 0) <A4823CC0-085B-3106-9A20-6D23E2591F03> /Applications/Adobe InDesign CC/*/SimpleTextImportFilter
           0x105df9000 -        0x105dfbff7  com.apple.textencoding.unicode (2.5 - 2.5) <0518078E-C652-3CFC-A3FB-903C600CE831> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x105f00000 -        0x105f3efff +com.adobe.InDesign.Dictionary Editor Dialog (9.0.0.244 - 0) <0D0DD4DC-6894-32DF-B96A-558862891888> /Applications/Adobe InDesign CC/*/Dictionary Editor Dialog
           0x105f5f000 -        0x105f68ff7 +com.adobe.InDesign.PNG Import Filter UI (9.0.0.244 - 0) <3FAFE9A4-D233-3288-8686-515229F7EEB1> /Applications/Adobe InDesign CC/*/PNG Import Filter UI
           0x105f73000 -        0x105f7aff7 +com.adobe.InDesign.InCopyExportUI (9.0.0.244 - 0) <713F0E2D-1802-36CA-8E10-FF322C3E2259> /Applications/Adobe InDesign CC/*/InCopyExportUI
           0x105fa7000 -        0x105fe5fff +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 7.0.1.102 - 7.0.1.102) <75ADE364-1107-3DA7-84A2-26C6874EB881> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotifications
           0x105ff1000 -        0x105ff8fff +com.adobe.InDesign.InCopyImport (9.0.0.244 - 0) <DC5E347C-82A8-3A05-B233-E0CBC1CD5C67> /Applications/Adobe InDesign CC/*/InCopyImport
           0x109dde000 -        0x109deafff +com.adobe.InDesign.Tagged Text Filters UI (9.0.0.244 - 0) <034B439C-F4BF-36D8-8FE5-DEE1807DDBA7> /Applications/Adobe InDesign CC/*/Tagged Text Filters UI
           0x109df5000 -        0x109df9fff +com.adobe.InDesign.Help (9.0.0.244 - 0) <63BF8C3C-9981-3B8C-A893-FFBA4AF1DE76> /Applications/Adobe InDesign CC/*/Help
           0x10ad7c000 -        0x10ada2ff7 +com.adobe.InDesign.LILO (9.0.0.244 - 0) <9EBF6F94-9C67-38CE-8498-35AAB356F2B5> /Applications/Adobe InDesign CC/*/LILO
           0x10adb0000 -        0x10addaff7 +com.adobe.InDesign.Sangam Preferences UI (9.0.0.244 - 0) <2C6C6B32-5C33-300A-8AF1-AF545F1C0BD9> /Applications/Adobe InDesign CC/*/Sangam Preferences UI
           0x10aded000 -        0x10adf5ff7 +com.adobe.InDesign.JPEG Export UI (9.0.0.244 - 0) <2F81D85C-3AFC-3BB4-B60F-3B3E3CB5B6FA> /Applications/Adobe InDesign CC/*/JPEG Export UI
           0x10af92000 -        0x10af92ffb +cl_kernels (???) <9C3E236A-8B84-435C-BFFB-1511ACCDC4A0> cl_kernels
           0x10afa7000 -        0x10afa8ff7  ATSHI.dylib (341.1) <3328D0EC-BD75-3041-A458-05FFE934C019> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
           0x10bac4000 -        0x10badaff7 +com.adobe.InDesign.SaveBack (9.0.0.244 - 0) <C839FA45-F1DD-333E-B8FF-5E3CA5B24364> /Applications/Adobe InDesign CC/*/SaveBack
           0x10bae8000 -        0x10baf0fff +com.adobe.InDesign.InCopyExport (9.0.0.244 - 0) <81D645C8-B39C-3FFE-9A1D-55D7E7D8F46E> /Applications/Adobe InDesign CC/*/InCopyExport
           0x10c26c000 -        0x10c2c9fff +com.adobe.InDesign.Media Import Filter (9.0.0.244 - 0) <EF3386C3-F980-34EA-9EFF-64910373496F> /Applications/Adobe InDesign CC/*/Media Import Filter
           0x10c2dc000 -        0x10c2e9fff +com.adobe.InDesign.Clipping Path Dialog (9.0.0.244 - 0) <16C1A307-2161-3A90-953D-F321E748615B> /Applications/Adobe InDesign CC/*/Clipping Path Dialog
           0x10c2fb000 -        0x10c303fff +com.adobe.InDesign.InCopyWorkflow UI (9.0.0.244 - 0) <B5F00DC3-482D-3FCA-BD7E-67CF432C75A8> /Applications/Adobe InDesign CC/*/InCopyWorkflow UI
           0x10c6f5000 -        0x10c7d0fff +com.adobe.linguistic.LinguisticManager (7.0.0 - 19061) <FDBCF369-5EFE-33BB-893A-2136EF8D0D6E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
           0x10c7ec000 -        0x10c7f1ff7 +com.adobe.InDesign.Username UI (9.0.0.244 - 0) <85772C26-BB2E-34BB-B733-E08E4966949A> /Applications/Adobe InDesign CC/*/Username UI
           0x10d340000 -        0x10d455fff +com.adobe.InDesign.EBookExport (9.0.0.244 - 0) <86F6CE82-3182-32F0-A2EC-167B4F7862D6> /Applications/Adobe InDesign CC/*/EBookExport
           0x10d47d000 -        0x10d4e6fff +com.adobe.AdobeSangam (AdobeSangam 5.65.0.30369 - 5.65.0.30369) <BCD8B3F6-970F-3DEA-A583-7473FDDCA067> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
           0x10d534000 -        0x10d585fff +com.adobe.InDesign.SangamExport (9.0.0.244 - 0) <0574175B-890E-36BC-B223-32EBEFB50B2F> /Applications/Adobe InDesign CC/*/SangamExport
           0x10d59c000 -        0x10d6ddff7 +com.adobe.InDesign.SangamServicer-Mapper (9.0.0.244 - 0) <4BAB90F5-52B7-374A-B9B6-7429C66EF9A4> /Applications/Adobe InDesign CC/*/SangamServicer-Mapper
           0x10d701000 -        0x10d7d4ff7 +com.adobe.InDesign.Tagged Text Attributes (9.0.0.244 - 0) <3A0D3BCF-DDB7-3ECA-8148-C693809B9BC8> /Applications/Adobe InDesign CC/*/Tagged Text Attributes
           0x10d803000 -        0x10d8a8fff +com.adobe.InDesign.Tagged Text Filters (9.0.0.244 - 0) <A34A0B6C-7D62-31F1-93B9-D1765CBEC93D> /Applications/Adobe InDesign CC/*/Tagged Text Filters
           0x10d8bd000 -        0x10d901ff7 +com.adobe.InDesign.Color Management UI (9.0.0.244 - 0) <D804A9E1-A2B6-37AD-B684-43C8E3CE4936> /Applications/Adobe InDesign CC/*/Color Management UI
           0x10d911000 -        0x10d98dff7 +com.adobe.InDesign.Color Picker Panel (9.0.0.244 - 0) <B90A4418-E4D5-3D38-A487-4DEE7FF39A12> /Applications/Adobe InDesign CC/*/Color Picker Panel
           0x10d9b5000 -        0x10da35ff7 +com.adobe.InDesign.DynamicDocumentsUI (9.0.0.244 - 0) <1BCEA1A3-0146-32B2-8BF7-8ABA0A5CAAEE> /Applications/Adobe InDesign CC/*/DynamicDocumentsUI
           0x10da5c000 -        0x10da78fff +com.adobe.InDesign.EPS UI (9.0.0.244 - 0) <605EEF62-9504-3D17-944E-C46531B8AE9F> /Applications/Adobe InDesign CC/*/EPS UI
           0x10da89000 -        0x10da95ff7 +com.adobe.InDesign.Generic Style Editor (9.0.0.244 - 0) <E3407643-34D1-351D-AD4A-FC83D64F1D94> /Applications/Adobe InDesign CC/*/Generic Style Editor
           0x10daa4000 -        0x10dadafff +com.adobe.InDesign.Gradient Panel (9.0.0.244 - 0) <FEB32D3E-A743-37D7-AD55-0C7BE4C3A7F9> /Applications/Adobe InDesign CC/*/Gradient Panel
           0x10daf1000 -        0x10db93fff +com.adobe.InDesign.Graphic Panels (9.0.0.244 - 0) <21F96085-EB7B-3120-8A14-0878423CE0EB> /Applications/Adobe InDesign CC/*/Graphic Panels
           0x10dbbc000 -        0x10dbd7fff +com.adobe.InDesign.JPEG Export (9.0.0.244 - 0) <388494FD-CC7B-3DE7-95E0-168DB055E05B> /Applications/Adobe InDesign CC/*/JPEG Export
           0x10dbe9000 -        0x10dc3aff7 +com.adobe.InDesign.Output Preview (9.0.0.244 - 0) <95F41A2C-23A1-35E3-997C-AC3E54B8122B> /Applications/Adobe InDesign CC/*/Output Preview
           0x10dc54000 -        0x10dc6bff7 +com.adobe.InDesign.OutputMiscUI (9.0.0.244 - 0) <BA2B462B-F51B-3F6A-9784-C7E1A829521A> /Applications/Adobe InDesign CC/*/OutputMiscUI
           0x10dc7e000 -        0x10dcfffff +com.adobe.InDesign.PDF UI (9.0.0.244 - 0) <174E4555-5A58-3C01-8ACB-B3EB40200850> /Applications/Adobe InDesign CC/*/PDF UI
           0x10dd23000 -        0x10dd90fff +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 14 - 79.151481) <BCDB9366-EDB3-3FEA-854D-3D2C72D48781> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x10dd9b000 -        0x10ddb2ff7 +com.adobe.InDesign.Printer Styles (9.0.0.244 - 0) <487F7052-DB11-3A2A-BE31-201DEC20FCEB> /Applications/Adobe InDesign CC/*/Printer Styles
           0x10ddc1000 -        0x10dea3fff +com.adobe.InDesign.PrintUI (9.0.0.244 - 0) <F827F8F9-91CD-3A6A-836B-A674CA53B9FA> /Applications/Adobe InDesign CC/*/PrintUI
           0x10decf000 -        0x10dee1ff7 +com.adobe.InDesign.PS Import UI (9.0.0.244 - 0) <0280417C-5563-3598-AA00-684D11F291D2> /Applications/Adobe InDesign CC/*/PS Import UI
           0x10def0000 -        0x10df13fff +com.adobe.InDesign.Swatch Library Panel (9.0.0.244 - 0) <20A34F07-0480-302C-8438-F356D7451012> /Applications/Adobe InDesign CC/*/Swatch Library Panel
           0x10df22000 -        0x10dfdfff7 +com.adobe.InDesign.Swatches Panel (9.0.0.244 - 0) <E9653217-9232-31D7-8B55-7460A27289E3> /Applications/Adobe InDesign CC/*/Swatches Panel
           0x10e015000 -        0x10e0c4ff7 +com.adobe.InDesign.Transparency UI (9.0.0.244 - 0) <03830CAC-DF7D-3605-9963-4DA645248281> /Applications/Adobe InDesign CC/*/Transparency UI
           0x10e0f7000 -        0x10e15bfff +com.adobe.InDesign.Assignment UI (9.0.0.244 - 0) <C4DC67CA-6464-361D-8F96-AC7383158809> /Applications/Adobe InDesign CC/*/Assignment UI
           0x10e17d000 -        0x10e1a0fff +com.adobe.InDesign.InCopy Bridge UI (9.0.0.244 - 0) <FA141EE1-E99A-3D03-BE6C-A2E545821E8C> /Applications/Adobe InDesign CC/*/InCopy Bridge UI
           0x10e1ae000 -        0x10e1edff7 +com.adobe.InDesign.InCopy Bridge (9.0.0.244 - 0) <D5E4E3B1-A43B-3417-AF70-78C223C798A0> /Applications/Adobe InDesign CC/*/InCopy Bridge
           0x10e1fd000 -        0x10e254ff7 +com.adobe.InDesign.Note (9.0.0.244 - 0) <39574DCB-0795-3067-84CF-0FB12B9E4881> /Applications/Adobe InDesign CC/*/Note
           0x10e274000 -        0x10e27fff7 +com.adobe.InDesign.NotePref (9.0.0.244 - 0) <95C54A58-F9FD-3374-B600-705525389FF3> /Applications/Adobe InDesign CC/*/NotePref
           0x10e28d000 -        0x10e32eff7 +com.adobe.InDesign.ButtonUI (9.0.0.244 - 0) <E55C1B03-3F82-3971-841B-56EB21F8ED20> /Applications/Adobe InDesign CC/*/ButtonUI
           0x10e35d000 -        0x10e385ff7 +com.adobe.InDesign.MediaUI (9.0.0.244 - 0) <C42F3AD6-9E13-3C9A-BC49-A93F440751C0> /Applications/Adobe InDesign CC/*/MediaUI
           0x10e39a000 -        0x10e3aafff +com.adobe.InDesign.Alignment Panel (9.0.0.244 - 0) <4801B0C6-C22C-3384-AB5E-5FCF75DD308D> /Applications/Adobe InDesign CC/*/Alignment Panel
           0x10e3b3000 -        0x10e3fafff +com.adobe.InDesign.Asset Library Panel (9.0.0.244 - 0) <DFD7A06A-9BE0-3FA3-AA41-66A68C0A0957> /Applications/Adobe InDesign CC/*/Asset Library Panel
           0x10e41e000 -        0x10e48bff7 +com.adobe.InDesign.Asset PubLibrary (9.0.0.244 - 0) <1FB73D92-A75B-39B0-91F8-02AB32E6D0E3> /Applications/Adobe InDesign CC/*/Asset PubLibrary
           0x10e4a9000 -        0x10e4f6ff7 +com.adobe.InDesign.Book Panel (9.0.0.244 - 0) <0306739B-78D6-30D6-9705-6DFE711C8EE7> /Applications/Adobe InDesign CC/*/Book Panel
           0x10e519000 -        0x10e535fff +com.adobe.InDesign.Bookmark Panel (9.0.0.244 - 0) <19756A8B-1C5A-320E-A6D2-3D763B15947F> /Applications/Adobe InDesign CC/*/Bookmark Panel
           0x10e54c000 -        0x10e585fff +com.adobe.InDesign.ContentDropper Tool (9.0.0.244 - 0) <DB93021C-DD9A-3CA4-AF06-CC3ECEFA946B> /Applications/Adobe InDesign CC/*/ContentDropper Tool
           0x10e5a3000 -        0x10e5e9ff7 +com.adobe.InDesign.Control Panel (9.0.0.244 - 0) <AF496EDF-D413-3344-8805-7D9F1DB11DC7> /Applications/Adobe InDesign CC/*/Control Panel
           0x10e606000 -        0x10e610fff +com.adobe.InDesign.Create Guides Dialog (9.0.0.244 - 0) <7F35F38E-FA21-3692-82C1-BCE747EE3CEB> /Applications/Adobe InDesign CC/*/Create Guides Dialog
           0x10e61b000 -        0x10e655fff +com.adobe.InDesign.Eyedropper Tool (9.0.0.244 - 0) <A8E7360A-E42A-3790-B998-83398E336316> /Applications/Adobe InDesign CC/*/Eyedropper Tool
           0x10e66a000 -        0x10e6f7fff +com.adobe.InDesign.Hyperlinks Panel (9.0.0.244 - 0) <72C51910-CC5C-3B7D-8331-70195952E7A5> /Applications/Adobe InDesign CC/*/Hyperlinks Panel
           0x10e71c000 -        0x10e7acfff +com.adobe.InDesign.Index Panel (9.0.0.244 - 0) <EC33F8C3-4233-3790-B4AF-5AB31B6956FC> /Applications/Adobe InDesign CC/*/Index Panel
           0x10e7cc000 -        0x10e7d8ff7  com.apple.carbonframeworktemplate (1.0 - 1.0) <E859A35E-8EC1-3CA9-9758-95EC69D4EC5D> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/unihan.framework/Versions/A/unihan
           0x10e7e3000 -        0x10e84bfff +com.adobe.InDesign.Info Panel (9.0.0.244 - 0) <0BDD7C10-8F5D-3507-B772-EFCBE4AE1ED0> /Applications/Adobe InDesign CC/*/Info Panel
           0x10e863000 -        0x10e927fff +com.adobe.InDesign.Knowledge Base (9.0.0.244 - 0) <C979FEE9-EB01-3B48-AC45-EABE15DAF596> /Applications/Adobe InDesign CC/*/Knowledge Base
           0x10e931000 -        0x10e984ff7 +com.adobe.InDesign.Layers Panel (9.0.0.244 - 0) <4BD4C9F5-7EF5-387C-AC72-40014E19D7F5> /Applications/Adobe InDesign CC/*/Layers Panel
           0x10e9a6000 -        0x10e9abfff +com.adobe.InDesign.Layout Adjustment Panel (9.0.0.244 - 0) <27CE7F02-93CA-348D-BC67-1571721BC4BF> /Applications/Adobe InDesign CC/*/Layout Adjustment Panel
           0x10e9b4000 -        0x10e9d3fff +com.adobe.InDesign.Layout Adjustment (9.0.0.244 - 0) <D4DAC346-AE89-3BBE-BF0C-E449E34B4121> /Applications/Adobe InDesign CC/*/Layout Adjustment
           0x10e9e2000 -        0x10ea2eff7 +com.adobe.InDesign.Links UI (9.0.0.244 - 0) <D2BA3E6B-66B8-36BB-B28F-FB41EAC0C74D> /Applications/Adobe InDesign CC/*/Links UI
           0x10ea50000 -        0x10eaf5ff7 +com.adobe.InDesign.ObjectStylesUI (9.0.0.244 - 0) <8805D797-3D6A-3231-9E5A-3954B2BC30FD> /Applications/Adobe InDesign CC/*/ObjectStylesUI
           0x10eb25000 -        0x10eb4bfff +com.adobe.InDesign.Page Setup Dialog (9.0.0.244 - 0) <4F0302C1-D70D-3B22-AFD6-EA32AE0D393A> /Applications/Adobe InDesign CC/*/Page Setup Dialog
           0x10eb58000 -        0x10ec1cfff +com.adobe.InDesign.Pages Panel (9.0.0.244 - 0) <DE2D5A98-5F85-3311-B09E-9391CE0AFA73> /Applications/Adobe InDesign CC/*/Pages Panel
           0x10ec4d000 -        0x10ec5cfff +com.adobe.InDesign.Sections UI (9.0.0.244 - 0) <B7BE35B6-9BA8-33B7-88E1-9CD7E49745C3> /Applications/Adobe InDesign CC/*/Sections UI
           0x10ec67000 -        0x10ec71fff +com.adobe.InDesign.StepRepeat (9.0.0.244 - 0) <28502BE1-9A2D-338D-AC27-5CFFC9FC4DD8> /Applications/Adobe InDesign CC/*/StepRepeat
           0x10ec7d000 -        0x10ecbcff7 +com.adobe.InDesign.Text Wrap Panel (9.0.0.244 - 0) <3197CB4D-952F-3BF9-A91C-F1490A2BA0A2> /Applications/Adobe InDesign CC/*/Text Wrap Panel
           0x10ecd5000 -        0x10ed17fff +com.adobe.InDesign.TOC UI Dialog (9.0.0.244 - 0) <B330AAE5-4ECF-3687-B25B-A7E1087287EB> /Applications/Adobe InDesign CC/*/TOC UI Dialog
           0x10ed31000 -        0x10ed6dff7 +com.adobe.InDesign.Transform Panel (9.0.0.244 - 0) <916C8883-536E-3E8C-B321-DB90DDC4C072> /Applications/Adobe InDesign CC/*/Transform Panel
           0x10ed83000 -        0x10ed9efff +com.adobe.InDesign.Image Import UI (9.0.0.244 - 0) <314ED635-384F-3699-8494-A9713519B2E0> /Applications/Adobe InDesign CC/*/Image Import UI
           0x10edb0000 -        0x10edc6fff +com.adobe.InDesign.Scotch Rules (9.0.0.244 - 0) <67B1F4A9-CAF9-34E0-9C2F-70B47C09A2FB> /Applications/Adobe InDesign CC/*/Scotch Rules
           0x10edd1000 -        0x10ee35ff7 +com.adobe.InDesign.BNUI (9.0.0.244 - 0) <5B87D18C-2A25-3037-B3CD-1EAA8B094D96> /Applications/Adobe InDesign CC/*/BNUI
           0x10ee55000 -        0x10eef6ff7 +com.adobe.InDesign.DataMerge (9.0.0.244 - 0) <E3EACAC8-853B-31BF-B69F-53A440363465> /Applications/Adobe InDesign CC/*/DataMerge
           0x10ef16000 -        0x10ef4afff +com.adobe.InDesign.DataMergeUI (9.0.0.244 - 0) <CA9B9CCF-B643-3142-A15D-615DFA863E40> /Applications/Adobe InDesign CC/*/DataMergeUI
           0x10ef65000 -        0x10f06dfff +com.adobe.InDesign.Package and Preflight UI (9.0.0.244 - 0) <DDE8D6F2-3604-3802-B177-5EA59BAEF0FF> /Applications/Adobe InDesign CC/*/Package and Preflight UI
           0x10f0ac000 -        0x10f30ffff +com.adobe.InDesign.Package and Preflight (9.0.0.244 - 0) <056ABF0A-3875-30B9-8D40-0491E8E75708> /Applications/Adobe InDesign CC/*/Package and Preflight
           0x10f355000 -        0x10f443fff +com.adobe.InDesign.JBX (9.0.0.244 - 0) <7E93A162-4087-3E56-92BB-558019173520> /Applications/Adobe InDesign CC/*/JBX
           0x10f46d000 -        0x10f473fff +com.adobe.InDesign.Script Label Panel (9.0.0.244 - 0) <E1CE9519-9B72-327A-A350-94DECC74020A> /Applications/Adobe InDesign CC/*/Script Label Panel
           0x10f47f000 -        0x10f48dff7 +com.adobe.InDesign.Scripts Panel (9.0.0.244 - 0) <A807C3AB-930E-3A5D-9228-77CE07DAC921> /Applications/Adobe InDesign CC/*/Scripts Panel
           0x10f49c000 -        0x10f623ff7 +com.adobe.InDesign.SettingsInCloud (9.0.0.244 - 0) <2E718598-B183-3EB6-88BF-516A57533D99> /Applications/Adobe InDesign CC/*/SettingsInCloud
           0x10f6b1000 -        0x10f796fff +com.adobe.InDesign.Tables UI (9.0.0.244 - 0) <8423E141-41C2-3801-81ED-A63CB05944BA> /Applications/Adobe InDesign CC/*/Tables UI
           0x10f7c5000 -        0x10f869ff7 +com.adobe.InDesign.TableStylesUI (9.0.0.244 - 0) <85361E78-9B46-3C59-B300-BB4438C5E484> /Applications/Adobe InDesign CC/*/TableStylesUI
           0x10f895000 -        0x10f921ff7 +com.adobe.InDesign.Character Panel (9.0.0.244 - 0) <36A39281-11AF-3906-9704-AD62934A4381> /Applications/Adobe InDesign CC/*/Character Panel
           0x10f95d000 -        0x10f98ffff +com.adobe.InDesign.Conditional Text UI (9.0.0.244 - 0) <C5EB0EA6-A522-37B8-AD88-5100F0460946> /Applications/Adobe InDesign CC/*/Conditional Text UI
           0x10f9aa000 -        0x10f9c7ff7 +com.adobe.InDesign.Create Outlines (9.0.0.244 - 0) <D0C6613F-44D6-3889-8515-039A91A33FBD> /Applications/Adobe InDesign CC/*/Create Outlines
           0x10f9d4000 -        0x10faf9ff7 +com.adobe.InDesign.Find and Change Panel (9.0.0.244 - 0) <5E843CB3-3F2C-320E-99F1-EFE36E0BEB66> /Applications/Adobe InDesign CC/*/Find and Change Panel
           0x10fb36000 -        0x10fb62ff7 +com.adobe.InDesign.Find Change Format Panel (9.0.0.244 - 0) <06D18AEC-4C5D-3224-81AD-E3B2DA457E3C> /Applications/Adobe InDesign CC/*/Find Change Format Panel
           0x10fb76000 -        0x10fba0fff +com.adobe.InDesign.Font Usage Dialog (9.0.0.244 - 0) <AB628101-A591-38EF-8BB2-84A8795C2746> /Applications/Adobe InDesign CC/*/Font Usage Dialog
           0x10fbb0000 -        0x10fc80fff +com.adobe.InDesign.Glyphs Panel (9.0.0.244 - 0) <C2DCCEFD-568E-338A-8062-C597FCD7DED5> /Applications/Adobe InDesign CC/*/Glyphs Panel
           0x10fca4000 -        0x10fcaefff +com.adobe.InDesign.Hyphenation Panel (9.0.0.244 - 0) <8D94B764-6772-37E0-894F-015DA432C5A3> /Applications/Adobe InDesign CC/*/Hyphenation Panel
           0x10fcbb000 -        0x10fcceff7 +com.adobe.InDesign.Indents and Tabs (9.0.0.244 - 0) <6BEEEACB-1746-3C07-8FD9-6F9FA8B3F94E> /Applications/Adobe InDesign CC/*/Indents and Tabs
           0x10fcdd000 -        0x10fce7fff +com.adobe.InDesign.Justification Panel (9.0.0.244 - 0) <1E88B355-C440-3D79-B042-BC0B20008701> /Applications/Adobe InDesign CC/*/Justification Panel
           0x10fcf2000 -        0x10fcfaff7 +com.adobe.InDesign.Keeps Panel (9.0.0.244 - 0) <9098A274-E93C-34AA-96D8-915D9E4F8628> /Applications/Adobe InDesign CC/*/Keeps Panel
           0x10fd02000 -        0x10fd22ff7 +com.adobe.InDesign.Optical Kerning (9.0.0.244 - 0) <BA5A40EB-931E-37DC-997F-234F354CBD7A> /Applications/Adobe InDesign CC/*/Optical Kerning
           0x10fd2d000 -        0x10fd61ff7 +com.adobe.InDesign.Paragraph Panel (9.0.0.244 - 0) <F6D20772-BAB5-3C9E-8EE0-23EA381E2508> /Applications/Adobe InDesign CC/*/Paragraph Panel
           0x10fd74000 -        0x10fd86ff7 +com.adobe.InDesign.Paragraph Rules Panel (9.0.0.244 - 0) <C2DFFD8B-8075-361B-B832-F96F2C78C483> /Applications/Adobe InDesign CC/*/Paragraph Rules Panel
           0x10fd90000 -        0x10fda7fff +com.adobe.InDesign.Path Type UI (9.0.0.244 - 0) <E18681DE-0DA3-35D2-AB20-A5B13FAF495E> /Applications/Adobe InDesign CC/*/Path Type UI
           0x10fdb7000 -        0x10fdc1ff7 +PathTypeLib.dylib (1) <1EAC22A3-1B0A-3025-BBC1-7064D4CFB153> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PathTypeLib.dylib
           0x10fdca000 -        0x10fdf7fff +com.adobe.InDesign.RunIn Styles Panel (9.0.0.244 - 0) <E822416C-FDB8-3AEC-8D24-115C766259F5> /Applications/Adobe InDesign CC/*/RunIn Styles Panel
           0x10fe09000 -        0x10fe1afff +com.adobe.InDesign.SING (9.0.0.244 - 0) <D1B2138D-3CB7-3A41-9BA0-E05D15D9656F> /Applications/Adobe InDesign CC/*/SING
           0x10fe24000 -        0x10fe2eff7 +com.adobe.InDesign.Span Columns Panel (9.0.0.244 - 0) <1125B9B0-0A27-310E-B80A-30DD311BA363> /Applications/Adobe InDesign CC/*/Span Columns Panel
           0x10fe37000 -        0x10fe83ff7 +com.adobe.InDesign.Spelling Panel (9.0.0.244 - 0) <5003DC67-9AE6-3261-8577-D91DA1DF1455> /Applications/Adobe In

  • InDesign crashes on export to IDML. Both Mac and Windows

    Hello,
    We are working on a book. Now that we've started indexing, we've run into a nasty bug that corrupts our file and causes InDesign to crash. We saw suggestions to export the file to IDML and then reopen in InDesign. We've done that several times and moved on with our indexing.  Then at some seemingly random time, we crash again. We've replicated the problem across 3 windows machines and a Mac. We've tried Creative Cloud and InDesign 5.5 versions of hte software. We've run the InDesign updates as well as all system updates on the machines we're using. The behavior is the same across both Windows and Mac platforms and both 5.5 and CC versions of software.
    The current status is that we have a file we can open. It appears we can edit but when we export to IDML, InDesign crashes. I've posted a Macintosh crash report at http://pastebin.com/nEymugMg. It is impenetrable to me.
    Does anyone have an idea what could be causing this?
    Thanks,
    Becky

    This document started in version 5 but so did the problems. We've moved to 5.5 and also tried CC to see if that would help. The problems continue to dog us.
    I've started following up on the tagged text/rebuild index suggestion you made.
    The largest story generated 14 pairs of errors. Just like this one but with different line numbers:
    <Line No>:- 4470 <Error>:- Ignoring paragraph level attribute termination tag "<bnNumberingStyle:>" found without the corresponding paragraph level attribute application tag "<bnNumberingStyle:Value>".
    <Line No>:- 4470 <Error>:- Ignoring paragraph level attribute termination tag "<numNumber:>" found without the corresponding paragraph level attribute application tag "<numNumber:Value>".
    I haven't figured out how to view line numbers or tags yet. I hope it'll be clear once I can see the tags. I hope correcting the problem will solve the crash problem, too.
    I had to work on some other things and am just getting back to this task now. If you have any advice on line numbers or tags, I would be grateful although I'm hoping I can find it online somewhere. (I don't use ID on a regular basis so troubleshooting it is a challenge for me!)
    Thanks,
    Becky
    P.S. Thanks for the info about Markzware, too.

  • Export to internal table

    Hi experts:
        I got problems when I'm using 'export/import to internal table'.When 'import to internal table' exected, an ABAP occured, text 'Format error with IMPORT: No further container found.'
        Part of my codes is below:
        Export:
        data: gi_info type standard table of ZBPS_PASSINFO,
                   itab type standard table of ZBPS_PASSINFO,
                   gs_info type ZBPS_PASSINFO.
        loop at layout->mt_html_cell assigning <ld_cell> where row = row_id and chanm = 'ZBPS_ZNU'.
                  gs_info-num = <ld_cell>-value.
                endloop.
                loop at layout->mt_html_cell assigning <ld_cell> where row = row_id and chanm = 'ZBPS_ZNAM'.
                  v_xmmc = <ld_cell>-value.
                endloop.
                loop at layout->mt_html_cell assigning <ld_cell> where row = row_id and chanm = 'ZBPS_ZTZ'.      "
                  v_ZTZ = <ld_cell>-value.
                endloop.
                loop at layout->mt_html_cell assigning <ld_cell> where row = row_id and chanm = 'ZBPS_DEP'.      "
                  v_DEP = <ld_cell>-value.
                endloop.
                loop at layout->mt_html_cell assigning <ld_cell> where row = row_id and chanm = 'ZBPS_SHRY'.      "
                  v_SHRY = <ld_cell>-value.
                endloop.
                gs_info-xmmc = v_xmmc.
                gs_info-ZTZ = v_ZTZ.
                gs_info-DEP = v_DEP.
                gs_info-SHRY = v_SHRY.
                append gs_info to gi_info.
        EXPORT ZPASSINFO FROM gi_info TO INTERNAL TABLE itab.
        Import:
        data: GI_PASSINFO type standard table of ZBPS_PASSINFO,
          itab type standard table of ZBPS_PASSINFO,
          GS_PASSINFO type ZBPS_PASSINFO.
    import ZPASSINFO to GI_PASSINFO from INTERNAL TABLE itab.

    EXPORT - Export data
    Variants
    1. EXPORT obj1 ... objn TO MEMORY.
    2. EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key.
    3. EXPORT obj1 ... objn TO DATASET dsn(ar) ID key.
    Variant 1
    EXPORT obj1 ... objn TO MEMORY.
    Additions
    1. ... FROM g (for each field to be exported)
    2. ... ID key
    Effect
    Exports the objects obj1 ... objn (fields, structures or tables) as a data cluster to ABAP/4 memory .
    If you call a transaction, report or dialog module (with CALL TRANSACTION , SUBMIT or CALL DIALOG ), the contents of ABAP/4 memory are retained, even across several levels. The called transaction can then retrieve the data from there using IMPORT ... FROM MEMORY . Each new EXPORT ... TO MEMORY statement overwrites any old data, so no data is appended.
    If the processing leaves the deepest level of the call chain, the ABAP/4 memory is released.
    Note
    The header lines of internal tables cannot be exported, because specifying the name of an internal table with a header line always exports the actual table data.
    Addition 1
    ... FROM g (for each object to be exported)
    Effect
    Exports the contents of the data object g and stores them under the name specified before FROM .
    Addition 2
    ... ID key
    Effect
    Stores the exported data under the ID key in ABAP/4 memory . You can then use the ID to read it in again (with IMPORT ). The ID can be up to 32 characters long.
    Note
    If you store data both with and without an ID , the data stored without an ID remains separate and you can re-import it (using IMPORT without ID ).
    Note
    Runtime errors
    EXPORT_NO_CONTAINER : SAP paging exhausted
    Variant 2
    EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key.
    Additions
    1. ... FROM g (for each field to be exported)
    2. ... CLIENT h (after dbtab(ar) )
    3. ... USING form
    Effect
    Exports the objects obj1 ... objn (fields, structures or tables) as a data cluster to the database table dbtab .
    The database table dbtab must have a standardized structure .
    The database table dbtab is divided into different logically related areas ( ar , 2-character name).
    You can export collections of data objects (known as data clusters ) under a freely definable key (field key ) to an area of this database.
    IMPORT allows you to import individual data objects from this cluster.
    Notes
    The table dbtab specified after DATABASE must be declared under TABLES .
    The header lines of internal tables cannot be exported because specifying the name of an internal table with a header line always exports the actual table data.
    Example
    Export two fields and an internal table to the database table INDX :
    TABLES INDX.
    DATA: INDXKEY LIKE INDX-SRTFD VALUE 'KEYVALUE',
          F1(4), F2 TYPE P,
          BEGIN OF ITAB3 OCCURS 2,
            CONT(4),
          END OF ITAB3.
    Before the export, the data fields in
    front of CLUSTR are filled.
    INDX-AEDAT = SY-DATUM.
    INDX-USERA = SY-UNAME.
    Export der Daten.
    EXPORT F1 F2 ITAB3 TO
           DATABASE INDX(ST) ID INDXKEY.
    Addition 1
    ... FROM g (for each object to be exported)
    Effect
    Exports the contents of the field g and stores them under the specified name in the database.
    Addition 2
    ... CLIENT h (after dbtab(ar) )
    Effect
    Stores the data objects in the client h (if the import/export database table dbtab is client-specific).
    Addition 3
    ... USING form
    Effect
    Does not export the data to the database table. Instead, calls the FORM routine form for every record written to the database without this addition. This routine can take the data from the database table work area and therefore has no parameters.
    Note
    Runtime errors
    Errors in the structure of the EXPORT / IMPORT database can cause runtime errors .
    Variant 3
    EXPORT obj1 ... objn TO DATASET dsn(ar) ID key.
    Note
    This variant is not to be used at present.

  • Is it possible to export (expdp) oracle table from client machine ?

    Is it possible to export (expdp*) oracle table from client machine, without using Remote desk top connection ?*
    1) Database-10g server is in America
    2) client machine is in India
    3) Oracle client-10g software is installed in my machine
    4) I am able to connect to the server, could see all tables
    5) one table is with 35 million record, I wanted to export this table using data pump, is it possible?
    note: without using Remort desk top connection.

    Hi
    I used the following syntax , but I am getting error
    6) connect sys as sysdba
    create directory test_dir as '/dbusr1/exp_test'
    grant read, write on directory test_dir to user1;
    7) expdp user1/pwd1@xyz tables=test_1 directory=test_dir dumpfile=test_file.dmp logfile=test_file.log
    8) Errors
    In linux prompt I am getting this error
    -bash: expdp: command not found
    In windows cmd prompt I am getting this error
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE";, line 488
    ORA-29283: invalid file operation
    9) why ?
    -- Does the user ( "user1") should have any system level privilege ? to export his own table?
    -- This folder ('/dbusr1/*exp_test'*) has write privilege in os level.
    Thanks in advance
    sbmk_design
    Edited by: sbmk_design on Aug 24, 2009 12:06 AM

  • Indesign CC export to .idml not reliable

    I just sent a large financial document to print. Its 132 pages.
    The printer (like every printer I work with) has not purchased CC yet and apparently refuses to.
    No prob - Ill just save as an .idml so they can open it in CS6, right?
    WRONG!     DEAD WRONG!
    Turns out that when I save as .idml and its opened in CS6, random acts of weirdness occur.
    Namely, lines applied to Indesign Table Cells can disappear. That's right. In a 132 page FINANCIAL document, the client is looking at a proof and asking why the lines are not in some places. Im lucky it was caught (by the client) before going to print.
    I had no idea what the problem was because my files were fine. But I exported as .idml and opened it up in CS6 and... Lo and Behold, the lines were missing again in the exact same areas.
    In the past I have just exported to .idml and sent to print, but I cannot have any faith in that process anymore. I encourage any and all to export to .idml, then open it up in CS6 and review every last line, break, color, etc. THEN send the CS6 file to the printer.
    Or better yet, maybe dont use CC at all, which is what Im contemplating.

    I must thank you Bobby. Friday is our donut and pastry morning and when I came in and saw your ridiculous post, I brought the entire team in to get a good laugh.
    Im not sure if you use Indesign in a professional capacity, or even work with printers or not, (from your comments and assumptions I would say no), but ever since there has been a way to backsave, it is exactly what has been done when sending files to print. Printers are notorious late adopters of new versions (for good reason). For years and years EVERY SINGLE printer we work with - whether its hear in San Diego, printers in New York, the Mid-West or even in China - every time we get a new version of the software and send it to print we have been asked to backsave the file. Hell, some print shops are TWO versions back! This is standard procedure and has been for over a decade. Sorry if you dont know this, but that is reality.
    Also, your assumptions show a lack of understanding of a modern design studio. See, when you have governmental agencies, multi-national energy company's, Casinos with over 240 locations world wide, Hospitals, biotech companies, etc etc as clients, it is 8 times out of 10 the CLIENT who choses the printer - like I mentioned above. Additionally, (since apparently you are not aware of this), the client often does not make their final decision  on which printer to select until WELL AFTER the project is underway. In this particular case we found out 3 days before it was supposed to go to print what printer it was. So your naive "the first thing you do when working with a new printer is pick up the phone" comment is truly uneducated and is very telling about your experience in the field.
    Futhermore, anytime I come across a printer that requests PDFs (its extremely rare - we usually work with professional high-end printers with actual pre-press departments, not Mickey Mouse outfits that want me to do their prepress for them) - The first thing I do is call my client and ask them "you got a good price on printing didnt you." Of course they did because their printer wants ME to prep their files for them - so I need to go back to the client and raise my rates. Heck, I can do pre-press, I used to use a stat camera creating chokes and traps back in the day - then did the same with Illustrator - but that is not the role of the modern design studio, its the PRINTES responsibility. All respectable professional print shop wants to have control of the files so they can make adjustments for their presses and even humidity - i.e. Native Files.
    Now, I originally made this post so that other professionals would be aware of the flaw in backsaving - a flaw that DID NOT EXIST BEFORE. I know this from years of experience. You comment that you dont care if I have been doing this for 240 years... but im still wrong,  is the height of arrogance. I mean, do you even hear yoursel?
    I was under the impression that this was the place that real design professionals discussed Indesign. Apparently its the place for people to rack up 28 thousand comments posting uneducated drivel.

  • Export collection action listener error after second call

    Hi all,
    I am using the operation export collection action listener to export to excel the content of a table. The first time I clicked the button to export, Microsoft Excel open with the table  information correctly but if  I want to export again then I got the following error:
    <08-ago-2013 21H54' VET> <Error> <oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter> <BEA-000000> <ADF_FACES-60096:Excepción del Servidor durante PPR, #1
    java.lang.IllegalStateException: ADF_FACES-60003: Component with ID: pt1:r8:4:b1 not registered for Active Data.
      at oracle.adfinternal.view.faces.activedata.PageDataUpdateManager.unregisterComponent(PageDataUpdateManager.java:615)
      at oracle.adfinternal.view.faces.context.RichPhaseListener.handleStartAndStopActiveData(RichPhaseListener.java:478)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:540)
      at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:225)
      at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280)
      at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254)
      at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)
      at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341)
      at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:478)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:303)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:208)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:137)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:120)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:217)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:81)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:225)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3367)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3333)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)
      at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564)
      at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:254)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:254)
    Any Idea?
    Jhon Carrillo
    Jdev 12c

    Hi,
    there is a bug filed for this that has been fixed for the first (upcoming) Patch Set of 12c. Until then the solution seems to be to get the current row before exporting the table and then to set it back afterwards. So what you can try is to create a hidden button for the export of the table. Say you name the button "expBut". Then have another button with a action reference to a managed bean. This button now will invoke the following code
    1. read the current row from the table iterator (bindings --> (DCIteratorBinding) bindings.get("iteratorName") --> (Row) dcIterator.getCurrentRow()
    2. invoke the hidden button: ActionEvent ae = new ActionEvent(expBut); ae.queue();
    3. Set current row back to where it was: dcIterator.setCurrentRowWithKey(row.getKey().toStringFormat(true));
    At least this seems to be the internal bug fix.
    Alternatively, disable PPR on the binding layer (ChangeEventPolicy=None on the iterator) and set the same on the PartialTrigger property of the component.
    Frank

  • Export fails when table is empty

    Hey Everyone,
    Dumb question. What is the export syntax I need to export just the table structure of an empty table. The example below works when the table has data, but when it's empty I receive an "EXP-00011: <table> does not exist" error.
    Thanks in advance for any help,
    Roger
    C:\>exp nwis/xxx@nwishq file=C:\Loader\testdmp tables=(XSEC_SRVY_STN_54,DBN_DEF) rows=N log=C:\Loader\nwis.log
    Export: Release 11.2.0.1.0 - Production on Tue Feb 1 17:43:21 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    Note: table data (rows) will not be exported
    About to export specified tables via Conventional Path ...
    EXP-00011: NWIS.XSEC_SRVY_STN_54 does not exist
    . . exporting table DBN_DEF
    Export terminated successfully with warnings.
    C:\>sqlplus nwis/xxx@nwishq
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 1 17:44:02 2011
    Copyright (c) 1982, 2010, Oracle. All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    GLogin Script Executing...
    Session altered.
    GLogin Script Complete.
    NWISHQ.NWIS>col object_name format a30
    NWISHQ.NWIS>select object_name, object_type, status
    2 from user_objects
    3 where object_type = 'TABLE' and object_name in ('XSEC_SRVY_STN_54','DBN_DEF');
    OBJECT_NAME OBJECT_TYPE STATUS
    DBN_DEF TABLE VALID
    XSEC_SRVY_STN_54 TABLE VALID
    NWISHQ.NWIS>desc XSEC_SRVY_STN_54
    Name Null Type
    SITE_VISIT_ID NOT NULL NUMBER
    XSEC_SRVY_START_DT NOT NULL DATE
    XSEC_SRVY_STN_VA NOT NULL FLOAT(53)
    XSEC_SRVY_STN_SG NOT NULL CHAR(1)
    XSEC_SRVY_STN_RD NOT NULL CHAR(1)
    XSEC_SRVY_STN_DT NOT NULL DATE
    XSEC_SRVY_STN_TD NOT NULL CHAR(6)
    TM_DATUM_RLBLTY_CD NOT NULL CHAR(1)
    XSEC_SRVY_DEPTH_BTTM_VA FLOAT(53)
    XSEC_SRVY_DEPTH_BTTM_SG NOT NULL CHAR(1)
    XSEC_SRVY_DEPTH_BTTM_RD NOT NULL CHAR(1)
    XSEC_SRVY_DEPTH_BTTM_UNC_VA FLOAT(53)
    XSEC_SRVY_DEPTH_BTTM_UNC_CD NOT NULL CHAR(4)
    NWISHQ.NWIS>desc DBN_DEF
    Name Null Type
    DB_NO NOT NULL CHAR(2)
    DB_DS NOT NULL VARCHAR2(255)
    ADAPS_FG NOT NULL CHAR(1)
    GWSI_FG NOT NULL CHAR(1)
    QW_FG NOT NULL CHAR(1)
    SWUDS_FG NOT NULL CHAR(1)
    NWISHQ.NWIS>select count(*) from XSEC_SRVY_STN_54;
    COUNT(*)
    0
    NWISHQ.NWIS>select count(*) from DBN_DEF;
    COUNT(*)
    11
    NWISHQ.NWIS>insert into XSEC_SRVY_STN_54 values (1,to_date('1/1/11','mm/dd/yy'),2,'y','n',to_date('1/2/11','mm/dd/yy'),'abcde
    f','y',3,'y','n',4,'abcd');
    1 row created.
    NWISHQ.NWIS>commit;
    Commit complete.
    NWISHQ.NWIS>exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\>exp nwis/xxx@nwishq file=C:\Loader\testdmp tables=(XSEC_SRVY_STN_54,DBN_DEF) rows=N log=C:\Loader\nwis.log;
    Export: Release 11.2.0.1.0 - Production on Tue Feb 1 17:48:44 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    Note: table data (rows) will not be exported
    About to export specified tables via Conventional Path ...
    . . exporting table XSEC_SRVY_STN_54
    . . exporting table DBN_DEF
    Export terminated successfully without warnings.
    C:\>

    See Oracle Support Doc :
    Original Export Raises EXP-11 Table Does Not Exist or Table is Ignored [ID 960216.1]
    Also see the threads
    Some tables missing while taking dump
    Import the table with 0 rows
    I note that you have discovered one "fix" or "workaround" --- insert 1 row into the table before it is exported.
    Hemant K Chitale
    Edited by: Hemant K Chitale on Feb 2, 2011 9:54 AM

  • IDML Fatal Errors

    Hi,
    I generate few IDML files in various computers. I just reopen the IDML back in InDesign (without editing anything in the IDML). InDesign always crash. I validate the IDML using the IDML validator along with IDML-Schema provided in the Adobe SDK. It throws many instance the below error. If InDesign exports the IDML then it is InDesign responsibility to make it valid to IDML Schema.
    Stories\Story_u5f5.xml:47550:116: error: element "XMLElement" not allowed in this context
    How reliable that I can open the IDML back in InDesign?

    Dear Ravi Kiran,
    Many thanks. What I have found so far is that,
    I have imported a XML document and saved as "without_placeElement.indd", when I export this as IDML and it open well back to me. (In this case root element is associated with a textframe)
    I have imported a XML document, and place one of element called "noteGroup" into a separate textframe. (In this case root element is associated with a textframe). I have saved this document as "with_placeElement.indd". If I export this document as IDML and open it back, InDesign crash.
    What I have understood is that, if we use any place element option, the IDML does not work. Without this Place XML feature, XML typesetting is not possible. We create more than 100 documents per day, and ever document might need this feature. I saved both files in Google drive and share to the email ID.
    Greatly appreciated your help in this.

  • Asset acquisition-Table error

    While doing an Asset posting from MM Side, the following error is happening:
    "No accounts have been entered for depreciation area 01 account allocation 31000 (Chart of accounts 1000)". 
    "Table Error"
    I have assigned accounts in AO90 for the acquisition/depreciation accounts.  Still I dont not understand why this error is happening ?  Please give some helpful inputs.

    Hi,
    in the IMG Fixed Asset Accounting you have several check and consistency reports. Run them, maybe you get some hints what could be missing in your configuration.
    Regards,
    Markus

  • Import & Export of Internal table

    Hello All,
    In my requirement I need to call the MB5B program RM07MLBD. I used the code like this.
    SUBMIT rm07mlbd AND RETURN
                WITH matnr   IN  so_matnr
                WITH werks   IN  so_werks
                WITH datum   IN  so_budat.
    Now from the RM07MLBD program I need the get the values of the table * g_t_totals_flat * to my zprogram.
    Is it possible to import & export the Internal table from one program to other.
    Regards,
    Anil.

    Hi,
    You can export the internal table ot memory id and can access the (Import) in the called program.
    Consider this small code from ABAPDOCU.
    DATA text1(10) TYPE c VALUE 'Exporting'.
    DATA: itab TYPE TABLE OF sbook,
          wa_itab LIKE LINE OF itab.
    DO 5 TIMES.
      wa_itab-bookid = 100 + sy-index.
      APPEND wa_itab TO itab.
    ENDDO.
    EXPORT text1
           text2 = 'Literal'
      TO MEMORY ID 'text'.
    EXPORT itab
      TO MEMORY ID 'table'.
    Regards
    Bikas

Maybe you are looking for