Error 'Program not registered' while testing RFC connection PI_RFC

Hi Basis Experts
I am having problems while testing an RFC connection PI_RFC in one of our PI quality system.
Here is the Error log
Logon Connection Error
Error when opening an RFC connection
ERROR: program PI_RFC not registered
LOCATION: SAP-Gateway on host bp1xeuaa202 / sapgw01
DETAIL: TP PI_RFC not registered
Details COMPONENT: SAP-Gateway
COUNTER: 15866
MODULE: gwr3cpic.c
Details RETURN CODE: 679
We tried restarting the JCO-RFC provider service in VA,also tried restarting the Gateway service, tried registering the RFC using below command
rfcexec u2013g PI_RFC -a bp1xeuaa202 -x sapgw01
rfcexec u2013D PI_RFC
the command didnt gave any output also in SMGW tcode we didnt get the entry(PI_RFC) under system type as registered server.
Also we tried changing the Gateway hostname and service name in SM59.
Still we are facing the same issue, can anyone please help us in resolving this issue.
Regards
Syed

Hi,
It seems to like problem with your program is not registered.  As suggested by spantaleoni, you can go through.
Here Program Id  must be case sensitive.  Once again check with your program Id.
And, you have to register your program id in Visual Administrator.
Goto  Visual Administrator:
In that Select Cluster>Server>Services-->JCo RFC Provider
Then enter the Program Id and gw host & service.
Hope this helps to you.
Regards,
P.Rajesh

