Error in Filter of VC

Dear Master
        I have Purchase requistion number, when I click that Material no should displayed (I don't want empty Material no). How to do this. When I tried Im getting folowing options only like Equal to Text, Start with text, end with text, contains text and none. But my material is no (numeric no). How to set filter for material no without null.
Thanks in advance
Raja

Hello Raja,
It seem that the field you are referring to is declared as text (I refer to the field type not the info it holds) . If it was a numeric field you would have grater than/smaller than options.
You can try to add a calculated field to the port which will hold len(@material_no) and to filter by it.
Regards,
Shay

Similar Messages

  • How to convert string to date and check date difference in filter clause | error in filter clause

    Hi All,
    I have a requirement where i want to stop replicat if particular record is encountered on target.
    if PARAMETER_CODE="APPLDATE" and difference between parameter_value is 1 then replicat should stop.
    the code i am using is,
    map schema.src_tablename , target schema.trg_tablename, &
    WHERE(PARAMETER_CODE="APPLDATE"), &
    filter (on updates, (@to_date(before.PARAMETER_VALUE,'dd/mm/yyyy hh24:mi:ss')) - (@to_date(PARAMETER_VALUE,'dd/mm/yyyy hh24:mi:ss')) =1), &
    EVENTACTIONS(STOP);
    Replicat process abends with error in filter clause.
    Concern here is the parameter_value column is in varchar2 and not in date. (if its date than filter (on updates, @datediff ("DD",before.PARAMETER_VALUE, PARAMETER_VALUE) =1)  is working correctly). I need to stop replicat when date(in varchar2 format) gets incremented by 1.
    Please do help in solving the issue.
    Thanks,
    TrushB.

    Dear all,
    Please do update... how to covert a varchar2 to date in GG.

  • ORAMED-01101 :[Filter Expression Error]Error evaluating filter expression.

    I am a newbie with oracle soa suite 11g. I am trying to use file adapter to upload the csv file contents to database.
    My csv file looks like:
    employeeid,employeename,designation,managerempid
    1121,abc,mts,211
    1122,def,mts,232
    1123,xyz,abc,133
    The generated xml file during the xsd test is
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <Root-Element xmlns="http://TargetNamespace.com/EmpAdaptor">
    <emp>
    <employeeid>1121</employeeid>
    <employeename>suneetha</employeename>
    <designation>mts</designation>
    <managerempid>211</managerempid>
    </emp>
    <emp>
    <employeeid>1122</employeeid>
    <employeename>challa</employeename>
    <designation>mts</designation>
    <managerempid>232</managerempid>
    </emp>
    <emp>
    <employeeid>1123</employeeid>
    <employeename>xyz</employeename>
    <designation>abc</designation>
    <managerempid>133</managerempid>
    </emp>
    </Root-Element>
    and in the mediator, I have the filter expression as shown:
    $in.body/ns1:EmpDetails/ns1:Emp
    the d/b table i created is
    CREATE TABLE empdtls (EMPID NUMBER(5) PRIMARY KEY,ENAME VARCHAR2(15) NOT NULL,DESIG VARCHAR2(10),MGREMPID NUMBER(5));
    When I deployed it, the application throws the below fault
    Non Recoverable System Fault :
    ORAMED-01101:[Filter Expression Error]Error evaluating filter expression.Possible Fix:Please make sure filter expression is valid, otherwise contact oracle for support. Cause:ORAMED-01102:[Filter Expression Metadata Error]Error evaluating filter expression, "$in.body/ns1:EmpDetails/ns1:Emp"Possible Fix:Please make sure filter expression metadata is valid, otherwise contact oracle for support.
    I have been trying to fix this error for almost three days..
    Somebody please help me..

    Sorry the generated xml during test is
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <EmpDetails xmlns="http://TargetNamespace.com/ServiceName">
    <Emp>
    <employeeid>1121</employeeid>
    <employeename>suneetha</employeename>
    <designation>mts</designation>
    <managerempid>211</managerempid>
    </Emp>
    <Emp>
    <employeeid>1122</employeeid>
    <employeename>challa</employeename>
    <designation>mts</designation>
    <managerempid>232</managerempid>
    </Emp>
    <Emp>
    <employeeid>1123</employeeid>
    <employeename>xyz</employeename>
    <designation>abc</designation>
    <managerempid>133</managerempid>
    </Emp>
    </EmpDetails>

  • Servlet error: Error loading filter 'ADFBindingFilter'

    I use JDeveloper 10g (9.0.5.2 build 1618) and deploy my application to standalone oc4j 10g.
    I got the following internal error when I access dataAction. So I could not show any page.
    Servlet error: Error loading filter 'ADFBindingFilter', filter-class 'oracle.adf.model.servlet.ADFBindingFilter' not found
    Pls help me.
    Thanks

    for some reason your web.xml does not have the servlet filter set up. If not I suspect you may have other entries missing. You could try and create a new adf-bc4j web application and look at the newly generated web.xml to see what is missing in yours. The specific entries you are missing are given below
    <filter>
    <filter-name>ADFBindingFilter</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    <init-param>
    <param-name>encoding</param-name>
    <param-value>windows-1252</param-value>
    </init-param>
    </filter>
    <filter-mapping>
    <filter-name>ADFBindingFilter</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>ADFBindingFilter</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>ADFBindingFilter</filter-name>
    <servlet-name>action</servlet-name>
    </filter-mapping>
    <filter-mapping>
    <filter-name>ADFBindingFilter</filter-name>
    <servlet-name>jsp</servlet-name>
    </filter-mapping>
    <filter-mapping>
    <filter-name>ADFBindingFilter</filter-name>
    <servlet-name>ordDeliverMedia</servlet-name>
    </filter-mapping>

  • Error Invalid filter on 0FISCYEAR: Filter changed

    Hello All,
    I am trying to integrate one Bex query in Design Studio.
    I have a filter on Fiscal Year(Customer Exit) in Bex Query as Interval(Range).Initially it was single value.
    After changing When i am trying to open query in design studio it is showing error :
    Invalid filter on 0FISCYEAR: Filter changed
    Please help me how can i fix it?
    Regards,
    Naveen

    I forgot to mention it is for CS5, compiled using the AECS5 SDK for 64-bit intel, Mac OSx 10.5.
    The user's specs are...
    Hardware:
    Hardware Overview:
      Model Name:                        iMac
      Model Identifier:                    iMac6,1
      Processor Name:                 Intel Core 2 Duo
      Processor Speed:                 2.16 GHz
      Number Of Processors:       1
      Total Number Of Cores:      2
      L2 Cache:                             4 MB
      Memory:                               3 GB
      Bus Speed:                           667 MHz
      Boot ROM Version:              IM61.0093.B07

  • Hi..I purchased a Pantum p2000 printer and I cannot use it. It gives me an error ( Stopped, Filter failure) I tried to re-install the driver several times but I still get the same message. I'm using OS X Yosemite 10.10.1

    Hi..I purchased a Pantum p2000 printer and I cannot use it. It gives me an error ( Stopped, Filter failure) I tried to re-install the driver several times but I still get the same message. I'm using OS X Yosemite 10.10.1

    If you haven't done so already, try resetting the printing system.
    OS X Mavericks: Reset the printing system  also Yosemite

  • EPSON AL CX11 NF gives out error message :  "Filter failed"

    Hello
    Each time I try to print with my EPSON AL CX 11 NF (USB) , the printing proccess stops and print manager displays error message "filter failed"
    THe printer works fine with my macbook pro  osx 10.7 but does not with my brand new late 2012 Imac OSX 10.8.3
    the report to be sent to Apple says:
    Process:         pdftoescpage [1401]
    Path:            /Library/Printers/EPSON/LaserPrinter/GD2/filter/pdftoescpage.app/Contents/MacOS /pdftoescpage
    Identifier:      pdftoescpage
    Version:         6.04 (6.04)
    Code Type:       X86-64 (Native)
    Parent Process:  cupsd [531]
    User ID:         26
    Date/Time:       2013-03-18 19:16:03.316 +0100
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Anonymous UUID:                      DF1E3A52-D60D-C28F-0243-789634E1F2E3
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000068
    VM Regions Near 0x68:
    -->
        __TEXT                 0000000100000000-000000010014d000 [ 1332K] r-x/rwx SM=COW  /Library/Printers/EPSON/LaserPrinter/GD2/filter/pdftoescpage.app/Contents/MacOS /pdftoescpage
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    Online support could not help me as i have the latest driver and have done the uninstall and reinstall to no avail.
    Shall i be able to print ever again and can be done ?
    THank you for your help.
    Pierre

    Thank you rkaufmann 87.
    The only thing i had not done was smc reset.
    I just did all you suggested but unsuccessfullly.
    The complete report is:
    Process:         pdftoescpage [474]
    Path:            /Library/Printers/EPSON/LaserPrinter/GD2/filter/pdftoescpage.app/Contents/MacOS /pdftoescpage
    Identifier:      pdftoescpage
    Version:         6.04 (6.04)
    Code Type:       X86-64 (Native)
    Parent Process:  cupsd [349]
    User ID:         26
    Date/Time:       2013-03-20 16:33:58.307 +0100
    OS Version:      Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Anonymous UUID:                      47916C49-5086-47C1-3BA4-2E2473EF9063
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000068
    VM Regions Near 0x68:
    -->
        __TEXT                 0000000100000000-000000010014d000 [ 1332K] r-x/rwx SM=COW  /Library/Printers/EPSON/LaserPrinter/GD2/filter/pdftoescpage.app/Contents/MacOS /pdftoescpage
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff8fcba2f7 flockfile + 18
    1   libsystem_c.dylib                       0x00007fff8fcc60be vfprintf_l + 94
    2   com.epson.page.pdftoescpage             0x00000001000a703f HBS03Command::writeESCPage(char const*, ...) + 239
    3   com.epson.page.pdftoescpage             0x000000010003dbe8 DriverPageOutputDev::writePreCommands() + 136
    4   com.epson.page.pdftoescpage             0x00000001000e49c9 PDFReference::ProcessingPages(OutputDev*, int, int, int, int) + 521
    5   com.epson.page.pdftoescpage             0x00000001000c9565 execOutputDev(GString*, GString*, void*, PrintParameter*) + 1509
    6   com.epson.page.pdftoescpage             0x00000001000c9b66 main + 1270
    7   com.epson.page.pdftoescpage             0x00000001000015b4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8b8ead16 kevent + 10
    1   libdispatch.dylib                       0x00007fff89c91dea _dispatch_mgr_invoke + 883
    2   libdispatch.dylib                       0x00007fff89c919ee _dispatch_mgr_thread + 54
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff8b8ea6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fc54f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fc54d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fc3f1d1 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8b8ea6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fc54f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fc54d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fc3f1d1 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8b8ea6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fc54f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fc54d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fc3f1d1 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8b8ea6d6 __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x00007fff8fc54f4c _pthread_workq_return + 25
    2   libsystem_c.dylib                       0x00007fff8fc54d13 _pthread_wqthread + 412
    3   libsystem_c.dylib                       0x00007fff8fc3f1d1 start_wqthread + 13
    Thread 6:
    0   libobjc.A.dylib                         0x00007fff8ebdf5d7 objc_msgSendSuper2 + 23
    1   com.apple.CoreFoundation                0x00007fff90cbf6cd -[__NSArrayM dealloc] + 349
    2   com.apple.CoreFoundation                0x00007fff90c9828a CFRelease + 170
    3   com.apple.CoreFoundation                0x00007fff90c9c83a __CFBasicHashDrain + 442
    4   com.apple.CoreFoundation                0x00007fff90c983df CFRelease + 511
    5   com.epson.printer.page.PPDepend          0x0000000100222077 PPCreateDependEnvironmentNext + 7223
    6   com.epson.printer.page.PPRelay          0x00000001001ca710 getDependInfo(int) + 141
    7   com.epson.printer.page.PPRelay          0x00000001001c3250 PPRelay + 748
    8   libsystem_c.dylib                       0x00007fff8fc527a2 _pthread_start + 327
    9   libsystem_c.dylib                       0x00007fff8fc3f1e1 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff76f09180  rbx: 0x0000000000000000  rcx: 0x00007fff5fbfd910  rdx: 0x00007fff5fbfdae0
      rdi: 0x0000000000000000  rsi: 0x00007fff76f02788  rbp: 0x00007fff5fbfd350  rsp: 0x00007fff5fbfd340
       r8: 0x0000000000000001   r9: 0x0000000000000009  r10: 0x00007fff9311382c  r11: 0x00007fff8fccaf28
      r12: 0x00007fff76f02788  r13: 0x00000001015114a0  r14: 0x00007fff76f09180  r15: 0x0000000000000000
      rip: 0x00007fff8fcba2f7  rfl: 0x0000000000010202  cr2: 0x0000000000000068
    Logical CPU: 1
    Binary Images:
           0x100000000 -        0x10014cff7 +com.epson.page.pdftoescpage (6.04 - 6.04) <7E078E7D-F17E-59EC-2BD8-4E8E8A3125CC> /Library/Printers/EPSON/LaserPrinter/GD2/filter/pdftoescpage.app/Contents/MacOS /pdftoescpage
           0x1001b6000 -        0x1001b9fff +com.epson.printer.page.APFAccess (5.01 - 5.01) <2BC9456D-2C2B-732B-1556-E3E503E1C697> /Library/Printers/EPSON/LaserPrinter/Common/PageLibraries/APFAccess.framework/V ersions/A/APFAccess
           0x1001bf000 -        0x1001cefff +com.epson.printer.page.PPRelay (5.03 - 5.03) <6C13D53B-3A80-7F01-58D5-18A04EDFD3FD> /Library/Printers/EPSON/LaserPrinter/Common/PageLibraries/PPRelay.framework/Ver sions/A/PPRelay
           0x1001d8000 -        0x10020dfef +com.epson.printer.page.PPCommon (6.05 - 6.05) <CF4C669F-474B-BACD-5C4F-D53314DD79DC> /Library/Printers/EPSON/LaserPrinter/Common/PageLibraries/PPCommon.framework/Ve rsions/A/PPCommon
           0x10021f000 -        0x100229ff7 +com.epson.printer.page.PPDepend (6.03 - 6.03) <D99D7923-CC8C-B710-65EB-75F9C23B8A48> /Library/Printers/EPSON/LaserPrinter/Common/PageLibraries/PPDepend.framework/Ve rsions/A/PPDepend
           0x100233000 -        0x100243fff +com.epson.print.framework.CIOSupport (3.00 - 3.00) <A5280852-AD50-1A25-A53B-C3A93F99ECF4> /Library/Printers/EPSON/CIOSupport/CIOSupport.framework/Versions/A/CIOSupport
           0x10024e000 -        0x10024fff7 +com.epson.printer.page.PPCUPS (5.02 - 5.02) <2AF678C7-845B-08D4-2775-559B2F3D7DFB> /Library/Printers/EPSON/LaserPrinter/Common/PageLibraries/PPCUPS.framework/Vers ions/A/PPCUPS
           0x100254000 -        0x10025afff +com.epson.printer.page.PPSNMP (5.03 - 5.03) <C1043629-DFCE-6412-DC3C-9D183ED1CB9C> /Library/Printers/EPSON/LaserPrinter/Common/PageLibraries/PPSNMP.framework/Vers ions/A/PPSNMP
           0x1002f4000 -        0x1002f6fff  libLatin2Converter.dylib (61) <732C6594-B046-37FA-A247-3C8D8D54E6B9> /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
           0x1007d7000 -        0x1007f3ff7  libJapaneseConverter.dylib (61) <D0F762C2-5372-3AA2-BBA4-066B8E4B1F8E> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
           0x1014ea000 -        0x1014effff +com.epson.printer.page.CMM183 (5.01 - 5.01) <2715EE38-8B62-527E-4B70-57FDD273C326> /Library/Printers/EPSON/LaserPrinter/Common/PageLibraries/CMMs/CMM183.framework /CMM183
           0x103100000 -        0x1031e1ff7 +com.epson.printer.page.EPSONPageSXLibrary (6.02 - 6.02) <7D87D721-DD37-538C-E64A-AF5ADC4BB8F0> /Library/Printers/EPSON/LaserPrinter/Common/PageLibraries/EPSONPageSXLibrary.fr amework/EPSONPageSXLibrary
        0x7fff68304000 -     0x7fff6833893f  dyld (210.2.3) <36CAA36E-72BC-3E48-96D9-B96A2DF77730> /usr/lib/dyld
        0x7fff85b10000 -     0x7fff85be2ff7  com.apple.CoreText (260.0 - 275.16) <990F3C7D-EEF1-33C4-99D6-8E81C96ED3E3> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff85be3000 -     0x7fff85be5fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff85c01000 -     0x7fff85c44ff7  com.apple.bom (12.0 - 192) <0EFE0F2D-B6DE-3D1E-93C2-EED6D96F70A2> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff85c45000 -     0x7fff85c7fff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff85c80000 -     0x7fff85cddff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff85cde000 -     0x7fff85cf2fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff85cf3000 -     0x7fff866836ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8668e000 -     0x7fff86694fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
        0x7fff866a1000 -     0x7fff866a7ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
        0x7fff867b6000 -     0x7fff869b6fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
        0x7fff86a28000 -     0x7fff86aceff7  com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff86acf000 -     0x7fff86c6afef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff86cad000 -     0x7fff86cbcfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff86d19000 -     0x7fff86d1cff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
        0x7fff86d1d000 -     0x7fff86d1dfff  com.apple.CoreServices (57 - 57) <45F1466A-8264-3BB7-B0EC-E5E5BFBED143> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8700f000 -     0x7fff87031ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
        0x7fff87032000 -     0x7fff87039fff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff879cd000 -     0x7fff87aedfff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff87aee000 -     0x7fff87b32fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
        0x7fff87c18000 -     0x7fff87d0dfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
        0x7fff87d0e000 -     0x7fff87fdfff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff8827b000 -     0x7fff8827bfff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8827c000 -     0x7fff88280ff7  com.apple.CommonPanels (1.2.5 - 94) <5F81D593-4B87-3DCC-B934-625D436B4CB1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff88281000 -     0x7fff882a9fff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff882f1000 -     0x7fff88477fff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff88478000 -     0x7fff88486fff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
        0x7fff884cb000 -     0x7fff884d1fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff88bc3000 -     0x7fff88bcafff  com.apple.NetFS (5.0 - 4.0) <195D8EC9-72BB-3E04-A64D-E1A89B4850C1> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8949a000 -     0x7fff894d9ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff89570000 -     0x7fff895bcff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
        0x7fff895d9000 -     0x7fff895f6ff7  com.apple.openscripting (1.3.6 - 148.3) <C008F56A-1E01-3D4C-A9AF-97799D0FAE69> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff896b0000 -     0x7fff897b2fff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff897cb000 -     0x7fff897d6fff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff897d7000 -     0x7fff897edfff  com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff897ee000 -     0x7fff89805fff  com.apple.CFOpenDirectory (10.8 - 151.10) <10F41DA4-AD54-3F52-B898-588D9A117171> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff89806000 -     0x7fff89834ff7  libsystem_m.dylib (3022.6) <11B6081D-6212-3EAB-9975-BED6234BD6A5> /usr/lib/system/libsystem_m.dylib
        0x7fff89835000 -     0x7fff89843ff7  libsystem_network.dylib (77.10) <2AAA67A1-525E-38F0-8028-1D2B64716611> /usr/lib/system/libsystem_network.dylib
        0x7fff89aba000 -     0x7fff89b28fff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff89bd1000 -     0x7fff89bdcfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
        0x7fff89be0000 -     0x7fff89beeff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
        0x7fff89bef000 -     0x7fff89c57ff7  libc++.1.dylib (65.1) <E5A0C88E-0837-3015-A987-F8C5A0D35DD6> /usr/lib/libc++.1.dylib
        0x7fff89c8d000 -     0x7fff89ca2ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
        0x7fff89cd6000 -     0x7fff89fedff7  com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8a0e2000 -     0x7fff8a162ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <AFDC05E6-F842-33D9-9379-81DF26E510CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8a1ab000 -     0x7fff8a1baff7  libxar.1.dylib (105) <B6A7C8AA-3E20-3A1D-A7BA-4FD0052FA508> /usr/lib/libxar.1.dylib
        0x7fff8a243000 -     0x7fff8a3b8fff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8a3b9000 -     0x7fff8a3b9fff  com.apple.ApplicationServices (45 - 45) <5302CC85-D534-3FE5-9E56-CA16762177F6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8a3e2000 -     0x7fff8a3eaff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff8a3eb000 -     0x7fff8a3f8fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
        0x7fff8a7e9000 -     0x7fff8a868ff7  com.apple.securityfoundation (6.0 - 55115.4) <8676E0DF-295F-3690-BDAA-6C9C1D210B88> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8ac7c000 -     0x7fff8ac7efff  com.apple.securityhi (4.0 - 55002) <26E6D477-EF61-351F-BA8C-67824AA231C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff8ac7f000 -     0x7fff8ac83fff  libCGXType.A.dylib (331.0.4) <251D4D2D-92B9-3D56-B348-CD67397F71FE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff8acef000 -     0x7fff8ad06fff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff8ad07000 -     0x7fff8ad0cfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
        0x7fff8ad36000 -     0x7fff8ad3afff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff8ad56000 -     0x7fff8ad81fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
        0x7fff8ad82000 -     0x7fff8ad94ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
        0x7fff8ad9c000 -     0x7fff8ae61ff7  com.apple.coreui (2.0 - 181.1) <7C4196D5-79E8-3557-963B-71F494DC9B04> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8afa9000 -     0x7fff8afd0fff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8afd1000 -     0x7fff8b3c8fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8b3c9000 -     0x7fff8b3d6fff  com.apple.AppleFSCompression (49 - 1.0) <E616053D-D3C2-3600-B8DF-A5E0D9665634> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff8b724000 -     0x7fff8b726fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
        0x7fff8b727000 -     0x7fff8b728ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
        0x7fff8b729000 -     0x7fff8b72bfff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff8b72e000 -     0x7fff8b732fff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8b733000 -     0x7fff8b79bfff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff8b83a000 -     0x7fff8b86bff7  com.apple.DictionaryServices (1.2 - 184.4) <2EC80C71-263E-3D63-B461-6351C876C50D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8b87d000 -     0x7fff8b8d7ff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff8b8d8000 -     0x7fff8b8f3ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8c5f8000 -     0x7fff8c5f9fff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff8c5fa000 -     0x7fff8c5fafff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8c5fb000 -     0x7fff8c620ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
        0x7fff8c621000 -     0x7fff8c622fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
        0x7fff8c64d000 -     0x7fff8c6a2ff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8c7a1000 -     0x7fff8c7defef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff8c82b000 -     0x7fff8c82bfff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
        0x7fff8c8c5000 -     0x7fff8c916ff7  com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff8c917000 -     0x7fff8c91ffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
        0x7fff8c979000 -     0x7fff8c97bff7  com.apple.print.framework.Print (8.0 - 258) <8F243E49-021F-3892-B555-3010A7F450A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8c97c000 -     0x7fff8c9e9ff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8c9ea000 -     0x7fff8c9edfff  com.apple.help (1.3.2 - 42) <418A9A41-BCB4-32A2-97ED-3A388F69CA9D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8ca38000 -     0x7fff8ca3cff7  com.apple.TCC (1.0 - 1) <76A86876-2280-3849-8478-450E1A8C0E01> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff8cf3b000 -     0x7fff8cfa4fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
        0x7fff8cfa5000 -     0x7fff8cfc4ff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8cfc6000 -     0x7fff8d015ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
        0x7fff8d04f000 -     0x7fff8d053fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
        0x7fff8d0af000 -     0x7fff8d0b3fff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8d0b4000 -     0x7fff8d0c9fff  com.apple.ImageCapture (8.0 - 8.0) <71B24609-DEE9-3927-9C82-62E72270299C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8d24d000 -     0x7fff8d24dfff  com.apple.Carbon (154 - 155) <1B2846B1-384E-3D1C-8999-201215723349> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8d86f000 -     0x7fff8d870ff7  libSystem.B.dylib (169.3) <92475A81-385C-32B9-9D6D-38E4BAC90996> /usr/lib/libSystem.B.dylib
        0x7fff8d871000 -     0x7fff8d9c2fff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8d9dd000 -     0x7fff8d9dfff7  libunc.dylib (25) <2FDC94A7-3039-3680-85F3-2164E63B464D> /usr/lib/system/libunc.dylib
        0x7fff8dadf000 -     0x7fff8db6cff7  com.apple.SearchKit (1.4.0 - 1.4.0) <54A8069C-E497-3B07-BEA7-D3BC9DB5B649> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8db6d000 -     0x7fff8db72fff  com.apple.OpenDirectory (10.8 - 151.10) <1F47EC96-7403-3690-8D8D-C31D3B6FDA0A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff8dd49000 -     0x7fff8def7fff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff8def8000 -     0x7fff8dfa9fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff8e03c000 -     0x7fff8e03ffff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
        0x7fff8e4ac000 -     0x7fff8e52eff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff8e54a000 -     0x7fff8e551fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
        0x7fff8e5b3000 -     0x7fff8e5b4ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
        0x7fff8e60c000 -     0x7fff8e61fff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <023D909C-3AFA-3438-88EB-05D0BDA5AFFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8e621000 -     0x7fff8e67bfff  com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff8e67c000 -     0x7fff8e6cbff7  libFontRegistry.dylib (100) <F7EC0287-58E4-3ABE-A45E-B105A68EA76E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff8e6cc000 -     0x7fff8e6f6ff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8e72e000 -     0x7fff8e74efff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8e7ac000 -     0x7fff8e7acfff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff8e7ad000 -     0x7fff8e8c6fff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff8ea2b000 -     0x7fff8ea4cfff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
        0x7fff8ebd9000 -     0x7fff8ecf192f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
        0x7fff8ecf2000 -     0x7fff8ef96ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
        0x7fff8ef97000 -     0x7fff8efa4ff7  com.apple.NetAuth (4.0 - 4.0) <A4A21A2F-B26A-3DC9-95E4-DAFA43A4A2C3> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8efa5000 -     0x7fff8efa6ff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff8f106000 -     0x7fff8f106fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8f107000 -     0x7fff8f1a1fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8f1ed000 -     0x7fff8f1f7fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <5A4B532E-3428-3F0A-8032-B0AFFF72CA3D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8f1f8000 -     0x7fff8f2b5ff7  com.apple.ColorSync (4.8.0 - 4.8.0) <73BE495D-8985-3B88-A7D0-23DF0CB50304> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff8f2c1000 -     0x7fff8f2e2ff7  libCRFSuite.dylib (33) <B49DA255-A4D9-33AF-95AB-B319570CDF7B> /usr/lib/libCRFSuite.dylib
        0x7fff8f371000 -     0x7fff8f3c8ff7  com.apple.ScalableUserInterface (1.0 - 1) <93C14595-6172-37E9-88F2-CBC80A1C54D0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
        0x7fff8f3f6000 -     0x7fff8f494ff7  com.apple.ink.framework (10.8.2 - 150) <3D8D16A2-7E01-3EA1-B637-83A36D353308> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8fc3e000 -     0x7fff8fd0aff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
        0x7fff8fd0b000 -     0x7fff8fd16ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff8fd17000 -     0x7fff90047fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff90048000 -     0x7fff90153fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff90154000 -     0x7fff904b1ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff90961000 -     0x7fff90983ff7  com.apple.Kerberos (2.0 - 1) <416543F5-E7AF-3269-843F-C8CDA8DD0FFA> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff90984000 -     0x7fff9098dff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff909a0000 -     0x7fff909a5fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
        0x7fff909a6000 -     0x7fff909bdfff  com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff90a06000 -     0x7fff90a12fff  com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff90a25000 -     0x7fff90b22fff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
        0x7fff90b23000 -     0x7fff90b42ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
        0x7fff90b4c000 -     0x7fff90b96ff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff90c8f000 -     0x7fff90e79ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff90e7a000 -     0x7fff90e8dff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
        0x7fff90e8e000 -     0x7fff90ec4ff7  libsystem_info.dylib (406.17) <C9BA1024-043C-3BD5-908F-AF709E05DEE4> /usr/lib/system/libsystem_info.dylib
        0x7fff91e83000 -     0x7fff91f80ff7  libxml2.2.dylib (22.3) <7FD09F53-83DA-3ECD-8DD9-870E1A2F0427> /usr/lib/libxml2.2.dylib
        0x7fff91f81000 -     0x7fff921b6ff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff921c6000 -     0x7fff92225fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff92226000 -     0x7fff92227fff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
        0x7fff9231e000 -     0x7fff9239ffff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff92639000 -     0x7fff9268ffff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff9275f000 -     0x7fff92b7cfff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 1
        thread_create: 0
        thread_set_state: 0
      Calls made by this process:
        task_for_pid: 0
        thread_create: 0
        thread_set_state: 0
      Calls made by all processes on this machine:
        task_for_pid: 253
        thread_create: 0
        thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=130.8M resident=96.4M(74%) swapped_out_or_unallocated=34.5M(26%)
    Writable regions: Total=53.5M written=2280K(4%) resident=3208K(6%) swapped_out=0K(0%) unallocated=50.4M(94%)
    REGION TYPE                      VIRTUAL
    ===========                      =======
    CG raster data                       24K
    MALLOC                             42.1M
    MALLOC guard page                    48K
    STACK GUARD                        56.0M
    Stack                              11.0M
    VM_ALLOCATE                          72K
    __DATA                             8216K
    __LINKEDIT                         52.6M
    __TEXT                             78.3M
    __UNICODE                           544K
    mapped file                          32K
    shared memory                       308K
    ===========                      =======
    TOTAL                             249.1M
    E [18/Mar/2013:18:11:56 +0100] [Job 3] Job stopped due to filter errors; please consult the error_log file for details.
    D [18/Mar/2013:18:11:56 +0100] [Job 3] The following messages were recorded from 18:11:55 to 18:11:56
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Adding start banner page "none".
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Queued on "EPSON_AL_CX11" by "testtest".
    D [18/Mar/2013:18:11:56 +0100] [Job 3] File of type application/pdf queued by "testtest".
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Setting job-hold-until to no-hold
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Adding end banner page "none".
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Job released by user.
    D [18/Mar/2013:18:11:56 +0100] [Job 3] time-at-processing=1363626715
    D [18/Mar/2013:18:11:56 +0100] [Job 3] job-sheets=none,none
    D [18/Mar/2013:18:11:56 +0100] [Job 3] argv[0]="EPSON_AL_CX11"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] argv[1]="3"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] argv[2]="testtest"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] argv[3]="non démarrage imac"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] argv[4]="1"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] argv[5]="AP_ColorMatchingMode=AP_VendorColorMatching AP_D_InputSlot= nocollate collated=1 com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMApplicationName=TextEdit com.apple.print.JobInfo.PMJobName=non\ démarrage\ imac com.apple.print.JobInfo.PMJobOwner=TEST\ test com.apple.print.PageToPaperMappingMediaName=A4 com.apple.print.PageToPaperMappingType..n.=1 com.apple.print.PrinterInfo.PMColorDeviceID..n.=6535 com.apple.print.PrintSettings.PMColorSpaceModel..n.=2 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMDestinationType..n.=1 com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 nocom.apple.print.PrintSettings.PMPrintSelectionOnly..b. DestinationPrinterID=EPSON_AL_CX11 EscpageAddCoatMode=0 EscpageAPFDigitalCamera=0 EscpageAPFEffectChoice=1 EscpageAPFEffectLevel=1 EscpageAPFTone=1 EscpageAutoContinue=0 EscpageAutoDiscrim=1 EscpageBLeftOffset=0 EscpageBookletOpenForm=0 EscpageBookletSeparateMode=0 EscpageBookletSeparateSheet=1 EscpageBookletSwitch=0 EscpageBrightness=0 EscpageBTopOffset=0 EscpageChroma=0 EscpageColorCorrection=1 EscpageColorMode=1 EscpageContinuous=0 EscpageContrast=0 EscpageCyan=0 EscpageDataComressForm=2 EscpageDensityLevel=3 EscpageDuplex=0 EscpageDuplicateBackWidth=0 EscpageDuplicateForeWidth=0 EscpageDuplicateFromMode=1 EscpageDuplicateLocation=0 EscpageEffectMode=1 EscpageEPWRunning=1 EscpageFitPage=0 EscpageFLeftOffset=0 EscpageFlyingStart=0 EscpageFooterCenter=1 EscpageFooterLeft=1 EscpageFooterRight=1 EscpageFTopOffset=0 EscpageGamma=2 EscpageHeaderCenter=1 EscpageHeaderLeft=2 EscpageHeaderRight=5 EscpageImageCorrection=2 EscpageImageQuality=2 EscpageLayoutPage=0 EscpageLightDarkness=3 EscpageLongPrinterName=EPSON_AL_CX11 EscpageLuminosityConv=25 EscpageLUTOutRate=0 EscpageMachineName=496=61632=323031332=506965727265 EscpageMagenta=0 EscpageManualFeed=0 EscpageMatchingMethod=1 EscpageMemoryProtect=0 EscpageMirror=0 EscpageModeMono=2 EscpageMonoPriority=0 EscpageOutputCMDFile=0 EscpageOutputDataFile=0 EscpageOutputDirection=1 EscpageOutputPDFFile=0 EscpageOutputXMLFile=0 EscpagePageProtect=0 EscpagePanelPriority=0 EscpagePaperSizeCode=8 EscpagePaperSizeFree=0 EscpagePaperSource=1 EscpagePaperType=2 EscpagePasswordPrint=0 EscpagePDEItProcessed=0 EscpagePresetColor=1 EscpagePresetMono=14 EscpagePrinterID=183 EscpagePrinterName=4550534?4>20414<2=43583131 EscpagePrinterSharing=0 EscpagePrintHeader=0 EscpagePrintingMode=2 EscpageQueueName=EPSON_AL_CX11 EscpageReserveJobJobName= EscpageReserveJobJobPass= EscpageReserveJobMode=1 EscpageReserveJobPreview=0 EscpageReserveJobSwitch=0 EscpageReserveJobUserName= EscpageResolution=1 EscpageRITech=1 EscpageScreen=6 EscpageSettingMode=1 EscpageShift=0 EscpageSkipBlankPage=0 EscpageStacker=1 EscpageStampBetweenLine=0 EscpageStampColor=6 EscpageStampDensity=4 EscpageStampDrawString1=7465737474657374 EscpageStampDrawStringNum1=23 EscpageStampMarkMaxDesity=0.000000 EscpageStampMarkNo=23 EscpageStampMarkSwitch=0 EscpageStampMarkTextEncoding=134217984 EscpageStampMouseRotate=0 EscpageStampOnlyOne=0 EscpageStampOrderChange=0 EscpageStampOriginX=0.000000 EscpageStampOriginY=0.000000 EscpageStampPosition=0 EscpageStampRotateAngle=0 EscpageStampSizeHeight=5.000000 EscpageStampSizeWidth=5.000000 EscpageStampStringCount=1 EscpageStampTextFontSize=64.000000 EscpageStampTextName=4>6?6=2064277574696<69736174657572 EscpageStampTextString=7465737474657374 EscpageStampTextStyle=0 EscpageStampType=2 EscpageStaplePos=0 EscpageStapleSwitch=0 EscpageSystemEncoding=0 EscpageTextPrintedBlack=0 EscpageToneMode=1 EscpageTonerSave=0 EscpageTrustMarkAlignment=0 EscpageTrustMarkBackPatternName=0 EscpageTrustMarkBetweenLine=0 EscpageTrustMarkColor=-1 EscpageTrustMarkCopyResult=0 EscpageTrustMarkDensity=0 EscpageTrustMarkOrderChange=0 EscpageTrustMarkPosition=0 EscpageTrustMarkRotateAngle=0 EscpageTrustMarkString=0 EscpageTrustMarkSwitch=0 EscpageTrustMarkTextStyle=0 EscpageTrustMarkTileSize=0 EscpageUserName=7465737474657374 EscpageWebSmoothingMode=0 EscpageYellow=0 InstallableCassettes=2 media=A4 PaperInfoIsSuggested..b. pserrorhandler-requested=standard job-uuid=urn:uuid:de478e88-dad2-31ee-7657-39f245fe9fe7 job-originating-host-name=localhost time-at-creation=1363626715 time-at-processing=1363626715 job-impressions=1 com.apple.print.PrintSettings.PMTotalSidesImaged..n.=1 sides=one-sided Duplex=None com.apple.print.PrintSettings.PMTotalBeginPages..n.=1 PageSize=A4"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] argv[6]="/private/var/spool/cups/d00003-001"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[0]="<CFProcessPath>"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[11]="[email protected]"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[12]="SOFTWARE=CUPS/1.6.2"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[14]="USER=root"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[15]="CUPS_MAX_MESSAGE=2047"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[16]="CUPS_SERVER=/private/var/run/cupsd"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[17]="CUPS_ENCRYPTION=IfRequested"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[18]="IPP_PORT=631"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[19]="CHARSET=utf-8"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[20]="LANG=fr.UTF-8"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[21]="APPLE_LANGUAGE=fr"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[22]="PPD=/private/etc/cups/ppd/EPSON_AL_CX11.ppd"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[23]="RIP_MAX_CACHE=128m"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[24]="CONTENT_TYPE=application/pdf"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[25]="DEVICE_URI=usb://EPSON/AL-CX11?serial=34PGFMZ13047861031"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[26]="PRINTER_INFO=EPSON AL-CX11"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[27]="PRINTER_LOCATION=Imac 2013 Pierre"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[28]="PRINTER=EPSON_AL_CX11"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[29]="PRINTER_STATE_REASONS=none"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[30]="CUPS_FILETYPE=document"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[31]="FINAL_CONTENT_TYPE=printer/EPSON_AL_CX11"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] envp[32]="AUTH_I****"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Started filter /Library/Printers/EPSON/LaserPrinter/GD2/filter/pdftoescpage.app/Contents/MacOS /pdftoescpage (PID 855)
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Started backend /usr/libexec/cups/backend/usb (PID 856)
    D [18/Mar/2013:18:11:56 +0100] [Job 3] usb: AppleLanguages="fr"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] STATE: +connecting-to-device
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Looking for 'EPSON AL-CX11'
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Les permissions du répertoire « /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin » sont valides (040755/uid=0/gid=80).
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Les permissions du répertoire « /System/Library/Printers/Libraries/USBGenericPrintingClass.plugin » sont valides (040755/uid=0/gid=0).
    D [18/Mar/2013:18:11:56 +0100] [Job 3] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [18/Mar/2013:18:11:56 +0100] [Job 3] load_classdriver(/Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin) (kr:0x00000000)
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Opening connection
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Les permissions du répertoire « /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin » sont valides (040755/uid=0/gid=80).
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Les permissions du répertoire « /System/Library/Printers/Libraries/USBGenericPrintingClass.plugin » sont valides (040755/uid=0/gid=0).
    D [18/Mar/2013:18:11:56 +0100] [Job 3] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [18/Mar/2013:18:11:56 +0100] [Job 3] load_classdriver(/Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin) (kr:0x00000000)
    D [18/Mar/2013:18:11:56 +0100] [Job 3] STATE: -connecting-to-device
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Envoi de données à l’imprimante.
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Set job-printer-state-message to "Envoi de données à l’imprimante.", current level=INFO
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Read 121 bytes of back-channel data...
    D [18/Mar/2013:18:11:56 +0100] [Job 3] PID 855 (/Library/Printers/EPSON/LaserPrinter/GD2/filter/pdftoescpage.app/Contents/MacO S/pdftoescpage) crashed on signal 11.
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Hint: Try setting the LogLevel to "debug" to find out more.
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Sent 0 bytes...
    D [18/Mar/2013:18:11:56 +0100] [Job 3] Waiting for read thread to exit...
    D [18/Mar/2013:18:11:56 +0100] [Job 3] PID 856 (/usr/libexec/cups/backend/usb) exited with no errors.
    D [18/Mar/2013:18:11:56 +0100] [Job 3] End of messages
    D [18/Mar/2013:18:11:56 +0100] [Job 3] printer-state=3(idle)
    D [18/Mar/2013:18:11:56 +0100] [Job 3] printer-state-message="Filter failed"
    D [18/Mar/2013:18:11:56 +0100] [Job 3] printer-state-reasons=none
    E [18/Mar/2013:18:16:57 +0100] [Job 3] Stopping unresponsive job.
    E [20/Mar/2013:16:33:58 +0100] [Job 3] Job stopped due to filter errors; please consult the error_log file for details.
    D [20/Mar/2013:16:33:58 +0100] [Job 3] The following messages were recorded from 16:33:58 to 16:33:58
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Adding start banner page "none".
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Queued on "EPSON_AL_CX11" by "testtest".
    D [20/Mar/2013:16:33:58 +0100] [Job 3] File of type application/pdf queued by "testtest".
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Setting job-hold-until to no-hold
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Adding end banner page "none".
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Job released by user.
    D [20/Mar/2013:16:33:58 +0100] [Job 3] time-at-processing=1363793638
    D [20/Mar/2013:16:33:58 +0100] [Job 3] job-sheets=none,none
    D [20/Mar/2013:16:33:58 +0100] [Job 3] argv[0]="EPSON_AL_CX11"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] argv[1]="3"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] argv[2]="testtest"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] argv[3]="non démarrage imac"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] argv[4]="1"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] argv[5]="AP_ColorMatchingMode=AP_VendorColorMatching AP_D_InputSlot= nocollate collated=1 com.apple.print.DocumentTicket.PMSpoolFormat=application/pdf com.apple.print.JobInfo.PMApplicationName=TextEdit com.apple.print.JobInfo.PMJobName=non\ démarrage\ imac com.apple.print.JobInfo.PMJobOwner=TEST\ test com.apple.print.PageToPaperMappingMediaName=A4 com.apple.print.PageToPaperMappingType..n.=1 com.apple.print.PrinterInfo.PMColorDeviceID..n.=6535 com.apple.print.PrintSettings.PMColorSpaceModel..n.=2 com.apple.print.PrintSettings.PMCopies..n.=1 com.apple.print.PrintSettings.PMCopyCollate..b. com.apple.print.PrintSettings.PMDestinationType..n.=1 com.apple.print.PrintSettings.PMFirstPage..n.=1 com.apple.print.PrintSettings.PMLastPage..n.=2147483647 com.apple.print.PrintSettings.PMPageRange..a.0..n.=1 com.apple.print.PrintSettings.PMPageRange..a.1..n.=2147483647 nocom.apple.print.PrintSettings.PMPrintSelectionOnly..b. DestinationPrinterID=EPSON_AL_CX11 EscpageAddCoatMode=0 EscpageAPFDigitalCamera=0 EscpageAPFEffectChoice=1 EscpageAPFEffectLevel=1 EscpageAPFTone=1 EscpageAutoContinue=0 EscpageAutoDiscrim=1 EscpageBLeftOffset=0 EscpageBookletOpenForm=0 EscpageBookletSeparateMode=0 EscpageBookletSeparateSheet=1 EscpageBookletSwitch=0 EscpageBrightness=0 EscpageBTopOffset=0 EscpageChroma=0 EscpageColorCorrection=1 EscpageColorMode=1 EscpageContinuous=0 EscpageContrast=0 EscpageCyan=0 EscpageDataComressForm=2 EscpageDensityLevel=3 EscpageDuplex=0 EscpageDuplicateBackWidth=0 EscpageDuplicateForeWidth=0 EscpageDuplicateFromMode=1 EscpageDuplicateLocation=0 EscpageEffectMode=1 EscpageEPWRunning=1 EscpageFitPage=0 EscpageFLeftOffset=0 EscpageFlyingStart=0 EscpageFooterCenter=1 EscpageFooterLeft=1 EscpageFooterRight=1 EscpageFTopOffset=0 EscpageGamma=2 EscpageHeaderCenter=1 EscpageHeaderLeft=2 EscpageHeaderRight=5 EscpageImageCorrection=2 EscpageImageQuality=2 EscpageLayoutPage=0 EscpageLightDarkness=3 EscpageLongPrinterName=EPSON_AL_CX11 EscpageLuminosityConv=25 EscpageLUTOutRate=0 EscpageMachineName=496=61632=323031332=506965727265 EscpageMagenta=0 EscpageManualFeed=0 EscpageMatchingMethod=1 EscpageMemoryProtect=0 EscpageMirror=0 EscpageModeMono=2 EscpageMonoPriority=0 EscpageOutputCMDFile=0 EscpageOutputDataFile=0 EscpageOutputDirection=1 EscpageOutputPDFFile=0 EscpageOutputXMLFile=0 EscpagePageProtect=0 EscpagePanelPriority=0 EscpagePaperSizeCode=8 EscpagePaperSizeFree=0 EscpagePaperSource=1 EscpagePaperType=2 EscpagePasswordPrint=0 EscpagePDEItProcessed=0 EscpagePresetColor=1 EscpagePresetMono=14 EscpagePrinterID=183 EscpagePrinterName=4550534?4>20414<2=43583131 EscpagePrinterSharing=0 EscpagePrintHeader=0 EscpagePrintingMode=2 EscpageQueueName=EPSON_AL_CX11 EscpageReserveJobJobName= EscpageReserveJobJobPass= EscpageReserveJobMode=1 EscpageReserveJobPreview=0 EscpageReserveJobSwitch=0 EscpageReserveJobUserName= EscpageResolution=1 EscpageRITech=1 EscpageScreen=6 EscpageSettingMode=1 EscpageShift=0 EscpageSkipBlankPage=0 EscpageStacker=1 EscpageStampBetweenLine=0 EscpageStampColor=6 EscpageStampDensity=4 EscpageStampDrawString1=7465737474657374 EscpageStampDrawStringNum1=23 EscpageStampMarkMaxDesity=0.000000 EscpageStampMarkNo=23 EscpageStampMarkSwitch=0 EscpageStampMarkTextEncoding=134217984 EscpageStampMouseRotate=0 EscpageStampOnlyOne=0 EscpageStampOrderChange=0 EscpageStampOriginX=0.000000 EscpageStampOriginY=0.000000 EscpageStampPosition=0 EscpageStampRotateAngle=0 EscpageStampSizeHeight=5.000000 EscpageStampSizeWidth=5.000000 EscpageStampStringCount=1 EscpageStampTextFontSize=64.000000 EscpageStampTextName=4>6?6=2064277574696<69736174657572 EscpageStampTextString=7465737474657374 EscpageStampTextStyle=0 EscpageStampType=2 EscpageStaplePos=0 EscpageStapleSwitch=0 EscpageSystemEncoding=0 EscpageTextPrintedBlack=0 EscpageToneMode=1 EscpageTonerSave=0 EscpageTrustMarkAlignment=0 EscpageTrustMarkBackPatternName=0 EscpageTrustMarkBetweenLine=0 EscpageTrustMarkColor=-1 EscpageTrustMarkCopyResult=0 EscpageTrustMarkDensity=0 EscpageTrustMarkOrderChange=0 EscpageTrustMarkPosition=0 EscpageTrustMarkRotateAngle=0 EscpageTrustMarkString=0 EscpageTrustMarkSwitch=0 EscpageTrustMarkTextStyle=0 EscpageTrustMarkTileSize=0 EscpageUserName=7465737474657374 EscpageWebSmoothingMode=0 EscpageYellow=0 InstallableCassettes=2 media=A4 PaperInfoIsSuggested..b. pserrorhandler-requested=standard job-uuid=urn:uuid:28e7a7a5-dd3e-30f9-4966-b80a5be21ea1 job-originating-host-name=localhost time-at-creation=1363793638 time-at-processing=1363793638 job-impressions=1 com.apple.print.PrintSettings.PMTotalSidesImaged..n.=1 sides=one-sided Duplex=None com.apple.print.PrintSettings.PMTotalBeginPages..n.=1 PageSize=A4"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] argv[6]="/private/var/spool/cups/d00003-001"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[0]="<CFProcessPath>"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[1]="CUPS_CACHEDIR=/private/var/spool/cups/cache"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[2]="CUPS_DATADIR=/usr/share/cups"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[3]="CUPS_DOCROOT=/usr/share/doc/cups"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[4]="CUPS_FONTPATH=/usr/share/cups/fonts"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[5]="CUPS_REQUESTROOT=/private/var/spool/cups"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[6]="CUPS_SERVERBIN=/usr/libexec/cups"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[7]="CUPS_SERVERROOT=/private/etc/cups"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[8]="CUPS_STATEDIR=/private/etc/cups"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[9]="HOME=/private/var/spool/cups/tmp"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[10]="PATH=/usr/libexec/cups/filter:/usr/bin:/usr/sbin:/bin:/usr/bin"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[11]="[email protected]"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[12]="SOFTWARE=CUPS/1.6.2"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[13]="TMPDIR=/private/var/spool/cups/tmp"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[14]="USER=root"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[15]="CUPS_MAX_MESSAGE=2047"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[16]="CUPS_SERVER=/private/var/run/cupsd"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[17]="CUPS_ENCRYPTION=IfRequested"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[18]="IPP_PORT=631"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[19]="CHARSET=utf-8"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[20]="LANG=fr.UTF-8"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[21]="APPLE_LANGUAGE=fr"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[22]="PPD=/private/etc/cups/ppd/EPSON_AL_CX11.ppd"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[23]="RIP_MAX_CACHE=128m"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[24]="CONTENT_TYPE=application/pdf"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[25]="DEVICE_URI=usb://EPSON/AL-CX11?serial=34PGFMZ13047861031"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[26]="PRINTER_INFO=EPSON AL-CX11"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[27]="PRINTER_LOCATION=Imac 2013 Pierre"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[28]="PRINTER=EPSON_AL_CX11"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[29]="PRINTER_STATE_REASONS=none"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[30]="CUPS_FILETYPE=document"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[31]="FINAL_CONTENT_TYPE=printer/EPSON_AL_CX11"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] envp[32]="AUTH_I****"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Started filter /Library/Printers/EPSON/LaserPrinter/GD2/filter/pdftoescpage.app/Contents/MacOS /pdftoescpage (PID 474)
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Started backend /usr/libexec/cups/backend/usb (PID 475)
    D [20/Mar/2013:16:33:58 +0100] [Job 3] usb: AppleLanguages="fr"
    D [20/Mar/2013:16:33:58 +0100] [Job 3] STATE: +connecting-to-device
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Looking for 'EPSON AL-CX11'
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Les permissions du répertoire « /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin » sont valides (040755/uid=0/gid=80).
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Les permissions du répertoire « /System/Library/Printers/Libraries/USBGenericPrintingClass.plugin » sont valides (040755/uid=0/gid=0).
    D [20/Mar/2013:16:33:58 +0100] [Job 3] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [20/Mar/2013:16:33:58 +0100] [Job 3] load_classdriver(/Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin) (kr:0x00000000)
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Opening connection
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Les permissions du répertoire « /Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin » sont valides (040755/uid=0/gid=80).
    D [20/Mar/2013:16:33:58 +0100] [Job 3] Les permissions du répertoire « /System/Library/Printers/Libraries/USBGenericPrintingClass.plugin » sont valides (040755/uid=0/gid=0).
    D [20/Mar/2013:16:33:58 +0100] [Job 3] load_classdriver(/System/Library/Printers/Libraries/USBGenericPrintingClass.plu gin) (kr:0x00000000)
    D [20/Mar/2013:16:33:58 +0100] [Job 3] load_classdriver(/Library/Printers/EPSON/CIOSupport/EPSONUSBPrintClass.plugin) (kr:0x00000000)
    D [20/Mar/2013:16:33:58 +0100] [Job 3] STATE: -connecting-to-device
    D [20/Mar/2

  • OBIEE 11g error in filter

    Hi,
    I have a problem in OBIEE 11.1.1.6
    I have a report where project No is a filter i.e in where condition.
    Now I have a project no like "ERP-HR STD&2012". Now this is not returning data getting error out. In OBIEE, whenever it see any & sign in the project number filter, it returns error. Now when I run the sql query(getting from nqsquery log) in PL/SQL developer or Toad, I get the correct result showing data.
    If some & or % sign appears in the filter data, OBI could not able to run request
    Please help.
    Thanks
    Titas

    Hi,
    Thanks for reply.
    Actually I am creating a bar chart report where in x axis I have project no. And I set project no as graph prompt. Now in the LOV of project no whenever I select one particular project "ERP -HR STD &2012", the report fails to produce graph. But every other LOV values are runnig fine with graph. Only wnehever it finds any project no containing & sign, it fails.
    Please help.
    Thanks
    Titas

  • After mavericks update, HP print error message = 'filter' failed.

    Since I updated my MacBook Pro to OSX 10.9, I can no longer print on my HP Deskjet 1220C.  I get an error message that says "filter failed".  This printer is about 10 years old, but it's a goodie. It worked fine when I was using OSX lion. My roommate is still using OSX lion, and can print on the 1220C just fine.
    I tried reinstalling the drivers found at < http://support.apple.com/kb/DL907?viewlocale=en_US&locale=en_US >, but got the same error message when I tried to print.
    Is there a raster filter file I could copy from the old operating system to solve this issue?  Any suggestions?

    Mr. McGruzoo,
    I went to PCHelpStation, an online company that will remotely fix computer problems.   Last week, that got the printer to work.  Then two days ago, I realized that the “generic” printer driver only prints in black.   Yesterday and today. the company spent hours and finally that company gave up.   After seeking all kinds of work-arounds, nothing will change.   Now, I am in a email war with Hewlett Packard.   My 1220c printer is excellent.    I do not want to buy another and I believe that HP should support every computer.   The fact that HP has excellent long lasting products is all the more reason for that company to continue to support the 1220c printer.   In one the emails, the VP of HP offered me a coupon for 20 dollars off paper and toner and a printer recommendation to buy a new one.    I am not taking the coupon nor buying a new printer. I want a DRIVER for my printer!
    Thank you for responding to my post.   Maybe all of us can band together and badger HP until a driver is provided.
    Sincerely,
    Rosalind Johnson

  • Problem printing to OKI - error msg = "filter" failed

    Okidata usually updates drivers for Mac OS upgrades but does not have one for Yosemite (yet? I hope?). The error message on the printer reads: "filter" failed. I've never seen that before. Anyone know what this means and/or how to work around it?
    Same message from all applications. Message is in the Mac Printer preferences box, not on the printer.
    I can print to old HP inkjet - my backup - but not to OKI c5800Ldn color laser printer.
    Tried deleting printer from list and adding OKI with IPP address - no joy.

    Didn't specify .... I'm using PS CS5, version 12.1

  • Error in filter with SQL Expression

    HI Experts,
    I have a sql query which works fine, but have to_date funtion() in the where clause as below :
    and oe.ORDERED_DATE BETWEEN to_date('09-APR-2009 23:59:59','DD-MON-YYYY HH24:MI:SS')
    AND to_date('10-APR-2009 23:59:59','DD-MON-YYYY HH24:MI:SS')
    and (ol.ORDERED_ITEM LIKE 'abckdo%' OR ol.ORDERED_ITEM LIKE 'xysalnb%')
    I am trying to create an OBIEE report with filter where the values of the filter are select as SQL Expression. and gave value to first variable as "to_date('09-APR-2009 23:59:59','DD-MON-YYYY HH24:MI:SS')" and the second variable as " to_date('10-APR-2009 23:59:59','DD-MON-YYYY HH24:MI:SS')"
    But the report is giving me an error. If I remove the date condition, then the report works fine. Can anyone give some inputs in resolving the problem. The mentioning of the HH24:MI:SS is very import to get the right resultset.
    Thanks in Advance.
    svr

    Hi SVR,
    I've had similar difficulties in the past with OBIEE and using the TO_DATE in the logical SQL expressions. I'm not sure if OBIEE recognizes TO_DATE or if it only recognizes TO_DATE is certain situations.
    However, I believe OBIEE recognizes the CAST( AS DATE) in all situations. Here's what I would recommend doing.
    1) Go into the connection pool associated with the report your creating and click on the second tab, "Connection Scripts"
    2) In the "Execute on Connect" area, click the "New" button and paste the following code: alter session set NLS_DATE_FORMAT='DD-MON-YYYY HH24:MI:SS' ** this step changes the default DD-MON-YYYY format of Oracle, to the format you will be giving the data in.
    3) Save the RPD and bounce the services if you made this change off-line.
    4) Instead of using TO_DATE() on your formulas, use CAST('09-APR-2009 23:59:59' AS DATE). Since we changed the default DATE mask to be the format that you're passing in, you should no longer see any issues.
    Hope that helps!
    -Joe

  • Error using Filter with SQL Expression

    Hey all -
    New to Oracle BI, and getting a problem with Filters that use SQL Expressions.
    The column I'm filtering on is a 4 digit year, expressed as a VARCHAR2(4 byte) in the physical database. My SQL Expression in the filter is:
    Column: CAL YEAR 4 DIGIT
    Operator: Is equal to/in
    SQL Expression: TO_CHAR(ADD_MONTHS(SYSDATE, -24), 'YYYY'))
    when I click on the "Results" Tab I get the following error message:
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <(>: Syntax error [nQSError: 26012] . (HY000)
    I've isolated the issue to the expression above. If I put in a literal value and supply a four digit year like below it works:
    Column: CAL YEAR 4 DIGIT
    Operator: Is equal to/in
    SQL Expression: *2008*
    Any ideas on what's causing my problem?
    Thanks!
    Mac

    macearl wrote:
    SQL View does not display unless data is returned by the query. Is that normal?
    Also, none of these options shows the literal result of the expression we built, i.e.:
    expression: CAST(YEAR(TIMESTAMPADD(SQL_TSI_MONTH, -24, CURRENT_DATE)) as CHAR)
    result: *2008*
    Having the ability to test expressions and see their results would be very helpful in debugging. If anyone knows how to do that please share!
    Thanks!
    MacOk, Probably shoud have figured this out before, but in response to my own question, the way to view the result of an expression is to add the expression as a column and include it in the Table Presentation.
    - Mac (he can be taught)

  • Interactive report error when filter

    Hi,
    I'm new to Apex and get the following error when I create an interactive report:
    "Invalid set of rows requested, the source data of the report has been modified.
    reset pagination"
    This error occurs when I scroll through the pages of the report and get to say the third page of data. I then apply a filter to restrict the data returned to less than a page worth of data, click "Go" and get the error.
    I've searched the forum and understand that this is occurring as Apex is still trying to display 3 pages of data when there is only one page worth of data and I know that I somehow need to reset the pagination, but I cannot find a way to do this. I have tried creating a process to reset the pagination, but this does not seem to fire when the "Go" button is clicked on the interactive report search bar.
    I have tried to reproduce this in my online Apex workspace, but it works fine there. I think this is probably down to using version 4.0 online, but my company is still on version 3.1.0.00.32.
    Is this a bug in the version of Apex that I'm using or is there a way that I can reset the pagination on an interactive report (when the "go" button is clicked)?
    thanks
    Adrian

    The best thing is to run the page with debug and see if the reset pagination is firing or not. Its been a long time since I used 3.1.x but I think reset pagination 3.1 works.
    Maybe something to do with the condition on the reset pagination that prevents it from running? Make reset pagination 'unconditional' and see the result.
    Regards,

  • For input string error by filter table and execute CreateInsert

    Dear all
    I am useing Jdeveloper 11.1.1.3
    i have a pannel tabl with 2 showDetail item
    one for table another for form.
    by default table tab is active , when user press create button form will be active and CreateInsert Action will execute.
    now if user search any value in table filter (for example seach name column with Admin value)then press create botton :
    form will be active an an error raise :      For input string:"Admin"
    in console i have :
    <Utils><buildFacesMessage> ADF: Adding the following JSF error message: For input string: "Admin"
    java.lang.NumberFormatException: For input string: "Admin"

    Hi,
    is the "CreateInsert" action completed by the user - entering a new row and submitting it ? Note that table and form share the same VO and therefore validation applies to both of them. Also which version of JDeveloper do you use ?
    Frank

  • Error with filter expression

    Hi guys,
    i'm trying to write this in the formula for a column which should give me the results for the previous year. I wrote
    filter("Facts - GL Balance"."Balance Global1 Amount" using valueof(YAGO_MCAL_YEAR#1))
    i get this error.
    Formula syntax is invalid.
    [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 27002] Near <#>: Syntax error [nQSError: 26012] . (HY000)
    SQL Issued: SELECT filter("Facts - GL Balance"."Balance Global1 Amount" using valueof(YAGO_MCAL_YEAR#1)) FROM "GCI Financials - GL Balances"
    OK (Ignore Error)
    I just cannot figure out what is wrong with that syntax.
    Please help me.

    Hi,
    The problem seems to be with the syntax and the # character. Can you try below statement and see if you get any error:
    filter("Facts - GL Balance"."Balance Global1 Amount" USING (YourYearColumn = VALUEOF("YAGO_MCAL_YEAR#1")))
    Thanks

  • Runtime Error when filter an ALV

    Hello,
    I have problems when I execute a filter on an ALV colum, exactly, at the poupup where I select the value for the filter field, and execute, gives me the next dump:
    GETWA_NOT_ASSIGNED
    Field symbol has not yet been assigned.
    Error in the ABAP Application Program
    The current ABAP program "SAPLKKBL" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    You may able to find an interim solution to the problem
    in the SAP note system. If you have access to the note system yourself,
    please use the following search criteria:
    "SAPLKKBL" "GETWA_NOT_ASSIGNED"
    "SAPLKKBL" or "LKKBLF01"
    "FB_OUTTAB_FILTER_CRITERIA_K"
    If you cannot solve the problem yourself, please send the
    following documents to SAP:
    1. A hard copy print describing the problem.
       To obtain this, select the "Print" function on the current screen.
    2. A suitable hardcopy prinout of the system log.
       To obtain this, call the system log with Transaction SM21
       and select the "Print" function to print out the relevant
       part.
    3. If the programs are your own programs or modified SAP programs,
       supply the source code.
       To do this, you can either use the "PRINT" command in the editor or
       print the programs using the report RSINCL00.
    4. Details regarding the conditions under which the error occurred
       or which actions and input led to the error.
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    Thanks

    First thanks,
    But now, I think the problem is that my program not pass by my user-command function when I execute the filter buttom (of my own status) it goes directly to standad code.
    any idea?
    Thanks

Maybe you are looking for