ServiceAliasException: Could not enum Net service names: TNS-04404: no error what do I do?

I am a novice so please don't ask me for this help.

I have listener.ora and tnsnames.ora

When I tnsping ORADB_18 which is the connection string in tnsnames.ora file, it says:

C:\users\administrator > tnsping ORADB_18

AMT Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production May 26, 2015 00:04:22

Copyright (c) 1997, 2010, Oracle.  All rights reserved.

Use settings files:

F:\app\Ashraful\product\11.2.0\dbhome_1\network\admin\sqlnet.ora

AMT-03505: failed to resolve the name

then I tried to create the sqlnet.ora by netca < configuration of local network service name. She translates by follows it:

C:\users\administrator > netca

Oracle Net Services Configuration:

ServiceAliasException: Could not enum Net service names: TNS-04404: no error

caused by: oracle.net.config.ConfigException: 04414-TNS: file error

caused by: TNS-04605: invalid syntax error: unexpected or LITERAL char "ORADB" before or at the ORADB =)

ServiceAliasException: Could not enum Net service names: TNS-04404: no error

caused by: oracle.net.config.ConfigException: 04414-TNS: file error

caused by: TNS-04605: invalid syntax error: unexpected or LITERAL char "ORADB" before or at the ORADB =)

Oracle Net Services configuration that is terminated by the user.  The exit is - 1 code

Content of the Listener.ora:

listener.ora # Network Configuration file: F:\app\Ashraful\product\11.2.0\dbhome_1\network\admin\listener.ora

# Generated by Oracle configuration tools.

SID_LIST_LISTENER =

(SID_LIST =

(SID_DESC =

(GLOBAL_DBNAME = ORADB)

(ORACLE_HOME = F:\app\Ashraful\product\11.2.0\dbhome_1)

(SID_NAME = ORADB)

)

(SID_DESC =

(SID_NAME = CLRExtProc)

(ORACLE_HOME = F:\app\Ashraful\product\11.2.0\dbhome_1)

(= Extproc PROGRAM)

(ENVS = "EXTPROC_DLLS=ONLY:F:\app\Ashraful\product\11.2.0\dbhome_1\bin\oraclr11.dll")

)

)

LISTENER =

(DESCRIPTION_LIST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP) (HOST = *. *. *. *)(PORT = 1521))

(ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

)

)

ADR_BASE_LISTENER = F:\app\Ashraful

Table of contents of tnsnames.ora:

tnsnames.ora # Network Configuration file: F:\app\Ashraful\product\11.2.0\dbhome_1\network\admin\tnsnames.ora

# Generated by Oracle configuration tools.

ORACLR_CONNECTION_DATA =

(DESCRIPTION =

(ADDRESS_LIST =

(ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

)

(CONNECT_DATA =

(SID = CLRExtProc)

(PRESENTATION = RO)

)

)

ORADB_18 =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP) (HOST = 10.11.201.18)(PORT = 1521))

(CONNECT_DATA =

(SERVER = dedicated)

(SERVICE_NAME = ORADB)

)

)

I also put my TNS_ADMIN variable in the system. TNS_ADMIN = F:\app\Ashraful\product\11.2.0\dbhome_1\NETWORK\ADMIN

Listener is towards the top and ok.

I can connect successfully:

SQL > conn hr / *.

Connected.

but this is impossible:

