Offline Processing Changes

Just noticed that the link Collecting credit card details for offline processing in this document is broken.
http://helpx.adobe.com/business-catalyst/kb/offline-processing-changes---post.html

Thanks for raising that with us. I'll let the doc guys know about this,
Cheers,
-m

Similar Messages

  • Offline Processing Credit Card

    Since the secure PDF, which is used to supply the secure CC info to the vendor, no longer includes the CCV that payment forms collect, the Payment Gateway selection of Offline Processing (Process Manually Via Existing Facility) no longer makes any sense to offer as an option. CCV is needed to process credit card by many virtual terminals, including the one in BC itself. The problem is that BC never made an extra effort to notify business owners or partners to be aware of this change. Instead, it just released a document http://helpx.adobe.com/business-catalyst/kb/offline-processing-changes---post.html, which mentions the change in PDF delivery but not the change in the PDF content. If you ask the BC support about it, they will point you to the document http://helpx.adobe.com/business-catalyst/partner/setting-process-offline-payment-gateway.h tml which at the very end mentions that Business Catalyst does not collect CVV, CVV2, CVC2 & CID as per PCI standards. This may be legally satisfying buy practically useless. Which business owner or partner reads every document that BC publishes? As a consequence, business owners who were using offline payments were all of a sudden not able to process the payments they had received through online sales. Instead, they had to contact each one of their payees and request the CCV over the phone or e-mail.
    BC should find a way to include the CCV and find a better way to inform business owners when making changes that impacts payment collections. Is it stands now, the Offline Payment is not practical to use and can create problems of which business owners are not aware of unless they stumbled on the article I pointed out above. 

    Tried it ... but does not work on submit!  ...
    I can  get the auto- populate to work on my custom CCV field OK ... ( it looks great before submit! )
    but when I summit ...  the info is wiped!
    here's the script I used :
    <script type="text/javascript">
        jQuery("#CardCCV").blur(function(){
            jQuery("#CCV").val(jQuery("#CardCCV").val());
    </script>
    Any suggestions?

  • How to process change of country w/out Management of Global EE's

    Good afternoon.  My client is live and I am unsure of the consequences of turning on Management of Global Employees in a live payroll client.  How would I process change of country w/out this functionality turned on?  If I do turn it on, in a live client what are the consequences if any?  Many thanks for any insights

    Good afternoon.  My client is live and I am unsure of the consequences of turning on Management of Global Employees in a live payroll client.  How would I process change of country w/out this functionality turned on?  If I do turn it on, in a live client what are the consequences if any?  Many thanks for any insights

  • Processing changes in Syabse database table

    Can someone help me understand best way to process changes on a database table using XI?
    I'm crrently doing this using webmethods where webmethods generates a xml document whenever a row is inserted in a database using adapter notification mechanism. Then I can process this document by calling webservice.

    Thx Naveen,
    e.g. I insert a customer record in Sybase system, I would like that XI interface would insert same customer in SAP or another Database system and this should happen as a result in insert in Sybase table.
    Other way I can already achive this is by having XI look in a sybase table periodicaly and see if there are new rows of data added to the table since it last looked and then process those rows accordingly. I don't want to use this approach since it keeps looking at certain intervals and most of the time there won't be anything for it to process. Also when there is something to process, it will not be processed instanteneously but only when XI looks at the table next time around.
    This is whole debate about pushing data v/s polling for changes. I would like to push the info at the time data is inserted in sybase table instead of having to poll for it.
    appreciate your response.

  • TS50000075(Process Change Request (Web)

    Hi All,
    We have customized a standard PCR workflow WS50000031(2 level approval) based on our requirements, which is using another sub -workflow for approval step..
    The sub-workflow has a step for task TS50000075(Process Change Request (Web)).
    The problem is, the above workflow step creates an workitem which appears in SAP Inbox as well in UWL..
    When the item is processed from UWL it does not have any effect, but the item retains in the UWL with status 'In Process' as well in SAP inbox with status 'Reserved' and the workflow execution does not happen further.
    But, when it is done from Inbox, the item disappears and workflow execution continues..
    Please let me know how could I resolve this issue..
    Thanks & regards,
    Santhosh

    Then its authorization issue, modify the role assigned to you by adding below mentioned
    Cross-application Authorization Objects -->
    1.Authorization Check for RFC Access: Activity - Execute
                                                                    Name of RFC to be protected  -  *
                                                                   Type of RFC object to be prote - All values
    2. Administration for RFC Destination:Activity                                          - Display
                                                                 Internet Communication Framewo - *
                                                                 Logical Destination (Specified       -   *
                                                                 Type of Entry in RFCDES               -  All values
    Regards
    Bhaskar

  • Number of active processes changing periodically

    In my MacBook Air I'm noticing a strange thing. Using Activity Monitor I see that the number of active processes changes periodically. Initially I see 7-8 active processes and immediately after 2 seconds the number of active processes grows to 20 or even more and after a while it changes again to few processes. Is this normal?

    It depends ob the processes, obviously, but it's probably normal.  The system will naturally launch an assortment of background processes to handle different tasks as they arise.

  • Lotus Notes Offline Password Change

    Initial inquiry to determine if Identity Manager has a facility for managing the local "myuser.id" file maintained on a "Lotus Notes" workstation when the user changes their password while offline.
    The requirement is that a user can change their password online/offline and that the passwordSync occur when reconnected to the network. The resource adapter in 6.x indicates support for the online password change but I cannot find a reference for offline password change support. Appreciate any feedback.
    Brian K. Trimble, (517) 203-8167
    Dewpoint, Inc.

    Hi Hari,
    If  the link is not working for only specific users , then you have to check with Basis consultant to compare the ids which is working and which is not working .
    Kindly refer the following link
    http://wiki.sdn.sap.com/wiki/display/SRM/Offline+approval+-+Logon+link+does+not+work
    Regards
    Ashok

  • How to process changes in ALV

    Hello everyone,
    I would need to process changes from Web Dynpro ALV in the same way as in SAP GUI ALV. There is a even DATA_CHANGED which has parameter
    er_data_change
    which has three tables
    er_data_change->mt_good_cells is
    er_data_change->mt_inserted_rows
    er_data_change->mt_deleted_rows
    Is there some way how to do this in WD ALV?
    The reason why I need that is to get exactly the same values which has the user entered into the ALV. Currently, when user enter value "1" as key figure, the ALV returns the value converted in internal format as "1.00".
    Thanks in advance for any input,
    Tomas

    Hi Thomas,
    I think there are not such methods to get inserted or deleted rows. But you can get the changes made by user in the context. To achieve this follow the process:
    Enable the context change log in the init method of component controller:
      DATA: z_context TYPE REF TO if_wd_context.
      z_context = wd_context->get_context( ).
      z_context->enable_context_change_log( ).
    Then call following method in the component controller to get the context changes:
      DATA: lt_changes TYPE wdr_context_change_list.
      DATA: z_context TYPE REF TO if_wd_context.
      z_context = wd_context->get_context( ).
      lt_changes = z_context->get_context_change_log( ).
    You will get all context changes in the table lt_changes.
    Compare these values with the values before context change.
    I hope this will help.
    Regards,
    Saket.

  • Offline Processing

    Hello. I'm having trouble with the offline processing. I set it up properly and I did a test purchase. I recieved the email but I didn't receive the PDF that's suppose to come with the email. Also when I went to the order on the backend, it didn't show the credit card info so my client can complete the purchase with the merchant that's not connected with BC.
    Another thing is when I look at the Offline Payment tab, I see this.
    How do I solve this problem? I need help ASAP. Thanks!

    Not much info to go on but it sounds like you have not got it set up properly.
    In terms of the order itself and the BC system NO credit card information is stored for security reasons to meet the level one PCI compliance BC has.
    Did you follow the documentation for the setup with the offline in the payment gateway section?

  • Offline Processing without requiring credit card details ?

    Hi Folks,
    I would like to set up offline processing for customers who have registered electronic bank transfers with my client (i.e., they do not need to supply their bank details) - Is it possible to set up an online shop where customers can order products from the wholesaler without having to pay on the spot or provide credit card details?
    Thanks in advance!!
    Kind regards
    Brendon
    www.coetzercreative.com

    Hi Brendon, you see all the options for types - COD - is Cash on Derlivery which is what your looking for.

  • Offline WLST changes JMS Server Target From a Migratable target

    I have a simple WL 9.2mp2 domain which has 2 managed servers, one JMS Server and two migratable targets (one for each managed server) and the JMS server is targeted to one of the migratable targets. When I read the domain into WLST offline, the JMS server's target is changed from the migratable target to the preferred server defined in the migratable target. Is this a bug in WLST? Am I missing some option on WLST that can fix this?
              I saw a similar posting for 8.1 and no resolution.
              Thanks in advance,
              Mark.

    Hi
              Please find my answers below:
              Q1:
              It depends how you configured the JMSSevers.
              If both the JMSServers are targeted to the same MigratableTarget, then you do the migration only once, that will move both of them to the new active server.
              If not, you have to perform the migration once for each MT.
              Q2:
              No, you dont have to start the Managed Server II, unless otherwise you wanted it to be readily available for the migration next time.
              Q3:
              You can just repeat the migration process by specifying the destination as Maganged Server-I this time. You dont need change the configuration for this, since the MT, shall already have the Candidate servers M1 and M2 and both JMSServers are targeted to MT.
              Q4:
              Yes, as long as the CF is targeted to the cluster, your connection is valid. But your destinations references will become invalid after migration, so you have to have some logic in the exception listeners to reconnect again.
              Hope this helps.

  • ACS 5.3 not processing changes

    Hello,
    We have Cisco ACS 5.3 and it was set up with all the rules, users, groups etc and it worked really well from the get go. The problem we are having now is that since we've set it up, not much changes need to be made often and when we do try to make a change, ACS seems to not be recognizing the change.
    Under : (Access Policies > Access Services > Default Device Admin sdsff> Authorization) 
    I've created a new rule to allow a new group of users to access a specific device type and ACS is not showing any hits to the counter. I've had a similar error before and restarting the box solved it but I would really not want to think that each time we need to make a change I'll have to restart the box. All the processes are running.
    ACS01/admin# show application status acs
    ACS role: PRIMARY
    Process 'database'                  running
    Process 'management'                running
    Process 'runtime'                   running
    Process 'view-database'             running
    Process 'view-jobmanager'           running
    Process 'view-alertmanager'         running
    Process 'view-collector'            running
    Process 'view-logprocessor'         running
    Is there anyone experiencing a similar error or knows how I can fix it?

    Hi Alain,
    Do still tryed a ldap browser, to see if you have access with you internal user to your AD ?
    Maybe your user is not assign as wel in your AD ?
    We had the same problem in our labo, you know
    http://www.ldapbrowser.com/
    Succes

  • Macbook Pro crash on MtLion - crash report added (BSD process changes regularly)

    Hi everyone,
    I have a Macbook Pro (mid2007, 2,4ghz - ram upgraded to 4gb from 2) that is crashing constantly, has been happening since Mtlion and I see that it's been happening with quite a few different models that were released after too. I had a corrupted (needs replacement) sign from disk utility so i tried disk warrior and no repair possible so replaced the drive with a new one, and also reinstalled apps and files from scratch (didn't recover from TM backup). But I am still getting a crash sign. I thought it might be the RAM as it is apparently one of the major issues, I tried Tech Tool Pro and Rember (as heard TTP isn't as reliable) but they both say the RAM is working fine.
    Now onto the actual issue: My mac randomly freezes for about 10 secs in the middle of browsing (both chrome and safari, Im not even using chrome now, only safari) and after the freeze the screen turns off, then turns on again in a faint grey screen (not the grey veil of death) and says "computer crashed because of a problem...click any button". Now I have read in countless forums (and i hate and apologise for starting a new thread) but I really believe that my hardware isn't an issue, but I cannot find the culprit in the software, so I was really hoping someone could help me out with this, as mentioned on the title, the BSD process of the Crash Report tends to change between "kernel_task", safari plugins, and when I was using chrome "Chrome HE" (of course, as mentioned, since I stopped using chrome i don't get this one now).
    Here's the latest crash report, thanks in advance for help everyone:
    Interval Since Last Panic Report:  292676 sec
    Panics Since Last Report:          5
    Anonymous UUID:              00000-0000-0000-000-0000-0000-000
    Wed Nov 21 17:41:37 2012
    panic(cpu 1 caller 0xffffff801dcb7bd5): Kernel trap at 0xffffff801dfeec59, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff800025d140, CR3: 0x0000000020420000, CR4: 0x0000000000000660
    RAX: 0xffffff800025d0f0, RBX: 0xffffff802aead940, RCX: 0xffffff801e25cba0, RDX: 0xffffff802aead948
    RSP: 0xffffff8025ad3e40, RBP: 0xffffff8025ad3e60, RSI: 0x0000000000010002, RDI: 0x0000000000000001
    R8:  0xffffff802a41ea50, R9:  0xffffff801e27de88, R10: 0x0000000000000000, R11: 0xffffff801e27de88
    R12: 0xffffff802a240918, R13: 0xffffff802a240800, R14: 0xffffff803867da40, R15: 0xffffff801e2e0a90
    RFL: 0x0000000000010282, RIP: 0xffffff801dfeec59, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff800025d140, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff8025ad3ae0 : 0xffffff801dc1d626
    0xffffff8025ad3b50 : 0xffffff801dcb7bd5
    0xffffff8025ad3d20 : 0xffffff801dcce4ed
    0xffffff8025ad3d40 : 0xffffff801dfeec59
    0xffffff8025ad3e60 : 0xffffff7f9ef16b00
    0xffffff8025ad3eb0 : 0xffffff7f9ef1901d
    0xffffff8025ad3ee0 : 0xffffff7f9ef18fcd
    0xffffff8025ad3ef0 : 0xffffff7f9ef1731d
    0xffffff8025ad3f30 : 0xffffff7f9ef56f07
    0xffffff8025ad3f50 : 0xffffff7f9ef56eb7
    0xffffff8025ad3f70 : 0xffffff7f9ef56f2c
    0xffffff8025ad3f90 : 0xffffff7f9ef57023
    0xffffff8025ad3fb0 : 0xffffff801dcb26b7
          Kernel Extensions in backtrace:
             com.apple.iokit.IOBluetoothFamily(4.0.9f33)[1C326A11-ADF7-353E-AD41-458D6A886E0 5]@0xffffff7f9ef0f000->0xffffff7f9efaffff
                dependency: com.apple.iokit.IOUSBFamily(5.4.0)[C3094550-7F58-3933-A4F7-CD33AE83F8B9]@0xffff ff7f9eae8000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12C60
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x000000001da00000
    Kernel text base: 0xffffff801dc00000
    System model name: MacBookPro3,1 (Mac-F4238BC8)
    System uptime in nanoseconds: 52615850375879
    last loaded kext at 48052282996508: com.apple.filesystems.msdosfs          1.8 (addr 0xffffff7f9fdf4000, size 65536)
    last unloaded kext at 49000285799457: com.apple.driver.AppleUSBEthernetHost          2.3.6 (addr 0xffffff7f9fdc1000, size 20480)
    loaded kexts:
    com.apple.filesystems.smbfs          1.8
    com.apple.driver.AppleBluetoothMultitouch          75.15
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleHDA          2.3.1f2
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.GeForce          8.0.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f33
    com.apple.driver.AppleLPC          1.6.0
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.iokit.CSRBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleBacklight          170.2.3
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.ApplePolicyControl          3.2.11
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleUSBTrackpad          235.4
    com.apple.driver.AppleUSBTCKeyEventDriver          235.4
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.iokit.AppleYukon2          3.2.3b1
    com.apple.driver.AirPort.Atheros40          600.70.23
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleUSBUHCI          5.2.5
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.driver.IOBluetoothHIDDriver          4.0.9f33
    com.apple.driver.AppleMultitouchDriver          235.28
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.1f2
    com.apple.iokit.IOAudioFamily          1.8.9fc10
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOSurface          86.0.3
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.iokit.IOBluetoothFamily          4.0.9f33
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.3.1f2
    com.apple.iokit.IOHDAFamily          2.3.1f2
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.driver.AppleGraphicsControl          3.2.11
    com.apple.iokit.IONDRVSupport          2.3.5
    com.apple.iokit.IOGraphicsFamily          2.3.5
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.AppleUSBHIDKeyboard          165.5
    com.apple.driver.AppleHIDKeyboard          165.5
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOATAPIProtocolTransport          3.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.2
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro3,1, BootROM MBP31.0070.B07, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.16f11
    Graphics: NVIDIA GeForce 8600M GT, GeForce 8600M GT, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F7F7F7F7F02, 0x3235365836344D2D36374500560000000000
    Memory Module: BANK 1/DIMM1, 2 GB, DDR2 SDRAM, 667 MHz, 0x7F7F7F7F7F7F7F02, 0x3235365836344D2D36374500560000000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x87), Atheros 5416: 4.0.70.23-P2P
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    PCI Card: pci168c,24, sppci_othernetwork, PCI Slot 5
    Serial ATA Device: ST1000LM024 HN-M101MBB, 1 TB
    Parallel ATA Device: HL-DT-ST DVDRW  GSA-S10N
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd400000 / 3
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd100000 / 2
    USB Device: SES084D, 0x0e8d  (MediaTek Inc.), 0x1836, 0xfd140000 / 5
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd110000 / 4
    USB Device: Apple Keyboard, apple_vendor_id, 0x0221, 0xfd112000 / 6
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8205, 0x1a100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x021b, 0x5d200000 / 2

    Disconnect all wired peripherals and expansion cards. Test. Any difference?

  • I'm losing LIghtroom processing changes when opening photo in Photoshop.  Why?

    I have been using Lightroom only for a couple of weeks.  For several years I used Bridge and Camera Raw for RAW file processing.  After noticing that every .DNG file I process in LIghtroom 5.4 and subsequently open in Photoshop-CS4 loses the Lightroom processing in Photoshop, I conducted the following experiment:
    A  .dng file that had not previously been in LR catalog was placed in folder as Original  DNG.dng.
    File was copied and named Lightroom Processed.dng
    Both files were imported into LR
    The Lightroom Processed.dng file was loaded into Develop module and Exposure set to +5.00.  (Note that original is underexposed by about 1 stop and at +5 the photo is almost completely washed out.)
    Lightroom Processed.dng was opened in Photoshop-CS4. (There was no prompt for "Edit a copy with  Lightroom adjustments".  I'm assuming it was because it was a .dng file.)  The original underexposed version was displayed is PS.  When Ctrl-S was used to save the file, a file entitled Lightroom Processed-Edit.tif was automatically saved in the same folder and imported into LR.
    I copied the Develop Settings from Lightroom Processed.dng to LIghtroom Processed-Edit.tif and the numeric exposure setting was displayed as +5.00 BUT there are slight differences in appearance and in the histogram for the .dng and .tif versions.  The .tif version is very slightly darker than the .dng version.
    I opened LIghtroom Processed-Edit.tif in PS.  This time I was prompted to "Edit a copy with Lightroom adjustments" along with the other two options for opening a copy without adjustments or opening original. I selected "Edit a copy with Lightroom adjustments".
    I can't believe that one cannot process a raw file in Lightroom and then open it in Photoshop without having the processing one does in Lightroom carry over into Photoshop.  I've never had this problem using Bridge and Camera Raw.  What am I doing wrong?
    Thanks in advance to all who can help with this problem.

    @willard, moving from a Photoshop Bridge-ACR workflow to an Lightroom workflow there are a couple important differences to be aware off.
    a. ACR/Bridge uses .xmp sidecars to read and write changes to raw files(in the case of DNG files the .xmp data is stored within the file header). ACR/ Bridge cannot read the data stored in the Lightroom Catalog. The info is in the file.
    b. Lightroom by default uses a Catalog file to read and write all that you do in Lightroom. The info is in the Catalog. There is also the option to have Lightroom also write info to a sidecar .xmp file or within the file header of DNG, TIFF or JPG files. This can also be achieved by using the CTRL/CMD-S.  This info in the .xmp or DNG files is used by ACR/Bridge.
    c. In your case the xmp data written by LR 5 which uses the equivalent of ACR 8.4 will not be fully understood by PS CS4 which uses ACR 5.x.
    d. So if you open a DNG file directly in PS CS4 there will not be full compatibly. (you may have requested Lightroom to write to the DNG file but PS CS4 cannot read it all)
    Quote "(There was no prompt for "Edit a copy with  Lightroom adjustments".  I'm assuming it was because it was a .dng file.) "
    In the Lightroom Preferences General tab> Prompts> select Reset all warning dialogs.

  • Batch Process Change Canvas Size Buggy

    I have 300+ products shots that need to go up to our website.
    Using FW CS3 I was able to resize and optimize both full size
    images and the thumbnails. The issue is due to our website setup
    the thumbnails are expected to be exactly 100x100. If the canvas
    size is irregular the image gets stretched or squeezed when served
    up on the site.
    So I created a custom action to set the canvas size to 100 x
    100 with a white background and to expand from the center out. When
    I run this manually everything is ducky. But when I add it to my
    batch process the actual content of the thumbnails moves from image
    to image. Some items are centered fine, some are too far left or
    too far right (or high,low) some are shifted so much that they are
    actually cut off to the left or right. There seems to be no rhyme
    or reason to it.
    Here is how the batch is set up:
    It grabs the original file ( a press resolution PSD file) and
    fit to size to 100 x 100. Then I run the command to set canvas size
    to 100x100 white background. And then it exports it to optimized
    jpeg. I have tried running the actions separately. And when I just
    run the fit to size and optimization as a batch the thumbs look
    fine no weird positioning. So I know it is the command.
    Any ideas?

    Thankyou Heath
    If I choose scale > scale to fit area > then choose a maximum width or height, that works for that part of the process.
    Percentage doesn’t work, because I need them to be a particular size (either width or height, doesn’t matter , as long as nither of them exceeds 00px)
    For the part that I then want to find the smallest measurement (width or height) and make a particular size, there doesn’t seem to be any way that I can find in FW to do that.
    But, after searching on line, I found an app that does all that and more, its brilliant.  It will find the largest side, the smallest side, or whatever and change it to what you want and rescale the other side to fit.
    This is the link - http://www.rw-designer.com/picture-resize
    Fiona

Maybe you are looking for

  • Thumbnails are not displaying in LR4.4 64bit on I7 laptop with 16gb ram

    I cannot get thumbnails to display the image in library mode. I can click on develop on a particular blank thumbnail (blank thumbnails are dislayed and they are numbered). What settings do I change? I am using an i7 laptop with 16gb ram. Wins 7. Greg

  • Adobe flash player for my iphone 3gs 32mb please let safari accept it!

    adobe flash player for my iphone 3gs 32mb please let safari accept it!

  • Version 8.5 and Version 11.5 on same machine

    Post Author: ashleyp CA Forum: Older Products I've heard that loading version 8.5 and version 11.5 on the same pc can be done, but the loading needs to be done in a particular order.  Does anyone have experience with this? Thanks, Ashley

  • Photoshop cannot open PSD

    I am a high school art teacher and this happened to one of my students. He was working on a PSD file, vectoring an image when PS6 quit unexpectedy. Now when we try to open the file there is an error message "Could not complete your request because it

  • Newbie having trouble

    I'm new to Flash, Have got the new Flash 8 Pro. I'm trying to start at the beginning with tutorials to learn how to use flash. The first tutorial under the "getting started with flash" area is "building your first flash application" I have gone throu