Async r3- xi- soap problem.. no soap msg sent from SOAP receiver adapter

Hi guys!
I have an issue with SOAP scenario. I have ABAP Proxy->XI->SOAP async scenario. When I send msgfrom r3, it arrives into XI, but no SOAP message is sent to the target url. In the SXMB monitor, the flag is delivered The status of adapter is not valid. error: target url is invalid. messages crash at timeout. But when I test it from other tools, the target web service worx fine. One more info: we use stand-alone adpater engine. I tried it also on the integrated one, but it didn't work.
Sync scenarios work fine: SOAP->XI->R3->XI->SOAP.
Any ideas, what could be wrong? Are there some special requirements, for message interfaces (do they need 2 b sync??) or something else?
Thanx, Olian.

Hi Michal!
First, I even didn't know about this monitoring tool    it's gr8.
Well, I found error: MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server did not recognize the value of HTTP Header SOAPAction:
Any idea?
I'm going to study something about it, but if you know, let me pls info!
Thanx a lot!
Olian

Similar Messages

  • Mail: When body of email contains one particular URL, msg sent but not received

    Hello,
    I have a MacBook (3 years old) and run Lion. Out of the blue, some of my email messages are not being received, even though they are in my 'sent' folder. After doing some testing, I've figured out that only emails with a certain URL typed in the body of the meswsage are not being received. This is the case whether I use 'www...' or just nameofsite.org.
    Can anyone help?
    Thanks in advance.

    Quit Mail if it's running. Move the following file in your home folder to the Desktop:
    Library/Mail/Envelope Index
    Relaunch Mail. It will tell you it has to import your messages. Allow. If successful, delete the file you moved to the Desktop.
    Try opening the problem message again.

  • Problems with opening attachments sent from Microsoft Outlook

    I have been using MacBook Pro and I have had problems with opening files from Microsoft Outlook.
    The attachments appear as .dat files (text, images etc..) and I am not able to open them.
    Does someone have any experience in solving this type of compatability problems on Mac OS ?

    Get this app or tell the sender to send the attachments using plain text for their emial:
    http://www.joshjacob.com/mac-development/tnef.php

  • Problems with reading information sent from a servlet to an applet

    Ihave just created an applet and servlet. i want the servlet to send some data back to the applet so i can read it and just check to see whether the servlet has done the required job.
    here is part of the applet and servlet code.
    applet:
    url = "http://localhost:8080/servlet/Option1Servlet?Firstname="+firstname.getText()
                   +"&Lastname="+lastname.getText()+"&Staffstudentid="+staffstudentid.getText()
                   +"&Position="+position.getText()+"&Email="+email.getText();
              Vector servletInfo = new Vector();
              ObjectInputStream inputFromServlet;
              try{
                   String inputLine;
                   System.out.println(url);
                   URL urlocation = new URL(url);
                   URLConnection uc = urlocation.openConnection();
                   BufferedReader in = new BufferedReader(new InputStreamReader (uc.getInputStream()));
                        while((inputLine=in.readLine()) != null) {
                             servletInfo.add(inputLine);
                   System.out.println("recieved info from servlet about ot process!");
                   inputFromServlet = new ObjectInputStream(uc.getInputStream(checking));
                   checking = (int)inputFromServlet.readInt();
                   System.out.println(checking);
                   in.close();
              catch(java.io.IOException ex) {ex.printStackTrace();}
              if (checking == 0) {
              Regcomplete f5 = new Regcomplete();
              f5.setSize(500,400);
                   this.setVisible(false);
              f5.setVisible(true);
              else if (checking == 1) {
                   firstname.setText("ERROR HAS OCCURED! CLICK CANCEL");
                   lastname.setText("");
                   staffstudentid.setText("");
                   position.setText("");
                   email.setText("");
    servlet:
    public void sendCheckingValue(HttpServletResponse res, int checking) {
              ObjectOutputStream outputToApplet;
              try {
                   outputToApplet = new ObjectOutputStream(res.getOutputStream());
                   System.out.println("Sending int to applet ... ");
                   outputToApplet.writeInt(checking);
                   outputToApplet.flush();
                   outputToApplet.close();
                   System.out.println("Data transmission complete.");
                   System.out.println("Checking value sent = " + checking);
              catch (IOException e) { e.printStackTrace(); }
    i get this exception when i run the code: this exception is thrown in the applet when it attempts to read the input data that has been sent:
    C:\My Documents\logina>appletviewer Login.html
    http://localhost:8080/servlet/Option1Servlet?Firstname=nnnnnnnnn&Lastname=nn&Sta
    ffstudentid=99&Position=mm&Email=mm
    recieved info from servlet about ot process!
    java.io.StreamCorruptedException: Caught EOFException while reading the stream h
    eader
    at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:845
    at java.io.ObjectInputStream.<init>(ObjectInputStream.java:168)
    at Option1.actionPerformed(Option1.java:252)
    at java.awt.Button.processActionEvent(Button.java:329)
    at java.awt.Button.processEvent(Button.java:302)
    at java.awt.Component.dispatchEventImpl(Component.java:2593)
    at java.awt.Component.dispatchEvent(Component.java:2497)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:131)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:98)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    can anyone help me please its urgent
    thansk
    fahad

    can some one help me plz, its urgent, i get the error at this point in my code what am i doing wrong here.
    inputFromServlet = new ObjectInputStream(uc.getInputStream());

  • Problem with soap receiver adapter

    Hi All
    I have Idoc sender and soap receiver in my scenario.
    I am calling web service deployed on WAS.
    The web service is getting called but the acknowledgement message in xi contains following system error acknowledgement because of which xi changes the status of message to WAIT and starts retrying.
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIAdapterFramework</SAP:Category>
      <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.MessagingException: java.net.SocketTimeoutException: Read timed out: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.SocketTimeoutException: Read timed out</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack />
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Please anybody can help to resolve this problem. This scenario has worked without any error previously.
    Thanks in advance
    Beena

    Hi Bhavesh,
    It is an Async call where method does not return anything.
    I added entries in IDX_NOALE but still it is setting the message status to WAIT and does retry.
    Following is the Audit Log in Runtime workbench :
    Audit Log for Message: 22b3052d-c519-034e-85db-e65d541d6414
    Time Stamp Status Description
    2006-12-13 10:25:23 Error SOAP: error occured: java.net.SocketTimeoutException: Read timed out
    2006-12-13 10:25:23 Error Exception caught by adapter framework: Read timed out
    2006-12-13 10:25:24 Error Delivery of the message to the application using connection AFW failed, due to: Read timed out.
    2006-12-13 10:25:24 Success The asynchronous message was successfully scheduled to be delivered at Wed Dec 13 10:30:24 GMT+05:30 2006.
    2006-12-13 10:25:24 Success The message status set to WAIT.
    2006-12-13 10:30:25 Success Retrying to deliver message to the application. Retry: 1
    2006-12-13 10:30:25 Success The message was successfully retrieved from the receive queue.
    2006-12-13 10:30:25 Success The message status set to DLNG.
    2006-12-13 10:30:25 Success Delivering to channel: INSPWCCT_PVtoSAP_Ack
    2006-12-13 10:30:25 Success SOAP: request message entering the adapter
    2006-12-13 10:35:28 Success SOAP: call failed
    2006-12-13 10:35:28 Success SOAP: sending a delivery error ack ...
    2006-12-13 10:35:28 Success SOAP: sent a delivery error ack
    2006-12-13 10:35:28 Error SOAP: error occured: java.net.SocketTimeoutException: Read timed out
    2006-12-13 10:35:28 Error Exception caught by adapter framework: Read timed out
    2006-12-13 10:35:28 Error Delivery of the message to the application using connection AFW failed, due to: Read timed out.
    2006-12-13 10:35:28 Success The asynchronous message was successfully scheduled to be delivered at Wed Dec 13 10:40:28 GMT+05:30 2006.
    2006-12-13 10:35:28 Success The message status set to WAIT.
    I have tried this scenario earlier. I am sending the same Idoc from R3 which was processed successfully earlier.
    Thanks
    Beena.

  • SOAP Receiver Adapter problem

    Hi guys,
    I have problem with ABAP Proxy->XI->SOAP scenario. I send data from R/3 via Proxy. I see in the monitor, that message has been processed successfully, however, the SOAP adapter does not send this message to the target. I tried to run a listener on on my local machine on port 80 and sent data from SAP. Again, in monitor successful, but no action in the listener - the message did not arrive. (the adapter was set up to send data to ma local PC). The scenario is async.
    Any idea, what could be wrong?
    In the receiver SOAP adapter - hoe to set up Target URL? http://<machine>:<port> or w/o port and it is automatically sent to port 80?
    Thanx for answers!
    Olain.

    Hi guys, thanx for answers..
    All the systems are in the local network, so no proxy is there. However, in the communication channel monitoring I get error: connection timed out , can be due to invalid adress.. However, If i try to reach the WS from the SOAPui tool, this web service works...
    Any other idea?
    Olian

  • TO  RAGHU  KODALI  :  SOAP  problem

    Thanks for your help Raghu Kodali.
    But("Use HTTP Proxy Server" wasn`t checked.
    In the Release notes of JDeveloer 9i I found a note about Web
    Services : << insert these statement in the constructor of the
    stub generated by the wizzard :
    System.setProperty( "oracle.soap.transport.1022ContentType",
    "true" ); >>
    So, I did it, but now I get this error :
    F:\O9iJDevRC\jdk1.3\bin\javaw.exe
    ojvm
    -classpath
    F:\O9iJDevRC\jdev\mywork\WebService\WebService\classes;
    F:\O9iJDevRC\jdev\lib\jdev-
    rt.jar;F:\O9iJDevRC\soap\lib\soap.jar;
    F:\O9iJDevRC\lib\xmlparserv2.jar;
    F:\O9iJDevRC\jlib\javax-ssl-1_2.jar;
    F:\O9iJDevRC\jlib\jssl-1_2.jar;
    F:\O9iJDevRC\j2ee\home\activation.jar;
    F:\O9iJDevRC\j2ee\home\mail.jar;
    F:\O9iJDevRC\j2ee\home\lib\http_client.jar
    dateTimePackage.DateTimeServiceStub
    Exception in thread main
    [SOAPException: faultCode=SOAP-ENV:Server.BadTargetObjectURI;
    msg=Unable to resolve target object
    (dateTimePackage.DateTimeService):
    dateTimePackage.DateTimeService
    java.lang.ClassNotFoundException]]
    java.lang.String
    dateTimePackage.DateTimeServiceStub.getDate()
    void dateTimePackage.DateTimeServiceStub.main
    (java.lang.String[])
    Process exited with exit code 1.
    I remember you that I followed the instructions at(
    < Help-Tutorials-Web Services >, changing the last step ( how to
    make the client ) because I think it's wrong.
    My developing environment is :
    one server with WNT 40 + SP6 + Oracle 9i Application Server
    1.0.2.2.0, just as it come from its ".zip" file, with no
    modifications or aditional software. DHCP enabled.
    one server with WNT 40 + SP6 + Oracle 9i EE v. 9.0.1.1.0
    one server with Wnt 40 + SP6 + Oracle 9i JDeveloper Release
    Candidate, as a developemnt station.
    Can you help me with a working example for this environment,
    similar to the one in the Tutorial-Web Services ?
    Thanks again !
    Eduardo

    Hi Eduardo.
    I saw your question on the Oracle Technology Network (OTN) about using SOAP from JDeveloper.
    I am having EXACTLY the same problem as you had, so I was wondering if, and how, you got it working.
    I would appreciate any help that you could give.
    Thanks,
    Roberta

  • Mapping problem in SOAP response to RFC response - RFC-XI-SOAP scenario

    Hi gurus,
    response structure from SOAP is as below (inbound msg - in SXMB_MONI)
    MONI and RWB shows successful(I am using graphical mapping)
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <ns0:testrequestResponse xmlns:ns0="conversion" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" Status="Success">
    - <ns0:SAP_OUT>
           <ns0:F1 Value="1234" />
           <ns0:F2 Value="2345" />
         - <ns0:SAP_LINES>
             - <ns0:SAP_LINE>
                    <ns0:SAP_L Value="1" />
                    <ns0:Field5 Value="" />
                  - <ns0:SAP_S1>
                           - <ns0:SAP_S>
                                   <ns0:ID Value="11111" />
                                   <ns0:SAP__NO Value="0001" />
                                   <ns0:DATE1 Value="08/15/2008 00:00:00:000" />
                                   <ns0:FST/>
                             </ns0:SAP_S>
                    </ns0:SAP_S1>
             </ns0:SAP_LINE>
          </ns0:SAP_LINES>
      </ns0:SAP_OUT>
      </ns0:testrequestResponse>
    I make the RFC response with same structure and mapped it but it is not giving the full structure rather it is giving only this (Outbound Msg in SXMB_MONI)
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:Z_MYRFC.Response xmlns:ns1="urn:sap-  com:document:sap:rfc:functions">
      <STATUS>Success</STATUS>
      </ns1:Z_MYRFC.Response>
    what went wrong?

    Hi,
    You would have forgot to map parent node coming after <STATUS>Success</STATUS>
    Make sure that you have properly mapped all the parents and there child.
    Are you getting the same result while Testing it standalone?
    Thanks
    Sunil Singh

  • Problem in testing SOAP receiver adapter using SOAP UI

    Dear Experts,
    I'm trying to test my SOAP receiver adapter as mentioned in the blog http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/21844. [original link is broken] [original link is broken] [original link is broken] But, my request from ECC proxy keeps failing in XI communcation channel monitor.  I've configured my receiver adapter http://ip:8080/mockSoapHTTPBinding and kept the authentication as NONE.  Can any of you suggest?
    ip - is my system ip shown in ipconfig.
    mockSoapHTTPBinding - is the path.
    Thanks.

    What is the error of the messages? Are the messages leaving the SOAP adapter?
    Please try both:
    1. Go to Runtime Workbench -> Component Monitoring -> Adapter Engine -> Test message. Then, execute the message directly without the intermediate of the Proxy sender. This will allow you to check only the receiver SOAP.
    2. Please use the TCPGateway tool attached from the note below. It will be a "man-in-the-middle" between the target WS and the Receiver SOAP channel, tracking the whole HTTP/SOAP message. Check if the message is well-formed.
    [Note 856597 - FAQ: XI 3.0 / PI 7.0 / PI 7.1 SOAP Adapter|https://websmp230.sap-ag.de/sap(bD1wdCZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=856597]
    under question "Q: How can I trace the whole message?"

  • Soap Receiver Adapter problem. very urgent..

    Hi,
    When I am sending data from XI to CRM through soap receiver communication channel I am getting error:
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Authority check failed
    Pls advice urgent.
    Regards

    Hi Rick,
    At fist did  you create SOAP fault message mapping in your scenario?
    If not then plz do that.
    Some links for ur help:
    Troubleshooting - RFC and SOAP scenarios *** Updated on 20/04/2009 *** - have a look into this to troubleshoot your SOAP
    Fault Message Types - A Demo (Part 1)
    Receiver SOAP adapter scenarios:
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2)
    Regards,
    Vinod.

  • Missing Namespace with the SOAP msg sent by C#

    Hi All,
    The wsdl file is generated by SAP XI. I used the XMLSpy to test it and get successful response.
    Then I used wsdl.exe of .net 2.0 sdk to generate the C# proxy class, and use csc.exe to compile it to a dll, and then refer it in the project. After sent the soap message by C#, the XI shows the message is wrong, then I compare this soap envelop body with the one I sent by the XMLSpy as follow:
    C#:
    <MT_PP_014_PrdOrderGoodsRcv xmlns="http://mycompany.com/xi/sap/system/pp">
    <content>
    </content>
    </MT_PP_014_PrdOrderGoodsRcv>
    XMLSPY:
    <m:MT_PP_014_PrdOrderGoodsRcv xmlns:m="http://mycompany.com/xi/sap/system/pp">
    <content>
    </content>
    </m:MT_PP_014_PrdOrderGoodsRcv>
    so it is the namespace, according the xml generated by C#, the MT_PP_014_PrdOrderGoodsRcv element isn't inlucded in the namespace http://mycompany.com/xi/sap/system/pp, which cause the error.
    Anyone know how to fix it?
    Thanks and B'Rgds,

    Hi YiNing,
    the message created by C# is indeed wrong.
    Check that in XMLSpy message, the default namespace is never set and that the message namespace is set to prefix "m" and that only the root tag is included in this namespace. All the other tags have no namespace (since they are not attached to any namespace prefix) or have the default namespace, which was not set.
    On the other hand, in the C# message, the default namespace is set in the root tag. The root tag is related to the default namespace (it has no prefix) and hence it has the proper namespace. However, the other tags are also related to the default namespace (no namespace prefix) which was set. So these other tags are the erroneous ones.
    Try to check that in your proxy, but it seems like a bug in the proxy generator application.
    Just as a test, send the message from C# in a request from XMLSpy (replace the automatically generated message inside SOAP Body). The same error would be expected.
    Also as a test, send this message in XMLSpy:
    <MT_PP_014_PrdOrderGoodsRcv xmlns="http://mycompany.com/xi/sap/system/pp">
    <content xmlns="">
    </content>
    </MT_PP_014_PrdOrderGoodsRcv>
    Regards,
    Henrique.

  • Acknowledment from SOAP adapter

    Hi,
    I have a SOAP receiver adapter which receives data from a 3rd party system and then sends it to R/3 via an ABAP proxy. Everything is up and running and working well.
    Tracking the messages when they are queried from the 3rd party system is however a bit of a problem.
    Is it possible for my SOAP receiver to send back an XI id or some sort of identifier together with the HTTP 200 acknowledgement? (This is an async scenario).
    Regards,
    Liesel

    > Is it possible for my SOAP receiver to send back an XI id or some sort of identifier together with the HTTP 200 acknowledgement? (This is an async scenario).
    No, this is not possible in an async scenario.
    Regards
    Stefan

  • Missing soap action in the soap axis receiver adapter ?

    Hi Guys,
    I could not find the soap action field in the soap receiver adapter and i followed the OSS note
    Note 1054986 - SOAP (Axis) receiver adapter's SOAPAction field missing
    Please apply the following patch and use the handler parameter defaultSOAPAction for the XI30OutboundHandler handler in the request chain. This handler parameter can be configured as a module parameter for the HandlerBean module associated with this handler. It is noted that this module parameter takes precedence over the channel parameter for SOAPAction if this field is available.
    For SP12
    XI ADAPTER FRAMEWORK CORE 7.0
    Support Package 12, Patch Level 1 (SAPXIAFC12P_1.SCA)
    we are on SP15 so i think the option should be available ?
    Do i need to add this parameter in the Module Configuration ?
    Moduel Key : ?
    Parameter Name: handler.type ---> is this right
    Parameter Value ---> ?
    we need to validate the user id and pw on IIS for NTLM authentication. Any help regarding developong the handlers would be great
    any help would be appreciated.
    Thanks,
    Srini

    Srinivas,
    You are on the right path...........yes that is the right note for this issue.
    The problem is this is not a general fix that comes with all service packs as the axis adapter is not used a lot, that being said.if you dont see it with sp15..i would safely go apply this fix and see if it works..else you might have to open an oss note for the same...
    Hope that helps..
    Regards
    Ravi Raman
    P.S: On my home system..i did apply the fix and i was on a much higher sp level ..i saw some errors..in the logs but nothing a restart couldent fix..

  • SOAP receiver adapter digest authentization

    Hallo,
    I have scenario with SOAP receiver adapter configured as follow:
    Adapter Type: SOAP
    Transport Protocol: HTTP
    Message Protocol: SOAP 1.1
    Adapter Engine: Integration Serer
    Target URL: http://localhost:8099/webservices/test_v1_1_2
    Configure User Authentication
    User: ****
    Pasword:****
    but WS need digest HTTP authentication and SOAP adapter send in header Authentication: Basic.
    Hou can I change authentication method for SOAP protocol?
    Thx

    Hallo,
    I solved this problem by using AXIS framework. I hope that this short instruction help to someone.
    1. In SOAP receiver CC you have to set up Transport Protocol to HTTP(AXIS) and Message protocol to AXIS
    2. Now you can switch Authentication to Digest (NOW adapter will still send Basic!!!  Digest Authorization is Supported only by the following handler: com.sap.aii.adapter.axis.ra.transport.http.CommonsHTTPSender)
    3. On Module tabs in section Module configuration change type HTTPSender to CommonHTTPSender:
         (trp  handler.type  java:com.sap.aii.adapter.axis.ra.transport.http.CommonsHTTPSender)
    4. Save and Activate
    Before you start to use AXIS framefork you have to deploy necessary library.
    This thread help:
    Re: How to install SOAP Axis adapter and where is it available  ??
    Be carefull, for digest authorization you have to linked Optional library "Jakarta-Commons HttpClient" too.
    Good luck.
    JK

  • Soap Receiver Adapter Error. Pls advice urgent

    Hi All,
    While using Soap Receiver Adapter for synchronous communication
    *My Soap Request is:*
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns1:SendMessage xmlns:ns1="urn:MMWebSrvService">
    <strFrom>XI</strFrom>
    </ns1:SendMessage>
    *My Soap Response from server is:*
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <!-- Inbound Message
    -->
    <tns:SendMessageResponse xmlns:tns="urn:MMWebSrvService" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <return xsi:type="xsd:int">-1</return>
    <strErrorDescription xsi:type="xsd:string">String reference not set to an instance of a String. Parameter name: s</strErrorDescription>
    </tns:SendMessageResponse>
    How to resolve the error.
    Regards

    Henry,
    Your xml message is not xsd compliant...see if you can generate a xml message using your wsdl with random values, compare that to your imcoming msg..and thats your issue..
    Hope that helps
    Regards
    Ravi Raman
    Reward points if helpful !

Maybe you are looking for

  • Maintenance Window Question

    Hello Experts, i'm sorry if its been already answered, I have a question on MW. CollectionA---> has a MW set between 6PM - 6AM ( Monday - Sunday) ( which is set to ->This Schedule Applies to all deployments) CollectionA---> has another MW 8PM-10PM (

  • Best way to load new files/file format, naming, etc...

    I've had a lot of problems with my ipod which I'm fairly sure is the result of some corrupt files. I've reformatted and am ready to start reloading it with music. Are there any standards that I should follow to avoid problems? For example I have a mi

  • Cs6 install error messages

    MacBook Pro 17-inch, Early 2011, 2.3 GHz Intel Core i7 16 GB 1333 MHz DDR3 AMD Radeon HD 6750M 1024 MB Mac OS X Lion 10.7.4 First as for experience I am a Photographer, I have been working with PS since PS4, that said I know enough to get around for

  • "tagged file is not of valid format"

    I'm getting a weird error starting up JDEV 3.1.681 ( waiting for 3.2! ): "Tagged file is not of valid format" and my Workspace is brought up... but the PROJECT has been disassociated! I re-include the Project and things seem to be OK... then a couple

  • Torch lockup on downloadin​g software upgrade

    I tried downloading a software upgrade a few hours ago using my laptop and Blackberry Desktop Manager. The download froze part way through and now I'm unable to connect the phone to the laptop & all the phone will do is display the Blackberry platfor