Similar Messages

  • Error 'Program not registered' while testing RFC - SRM to MDM / TCP/IP conn

    Hello All,
    While testing RFC connection in SRM, we are getting this error. This connection between SRM to MDM. Any inputs will be highly appreciated.
    Error Details LOCATION: SAP-Gateway on host <hostname> / sapgw<instance no>
    our server OS : windows 2008 server
    We are getting error while doing connection test in SRM.
    This is sm59 connection (TCP/IP ) connection.
    Connection Type: T / RFC destination Name: MDM_API_CATALOG
    Registered server program: hostname.MDS
    I checked smgw transaction ..Logged on clients...Program id is not showing. Any hint will be helpful.
    I Checked this MDM setup also.
    MDS setup
    In mdm server go to folder F:\usr\sap\DM1\MDS00\config
    Open MDM.ini file in notepad
    Add the below 2 entries.
    SAP RFC Gateways= GWHOST=XXXX.hostnamexxx.xxx GWSERV=sapgw00
    Trusted SAP Systems= XXD
    This will enable gateway connection between SRM and MDM and will enable trusted connection.
    For trusted connections to work, we created a service user called SRM_MDM_API with SAP_ALL in SRM  and also created the same user in MDM with Default role.
    Error message:
    Logon  Connection Error
    Error Details    Error when opening an RFC connection
    Error Details    ERROR: program XXXXXXXXPRD.MDS not registered
    Error Details    LOCATION: SAP-Gateway on host XXXXXXXXprd.xx.xxxxxxhostname.xxx / sapgw00
    Error Details    DETAIL: TP XXXXXXXXPRD.MDS not registered
    Error Details    COMPONENT: SAP-Gateway
    Error Details    COUNTER: 77326
    Error Details    MODULE: gwr3cpic.c
    Error Details    LINE: 1778
    Error Details    RETURN CODE: 679
    Error Details    SUBRC: 0
    Error Details    RELEASE: 700
    Error Details    TIME:
    Error Details    VERSION: 2
    Procedure Tried
    1)  This procedure is for Linux OS - Similarly we tried in Windows OS ( If any procedure is wrong also, Please correct us)
    To register the program login into the OS level as sudo su u2013 <sid>adm and execute the following command.
    rfcexec u2013g<program id> -a<gateway host name> -x<gateway service>
    rfcexec is the server program name, the <program id> can be obtained from SM59, it is case sensitive and should match with the entry in SM59. The <gateway host name> and <gateway service> can be obtained from the transaction SMGW. When this command is executed it goes to a hanging loop.
    The connection will fail once this command is terminated or the user executing this command logs off
    2)
    To avoid this, instead of using the above mentioned command an entry should be made in the file saprfc.ini
    To do this, execute the following command
    sudo su u2013 <sid>adm
    rfcexec u2013D<destination name>
    <destination name> is the RFC destination name in SM59
    In order to do above step 2,  we could not find saprfc.ini in windows 2008 server. Please let us know path where it will be usually?
    3) Already checked the notes sapnote_0000684841
    I know that it is generic error..This is happening to specific one of system only.
    Thanks
    Edited by: saptest2011 on May 20, 2011 5:36 PM

    Hello SM,
    Thanks for your quick reply.
    Thanks for sharing link for document ie Configure the MDM Administration_cockpit. It is helpful. I read that document.
    But still issue remain there.
    The same RFC connection works between SRM sandbox to MDM sandbox.
    Only issue with SRM Prod to MDM Prod (newly built system)
    difference between MDM Prod and MDM sandbox.
    MDM Prod runs: Windows server 2008 OS
    MDM Sandbox runs: Windows server 2003 OS
    Landscape: PI7.1, MDM 7.1 and SRM 5.5, SRM-MDM Catalog 3.0
    Even i did os01 tcode ping test using host name (specific IP address) from SRM prod to MDM prod, it is fine.
    Thanks a lot for your help.
    I checked these notes also
    Note 353597 - Registering a server program
    Note 44844 - No connection to registered RFC program
    Note: in smgw tcode in SRM system, the required program id is not showing in logged on clients
    Thanks
    Edited by: saptest2011 on May 23, 2011 5:00 PM
    Edited by: saptest2011 on May 23, 2011 5:39 PM

  • Error 'Program not registered' while testing RFC

    Hi
    I have created a RFC with type T. When I am testing the same through SM59, I am getting error:
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program <program name>not registered
    Error Details     LOCATION: SAP-Gateway on host xxxxxx / sapgw01
    Error Details     DETAIL: TP <program name> not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 6268
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1694
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Tue Jan 27 00:56:55 2009
    Error Details     VERSION: 2
    Can anybody help me in this?
    Thanks in advance

    Something helpful related to this
    The program in the above error should be registered in the gateway for this connection test to complete successfully. The server program rfcexec is responsible for its registration on the gateway.
    To register the program login into the OS level as sudo su - <sid>adm and execute the following command.
    rfcexec u2013g<program id> -a<gateway host name> -x<gateway service>
    rfcexec is the server program name, the <program id> can be obtained from SM59, it is case sensitive and should match with the entry in SM59. The <gateway host name> and <gateway service> can be obtained from the transaction SMGW. When this command is executed it goes to a hanging loop.
    The connection will fail once this command is terminated or the user executing this command logs off
    To avoid this, instead of using the above mentioned command an entry should be made in the file saprfc.ini
    To do this, execute the following command
    sudo su - <sid>adm
    rfcexec u2013D<destination name>
    <destination name> is the RFC destination name in SM59
    So now we are done with registering the server program, but how do we check it is registered, once a server program is registered it is displayed in the Logged on clients in SMGW.
    In transaction SMGW choose GOTO-> Logged on clients. There should be an entry for the server program in the screen that is displayed with system type Registered_TP (which indicates that the program is registered)

  • RFC Error: Program not registered

    Hi,
    We are presently facing issue with our GTS (Quality) and Seeburger system RFC connection. While doing the testing we are getting error as below:
    ======> CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Transaction program not registered
    ABAP Programm: RSRFCPIN (Transaction: SM59)
    User: TESTUSER (Client: 202)
    Destination: SEEBURGER_RFC (handle: 2, , )
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501
    CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Transaction program not registered
    DEST =SEEBURGER_RFC
    HOST =%%RFCSERVER%%
    PROG =BIS_ABC_202_DEV
    GWHOST =ABC.XYZ.STU.com
    GWSERV =sapgw15
    I have checked RFC connection is fine. Also production systems connection are working fine.
    Can anyone please help me out where to look in GTS or Seeburger to check about this issue and correct it.
    Thanks & Regards,
    Manish

    Hi Sunny,
    Thank you  for your suggestion, actually we have tried registration using rfcexec and it works fine.
    BTW, we have managed to solve this issue by de-activate the IDoc receive & send modules of websap component and activate them again.
    Thanks and Regards,
    Nick

  • Gateway error - Program not registered

    Hello,
    We were getting the following error while doing a "Connection test" of a TCP/IP RFC destination:
    LOCATION    SAP-Gateway on host gisrxx / sapgw00
    ERROR       program SBCX not registered
    It's an ECC 6.0 system.
    I found SAP note - - 353597 - Registering a RFC program
    I executed the following command as sidadm
    rfcexec -aSBCX -ggisrxx -xsapgw00
    But the command keeps on running on teh command prompt.
    And for that duration the RFC works.
    But after sometime the command ends and comes back to command prompt and the RFC doesn't work any more.
    Could you tell what needs to be done to resolve this issue?
    Regards,
    Gautam.

    Hi Gautam,
    Please run the program in background (Unix) or as a service (Windows).
    Please go through the following forum post. This should help.
    Run rfcexec as service on windows
    Br,
    Venky

  • Error Program not registered

    I get the following error when I test an RFC;
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: program BIS_TR9.TRFC not registered
    Error Details     LOCATION: SAP-Gateway on host cpsaput1 / sapgw61
    Error Details     DETAIL: TP BIS_TR9.TRFC not registered
    Error Details     COMPONENT: SAP-Gateway
    Error Details     COUNTER: 21389
    Error Details     MODULE: gwr3cpic.c
    Error Details     LINE: 1777
    Error Details     RETURN CODE: 679
    Error Details     SUBRC: 0
    Error Details     RELEASE: 700
    Error Details     TIME: Wed Aug 22 16:33:49 2007
    Error Details     VERSION: 2
    The Gateway monitor connections to clients has this entry:
    242     cpamhq-sbg04     BIS_TR9.TRFC     Registered Server     cpamhq-sbg04     10.5.1.141     Wed Aug 22 16:34:39 2007     Connection OK
    This is a copy of a previous system on the same server with a different system number.  It has support package stack 10 with kernel patch number 121.
    Thanks,
    Joe

    Hello Joe,
    From the error logs I can make out two things.
    Your SAP resides on cpsaput1  while external program resides on cpamhq-sbg04 .
    Now you have done a system copy on cpsaput1 from a SAP system which was connecting fine to the RFC. That connection was going through because SAP details for the old server were correctly maintained at cpamhq-sbg04  but the same has not been done for cpsaput1  . Ask the adminsitrators for cpamhq-sbg04  to make settings for cpsaput1  and then try RFC again.
    Regards.
    Ruchit.

  • Help with error program not registered CPI-C error CM_ALLOCATE_FAILURE_RETR

    I have the following connection error in SM59 ...
    Connection error        program ZCCCOM_NZ_PMH01 not registered / CPI-C error CM_ALLOCATE_FAILURE_RETRY. 
    I have deleted and re-registered the program but still no connection. Any ideas as to what/where I am going wrong would be fantastic!!
    RFC Destin = CCCOM
    Type = T
    Gateway Host = ntchsapqas
    Gateway service = sapgw00
    ERROR                program ZCCCOM_NZ_PMH01 not registered      
    LOCATION             SAP-Gateway on host ntchsapqas / sapgw00    
    DETAIL               TP ZCCCOM_NZ_PMH01 not registered           
    COMPONENT            SAP-Gateway                                 
    COUNTER              19364                                       
    MODULE               gwr3cpic.c                                  
    LINE                 1593                                        
    RETURN CODE          679                                         
    SUBRC                    0                                       
    RELEASE              46D                                         
    TIME                 Tue Jun 10 14:47:28 2008                    
    VERSION              2

    Something helpful related to this
    The program in the above error should be registered in the gateway for this connection test to complete successfully. The server program rfcexec is responsible for its registration on the gateway.
    To register the program login into the OS level as sudo su - <sid>adm and execute the following command.
    rfcexec u2013g<program id> -a<gateway host name> -x<gateway service>
    rfcexec is the server program name, the <program id> can be obtained from SM59, it is case sensitive and should match with the entry in SM59. The <gateway host name> and <gateway service> can be obtained from the transaction SMGW. When this command is executed it goes to a hanging loop.
    The connection will fail once this command is terminated or the user executing this command logs off
    To avoid this, instead of using the above mentioned command an entry should be made in the file saprfc.ini
    To do this, execute the following command
    sudo su - <sid>adm
    rfcexec u2013D<destination name>
    <destination name> is the RFC destination name in SM59
    So now we are done with registering the server program, but how do we check it is registered, once a server program is registered it is displayed in the Logged on clients in SMGW.
    In transaction SMGW choose GOTO-> Logged on clients. There should be an entry for the server program in the screen that is displayed with system type Registered_TP (which indicates that the program is registered)

  • TREX7.1 - Program not registered

    Hi to all experts,
    I am implementing TREX7.1 revision 36 (latest) which is standalone, but I encountered the error - program not registered while creating the RFC connection in admin tool. Previously the connection was working but it happens when I switched the RFCSERVER to "single thread (all hosts), deleted the old RFC connection and recreate the new one.
    I have tried the following methods:
    1. removed TREX and reinstall it again.
    2. executed rfcexec u2013g<program id> -a<gateway host name> -x<gateway service> (it seems like nothing has been changed) - I registered it in SAP server, am I correct?
    Thanks in advance.
    BR,
    Nancy

    Hi to all experts,
    Problem solved once i restarted the SAP server and recreated the RFC connection in TREX server.
    Another issue now, when i run the "python runInstallationTest.py", error occurs as below:
    --> Check 01: Ping TREX Services
    ++----
    ++----
    ++----
    STEP  ³³ ACTION              ³³ SPECIFICATION                ³³ RESULT
    ++----
    ++----
    ++----
    ++----
    ++----
    ++----
    Traceback (most recent call last):
      File "/usr/sap/TX1/TRX01/exe/python_support/testbase.py", line 709, in run
        ret = self.runHandler(*rest, **self.extractInheritedArgs(keys))
      File "runInstallationTest.py", line 710, in runHandler
        TREX_SHOW_STOPPER, webserver_unreachable, IS_QUEUE_SERVER = ps.ping()
      File "runInstallationTest.py", line 275, in ping
        services = HostPort4Services().getHostPort4Services()
      File "runInstallationTest.py", line 88, in __init__
        self.srvs = Services().getServices()
      File "runInstallationTest.py", line 69, in getServices
        content = Content('TREXDaemon.ini')
      File "runInstallationTest.py", line 33, in __init__
        self.content = self.getContent()
      File "runInstallationTest.py", line 42, in getContent
        raise RETURN_CODE(2, msg=msg)
    RETURN_CODE: RC_NO_SETTINGS
    No SAP_RETRIEVAL_PATH set in environment.
    ---> TEST ABORTED !!!
    Is this test run very important? Any idea what is this problem about?
    Many thanks in advance!
    BR,
    Nancy

  • Risk Terminator ECC 6 - CC 5.2 - RFC  Test: Program not registered

    Dear board,
    I am configuring the risk terminator functionality and stumble accross problems with the setup of the RFC destination from ECC to the CC. The connection test fails with "ERROR: program GRCRTTOCC5X not registered".
    The RFC connection is of type TCP/IP, Registered Server Program, Default Gateway Value and Gateway host/service information I took from another working rfc connection.
    The RFC connection is equal to the one set up in the RT configuration transaction, I have set up a dedicated connector on the CC with direction outound and GRCRTTOCC5X as report.
    I have furthermore noticed that I am not able to active the SAP Adapter in the CC yet, a JCO error appears.
    Any ideas?
    Kind regards and many thanks,
    Richard

    Hi Richard,
    I am sorry to bother you and distract with this query, but couldn't find your email in your profile.
    Could you please contact me regarding your SPNego problem discussed in
    SPNego - Windows integrated Single-Sign On not working - How to debug?
    We are facing the same issue and I was curious whether you had a solution?
    <b>Thanks so much</b>, Emir
    My email is emirce at gmail dotcom.

  • SAPSLDAPI_UNICODE program not registered

    Hi,
    Iam making RFC unicode connetion in XI3.0 , i gave corect deatils when i test connection system gives error" program not registered".
    But when i execute LCRSAPRFC_UNICODE its success.Not sure why SAPSLDAPI_UNICODE giving error. I have maitained the entrys in visual administrator. Even then same problem
    1.      Execute transaction SM59 in the business system.
           2.      Choose Create.
           3.      Enter at least the following:
    ¡        RFC destination: SAPSLDAPI
    ¡        Connection type: T
    ¡        Description: SAPSLDAPI
            4.      Choose ENTER.
           5.      Choose the Technical settings tab page and do the following:
                                a.      In the Program ID field under Registered Server Program, enter SAPSLDAPI _UNICODE.
    Please suggest for this connection.
    -Cheers

    Also..in the Visual administrator see that the destination details are correct....it doesnot seem as if the program got registered to the sap gateway.....
    From the Visual Administrator for the destination, pls do a Save & Test...
    Thanks,
    Renjith

  • Error : Modification not possible- while creating source system in BI7

    Hi BI Guru's,
    We are using BI7 and source system ECC6 ,We are about to move to production, When creating the source system in BI PRD system we getting the Error Modification not possible.we created RFC connection, background user and remote connection works fine.
    Is there any body put some light on this issue
    thanks in advance,
    Regards,
    Mohan

    Mohan,
    Check if your logical systems are in place in SCC4 and also in the transport connection.
    Also check if you are connecting to the source system by IP Address or by logical name.
    Accordingly you would have to maintain the source system connections.
    Arun

  • CPIC-CALL Transaction program not registered Error while creating RFC Desti

    Hi All,
    I am trying to create a new RFC Destination.
    Details I have provided are..
    1.RFC Destination Name
    2.Connection Type - TCP/IP
    3.Description
    4. Activation Type - Registered Server Program.
    5.Program Id.
    6. Gateway Host and Gateway Service.
    But When I Test the connection, I am getting the following error.
    <b>" program xyz not registered / CPIC-CALL: 'ThSAPECMINIT'# Transaction program not registered"</b>
    However I was able to create and connect RFC Destinations successfully previously.
    I am not SAP guy. Could someone help resolve this issue.
    Thanks,
    Phani

    hi Sekhar,
    I request you to please help me out in this issue. I am getting similar kind of problem. I am trying to replicate the customer from CRM to R/3 and i get a bdoc message in SMW01 that "RFC connection failed please press the save button again". When the basis team further investigated they came up with the below error..
    User: CRREMOTE (Client: 071)
    Destination: OCR (handle: 1, , )
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1462
    CPIC-CALL: 'ThSAPECMINIT'
    Transaction program not registered
    DEST =OCR
    HOST =%%RFCSERVER%%
    PROG =dpssrfc
    Trace file opened at 20061121 140451 EST SAP-REL 640,0,109 RFC-VER
    3 804778
    resize I/O buffer to 28000 bytes
    >>>> [2] MQ_LINK      : TCP  <ac: 3> K %%RFCSERVER%% >>> OPEN
      {45632F14-288E-0046-0000-0000A888A7AA}-
    ======> CPIC-CALL: 'ThSAPECMINIT'
    can you please tell me where can be probelm. Regarding your message, where can i get the communication channel to assign the program id.
    Awaiting your reply,
    Thanks & Regards,
    Yogesh

  • KABA connection issue - program not registered

    I am trying to troubleshoot a connection error between SAP and KABA.  I have the RFC created in SAP and when I test the connection I get a program not registered.  The KABA "amsproc" service on the KABA side has been restarted, we have occasionally received a password locked message in the SAP system log after restarting the KABA service (I believe this means SAP and KABA are communicating).  We have since reset the password, but we can not successfully test the RFC and when attempting to send IDOC's out we get the program not registered error.  Is there something on the SAP side that needs to be done to register the program or is starting the service on the KABA side going to register the program with SAP?  Any assistance would be appreciated.

    Hi,
    In Central Management Console ie, Admin application of BOE, you need to configure the BW system. Use the below URL,
    http://<serverhostname>:<port>/CmcApp
    After logging in Select the Authentication and SAP as authentication type.  Regarding how to configure, follow the configuration steps mentioned in the below article:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f
    Once you import the roles with the above configuration, the user with which you are validating the RFC connection will be imported in the BOE.
    Now, verify the RFC in the BW system.
    Regards,
    Noor.

  • RFC : Transaction Program not Registered

    Hi Folks,
    We have registered the server program from the middleware onto SAP R/3 System and is successfully registered as per the logs. As a next step, we have logged into R/3 System, SM59, in the RFC destination (Type TCP/IP) after specifying the registered program, we have tested it(Connectivity test). The test is positive and connectivity is established successfully.
    The solution was working for months and suddenly connectivity is broken.
    To restore the connection, we have repeated the steps, registered the server program, tested and everything is fine.
    But when we have pushed a new message, then onwards the RFC destination shows an error. "TP is not registered", Return Code 679. That is when the first message is pushed, it is de-registering the server program and running into error. All the messages got stuck in SM58 with status 'Error when opening an RFC connection'.
    RFC trace shows
    ERVER> Caller transaction code:  (Caller Program: SAPLQOWK)
    ERVER> Called function module: ARFC_RUN_NOWAIT
    Error RFCIO_ERROR_SYSERROR in abrfcpic.c : 1501
    CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679
    Transaction program not registered.
    Please let me know for any inputs.
    Thanks, Suraj

    My problem got solved. In the middleware, when TRFC connection is made, it has created a lock entry during the time, system was brought down for maintenance activity. When the system is brought up, then as the connection lock entry is available, then it deregistered the server program and not able to establish further connection.
    To resolve the issue, we have just deleted lock file and registered server program from middleware. This time the connection was established successfully and could able to restore the message flow.
    Thanks, Suraj

  • Error while testing ITS Connection

    Hi all:
         There is an error while testing ITS Connection,  it says the 8000 port is a closed point by the firewall ,  but according to the
    administrator of intranet,  there is no firewall between ECC and Portal, I guess I should add port 8000 into service file ? I mean the file of Host and Service, am I right ?
    An HTTP/S connection to http://10.180.80.171:8000 was not obtained successfully; this might be due to a closed port on the Firewall.

    thank you very much for your help. for update server's full name, may I put the mapping values  into host file in the format of  <ip address> <hostname.domain name> <hostname>, do you think it is OK?
    in the second blog you suggest there is something about Server port(please refer to the following):
    in the window machine, there should be an entry like sapms<SAP System ID> , can you please give me a full example:
    let's say my system ID is EC1,  so it would be sapmsEC1  8000/tcp, right ?
    Here you have to enter the port of your application server. By default this is 80<SAP System ID>. But your basis administrator can modify this setting, thatu2019s why you should check it in the transaction SMICM (Goto -> Parameters -> Display). For example the IBSolution Development System Erinome the port is 8000.
    You can also have a look into your services file on your machine. If you have a windows machine then the file exists e.g. here C:\WINDOWS\system32\drivers\etc\services
    In this file you should search a entry like sapms<SAP System ID>.
    Edited by: jingying Sony on May 24, 2010 4:41 PM

