Generic Error in Proxy Inbound

Hello,
We have created 2 scenarios on XI to send data to SUS (SRM 200). In one of the scenarios, we send Purchase Orders from MM (R/3) to SUS, and in the other, we send Business Partners from EBP (SRM 100) to SUS.
The data are processed on SUS using the correspondind Standard Inbound ABAP Proxy.
The data are correctly sent, but we get the following response message on the SXMB_MONI:
  <SAP:Category>XIProxy</SAP:Category>
  <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
  <SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>
  <SAP:P2>CL_BBPX_TRADING_PARTNER_SUS_IN</SAP:P2>
  <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Error during proxy processing An exception with the type CX_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error</SAP:Stack>
  <SAP:Retry>M</SAP:Retry>
On the 2 scenarios, we get the same message.
What could be the reason, a bad ABAP Proxy configuration on SRD200 or a bad customizing of SRD200 on master data Purchase Order and Business Partner?
Thanks in advance and regards,
Manuel Míguez.

hi ,
everything is fine from configuration perspectiv.
hope u r using communication channel of type "XI".
ONCE U CREATED INBOUND PROXY  u r done with proxies.
if u r getting error then it is due to the data which u r passing to tables.
ok just check by coding in proxy one abap stmt like "write:\ ' hi'.
are u passing write values in message mapping,this is where problem comes up generally.
abap data types differ from XML Data types
see that you pass expected value range
u need to do 2 things
1)first check empty module of inbound proxy,if u get error then problem in passing values to inbound proxy i.e mapping.
2)if not then u have problem in operating with the r/3 tables.
Regards,
Rama Krishna

