Place a command in the command queue through code

our bussiness needs require that the oracle lite server may send a command to the olite client. such a command may be an upgrade or install or exec file.
we have a problem placing commands in the command queue of the device so that the device may later pick them up and execute them.
if the client is not connected to the server through the specified protocol (rapi, http etc) then the command is not placed in the queue but it is marked as failed. this happens when we send commands through our code, but if we attempt to do it through the mobile manager then when the client is not connected the command is placed in the queue and when the handheld connects, it pulls the command.
my question is how should we alter the code below so that the command (install in this example) is placed in the queue when a fail to connect happens.
code in java:
private void jButton12MouseClicked(java.awt.event.MouseEvent evt) {                                      
ResourceManager rm = null;
String url="...";
String user="myuser";
Command Installcmd = null;
try {
ResourceManager.initialize(url);
rm = ResourceManager.getInstance();
User usr = rm.getUser(user);
this.Installcmd = dm.getCommand ("Install");
for (Enumeration e = usr.getDevices(); e.hasMoreElements();) {
Device dev = (Device)e.nextElement();
list4.add("Device");list4.add("------------");
list4.add("Device Name:"+dev.getName());
list4.add("Device Type:"+dev.getType());
list4.add("User Id:"+dev.getUserId());
if (dev.isEnabled()) {
DeviceCommand dc = new DeviceCommand (cmd, dev);
dc.send (DeviceCommand.HIGH_PRIORITY,null );
rm.commit();
} catch (Throwable e) {
e.printStackTrace();
JOptionPane.showMessageDialog(null, e.getMessage(),"Error",0);} finally {
try {if (rm != null) ResourceManager.destroy();
our problem lies on how we place the command in the command queue of the particular device. thank you for your time and efforts

dc.queue();
so simple:)

Similar Messages

  • How to fill values in the system matrix through code

    hi
    All
    i want to fill the system matrix in the sales order in such a way that
    Items will be filled in system matrix in the lost focust event of the Customer Code selection in the Sales order Document
    how can i fill the system matrix through code
    one thing that first column(ItemCode)  of the system matrix column is a Icombbox type
    Now i need to fill out item code using code
    can any one suggest the answer
    thanks in advance

    madhu,
    You need to catch the Validate event, when pVal.BeforeAction = False for form items 4 (CardCode) and 54 (CardName) of the Sales Order form.
    Concerning the form's matrix, you can fill it but you cannot change it (you cannot change the ItemCode column into a ComboBox. Is is a EditText)
    Fill a System matrix's Cell with the following code:
        Dim oMatrix As SAPbouiCOM.Matrix = oForm.Items.Item("38").Specific
        oMatrix.Columns.Item("ItemCode").Cells.Item(Row_Num).Specific.Value = "Item_Code"
    Regards,
    Vítor Vieira

  • Assign theme to the user through code

    Hi,
       I need to create the personalize component through which we can assign theme to the user(changing theme). can anyone give solution for assigning theme to the user through code.
    Regards,
    Shanthakumar.

    Hi Shanthakumar,
    Here's a document for creating portal desktop and display rule
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e549a890-0201-0010-3f8b-d3b852457ebd
    You can create a display rule for a portal desktop depending upon the group. Through code you can add the required users to this group.
    Hope this helps resolve your issue.
    Regards,
    Seema Rane.

  • Running the Archiving actions through the Command Line

    Hi,
    I am not able to import and export archives using command line tools. I want to directly transfer the archive and don’t want to use a shared location. I have created the scripts that I need to run. For that I have created a sequence of steps that needs to be followed. I have mentioned the steps and the command file that I run for each step.
    1)     Created a target archive on the target server and set the IsTargetable
    <?hda version="10.1.3.3.3 (080807)" jcharset=UTF8 encoding=utf-8?>
    @Properties LocalData
    IdcService=ADD_ARCHIVE
    IDC_Name=CS98310
    aArchiveName=TargetArchive
    aIsTargetable=1
    aArchiveDescription=This is an target archive
    aCopyWebDocuments=1
    @end
    2)     Created a source archive on the source server and set the target archive for this source archive as the target archive created in step 1.
    <?hda version="10.1.3.3.3 (080807)" jcharset=UTF8 encoding=utf-8?>
    @Properties LocalData
    IdcService=ADD_ARCHIVE
    IDC_Name=idc
    aArchiveName=SourceArchive
    aArchiveDescription=This is an source archive
    aCopyWebDocuments=1
    aTargetArchive=CS98310/TargetArchive
    aIsTargetable=0
    aExportQuery=Standard Query     ValuePanel      UseExportDate 0     AllowExportPublished 0     AllRevisions 1     LatestRevisions 0     NotLatestRevisions 0     MostRecentMatching 0     CurrentIndex 0     Clauses dDocName:sqlEq: 20     CustomQuery dDocName%=%'20'     IsCustom 0
    aIsAutomatedTransfer=0
    @end
    3)     Create a query for the source archive to select the content
    aExportQuery=Standard Query     ValuePanel      UseExportDate 0     AllowExportPublished 0     AllRevisions 1     LatestRevisions 0     NotLatestRevisions 0     MostRecentMatching 0     CurrentIndex 0     Clauses dDocName:sqlEq:20     CustomQuery dDocName%=%'20'     IsCustom 0
    (This is added in the previous step)
    4)     Export the source archive on the source server
    @Properties LocalData
    IdcService=EXPORT_ARCHIVE
    aArchiveName=SourceArchive
    IDC_Name=idc
    dataSource=RevisionIDs
    @end
    5)     Transfer the source archive to the target archive from the source server
    @Properties LocalData
    IdcService=TRANSFER_ARCHIVE
    aArchiveName=SourceArchive
    IDC_Name=idc
    @end
    6)     Import the target archive on the target server
    @Properties LocalData
    IdcService=IMPORT_ARCHIVE
    aArchiveName=TargetArchive
    IDC_Name=idc
    aImportDocuments=true
    @end
    The issue comes while creating the archive. I am not able to set the parameters “aIsTargetable” for the target archive and “aExportQuery and aTargetArchive” for the source archive.
    Now I create the archive with the archiver utility and tried running the commands (from step 3), but still it fails in the transfer command. The error comes that “aTargetArchive” parameter cannot be found. Now if I do the entire process through the Archiver Tool, its works fine and I am able to view the documents on the target server. I am not able to understand the reason. Is there a problem in the Command Files?
    Also I want to check if I can automate it without deleting the batch files and their associated content file.
    Thanks,
    Noel

    About dbms_output the answer from Roberto is correct.
    About other things see How to view and set current directory to run a script in sql plus.

  • FYI: MS-7125 BIOS has problem with Hard Drives withNative Command Queuing (NCQ)

    For those the have messed my two treads on which both ended up being cause by K8N Neo4 BIOS problem with HD's with NCQ.
       Will wonders never cease? MSI Support finally conceded the BIOS has a problem with Hard Drives with NCQ and they have forwarded the problem to their programming department.
    However, do not look for any results for above two weeks.
    Roger

    The problem that this thread has been trying to follow is the incapability of the nVidia RAID Controller with Serial ATA Type 2.5 drives.  I know the threads has been hard to follow and part of that is because when I started the thread I had what appeared to be three totally un related problems, but all three were traced down the common problem of the incapability of RAID Controller with Serial ATA Type 2.5 drives.
    The title of this thread is MS-7125 BIOS has problem with Hard Drives with Native Command Queuing(NCQ).  The statement was true at the time it was written and has nothing to do with memory problems.
    Sense the thread was started MSI has fixed the BIOS part of the problem, but we have sense learned the nVidia RAID Controller Command software and its driver has problems too.  I have been working MSI Support, they have been using me to test pre-beta BIOS and Drivers soon.   Of the testing I have done the pre-beta BIOS worked and the Pre-beta 32-bit driver works.  I am assuming that the latest BIOS V1.B had as part of it included fixes was the needed fixes for working with the nVidia RAID Controller as I have test the pre-beta RAID Driver with BIOS Version V1.B as the Raid array function fine windows XP Pro 32-bit Edition.  As I have had no communications with MSI support of over a week now I am hoping for a release of 32-bit and 64-bit RAID Drivers.   But, nobody should get the hopes up, because through other backdoor sources nVidia is having a hell of a time.  One reason for this I heard is that the nVidia RAID Controller is fully software, no hardware other than the electrical drive interfaces.  Their problem started when they tried using the old 32-bit code Controller with new 64-bit hardware drivers and now they are having to totally rewrite the controller core in 64-bit code.  But, knowing my source, it may all be fiction.
    The RAID Array you say is up and running, are the drives full specification SATA 2.5 in other words do the both have 3Gb/s speed and NCQ.  If you send me the full part numbers I will check the specifications a get back to you.  Because if you have nVidia RAID 0 Array you working you will be the first to have done it and there about 230 people around the world that would like to know how you did it, even MSI, who's pre-beta nVidia RAID Drivers that will work with BIOS V1.B for 32-bit Windows only and nothing for Windows XP 64, would like to know.
    Roger

  • How to place multiple commands using lcdui package?

    I want to place multiple commands using lcdui package. I find that if I use more than 3 it becomes a menu item. How to circumvent this?
    With regards,
    Amin

    i dont think you would be able to do this because of the screen size and also because all the cell phones only provide back,exit & menu buttons to program.so thats why you need to place the commands in the screen if the number of options are more.

  • Can Mac Pro run AHCI under Windows?  No native command queuing?

    It seems that Mac Pro runs AHCI under OS X.
    Under Windows Vista 32/64 or XP 32/64, some reason AHCI cannot be enabled. It seems to only run legacy IDE mode. Even with modern HD, Mac Pro can not seems to take advantage of AHCI benefits such as hot-plugging and native command queuing. Does Apple thinks that native command queuing is necessary feature under OS X but not under Windows?
    Even with installing AHCI driver using F6 during Windows installation, AHCI mode cannot be obtained.
    Is there a simple way to enable AHCI mode besides modifying the grub bootloader as some suggested in forum? Or is it not possible until Apple modifies BIOS CSM or allows EFI modification? It seems that Apple wont address this issue with firmware update since Intel Mac Pros have been available for years now.
    Any suggestion of enabling AHCI under windows XP / Vista will be welcomed.

    HD Tune wont expect to show any change with or without NCQ.
    NCQ will show advantage in server environment or heavy multi-tasking environment, not on I/O meter. NCQ may even slow some game playing in some instance.
    AHCI adds other stuff like hotswapping or other modern goodies, not just NCQ.
    Mac Pro has Intel chip / controller capable of AHCI and RAID (well pseudo Intel Matrix RAID) only if Apple allows us to enble it in EFI.

  • Sata Drives Command Queuing (ON or OFF)??

    Has someone verified performance with Command Queuing for Sata hard drives. I can't seem to get much of a variance running a disk test either way. Seems as there is not much difference. Anybody have some knowledge to share on this. Thanks.
    Test Results: Theoretical Speed--- 150bps
                       Burst Speed---------- 111.5bps
                       Sustained-------------- 64.4bps
    Regards; Pop's

    You see very little difference because command queueuing is not working. You should see no diference at all.
    TCQ & NCQ on WD drives
    Quote
    A hard drive that supports TCQ will not perform Queuing when attached to a controller that support NCQ (and vice versa)
    But in any event the 10K spin speed is what really gives the Raptor it's excellent performance so the lack of TCQ is pretty trivial.

  • [K8N Neo] Command queuing question

    Apologies if this has been answered elsewhere, though I was unable to find a clear answer whether or not the K8N NEO supports any form of command queuing?
    Many thanks,

    Hi and welcome,
    Yes it does. However the benefit seems minimal for standar use / gaming.

  • Does ICH5 support Native Command Queuing?

    Hello,
    I was just wondering if the INTEL ICH5 chip (it is a chip, isn't it?) supports Native Command Queuing for S-ATA harddrives.
    If so, is NCQ still an advantage for RAID modi or does it affect only single drive setups?
    Bye
    M3

    I don't think so. Native Command Queing is part of the SATA II specification.

  • For the past few weeks when I place a bid on ebay, Firefox crashes. The bid goes through but I have to restart Firefox each time. I have sent a report each time and asked to be notified and as of yet I have not got a solution to this problem.

    For the past few weeks when I place a bid on ebay, Firefox crashes. The bid goes through but I have to restart Firefox each time. I have sent a report each time and asked to be notified and as of yet I have not got a solution to this problem.

    I have had a similar problem with my system. I just recently (within a week of this post) built a brand new desktop. I installed Windows 7 64-bit Home and had a clean install, no problems. Using IE downloaded an anti-virus program, and then, because it was the latest version, downloaded and installed Firefox 4.0. As I began to search the internet for other programs to install after about maybe 10-15 minutes my computer crashes. Blank screen (yet monitor was still receiving a signal from computer) and completely frozen (couldn't even change the caps and num lock on keyboard). I thought I perhaps forgot to reboot after an update so I did a manual reboot and it started up fine.
    When ever I got on the internet (still using firefox) it would crash after anywhere between 5-15 minutes. Since I've had good experience with FF in the past I thought it must be either the drivers or a hardware problem. So in-between crashes I updated all the drivers. Still had the same problem. Took the computer to a friend who knows more about computers than I do, made sure all the drivers were updated, same problem. We thought that it might be a hardware problem (bad video card, chipset, overheating issues, etc.), but after my friend played around with my computer for a day he found that when he didn't start FF at all it worked fine, even after watching a movie, or going through a playlist on Youtube.
    At the time of this posting I'm going to try to uninstall FF 4.0 and download and install FF 3.6.16 which is currently on my laptop and works like a dream. Hopefully that will do the trick, because I love using FF and would hate to have to switch to another browser. Hopefully Mozilla will work out the kinks with FF 4 so I can continue to use it.
    I apologize for the lengthy post. Any feedback would be appreciated, but is not necessary. I will try and post back after I try FF 3.16.6.

  • HT3669 My macbook pro does not print through my PC to my EPSON RX 500 after loading OS X 10.7.4. It shows on the print queue "error"  However, it will print if I directly connect my laptop to this printer via the USB connection.  Any ideas?

    My macbook pro does not print through my PC to my EPSON RX 500 after loading OS X 10.7.4. It shows on the print queue "error"  However, it will print if I directly connect my laptop to this printer via the USB connection.  Any ideas?

    It's all about setting up what ever version of windows you have running on your pc to share the printer. If you still get stuck post in a windows forum for help.

  • Booting in single user mode to trouble shoot grey screen the boot stops at "CODE SIGNING .... clearing CS_VALID" will not command c past - stuck

    booting in single user mode to trouble shoot grey screen the boot stops at "CODE SIGNING .......... clearing CS_VALID" - cannot command C past - just stuck

    Hi opjml0,
    Welcome to the Apple Support Communities!
    If your Macbook is starting up to the gray screen, I suggest the steps in the following article.
    Mac OS X: Gray screen appears during startup
    http://support.apple.com/kb/ts2570
    I hope this helps,   
    -Joe

  • I have a MacBook that when I try to print it stops the printer queue and it creates a PrintJobMgr.crash.log, I have a MacBook that when I try to print it stops the printer queue and it creates a PrintJobMgr.crash.log

    I have a MacBook with the following configuration:
      Model Name:  MacBook
      Model Identifier:           MacBook2,1
      Processor Name:           Intel Core 2 Duo
      Processor Speed:           2 GHz
      Number Of Processors:               1
      Total Number Of Cores:              2
      L2 Cache (per processor):           4 MB
      Memory:           1 GB
      Bus Speed:       667 MHz
      Boot ROM Version:       MB21.00A5.B07
      SMC Version:   1.17f0
    I have a LaserJet P1005 Printer
    I can print the configuration page through the printer queue utility but when I try to print any other way even with txt editor the queue stops
    when I check through console i get at the PrintJobMgr.crash.log the following:
    ===== Friday, 27 January 2012 01:12:02 Europe/London =====
    Host Name:      MacBook
    Date/Time:      2012-01-27 01:12:06.279 +0000
    OS Version:     10.4.11 (Build 8S2167)
    Report Version: 4
    Command: PrintJobMgr
    Path:    /System/Library/Printers/Libraries/PrintJobMgr/Contents/
    MacOS/PrintJobMgr
    Parent:  cupsd [305]
    Version: ??? (???)
    PID:    442
    Thread: 0
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x0000029c
    Thread 0 Crashed:
    0   ...oftware2000.print.hp1006.pm 0x00378f89 operator delete(void*) 
    + 43019
    1   ...oftware2000.print.hp1006.pm 0x0031690d PMPluginFactory + 6441
    2   ....printingmanager.jobmanager 0x00005a14 0x1000 + 18964
    3   ....printingmanager.jobmanager 0x00006293 0x1000 + 21139
    4   ....printingmanager.jobmanager 0x00007d0d 0x1000 + 27917
    5   ....printingmanager.jobmanager 0x00003d05 0x1000 + 11525
    6   ....printingmanager.jobmanager 0x0000258e 0x1000 + 5518
    7   ....printingmanager.jobmanager 0x000024b5 0x1000 + 5301
    Thread 1:
    0   libSystem.B.dylib              0x900bbf6c sigwait + 12
    1   libSystem.B.dylib              0x90023d67 _pthread_body + 84
    Thread 2:
    0   libSystem.B.dylib              0x901101cf 
    semaphore_timedwait_trap + 7
    1   ...oftware2000.print.hp1006.pm 0x00318d4e PMPluginFactory + 15722
    2   ...ple.CoreServices.CarbonCore 0x90cb8ce0 PrivateMPEntryPoint + 51
    3   libSystem.B.dylib              0x90023d67 _pthread_body + 84
    Thread 0 crashed with X86 Thread State (32-bit):
       eax: 0x00000001  ebx: 0x003162ea  ecx: 0x00000036  edx: 0x00000000
       edi: 0x0042e5f0  esi: 0x000001fc  ebp: 0xbfff79e8  esp: 0xbfff79e8
        ss: 0x0000001f  efl: 0x00010206  eip: 0x00378f89   cs: 0x00000017
        ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
    Binary Images Description:
         0x1000 -    0x13fff com.apple.printingmanager.jobmanager 4.6 
    (126.5)     /System/Library/Printers/Libraries/PrintJobMgr/Contents/MacOS/
    PrintJobMgr
       0x205000 -   0x2e3fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
       0x313000 -   0x3b1fff com.software2000.print.hp1006.pm 1.0.6 (0)     /
    Library/Printers/hp/laserjet/HP1006/HP1006PM.plugin/Contents/MacOS/
    HP1006PM
       0x3cd000 -   0x3d0fff com.apple.print.iom.USB 4.6 (163.10)     /System/
    Library/Printers/IOMs/USBIOM.plugin/Contents/MacOS/USBIOM
       0x3d5000 -   0x3d8fff 
    com.apple.print.usbgenericprintingclass.plugin 4.6 (163.10) /System/
    Library/Printers/Libraries/USBGenericPrintingClass.plugin/Contents/
    MacOS/USBGenericPrintingClass
       0x3dc000 -   0x3e4fff com.apple.iokit.IOUSBLib 2.7.5     /System/
    Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/
    Contents/MacOS/IOUSBLib
    0x8fe00000 - 0x8fe4afff dyld 46.16  /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib       /usr/lib/libSystem.B.dylib
    0x901c1000 - 0x901c3fff libmathCommon.A.dylib   /usr/lib/system/
    libmathCommon.A.dylib
    0x901c5000 - 0x90202fff com.apple.CoreText 1.1.3 (???)      /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/CoreText.framework/Versions/A/CoreText
    0x90229000 - 0x902fffff ATS   /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
    Versions/A/ATS
    0x9031f000 - 0x90774fff com.apple.CoreGraphics 1.258.85 (???)     /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35)  /
    System/Library/Frameworks/CoreFoundation.framework/Versions/A/
    CoreFoundation
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???)   /System/
    Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90913000 - 0x90a07fff libicucore.A.dylib      /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib   /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib       /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.8 (???)     /System/
    Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib     /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.31 
    (682.32)    /System/Library/Frameworks/CoreServices.framework/Versions/A/
    Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1     /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    OSServices.framework/Versions/A/OSServices
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.24    /System/Library/
    Frameworks/CoreServices.framework/Versions/A/Frameworks/
    CFNetwork.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0) /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    WebServicesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.8     /System/Library/
    Frameworks/CoreServices.framework/Versions/A/Frameworks/
    SearchKit.framework/Versions/A/SearchKit
    0x9112e000 - 0x9114cfff com.apple.Metadata 10.4.4 (121.36)  /System/
    Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/
    Metadata.framework/Versions/A/Metadata
    0x91158000 - 0x91166fff libz.1.dylib      /usr/lib/libz.1.dylib
    0x91169000 - 0x91308fff com.apple.security 4.5.2 (29774)    /System/
    Library/Frameworks/Security.framework/Versions/A/Security
    0x91406000 - 0x9140efff com.apple.DiskArbitration 2.1.2     /System/
    Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91415000 - 0x9141cfff libbsm.dylib      /usr/lib/libbsm.dylib
    0x91420000 - 0x91446fff com.apple.SystemConfiguration 1.8.6 /System/
    Library/Frameworks/SystemConfiguration.framework/Versions/A/
    SystemConfiguration
    0x91458000 - 0x914cefff com.apple.audio.CoreAudio 3.0.5     /System/
    Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???)  /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    ApplicationServices
    0x91521000 - 0x9154dfff com.apple.AE 316.3      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/AE.framework/
    Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.13    /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    ColorSync.framework/Versions/A/ColorSync
    0x9166f000 - 0x916e2fff com.apple.print.framework.PrintCore 4.6 
    (177.13)    /System/Library/Frameworks/ApplicationServices.framework/
    Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x91710000 - 0x917b9fff com.apple.QD 3.10.28 (???)    /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???)    /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/HIServices.framework/Versions/A/HIServices
    0x91849000 - 0x9185ffff com.apple.LangAnalysis 1.6.3  /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186b000 - 0x91886fff com.apple.FindByContent 1.5   /System/Library/
    Frameworks/ApplicationServices.framework/Versions/A/Frameworks/
    FindByContent.framework/Versions/A/FindByContent
    0x91891000 - 0x918cefff com.apple.LaunchServices 183.1      /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x918e2000 - 0x918eefff com.apple.speech.synthesis.framework 3.5  /
    System/Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f5000 - 0x91935fff com.apple.ImageIO.framework 1.5.9   /System/
    Library/Frameworks/ApplicationServices.framework/Versions/A/
    Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x91948000 - 0x919fafff libcrypto.0.9.7.dylib   /usr/lib/libcrypto.
    0.9.7.dylib
    0x91a40000 - 0x91a56fff libcups.2.dylib   /usr/lib/libcups.2.dylib
    0x91a5b000 - 0x91a79fff libJPEG.dylib     /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libJPEG.dylib
    0x91a7e000 - 0x91addfff libJP2.dylib      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libJP2.dylib
    0x91aef000 - 0x91af3fff libGIF.dylib      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libGIF.dylib
    0x91af5000 - 0x91b7dfff libRaw.dylib      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libRaw.dylib
    0x91b81000 - 0x91b9cfff libPng.dylib      /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libPng.dylib
    0x91ba1000 - 0x91ba3fff libRadiance.dylib       /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libRadiance.dylib
    0x91ca0000 - 0x91cdffff libTIFF.dylib     /System/Library/Frameworks/
    ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
    Versions/A/Resources/libTIFF.dylib
    0x91ce5000 - 0x91ce5fff com.apple.Accelerate 1.3.1 (Accelerate 
    1.3.1)      /System/Library/Frameworks/Accelerate.framework/Versions/A/
    Accelerate
    0x91ce7000 - 0x91d75fff com.apple.vImage 2.5    /System/Library/
    Frameworks/Accelerate.framework/Versions/A/Frameworks/
    vImage.framework/Versions/A/vImage
    0x91d7c000 - 0x91d7cfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 
    3.3.1)      /System/Library/Frameworks/Accelerate.framework/Versions/A/
    Frameworks/vecLib.framework/Versions/A/vecLib
    0x91d7e000 - 0x91dd7fff libvMisc.dylib    /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libvMisc.dylib
    0x91de0000 - 0x91e04fff libvDSP.dylib     /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libvDSP.dylib
    0x91e0c000 - 0x92215fff libBLAS.dylib     /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libBLAS.dylib
    0x9224f000 - 0x92603fff libLAPACK.dylib   /System/Library/Frameworks/
    Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/
    A/libLAPACK.dylib
    0x92630000 - 0x9271dfff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x9271f000 - 0x9279dfff com.apple.DesktopServices 1.3.7     /System/
    Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
    DesktopServicesPriv
    0x927de000 - 0x92a16fff com.apple.Foundation 6.4.12 (567.42)      /System/
    Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92bc4000 - 0x92bc4fff com.apple.Carbon 10.4 (???)   /System/Library/
    Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bc6000 - 0x92bd6fff com.apple.ImageCapture 3.0.4  /System/Library/
    Frameworks/Carbon.framework/Versions/A/Frameworks/
    ImageCapture.framework/Versions/A/ImageCapture
    0x92be5000 - 0x92bedfff com.apple.speech.recognition.framework 3.6      /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x92bf3000 - 0x92bf9fff com.apple.securityhi 2.0.1 (24742)  /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    SecurityHI.framework/Versions/A/SecurityHI
    0x92bff000 - 0x92c90fff com.apple.ink.framework 101.2.1 (71)      /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    Ink.framework/Versions/A/Ink
    0x92ca4000 - 0x92ca8fff com.apple.help 1.0.3 (32.1)   /System/Library/
    Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/
    Versions/A/Help
    0x92cab000 - 0x92cc9fff com.apple.openscripting 1.2.7 (???) /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    OpenScripting.framework/Versions/A/OpenScripting
    0x92cdb000 - 0x92ce1fff com.apple.print.framework.Print 5.2 (192.4)     /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    Print.framework/Versions/A/Print
    0x92ce7000 - 0x92d4afff com.apple.htmlrendering 66.1 (1.1.3)      /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    HTMLRendering.framework/Versions/A/HTMLRendering
    0x92d71000 - 0x92db2fff com.apple.NavigationServices 3.4.4 (3.4.3)      /
    System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    NavigationServices.framework/Versions/A/NavigationServices
    0x92dd9000 - 0x92de7fff com.apple.audio.SoundManager 3.9.1  /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    CarbonSound.framework/Versions/A/CarbonSound
    0x92dee000 - 0x92df3fff com.apple.CommonPanels 1.2.3 (73)   /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    CommonPanels.framework/Versions/A/CommonPanels
    0x92df8000 - 0x930edfff com.apple.HIToolbox 1.4.10 (???)    /System/
    Library/Frameworks/Carbon.framework/Versions/A/Frameworks/
    HIToolbox.framework/Versions/A/HIToolbox
    Any Ideas?
    Thanks,
    George Govotsis

    I have the same printer, P1005, and hae been using it with Tiger (PPC), Leopard (PPC and intel), snow Leopard and Lion. What I do know is that it DOES HAVE print bugs in Tiger and, perhaps, Leopard, I had to ALWAYS manually delete print jobs after EVERY print as system did not clean memory. I reported this to Apple, but it seems to be a printer driver issue, unsolved by HP. It was solved in subsequent systems. So, my suggestion is to upgrade to Snow Leopard at least, as you have a core 2 duo 2006 MB, or directly to Lion as most recent, and best fit with printer drivers. You must put at least 2 GB of memory for SL and Lion, best is 4 GB (your model may support 3 GB only if the first core 2 duo series).
    Until then, clean printing system by clicking minus button in sys prefs/print.
    download last HP printer driver for Tiger,check with their site
    install driver or reinstall, even if installed
    put printer back again
    If it continues to behave as described, then you must delete every print job after completion or upgrade to at least SL. Many say SL is best for that generation, me included. But you must not share this opinion, of course.

  • Trying to get Photoshop CS4 functional with Mavericks and an Epson 3880 printer. CS4 fails to send a file to the print queue. Have reinstalled the Epson 3880 driver for Mavericks. All looks good but no file is sent.

    rying to get Photoshop CS4 functional with Mavericks and an Epson 3880 printer. CS4 fails to send a file to the print queue. Have reinstalled the Epson 3880 driver for Mavericks. All looks good but no file is sent.
    Does anyone know how to fix this?

    What EXACT version of Photoshop CS4 are you running?  You should be on Photoshop CS4 v 11.0.2.
    Also run Apple's software update to see whether it offers you the latest Epson update:
    Printer Driver v9.33
    Epson Stylus Pro 3880, Drivers & Downloads - Technical Support - Epson America, Inc.
    MOST IMPORTANTLY:  have Photoshop re-create its own Preferences:
    To re-create the preferences files for Photoshop, start the application while holding down Ctrl+Alt+Shift (Windows) or Command+Option+Shift (Mac OS). Then, click Yes to the message, "Delete the Adobe Photoshop Settings file?"
    Note: If this process doesn't work for you while you're using a wireless (Bluetooth) keyboard, attach a wired keyboard and retry.
    Important: If you re-create the preferences by manually deleting the Adobe Photoshop CS6 Settings file, make sure that you only delete that file. If you delete the entire settings folder, you also delete any unsaved actions or presets.
    Reinstalling Photoshop does not remove the preferences file. Before reinstalling Photoshop, re-create your preferences.
    NEW Video! Julieanne Kost created a video that takes you through two ways of resetting your Photoshop preferences. The manual preference file removal method is between 0:00 - 5:05. The keyboard shortcut method is between 5:05 - 8:18. The video is located here:
    How to Reset Photoshop CS6’s Preferences File | The Complete Picture with Julieanne Kost | Adobe TV
    Mac OS
    Important: Apple made the user library folder hidden by default with the release of Mac OS X 10.7. If  you require access to files in the hidden library folder to perform Adobe-related troubleshooting, see How to access hidden user library files.