Maybe you are looking for

  • Jabber voice crashes on iPhone 5S

    Hi, Just installed latest version if Jabber Voice from the Apple AppStore and it immediately crashes when selected. I am running IOS 7.0.4. Anyone experiencing the same thing? Appreciate all assistance!

  • How can i get back my data if i accidentally synced my iPhone 4s to an itunes other than mine?

    I have an Iphone 4s and I was intending to sync it with my brother's ITunes in order to get music inmy iphone, but when I connected it, I presed the option "CREATE SECURITY COPY" as I thought that would download the music ONLY to my IPhone. However,

  • Web Service Timeout & connection errors

    Using jwsdp 2, i have developed a client that has a timeout property set. How are timeouts processed? Is an exception thrown by the port? or does the web method just return with a null return value? I also have noticed that in simulating a connection

  • How to restore from NAS in recovery mode

    Hello i backed up my iMac in NAS N7700 , I tried to backup from the recovery mode but it doesn't show up in the menu , I tried to mount the AFP volume and it doesn't work WHAT'S THE PROPER WAY TO DO IT Thanks

  • Hand Cursor On Tree Node....

    Hi All, I want to have the hand cursor on each node / row of the jtree. when i call setCursor method of jtree, it gives hand cursor on entire jtree. is there any way to have hand cursor only on the part of node deisplayed. any help will be appriciate