SQL > conn hr/***@ORADB_18

ERROR:

ORA-12154: TNS: could not resolve the connect identifier specified

remove the left front spaces of ORADB_18 =

as I know that this is not allowed

concerning

ANR

Tags: Database

Similar Questions

  • Error message: "could not complete your request because of a program error."

    Whenever I try to select a color in photoshop, this error message appears:

    "Could not complete your request because of a program error"
    What should I do?

    Screen Shot 2015-09-14 at 4.58.28 PM.png

    (Ignore the ugly doodle)

    Hello

    Open PS

    Click on edit-> purge-> / Video all hides - do both

    Close and reopen PS and then do

    Let us know if it works.

    ~ Jitendra

  • Unable to connect local database using net service name

    Hello all;


    FYI: This question has been posted in high availability. Now, it has been deleted from there.


    I'm trying to connect my local database using authentication remote.

    but make a mistake. Client & server are on the same server.


    SQL > conn u1/u1@primdb

    ERROR: ORA-12545: Connect failed because target host or object does not exist


    SQL > conn / as sysdba

    Connected.


    SQL > show parameter db_name;

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    db_name chain primary


    SQL > show parameter service_name.

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    service name string mydb


    SQL > show parameter db_domain;

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    db_domain string primary.com


    SQL > show parameter global_name;

    VALUE OF TYPE NAME

    ------------------------------------ ----------- ------------------------------

    global_names boolean FALSE


    SQL > select * from global_name;

    GLOBAL_NAME

    --------------------------------------------------------------------------------

    PRIMARY

    [oracle@localhost admin] $ lsnrctl start

    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on January 18, 2014 16:32:08

    Copyright (c) 1991, 2005, Oracle.  All rights reserved.

    From /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: Please wait...

    TNSLSNR for Linux: Version 10.2.0.1.0 - Production

    System settings file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora

    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log

    Error listening on: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=oel5.linuxserver) (PORT = 1521)))

    TNS-12545: Connect failed because target host or object does not exist

    AMT-12560: TNS:protocol adapter error

    TNS-00515: Connect failed because target host or object does not exist

    Listening port could start. See the above error messages...


    -----------------------------------------------------------------------------------


    My listener.ora file content:

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (SID_NAME = primary)

    (ORACLE_HOME = u01/app/oracle/product/10.2.0/db_1)

    (GLOBAL_DBNAME = mydb.primary.com)

    )

    )

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = oel5.linuxserver) (PORT = 1521))

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC0))

    -----------------------------------------------------------------

    My tnsnames.ora content

    primdb =

    (DESCRIPTION =

    (ADDRESS_LIST =

    (ADDRESS = (PROTOCOL = TCP)(HOST= oel5.linuxserver) (PORT = 1521))

    )

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = mydb)

    )

    )

    --------------------------------

    $ tnsping primdb


    AMT Ping utility for Linux: Version 10.2.0.1.0 - Production on January 18, 2014 16:40:55

    Copyright (c) 1997, 2005, Oracle.  All rights reserved.

    Use settings files:

    TNSNAMES adapter used to resolve the alias

    Try to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = oel5.linuxserver)(PORT=1521))) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = mydb)))

    TNS-12545: Connect failed because target host or object does not exist

    Thanks in advance...


    SERVICE_NAME =? in tnsnames.ora file should MATCH what is reported by the listener EXACTLY (like one from below)

    > Service 'mydb.primary.com' has 1 instance (s).

    Instance of 'primary', State LOAN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0 status: ready

    LOCAL SERVER

    > Service 'primary.primary.com' has 1 instance (s).

    Instance of 'primary', State LOAN, has 1 operation for this service...

    Managers:

    "DEDICATED" set up: 0 denied: 0 status: ready

    LOCAL SERVER

    > Service 'primary_XPT.primary.com' has 1 instance (s).

  • Receive automatic updates for Windows XP "error 127: the specified procedure could not be found." Also "error 0 x 80240036: could not start the service automatic updates on local computer»

    Update CPU which proved later to be bad.  Replaced by original CPU.  Re-installed Windows XP Home using a slipstreamed CD that I burned the original non - OEM drive that has Service Pack 2.  Integrated Service Pack 3 which I got from the MS. site  Everything works well except for Windows Update.  The setting seem to be correct in Administrative Tools/Services.  The status of the Service is "stopped".  When I try to start the automatic updates from Administrative Tools/Services I receive "error 127: the specified procedure could not be found."  Also "error 0 x 80240036: could not start the service automatic updates on local computer»  Used the range of anti-virus and malware and found nothing.  Currently using Avast 7.0.1426.  I also used various tools of Fix - It MS nothing helps.  Any help would be greatly appreciated.  Thank you.

    Hello

    1. what application or antivirus security suite is installed and your current subscription?

    2 Norton (another) or a McAfee application ever installed on this machine?

    3. What are the fix applications that you used so far to try to fix this problem?

    Try the next method and check if that helps you with the question of the 127 error you receive.

    Method 1: Rdding the DLL file by doing the following:

    1. Click Start and click Run, in the search box type CMD and press to enter.
    2. right click on CMD in the list and click "Run as Administrator".
    3. type the following command and press ENTER. Regsvr32 msvcp71.dll
    4. close the command prompt window.

    Method 2: run the file system (CFS) Checker:

    (Note: you need an XP installation disk to start the System File Checker search.)

    The SFC command is used to detect and resolve problems with the files on Windows XP and Windows Vista computers. This command allows you to launch the Windows File Protection Service and allows you to analyze all integrity-protected Windows files and replace all problematic files identified.

    1. click on start, and in the box to start, search type CMD
    2. right click on CMD in the list and click "Run as Administrator"
    3. type the following command and press ENTER. Sfc/scannow
    4. close the command prompt window.

    For more information on scan SFC (System File Checker), please look in the link mentioned below.

    http://support.Microsoft.com/kb/310747

    I hope this helps.

  • Q10 Q10 blackBerry WIFI - browser error - could not resolve the host name

    Hello

    I use my Q10 while overseas for the Wifi only. My SIM card is in my 9900 (thank you BB not to tell anyone that BIS no longer works and WW BB roaming is not until after people buy OS 10 devices, anyway...) but I want to use the Q10 for Skype, browsing and Email while on WIFI.

    Skype works.

    Browser gives "Could not resolve the host name" and charge no emails.

    WiFi network is good (the 9900 is connected and works, as do other devices). I reset the phone, router, etc. etc.

    All to nothing does not.

    A telephone conversation of two hours with T-Mobile (from abroad) was unnecessary and disconnected.

    All DNS data seems to be there.

    Please help.

    Thank you

    Aviv

    Hello

    Problem solved.

    I have reset the router before, nothing helps. The only way I got it work is as follows:

    (1) turn off the router and wait for the phone to 'do not see' to the network in question.

    (2) turn off Wifi on the phone (menu setting and tap on wifi)

    (3) restart router

    (4) restart the phone

    After about 10 minutes, it is finally connected.

    Thank you all,

    I would BB would have simply kept the features of the 9900 and just made more attractive to the masses, instead of making an iphone with a keyboard...

  • Windows could not start the service audio windows on the local computer. Error 1067: The process is completed in an unexpected way!

    Please help me! ....
    Audio service does not
    I tried Services.msc and tried starting windows Audio...
    The following error has come!
    Windows could not start the service audio windows on the local computer. Error 1067: The process is completed in an unexpected way!
    There is a sign of X in the audio icon...
    and when I click on this audio icon... TROUBLESHOOTER OPENS...
    all this happened all of a sudden!
    Please help me!
    Thank you.
    Nischal Sp

    Please provide the error screenshot more better assitance. Also, try this:

    Try to copy and merge the audio from another Windows 8 or better service.

    You can do this by going to the Registry Editor (make sure that the other computer is also a 32-bit system)

    Go to HKLM/system/current control set/services/audiosrv click audiosrv and then on the file menu, select export and save the file to a USB key or drive.

    While copy on your machine and merge. Then restart your system.

    Otherwise reset Windows 8:

    http://www.kapilarya.com/how-to-reset-Windows-8

    Good luck once again :)

  • Workstation 8: Upload failed: Curl error: could not resolve the host name

    I have workstation 8 connected to our ESX host, it shows all the machines and allows me to connect to their end. But when I try to copy/paste/drag and drop a local virtual machine over there he said "Vmware workstation 8: Upload failed: Curl error: could not resolve the host name.

    Someone at - he fell on this or have any ideas why this would be. I think that if it does not find the host name, I could not navigate or connect to my Virtual Center.

    Hello

    Whats is your ESX host name? I would recommend using with full ESX host name during the connection. You can connect to the ESX host using the host name, but to download the VM in this topic, you will need to use FULL of ESX host of domain name when connecting.

    Please try to do it and let us know if it solves your problem.

    Thank you

    Deep

  • Error messages on the Palm Pre 2 - "could not send your message because of a network error. Try Again' 96

    I used the Palm Pre 2 when I was in the United States with an ATT Sim Card and I was able to use all the features well. I come down to the India and got a local SIM with data services. I am able to check email / synchronize outlook etc and make calls. However I get an error for text messages "" could not send the message due to a network error. Try again. 96 "

    Please tell me what could be the cause. Have restarted the phone twice, no change...

    Would appreciate any help you can give me on this

    I thought about it. I have a 32 k SIM. If I use a 64 k SIM, SMS works fine

  • 'Could not complete your request because of a program error' on Open

    Hello

    I spent over 2 hours on the phone with Tech Support trying to resolve the following error: could not complete your request because of a program error. This error occurs when I open Photoshop CC, try to open a file and try to open the performance parameters. I am under Photoshop CC, Mac OS X 10.8.4.

    Here is the basic system information:

    Model name: MacBook Pro

    Model identifier: MacBookPro8, 2

    Processor name: Intel Core i7

    Processor speed: 2.2 GHz

    Number of processors: 1

    Total number of Cores: 4

    (By heart) L2 Cache: 256 KB

    L3 Cache: 6 MB

    Memory: 8 GB

    Boot ROM version: MBP81.0047.B27

    Version of the SCM (System): 1.69f4

    Any ideas?

    Thank you!!!

    Hi Chris,

    Thanks for your reply. Almost by chance, I have corrected the problem. I noticed that my library foler was locked. How it got that way, I can never know. Anyway, comparing it to other computers have revealed that the library folder must not be locked. I've unlocked and voila! This works.

    Thank you

    Ahan

  • Something has happened and this app could not be installed. Please try again. Error code: 0 x 80200013

    I try to install Smartglass and kepp getting the error 'something has happened and this app could not be installed. Please try again. "Error code: 0 x 80200013.

    How do I solve this problem

    Download ms TELECHARGEMENT

    another app installed fine updated 16 app fine

    Try smartglass error try again and error

    There's something weird going?  I finally got my apps install but I have to jump through hoops to do it.

    Try this and see if it works.

    1. Go to the store and select applications to install (with me, they all failed)
    2. Right click near the top of the screen and a menu bar will go down.
    3. Click on "your Apps".  Now, you will see a list of the applications you want to install.
    4. Click the button at the bottom, click the button install.
    5. Quickly, click on the link in the upper right that shows "install...". »
    6. Before installing, click on one (' preference who appeared at the origin of evil ' and click on 'Pause'.)
    7. Now, with a single application pause, check to see if you can now install others.

    For some reason, I can't get installed apps if I have an app paused.  After that the applications installed, I can un-pause that I've paused and install this one.

    I have no idea what's going on here, but has worked for me several times now.

  • Error message: "Could not complete your request because of a program error" when you save file

    I've upgraded to photoshop CC 2015.5 - update of my work in photoshop-tried java to save my files and the pop dialog box out

    Could not complete your request because of a program error

    system information:

    Adobe Photoshop Version: 2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377 x 32
    Operating system: Windows 7 32 bit
    Version: 7 SP1
    System architecture: Intel CPU Family: 6, model: 12 Stepping: 3 with MMX, SSE whole, FP SSE, SSE2, SSE3, SSE4.1, SSE4.2, AVX, AVX2, HyperThreading
    Physical processor count: 4
    Number of logical processors: 8
    Processor speed: 3591 MHz
    Built-in memory: 3493 MB
    Free memory: 1325 MB
    Memory available to Photoshop: 1552 MB
    Memory used by Photoshop: 60%
    Layers of alias: ^ 0
    Range of modifier: disabled.
    Space design: disabled.
    Multi-frequency 3D printing: disabled.
    HighBeam: disabled.
    Tile image size: 128K
    Image cache level: 4
    Overview of fonts: medium
    TextComposer: Latin
    Display: 1
    Limits of the display: top = 0, left = 0, low = 1024, right = 1280
    OpenGL drawing: enabled.
    OpenGL allows old GPU: not detected.
    OpenGL drawing mode: Advanced
    OpenGL allows Normal Mode: true.
    OpenGL allows Advanced Mode: true.
    AIFCoreInitialized = 1
    AIFOGLInitialized = 1
    OGLContextCreated = 1
    NumGLGPUs = 1
    NumCLGPUs = 1
    glgpu [0]. GLVersion = "4.1".
    glgpu [0]. IsIntegratedGLGPU = 1
    glgpu [0]. GLMemoryMB = 1522
    glgpu [0]. GLName = "Intel(r) HD 4600 graphics card"
    glgpu [0]. GLVendor = "Intel."
    glgpu [0]. GLVendorID = 32902
    glgpu [0]. GLDriverVersion = "10.18.10.3740".
    glgpu [0]. GLRectTextureSize = 16384
    glgpu [0]. GLRenderer = "Intel(r) HD 4600 graphics card"
    glgpu [0]. GLRendererID = 1042
    glgpu [0]. HasGLNPOTSupport = 1
    glgpu [0]. GLDriver = "igdumdim32.dll, igd10iumd32.dll, igd10iumd32.dll.
    glgpu [0]. GLDriverDate = "20140704000000.000000 - 000.
    glgpu [0]. CanCompileProgramGLSL = 1
    glgpu [0]. GLFrameBufferOK = 1
    glgpu [0] .glGetString [GL_SHADING_LANGUAGE_VERSION] = ' 1.30 - Build 10.18.10.3740.
    glgpu [0] .glGetProgramivARB [GL_FRAGMENT_PROGRAM_ARB] [GL_MAX_PROGRAM_INSTRUCTIONS_ARB] [144-7] =
    glgpu [0] .glGetIntegerv [GL_MAX_TEXTURE_UNITS] = [8]
    glgpu [0] .glGetIntegerv [GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS] = [192]
    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS] = [32]
    glgpu [0] .glGetIntegerv [GL_MAX_TEXTURE_IMAGE_UNITS] = [32]
    glgpu [0] .glGetIntegerv [GL_MAX_DRAW_BUFFERS] = [8]
    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_UNIFORM_COMPONENTS] = [4096]
    glgpu [0] .glGetIntegerv [GL_MAX_FRAGMENT_UNIFORM_COMPONENTS] = [4096]
    glgpu [0] .glGetIntegerv [GL_MAX_VARYING_FLOATS] = [64]
    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_ATTRIBS] = [16]
    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_PROGRAM] = 1
    glgpu [0] .extension [AIF::OGL:GL_ARB_FRAGMENT_PROGRAM] = 1
    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_SHADER] = 1
    glgpu [0] .extension [AIF::OGL:GL_ARB_FRAGMENT_SHADER] = 1
    glgpu [0] .extension [AIF::OGL:GL_EXT_FRAMEBUFFER_OBJECT] = 1
    glgpu [0] .extension [AIF::OGL:GL_ARB_TEXTURE_RECTANGLE] = 1
    glgpu [0] .extension [AIF::OGL:GL_ARB_TEXTURE_FLOAT] = 1
    glgpu [0] .extension [AIF::OGL:GL_ARB_OCCLUSION_QUERY] = 1
    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_BUFFER_OBJECT] = 1
    glgpu [0] .extension [AIF::OGL:GL_ARB_SHADER_TEXTURE_LOD] = 0
    clgpu [0]. CLPlatformVersion = "1.2".
    clgpu [0]. CLDeviceVersion = "1.2".
    clgpu [0]. IsIntegratedCLGPU = 1
    clgpu [0]. CLMemoryMB = 1158
    clgpu [0]. CLName = "Intel(r) HD 4600 graphics card"
    clgpu [0]. CLVendor = "Intel(r) Corporation"
    clgpu [0]. CLVendorID = 32902
    clgpu [0]. CLDriverVersion = "10.18.10.3740".
    clgpu [0]. CUDASupported = 0
    clgpu [0]. CLBandwidth = 0
    clgpu [0]. CLCompute = 0
    Type of license: subscription
    Serial number: 94070866704386394913
    GUIDBucket:
    bucket: 49
    test: Butler
    The application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2015.5 (32 bit).
    Temporary file path: d:\Users\JKT0038\AppData\Local\Temp\
    Zero Photoshop has async I/O active
    Scratch the volumes:
    100.0 G, 64.8 G free starter

    Required plugins folder: C:\Program Files\Adobe\Adobe Photoshop 2015.5 CC (32-bit) \Required\Plug-ins\
    Main Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop 2015.5 CC (32-bit) \Plug-ins\

    Installed components:
    A3DLIBS.dll A3DLIB 9.2.0.112 dynamic link library
    ACE.dll ACE 2016/05/07-01: 09: 29 79,573668 79.573668
    PatchMatch 2016/05/17:03:10:18 1.573920 AdbePM.dll 1.573920
    AdobeLinguistic.dll Adobe linguistic Library 10.0.0
    AdobeOwl.dll Adobe Owl 5.2.11
    AdobePDFL.dll PDFL 2016/04/13-01: 12: 44 79,182661 79.182661
    Adobe AdobePIP.dll 7.3.1.128.44549 product improvement program
    AdobeSVGAGM.dll AdobeSVGAGM 79.571757 79.571757
    AdobeXMP.dll Adobe XMP Core 2016/04/19-13: 13:40 79,159284 79.159284
    AdobeXMPFiles.dll Adobe XMP files 2016/04/19-13: 13:40 79,159284 79.159284
    AdobeXMPScript.dll Adobe XMP Script 2016/04/19-13: 13: 40 79,159284 79.159284
    adobe_caps.dll Adobe CAPS 10,0,0,5
    AGM.dll AGM 2016/05/07-01: 09: 29 79,573668 79.573668
    ahclient.dll AdobeHelp Dynamic Link Library 2.0.0.2
    AIDE.dll HELP-2016/02/29-16:28:21 79,571906 79.571906
    Amtlib.dll AMTLib 10.0.0.3BuildVersion: 10.0; Brand: Thursday, April 21, 2016 3:6:38) 1.000000
    ARE.dll ARE 2016/05/07-01: 09:29 79,573668 79.573668
    Axe8sharedexpat.dll AXE8SharedExpat 2015/03/13-23: 40:54 79,562390 79.562390
    AXEDOMCore.dll AXEDOMCore 2015/03/13-23: 40:54 79,562390 79.562390
    Bib.dll BIB 2016/05/07-01: 09: 29 79,573668 79.573668
    BIBUtils.dll BIBUtils 2016/05/07-01: 09: 29 79,573668 79.573668
    boost_date_time.dll photoshopdva 10.0.0
    boost_signals.dll photoshopdva 10.0.0
    boost_system.dll photoshopdva 10.0.0
    boost_threads.dll photoshopdva 10.0.0
    CG.dll NVIDIA Cg Runtime 3.0.00007
    cgGL.dll NVIDIA Cg Runtime 3.0.00007
    Adobe CIT.dll CIT 2.1.0.1 2.1.0.1
    CITThreading.dll Adobe CITThreading 2.1.0.1 2.1.0.1
    CoolType.dll CoolType 2016/05/07-01: 09: 29 79,573668 79.573668
    c:\windows\system32\dnssd.dll Hello 3,0,0,2
    dvaaudiodevice.dll photoshopdva 10.0.0
    dvacore.dll photoshopdva 10.0.0
    dvamarshal.dll photoshopdva 10.0.0
    dvamediatypes.dll photoshopdva 10.0.0
    dvametadata.dll photoshopdva 10.0.0
    dvametadataapi.dll photoshopdva 10.0.0
    dvametadataui.dll photoshopdva 10.0.0
    dvaplayer.dll photoshopdva 10.0.0
    dvatransport.dll photoshopdva 10.0.0
    dvaui.dll photoshopdva 10.0.0
    dvaunittesting.dll photoshopdva 10.0.0
    Dynamiclink.dll photoshopdva 10.0.0
    ExtendScript.dll ExtendScript 2016/01/26-16: 09: 33 80.1060872 80.1060872
    icucnv40.dll International Components for Unicode 2014 10/31-16: 52:45 Build gtlib_6.0.21339
    icudt40.dll International Components for Unicode 2014 10/31-16: 52:45 Build gtlib_6.0.21339
    icuuc40.dll International Components for Unicode 2014 10/31-16: 52:45 Build gtlib_6.0.21339
    igestep30.dll IGES 9.3.0.113 drive
    imslib.dll IMSLib DLL 10.0.0.1
    JP2KLib.dll JP2KLib 2016/02/19-14: 20: 46 79,261706 79.261706
    libifcoremd.dll Intel Visual Fortran compiler 10.0 (A patch)
    libiomp5md.dll Intel(r) OpenMP * Runtime Library 5.0
    libmmd.dll Intel(r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0
    LogSession.dll LogSession 7.3.1.128.44549
    mediacoreif.dll photoshopdva 10.0.0
    MPS.dll MPS 2016/02/24-01: 09: 44 79,571748 79.571748
    pdfsettings.dll Adobe PDFSettings 1.04
    Adobe Photoshop 2015.5 CC 17.0.1 Photoshop.dll
    Adobe Photoshop 2015.5 CC 17.0.1 plugin.dll
    PlugPlugExternalObject.dll CEP PlugPlugExternalObject Dll (32-bit) 7.0.0 Standard Adobe
    PlugPlugOwl.dll Adobe CSXS PlugPlugOwl Dll Standard (32-bit) 7.0.0.50
    PSArt.dll Adobe Photoshop 2015.5 CC 17.0.1
    PSViews.dll Adobe Photoshop 2015.5 CC 17.0.1
    SCCore.dll ScCore 2016/01/26-16: 09: 33 80.1060872 80.1060872
    SVGRE.dll SVGRE 79.571757 79.571757
    svml_dispmd.dll Intel (r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0
    TBB.dll Intel Threading Building Blocks for Windows 4, 4, 2016, 0120
    tbbmalloc.dll Intel Threading Building Blocks for Windows 4, 4, 2016, 0120
    TfFontMgr.dll FontMgr 9.3.0.113
    TfKernel.dll kernel 9.3.0.113
    Geom TFKGEOM.dll kernel 9.3.0.113
    Adobe TFUGEOM.dll, UGeom © 9.3.0.113
    updaternotifications.dll library Adobe Updater Notifications 10.0.0.1 (BuildVersion: 1.0;) Brand: BUILDDATETIME) 10.0.0.1
    VulcanControl.dll Vulcan Control Library 5.3.0.14 Application
    VulcanMessage5.dll Vulcan Message Library 5.3.0.13
    WRServices.dll WRServices Thursday 7 January 2016 04:50:10 build 0.21960 0,21960
    U3D writer 9.3.0.113 wu3d.dll

    Required plugins:

    3D Studio 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    Accented edges 17.0.1 - from the file 'filters Gallery.
    Adaptive Wide Angle 17.0.1 - from the file "Adaptive Grand Angle"
    Angular Strokes 17.0.1 - from the file 'filters Gallery.
    Average 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'average '.
    Bas-relief 17.0.1 - from the file 'filters Gallery.
    BMP 17.0.1 - from the file "series MultiPlugin"
    Camera Raw 9.6.1 - from the file 'Camera Raw'
    Camera Raw Filter 9.6.1 - from the file 'Camera Raw'
    Chalk & & charcoal 17.0.1 - from the file 'filters Gallery.
    Charcoal 17.0.1 - from the file 'filters Gallery.
    Chrome 17.0.1 - from the file 'filters Gallery.
    17.0.1 Cineon (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "Cineon.
    17.0.1 clouds (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'cloud '.
    COLLADA 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    Color halftone 17.0.1 - from the file "series MultiPlugin"
    Color pencil 17.0.1 - from the file 'filters Gallery.
    CompuServe GIF 17.0.1 - from the file "series MultiPlugin"
    Conte pencil 17.0.1 - from the file 'filters Gallery.
    Craquelure 17.0.1 - from the file 'filters Gallery.
    Crop and straighten Photos 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'CropPhotosAuto '.
    Crop and straighten Photos filter 17.0.1 - from the file "series MultiPlugin".
    Crosshatch 17.0.1 - from the file 'filters Gallery.
    Crystallize 17.0.1 - from the 'MultiPlugin series' file
    Cutting 17.0.1 - from the file 'filters Gallery.
    Features dark 17.0.1 - from the file 'filters Gallery.
    Deinterlacing 17.0.1 - from the file "series MultiPlugin"
    DICOM 17.0.1 - from the file "Dicom".
    Difference clouds 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'cloud '.
    Diffuse Glow 17.0.1 - from the file 'filters Gallery.
    Move 17.0.1 - from the 'MultiPlugin series' file
    Dry brush 17.0.1 - from the file 'filters Gallery.
    Eazel Acquire 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'EazelAcquire '.
    17.0.1 entropy (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    Export Tables to color search NO VERSION - from the file 'Export3DLUT '.
    Extrude 17.0.1 - from the 'MultiPlugin series' file
    Routine 17.0.1 FastCore (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "FastCore.
    Fiber 17.0.1 - from the 'MultiPlugin series' file
    Film Grain 17.0.1 - from the file 'filters Gallery.
    Filter the 17.0.1 - from the file «Filters Gallery» gallery
    Flash 3D 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    Fresco 17.0.1 - from the file 'filters Gallery.
    Glass 17.0.1 - from the file 'filters Gallery.
    Scarlet contours 17.0.1 - from the file 'filters Gallery.
    Google Earth 4 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    Grain 17.0.1 - from the file 'filters Gallery.
    Graphic pen 17.0.1 - from the file 'filters Gallery.
    Halftone Pattern 17.0.1 - from the file 'filters Gallery.
    HDRMergeUI 17.0.1 - from the file 'HDRMergeUI '.
    HSB/HSL 17.0.1 - from the file "series MultiPlugin"
    IFF Format 17.0.1 - from the file "series MultiPlugin"
    IGES 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    Ink outlines 17.0.1 - from the file 'filters Gallery.
    JPEG 2000 17.0.1 - from the file "JPEG2000.
    Flattening coefficient 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    Lens Blur 17.0.1 - from the file "blur of the lens.
    17.0.1 Correction lens - from the file "Correction of the lens.
    Lens Flare 17.0.1 - from the file "series MultiPlugin"
    Fluidity 17.0.1 - from the file "fluidity".
    Matlab 17.0.1 operation (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "ChannelPort.
    maximum 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    Mean 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    Measure Core 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'MeasurementCore.8me '.
    Median 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    Mezzotint 17.0.1 - from the file "series MultiPlugin"
    Minimum 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    MMXCore routine 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "MMXCore.
    Mosaic tiles 17.0.1 - from the file 'filters Gallery.
    Multiprocessor support 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "multiprocessor Support.
    Neon 17.0.1 - from the file 'filters Gallery.
    Note article 17.0.1 - from the file 'filters Gallery.
    Color NTSC 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "color NTSC.
    Ocean Ripple 17.0.1 - from the file 'filters Gallery.
    OpenEXR 17.0.1 - from the file "series MultiPlugin"
    Paint the Daubs 17.0.1 - from the file 'filters Gallery.
    17.0.1 palette knife - from the file 'filters Gallery.
    Patchwork 17.0.1 - from the file 'filters Gallery.
    Paths to Illustrator 17.0.1 - from the 'MultiPlugin series' file
    PCX 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'PCX.
    Photocopy 17.0.1 - from the file 'filters Gallery.
    3D Photoshop 17.0.1 engine (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'Photoshop3DEngine '.
    Photoshop Touch 14.0 - from the file 'PSDX '.
    Photo filter package 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "ChannelPort.
    Pinch 17.0.1 - from the 'MultiPlugin series' file
    Pixar 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "Pixar".
    Plaster 17.0.1 - from the file 'filters Gallery.
    Plastic wrap 17.0.1 - from the file 'filters Gallery.
    PLY 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    PNG 17.0.1 - from the file "series MultiPlugin"
    Pointillism 17.0.1 - from the file "series MultiPlugin"
    Polar coordinates 17.0.1 - from the 'MultiPlugin series' file
    Portable Bit Map 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "PBM".
    Poster edges 17.0.1 - from the file 'filters Gallery.
    People's Republic of CHINA 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    17.0.1 - from the file 'Series MultiPlugin' radial blur
    17.0.1 radiance (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'Radiance '.
    17.0.1 range (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    Grid search of colors made NO VERSION - from the file 'Export3DLUT '.
    Crosslinking 17.0.1 - from the file 'filters Gallery.
    Ripple 17.0.1 - from the file "series MultiPlugin"
    Rough Pastels 17.0.1 - from the file 'filters Gallery.
    Save for Web 17.0.1 - from the file 'save for Web '.
    ScriptingSupport 17.0.1 - from the file "ScriptingSupport."
    Shake Reduction 17.0.1 - from the file "Shake Reduction"
    Shear 17.0.1 - from the file "series MultiPlugin"
    17.0.1 asymmetry (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    Smart Blur 17.0.1 - from the file "series MultiPlugin"
    Smudge Stick 17.0.1 - from the file 'filters Gallery.
    Solarization 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "solarization".
    Splash 17.0.1 - from the file 'filters Gallery.
    Spherize 17.0.1 - from the file "series MultiPlugin"
    Sponge 17.0.1 - from the file 'filters Gallery.
    Strokes sprayed 17.0.1 - from the file 'filters Gallery.
    17.0.1 - from the file «Filters Gallery» stained glass
    Stamp 17.0.1 - from the file 'filters Gallery.
    SD 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    STL 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    Sumi-e 17.0.1 - from the file 'filters Gallery.
    17.0.1 summation (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    Targa 17.0.1 - from the file "series MultiPlugin"
    Texture veneer 17.0.1 - from the file 'filters Gallery.
    Tiles 17.0.1 - from the 'MultiPlugin series' file
    Torn edges 17.0.1 - from the file 'filters Gallery.
    Twirl 17.0.1 - from the 'MultiPlugin series' file
    U3D 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    Draft 17.0.1 - from the file 'filters Gallery.
    Vanishing point 17.0.1 - from the file "VanishingPoint".
    Variance 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the 'statistics' file
    Virtual Reality Modeling Language. VRML 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    Water paper 17.0.1 - from the file 'filters Gallery.
    Watercolor 17.0.1 - from the file 'filters Gallery.
    Wave 17.0.1 - from the file "series MultiPlugin"
    Wavefront | OBJ 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file "U3D.
    WIA support 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'WIASupport '.
    Wind 17.0.1 - from the file "series MultiPlugin"
    Wireless Bitmap 17.0.1 (2015.5.1 20160722.r.156 2016/07 / 22:23:00:00 CL 1083377)-from the file 'WBMP '.
    Zig - zag 17.0.1 - from the file "series MultiPlugin"

    Plug-ins option and the third: NONE

    Duplicates and plug-ins disabled: NONE

    Plug-ins that could not load: NONE

    Extensions:

    com.adobe.InApp.Purchase 2.4.83 - in the file "C:\Program Files\Adobe\Adobe Photoshop 2015.5 CC (32 Bit)\Required\CEP\extensions\com.adobe.DesignLibraryPanel.html\purchase.html.
    Recent files 1.2.1 - from the file "C:\Program Files\Fichiers Files\Adobe\CEP\extensions\CCX_START_EXTENSION_1_2_1_001\index.html"
    Library 2.4.83 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2015.5 CC (32 Bit)\Required\CEP\extensions\com.adobe.DesignLibraryPanel.html\index.html.
    Beginning 1.2.1 - from the file "C:\Program Files\Fichiers Files\Adobe\CEP\extensions\CCX_START_EXTENSION_1_2_1_001\index.html"
    Themes of colors Adobe 6.1.0 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2015.5 CC (32 Bit)\Required\CEP\extensions\com.adobe.KulerPanel.html\index.html.
    Export as 3.0.6 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2015.5 CC (32 Bit)\Required\CEP\extensions\com.adobe.photoshop.crema\PSPanel\dialog.html.
    Overview of unit 1.2.0 - from the file "C:\Program Files\Fichiers Files\Adobe\CEP\extensions\com.adobe.preview20155\PSPanel\panel.html"
    Export as 3.0.6 - from the file "C:\Program Files\Adobe\Adobe Photoshop 2015.5 CC (32 Bit)\Required\CEP\extensions\com.adobe.photoshop.crema\PSPanel\dialog.html.
    com.adobe.preview.Loader 1.2.0 - from the file "C:\Program Files\Fichiers Files\Adobe\CEP\extensions\com.adobe.preview20155\PSLoader\loader.html"

    Install TWAIN devices: NONE

    You can try to save to a folder on the root of the C:\ drive * for example and the PPP would not allowed to save somewhere.

    Any luck that you have turned on generator?  You can try turning it off?

    Trash presets Photoshop (Command-Option-shift at Photoshop startup)

  • At the opening of the NEF files I get this "could not complete your request because of a program error"

    Yesterday, I turned on the computer and wanted to work with files NEF (RAW) image. After that I clicked on the file, it should open Camera raw from Photoshop CS6 as ussually, but I had this strange WARNING "Could not complete your request because of a program error".

    It's strange, since the last time I worked with Photoshop, everything was fine. I have not installed anything new, nothing change... all of a sudden this came up to the top.

    I have enough space on my computer, all the latest drivers and the latest camera raw and regularly updated everything.

    The files are not corrupted since I also tried with the old files which, in the past, worked normal and also with a few new files. That's the problem with all the files. JPG works normal in Photoshop and I can even export RAW from LR to CS6 and open Photoshop. But not in camera raw, in the General window.

    No idea what should be wrong?

    I solved the problem, finally!

    Maybe this will help someone.

    In one of the latest entries of Camera Raw, I saved a preset of a few parameters (parameters of export in XML format). These parameters have been updated with the xml format in the subdirectory camera raw. And what makes something for CR faild to load after that.

    I deleted the file and now everything is OK.

  • Can someone please help with "Could not complete your request because of a program error."?

    Hello
    I just upgraded my macbook OS X EL Capitan 10.11.5 Version and since I did my Adobe is crazy.
    In my Photoshop CS5, I can only save files as a PNG or PSD file. When I try to save another file, I get a pop up that says:
    "Could not complete your request because of a program error."
    I contacted Adobe met with Rohit and he said that they are not formed din CS5 and I have to use Adobe's Forum.
    I tried everything that was suggested and nothing has worked.
    In the errorlog Photoshop there is only this:
    "2016:03:01 01:33:23: Volumes/workarea/PS_12_Mac_Daily_Retail/20100407.r.1103/photoshop/main/photoshop/xcode/..." "/sources/PDFUtilities.cpp: 4082: REQUEST failed"

    I don't know what all this means.


    I use Photoshop for work and need to get this working ASAP.

    I'm not sure

    Someone help me please.

    Thank you
    Danielle

    Hi Danielle,

    Have you tried to reinstall the program?

    Kind regards

    Assani

  • Error "Could not complete your request because of a disk error", while opening a PDF file in Photoshop 2015.1.2

    I have an error message when you open any PDF file. It reads "Could not complete your request because of a disk error", but all the files are good. There is no this problem on the other computer with the same Photoshop installed under my own account. And also I couldn't save any file in PDF format. I get the same error message.

    My system info:

    Adobe Photoshop Version: 2015.1.2 20160113.r.355 2016/01 / 13:23:59:59 CL 1059143 x 64

    Operating system: Windows 64-bit 10

    System architecture: AMD CPU Family: 15, model: 5, Stepping: 2 with MMX, entire SSE, SSE, SSE2, SSE3 FP

    Built-in memory: 8188 MB

    Free memory: 3986 MB

    Memory available to Photoshop: 7056 MB

    Memory used by Photoshop: 80%

    And so on...

    What can be done to avoid this error?

    Hey, Gerard!

    Not, this work. So I tried to remove Photoshop and install it again. And it works. Now it can open all files :-)

    So if anyone has the same problem, it is advisable to uninstall and reinstall Photoshop.

  • HDR Pro - "could not complete the command because of a program error"

    Select some photos in Lightroom CC, right click, "Edit In" > «Merge to HDR Pro in Photoshop...» ». Select 32-bit Mode, 'Tone in ACR', and... "Could not complete the command because of a program error". Every time. No indication of any other details (outside this wonderfully detailed error message). HDR work in 16 Bit Mode, but I prefer to work in 32 bits, for obvious reasons. The combination of three. Files CR2 to a Canon 50 d, which I did successfully many times, as recently as a couple of weeks.

    Attempt to use:

    Uninstall/reinstall full of PS.

    -Reset the PS preferences.

    -bodies "killall node" (a little Voodoo).

    -Hold on a leg (certainly Voodoo) monkey.

    Technical details:

    -PS: 2015.1.2

    -CAB: 9.5.0.585

    -LR: 2015.5

    -OS X El Capitan, 10.11.1

    -MBP 15 "retina, mid-2015

    Help, please?

    Recent error log:

    2016:03:28 21:55:07: follow-up of the main 0000000000001DA0 of type P5_ARef not found: 1: REQUEST failed

    2016:03:28 21:55:07: Volumes/workarea/PS_16_Mac_Daily_Retail/20160113.r.355/photoshop/main/photoshop/xcode/... /interfaces/UTrackResourceImp.h: 137: REQUEST failed

    2016:03:28 21:55:07: follow-up of the main 0000000000001FA0 of type P5_ARef not found: 1: REQUEST failed

    2016:03:28 21:55:07: Volumes/workarea/PS_16_Mac_Daily_Retail/20160113.r.355/photoshop/main/photoshop/xcode/... /interfaces/UTrackResourceImp.h: 137: REQUEST failed

    2016:03:28 21:55:07: caterpillars type 0000000000002918 P5_ADsc key not found: 1: REQUEST failed

    2016:03:28 21:55:07: Volumes/workarea/PS_16_Mac_Daily_Retail/20160113.r.355/photoshop/main/photoshop/xcode/... /interfaces/UTrackResourceImp.h: 137: REQUEST failed

    2016:03:28 21:55:07: caterpillars type 0000000000002910 P5_ADsc key not found: 1: REQUEST failed

    2016:03:28 21:55:07: Volumes/workarea/PS_16_Mac_Daily_Retail/20160113.r.355/photoshop/main/photoshop/xcode/... /interfaces/UTrackResourceImp.h: 137: REQUEST failed

    2016:03:28 21:55:07: caterpillars type 0000000000002720 P5_ADsc key not found: 1: REQUEST failed

    2016:03:28 21:55:07: Volumes/workarea/PS_16_Mac_Daily_Retail/20160113.r.355/photoshop/main/photoshop/xcode/... /interfaces/UTrackResourceImp.h: 137: REQUEST failed

    2016:03:28 21:55:07: caterpillars type 0000000000002718 P5_ADsc key not found: 1: REQUEST failed

    2016:03:28 21:55:07: Volumes/workarea/PS_16_Mac_Daily_Retail/20160113.r.355/photoshop/main/photoshop/xcode/... /interfaces/UTrackResourceImp.h: 137: REQUEST failed

    2016:03:28 21:55:07: tracking key 8 type 00000000000026D not found P5_ADsc: 1: REQUEST failed

    2016:03:28 21:55:07: Volumes/workarea/PS_16_Mac_Daily_Retail/20160113.r.355/photoshop/main/photoshop/xcode/... /interfaces/UTrackResourceImp.h: 137: REQUEST failed

    It is a problem with the Camera Raw plugin 9.5.  Until that a fix is released, the solution is to roll back to ACR 9.4 unless you have a camera that requires a 9.5 ACR.  Use the installer from 9.4 to roll back:

    https://helpx.Adobe.com/camera-raw/KB/camera-raw-plug-in-installer.html

Maybe you are looking for