Doubt on technical systems and fault message types

Hi,
        I had still doubt & i'm not clear to answers i got yesterday , plz clarify my doubts
         1.what are fault message types and   how  do we catch any exceptions  in file to  proxy scenario , can any one give simple example ?
         2.How do we register a non-sap system(FTP SERVER) in SLD  ? what steps  should we follow? Does any one have blogs regarding this?
           Plz answer to this questions, good answers will be rewarded.

Hi Smitha,
<i>1. what are fault message types and how do we catch any exceptions in file to proxy scenario , can any one give simple example</i>
Fault Message are Msg type that provided whenever u create a namespace..they are usually used to get the exception or error mapped which has occured while execution of Application at the sender/receiver end....
One scenario where i had used it from Soap to RFC where i defined the exception in rfc source code at r/3 end...I mapped that exception to Fault msg type that i created of my own type(didnt used the default)..
Refer this for Fault msg usage in Asynch scenarios.
/people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
Refer this for Fault msg usage in Synch scenarios.
/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client
Refer this for Handling Exceptions
http://help.sap.com/saphelp_nw04/helpdata/en/33/4a773f12f14a18e10000000a114084/content.htm
<i>2.How do we register a non-sap system(FTP SERVER) in SLD ? what steps should we follow? Does any one have blogs regarding this?</i>
For this you have to define the 3rd Party TS & BS in sld.
Have a look at the following links...
http://help.sap.com/saphelp_nw04s/helpdata/en/fa/0aad3efa11b300e10000000a114084/frameset.htm
Cheers...
Vasu
<b>** REward POints if found useful **</b>

