"preview" dont'work on appl 10g

in the follow procedure, if i canche the value of DESTYPE parameter from "CACHE" ---->>> to "PREVIEW" the report don't work.
if it is set to cache it generate e report file in the application server local directory, bur the user that lunch the report dont'see it !!!!
DESTYPE = 'PREVIEW' DON'T WORK ??????
WHICH IS THE MEANING OF "DESTYPE"
the have a button on a form that run on application 10g
DECLARE
report_id Report_Object;
BEGIN
HOUSE_ORD (:B0.LIST_ORDER);
COMMIT;
report_id:= find_report_object('rep01');
RUN_REPORT_OBJECT_LIST(report_id , 'rep_app00' , 'pdf');
END;
the procedure that i call is
PROCEDURE RUN_REPORT_OBJECT_LIST(report_id REPORT_OBJECT, reportserver varchar2, runformat varchar2) IS
report_job_id VARCHAR2(100);
vc_rep_status VARCHAR2(20);
paramlist_id ParamList;
paramlist_name VARCHAR2(10):='tmplist';
BEGIN
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,SYNCHRONOUS);
SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,reportserver);
paramlist_id:= get_parameter_list(paramlist_name);
IF NOT id_null(paramlist_id) THEN
destroy_parameter_list(paramlist_id);
END IF;
paramlist_id:=create_parameter_list(paramlist_name);
add_parameter(paramlist_id,'DESTYPE',TEXT_PARAMETER,'CACHE');
add_parameter(paramlist_id,'PARAMFORM',TEXT_PARAMETER,'NO');
add_parameter(paramlist_id,'desformat',TEXT_PARAMETER,runformat );
report_job_id:=RUN_REPORT_OBJECT(report_id,paramlist_id);
END;

Hi Mike,
Pl follow Note 207396.1 on Metalink: "How to Run Reports From Forms 9i / 10g Using RUN_REPORT_OBJECT"
http://metalink.oracle.com
You can also follow the sample code given in this document "Integrating OracleAS Reports Services in OracleAS Forms Services":
http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
Navneet.

