Ps Actions work for all but one person in office. Same Software... Alignment bug/settings?

I have created two photoshop actions that convert a PDF into jpg pages, and then slices those pages into pre-sized pieces, and saves the pieces out individually. Two versions, for two differently sized PDFs.
We use this in the office for creating a "book" visual from a tricky indesign file.
Both actions work fine for me.
Both actions work fine for coworker#1.
However, when Coworker #2 uses either of these actions, the chopped up pieces to not align properly in photoshop, and instead leave blank sections where they should have been merged together. (align box A top. Align box A to Shape_gutter. the second step never happens.
This 'error' occurs on both PDF Styles' actions for cowroker#2, so I'm assuming it has to be a setting? We are all running the same version of photoshop (Up to Date CC 2014), and testing on the same files.
anyone have any insight?

Everything is not exactly the same you state one is different. There is something different in the mix.  A broken file a bug in the install in the system there is a difference some place.  You see different results... Perhaps a different level of code are plug-ins involved other actions etc.
Post the action let us look at it/them.

Similar Messages

  • Vacation Rule works for ALL but not for particular notification in Item typ

    Hi,
    I have a situation where Vacation Rule is Ignored when choose the select option in notification page of vacation rule and notifications were being sent to Original Approver (who created the vacation Rule) instead of delegate.
    Vacation rule is working perfectly when choose the notification as ALL but is not working when given a particular message(Timecard Approved,Approve Requisition).
    Below is some example of this inconsistent behavior:
    1. Selected Item type as OTL Workflows for Employees, For this Item Type there are 3 Notifications as
    TIMECARD_APPROVED,ERROR_MESSAGE,TIMECARD_APPROVAL_INLINE in select opition.
    If i select the TIMECARD_APPROVAL_INLINE notifications are going to delegate, and for TIMECARD_APPROVED not going to delegate.
    2. Selected PO Approval, It contains only one Notification(PO_PO_APPROVE). So it is working fine.
    3 Selected PO Requisition Approval,it contains the 4 notifications.
    PO_REQ_APPROVE_SIMPLE_JRAD, PO_REQ_APPROVE,PO_REQ_INVALID_FORWARD,PO_REQ_NO_APPROVER.
    If i select the PO_REQ_APPROVE_SIMPLE_JRAD notifications are going to delegate, and for PO_REQ_APPROVE not going to delegate.
    Any inputs on this.
    Version 11.5.10.2 RUP 6.
    Regards,
    Ajith

    Hi,
    on problem I spot is that all your components created by the forEach loop have the same ID value. I suggest you change the ID to e.g. id="soc_#{item.index}" for zhe select one choices. In addition, I don't see where you refresh components after the change
    Frank

  • GetURL:: works for all but my client!

    I have a two buttons at the end of a movie that should go to
    next page when clicked. Works great for me on PC with XP or Vista
    and IE 6 & 7, FF 2 and Netscape 7. Works on Mac OS 10.2 with
    Safari. Works on my friend's Mac with OS 10.3.9 and IE 5.2. Does
    not work for my client who has a similar set up to my friend. Works
    for her with Safari but not with IE 5.2. The button that has
    animation animates but goes nowhere for her.
    Link to page:
    http://sandeegibsonphoto.com/
    I am using an absolute path. Load Movie from preloader was
    used to get to that main SWF if that makes a difference.
    Also can't find an old version, like Flash 7 to put on my Mac
    with IE 5.2 so I can't test here. Flash Player 9 does not support
    IE for the Mac.
    Thanks if anyone can help me.
    -Sue

    I have the original misbehaving SWF file online, yes. My old
    Mac Powerbook is on dialup with no antivirus software, so I
    hesitate to go online with that unless I have to. But you're right,
    I should test it online too. (My main computer, a PC, is on
    broadband with antivirus)
    I'll tell you something really weird about this. With the
    original SWF file when I have it connected to my web site as I do
    for testing the web site the buttons work for her. When I uploaded
    it to her web site on the same web host, different domain, the same
    file would not work. I haven't checked the HTML page it's embedded
    in really closely to see if there is a difference, but I actually
    downloaded the SWF file, from my web site and uploaded the same one
    to hers and it didn't work for her even though it worked for her on
    mine.
    I'm using a preloader, a SWf file, made with SWF Lock 'n'
    Load that is the file that is loaded first and it calls the main
    SWF with LoadMovie from the preloader file. Unfortunately, SWF Lock
    'n' Load does not make a .fla file to examine to see what's going
    on. I made the main movie myself in Flash 8.
    -Sue

  • Airport express works on all but one?

    I set up a third airport express and connected a printer to it. I just use it for printing so made it it's own network. It seemed to be working fine but now our G-5 won't connect to it. It sees the other networks fine and our other computers locate and use it w/o incident. Is there any way that the other router that is next to the g-5 can interfere with it?

    As you already know, the default radio channel used by the AirPort Express Base Station (AX) is "Automatic," which may not offer enough separation between the two wireless networks that you are trying to run. I suggest that you manually select a radio channel. For example, choose one to be 11 and the other (the AX for the printer) to be 1.

  • ITunes sharing works for Vista but not XP on the same network

    So all the basic settings are right under Edit->Preferences to share and seek shared music on the network.
    Here's the topology:
    A - Vista Laptop (wireless)
    B - XP Service Pack 2 Laptop (wireless)
    C - XP Service Pack 2 Desktop (wired)
    A can see C
    C can see A
    C can see B
    A can see B
    B can't see anything
    Since the other machines can see B I'm lost... can you help?
    Message was edited by: Ryan Buckner

    After digging and reading since I posted this question, I finally found the issue. My Cisco VPN client was set to stateful firewall (always on). When I turned off this setting, all machines worked for iTunes sharing. The Vista box was coincidentally working because the Cisco VPN client 4.6 didn't work on Vista.

  • How can I deny write access to datalog files for all but one process in LV8?

    In LabVIEW 7.1, wiring the deny mode terminal of Open File.vi with a Deny Write Only enum constant was an effective means for ensuring that only one process could write to a datalog file at a time.  In LabVIEW 8.0, Open File.vi is no longer available and the new Open/Create/Replace Datalog vi does not provide a deny mode terminal.  Also, the new Deny Access vi does not support datalog files.  Furthermore, the Set Permissions vi is an unsatisfactory solution because under the Windows operating system, it simply sets the Read Only file attribute.  This is inadequate because I have demonstrated that it is still possible for two processes to open a datalog file with read/write access before either one has had a chance to set the Read Only file attribute in order to lock out the file.  If a process sets the Read Only file attribute first, then it can't open the file with read/write access for itself.
    Does anyone understand the file mechanism by which deny mode used to work with the old Open File.vi?  I wish to restore the functionality I had in LV 7.1 in my LV 8 programs.
    Thanks!
    Larry

    Larry Stanos wrote:
    I appreciate the
    empathy from Rolf, but I'm hoping that someone may have written one or
    more vi's containing CINs that call Windows 2000/XP file access control
    library routines.  At least I'm assuming that is how the deny mode
    input to Open File.vi used to work in LV7.1.  The Microsoft
    Developers Network on-line documentation on Access Control http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/access_control.as... is
    daunting to put it mildly.  But even if a set of CINs has not
    already been coded, perhaps someone could point me to the specific set
    of calls I need to make to absolutely guarantee that no two
    clients can simultaneously open the same file with write privileges.   Unfortunately
    the elimination of deny mode functionality for datalog files in
    LV8 has sabotaged my commitment to a March 1 release date because it
    would also be impractical to convert everything back to LV7.1 at
    this point.   Sincere thanks to anyone who can help me out here!
    Unfortunately
    the functionality you mention does not work in the way the deny mode in
    the LabVIEW nodes works. Basically that deny mode is converted to an
    according FILE_SHARE_READ/FILE_SHARE_WRITE value and passed to the
    Win32 API CreateFile function. This is more or less the only place
    where you can define a global share (or deny) access to a file. That is
    also why the Deny Access node online help is talking about that the
    file is reopened.
    But I just retried what you had tried to do, and low and behold it
    works with wiring a datalog refnum to Deny Access. What is important
    here however is that you do need to wire a datatype to the record type
    input of the Open/Create/Replace Datalog node. Otherwise you can't
    connect the resulting datalog refnum to any other file function, since
    it is an incomplete datatype.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • ITunes crashes on launch for all but one user

    iTunes works fine for me (main user), but it crashes for any other user. I've tried deleting and creating new accounts, but no matter what I do iTunes crashes on launch for any user but me. Here's the crash report:
    Date/Time: 2007-08-12 13:09:51.731 -0400
    OS Version: 10.4.10 (Build 8R218)
    Report Version: 4
    Command: iTunes
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Parent: WindowServer [93]
    Version: 7.3.2 (7.3.2)
    Build Version: 2
    Project Name: iTunes
    Source Version: 7320601
    PID: 340
    Thread: 0
    Exception: EXCBADINSTRUCTION (0x0002)
    Code[0]: 0x00000002
    Code[1]: 0x9980516c
    Thread 0 Crashed:
    0 com.apple.applescript 0x9980516c classifyobject_overfdes + 0
    1 com.apple.applescript 0x99804838 search_object + 40
    2 com.apple.applescript 0x99804d90 examine_objects + 300
    3 com.apple.applescript 0x99804660 Unwind_FindFDE + 148
    4 com.apple.applescript 0x998044c8 uwframe_statefor + 68
    5 com.apple.applescript 0x99804440 uwinit_context1 + 64
    6 com.apple.applescript 0x9980421c UnwindRaiseException + 52
    7 com.apple.applescript 0x998040e0 _cxathrow + 136
    8 com.apple.applescript 0x997fa684 TASParser::Parse(TTerminology*, TUASValue*, char const*, unsigned long) + 1184
    9 com.apple.applescript 0x997f3654 ASCompile(AEDesc const*, long, unsigned long*) + 524
    10 com.apple.applescript 0x997f3408 ASCompileExecute(AEDesc const*, unsigned long, long, unsigned long*) + 72
    11 ...ple.CoreServices.CarbonCore 0x90bdc090 CallComponentFunctionCommon + 1112
    12 com.apple.applescript 0x997e9418 AppleScriptComponent + 1712
    13 ...ple.CoreServices.CarbonCore 0x90bdbbd4 CallComponent + 260
    14 com.apple.applescript 0x997e8694 AGenericManager::HandleOSACall(ComponentParameters*) + 72
    15 com.apple.applescript 0x997e82e4 GenericComponent + 216
    16 ...ple.CoreServices.CarbonCore 0x90bdbbd4 CallComponent + 260
    17 com.apple.openscripting 0x930d7bc4 OSACompileExecute + 52
    18 com.apple.iTunes 0x002f6e58 0x1000 + 3104344
    19 com.apple.iTunes 0x002f726c 0x1000 + 3105388
    20 com.apple.iTunes 0x0025b8a4 0x1000 + 2468004
    21 com.apple.iTunes 0x00249f90 0x1000 + 2396048
    22 com.apple.CoreFoundation 0x907f1578 __CFRunLoopDoTimer + 184
    23 com.apple.CoreFoundation 0x907ddef8 __CFRunLoopRun + 1680
    24 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    25 com.apple.HIToolbox 0x9329bb20 RunCurrentEventLoopInMode + 264
    26 com.apple.HIToolbox 0x9338048c GetNextEventMatchingMask + 400
    27 com.apple.HIToolbox 0x93380238 WNEInternal + 152
    28 com.apple.HIToolbox 0x9338018c WaitNextEvent + 76
    29 com.apple.iTunes 0x001a5180 0x1000 + 1720704
    30 com.apple.iTunes 0x0024a43c 0x1000 + 2397244
    31 com.apple.iTunes 0x0024aed0 0x1000 + 2399952
    32 com.apple.iTunes 0x0003be20 0x1000 + 241184
    33 com.apple.iTunes 0x0024b58c 0x1000 + 2401676
    34 com.apple.iTunes 0x0000a25c 0x1000 + 37468
    35 com.apple.iTunes 0x00009f60 0x1000 + 36704
    Thread 1:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.unsanity.ape 0xc0002afc _apeinternal + 3300 (icplusplus.c:28)
    3 com.unsanity.ape 0xc0001910 _apeagent + 64 (icplusplus.c:28)
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.audio.CoreAudio 0x9145763c HALRunLoop::OwnThread(void*) + 264
    5 com.apple.audio.CoreAudio 0x914573dc CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.iTunes 0x00232658 0x1000 + 2299480
    3 com.apple.iTunes 0x0031f16c 0x1000 + 3268972
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f0434 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90befdc8 SwitchContexts + 96
    3 ...ple.CoreServices.CarbonCore 0x90be5a30 YieldToThread + 372
    4 ...ple.CoreServices.CarbonCore 0x90be58ac YieldToAnyThread + 20
    5 com.apple.iTunes 0x0025b710 0x1000 + 2467600
    6 com.apple.iTunes 0x00233244 0x1000 + 2302532
    7 com.apple.iTunes 0x0017936c 0x1000 + 1540972
    8 com.apple.iTunes 0x0017dbb8 0x1000 + 1559480
    9 com.apple.iTunes 0x0017e0cc 0x1000 + 1560780
    10 com.apple.iTunes 0x0017e59c 0x1000 + 1562012
    11 com.apple.iTunes 0x0017e6d0 0x1000 + 1562320
    12 com.apple.iTunes 0x0017ed84 0x1000 + 1564036
    13 com.apple.iTunes 0x0017f93c 0x1000 + 1567036
    14 com.apple.iTunes 0x001824d8 0x1000 + 1578200
    15 com.apple.iTunes 0x001826b0 0x1000 + 1578672
    16 com.apple.iTunes 0x0025b258 0x1000 + 2466392
    17 ...ple.CoreServices.CarbonCore 0x90befe6c InvokeThreadEntryUPP + 24
    18 ...ple.CoreServices.CarbonCore 0x90befa8c CooperativeThread + 220
    19 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907ddba8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907dd4ac CFRunLoopRunSpecific + 268
    4 com.apple.CoreFoundation 0x907ec90c CFRunLoopRun + 52
    5 com.apple.iTunes 0x00219254 0x1000 + 2196052
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 ...ple.CoreServices.CarbonCore 0x90befdc8 SwitchContexts + 96
    3 ...ple.CoreServices.CarbonCore 0x90be5a30 YieldToThread + 372
    4 ...ple.CoreServices.CarbonCore 0x90befd10 SetThreadState + 192
    5 com.apple.iTunes 0x00233218 0x1000 + 2302488
    6 com.apple.iTunes 0x00254a10 0x1000 + 2439696
    7 com.apple.iTunes 0x0025b258 0x1000 + 2466392
    8 ...ple.CoreServices.CarbonCore 0x90befe6c InvokeThreadEntryUPP + 24
    9 ...ple.CoreServices.CarbonCore 0x90befa8c CooperativeThread + 220
    10 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 0 crashed with PPC Thread State 64:
    srr0: 0x000000009980516c srr1: 0x100000000208f030 vrsave: 0x0000000000000000
    cr: 0x28822224 xer: 0x0000000020000000 lr: 0x0000000099804f0c ctr: 0x0000000000000000
    r0: 0x0000000000000000 r1: 0x00000000bfffcd70 r2: 0x000000001fe00000 r3: 0x0000000001999d60
    r4: 0x00000000982020c8 r5: 0x0000000000000002 r6: 0x0000000000000007 r7: 0x0000000000000000
    r8: 0x0000000001a0333e r9: 0x0000000001999d80 r10: 0x0000000001a0133a r11: 0x0000000084824222
    r12: 0x0000000090129660 r13: 0x0000000000000000 r14: 0x0000000000000006 r15: 0x0000000000000002
    r16: 0x00000000bfffde36 r17: 0x00000000000000fa r18: 0x0000000000000002 r19: 0x0000000002502ffc
    r20: 0x0000000000000001 r21: 0x0000000007f23350 r22: 0x00000000024fc200 r23: 0x0000000099808be8
    r24: 0x000000009980421b r25: 0x0000000001999d60 r26: 0x0000000001999d60 r27: 0x0000000000000000
    r28: 0x0000000001999d60 r29: 0x0000000000000000 r30: 0x00000000982020c8 r31: 0x0000000099804ea8
    Binary Images Description:
    0x1000 - 0xa02fff com.apple.iTunes 7.3.2 /Applications/iTunes.app/Contents/MacOS/iTunes
    0xe05000 - 0xea3fff com.apple.iTunes.iPodUpdater 7.1 /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0x1c59000 - 0x1ccafff com.DivXInc.DivXDecoder 6.2.2 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x1cd8000 - 0x1dfcfff com.elgato.mpegsupport EyeTV MPEG Support 1.0.4 (build 35) (1.0.4) /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x1ec8000 - 0x1ee2fff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1ee7000 - 0x1f60fff com.apple.applepixletvideo 1.2.5 (1.2d5) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x4788000 - 0x4986fff net.telestream.wmv.import 2.1.1.70 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x49b5000 - 0x4b56fff net.telestream.wmv.advanced 2.1.1.70 /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0x4fec320 - 0x4fec3f0 CFMPriv_CarbonSound PEF binary: CFMPriv_CarbonSound
    0x4fec460 - 0x4fec533 CFMPriv_CommonPanels PEF binary: CFMPriv_CommonPanels
    0x4feca40 - 0x4fecab7 CFMPriv_System PEF binary: CFMPriv_System
    0x4fecd90 - 0x4fece42 CFMPriv_CoreFoundation PEF binary: CFMPriv_CoreFoundation
    0x4fed2e0 - 0x4fed39b CFMPriv_Help PEF binary: CFMPriv_Help
    0x4fed3a0 - 0x4fed46a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
    0x4fed470 - 0x4fed546 CFMPriv_HTMLRendering PEF binary: CFMPriv_HTMLRendering
    0x4fefc80 - 0x4fefd53 CFMPriv_ImageCapture PEF binary: CFMPriv_ImageCapture
    0x4fefdd0 - 0x4fefeb5 CFMPriv_NavigationServices PEF binary: CFMPriv_NavigationServices
    0x4feff20 - 0x4fefff6 CFMPriv_OpenScriptingMacBLib PEF binary: CFMPriv_OpenScriptingMacBLib
    0x4ff00c0 - 0x4ff017e CFMPriv_Print PEF binary: CFMPriv_Print
    0x4ff0190 - 0x4ff025d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
    0x4ff02d0 - 0x4ff03b2 CFMPriv_SpeechRecognition PEF binary: CFMPriv_SpeechRecognition
    0x4ff04d0 - 0x4ff05a3 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
    0x4ff05b0 - 0x4ff0683 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
    0x4ff0750 - 0x4ff0812 CFMPriv_AE PEF binary: CFMPriv_AE
    0x4ff0820 - 0x4ff08e5 CFMPriv_ATS PEF binary: CFMPriv_ATS
    0x4ff1180 - 0x4ff1257 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
    0x4ff12d0 - 0x4ff13b3 CFMPriv_FindByContent PEF binary: CFMPriv_FindByContent
    0x4ff1420 - 0x4ff14fa CFMPriv_HIServices PEF binary: CFMPriv_HIServices
    0x4ff1560 - 0x4ff1640 CFMPriv_LangAnalysis PEF binary: CFMPriv_LangAnalysis
    0x4ff16c0 - 0x4ff17a6 CFMPriv_LaunchServices PEF binary: CFMPriv_LaunchServices
    0x4ff1870 - 0x4ff1947 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
    0x4ff1950 - 0x4ff1a12 CFMPriv_QD PEF binary: CFMPriv_QD
    0x4ff1b00 - 0x4ff1be9 CFMPriv_SpeechSynthesis PEF binary: CFMPriv_SpeechSynthesis
    0x51c5000 - 0x51c7fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x6be2000 - 0x6be3fff com.apple.aoa.halplugin 2.5.6 (2.5.6b5) /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x6dc3000 - 0x6ea1fff com.apple.audio.codecs.Components 1.4.9 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x7898000 - 0x7898fff com.apple.applescript.component 1.10.7 /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x789b000 - 0x789bfff com.apple.osax.digihub 1.0 /System/Library/ScriptingAdditions/Digital Hub Scripting.osax/Contents/MacOS/Digital Hub Scripting
    0x7a39000 - 0x7a3a7b6 Adobe Unit Types PEF binary: Adobe Unit Types
    0x7a3c000 - 0x7a3efff com.apple.PDFImporter 1.6 (???) /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x7c69000 - 0x7c6cfff Adobe Unit Types a2.0.0 (2.0.0) /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types
    0x7cf1000 - 0x7d2efff com.apple.osax.standardadditions 1.10.7 (???) /System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/Standa rdAdditions
    0x7d3c000 - 0x7d8b3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
    0x3c390000 - 0x3c3b4fff com.apple.mobiledevice 1.01 (1.0) /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x41410000 - 0x414affff com.apple.QuickTimeImporters.component 7.2 /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x41840000 - 0x41866fff com.apple.CoreMediaPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x419b0000 - 0x419effff com.apple.QuickTimeFireWireDV.component 7.2 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x41a30000 - 0x41a35fff com.apple.CoreMediaAuthoringPrivate 1.0 /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x70000000 - 0x700fcfff com.apple.audio.units.Components 1.4.5 /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe52fff dyld 46.12 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.75 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90894fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dd000 - 0x908ddfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908df000 - 0x909e1fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3b000 - 0x90abffff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae9000 - 0x90b59fff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b6f000 - 0x90b81fff libauto.dylib /usr/lib/libauto.dylib
    0x90b88000 - 0x90e5ffff com.apple.CoreServices.CarbonCore 681.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec5000 - 0x90f45fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f8f000 - 0x90fd1fff com.apple.CFNetwork 4.0 (129.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe6000 - 0x90ffefff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100e000 - 0x9108ffff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d5000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 1.5 (297) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918f1fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91905000 - 0x9192afff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193d000 - 0x9197ffff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199b000 - 0x919affff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bd000 - 0x91a03fff com.apple.ImageIO.framework 1.5.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a1a000 - 0x91ae1fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2f000 - 0x91b44fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b49000 - 0x91b67fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6d000 - 0x91c24fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c73000 - 0x91c77fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c79000 - 0x91ce1fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce6000 - 0x91d23fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91d2a000 - 0x91d43fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d48000 - 0x91d4bfff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d4d000 - 0x91e2bfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e4b000 - 0x91e4bfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e4d000 - 0x91f32fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f3a000 - 0x91f59fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fc5000 - 0x92033fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9203e000 - 0x920d3fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ed000 - 0x92675fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926a8000 - 0x929d3fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a03000 - 0x92af1fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92af4000 - 0x92b7cfff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bbd000 - 0x92de8fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f06000 - 0x92f10fff com.apple.framework.AppleTalk 1.2.0 (???) /System/Library/Frameworks/AppleTalk.framework/Versions/A/AppleTalk
    0x92f15000 - 0x92f33fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f3e000 - 0x92f98fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fb6000 - 0x92fb6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fb8000 - 0x92fccfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92ff4fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93000000 - 0x93015fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93027000 - 0x930aefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930c2000 - 0x930cdfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930d7000 - 0x93104fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9311e000 - 0x9312efff com.apple.print.framework.Print 5.0 (190.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9313a000 - 0x931a0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931d1000 - 0x93220fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9324e000 - 0x9326bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9327d000 - 0x9328afff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93293000 - 0x935a1fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x936f1000 - 0x936fdfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93702000 - 0x93722fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93796000 - 0x937b6fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x937bc000 - 0x937bcfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x937be000 - 0x93df1fff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9417e000 - 0x941f0fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94229000 - 0x942edfff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9433f000 - 0x9433ffff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94341000 - 0x94501fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9454b000 - 0x94588fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94590000 - 0x945e0fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945e9000 - 0x94603fff com.apple.CoreVideo 1.4.1 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x947ae000 - 0x947bdfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947c5000 - 0x947d1fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94817000 - 0x9482ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94836000 - 0x94b55fff com.apple.QuickTime 7.2.0 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c39000 - 0x94caafff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e1f000 - 0x94f4ffff com.apple.AddressBook.framework 4.0.5 (487) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fe1000 - 0x94ff0fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ff8000 - 0x95025fff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9502c000 - 0x9503cfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95040000 - 0x9506ffff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9507f000 - 0x9509cfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x9559a000 - 0x956c8fff edu.mit.Kerberos 5.5.25 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x95bcf000 - 0x95c5dfff com.apple.WebKit 419.3 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x95cb9000 - 0x95d4efff com.apple.JavaScriptCore 418.6.1 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x95d8b000 - 0x96098fff com.apple.WebCore 418.23 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x96221000 - 0x9624afff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x96252000 - 0x962cefff com.apple.syncservices 2.5 (194) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9663c000 - 0x96641fff com.apple.URLMount 2.1.7 /System/Library/PrivateFrameworks/URLMount.framework/Versions/A/URLMount
    0x9728b000 - 0x97290fff com.apple.iPod 1.3 (13) /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0x976fb000 - 0x9771afff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97f20000 - 0x97f2dfff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x981ed000 - 0x98203fff com.apple.AppleShareClient 1.5.2 /System/Library/Frameworks/AppleShareClient.framework/Versions/A/AppleShareClie nt
    0x9820d000 - 0x9824bfff com.apple.AppleShareClientCore 1.5.2 /System/Library/Frameworks/AppleShareClientCore.framework/Versions/A/AppleShare ClientCore
    0x997e7000 - 0x99891fff com.apple.applescript 1.10.7 /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x99a2f000 - 0x9a5f5fff com.apple.QuickTimeComponents.component 7.2 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9a84e000 - 0x9a852fff com.apple.QuickTimeH264.component 7.2 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x9aada000 - 0x9aba7fff com.apple.QuickTimeMPEG4.component 7.2 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x9b67b000 - 0x9b681fff com.apple.ipodsynchronization 2.2 (36.0) /System/Library/PrivateFrameworks/iPodSync.framework/Versions/A/iPodSync
    0xc0000000 - 0xc000ffff com.unsanity.ape 1.5.1 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Model: PowerMac8,2, BootROM 5.2.5f1, 1 processors, PowerPC G5 (3.0), 2 GHz, 2 GB
    Graphics: ATI Radeon 9600, ATY,RV351, AGP, 128 MB
    Memory Module: DIMM0/J4000, 1 GB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J4001, 1 GB, DDR SDRAM, PC3200U-30330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.7.14f14, 2 service, 1 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Maxtor 7Y250M0, 233.76 GB
    Parallel ATA Device: MATSHITADVD-R UJ-845
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: USB Receiver, Logitech, Up to 1.5 Mb/sec, 500 mA

    ShapeShifter is only installed on the account that doesn't crash. I tried disabling ApplicationEnhancer, and that didn't help. Maybe uninstalling ShapeShifter completely from the system would help.

  • Block conference room for all but one user

    hoping to lock down one conference room I turned off autoprocessing and added user to resource inpolicy
    but mtg resources are stil going in the room.

    Hi,
    If you don’t want other users to send message or meeting request to this room, we can limit the sender for this room mailbox to specific users, for your reference:
    We can click Add button to add specific user and save the settings.
    Regards,
    Winnie Liang
    TechNet Community Support

  • My apple ID password works for all of my devices but one.  i only have one account and have changed the password several times but still cannot get it to work on my iPhone.  any suggestions would be appreciated.

    My apple ID password works for all of my devices but one.  i only have one account and have changed the password several times but still cannot get it to work on my iPhone.  any suggestions would be appreciated.

    Thanks for the suggestion, Chris.  I actually did not resolve the issue which is why i did not post an answer. 
    it turns out that my iphone seems to default to an incorrect User ID (it defaults to an @me account, which is not something that i have ever used). 
    even when i change the User ID in my settings for the iTunes store, it still appears when i attempt to get updates for my existing apps.  however, it does seem to use the correct ID when i attempt to purchase new apps.
    If someone actually had an answer to correct this, i would love to update my existing apps. 
    Thank you.

  • Album Art works for most, but not all

    I was reading previous forums on the subject, but no clear answer was given..
    The album art shows up fine in itunes and my library and works for most of my music on my ipod, but how come some album's art does appear? I have it set manually and select 'Get Info' then 'Artwork' and add it from there, then drag in the finished product to my ipod. I've been doing that and it works fine for most of the albums, but every so often, the album art will not appear on my ipod. Am I doing something wrong? I take them all from the same source (amazon.com) but it makes no sense to me how some randomly don't appear.
    I tried deleting the artwork and re-adding it, but nothing happened again. If you could answer why it works for most but not all or how I can get the album art to appear for the ones it will not by re-doing something, it would be appreciated. thanks.

    I encountered the same problem in the beginning. When I compared the size of the original images, the working ones seemed to be smaller in general, so I reduced the size of all covers I intended to upload on the pod to 300x300 pixels.
    This seemed to work - for 2 days. I bought the pod on friday, had pictures on sunday, but on Monday (after the first time the pod was fully discharged) none were left left.
    So I ended searching this forum for related problems...
    And decided to join my problem to this entry.

  • My messaging works for all of my contacts, using iphone or android, except one. Any ideas why?

    My messaging works for all of my contacts, using iphone or android, except one. Any ideas why?

    First thing I would expect is a wrong number. Second might be something at the recipients end.

  • I can not get my email to send through my iPad email. The email works for all other options. The error says I need to enter a password in setting, but I have entered the password numerous times to no avail. Any ideas?

    I can not get my email to send through my iPad email. The email works for all other options. The error says I need to enter a password in setting, but I have entered the password numerous times to no avail. Any ideas?

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
     Cheers, Tom

  • Can we keep one action file for all jsp files in struts?"

    I have 5-6 Jsp pages and all are inter connected.
    If any one make changes, these changes should be display in the database.
    In this case, I need only one Action class which can hold or manipulate all changes from all jsp pages. I am not sure "Can we keep one action file for all jsp files?"
    If yes, then how can we configure struts-config.xml file.
    If no, then pls suggest me any altenative solution.

    hai
    go for DispatchAction class and then pass as parameters
    refer struts complete reference...
    it will solve ur problems..

  • Firefox(20.0.1) is ignoring my proxy server for google searches from website and the search box. It works for all other search engines and chrome/safari.

    firefox(20.0.1)
    squid (port 3128) and dansguardian (port 8080) not running in transparent mode.
    I am applying blacklists and a custom url regex to apply "safe=vss", this works for all browsers and all search engines except firefox using google search engine.
    Search engines tested (bing, yahoo, norton, ask, amazon, avg, ebay) - all work.
    Links from the search results are blocked by content filter, but search results still appear and google images are still shown. This does not happen in Chrome(23.0.1271.97), IE9(9.0.8), Opera(12.14) or Safari(5.1.7) with the same settings.
    No log entry appears in Dansguardian access.log implying proxy settings are being ignored for just this combination.

    I can't think of a reason that one particular webpage would behave differently from all the others, i.e., if you are starting at google.com and running a search using the form in the page, I'm not aware of any reason for Firefox to handle that specially just because it's Google.
    Does it make a difference if you disable JavaScript when using Google? If that yields the results you expect, perhaps Google's XMLHttpRequest AJAX traffic is bypassing your filters?
    The search bar has its own code, so someone would need to look at that to see whether/why it bypasses your proxy if the above hypothesis does not apply.

  • S/MIME lookup works for ActiveSync, but not OWA.

    Hi,
    I posted this a while back and it still stands.  https://social.technet.microsoft.com/Forums/en-US/1f16aabc-da7e-40a5-9a2d-f584e3bbf5de/owa-2013-an-error-occurred-while-signing-this-smime-message-no-certificate-was-found?forum=exchangesvrgeneral
    However, I found that SMIME seems to have been working all along.  From one mobile, I'm able to encrypt and send, and the other I'm able to encrypt and send.  Both mobiles decrypt using their respective certificates.  Why would this work for
    ActiveSync, but OWA simply cannot lookup the user's certificate or tells me no certificates were found for recipients.  Are they matching different criteria somehow?  I know that the user definitely has a valid certificate for the fact that ActiveSync
    is able to retrieve the public keys.

    Hi,
    To allow OWA sending and receiving S/MIME-protected messages. We need to use the
    Set-SmimeConfig cmdlet to manage this feature through the Exchange Management Shell interface.
    Based on the S/MIME settings for OWA in that thread, the value of
    OWAAlwaysEncrypt parameter is false. The OWAAlwaysEncrypt
    parameter specifies whether all outgoing messages are automatically encrypted in Outlook Web App. The
    OWAAllowUserChoiceOfSigningCertificate parameter specifies whether to allow users to select the certificate to use when they digitally sign email messages in Outlook Web App.
    Please try to use the following cmdlet to enable it
    Set-SmimeConfig – OWAAlwaysEncrypt $true – OWAAllowUserChoiceOfSigningCertificate $true
    Best Regards.

Maybe you are looking for

  • Windows 8.1, on my IMAC

    Can windows 8.1 be installed on an IMAC, early 2009, running Mavericks, plan to use hard connection for mouse and keyboard. Windows is new in box with 32 & 64 GB ver. I think i have to latest verion of BootCamp 5.1.0 (473)

  • Re: Constant Resolving Host Issues

    I'm having this problem also. Is there anything I can do please? 1. Product name:BT Home Hub2. Serial number:+058720+1221****253. Firmware versionoftware version 4.7.5.1.83.8.94.1.11 (Type A) Last updated 30/11/124. Board version:BT Home Hub 3.0A5. W

  • Use-exit to update

    Hi I seek another to use-exit to update the zone kna1-bahns. gv_n = 0.   IF i_kna1-bahns IS NOT INITIAL .   ELSE.     gv_bahns = i_kna1-name1+0(4).    DO gv_n TIMES.       gv_n = gv_n + 1.       SELECT SINGLE kunnr FROM kna1 INTO kna1-kunnr         W

  • SAP ECC Version 6

    Dear SAP Experts, I have never worked on SAP ECC version 6 nor on 5. Could you please give your opinion,your experiences, your tips to the below: - Leading GAAP for Common Chart of Accounts - Handling Parallel GAAPs - Handling Parallel Ledgers -FICO

  • The new Pop RB Diva LeLe

     LeLe is true to her Scorpio Traits – Determined, Forceful, Emotional, Intuitive, Powerful, Passionate, Exciting and Magnetic. The 21 year old singer/song-writer, never choosing comfort over fashion, is a walking expression of the original artist she