Maybe you are looking for

  • How to use AppStore in business environment

    Hi Community, I've a few questions about the usage of the AppStore in business environments. We have round about 25 Macs in our office. Nobody of our users have an AppleAccount or an Apple-ID. Not every Mac have an internet connection. Nobody own a c

  • ITunes 10 crashes whenever I try to do anything with podcasts.

    Okay.  So I can manage playlists fine, sync my iPod, and download podcasts from the Store, but whenever I so much as click on the Podcasts tab to look at or-- god forbid, Refresh-- iTunes freezes and stops running.  I have reinstalled iTunes and repa

  • Viewing Nokia location-tagged (geotag) photos on m...

    I have a Nokia E72 which has GPS. I installed the Nokia Location Tagger (beta) application so that taking pictures with the E72's camera will alow geo-tagging the photos (must have GPS-lock status first). So far, I've taken a few dozen pictures on my

  • Will Parallels Desktop 9 work with MacOS 10.8.5?

    I have just updated a co-worker's MacBook Pro in our area to Mac OS 10.8.5. They were on 10.7.4 before. Their current version of Parallels Desktop will not run on 10.8.5 (the icon in Dock is crossed out.) I see that the just-released Parallels Deskto

  • Crashing on Launch

    After fresh install Illustrator CS6 is crashing on launch. Had a different issue with InDesign and with the help of the Forum the problem has been resolved. Thank you.