RRI issue in UAT.

Hi All,
I have created the RRI  to navigate between BW report to the R/3 transaction. This navigation works fine in DEV, but when it is moved to UAT it is not navigating to R/3 transaction.
After clicking on the GOTO option the navigation fails to kick off and the control remains in the report itself. There is no error message or dump shown.
The objects of RRI has been checked for proper transport and also checked in RSBBS T-Code in UAT  for correct mapping of source system. I am using BW3.5.
Meanwhile, the R/3 system is throwing a dump with error message
"DYNPRO_SEND_IN_BACKGROUND"
"Screen output without connection to user".
Iam not able to get a hold of this issue. Is there any configuration changes to be done while transporting to UAT while RRI is being used?
please advice..,,
Regards,
Aravind
Edited by: r6wind on Oct 16, 2009 8:30 AM

Hi Aravind,
Can you please share what are the procedure to do for the navigation of BW report to R/3 transaction.
I hve the same requirement, some what i did but when i try to navigate to R/3 transaction, a new URL is
opening but it is not connecting to the R/3 server. Whether we need to do any setting for this?
Kindly help me on this.
Thanks,
Jackie.

Similar Messages

  • RRI Issue when jumping to TCode in R/3

    Hi Experts,
    I need to Jump through RRI (RSBBS) from BW summary query to BW detailed query and from BW detailed query to TCode WB23 in our requirement. So i have created two RRI's in BW dev system one from Summary to detailed report and other from Detailed Report to R/3 Tcode . Here in receiver tab i have selected the Source system as R/3 technical system and Info source as 2LIS and ran the report and everything is working fine.
    When i moved the changes iam not able to drill down to WB23 from 2nd RRI and this is the short dump error iam getting in BW Quality system.
    What Happened:
    The function module "RSRR_REPORT_CALL" was called, but cannot be
    found in the Function Library.
    Error in ABAP application program.
    The current ABAP program "SAPMSSY1" had to be terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    Error Analysis:
    The program "SAPMSSY1" contains a CALL FUNCTION statement. The name
    of the function module to be called is "RSRR_REPORT_CALL".
    No function module exists with the name "RSRR_REPORT_CALL".
    All function modules are stored in the Function Library (SE37).
    Possible reasons:
    a) Wrong name specified. Particular attention should be paid
        to upper/lower case and underscores ("_")
    b) Transport error
    c) If an enqueue/dequeue module has been used, the lock object
        may not have been activated (ABAP Dictionary)
        may not have been activated (ABAP Dictionary).
    Did any one of you faced the same problem. If so can you suggest the solution. Thank in Advance.
    Sudhakar.

    Hi,
    I got the result.
    I shall let you know the steps.
    1. Go to RSSBS
    2. Choose the sender.
    3. Choose the Receiver assignment.
    4. Choose the source system.
    5. Transaction code : WB23.
    6. Save the transaction.
    7. See that you have authorization for WB23 in receiver system.
    8. Execute the query upto the detailed query in BW.
    9. Choose the Receiver T.code in BW.
    10. Maintain the Server ip in the Browser and host file.
    11. Voila !!!  Here is your logion pad and once you log in here is your transaction.
    Regards
    Govind.

  • BI Statistics Query - RRI Issue

    Hi Experts,
    I have copied a BI Statistics querys and customized it. The RRI Options available for the original query are available for the copied query as well. However, I do not want to keep all of them.
    When i checked  the T.code RSBBS for the copied query and  the original statistics query , it does not show any receivers.Please let me know how I can  change the RRI options for the copied query.
    Regards,
    Kavitha.

    Hi kavitha,
    This is what we do for a normal RRI,Chnage accordingly as per requirement.
    The steps to create RRI
    1)Goto T code RSBBS
    2)In the Sender Query -give the Query name
    3)Press Create tab which is there on the Right Top
    4)It will as for a list select the Query name in the Bottom
    5)and Press OK.
    6)Come back to the main Screen os RSBBS and Select the Receiver Query and click Assignments.
    7)Make them objects as Delete.
    8)Save and Execute the Query ,Sender Query.
    9)Right Click on the Query ,we will find GOTO Tab ,Drill down further
    we can view the Second Query.
    10)we can view the Second Query through first query
    Check these
    http://help.sap.com/saphelp_nw04/helpdata/en/99/08629bd3e41d418530c6849df303c9/frameset.htm
    https://forums.sdn.sap.com/click.jspa?searchID=6435760&messageID=3353440
    https://forums.sdn.sap.com/click.jspa?searchID=6435760&messageID=2762562
    https://forums.sdn.sap.com/click.jspa?searchID=6435760&messageID=1846978
    https://forums.sdn.sap.com/click.jspa?searchID=6435760&messageID=180080
    Rgds
    SVU123

  • RRI Issue

    Hi
    I have a sender query Q1 with delivery date  restricted with three variables V1, V2 and V3.
    V2 and V3 are customer exit variables deriving the values from user entered V1 value on selection screen
    I have a receiver query Q2 with transmission date restricted with variable T1 of user entry type.
    I have configured Jump query in RSBBS for Q1 and Q2 and maintained assignment details for delivery date with variable T1,but this setting gives a warning " The source selection for the variable is incompatible with the target selection." when jumping from Q1 to Q2 and not not populating any value to T1.
    Question: is there any way V1 values can be specifically assigned to T1.
    Please share your inputs.

    Hello;
    If your configuration is the following for details affectation:
    IOBJ: your Iobj
    Type: Variable
    Field Name: Variable T1
    Sél Type: *
    Then your variable have to be able to handle the values you want to transfer ;
    so you should make sure your T1 variable is not a single value selection variable.

  • Issue in RRI

    Hi All,
    I have been facing an issue with RRI which is working fine in Development system. But when i moved it to UAT, it is not working.
    I have created the RRI between the report and the R/3 transaction. When i try to navigate from the report to the transaction in dev, it is working. But when it is moved into UAT, I'm not able to do the same function.
    The system is not throwing any dump or error message. But when i clicked on the goto option, the control remains in the report itself. It is not even asking for the logon credentials for the source system. I tried to debug the code, but not able to find out the reason for the issue.
    This is the first time, i'm trying the RRI functionality in UAT. I have included RRI object in the transport.
    I am using BW3.5.
    Is there anything needed to be additionally included while transporting or any configuration needs to be done in the system to acheive the functionality of RRI between report to R/3?
    Please help me to overcome this issue...
    Regards,
    Yokesh Kumar.

    Hi,
    I have checked the mapping in RSBBS. Everything is correct over there. And aslo, I found that the system is throwing a dump in the R3 with the error message,
    "DYNPRO_SEND_IN_BACKGROUND"
    "Screen output without connection to user"
    But I could not figure out why the dump has thrown.
    Is any one aware of this issue?
    Regards,
    Yokesh Kumar.

  • Oracle SOA 11g Performance Issue

    Hi,
    We have set up Oracle SOA Suite on AIX environment. Java which we are using is IBM Jdk 1.6. Recently we are hit with performance issue. Frequently we are getting out of memory exception and we need to restart the server and sometimes physically reboot the machine, because out of 16 GB of RAM 4GB we have given as heap space to Admin Server, 7 GB to SOA Server but it is taking more than 7 GB as heap space. On stopping or killing both the services memory is not getting released
    SOA Suite Version : 11.1.1.3
    Instance Node: Single Node
    I collected the logs and tried to analyze in Thread Dump Analyzer and i could see objects(Reserved) is taking 100% of the CPU Utilization.
    We are getting the following error highlighed in the analyzer. There are about 200+ threads got stuck.
    "HTTPThreadGroup-42" prio=10 tid=0x6382ba28 nid=0x20bf4 waiting on condition [0x6904f000..0x6904fb94]
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:146)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireNanos(AbstractQueuedSynchronizer.java:772)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireNanos(AbstractQueuedSynchronizer.java:1087)
    at java.util.concurrent.SynchronousQueue$Node.waitForPut(SynchronousQueue.java:291)
    at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:443)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:475)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:674)
    at java.lang.Thread.run(Thread.java:595)
    "HTTPThreadGroup-41" prio=10 tid=0x6ae3cce0 nid=0x20bf0 waiting on condition [0x68d8f000..0x68d8fc14]
    at sun.misc.Unsafe.park(Native Method)
    at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:146)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireNanos(AbstractQueuedSynchronizer.java:772)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireNanos(AbstractQueuedSynchronizer.java:1087)
    at java.util.concurrent.SynchronousQueue$Node.waitForPut(SynchronousQueue.java:291)
    at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:443)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:475)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:674)
    at java.lang.Thread.run(Thread.java:595)
    Has anyone faced same issue? We are badly hit with this performance issue in UAT
    Please concider this on high priority and someone please help us
    Regards,
    Sundar

    Always raise a case with Oracle Support for such issues.
    Regards,
    Anuj

  • Import order not creating internal sales orders for some orgs

    Hi,
    We are getting one issue in UAT instance. The details are as below -
    1. Created Sales Orders in all 7 orgs.
    2. Ran ASCP plan
    3. planned orders got auto released in all orgs.
    4. Corresponding Internal requisitions got created in all orgs.
    5. Ran 'Create Internal Orders' from each org.
    6. Ran 'Order Import' from BE org as all the IR's were sourced from BE as per sourcing rules.
    7. Issue is that out of 7 orgs, in 2 orgs, DK and SE, the internal sales orders didn't get created and order import gave error. I am attaching the error log below.
    For other 5 orgs, ISO got created successfully and we performed picking/shipping and receiving as well for these 5 orgs.
    Any help will be most welcome.
    error log is -
    Order Import Concurrent Program
    Concurrent Program Parameters
    Validate Only: N
    Order Source: 10
    Order Ref:
    Sold To Org Id:
    Sold To Org:
    Change Sequence:
    Performance Parameter: Y
    Trim Blanks: N
    Operation:
    Number of Instances: 0
    Debug Level: 0
    Request Id: 6891
    Org Id: 2453
    Failed to perform Action Request BOOK_ORDER
    Failed to perform Action Request BOOK_ORDER
    Failed to perform Action Request BOOK_ORDER
    No. of orders found: 2
    No. of orders imported: 0
    No. of orders failed: 2
    Source/Order/Seq/Line Message
    10/1046001536//2 User-Defined Exception in Package OE_SCHEDULE_UTIL Procedure Load_Results_from_rec
    10/1046001536//2 ATP Process resulted in no data
    10/1046001536//2 User-Defined Exception in Package OE_SCHEDULE_UTIL Procedure Load_Results_from_tbl
    10/1046001538//2 User-Defined Exception in Package OE_SCHEDULE_UTIL Procedure Load_Results_from_rec
    10/1046001538//2 ATP Process resulted in no data
    10/1046001538//2 User-Defined Exception in Package OE_SCHEDULE_UTIL Procedure Load_Results_from_tbl
    End of Order Import Concurrent Program

    Try running the Order import from a responsibility where the profile "OM: Override ATP flag" is set to YES at that responsibility level..

  • Error with DB instance installation on SQL Cluster environment

    Dear Experts,
    We have an issue with UAT installation of ECC 6.0 on  the following environment
    MSSQL :
    Microsoft SQL Server Management Studio                              10.0.4064.0
    Microsoft Analysis Services Client Tools                              10.0.4064.0
    Microsoft Data Access Components (MDAC)                              6.1.7601.17514
    Microsoft MSXML                              3.0 6.0
    Microsoft Internet Explorer                              8.0.7601.17514
    Microsoft .NET Framework                              2.0.50727.5446
    Operating System                              6.1.7601
    OS :
    Microsoft Windows 2008  SR2
    While running the DB instance installation with Distributed setup, we are facing the following issue during the step "Grant database access for account usm" . SAPINST is run from the central instance to install the DB instance on a separate server. (Both the servers are on the same domain). The IDs SIDADM, SAPServiceSID exists in the DB with sysadmin permissions.
    SAPINST logs is as follows
    INFO 2011-11-28 20:24:52.263
    Creating file C:Program Filessapinst_instdirx.
    INFO 2011-11-28 20:24:52.263
    Removing file C:Program Filessapinst_instdirx.
    INFO 2011-11-28 20:25:08.169
    Creating file C:Program Filessapinst_instdirERPEhP4AS-ABAPMSSDISTRIBUTEDDBx.
    INFO 2011-11-28 20:25:08.169
    Removing file C:Program Filessapinst_instdirERPEhP4AS-ABAPMSSDISTRIBUTEDDBx.
    INFO 2011-11-28 20:25:11.326
    Creating file C:Program Filessapinst_instdirx.
    INFO 2011-11-28 20:25:11.326
    Removing file C:Program Filessapinst_instdirx.
    INFO 2011-11-28 20:25:12.201
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.45.xml'.
    INFO 2011-11-28 20:25:12.576
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.46.xml'.
    WARNING 2011-11-28 20:25:14.138
    Unable to get information about path
    LABEL.ASC using GetVolumeInformation. Operating system error message: The specified path is invalid.
    WARNING 2011-11-28 20:25:14.935
    Host name has been overridden. Using host name 'eccuatad1' which might not be the real host name.
    INFO 2011-11-28 20:25:14.935
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/inifile.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/inifile.15.xml'.
    INFO 2011-11-28 20:25:15.44
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|0|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO 2011-11-28 20:25:20.513
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/keydb.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/keydb.15.xml'.
    INFO 2011-11-28 20:25:20.607
    Copied file 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.xml' to 'C:/Program Files/sapinst_instdir/ERPEhP4/AS-ABAP/MSS/DISTRIBUTED/DB/statistic.47.xml'.
    INFO 2011-11-28 20:25:20.638
    Execute step doGrantServiceRights of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0
    ERROR 2011-11-28 20:25:20.857
    FSL-06002  Error 1060 (The specified service does not exist as an installed service.
    ) in execution of a 'SyWinGetSecurityDescriptor' function, line (1296), with parameter (Error in getting security descriptor for 'MSSQL$U001' NT service).
    ERROR 2011-11-28 20:25:20.873
    MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.
    ERROR 2011-11-28 20:25:20.873
    FCO-00011  The step doGrantServiceRights with step key |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_MSS_DB|ind|ind|ind|ind|2|0|MssOsUser|ind|ind|ind|ind|11|0|doGrantServiceRights was executed with status ERROR ( Last error reported by the step :Caught ESyException in Modulecall: ESAPinstException: error text undefined.).
    Could you please let us know any resolution for this. Thank You

    Vincent,
    Thanks for the reply. Still I am not clear on how to use the STM tools in my scenario. I had issues with the domain installation with distributed in a cluster. Working with SAP and got a reply today saying that SAPINST will be modified.
    Krishna

  • Role of a functional consultant in an upgrade project

    Hello friends,
    My client is planning for an upgrade of 4.7 to ECC 6.0.
    Could you pls give me some info regarding the Role of a functional consultant in an upgrade project.
    Naveen

    The role of a functional consultant in an Upgrade depends on the scope of the project.
    whether it is a Technical Upgrade or a Functional Upgrade.
    Following would be some of responsibilities -
    Coordinate with Client  Business/Functional Team to identify critical business processes, understand the functionality of the custom developments
    Overall Test Planning, Preparation of Test Plans, test scripts and executing Unit and Integration testing
    Providing clarifications for functional related issues during UAT
    It is is functional upgrade analyze which custom functionalities can be retired and which can be brought back to standard.
    Prepare a POC on the recommended new functionalities on how these would be useful for the Client.
    Training the Client super users
    Preparing training documents
    Analyzing the obsolete transacations and modifying the documents with the new transactions
    Hope this helps you.

  • ORPOS system tries to insert the journal when device goes offline

    ORPOS 13.1.3 system tries to insert the journal for system status as any one of the device goes offline such as Database,Scanner, MICR, Till, Printer,etc. In view of such instances duplicate insertion for the same device status might result in access primary key violation which is a known issue. However, we still need to confirm whether its a base product behaviour or customization errors. we were not able to simulate this issue in UAT environment seems the chances for this occurence is rare.
    Can you please confirm whether its base product issue?
    Appreciate your help.
    Regards,
    Hari

    Hi Hari
    If it is creating any issue it seems to be a customization issue. May be if you can share logs we can help you more.
    JL_ENR table contains JournalBeginTimestamp as his primary key which cannot be same for any 2 journal
    But as such POS going online/offline multiple times does not create any issue
    Regards
    Saurabh
    [email protected]
    Edited by: kukreja.saurabh on Sep 6, 2011 10:11 PM

  • SSAS Strange Performance Issues (Long running with NO read or write activity) - UAT Test Environment

    Hi All,
    Im looking for some pointers, my team and I have drawn a blank as to what is going on here.
    Our UAT is a virtual machine.
    I have written a simple MDX query which on normal freshly processed cube executes in under 15 seconds, I can keep running the query.
    Run 1. 12 secs
    Run 2. 8 Secs
    Run 3. 8 Secs
    Run 4. 7 Secs
    Run 5. 8 Secs
    Run 6. 28 MINUTES!!
    This is on our test environment, I am on the only user connected and there is no processing active.
    Could anyone please offer some advice on where to look, or tips on what the issue may be.
    Regards,
    Andy

    Hi aown61,
    According to your description, you get long time processing after executing processing several times. Right?
    In this scenario, it's quite strange that a processing take long time. I suggest you using SQL Profiler to monitor the event during processing. It can track engine process events, such as the start of a batch or a transaction, you can replay the events captured
    on the Analysis Services instance to see exactly what happened. For more information, please refer to link below:
    Use SQL Server Profiler to Monitor Analysis Services
    If you have any question, please feel free to ask.
    Regards,
    Simon Hou
    TechNet Community Support

  • RRI sending restrictions issue in BEx Analyzer - Known SP Issue?

    We have two queries linked through an RRI interface that is designed to "send" a restriction of one characteristic when the user right clicks on the cell containing the value they want to see in the second ("Goto") query and selects "Goto" and the second query's name. This interface works fine on my machine with both my ID and the test ID the users are using to test these reports. My machine is on SP8, Patch 1 Revision 1443. However, when the users execute the same query and try the RRI they see the second query with all of the values in that column, not just the one they "selected". They are on SP7, Patch 1 Revision 1352. Is this a known issue with this version of Analyzer? I have been searching around and can't find any documentation saying so, but something "official" from SAP that documents this would be perfect to recommend and upgrade to SP8 to fix this problem.
    Thanks!

    Hi Somenath,
    Are you sure that all the data in cube is affected? I mean also the data loaded in cube before GUI upgrade?
    I have a feeling that instead of GUI upgrade something happened to the background user that is extracting the data in source system. E.g. this user master data has changed - in decimal format.
    So check the user and check data loaded before/after change of GUI.
    BR
    m./

  • Can we migrate SharePoint Designer 2013 workflows from DEV to UAT to Live without any issues? Any bad experiences?

    Hi there,
    1. Can we migrate SharePoint Designer 2013 workflows from DEV to UAT to Live without any issues? Any bad experiences?
    2. When we deploy these workflows - does IIS need a restart?
    Thank you.

    That depends, did you create reusable workflows? Those can be deployed to another environment (of course depending on dependencies within the workflow itself)
    Kind regards,
    Margriet Bruggeman
    Lois & Clark IT Services
    web site: http://www.loisandclark.eu
    blog: http://www.sharepointdragons.com

  • Authorisation issue:Using RRI..

    Hi Experts,
    I have an issue here as described below:
    I have created one End user role to give authorisations to end users.
    when testing(by assigning this role to test user id),I can able execute queries using Bex Analyser.But when trying to go to see some other report which is connected to the base report through RRI(via menu in query --> goto <display line-item>),I am unable to see the data.
    Its ending up with the error:You do not have sufficient authorization.
    Could some one please suggest resolution for this issue.
    Quick help will be highly appreciated.
    Thanks & Regards
    Nag

    Hi
    Please chec RRI query having authorization variables or not if yes check RSECADMIN for values assigned for those objects.
    Go to RSECADMIN and switch on the Trace with log so that it will display the exact result.
    Regards
    Jagadeesh

  • Selection Screen pop up issue - with jump query RRI

    Hi Experts,
    I am facing one issue regarding Jump Query(RRI) functionality.
    I have one query and also one drill down query.
    I need to jump from the first query to the drill down query.
    To achieve this , I have added the first query as sender in RSBBS T-Code and added the drill down query as Receiver.
    I have also done the variable assignment from the Assignment Details tab.
    Now the Jump functionality is working.
    But , whenever I am jumping to the receiver query , The selection screen pop up is appearing.
    I don't want this selection screen to appear during jump.
    Please help me in this regard.
    Thanks,
    Biswarup

    Hi ,
    For testing purpose , I have used a single query as sender as well as receiver query.
    So , the characteristics set is same.
    The query is a simple query, with only one input variable.
    and I have assigned it, from variable assignment.
    But still the selection screen pop up is coming , when trying to jump.
    Please suggest.
    Regards,
    Biswarup

Maybe you are looking for

  • Maverick 10.9.2 upgrade facetime camera not working any more

    Hei After upgrading to maverick 10.9.2 on my iMac 2009, the camera was not found in Facetime and all other products using the camera, like skype. I phoned apple support, but the guy told me that the camera was defect or I had to re-installed maverick

  • FM for the IBASE

    Hi, Is there any FM for getting the IBASE details for the given PIN. Thanks!!

  • RMI on a proxy

    Hi, I have a chat and a file shring application. I can not run it behind a fire wall The cients on a dialup do not face problems. but people behind a proxy i.e LAN some times. Can not send back msgs or any specific command in simpler words the softwa

  • Preventing page breaks in PDF on converted web pages

    I've been happy with the speed and linking that is available when I convert web pages into pdf's. However, the pdf versions often break the pages at inappropriate places or even will break an image so that part appears on one page and the rest appear

  • Problem with javaplugin1.3.1_01

    I am using javaplugin1.3.1_01. My applet window opens from the login page. I keep this applet window open and I try to open a new applet window (same applet) from a new login page.But the new applet window doesnot open up, instead the previous applet