Similar Messages

  • Alert and Fault Message type Usage

    Hi All,
    I struck to the use of Alert and Fault message type.
    (a) Can we use Alert in scenarios without BPM ? If yes where can we use?
    (b) Can we use Fault Message Type in scenarios except Proxy ? If yes, how?
    Kindly suggest me .
    Thanks
    Anup

    Hi Rabi,
    In order to use Alert for your File to File scenario, you need to setup Alert Configuration.
    To configure alerts, you need to create the following:
    1. Alert Categories in tcode ALRTCATDEF
        - Here you need to define the alert message that will be sent once error occured and alert has been triggered. You would need to define here the recipients who will receive email notifications about the error message.
    2. Alert Rules in Runtime Workbench
    - Here you need to define which alert category you would use based on the rules you set. You can define if the error is in the Integration Engine or in Adapter Engine (for errors in File Communication channels). Also, you need to define condition for  the alert by selecting the sender and  receiver systems, interfaces that would be involved for the alert.
    For further details, you may look the SAP documentation:
    http://help.sap.com/saphelp_nwpi711/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm
    Regards,
    Jenny

  • Regarding mandatory fields, Context Objects and Fault Message Types

    Hi All,
    1) I am creating a structure with fields "Name", "Street" and "City". While creation i want to make "Name" fields as mandatory. Is it possible. If so how to achieve this.
    2) What is the purpose of Context Object and in which situation we will use this.
    3) What is the purpose of Fault Message Types and in which situation we will use this.
    4) I am doing file to file scenario, at sender side i have set the adapter as file and transport protocol as "FTP" . It is asking for "Server", "PORT" and "Login Details". What is this FTP, for this do i need to take any login details. I am totally not aware of FTP, could please explain more about this.
    Kindly look into the above points and respond point by point.
    Thanks in advance.
    Regards,
    Prem.S

    Hi prem,
    <b>1) I am creating a structure with fields "Name", "Street" and "City". While creation i want to make "Name" fields as mandatory. Is it possible. If so how to achieve this.</b>
    give occurence 1..unbounded. for the field name.
    <b>2) What is the purpose of Context Object and in which situation we will use this.</b>
    If u have multiple receiver system then to determine the reciever u can use context object.....
    the alternative of context objetc is X-Path...
    Check out these
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/content.htm
    /people/prasadbabu.nemalikanti3/blog/2006/09/20/receiver-determination-based-on-the-payload-of-input-dataextended-xpathcontext-object
    Here is a scenario where context objects were used for BPM
    Technical Context Object in ccBPM
    Get the details here:
    http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm
    Technical Context Objects :
    http://help.sap.com/saphelp_nw04/helpdata/en/d6/e44fcf98baa24a9686a7643a33f26f/frameset.htm
    A list of the Technical Context Objects names can be found here:
    http://help.sap.com/saphelp_nw04/helpdata/en/6e/ff0bf75772457b863ef5d99bc92404/content.htm
    Difference between context object and x-path:
    diff between context object and x path
    <b>3) What is the purpose of Fault Message Types and in which situation we will use this</b>
    whenever u want to catch some exception u can use fault message types.Just for a example u r sending some data to SAP system.But due to some reason the R/3 system is down.so in this case if u have implemented fault message ..u can get a error message specifying r/3 is down....
    Fault message implementation.
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    How to Guide
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40574601-ec97-2910-3cba-a0fdc10f4dce
    <b>4) I am doing file to file scenario, at sender side i have set the adapter as file and transport protocol as "FTP" . It is asking for "Server", "PORT" and "Login Details". What is this FTP, for this do i need to take any login details. I am totally not aware of FTP, could please explain more about this.</b>
    there are two transport protocol for File adapter
    1)FTP(File transfer protocol)
    to know abt FTP check here
    http://help.sap.com/saphelp_nw04/helpdata/en/43/0e16bfd7b021aee10000000a1553f6/content.htm
    2)NFS(Network File System)
    in server :Enter the host name or IP address of the FTP server.
    in PORT:Specify the port number of the FTP server.
                 The default is the standard port for the FTP server (21)
    check here
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    Regards
    BILL
    <b>***reward with points if ity helps u!!</b>

  • Alert monitoring and fault message types

    Hello,
    this is a topic about two questions:
    a) is it correct that alert monitoring is only possible in XI when using an integration process (BPM) and not for simple communication scenarios like IDOC -> file ?
    b) how can I use the fault message in the message interface? (OK, I implement it, and then? where can I make it visible in the monitoring?)
    10 points for answering in your own words instead of providing a link to SAP standard documentation!
    (standard docs in XI look like they never giving a real answer, only something like 70 %! And the rest is trial and error!)
    Oh, here is
    c) When clicking on the alert inbox / configuration buttos in the RWB it looks like the addresses cannot be reached. How to fix that?
    Best regards
    Dirk

    Hello guys,
    these answers send me more happy to weekend!
    Ok, not easy now to give points. Nobody answered 100 % but in total you solved my problems and answered my questions!
    The OSS Michal gave solved my problem with the RWB access to alert config. (Where does this placing of the 5xx00 come from I had to replace in different places by 80xx ? >-( )
    Thanks for the new challenge, Michal! we are working on SP12 and happy about it running now!
    Hope to find a developer with your skills to implement alert messaging w/o using BPM!
    Thanks for the answer about fault message and the link, Sudhir! Ok, with the rest, Michal was a little bit faster!
    Best regards
    Dirk

  • Using Fault Message Type in BPM

    Hi,
    In my BPM Scenario, I am using a synchronous send step in which I am using a fault message type.For giving the container for the fault message in the Properties area of the send step, I want to define a container corresponding to the Fault message Type I have already defined.How can I achieve this since it is not possible by defining an Abstract Interface? Can someone please explain how to do this?
    Thanks and Regards,
    Soumya.

    Hi Soumya,
    Here are the links for two threads. one has discussed fault mssage type in bpm and the other the general application of a fault message type.
    thread1:- Alert monitoring and fault message types
    thread2:- fault message in BPM process
    Regards,
    Sushumna

  • Fault message types: Why do we need them?

    Hi guys,
    I have a bpm scenario created, tested and working.
    This bpm starts with a async receive, a Sync Send to a R3 system by an ABAP proxy and a final async send to the original system.
    I'm contemplating exception handling and other type of errors. Meaning, if the abap proxy dumps I can raise an exception and map it on the XI environment. The thing is, on  sxmb_moni I get the exception handler, with the exception texts, id's, etc... from the R3 being mapped to the XI fault message type.
    But the problem is I can't get to map the text from the fault message type into any field from the response of the original system.
    I've searched the forum and I've seen that this area is surrounded by doubts and questions...
    But in the end I'm forced to place the question, why do I need the fault message types? What use can I give them, besides of the cute little thunder on the sxmb_moni?
    Thanks for your attention guys

    Hi Krishna,
    I've read the SAP description about Fault Message Types but I'm still struggling on how to use them correctly.
    Why do we need them if I can't do nothing with it on the BPM side? After the mapping of the FMT, I'd like to acess it so that I can send a description back to the original system...The thing is, in BPM you can't acess the FMT, you can only create a new BRANCH (on a block step) for it...
    I've tried to acess the description text on trace which comes with the message, but it seems that the trace only serves for posting info, and not for getting any...
    The Mapping Runtime Constants have some information where you can read some descriptions, but nothing related to the errors....You can read the Receiver service, sender, interface_namespace, but nothing from the ERROR tag...
    Is there a way to get the description? Or anything related to the error tag?
    Thanks in advance

  • Technical systems and Business systems in SAP XI

    can any one tell me ,breifly explain the  diff b/w <b>Technical Systems</b> & Business Systems?
    steps to create Techincal system and Business systems?
    and also Steps for creating Software Components? For Technical System we can create more than one Business systems ,what it means?can any one explain?

    Hi
    First I let u know with analogy and actual definition as below
    Any module of SAP like MM, SRM, FICO ets makes a logical system in combination according to business requirements is a business system which is actualy hosted on an application server like ABAP AS or Java AS which is basically a technical system.
    Technical systems are application systems that are installed in system landscape (a CRM server, for example). Most systems (Web AS ABAP and Web AS Java systems) automatically report information to the SLD about the elements that they contain by using the SLD data supplier programs. You need to manually register the following types of system only:
    Standalone Java systems
    Third-party systems
    Business systems are logical senders or receivers that exchange messages by using SAP XI and that are entered in the System Landscape Directory.
    The business systems in the System Landscape Directory relate to a system landscape.
    The business systems of business partners are not entered in the System Landscape Directory. To be able to address such business partners logically, use services in the Integration Directory. A business system is a way of specifying a service in the Integration Directory more precisely (business system service).
    U can also refer Blog's
    Re: Difference betweeen     Technical systems and Business systems
    For creation of software component see link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3172d290-0201-0010-2b80-c59c8292dcc9
    <b>Reward point if it help u understand
    </b>
    Message was edited by:
            Ajay Kumar

  • Difference betweeen     Technical systems and Business systems

    Hi
    In a SLD we need to configure  technical systems and Business systems.. what is the exact difference between  Technical Systems and Business Systems..
    this question is asked an interview.. for this.. how can we explain..
    thanks
    babu

    Hi babu
    First I let u know with analogy and actual definition as below
    Any module of SAP like MM, SRM, FICO ets makes a logical system in combination according to business requirements is a business system which is actualy hosted on an  application server like ABAP AS or Java AS which is basically a technical system.
    Technical systems are application systems that are installed in system landscape (a CRM server, for example). Most systems (Web AS ABAP and Web AS Java systems) automatically report information to the SLD about the elements that they contain by using the SLD data supplier programs. You need to manually register the following types of system only:
    Standalone Java systems
    Third-party systems
    Business systems are logical senders or receivers that exchange messages by using SAP XI and that are entered in the System Landscape Directory.
    The business systems in the System Landscape Directory relate to a system landscape.
    The business systems of business partners are not entered in the System Landscape Directory. To be able to address such business partners logically, use services in the Integration Directory. A business system is a way of specifying a service in the Integration Directory more precisely (business system service).
    Reward point if it help u understand

  • Technical Systems and Business Systems

    Hello Everybody!!!
    I have some doubts, can you help me, please???
    1) Technical Systems are application(software) systems, ok? They aren't hardware systems, ok?
    2) In my SLD I should have a SAP ECC system as a technical system and each of their clients as a bussiness system, ok?
    3) For third-party systems, where the client concept doesn't exist, I should have one technical system and only one business system for my third-party system, ok?
    thanks a lot
    Julio

    hi  julio ,
               ur view is correct  except in the technical system .
    1)   technical systems are the physically  located systems in which we can create only technical system for any physically  located system .
    2)   bussiness systems are logical  systems . according  to the type of technical  system we can  create the no of bussiness  systems .
       technical system of type W AS ABAP  we can create multiple business systems as there is the concept of clients .
       technical system of   third party   we can  not create more than  one business system  as there  is  no  matter  of  client .
    3)   so  for  every  third party  systems  only  one   business  system  will  be  there .   
    some  important  points :. 
        atleast  one   business  system  will  be  there  on   any   system .
    we  can   create   more  than  one   business   system  on  third  party systems .

  • Difference in Fault message types & exceptions for Webservice in ABAP

    Hello all,
    I am relatively new to the web service framework in SAP. My problem scenario is as follows.
    I have a WSDL file of a webservice from 3rd party non-SAP s/w  and I want to replicate the same webservice into SAP by creating FM in SE37 with same imp/exp parameters and functionality.
    So I first created a consumer proxy using the external WSDL file of non-SAP webservice. This generated imp/exp DDIC structures in SAP. Now I created a RFC FM in SE37 with similar Imp/exp parameters and relesed this FM as a webservice.  I then created another consumer proxy using WSDL of this newly created webservice in SAP.
    In the old consumer proxy I see a structure as SOAPFault as a Fault message type which has 3 fields ERRORCODE, TEXT, DETAILS but in the newly created consumer proxy I don't see Fault message types but i see exceptions which i mentioned in exception tabs while creating the FM. The imp/exp parameters are identical.
    So my question is while creating a web service in SAP using a FM in SE37, what needs to be done in order to get the Fault message types getting created automatically when we create a consumer proxy for this webserivice?
    Also based on the WSDL of 3rd party system , can i replicate the same web service in SAP ?
    Appreciate your expert advice on this.
    BR
    Nilesh Puranik

    Hi Krishna,
    I've read the SAP description about Fault Message Types but I'm still struggling on how to use them correctly.
    Why do we need them if I can't do nothing with it on the BPM side? After the mapping of the FMT, I'd like to acess it so that I can send a description back to the original system...The thing is, in BPM you can't acess the FMT, you can only create a new BRANCH (on a block step) for it...
    I've tried to acess the description text on trace which comes with the message, but it seems that the trace only serves for posting info, and not for getting any...
    The Mapping Runtime Constants have some information where you can read some descriptions, but nothing related to the errors....You can read the Receiver service, sender, interface_namespace, but nothing from the ERROR tag...
    Is there a way to get the description? Or anything related to the error tag?
    Thanks in advance

  • Automizing error message with Fault Message Type

    (Request F6)  (Request F6)
    System -
    > XI -
    >        SAP (Doesn't have F6)
              <-- XI <--
          SAP (Doesn't have F6)
       (Respons: error)    (Respons. error)
    (Problem) When the request message doesn't content sufficient information that is required for respons then the XI team will get the message error and the responsibility to solve the problem. In this scenario it is the XI team that sends the error respons to the System.
    (Request (eg. F6) )  (Request (eg. F6))
    System -
    > XI -
    >        SAP (Doesn't have F6)
              <-- XI <--
          SAP (Doesn't have F6)
       (Respons: error)    (Respons. error)
    (Solution) We want to automatize the process so that the error message goes directly to the System via XI. In other words we only want an acknowledgment of the error in XI, we don't want to solve the error since we believe that it is the sender System that is responsible.
    We have seen that there is a Fault Message Type in the Message Interface and we are wondering if that is the way to do it? And it that case, how?

    Hi,
    Fault message is a error meesage. Its like an exception in simple terms. The fault message is used to
    store a log for application error. Fault messages is defined in IR.
    To give a overview on Fault messages it is mostly used in synchronous communication. When an error
    occurs at the inbound side instead of sending the response message back it sends a fault message back
    to the sender system to handle error.
    Fault Message are Msg type that provided whenever u create a namespace..they are usually used to get
    the exception or error mapped which has occured while execution of Application at the sender/receiver
    end....
    One scenario where i had used it from Soap to RFC where i defined the exception in rfc source code at
    r/3 end...I mapped that exception to Fault msg type that i created of my own type(didnt used the
    default)..
    Fault messages are used to propogate / send back the error message to the calling application. This is
    used when there is a failure and the sending system needs to know what the error was. This is more of
    catching Application Errors
    check this nice blog also
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5d/a45c3cff8ca92be10000000a114084/content.htm
    Asynchronus RFC  exception handling
    XI Alerts are not getting triggered from proxy servers
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee5bc490-0201-0010-e9b5-
    a258cf083bca
    /people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client
    Fault Message
    Regards
    Seshagiri
    Edited by: N V Seshagiri on Feb 29, 2008 12:19 PM

  • What is fault message type in mapping

    hi folks,
                what is the use of fault message type in message mapping . where do we use them .please spare a little time to type rather to refer to  other blogs. have a nice day

    Hi Bose
    Fault messages are used to propogate / send back the error maessage to the calling application. This is used when there is a failue and the sending system needs to know what the error was. This is more of catching Application Errors.
    Also please go through the link below to get the details for fault messages...
    http://help.sap.com/saphelp_nw04/helpdata/en/5d/a45c3cff8ca92be10000000a114084/content.htm
    fault message is a message that describes an application-specific error situation
    we have standardised fault message in XI.
    Fault message types are designed for application-specific errors that occur on the inbound side and that are reported back to the sender or persisted in monitoring.
    In the synchronous case, when an application-specific error occurs on the inbound side, instead of sending a response message back to the sender, the application can send a fault message to handle the error.
    The fault message of the application for an asynchronous ABAP server proxy is persisted for monitoring. In the case asynchronous of Java server proxies, the fault message is part of a negative application acknowledgement
    Application-specific means that the application on the inbound side triggers the error itself because, for example, the request message did not contain sufficient information
    See the below links
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5d/a45c3cff8ca92be10000000a114084/content.htm
    Asynchronus RFC  exception handling
    XI Alerts are not getting triggered from proxy servers
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee5bc490-0201-0010-e9b5-a258cf083bca
    /people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client
    Fault Message
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    You can use Fault messages when you want to handle errors at the Inbound side ie at the destination side.
    check this nice blog also
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    Fault Messages
    http://help.sap.com/saphelp_nw04/helpdata/en/5d/a45c3cff8ca92be10000000a114084/frameset.htm
    Usage of Fault Messages in Synchronous interfaces
    /people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client
    usage of fault messages in asynchronous interfaces
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    Have a look at "/people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client"
    for more details  have a look on  these links
    <b>
    Fault messages -</b> /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    Also ref:
    <b>Handling Web Service SOAP Fault Responses in SAP NetWeaver XI -</b>
    /people/jin.shin/blog/2007/05/21/handling-web-service-soap-fault-responses-in-sap-netweaver-xi
    check this out
    http://help.sap.com/saphelp_nw04/helpdata/en/5d/a45c3cff8ca92be10000000a114084/content.htm
    demo - /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1
    /people/shabarish.vijayakumar/blog/2006/11/02/fault-message-types--a-demo-part-1 - this is sure to help you.
    Thanks!!!
    Regards
    Abhishek Agrahari

  • Fault Message Types

    Hi experts
    i have a following scenario. the scenario is SOAP to XI to ECC, and from XI to ECC RFC's are being used. i have doubt about the fault message types?
    what are fault message types and why should they be created???
    for the above required scenario does"fault message types are to be created or not" plz let me know.
    Thanx in advance

    Hi,
    >>ii have doubt about the fault message types? what are fault message types and why should they be created???
    According to help.sap.com http://help.sap.com/saphelp_nwpi71/helpdata/EN/dd/b7623c6369f454e10000000a114084/content.htm
    Fault message types are designed for application-specific errors that occur at the provider (inbound side) and that are reported back to the sender or persisted in monitoring.
    1) In the synchronous case, when an application-specific error occurs on the inbound side, instead of sending a response message back to the sender, the application can send a fault message to handle the error.
    2) The fault message of the application for an asynchronous ABAP server proxy is persisted for monitoring. In the case asynchronous of Java server proxies, the fault message is part of a negative application acknowledgment (see Acknowledgments).
    >>for the above required scenario does"fault message types are to be created or not" plz let me know.
    You can send the exception of RFC in Fault message type. (Provided the RFC raises an exception)
    Regards
    Suraj

  • Error handling using fault message type in outbound synchronous ABAP proxy

    Hi,
    We've a scenario, outbound synchronous ABAP proxy to synchronous SOAP receiver. The requirement is to send multiple records in a single rquest and get response for all the records sent (in the same response message).
    Say if I send 10 records from ECC, I should get 10 records as response from SOAP to ECC. But the problem here is, there could be some invalid requests, for which an invalid error status code should be sent as part of response.
    Source Structure
    Req_Proxy
        req (0..unbounded, string)
    Response Structure
    Resp_SOAP
      Resp (0..Unbounded)
           respString (0..1, String) (carries the actaul response message)
          status code (0..1, String) (carries the status of the response, for ex, 001 (successful), 002 (error))
    And now we are planning to make use of Fault Message Type, to track the errors from SOAP (status code 002). But, we are not sure on how to track this for all the requested records. Is it possible to track the errors for all the requested records in a singe call using fault message type? For eg if 8 records are successful and 2 are invalid, then we should get 10 records in response 8 for valid and 2 for invalid accordingly.
    Please calrify.
    Thanks.
    Rohit

    For eg if 8 records are successful and 2 are invalid, then we should get 10 records in response 8
    for valid and 2 for invalid accordingly.
    Check if you can modify the WSDL structure to include an error node that would get populated incase of invalid entries....this would mean that you get the success and failure details in the single message....also at the proxy-end make the necessary change in your DT.....may be then you do not need to use the fault message...
    Regards,
    Abhishek.

  • Guide for Fault Message Type

    Hi,
    I search a guide for configuration a "Fault Message Type".
    I have read, if there is a mapping error, XI will create a error handling in a xml-file.
    But I can not find this file.
    Can you help me please?
    Thanks.
    Regards
    Stefan

    Hi Stefan,
    Exception can be declared in BPM steps like Transform,send,Block and handled in Exception Branch.
    TO know more about BPM and its exception go throught this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/3c/831620a4f1044dba38b370f77835cc/frameset.htm
    Cheers,
    Rashmi

Maybe you are looking for

  • HP Photosmart C5180 and Photo Tray

    I just updated to Leopard and iPhoto 7.1 (ver 347) and now I can't seem to print from iPhoto to the photo tray on my printer. The photo tray typically uses 4x6 paper. No matter whether I try to print with 4 x 6 borderless or not borderless it tells m

  • Jump link works in IE not Firefox

    I am using Dreamweaver CS4. I have spry accordian tabs on the page, each one labeled with the name of a paper. At the top of the page, I provide some context for the papers (papers are in the spry drop-down content). I created links from the names of

  • Current Usage INCREASED with MacOS X 10.4.4?

    Not quite sure if it's the cause or what, but I opened Hardware Monitor for the first time since upgrading and I noticed that my Quad is now drawing around an average of 15 A per core at idle... it used to be considerably lower at 8 or so... Naturall

  • Search Dictionary in Data Services Designer

    Hello, I am on Data Services 12.2.0.0 on DB2 I am using the option Search Dictionary in the designer. i tried to do a search on the dictionary PERSON_FIRM_EN without putting any search string. And it is giving me a list of results. Afterwhich i use o

  • WLS adding m: namespace to webservice response

    I have created the most simple webservice possible to recreate the problem, the HelloWorld webservice. It takes a name parameter as string to the getGreeting operation and returns a string response. As you will see in the examples enclosed below, the