Similar Messages

  • Some JDK 1.5 features dont work in JDeveloper 10g (10.1.3) EA  IDE

    for example, the following error message is produced when i try to compile code bellow :
    Error(7,24): method range(client.Color, client.Color) not found in class java.util.EnumSet
    this is what my code look like:
    package client;
    import java.util.EnumSet;
    public class TestClass {
    public static void main(String[] args) {
    for( Color c : EnumSet.range(Color.GREEN, Color.BLUE) )
    System.out.println( c );
    and my Color enum that resides in a seperate file look like this....
    package client;
    public enum Color { RED, GREEN, BLUE }
    thank you

    following code still has 2 problems...
    package mypackage;
    import java.util.EnumSet;
    public enum Color {RED, GREEN, BLUE, ;}
    public class TestClass {   
    public static void main(String[] args) {       
    for (Color c : EnumSet.range(Color.GREEN, Color.BLUE))
    System.out.println(c);
    problems are:
    1) enum Color is public so it can not reside in the same file
    2) the line containing EnumSet.range method still don't compile
    I soleved the 1st problem by making enum Color non-public & moving the enum to the inside of the TestClass but it still didn't help my original problem unable to compile the line containing EnumSet.range method.

  • Create an interactive pdf that works in Apple Preview (and Acrobat Reader)

    Hi,
    I've created a very large interactive document for a client in InDesign CS6, which has buttons that help the user go to various locations in the doc and back, and have only rollover states on all the buttons. The interactivity works fine in Acrobat Pro, but my client wants it to work in Apple Preview. How do I make it work in Preview? If I can also get it to work in Acrobat Reader that would be a bonus too.
    Any help would be very appreciated.
    Thanks!
    Gary

    Thanks Peter and UWE,
    Upon further testing, it appears that most of the interactivity seems to be working in Preview now, but some buttons do not show up correctly, whereas most of the others do.
    The ones that aren't showing up correctly are primarily on the main Home page. They are all rectangle buttons, with a photographic background in the button and the name of the link to the section on top of the button, like "introduction", "Product", etc. The button itself works in Preview, but the photograph placed in the button doesn't appear, all you see is the name of the the button without the image in the background.
    Any clues on how to fix this this?
    Thanks

  • Apple Calculator version 4.0.6 dont works

    Hi,
    When I open the calculator application, to see the calculator on the screen I have to open the «paper print» option (in french = bande de papier) and after I have to choose the calculator I need (regular, scientific etc..).
    Also, the conversion option of my calculator dont works. I'm not able to update the money rate conversion. If I use the conversion tool (for any kind of unit) the program (calculator) turn off.
    How can I re-install this application?
    Thanks a lot!
    Message was edited by: Gebe

    Hi,
    I reinstall OSX 10.4 (Tiger) and the calculator was OK until I done all the Apple updates.
    I always have the same problems with my calculator. But now I know the problem appear after one of the update!
    Am I the only one with this problem?
    Thanks again to all of you!
    Message was edited by: Gebe

  • I have a question has anyone figured out how to get preview to work

    Ok i really like the new preview application in leopard.
    I updated to 10.5.1 by manual installation do to people having software update issues with the software update utility.
    I was glad the apple released 10.5.1 and i thought they would have fixed preview as well.
    Well i was wrong and i am kinda mad right now because adobe decided to make everyone upgrade to cs3 making my cs2 photoshop software worthless so i needed preview to adjust color and contrast but once i adjust color and contrast then select save as it says calculating file size then fails and preview crashes with the following error log
    Process: Preview [704]
    Path: /Applications/Preview.app/Contents/MacOS/Preview
    Identifier: com.apple.Preview
    Version: 4.0 (469)
    Build Info: Preview-4690000~1
    Code Type: X86 (Native)
    Parent Process: launchd [68]
    Date/Time: 2007-11-19 04:06:38.812 -0800
    OS Version: Mac OS X 10.5.1 (9B18)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 13
    Thread 0:
    0 libSystem.B.dylib 0x94a188e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x94a200dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a000fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a00d38 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x92e4f8a4 RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x92e4f6bd ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x92e4f531 BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x93e67d5b _DPSNextEvent + 657
    8 com.apple.AppKit 0x93e676a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.AppKit 0x93e606d1 -[NSApplication run] + 795
    10 com.apple.AppKit 0x93e2d9ba NSApplicationMain + 574
    11 com.apple.Preview 0x0000227e start + 54
    Thread 1:
    0 libSystem.B.dylib 0x94a188e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x94a200dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a000fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a00d94 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x9100bb0f TSystemNotificationTask::SystemNotificationTaskProc(void*) + 123
    5 ...ple.CoreServices.CarbonCore 0x93b964bb PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    7 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x94a188e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x94a200dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a000fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a00d94 CFRunLoopRun + 84
    4 com.apple.DesktopServices 0x9100bc88 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 216
    5 ...ple.CoreServices.CarbonCore 0x93b964bb PrivateMPEntryPoint + 56
    6 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    7 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x94a1face _semwaitsignal + 10
    1 libSystem.B.dylib 0x94a49ced pthreadcondwait$UNIX2003 + 73
    2 ...ple.CoreServices.CarbonCore 0x93b982a7 TSWaitOnCondition + 126
    3 ...ple.CoreServices.CarbonCore 0x93b77226 TSWaitOnConditionTimedRelative + 202
    4 ...ple.CoreServices.CarbonCore 0x93b97f24 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x91017db8 TNodeSyncTask::SyncTaskProc(void*) + 72
    6 ...ple.CoreServices.CarbonCore 0x93b964bb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    8 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x94a18946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x94a4a1cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x94a4ba53 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x93b77252 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x93b97f24 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x9101a224 TFolderSizeTask::FolderSizeTaskProc(void*) + 104
    6 ...ple.CoreServices.CarbonCore 0x93b964bb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    8 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x94a488e6 kevent + 10
    1 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    2 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x94a67f5a select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    2 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x94a1face _semwaitsignal + 10
    1 libSystem.B.dylib 0x94a1f896 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x93ece122 -[NSUIHeartBeat _heartBeatThread:] + 2035
    3 com.apple.Foundation 0x94c2204d -[NSThread main] + 45
    4 com.apple.Foundation 0x94c21bf4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    6 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x94a1face _semwaitsignal + 10
    1 libSystem.B.dylib 0x94a49ced pthreadcondwait$UNIX2003 + 73
    2 libGLProgrammability.dylib 0x914e7f32 glvmDoWork + 162
    3 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    4 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x94a1face _semwaitsignal + 10
    1 libSystem.B.dylib 0x94a49ced pthreadcondwait$UNIX2003 + 73
    2 com.apple.CoreVideo 0x90c3369b CVDisplayLink::runIOThread() + 1087
    3 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    4 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x94a188e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x94a200dc mach_msg + 72
    2 com.apple.CoreFoundation 0x91a000fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x91a00d94 CFRunLoopRun + 84
    4 com.apple.QuartzCore 0x9367d9d6 +[CATiledLayer _providerThread:] + 78
    5 com.apple.Foundation 0x94c2204d -[NSThread main] + 45
    6 com.apple.Foundation 0x94c21bf4 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    8 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x94a18946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x94a4a1cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x94a4ba53 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x93b77252 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x93b97f24 MPWaitOnQueue + 208
    5 com.apple.DesktopServices 0x910205b3 TPropertyTask::PropertyTaskProc(void*) + 99
    6 ...ple.CoreServices.CarbonCore 0x93b964bb PrivateMPEntryPoint + 56
    7 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    8 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x94a1face _semwaitsignal + 10
    1 com.apple.Foundation 0x94cbe631 +[NSThread sleepUntilDate:] + 97
    2 com.apple.imageKit 0x90a9be9b -[IKTaskManager taskLoop] + 913
    3 com.apple.Foundation 0x94c2204d -[NSThread main] + 45
    4 com.apple.Foundation 0x94c21bf4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x94a49075 pthreadstart + 321
    6 libSystem.B.dylib 0x94a48f32 thread_start + 34
    Thread 13 Crashed:
    0 com.apple.QuartzCore 0x9346c585 fefragment_renderquad + 161
    1 com.apple.QuartzCore 0x934694b7 feswquad + 568
    2 com.apple.QuartzCore 0x9346922a fecontextquad + 36
    3 com.apple.QuartzCore 0x934601df fetree_render_apply1 + 2375
    4 com.apple.QuartzCore 0x9345b15d fetree_renderapply + 1535
    5 com.apple.QuartzCore 0x9345a599 fetree_render + 1704
    6 com.apple.QuartzCore 0x93459b6f fetree_rendertree + 196
    7 com.apple.QuartzCore 0x93448a3b fetree_renderimage + 923
    8 com.apple.QuartzCore 0x934482bc feimage_render + 213
    9 com.apple.QuartzCore 0x934a10e9 feimagerender + 155
    10 com.apple.QuartzCore 0x93493b95 providerensuredata + 334
    11 com.apple.QuartzCore 0x93493a3e providerget_bytepointer + 17
    12 com.apple.CoreGraphics 0x903514eb CGAccessSessionGetBytePointer + 43
    13 com.apple.CoreGraphics 0x90387e4f CGAccessSessionGetBytes + 168
    14 com.apple.ImageIO.framework 0x9488b6f7 alphaProviderGetBytes + 1028
    15 com.apple.ImageIO.framework 0x948c247e writeOne + 3114
    16 com.apple.ImageIO.framework 0x94888f20 _CGImagePluginWriteJPEG + 112
    17 com.apple.ImageIO.framework 0x9488141e CGImageDestinationFinalize + 145
    18 com.apple.Preview 0x0005c716 PVImageSizeOnDisk + 471
    19 com.apple.Preview 0x0005fef6 -[PVSizeCalculatorImageRep computeOutputSize] + 340
    20 com.apple.Preview 0x0006017b -[PVSizeCalculatorOperation main] + 30
    21 com.apple.Foundation 0x94cb2534 -[NSOperation start] + 772
    22 com.apple.Foundation 0x94cb2222 __runop + 34
    23 libSystem.B.dylib 0x94a81ad7 pthreadwqthread + 331
    24 libSystem.B.dylib 0x94a8198a start_wqthread + 30
    Thread 13 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x9346c4f8 ecx: 0xb0647bb8 edx: 0x00000004
    edi: 0xb0647c0c esi: 0xb0647c3c ebp: 0xb0647828 esp: 0xb0646960
    ss: 0x0000001f efl: 0x00010202 eip: 0x9346c585 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0xa9feb com.apple.Preview 4.0 (469) <676acb4a64cb3d838036c4f76963b909> /Applications/Preview.app/Contents/MacOS/Preview
    0x209000 - 0x2efff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x14381000 - 0x1438bffe com.apple.URLMount 3.1 (3.1) <742db901c626729373961d2b99036aab> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x14399000 - 0x1439eff3 libCGXCoreImage.A.dylib ??? (???) <978986709159e5fe9e094df5efddac1d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x1683d000 - 0x16859fff GLRendererFloat ??? (???) <5719f596b7e2c9ef8afca208544b158b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x16ac9000 - 0x16b22ff7 com.apple.driver.AppleIntelGMA950GLDriver 1.5.18 (5.1.8) <367ee1d6bfcdc0efeef57a88505a1cb6> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x16b76000 - 0x16cf7fef GLEngine ??? (???) <6106cebf02eec50e8f88c5dc936f1266> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
    0x90015000 - 0x90015ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90016000 - 0x90016ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x90017000 - 0x9003bfff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
    0x902a5000 - 0x902b4fff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
    0x902b5000 - 0x90324fff com.apple.PDFKit 2.0 (2.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x90325000 - 0x909bcfef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x909bd000 - 0x90af3fe3 com.apple.imageKit 1.0 (1.0) <2f2656deebcf595b88f010ba08cef0e4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x90af4000 - 0x90af4ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90af5000 - 0x90afbfff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90afc000 - 0x90b87ff7 com.apple.QTKit 7.3 (7.3) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x90b88000 - 0x90b98fff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90b99000 - 0x90bb7ff3 com.apple.DirectoryService.Framework 3.5 (3.5) <899d8c9ee31b004a6ff73dab88982b1a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x90be8000 - 0x90beafff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90beb000 - 0x90bffff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x90c00000 - 0x90c1fffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90c20000 - 0x90c36fe7 com.apple.CoreVideo 1.5.0 (1.5.0) <8947e88900afa1d2ca78b69bff98b0d7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90c37000 - 0x90c37ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90c38000 - 0x90c67fe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90c68000 - 0x90ca7fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90ca8000 - 0x90cf8ff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90cf9000 - 0x90cf9ff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90cfa000 - 0x90dc5fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90dc9000 - 0x90e0efef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90e4e000 - 0x91009ff3 com.apple.QuartzComposer 2.0 (106) <e31bf3733d0676dd7993afca6ce48c3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9100a000 - 0x910b9fff com.apple.DesktopServices 1.4.3 (1.4.3) <66d5ed56111c43d234e235d365d02469> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x910ba000 - 0x91478fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x91479000 - 0x9147effb com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x9147f000 - 0x914c0fe7 libRIP.A.dylib ??? (???) <bdc6d70bf4ed3dace321b4ff76a353b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x914c1000 - 0x9198dffe libGLProgrammability.dylib ??? (???) <e8bc0af671427cf2b6279a035805a086> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9198e000 - 0x91ac0fe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x91ac1000 - 0x91c8afef com.apple.security 5.0.1 (32736) <8c9eda0fcc1d8a571543025ac900715f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91c8b000 - 0x91d34fff com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91d3b000 - 0x91d56ffb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d57000 - 0x91de1fff com.apple.framework.IOKit 1.5.1 (???) <5176a7383151a19c962334009fef2c6d> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91de2000 - 0x91e1eff7 com.apple.CoreMediaIOServicesPrivate 1.2 (1.2) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x91e1f000 - 0x91e43feb libssl.0.9.7.dylib ??? (???) <acee7fc534674498dcac211318aa23e8> /usr/lib/libssl.0.9.7.dylib
    0x91e44000 - 0x91e53ffe com.apple.DSObjCWrappers.Framework 1.2 (1.2) <f5b58d1d3a855a63d493ccbec417a1e9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x91e99000 - 0x91ecbfff com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x91f1a000 - 0x91f66fff com.apple.QuickLookUIFramework 1.0 (168.0) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x91f9e000 - 0x91f9eff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92e20000 - 0x93126fff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93127000 - 0x93127ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93128000 - 0x93184ff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93185000 - 0x93269ffb com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9326a000 - 0x932c7ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x933c1000 - 0x93435fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93436000 - 0x93437ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x93438000 - 0x937ceff7 com.apple.QuartzCore 1.5.1 (1.5.1) <deb61cbeb3f734a1b2f4669f6268b9de> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x937cf000 - 0x93885fe3 com.apple.CoreServices.OSServices 210.2 (210.2) <4ed69f07fc0f211ab32d1ee96e281fc2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93886000 - 0x93891fe7 libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x93892000 - 0x938cfff7 libGLImage.dylib ??? (???) <202d73e6a4688fc06ff11b71910c2ce7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x938d0000 - 0x93982ffb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
    0x939a0000 - 0x93a1fff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x93a20000 - 0x93a51ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93a52000 - 0x93a57fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93b4d000 - 0x93e26fe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x93e27000 - 0x94621fef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94622000 - 0x9469cff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9469d000 - 0x946a1fff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x946a2000 - 0x94783ff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
    0x94784000 - 0x94786ff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94795000 - 0x9483cfff com.apple.QD 3.11.50 (???) <e2f71720ae1dad06a8883ac80775b21a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9483d000 - 0x94849ff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9484a000 - 0x9498fff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94990000 - 0x94a17ff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
    0x94a18000 - 0x94b72fe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
    0x94b73000 - 0x94b81ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x94b82000 - 0x94b8cfeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94b8d000 - 0x94c09feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94c0a000 - 0x94c17fe7 com.apple.opengl 1.5.5 (1.5.5) <aa08b52d2a84b44dc6ee5d544a53fe8a> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94c18000 - 0x94e91fe7 com.apple.Foundation 6.5.1 (677.1) <85ac18c7cd454378db6122bea0c00965> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94e92000 - 0x952a2fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x952a3000 - 0x952aaff7 libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x952ab000 - 0x952b2ffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x952b3000 - 0x952b6fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x952b7000 - 0x952e4feb libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9535d000 - 0x95393fff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95394000 - 0x95444fff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95445000 - 0x95445ffd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95446000 - 0x9550dff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9550e000 - 0x95820fe2 com.apple.QuickTime 7.3.0 (7.3.0) <adfe6f92ffe38bc57df6b8cb2e6ea9d9> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x95821000 - 0x9585bff7 com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95868000 - 0x9586ffe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x95870000 - 0x95994fe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x95a53000 - 0x95aacfff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x95ab2000 - 0x95b0cff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95b0d000 - 0x95b7bfff com.apple.iLifeMediaBrowser 1.0.3 (194) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x95b7c000 - 0x95bbefef com.apple.NavigationServices 3.5.1 (161) <cc6bd78eabf1e2e7166914e9f12f5850> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x95c85000 - 0x95c90ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x95cc2000 - 0x95cc2ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x95cc3000 - 0x95ceafff libcups.2.dylib ??? (???) <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib
    0x95e94000 - 0x95e99fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x95e9a000 - 0x95e9afff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x95ef6000 - 0x9602eff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
    0x9602f000 - 0x960a6fe3 com.apple.CFNetwork 220 (220) <0ae8fbcbadcb9bd8d673aa4531c0fcfc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x96163000 - 0x962e1fff com.apple.AddressBook.framework 4.1 (687) <3f005092d08e963eabe8f7f66c09cc1e> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x96348000 - 0x96370ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96371000 - 0x96372fef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96373000 - 0x96391ff7 com.apple.QuickLookFramework 1.0 (168.0) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96392000 - 0x96392ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96393000 - 0x9641fff7 com.apple.LaunchServices 284 (284) <0fb50a7a6fd38875f727fc2592a496e4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x96936000 - 0x969c8ff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x969c9000 - 0x96a5cfff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96a5d000 - 0x96a80fff com.apple.CoreMediaPrivate 1.2 (1.2) <f2f275de4f50406fbebc42603399f029> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x96a99000 - 0x96ab1fff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96ab2000 - 0x96ac8fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x96ac9000 - 0x96ad1fff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96ad2000 - 0x96bb1fff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
    0x96bb2000 - 0x96bc2ffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x96d1a000 - 0x96d23fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96d24000 - 0x96d42fff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
    0x96d43000 - 0x96d6dfef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <7b0248c392848338f5d6ed093313eeef> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Now my question is does anyone know a work around or another photo editing application i can use in leopard i really dont have 600.00 for a new copy of photoshop and adobe really mad me mad when they tried to get people into cs3 only and i really need a photo editing suite to help with my photography does any one know of a open source alternative besides gimp shop or know of a cheaper editior that i can purchase.

    Preview and Photoshop are independent programs. But the fact you are getting such crashes says that you may have a kernel panic problem*:
    http://www.macmaps.com/kernelpanic.html
    First solve those problems.
    http://www.lemkesoft.com 's GraphicConverter is a nice alternative to Photoshop. It may not be as fully featured but it has most features people need unless they use layers.
    - * Links to my pages may give me compensation.

  • Preview stopped working?!

    I ran CleanMyMac program and then suddenly the next day I found that the preview stopped working.
    I tried clearing the cache , containers , Preferences , SavedApplicationState  inside the Library folder still I dont find it opening.

    Hello hermajestys,
    Thank you for the question.  Using your iMac as a display will depend on the model of your iMac and Mac mini. 
    You can find the compatible models and the steps to enable Target Display Mode below:
    Target Display mode Requirements:
    4. What are the requirements for TDM?
    A Mac notebook or desktop with a Mini DisplayPort or ThunderBolt connection
    A ThunderBolt or Mini DisplayPort cable 
    A supported iMac with OS X 10.6.1 or later. The table below shows iMac computers that support TDM, the required cables, and the port of the computer to which you are connecting the iMac.
    iMac Model
    Cable Supported
      Port on Source Computer
    iMac (27-inch Late 2009)
    Mini DisplayPort to Mini DisplayPort
    Mini DisplayPort or Thunderbolt
    iMac (27-inch Mid 2010)
    Mini DisplayPort to Mini DisplayPort
    Mini DisplayPort or Thunderbolt
    iMac (21.5-inch, Mid 2011)
    Thunderbolt to Thunderbolt
    Thunderbolt
    iMac (27-inch, Mid 2011)
    Thunderbolt to Thunderbolt
    Thunderbolt
    iMac (21.5-inch, Late 2012)
    Thunderbolt to Thunderbolt
    Thunderbolt
    iMac (27-inch, Late 2012)
    Thunderbolt to Thunderbolt
    Thunderbolt
    5. How do I enable TDM?
    Make sure both computers are turned on and awake. 
    Connect a male-to-male Mini DisplayPort or ThunderBolt cable to each computer.
    Press Command-F2 on the keyboard of the iMac being used as a display to enable TDM.
    Note: In Keyboard System Preferences, if the checkbox is enabled for "Use all F1, F2, etc. keys as standard functions keys," the key combination changes to Command-Fn-F2.
    Find the full article here:
    Target Display Mode: Frequently Asked Questions (FAQ)
    http://support.apple.com/kb/HT3924#4
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Speakers dont work

    My speakers dont work , headphone jacks do

    Try reset SMC
    see
    http://support.apple.com/kb/ht3964
    and Pram
    http://support.apple.com/kb/ht1379

  • Facetime dont work

    my facetime dont work whith lion

    Hello, friends.
    In order to run FaceTime on Lion, solving the server registration issue, you must create a new password key in Keychain, with the following parameters:
    Name: com.apple.facetime: registrationV1
    Account: registrationV1
    Where: com.apple.facetime
    Then, restart your Mac.
    Best regards!

  • Dont work adds of translation to me for example: quick translation, they is installed but not traduce any thing all the adds work less translations what can i do ?

    please i love mozilla and there is times what i want to translate any text from english to spanish but nothing i tve tried all the adds to translate but no load they is installed in my browser but simply dont work. tell me what can i do ?

    Everyone reading your posts here is just another MacBook Pro user. We're all volunteers, not Apple employees. No one here can speak for Apple.
    In my personal opinion, buying Apple products in a country where Apple has no stores and no corporate presence is a risk that the buyer takes knowingly. I don't think it's a wise risk, and I don't recommend that anyone take it. A small percentage of the products sold anywhere are going to have problems, and it makes more sense to buy an inferior product that can at least be serviced locally than to buy a superior product that may have to be sent thousands of miles for repair if anything ever goes wrong with it.

  • SUS dont work!

    Hi,
    my SUS dont work. i have entered for all clients WGM the SU LInk: http://server.company.com/sucatalog.index but the client always uses the Apple SUS of web.
    i checked in the library of the client the su link... and everything was pointing to my server.
    maybe someone had the same problem ?

    As the previous poster mentioned, that's the correct url if your clients are on 10.4.x. 10.5.x and 10.6.x require different URLs. Also, are the machines bound to the server?
    Even if you enter the wrong URL, if clients are getting preferences from the server, it should still be presenting you with updates from your server (just not all of them since you'd only be getting 10.4.x updates)

  • Reports who work in BIP 10G does not work in BIP 11G

    Hi!
    We are in the middle of going from BIP 10G to BIP 11G (latest patch installed the 9 of february). We have used the Upgrade Assistant to migrate the reports from 10G to 11G, about 80-90% are working directly.
    But, as always are there some problems. There are 2 major problems I am struggling with for the moment. 1 is long running reports who gets "Connection reset by peer" before the report ends and the more problematic which is this:
    [2012-02-27T11:09:50.397+01:00] [bi_server1] [ERROR] [] [oracle.xdo] [tid: 24] [userId: <anonymous>] [ecid: 22bf1318a95b3a18:-528a5dc9:135b0d15f61:-8000-0000000000025a30,0] [APP: bipublisher#11.1.1] XSL error:[[
    <Line 80, Column 151>: XML-23002: (Error) internal xpath error
    @Line 80 ==> <_G><xsl:if test="sum($G1[(./QADATE02 = current-group()/QADATE02)]/QATRQT) = '0'" xdofo:ctx="3">
    [2012-02-27T11:09:50.397+01:00] [bi_server1] [WARNING] [] [oracle.xdo] [tid: 24] [userId: <anonymous>] [ecid: 22bf1318a95b3a18:-528a5dc9:135b0d15f61:-8000-0000000000025a30,0] [APP: bipublisher#11.1.1] oracle.xdo.XDOException: java.lang.reflect.InvocationTargetException[[
         at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1205)
         at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:276)
         at oracle.xdo.template.FOProcessor.createFO(FOProcessor.java:1973)
         at oracle.xdo.template.FOProcessor.generate(FOProcessor.java:1117)
         at oracle.xdo.servlet.RTFCoreProcessor.transform(RTFCoreProcessor.java:124)
         at oracle.xdo.servlet.CoreProcessor.process(CoreProcessor.java:372)
         at oracle.xdo.servlet.CoreProcessor.generateDocument(CoreProcessor.java:93)
         at oracle.xdo.servlet.ReportImpl.renderBodyHTTP(ReportImpl.java:1059)
         at oracle.xdo.servlet.ReportImpl.renderReportBodyHTTP(ReportImpl.java:624)
         at oracle.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:477)
         at oracle.xdo.servlet.XDOServlet.writeReport(XDOServlet.java:447)
         at oracle.xdo.servlet.XDOServlet.doGet(XDOServlet.java:267)
         at oracle.xdo.servlet.XDOServlet.doPost(XDOServlet.java:299)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.xdo.servlet.metadata.track.MostRecentFilter.doFilter(MostRecentFilter.java:65)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.xdo.servlet.security.SecurityFilter.doFilter(SecurityFilter.java:122)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.xdo.servlet.init.InitCheckingFilter.doFilter(InitCheckingFilter.java:64)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.reflect.InvocationTargetException
         at sun.reflect.GeneratedMethodAccessor7820.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:917)
         at oracle.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:609)
         at oracle.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:328)
         at oracle.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:187)
         at oracle.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1181)
         ... 40 more
    Caused by: oracle.xdo11g.xqxp.XQException: XPTY0004
         at oracle.xdo11g.xslt.XSLStylesheet.flushErrors(XSLStylesheet.java:1850)
         at oracle.xdo11g.xslt.XSLStylesheet.execute(XSLStylesheet.java:616)
         at oracle.xdo11g.xslt.XSLStylesheet.execute(XSLStylesheet.java:551)
         at oracle.xdo11g.xslt.XSLProcessor.processXSL(XSLProcessor.java:345)
         at oracle.xdo11g.xslt.XSLProcessor.processXSL(XSLProcessor.java:194)
         at oracle.xdo11g.xslt.XSLProcessor.processXSL(XSLProcessor.java:230)
         at oracle.xdo11g.parser.v2.XSLProcessor.processXSL(XSLProcessor.java:124)
         at sun.reflect.GeneratedMethodAccessor7820.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.xdo.common.xml.XSLT10gR1.invokeProcessXSL(XSLT10gR1.java:920)
         ... 44 more
    Does anyone have the solution for this type of error, we have about 30-40 reports that is behaving like this in BIP 11G but works fine in BIP 10G.
    Can we do anything general in the BIP 11G or does we need to find the solution for each report and change in the template?
    All ideas are appreciated, thanks,
    Anders B

    Hi!
    Have everyone out there been able to use the upgrade assistant without any problem?
    The UA.bat program says everything is ok but the report actually created in BIP 10G does not work in BIP 11G. We are looking for documentation or "findings" of what the problem can be, in a more general way. We are aware of that we probably have to fix this manually, but we dont know what to fix, and it is not so "fun" to be forced to re create all this templates and reports. The datamodell seems for the most of the time works, so we get a working xml source but the creation of the report thru the template dont work.
    Best regards,
    Anders

  • My phone keeps coming up as sim failed, got till november to sort this out, dont haved an apple shop nearby, tried sim replacement, What do I do!

    I've had my phone since last November, so I'm rushing to sort this out because my garuntee will run out soon! I'm in a residential college and my phone keeps Sim failing up to thirty times a day at least! had this problem ever since I got the phone, gone to the orange store and they sent me to apple, I dont have an apple store anywhere near where I live different customer services tell me different things, change your sim, update and have tried both, my temperary solution is to re boot my phone but because i dont know when it sim fials till I look at my phone, I only find out thatt I've missed inportant phone calls and old messages when I turn it back on, then five minutes later it Sim Fails again! I'm so frustrated because obvously I'm away form home and its been a buger to sort out I htink I've just ran out of choices. Got an expensive phone, on an expensive contract, when it doens't even work properly, bad signal, bad internet connection, dont know what else to do!

    Is the phone carrier locked to O2 (sounds like it is)?  Unless your friend requested they unlock it before giving it to you (ie. while it was still on an account on their network), it will be carrier locked to them.
    You can contact O2 and ask them about unlocking it (they do support unlocking) but I don't know what they will tell you now that the account is closed and it is off their network.  Regardless, they are the only ones who can help you with a phone locked to their network.

  • Volume button dont work correctly

    Hello,
    I have iPhone 4S on 5.1.1 which I bought in September last year.
    Yesterday when I listen to music with my iPhone I found out the the MINUS volume button dont work correctly.
    It's need to push him hard to decrease the volume. however the PLUS volume button work correctly.
    In addition there is no "click" sound when I press the minus volume button.
    what should I do?
    I live in ISRAEL and there isn't Apple Store here so the only solution for me is to contact the carrier which I bought the iPhone from them but they probably will require payment for the repair.

    sorry but i actually need to use the volume buttons Jujusoccer11
    i've tried resetting already and restoring from back up already but still has the same problem lllaass,
    i'll try restoring to factory defaults now, i hope  it works

  • Usb ports dont work

    i was playing around in the library and in the applications and have deleted deleted for good some files....so now usb port dont work! what do i do? do i reset the whole operating system? please help! thanks

    Hi, and welcome to Apple Discussions.
    You can find instructions on how to do an Archive and Install in the following Apple Knowledge Base article:
    http://docs.info.apple.com/article.html?artnum=107120
    Good luck.

  • Can't access my account. Rescue Email and Secuirty Questions dont work.

    Can't access my account. Rescue Email and Secuirty Questions dont work.

    Security questions:
    https://discussions.apple.com/docs/DOC-4551
    http://support.apple.com/kb/HT5312
    This is also useful:
    http://www.macworld.co.uk/ipad-iphone/news/?newsid=3463233&olo=email
    If you don’t know your security questions, phone Apple (using the number listed here:  http://support.apple.com/kb/HE57  ) and ask for the Account Security Team.

Maybe you are looking for

  • Mail 3.6 (on MacOS 10.5.7) doesn't display 'Save' and 'Quick Look' buttons

    I have recently updated to MacOS 10.5.7 and discovered a strange glitch in viewing certain emails with attachments. For a small minority of emails with attachments, the 'paperclip' icon appears in the mail list, indicating the presence of an attachme

  • 'SET PF-STATUS EXCLUDING fcode' not working in Selection Screen event

    Hi all, I am trying to set PF-Status dynamically in Selection Screen based on Radio button. For that i have inserted following code under event --> AT SELECTION-SCREEN OUTPUT * SELECTION SCREEN SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE text

  • Mass for PO

    when i m doing  Purchase order deletion by MAss t.code than system showing error msg... Purchasing document has release indicator R (changes not possible)       Message no. 06683                                                pls tell me how i will d

  • (VPD) Virtual Private Database Question?

    Hi All, I have a question regarding VPD, I want to implement Column level security, senario is: (Oracle 9i, 10g) TABLE ======= CUSTOMER (cust_id, name , address, phone, email ) etc There is one user "PIN"in which all objects are created and stored, a

  • BCS prgram UCBATCH00

    There is a program UCBATCH00 to upload tha data in T Cube using flexible upload. Yaar it gets teh statistical report when i am executing in foreground but it does not give the statistical report in spool. When i am executing in background then i need