NWA Availability monitoring problem

With NW04s at SP8 I have an ABAP+J2EE system that is my Central Admin/Monitoring system.  I have setup CCMSPING in central system and also in RZ21 of the ABAP system.  I verified the systems are showing in RZ20 with green/100% indications.
When I go to set them up in NWA, I see them listed with yellow warnings next to them in the availability monitoring screen.  When I scroll down and click 'enable availability monitoring', I get a message at the top "SYSTEM_ALREADY_MONITORED".
Why might it be telling me that, even though the metrics are not showing up in the NWA?

Hi Dave,
if you don't see the availability of monitored instances in the central reports, then you'll probably don't see it in the transaction RZ20 as well. Is this correct?
If so, did you check the following documentation?
http://help.sap.com/saphelp_nw2004s/helpdata/en/38/9e100dd7980fffe10000009b3810a5/frameset.htm
and another source of information that might help (SAP Tutor, so make sure that the SAP Tutor player is installed on your computer):
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/a-c/availability%20monitoring%20and%20ccmsping.sim
Kind regards
Dirk

Similar Messages

  • No availability monitor defined in RZ20 error

    Hi All,
    I have configured NWA with the ABC system ( CEN system) with the monitored system XYZ. I am able to see all the reports, logs etc from ABC for XYX system through login to http://ABC-host:port/nwa.
    But while going to monitoring -> availability i am getting the below error:
    "No availability monitor defined in RZ20; check version of central monitoring system"
    Please tell me where i am worng here.
    Thanks,
    Rohan

    Hi Chandra,
    Both of the agent is running fine and i am able to test successfully in ABC (CEN) system) under RZ21.
    But the problem is occuring in only NWA.
    Thanks,
    Rohan

  • Availability monitoring using ccmsping - refresh rate

    So I've configured my solman 3.2 to monitor the availability of other systems via the use of ccmsping.  I can see the other systems well enough, but the problem is the long time it takes for my solman system to become aware that a monitored system is no longer active.
    It can easily take 20 minutes for it to report that a system is unavailable.  When I say "report", I mean that the status is updated in the 'Availability and Performance Overview' monitor in RZ20.
    Even then, the only evidence visible is that the 'Availability' alert changes colour due to the % availability over the last 15 minutes.  The other alerts for Groups and Instances simply turn white because no information is coming from the child system.
    SAP help and the document "Availability Monitoring with CCMSPING.pdf" advice that monitoring frequency can be changed by changing the parameter values for the CCMS_AVAIL_LOGON_CHECK method.  I have changed these values, which have had no apparent impact on the response times for noticing that a system has become unavailable.
    Any suggestions?

    Hai Dirk,
    I have checked all the ways possible, we have sapms<SID> in the IP service name filed.
    Tried with 36<Instance number>, aslo tried with IP address in the host name filed but no luck.
    We have 4 PRD systems out of which 2 works and the other 2 is not working. The working systems are 640 systems and the other two systems which is not working are 620 systems.
    I have tried updating CCMSPING to the latest patch level as well.
    The services file in the CEN system is maintained with correct values.
    We have SAPROUTER running in our CEN system, and the entries can be found in my previous post.
    We are not using the router to connect because the systems which are working do not have any router string attached to them.
    Please let me know if you find any reason for the problem.
    Thanks in advance.
    Regards,
    Yoganand.V

  • JEE MP: Authoring JEE Application Availability Monitor

    Hi experts,
    We've imported the JEE WebSphere MP's, completed discovery, enabled deep monitoring, and now have some issues authoring custom "JEE Application Availability Monitoring".
    In the wizard on the "MBean to Monitor" screen we use the MBean name:
    WebSphere:j2eeType=JDBCResource,*, as we'd like to monitor some JDBC Connection Pool stats.
    On the next screen in the wizard, "Health State", we select the xPath:
    MBeans/MBean[@Name="javax.management.modelmbean.RequiredModelMBean" and @objectName="WebSphere:J2EEServer=server1,Server=server1,cell=APPT75WASCell01,j2eeType=JDBCResource,mbeanIdentifier=cells/APPT75WASCell01/resources.xml#builtin_jdbcprovider,name=Derby
    JDBC Provider (XA),node=APPT76WASNode01,platform=dynamicproxy,process=server1,spec=1.0,type=JDBCProvider,version=7.0.0.25"]/Properties/Property[@Name="stats" and @type="com.ibm.ws.pmi.j2ee.JDBCStatsImpl"]
    The problem we have is that ALL of the stats and counters are found within this single Property, as seen below:
    Current value:
    Stats name=Derby JDBC Provider (XA), type=connectionPoolModule
    Stats name=jdbc/DefaultEJBTimerDataSource, type=connectionPoolModule
    name=CreateCount, ID=1, description=The total number of connections that are created., unit=N/A, type=CountStatistic, count=6
    name=CloseCount, ID=2, description=The total number of connections that are closed., unit=N/A, type=CountStatistic, count=5
    name=AllocateCount, ID=3, description=The total number of connections that are allocated., unit=N/A, type=CountStatistic, count=2306
    name=ReturnCount, ID=4, description=The total number of connections that are returned to the pool., unit=N/A, type=CountStatistic, count=2302
    name=PoolSize, ID=5, description=The size of the connection pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3568935E7, lowerBound=0, upperBound=30
    name=FreePoolSize, ID=6, description=The number of free connections in the pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3485336E7, lowerBound=0, upperBound=30
    name=WaitingThreadCount, ID=7, description=The average number of threads that are concurrently waiting for a connection., unit=N/A, type=RangeStatistic, lowWaterMark=0, highWaterMark=0, current=0, integral=0.0
    name=FaultCount, ID=8, description=The number of connection timeouts in the pool., unit=N/A, type=CountStatistic, count=0
    name=PercentUsed, ID=9, description=Average percent of the pool that is in use. The value is based on the total number of configured connections in the ConnectionPool, not the current number of connections., unit=N/A, type=RangeStatistic, lowWaterMark=93,
    highWaterMark=100, current=0, integral=278663.0
    name=UseTime, ID=12, description=The average time in milliseconds that a connection is used. The difference between the time at which the connection is allocated and returned. This value includes the JBDC operation time., unit=MILLISECOND, type=AverageStatistic,
    avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9, type=TimeStatistic, avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9
    name=WaitTime, ID=13, description=The average waiting time in milliseconds until a connection is granted., unit=MILLISECOND, type=AverageStatistic, avg=0.0, min=0, max=0, total=0, count=0, sumSq=0.0, type=TimeStatistic, avg=0.0, min=0, max=0, total=0,
    count=0, sumSq=0.0
    name=PrepStmtCacheDiscardCount, ID=21, description=The number of statements that are discarded because the cache is full., unit=N/A, type=CountStatistic, count=3
    name=JDBCTime, ID=22, description=The average time in milliseconds that is spent running the JDBC calls, including the time spent in the JDBC driver, network, and database. (Applies to V5.0 data source only.), unit=MILLISECOND, type=AverageStatistic,
    avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0, type=TimeStatistic, avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0
    So then how do we configure Expressions for Health State at this point in the Wizard, if we have such a long string value containing ALL of the stats?  Anyone have insight into this?
    Thanks!

    Hi experts,
    We've imported the JEE WebSphere MP's, completed discovery, enabled deep monitoring, and now have some issues authoring custom "JEE Application Availability Monitoring".
    In the wizard on the "MBean to Monitor" screen we use the MBean name:
    WebSphere:j2eeType=JDBCResource,*, as we'd like to monitor some JDBC Connection Pool stats.
    On the next screen in the wizard, "Health State", we select the xPath:
    MBeans/MBean[@Name="javax.management.modelmbean.RequiredModelMBean" and @objectName="WebSphere:J2EEServer=server1,Server=server1,cell=APPT75WASCell01,j2eeType=JDBCResource,mbeanIdentifier=cells/APPT75WASCell01/resources.xml#builtin_jdbcprovider,name=Derby
    JDBC Provider (XA),node=APPT76WASNode01,platform=dynamicproxy,process=server1,spec=1.0,type=JDBCProvider,version=7.0.0.25"]/Properties/Property[@Name="stats" and @type="com.ibm.ws.pmi.j2ee.JDBCStatsImpl"]
    The problem we have is that ALL of the stats and counters are found within this single Property, as seen below:
    Current value:
    Stats name=Derby JDBC Provider (XA), type=connectionPoolModule
    Stats name=jdbc/DefaultEJBTimerDataSource, type=connectionPoolModule
    name=CreateCount, ID=1, description=The total number of connections that are created., unit=N/A, type=CountStatistic, count=6
    name=CloseCount, ID=2, description=The total number of connections that are closed., unit=N/A, type=CountStatistic, count=5
    name=AllocateCount, ID=3, description=The total number of connections that are allocated., unit=N/A, type=CountStatistic, count=2306
    name=ReturnCount, ID=4, description=The total number of connections that are returned to the pool., unit=N/A, type=CountStatistic, count=2302
    name=PoolSize, ID=5, description=The size of the connection pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3568935E7, lowerBound=0, upperBound=30
    name=FreePoolSize, ID=6, description=The number of free connections in the pool., unit=N/A, type=BoundedRangeStatistic, lowWaterMark=0, highWaterMark=2, current=1, integral=8.3485336E7, lowerBound=0, upperBound=30
    name=WaitingThreadCount, ID=7, description=The average number of threads that are concurrently waiting for a connection., unit=N/A, type=RangeStatistic, lowWaterMark=0, highWaterMark=0, current=0, integral=0.0
    name=FaultCount, ID=8, description=The number of connection timeouts in the pool., unit=N/A, type=CountStatistic, count=0
    name=PercentUsed, ID=9, description=Average percent of the pool that is in use. The value is based on the total number of configured connections in the ConnectionPool, not the current number of connections., unit=N/A, type=RangeStatistic, lowWaterMark=93,
    highWaterMark=100, current=0, integral=278663.0
    name=UseTime, ID=12, description=The average time in milliseconds that a connection is used. The difference between the time at which the connection is allocated and returned. This value includes the JBDC operation time., unit=MILLISECOND, type=AverageStatistic,
    avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9, type=TimeStatistic, avg=36.24588031222897, min=0, max=33275, total=83583, count=2306, sumSq=1.499105659E9
    name=WaitTime, ID=13, description=The average waiting time in milliseconds until a connection is granted., unit=MILLISECOND, type=AverageStatistic, avg=0.0, min=0, max=0, total=0, count=0, sumSq=0.0, type=TimeStatistic, avg=0.0, min=0, max=0, total=0,
    count=0, sumSq=0.0
    name=PrepStmtCacheDiscardCount, ID=21, description=The number of statements that are discarded because the cache is full., unit=N/A, type=CountStatistic, count=3
    name=JDBCTime, ID=22, description=The average time in milliseconds that is spent running the JDBC calls, including the time spent in the JDBC driver, network, and database. (Applies to V5.0 data source only.), unit=MILLISECOND, type=AverageStatistic,
    avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0, type=TimeStatistic, avg=0.66030797517812, min=0, max=687, total=2873, count=4351, sumSq=994891.0
    So then how do we configure Expressions for Health State at this point in the Wizard, if we have such a long string value containing ALL of the stats?  Anyone have insight into this?
    Thanks!
    I'm using the latest JEE MPs and SCOM 2012 R2, however I don't show the stats as a property on this MBean.

  • Availability monitoring using CCMSPING..

    Hai,
    Iam facing problem in Availability monitoring using CCMSPING. CCMSPING is installed on CEN system which is a SOLUTION MANAGER system with SAP_BASIS - Release 702 and Level - 0002. (SAP EHP 1 for SAP NetWeaver 7.0)
    We have 4 Production systems in the landscape out of which 2 systems are not reporting the data in RZ20 in CEN under 'Availability Monitoring' MTE. I got the below error when I tried to Test ping the connection for the faulty servers in RZ21 in CEN.
    Error:
    CCMSPING communication error: Cannot access message server
    Also I got the below pasted errors from dev_ccmsping from the CCMSPING working directory.
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2823]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 2 / sock 7
        (SI_ECONN_REFUSE/111; I4; ST; 1x.1xx.1x.xx:3600) [nixxi.cpp    2823]
    ERROR => MsIAttachEx: NiBufConnect to /H/xxxxx.xxxxxxx.xxx.xxxx.COM/S/sapmsxxx/sapmsxxx failed (rc=NIECONN_REFUSED) [msxxi_mt.c   652]
    ERROR => LgIAttach: MsAttach (rc=NIECONN_REFUSED) [lgxx_mt.c    3980]
    ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2823]
    ERROR => NiPConnect2: SiPeekPendConn failed for hdl 2 / sock 7
        (SI_ECONN_REFUSE/111; I4; ST; 1x.1xx.1x.xx:3600) [nixxi.cpp    2823]
    ERROR => MsIAttachEx: NiBufConnect to /H/xxxxx.xxxxxxx.xxx.xxxx.COM/S/sapmsxxx/sapmsxxx failed (rc=NIECONN_REFUSED) [msxxi_mt.c   652]
    ERROR => LgIAttach: MsAttach (rc=NIECONN_REFUSED) [lgxx_mt.c    3980]
    ERROR => Error response: 404 - expected: 200 [csmhttp_mt.c 465]
    I have checked the /etc/services files as well but no luck. Please help me with suggestions.
    Thanks in advance.
    Regards,
    Yoganand.V
    System details:
    Kernel release: 701
    Operating System: Linux 2.6
    OP release: 2.6.5-7.282-smp
    Database system: ORACLE
    Release: 10.2.0.4.0
    Machine type: x86_64

    Hai Dirk,
    I have checked all the ways possible, we have sapms<SID> in the IP service name filed.
    Tried with 36<Instance number>, aslo tried with IP address in the host name filed but no luck.
    We have 4 PRD systems out of which 2 works and the other 2 is not working. The working systems are 640 systems and the other two systems which is not working are 620 systems.
    I have tried updating CCMSPING to the latest patch level as well.
    The services file in the CEN system is maintained with correct values.
    We have SAPROUTER running in our CEN system, and the entries can be found in my previous post.
    We are not using the router to connect because the systems which are working do not have any router string attached to them.
    Please let me know if you find any reason for the problem.
    Thanks in advance.
    Regards,
    Yoganand.V

  • CCMSPING Availability monitoring for Cluster system

    Hi!
    I would like to know which entry in SOLMAN (tcode RZ21,  field Message Server Host Name) for the CCMSPING Availability monitoring of the satellite systemdoes apply?
    The satellite system was installed as cluster with 2 nodes.
    The problem is that I can see the node in RZ21 (Availability) but no data is shown
    I think possible are the following:
    first node (ABCD1234)
    seconde node (DFRG1234)
    ABCDdbpxx (virtual db node)
    ABCDcipxx (virtual instzance node)
    IP adress of the system
    Thank you very much!
    regards
    Thom

    The CCMSPING is used only to configure the logon check. After this there is a  data collection method CCMS_AVAIL_LOGON_CHECK responsible to update the status.
    The normal configuration the method run in dialog every 5 minutes. Sometimes a solution for this kind of "value is obsolete" is changing to background.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/49/2fb95c65a116b4e10000000a42189d/content.htm
    Anyway, you also should check the ccms_selfmonitoring in RZ20.

  • Possibly mundane Mini-DVI to VGA into an external monitor problem

    Hi,
    I've had a look over the interwebs regarding my problem and it seems as if it's not unusual to have external monitor problems but I'm not sure if mine is slightly different:
    I had a perfectly working set up with my new Macbook (the white one, '06 model I believe), that was connected to my Hanns-G HU196D monitor via a mini-DVI to VGA adapter, no problems whatsoever. But for a couple of weeks now my Macbook just flickers a light blue colour, with nothing at all on the monitor, and my macbook is unusable until I remove the adapter. I've read about updating firmware but I can't see my desktop once the macbook is connected to the monitor so it's not possible to configure anything. I've read somewhere that my external monitor isn't compatible with this set up, but it was until a couple of weeks ago!
    My Macbook's 4 months old now and since then I've bought a new mini-dvi to vga adapter and a new VGA cable, no connections seem loose on either mini-dvi port or my monitor's vga port.
    Thanks if you can help!
    Jack

    You will need to use a mini Dvi-dvi and a dvi-svideo/rca adapter.
    Joy joy hallelujah.
    Pardon the sarcasm...I just wasted 3 hours of my life trying to sort the issue out.
    Heard a KWORLD PlusTV PCTOTV Converter SA235 USB 2.0 Interface would sort the issue out for under 40$ but it's not Mac.
    Hope that helps.
    ~r

  • Regarding Availability Monitoring.

    Hi All,
      We are using SOLMAN 7 for availability monitoring of our system landscape.
    We have installed CCMSPING agents in all the servers and all are running fine.
    For our BI system we are not getting the availability data for the different instances. In RZ21 availability monitoring we are able to see only the Central instance of the our BI system and not any of the other app. instance.
    We checked the CCMSPING agent of all application servers in BI system and they are up and running and all RFC related to CCMSPING in SOLMAN are working fine but still no data.
    We also checked the /etc/host file of SOLMAN and message server for BI is mentioned there.
    How can we involve the application instances in SOLMAN for BI please help on this.
    Regards,
    Arun Pathak

    Hi,
    Check this Link for the Performance monitoring-
    http://help.sap.com/saphelp_nw2004s/helpdata/en/9e/6921e784677d4591053564a8b95e7d/content.htm
    <i>g)system alarm trigger a page, FAX, email, etc..?</i>
    >>>Is available.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/4e/20934259a5cb6ae10000000a155106/content.htm
    Regards,
    moorthy

  • Availability Monitoring from Solman

    Dear community,
    we are using availability monitoring with CCMSPing from our Solution Manager as central monitoring system. We tried to configure a central autoreaction method that send automatically emails if a syste is down. That works for all other configured MTE-classes but not for the availability classes.
    What could be the issue with that?

    Hello Christoph,
    > availability monitoring with CCMSPing from our Solution Manager as central monitoring system.
    > We tried to configure a central autoreaction method
    the information regarding the availability is stored locally in your central monitoring system therefore a central autoreaction will not work here (because there is no agent that will trigger this).
    As a consequence you have to configure an additional autoreaction that is started in dialog. Please note that the local autoreaction will be started in client 000 so you need also to configure SAPconnect in this client.
    Regards, Michael

  • ITunes does not work om iPhone 5 after upgrade to iOs7. App store is available without problems. do somone have a tip?

    iTunes does not work om iPhone 5 after upgrade to iOs7. App store is available without problems. do somone have a tip?

    Check Settings > General > Restrictions, and check out Contacts toward the bottom under the privacy restrictions.
    That sounds like the probable cause you cannot add contacts.
    Regarding the iCloud behavior, that sounds like it got huge (35,000) because of incorporating other contacts (from social media, perhaps).  Also contacts sync has nothing to do with iCloud behavior.  The whole idea of keeping your contacts in the cloud is that once you change them on one device, they change everywhere.  Specific syncs are not relevant.

  • Published list of available "Monitored Attributes".

    Hi all,
    I am trying to create some user defined monitoring alerts. Is there a list of available "Monitored Attributes", such as CpuUsage.usagePercentage, ProcessUsage.*, etc
    I have looked through the docs and can't see a list of available attributes.
    In the document "Advanced User Guide - E18416" they are mentioned on page 96 and page 99 point 3b mentions "javadoc public API". No idea what that means.
    Can anyone shed some light?
    Cheers
    Neil

    Hi all,
    Not to self: Install the SUNWxvmoc-sdk package and read the javadocs ;-)
    Cheers
    Neil

  • Unable to download web test results for failed Availability Monitor request - HTTP 500

    When attempting to download the Web Test results for a failed request in my availability monitor, the server returns HTTP 500.
    The full URL attempting to be accessed is https://stamp2.app.insightsportal.visualstudio.com/api/WebTestResult?fileName=eProd Dx1 Api_2015-02-25T16:58:00.000Z.webtestresult&subscriptionId=REMOVEDFORSECURITYPURPOSES&resourceGroup=eprod-dx1webapi&webTestId=eprod
    dx1 api-eprod-dx1webapi&location=us-ca-sjc-azr&timestamp=1424883480
    I can provide the sub ID as needed.

    Thinking this is an Azure Portal issue. Please move.

  • Missing sapmsg.ini in Sapgui 7.2 for CCMSPING availability monitoring

    Hi All,
    I've been trying to locate the SAPMSG.INI file for configuring the CCMSPING availability monitoring through RZ21 on Solman, but could not find the sapmsg.ini file in the specified location of ' c:\winnt\sapmsg.ini ' which was mentioned in the SAPGUI logon pad's option window. Can you help me to locate this file?
    Thanks,
    Modena

    Hi,
    for 7.2 te config files wont available in c:
    windows
    it should be under C:\Documents and Settings\<username>\Application Data\SAP\Common
    Please check the note also [Note 1442303 - SAP GUI 7.20 - replacement of SAPWORKDIR|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1442303]
    check here
    Thanks,
    Jansi

  • Reg CCMS Availability Monitoring

    Hi ,
    I am in the process of configuring CCMs availability monitoring for my Systems.
    I have the following scenario
    1. System A is the CEN System and the CCMSPING Server is running in this System.
    2. System A should monitor System B and send a mail if the Server B gets shut down
    I have done the following until now
    1. CCMS Agents are running and i am getting CCMS  Alerts of System B from System A
    2. In Rz21--> CCMS PING Monitoring. I have added the systems
    When i select the system B in Configuration Overview and Performance Availability and select Ping Test it is failing
    Please let me know the following information
    1. Does CCMSPING installed in System B also?
    2. Do i need to create a SM59 connection in System B(as i have in system A) with name CCMS_SYSTEM_PING_DEST.  If so what are the parameters for that

    Hai,
    Check your inputs for the System, such as Message server port, Message server host, CS Message server host/port.
    or try re installing the CCMSPING utility.
    Check the below link for further details.
    http://help.sap.com/saphelp_nw70/helpdata/EN/38/9e3337d7840ffee10000009b3810a5/frameset.htm
    Regards,
    Yoganand.V

  • I was told to Trash Iphoto and reinstall it to remedy a "no available themes" problem.....If I do that will I lose all my pictures?

    I was told to Trash Iphoto and reinstall it to remedy a "no available themes" problem.  If I do that will I lose all my photos?

    Have you tried to rebuild or repair your iphoto library or database? http://support.apple.com/kb/HT2638
    If you reinstall as long as you don't delete your iphoto library you'll be fine. You'll probably have to tell the new iPhoto which library to use after you reinstall though. Hold the option key down when starting iPhoto and select your library. Also just to be safe I would back up the iPhoto library BEFORE you do anything.

Maybe you are looking for

  • ITunes blocking me from my own music

    So when I updated my iPhone to iOS 5, i had to resync all of my music to my phone obviously. That went fine, except for a few things. Now there are about 17 random songs (not from the same album, playlist, just random songs) and it says I am not auth

  • Which is better ,oci or occi ?

    who can tell which way is better for developing ,oci or occi ? Regards.

  • Materialized Views with Query Rewrite is not getting re-written

    I have tried everything that has been mentioned in all the forums here and on metalink to fix this issue, has any smart APEX user found a solution? The issue is the MV with Query rewrite capability is not being re-written. Things I have tried 1) give

  • LSMW-adding Profitability segment in FI document by batch

    Dear all: i want to consult that: I do the LSMW using the standard batch to post the FI document: object :100 Mehod : 0000 program name ; RFBIBL00 Program type: D and In my FI document one account is the revenue account and should to assign the PSG (

  • Java Client Web Service In Platform Eclipse

    Hi All I have created a server Web Service called LoanCalcService in VS.NET 2005, the folder contains LoanInfo.asmx that when run creates the Web Service, WSDL. Which works good. Now i need to send a request to the Web Service server and get a respon