Similar Messages

  • How to create a generic error handling proxy?

    Hello,
    i have few services proxies.
    I want to create a generic error handling osb proxy which does only errorhandling.
    This proxy would be called by all my services.Now suppose my services proxies would throw any error,the control will pass to error handling block of proxy..from there i will call this generic errorhandling proxyusing a service callout or publish action.In this proxy i want to do all my error handling based on 'n' conditions.and i want to pass the message to the fault variable of services proxy..kindly suggest ways..*main challenge is passing the message to the fault variable of services proxy*

    Hi,
    For generic error handling framework or common error handling framework...create a bpel process which takes the error details payload and sends the inf/data as email to the particular receipients.
    create business process with bpel process and proxy using business service.so wen ever error occurs at stage or route or proxy level ..call error handler action in OSB.Assign error handler details to the bpel input payload.
    FOR EX:
    <soap-env:Body xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <com:test>
    <com:ProcessInfo>testDetails</com:ProcessInfo>
    <com:BusinessProcessName>testprocess</com:BusinessProcessName>
    <com:BusinessProcessInstanceId>{fn-bea:uuid()}</com:BusinessProcessInstanceId>
    <com:BusinessProcessStep>ReqLayer</com:BusinessProcessStep>
    <com:ErrorCode>{string($fault/ctx:errorCode)}</com:ErrorCode>
    <com:ErrorType>Technical</com:ErrorType>
    <com:StatusCode>Error</com:StatusCode>
    <com:ImplementationCode>OSB</com:ImplementationCode>
    <com:ErrorDescription>{string($fault/ctx:reason)}</com:ErrorDescription>
    <com:ErrorDateTime>{fn:current-dateTime()}</com:ErrorDateTime>
    <com:Node>{string($fault/ctx:location/ctx:node)}</com:Node>
    <com:Path>{string($fault/ctx:location/ctx:path)}</com:Path>
    </com:test>
    </soap-env:Body>
    this assign the error details values to the bpel process.

  • DYNAMIC_CALL_FAILURE - Error in Proxy Inbound

    Dear Experts,
    this is my Scenario...
    Legacy System                                            SAP ECC    
    ============                                           =======
    Web Service synchronous         -
    >         Proxy synchronous.
    sometimes I have this error (NOT Always): in SAP PI:
    "Error during proxy processing Message E MC 601 cannot be processed in plugin mode HTTP"...
    MC 601 = mc(601) -> "Object requested is currently locked by user &"..........
    the same error in the Runtimer Workbench:
    Error Category     : ABAP
    Error Code          : DYNAMIC_CALL_FAILURE
    Message Type   : S
    User                   : PIAFUSER
    this error occurs sometimes... not always..
    when I get this error, resend the message and it WORKS fine...
    I can't recreate the error, I don't know the cause of this.. and less how to repair.
    Thanks in advance.
    Regards.

    I have checked the ST22, and there is nothing....
    executed the web service with the SOAPUI... and this is the error...
    <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
                   <context>XIAdapter</context>
                   <code>RecoverableException</code>
                   <text>com.sap.aii.af.ra.ms.api.DeliveryException: XIProxy:DYNAMIC_CALL_FAILURE:
         at com.sap.aii.adapter.xi.ms.XIEventHandler.onTransmit(XIEventHandler.java:456)
         at com.sap.aii.af.ra.ms.impl.core.queue.CallConsumer.onMessage(CallConsumer.java:131)
         at com.sap.aii.af.ra.ms.impl.core.queue.Queue.run(Queue.java:848)
         at com.sap.aii.af.ra.ms.runtime.MSWorkWrapper.run(MSWorkWrapper.java:56)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)</text>
                </s:SystemError>
    may br it could help..
    thanks.

  • DYNAMIC_CALL_FAILURE Error during proxy processing An exception with the ty

    Hi,
    SRM 7.0 contains 2 clients:
    Sender: 100 for EBP, logical system is CLNT100
    Receiver: 200 for SUS, logical system is CLNT200
    both the clients are connected through PI 7.0, logical system of PI is CLNT001.
    From SPROXY of 100EBP, i'm executing the outbound proxy, in moni sent msg success.
    In PI also msg is processed.
    But in SUS200, it is showing below error msg:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
      <SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>
      <SAP:P2>CL_BBPX_TRADING_PARTNER_SUS_IN</SAP:P2>
      <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during proxy processing An exception with the type CX_BBPX1_STD_MESSAGE_FAULT occurred, but was neither handled locally, nor declared in a RAISING clause Application Error</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Pls help in resolving the same....
    tnx n rgds,
    balu

    Hi,
    How did you solve the issue? Can you please provide the solution.
    Thanks,
    -Devi Swain

  • Error during proxy processing

    Hi Experts,
    We have a web service hosted on PI and getting the Tax Jurisdiction values from Taxware via ECC(ECC has a TCP/IP connection to connect to Taxware system, From there ECC gets Taxjurisdiction Codes and gives back to PI).
    When we make a call to this Web service following Error response has been given. Please let us know what could be the reason.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
      <SAP:P1 />
      <SAP:P2>ZCL_GET_TAX_IN</SAP:P2>
      <SAP:P3>GET_TAX_JURISDICTION_SYNC</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during proxy processing Message E TAX_TXJCD 110 cannot be processed in plugin mode HTTP</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Thanks,
    Sekhar.J

    Hi,
    We are using XI adapter. The same Web Service is working good in Development and Quality Enviroments, I am wondering why it is failing in Production Environement intermittently. And also in ECC we are using TCP/IP connection to fetch Tax Jurisdiction codes from TaxWare System. This TCP/IP connection was configured in SM59 of ECC. PI will make call to ECC and ECC will make call to TaxWare and returns the result back PI.
    Thanks,
    Sekhar.J

  • DYNAMIC_CALL_FAILURE - ABAP Proxy Inbound

    I have the following error when I try to test a proxy interface with the data coming into ECC 5.0 System.
    <b><?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIProxy</SAP:Category>
      <SAP:Code area="ABAP">DYNAMIC_CALL_FAILURE</SAP:Code>
      <SAP:P1>UNCAUGHT_EXCEPTION</SAP:P1>
      <SAP:P2>ZSMDCL_MI_FUSION_PRODUCT_MAINT</SAP:P2>
      <SAP:P3>EXECUTE_ASYNCHRONOUS</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error during proxy processing</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error></b>
    I have a function module which sends a message out depeding on the return status of  a BAPI. The proxy is giving the above error when it calls this function module.
    reg
    reg

    Hi Naveen
    Try to catch exception in proxy itself
    Use follwing link
    <b>
    http://help.sap.com/saphelp_nw04/helpdata/en/a1/082589fc4246f09793039d5fb01a17/content.htm</b>
    For Catching Exception in Proxy
    <b>Inbound ABAP Proxy Trace and error handling
    Handling Exceptions
    ABAP Server Proxies - Fault Handling
    Exception handling in integration processes
    ABAP Proxy and fault messages
    /people/bhanu.thirumala/blog/2006/02/07/abap-proxy--xml-to-abap-transformation
    Thanks
    Abhishek
    ***Please Reward points if helpful********

  • ABAP proxy inbound interface

    We are currently creating the ABAP proxy inbound interface program for the Update Goods Issuance (Serialized, Nonserialized), Inventory Count, and Fuel issuance.
    We would like to request for your help as we are new to developing ABAP XI programs. May we request for a sample program related to ABAP proxy inbound interface.

    HI Ricardo
    Proxy runtime allows only one operation for an interface. Either Sync or Async
    Moreover the error you have mostly occurs when you have not configured PI as IS or some other admin configurations. Check the thread given above
    Check these as well
    BW and XI on the same physical server
    Error in IS
    Thanks
    Gaurav

  • Premiere reporting a generic error at AE clip replace

    Hi guys
    I am currently work a project with a lot of greenscreen work.
    I do all my keying in AE with keylight and mattes.
    The editing is done in premiere with my "raw" footage from Sony NEX VG20 cameras as a kind of proxy footage (MTS files).
    When the edit and keying is done, I right click the footage in the project field, and select replace footage. I now select the AE file containing the keying settings.
    This is where the problem occurs. normally a get a dialogue box asking what comp i want to use, but now I just get the "The importer reported a generic error" error message.
    What can I do, it was working before, and now suddenly it won’t work at all, not even in a new Premiere file importing a AE with just a comp.
    Any ideas?

    Hi Jim
    Thanks for the answer.
    If I replace the clips in the sequence/timeline with "Replace clip with..." it starts from frame 0 in every clip, and ignores my editing.
    Can I replace a clip in the bin with another "clip/comp" from the same project/bin.?
    The "Replace clip with..." is grayed out, and if I select "replace clip" I need to select a file?

  • Failed Message Routing - Generic Error Description - why?

    Hi,
    I have developed a custom pipeline component but when it throws an exception, it throws a generic exception description, as follows:
    "The Message Engine encountered an error during the processing of one of or inbound messages"
    I have 'Failed Message Routing' enabled on my port and an orchestration that subscribes to these failed messages.
    But I'm creating my own custom error description, with information I use further down the process, this custom description gets overwritten by Biztalk somewhere after been thrown.
    Is there a reason for this? And is there a way to work around this?

    Thanks for your reply.
    I'm trying to get a value from the using XPathReader
    Here is a snippet of my code
    Stream inboundStream = bodyPart.GetOriginalDataStream();
    VirtualStream virtualStream = new VirtualStream(bufferSize, thresholdSize);
    ReadOnlySeekableStream readOnlySeekableStream = new ReadOnlySeekableStream(inboundStream, virtualStream, bufferSize);
    XmlTextReader xmlTextReader = new XmlTextReader(readOnlySeekableStream);
    XPath.XPathCollection xPathCollection = new XPathCollection();
    XPathReader xPathReader = new XPathReader(xmlTextReader, xPathCollection);
    xPathCollection.Add(XpathValue);
    bool ok = false;
    string Value = string.Empty;
    while (xPathReader.ReadUntilMatch())
    if (xPathReader.Match(0) && !ok)
    if (xPathReader.NodeType == XmlNodeType.Element)
    xpathValue = xPathReader.ReadString();
    else
    Value = xPathReader.GetAttribute(xPathReader.LocalName);
    ok = true;
    DateTime.TryParse(Value, out myDate);
    readOnlySeekableStream.Position = 0;
    bodyPart.Data = readOnlySeekableStream;
    if an Exception happens anywhere before this code or even during this code snippet, I get my custom error description but when the code exits the 'while statement' and if an exception happens, I get the generic error description - "The Message Engine
    encountered an error during the processing of one of or inbound messages"
    Does something happen the stream when it is used in XpathReader?
    Thank you

  • Generic Error at Image Mapping at CRXDE Component Extractor

    When I try to map a image from this website I just imported at CRXDE Lite at CQ5.4 (Component Extractor), I got this generic error message.
    I've already try to map the image with image component, flash component and others, everytime with the same error.
    Both the component folder and the Path folder exists. Can somebody help me?

    Here's the error.log output for this situation:
    14.03.2012 14:43:04.060 *ERROR* [0:0:0:0:0:0:0:1 [1331746984029] POST /libs/wcm/bin/siteimporter/generate HTTP/1.1] com.day.cq.wcm.siteimporter.servlet.PageGeneratorServlet Could not generate page component java.lang.IllegalArgumentException: relPath is not a relative path: {}
    {}etc
    {}designs
    {}logo.jpg
    at org.apache.jackrabbit.spi.commons.name.PathFactoryImpl.create(PathFactoryImpl.java:47)
    at org.apache.jackrabbit.core.session.AddNodeOperation.perform(AddNodeOperation.java:62)
    at org.apache.jackrabbit.core.session.AddNodeOperation.perform(AddNodeOperation.java:37)
    at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:200)
    at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
    at org.apache.jackrabbit.core.NodeImpl.addNodeWithUuid(NodeImpl.java:1783)
    at org.apache.jackrabbit.core.NodeImpl.addNode(NodeImpl.java:1735)
    at com.day.cq.wcm.siteimporter.util.PageGenerator.replace(PageGenerator.java:175)
    at com.day.cq.wcm.siteimporter.servlet.PageGeneratorServlet.doPost(PageGeneratorServlet.java :113)
    at org.apache.sling.api.servlets.SlingAllMethodsServlet.mayService(SlingAllMethodsServlet.ja va:148)
    at org.apache.sling.api.servlets.SlingSafeMethodsServlet.service(SlingSafeMethodsServlet.jav a:344)
    at org.apache.sling.api.servlets.SlingSafeMethodsServlet.service(SlingSafeMethodsServlet.jav a:375)
    at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:529)
    at org.apache.sling.engine.impl.filter.SlingComponentFilterChain.render(SlingComponentFilter Chain.java:45)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:64)
    at com.day.cq.wcm.core.impl.WCMDebugFilter.doFilter(WCMDebugFilter.java:146)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at com.day.cq.wcm.core.impl.WCMComponentFilter.filterRootInclude(WCMComponentFilter.java:308 )
    at com.day.cq.wcm.core.impl.WCMComponentFilter.doFilter(WCMComponentFilter.java:141)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processComponent(SlingRequestProce ssorImpl.java:269)
    at org.apache.sling.engine.impl.filter.RequestSlingFilterChain.render(RequestSlingFilterChai n.java:49)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:64)
    at com.day.cq.wcm.mobile.core.impl.redirect.RedirectFilter.doFilter(RedirectFilter.java:185)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at org.apache.sling.engine.impl.debug.RequestProgressTrackerLogFilter.doFilter(RequestProgre ssTrackerLogFilter.java:59)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at com.day.cq.wcm.foundation.forms.impl.FormsHandlingServlet.doFilter(FormsHandlingServlet.j ava:220)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at com.day.cq.theme.impl.ThemeResolverFilter.doFilter(ThemeResolverFilter.java:67)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at org.apache.sling.i18n.impl.I18NFilter.doFilter(I18NFilter.java:96)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at com.day.cq.wcm.core.impl.WCMRequestFilter.doFilter(WCMRequestFilter.java:119)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at org.apache.sling.rewriter.impl.RewriterFilter.doFilter(RewriterFilter.java:84)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at org.apache.sling.portal.container.internal.request.PortalFilter.doFilter(PortalFilter.jav a:76)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at org.apache.sling.bgservlets.impl.BackgroundServletStarterFilter.doFilter(BackgroundServle tStarterFilter.java:135)
    at org.apache.sling.engine.impl.filter.AbstractSlingFilterChain.doFilter(AbstractSlingFilter Chain.java:60)
    at org.apache.sling.engine.impl.SlingRequestProcessorImpl.processRequest(SlingRequestProcess orImpl.java:161)
    at org.apache.sling.engine.impl.SlingMainServlet.service(SlingMainServlet.java:183)
    at org.apache.felix.http.base.internal.handler.ServletHandler.doHandle(ServletHandler.java:9 6)
    at org.apache.felix.http.base.internal.handler.ServletHandler.handle(ServletHandler.java:79)
    at org.apache.felix.http.base.internal.dispatch.ServletPipeline.handle(ServletPipeline.java: 42)
    at org.apache.felix.http.base.internal.dispatch.InvocationFilterChain.doFilter(InvocationFil terChain.java:49)
    at org.apache.felix.http.base.internal.dispatch.HttpFilterChain.doFilter(HttpFilterChain.jav a:33)
    at org.apache.felix.http.base.internal.dispatch.FilterPipeline.dispatch(FilterPipeline.java: 48)
    at org.apache.felix.http.base.internal.dispatch.Dispatcher.dispatch(Dispatcher.java:39)
    at org.apache.felix.http.base.internal.DispatcherServlet.service(DispatcherServlet.java:67)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.felix.http.proxy.ProxyServlet.service(ProxyServlet.java:60)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.sling.launchpad.base.webapp.SlingServletDelegate.service(SlingServletDelegate. java:277)
    at org.apache.sling.launchpad.webapp.SlingServlet.service(SlingServlet.java:148)
    at com.day.j2ee.servletengine.ServletRuntimeEnvironment.service(ServletRuntimeEnvironment.ja va:228)
    at com.day.j2ee.servletengine.RequestDispatcherImpl.doFilter(RequestDispatcherImpl.java:315)
    at com.day.j2ee.servletengine.FilterChainImpl.doFilter(FilterChainImpl.java:74)
    at com.day.crx.launchpad.filters.CRXLaunchpadLicenseFilter.doFilter(CRXLaunchpadLicenseFilte r.java:96)
    at com.day.j2ee.servletengine.FilterChainImpl.doFilter(FilterChainImpl.java:72)
    at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:334)
    at com.day.j2ee.servletengine.RequestDispatcherImpl.service(RequestDispatcherImpl.java:378)
    at com.day.j2ee.servletengine.ServletHandlerImpl.execute(ServletHandlerImpl.java:315)
    at com.day.j2ee.servletengine.DefaultThreadPool$DequeueThread.run(DefaultThreadPool.java:134 )
    at java.lang.Thread.run(Unknown Source)
    I've already tried the follow paths to my component:
      /etc/designs/
      /etc/designs (with and without last character "/")
      /etc/designs/logo.jpg
      /etc/designs/test (with and without last character "/")
      /etc/designs/test/logo.jpg
    Can anybody help me figure out what's going on?
    Thanks.

  • A generic error occurred in GDI+ while assing tiff image file to Bitmap and Image

    Hi,
    I am getting "A generic error occurred in GDI+" error while reading the tiff image file to Bitmap or Image.
    Below is my sample code.
    string filePath=@"c:\Images\sample.tif";
    Bitmap bmp=new Bitmap(filePath);   // here getting exception
    int totalpages=bmp.GetFrameCount(.....);
    etc......
    I tried using Bitmap.FromFile() and also from FromStream() even for Image also but there is no use.
    Moreover i m having full permissions for the file path and the tiff file is having multiple pages.
    Can anyone help me to solve this issue please.
    Thanks & Regards,
    Kishore
    Kishore

    Make sure that the Tif file is valid (can other software open it)?  If you are able to save a Tif using GDI+, try saving that Tif, then opening it.  Part of me wonders if there is something about that specific Tif that GDI+ doesn't like.
    You could also try using WIC to open the TIF, perhaps you would have better luck there.

  • Can't find printer connected by ethernet through airport extreme.  All I get is a generic error message - I'm using printer IP address as address.

    Old imac using snow leopard printed just fine to Ricoh cl2000n printer that is connected to airport extreme via ethernet (as was the imac). New iMac with Lion otherwise same cable configuration and the computer cannot find the printer.  It searchs and spits out a generic error message.  Any suggestions?  Thanks!

    Is your printer listed?
    http://support.apple.com/kb/HT3669
    If not then you need to get the driver and install it.
    Otherwise you may want to reset the printing system.
    http://support.apple.com/kb/ht1341

  • When I try and add a video from my iPhone it fails to load with a generic error. How do I fix this?

    I have been trying unsuccessfully to get a video from my iPhone to load.  It plays just fine on windows media player, but every one I try and add on Adobe gives me the same "Add media failure.  The importer reported a generic error."  what do I do to fix this.?

    Here is more information on problems some people have had trying to edit iphone video
    http://forums.adobe.com/thread/881246
    http://forums.adobe.com/thread/1011411?tstart=0
    http://forums.adobe.com/thread/934466

  • When I open itunes to play content I've already purchased and while attempting to view trailers for movies in the itunes store, I receive a generic error message from windows, and I'm directed to reinstall the latest version of itunes.  Not a fix.  Help?

    When I open itunes to play content I've already purchased and while attempting to view trailers for movies in the itunes store, I receive a generic error message from windows, and I'm directed to reinstall the latest version of itunes.  Not a fix.  Help?

    after perusing other subjects with playback issues: 
    this is the fix: 
    -Launch Control Panel - Double click Quicktime, If you do not see quicktime, look on the top left side of control panel and switch to classic view. This will then allow you to see Quicktime.
    -Now click the advanced tab and click on Safe Mode GDI Only, Apply, then ok.

  • Error while creating inbound delivery

    Hi All,
    I get an error while creating inbound delivery from ASN
    "Error during conversion of unit of measure: UoM is missing -> ST BOR131
    Please help solve this issue.
    Thanks in advance
    Regards,
    Thiru

    hi,
    please maintain the uom  for tour material.
    or
    reffer this link
    Alternate Unit of Measure Conversion Rule Error
    /thread/2000551 [original link is broken]
    Thanking you.

Maybe you are looking for

  • Problem when inserting Spry Tabbed Panels

    Hi all, Just lately i started to get this message when inserting spry tabs " ! The structure of this widget appears to be damaged. Go to Code view and repair the widget, or replace the widget." Anyone know why and how to fix it? At first i thought it

  • Displaying graphical image on home page

    hi I have created an aplication in apex3.0 on 11g os win XP. I wanted to display image on upper of my home page. I have tried my best but i can't find any thing to help me. Please anyone can help me. Also I am not experienced programmer. Thanks Sajja

  • How to fix a disabled phone

    how do i fix a i phone that is disabled?

  • Running GNOME apps in Xfce; not detecting GTK+ theme

    I primarily use Xfce4 as my desktop environment, but with some GNOME apps such as file-roller and gedit. It appears that GNOME apps no longer detect the current GTK+ theme while using Xfce. They just use the horrible, blocky default theme. This seems

  • Right Click List Problem

    All of a sudden my right click options have changed. The is no longer the set to desktop picture option, or my yousendit option, etc... Can I reset it somehow?