Urgent :  Portlet issue

Hi,
I am working on Weblogic Portal 9.2
I have portal page with 3 portlet as below.
Home Page
--> Portlet1.portlet Instance label ppp1
--> Portlet2.portlet Instance label ppp2
--> Portlet3.portlet     Instance label ppp3
When I run this page I will see above three portlets displaying properly.
Now Let say on Portlet3.portlet , there is hyperlink "show". On clink of this hyperlink only Portlet3.portlet should be displays with different content.
How I can do this?? How do I prepare the href so that my page shows only third portlet i.e Portlet3.portlet ?
Also please note that I don't want to use any help of backing file to hide and show the portlets. Portlet3.portlet should display only using href URL.
I am trying with URL like
String link = request.getContextPath() + "desktop defination label" + ?_portletInstance=ppp3
where desktop defination label = DesktopPresentationContext.getDesktopPresentationContext(request).getDefinitionLabel();
<netui:anchor href="<%= link %>" >show</netui:anchor>
But it's not working.

Pageflow based Portlets are very tricky when using Browser Back/Forward buttons. Pageflows always maintain the last state and anytime we refresh it shows the last state. Like if you have say 3 navigation links that takes to 3 pages and if you click on link3. Now when you refresh the page or use back button, we expect the pageflow will get called and go to begin method and show the page 1. But it shows the last link clicked page.
To overcome this, for Pageflow Portets, there are 2 Properties: Pageflow Action and Pageflow Refresh Action. When you open pageflow portlet and on right side under Properties -> Page Flow content, you can see these properties.
So in your case, if you see that when you browse back, if the pageflow portlet is not getting maximized, se the property "Pageflow Refresh Action" with the action method that you have in pageflow that triggers Maximize code (if you have this in backing method add system.out.printlns and see if this is getting called).
To overcome the scenario I mentioned in first para, I usually set both these properties with begin method name, since in begin method I have all initialization logic.
If you are getting some other errors during browser back buttons, can you please give the exact details and any errors that you see.
Goud

Similar Messages

  • A very urgent deployment issue about DBAdapter

    Hello All,
    I have a very urgent deployment issue about DBAdapter.
    That DBAdapter is connect to DB2 AS400 Database. I have a developing database (jdbc:as400://server01/TEST) and a production database (jdbc:as400://server01/PROD).
    During developing, I used DBAdapter wizard to create it, and import some tables, and set the Adapter to use jabc/DB2DS as connection information for easily deployment later.
    Then I deploy to Production. I configured Data-source.xml and oc4j-ra.xml rightly; I set DB connection point to production database. But the DBAdapter still write into developing Database.
    I checked the DBAdapter, the imported tables are something like this, TEST.table1, TEST.table2. And there are a lot "TEST" located in DB2Writer_toplink_mapping.xml, DB2Writer.xml, TEST.schema, DB2Writer.table1.ClassDescriptor.xml.
    This TEST is refrer to the TEST in connect String jdbc:as400://server01/TEST.
    I think this might be the reason cause the problem. As to production database, "TEST" should replaced by "PROD". If I changed it manually, I have to change every time when switch between TEST and PROD. And I also don't know if it is safe to do it? (I tried, and bring some toplink mapping problem)
    By the way, for Oracle Database, because we use 2 instances for testing and production with same schema name, and do not have this issue.
    Anyone could help and many thanks.
    Kerr
    Message was edited by:
    Kerr

    Hi Kerr,
    The idea is to set up all connections in the BPEL or ESB services with logical names, e.g. typically of the form eis/DB/MyFinancialSystem or eis/DB/MyLogisticsSystem. This way, you do not have to modify code when deploying it onto different environments that serve different purposes.
    When moving your services through their lifecyle, on every environment you deploy these to you will have the same logical connections configured on each instance, e.g. for DEV, QA, SIT, UAT and PROD. Only, in case of QA the actual physical connection is configured to point to the QA instance of the systems that your services interact with whereas in case of UAT it points to the UAT instance of the same system.
    Maybe your problem is caused by connecting as user "SomeUser" when running the DB Adapter wizard during development and actually selecting objects from a different schema than you used to connect with, e.g. "Test" in your case.
    Hth,
    Sjoerd

  • (Urgent) Sysdate issue in Oracle applications scheduler.

    Hi All
    I have used the query 'SELECT SYSDATE FROM DUAL' for a parameter in concurrent request. If I execute this concurrent as a single request, then it returns exact sysdate (current date) in a parameter.
    If i schedule this program for daily execution using scheduler, then the sysdate is always giving value of the date when i have configured the scheduler.
    For example,
    My Requirement :The scheduler configured such a way that it should run everyday.Whenever it runs my query has to return the current date.
    Current Issue: I schedule the scheduler on 23-Dec-2008. If it runs on 24-DEC-2008,it returns as '23-DEC-2008', If it runs on 28-DEC-2008 also,it returns as '23-DEC-2008.However If I execute this as a single request, it works fine.
    Can anyone help me please,,It is very urgent.
    Thanks in Advance

    Hi,
    I can confirm that this does work properly on 11.1.0.6 . Here is the code I used
    -- create a table for output
    create table job_output (log_date timestamp with time zone,
            output varchar2(4000));
    begin
      dbms_scheduler.create_job (
        job_name => 'myjob',job_type => 'plsql_block',
        job_action =>
      'insert into job_output values(systimestamp, ''myjob runs'');',
        repeat_interval=>'freq=minutely',
        number_of_arguments => 0, enabled => true);
    end;
    exec dbms_lock.sleep(130);
    select * from job_output order by log_date ;The table job_output clearly shows dates increasing by one minute every run. If you use "freq=daily" instead then the job will run once a day instead of once a minute.
    Does this example work for you ? If not could you post output from the job_output table and tell us what version database you are using.
    Thanks,
    Ravi.

  • Urgent: Portletizing an struts JSP application

    Hello all,
    I have a struts JSP application. I want to portletize this whole
    application, so that navigation is always within the portal
    framework.
    Using URL Services all I can see is that the first page will be a
    portlet.
    Can anyone suggest the best way to portletize the application?
    This is quite urgent and your help will be greatly appreciated.
    Thanks in advance.
    Faisal.

    Hi all,
    Concerning the message below, does the struts framework affect how normal JSP applications are added to Portal? Or is it as simple as just importing the portal classes and referencing them in the JSP's?
    We would like to use struts for our next web application using JSPs, but need to display them within Portal. I've done this before by just changing the way our hrefs work, but am wondering if using struts will affect any of this.
    Thanks in advance,
    Gillian
    Hello all,
    I have a struts JSP application. I want to portletize this whole
    application, so that navigation is always within the portal
    framework.
    Using URL Services all I can see is that the first page will be a
    portlet.
    Can anyone suggest the best way to portletize the application?
    This is quite urgent and your help will be greatly appreciated.
    Thanks in advance.
    Faisal.

  • Very urgent Decimal issue in ADF page

    Hello friends,
    i have an issue in ADF page which was weight field, issue has below.
    1) weight filed was validated that without entering 5 digit value in filed, example suppose i enter 12345 in weight it is showing that in small dialog box -weight value should be 0 to 9999.999 only. but it is let me to go next field and submit button. it is happening only in create page only.
    2)but when i go to detail page , same weight fild is populated there - i enter invalid weight something 12345, it is showing that in small dialog box -weight value should be 0 to 9999.999 only. but here let me not go to another filed until i ENTER valid value.
    create page weight filed need to work same as detail page.i am new to ADF development, how to check where this validation done and how to fix this.
    very very urgent.
    Thanks,
    vamshi.

    If you use ADF BC, open the entity and choose "Business Rules". You can then add validation rules such as range limits under the attributes. It is usually best practice to include validation rules in the entity (model layer), this way they apply automatically to all view objects based on the entity and you are guaranteed to have only valid values in the database. (View layer validation may have its place as a convenience supplement.)
    Read more about business rules in the developer's guide: http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/bcvalidation.htm

  • Header portlet issue: User settings not passed to Header portlet on "My Pages"

    I am trying to write a header portlet which reads User Settings (User preference). The settings are retrieved correctly and the header portlet works fine on a Community portlet but when browsing "My Pages" or "Knowledge Directory" the settings are not being passed to the header portlet. I have tried this on multiple portals and I get the same behavior. Can you kindly let me know the cause of the problem and help me fix this issue Thanks,Rakesh

    I was able to figure out setting the global display on the default pages, but I'm still stymied at how to set the display for the page portlets for user customizations. In instances where users have added a page portlet, only the portlet header is displayed. I've done the following to try to fix the situation:
    - Deleted and regenerated the page portlets
    - Refreshed the repository
    - Refreshed the display for individual user pages
    Nothing seems to work. This is a major showstopper for us: we are scheduled to go "live" with the 9.0.2.6 version on Friday, and we do not want to ask users to recustomize their pages.
    Windows; 9.0.2.6
    Thanks for all the help!
    Mary

  • Page Navigation Portlet issue

    I am having an issue with a page navigation portlet. I am using adaptive tags and we have actually implemented one custom tag that outputs the current page id.
    I will paste the code here. The issue is that in our portal the pages don't show up in the order we have set in community editor. They are showing up ordered by page id.
    This is being done on 6.0 sp1.
    Here is the code I am using.
    <link type="text/css" href="pt://images/plumtree/common/custom/CIENA/PageNavStandard/MenuStyle.css" rel="StyleSheet" lang="en" />
    <div id="PageNavStandard" xmlns:pt="http://www.plumtree.com/xmlschemas/ptui/">
    <div id="PageNavStandardTitle">Navigation</div>
    <pt:ptdata.currcommunitypagesdata pt:id="compages" />
         <ul id="MenuNav">
         <pt:logic.foreach pt:data="compages" pt:var="commpg">
                   <li>
                   <script>
                        var linkstr = "<pt:logic.value pt:value="$commpg.url" />";
                        var PageReg = new RegExp(/PageID=(\d*)\D/);
                        if(PageReg.exec("<pt:logic.value pt:value="$commpg.url" />")[1] == <pt:ciena.currpageid/>) {
                             document.write('<a href=" + linkstr +  id="ActivePage" ">');
                        } else {
                             document.write('<a href=" + linkstr +  ">');
                        document.write('<pt:logic.value pt:value="$commpg.title"/>');
                        document.write('</a>');
                        //document.write(PageReg.exec("<pt:logic.value pt:value="$commpg.url" />")[1]);
                   </script> <!--
                   <pt:core.html pt:tag="a" href="$commpg.url">
                        <pt:logic.value pt:value="$commpg.title"/>
                   </pt:core.html>
                                  -->
         </pt:logic.foreach>
         </ul>
    </div></a>

    That is most peculiar because we are doing a nearly identical page navigation portlet and we have the ability to shuffle the pages via the community object.
    Are you using your code in publisher or in a custom portlet?
    Perhaps you could try using this code in publisher and see if the results are returned appropriately:
    <span xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'>
    <!-- TOKEN NAMESPACE -->
    <pt:namespace pt:token="$$TOKEN$$"/>
    <style type="text/css">
            #pt-portlet-$$TOKEN$$ {
                    background-color: #3366CC;
                    font: verdana,arial,helvetica,"sans-serif";
                    font-size: 10px;
              margin-bottom: 10px;
            #portlet_navigation$$TOKEN$$ td {
              font: verdana,arial,helvetica,"sans-serif";
              font-size: 10px;
              color: #8CB5DE;
         #portlet_navigation$$TOKEN$$ a {
              text-decoration: none;
              color: #FFFFFF;
            #portlet_navigation$$TOKEN$$ a:hover {
              text-decoration: underline;
       #portlet_parent$$TOKEN$$ td {
          color: #8CB5DE;
          text-decoration: none;
          font: bold 10px verdana,arial,helvetica,"sans-serif";
       #portlet_parent$$TOKEN$$ a {
          color: #8CB5DE;
          text-decoration: none;
          font: bold 10px verdana,arial,helvetica,"sans-serif";
       #portlet_parent$$TOKEN$$ a:hover {
         text-decoration: underline;
    </style>
    <!-- get the portal data -->
    <pt:ptdata.currcommunitypagesdata pt:id="commmenu"/>
    <pt:ptdata.editcommunitydata pt:id="commactions"/>
    <pt:ptdata.currparentcommunitydata pt:id="parent"/>
    <pt:ptdata.currentcommunitypageiddata pt:id="currpage" />
    <table id="portlet_parent$$TOKEN$$" width="100%">
       <tr>
          <td colspan="2"> </td>
       </tr>
       <tr>
          <td class="platportletwideheader">
          <pt:logic.foreach pt:data="parent" pt:var="curr">
             <pt:core.html pt:tag="a" href="$curr.url"><pt:logic.value pt:value="$curr.title"/></pt:core.html>/
          </pt:logic.foreach><pt:standard.realmname/>
          </td>
       </tr>
    </table>
    <table cellpadding="0" cellspacing="0" border="0" width="100%" id="portlet_navigation$$TOKEN$$">
       <tr>
          <td>
          <table cellpadding="0" cellspacing="0" border="0" width="100%">
                  <pt:logic.foreach pt:data="commmenu" pt:var="commpg">
                  <!-- currpage will be set to null if it's not the current page -->
             <pt:standard.choose>
             <pt:standard.when pt:test="intsequal" pt:int1="$currpage.PageID" pt:int2="$commpg.PageID">
              <tr bgcolor="#338AF0" width="100%" style="padding-top:2px; padding-bottom:2px;">
                   <td width="15px" align="right"><img src="images/bullet_white_highlight.gif" /></td>
                          <td>
                               <pt:core.html pt:tag="a" href="$commpg.url">
                             <pt:logic.value pt:value="$commpg.title"/>
                        </pt:core.html>
                   </td>
                   <td valign="middle" align="right" style="padding-bottom:5px;"><img src="images/leftnav_arrow.gif" border="0" /></td>
              </tr>
         </pt:standard.when>
         <pt:standard.otherwise>
              <tr width="100%" style="padding-top:2px; padding-bottom:2px;">
                   <td width="15px" align="right"><img src="images/bullet_white.gif" /></td>
                   <td colspan="2">
                        <pt:core.html pt:tag="a" href="$commpg.url">
                             <pt:logic.value pt:value="$commpg.title"/>
                        </pt:core.html>
                   </td>
              </tr>
         </pt:standard:otherwise>
         </pt:standard.choose>
             </pt:logic.foreach>
             <tr>
                <td colspan="3"> </td>
             </tr>
             <!-- RETRIEVE RELATED COMMUNITY LIST AND SUBCOMMUNITY LIST -->
             <pt:ptdata.currrelatedcommunitiesdata pt:id="relcomms" />
             <pt:ptdata.currsubcommunitiesdata pt:id="relcomms" />
         <pt:ptdata.sortcollectiondata pt:id="sortedsubcomms" pt:data="relcomms" pt:sortby="title" pt:sorttype="string"></pt:ptdata.sortcollectiondata>
         <pt:standard.choose>
              <pt:standard.when pt:test="isEmpty" pt:col="relcomms">
              </pt:standard.when>
              <pt:standard.otherwise>
                   <tr><!--dotted line-->
                        <td colspan="3" background="images/dotted_line_leftnav.gif"><img src="images/spc.gif" width="180" height="1" alt="" border="0"></td>
                            </tr>
                   <tr>
                                 <td colspan="3" class="platportletwideheader">Associated Communities</td>
                                                    </tr>
                   <pt:logic.foreach pt:data="sortedsubcomms" pt:var="commpg" >
                                 <tr width="100%" style="padding-top:2px; padding-bottom:2px;">
                             <td height="16"> </td>
                                    <td colspan="2">
                                         <pt:core.html pt:tag="a" href="$commpg.url">
                                              <pt:logic.value pt:value="$commpg.title"/>
                                         </pt:core.html>
                                    </td>
                        </tr>
                            </pt:logic.foreach>
              </pt:standard.otherwise>
         </pt:standard.choose>
         <pt:standard.choose>
              <pt:standard.when pt:test="stringToACLGroup('group=1,771;').isMember($currentuser)" >
                   <tr><!--dotted line-->
                        <td colspan="3" background="images/dotted_line_leftnav.gif"><img src="images/spc.gif" width="180" height="1" alt="" border="0"></td>
                            </tr>
                   <!-- PORTAL TOOLS -->
                   <tr>
                               <td colspan="3" class="platportletwideheader">Portal Tools</td>
                            </tr>
                            <pt:logic.foreach pt:data="commactions" pt:var="element">
                            <tr width="100%" style="padding-top:2px; padding-bottom:2px;">
                        <td height="16"> </td>
                               <td colspan="2">
                                    <pt:core.html pt:tag="a" href="$element.url">
                                         <pt:logic.value pt:value="$element.title"/>
                                    </pt:core.html>
                               </td>
                   </tr>
                            </pt:logic.foreach>
                    </pt:standard.when>
         </pt:standard.choose>
          </table>
          </td>
       </tr>
       <tr>
          <td> </td>
       </tr>
    </table>
    </span>

  • File Upload Portlet Issue

    I have a portlet written in .NET that allows a user to upload a file that is saved to a server and some back-end processing is done. I'm running into an issue where I can't upload a file over 80 MB. I have adjusted the setting in .NET to allow the file size for up to 400 MB. But, my Plumtree Portal is running on Tomcat on Windows. Is there another setting in either Tomcat or Plumtree that I need to adjust?
    Thanks, Jamie

    The binary gateway for Plumtree has a limit of 50mb. You can turnoff binary gateway, which you have to do it in 5.01 to fix some problems, or change the MaxPostData registry DWORD. You might even have to increase its timeout settings for files that large. See this article below:
    http://portal.plumtree.com/portal/server.pt/gateway/PTARGS_0_280508_555092_0_0_18/registry_settings_for_plumtree_binary_gateway.htm
    If you have a problem getting to it, just search for "binary gateway" and it should be the first hit.
    Hope this helps!--Jason ParrishFTN Financial

  • Urgent : Export issue

    Hi,
    I had an export script to export my database full. It was running well every day until this morning I met this issue. If someone can help me, it's very urgent !
    Thanks
    bash-3.00$ ${ORACLE_HOME}/bin/expdp system/xxxxxxx full=y directory=EXPORT_DUMP_M3PROD dumpfile=${DUMPFILE} logfile=${LOGFILE}
    Export: Release 10.2.0.4.0 - 64bit Production on Monday, 18 May, 2009 11:06:13
    Copyright (c) 2003, 2007, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    ORA-31626: job does not exist
    ORA-31650: timeout waiting for master process response

    So, I opend a SR in Metalink.
    They ask me to rerun catproc.sql and give me a note to delete orphaned jobs
    Frist of all the CATPROC component should not be INVALID in the database
    For this you have to rerun the catproc.sql script which can be found in $ORACLE_HOME/rdbms/admin
    ACTION PLAN
    ============
    1. startup restrict
    2. spool catproc.log
    3. @?/rdbms/admin/catproc.sql
    4. spool off
    Second please use Note.336014.1 Gen Ext/Pub How To Cleanup Orphaned DataPump Jobs In DB
    A_DATAPUMP_JOBS to cleanup the data pump jobs and then retry to export
    Thank you !!
    oldschool

  • URGENT Battery Issue...

    Hello, I'm in desprite need of help... I have a HP G62-34OUS Notebook, I've had it since around Febrary of last year. I also have a warrenty with Staples where I bought it.
    My issue is that the battery won't latch. And I haven't taken it apart or anything! I've taken very good care of it, and the batterie's only defect would be a small corner being bent. The bent corner is barely noticable and has worked for the last six months that it's been that way.
    What should I do about this? I'd like help urgently... This is being typed while it is on a power supply in my wall, my area has gotten a lot of storms lately, so please try and hurry... Thank you in advance for those who reply!
    ~Justin Greenough

    I would suggest using the warranty at Staples. If you open it on your own, chances are it might be havinf some issues, worst case, void your warranty. 
    I say bring it to staples with your warranty card. 

  • Urgent qty issue more

    hi expert
    my issue is as.vendor sent goods 3900, in GR they have done for4000 in plant(a)
    this plant deliver the goods to plant(b)4000 and billing qty is also 4000.my issue is i wants to take back qty100 back and .how to reverse is qty plz suggest
    urgent
    points will be awarded

    hi expert i wants to add on thing plant(b)actually receipt3900
    qty.how to match difference

  • 902 Status Portlet issues

    I've added the Status portlet to a page in 902. I've also set up a page approval process. A user with Manage With Approval privs adds some content and a page owner approves the content with a comment.
    The user with Manage With Approval refreshes their page and can see the new content approved in the Status portlet.
    I assume I can display the full approval notification (including the approval comments) by clicking on the approval status, but when I do the a Javascript error is displayed in my browser (IE5.5):
    Is this a bug or an install/config problem?
    This is limiting the usefulness of one of the most eagerly awaited features of 902.
    regards,
    John

    Please see my related post on Subscriptions. I have raised a TAR (2487712.999) against the problems with the Notification and Status portlets (used in the context of Subscriptions).
    However, the problem with the Task portlet is generic across ALL aspects of its use - Approval, Subscriptions etc.
    Jerry has raised a bug: 2479682 which is internal currently, but I don't know the exact details of what it covers because the problems I identified with the Subscriptions process covered a number of potential bugs for each of the Notification and Status portlets.
    Basically, to replicate this specific issue (identified in this thread), create an approval process for a page and fire it off by adding some content by a user with Manage With Approval. This limited-privilege user cannot check the status DETAILS of their request - the hyperlink with 'PENDING', 'APPROVED' etc. appears, but if you click on it a Javascript error appears instead of (I assume) a pop-up detail screen appearing with the full history of the approval process. I have tested this on Internet Explorer 5.5. Does it work ok on Netscape???
    These issues identified are quite fundamental to significant areas of new functionality in release 902. It will make the task of pursuading my customers to migrate or new customers to take up Portal 902 and I hope they will be rectified soon!
    Regards,
    John

  • Mandatory portlet issue

    Hi,
    I have a requirement in which I need to display 5 portlets as mandatory portlet on home page. I have a template in which there are three regions on my home page. Region 1 & 3 are narrow regions and region 2 is wide.
    I need to add 2 mandatory portlets in region-1 and 3 mandatory portlets in region-3. To achieve this I have set priority for mandatory in portlet security section.
    Below is the details of the priority given to the mandatory portlets:
    Region - 1
    Portlet - 1 : Very High
    Portlet - 2 : Medium
    Region - 2
    Portlet - 1 : High
    Portlet - 2 : Low
    Portlet - 3 : Very Low
    The problem here I am facing is that the Portlet - 3 which I need to be displayed in Region - 3 is coming in Region - 1.
    Please suggest some workaround so that my Portlet - 3 should come in Region - 3.
    Ankit

    OK, so this issue is resolved. However its all very wierd, and I am concerned it may come up again. Anyways the steps were:
    I looked up OSS notes and found one exactly for this scenario: 746396. According to this note, this issue happens with Infotypes with Time Constraint of '3'. So Emergency Address had a TC of 3, and it was understandable that this problem occured. I also tested this with other address subtypes not of TC 3 and they worked fine. When I decided that we had to implement the code changes as part of this note, I saw that this note was applicable only to Release 500, whereas ours is 600. I also compared the code and verified that the code changes suggested in the note were already applied. Just to try, I changed the TC of IT6 ST4 to 2 and then the iView worked fine. I changed the TC back to 3 and expected it to fail, but then the iView continued to work correctly. I tested various scenarios, and everything is working just fine.
    However in the SAP world I hate the unknowns, since they come back again. If anyone has an explaination for this please let me know. Otherwise, for now, the iView is working fine.
    Thanks,
    Nakul

  • Telnet Portlet Issue

    I have downloaded and installed the Telnet Integration Portlet from potalstudio. I registered the provider and added the portlet to a portal page. From there I customize it with the server name, port (23), username, and password. From there I can't tell if I'm logged in or not. At the top of the portlet it says "Digital UNIX (challenger) (ttyp0)"...challenger is the server name. Below that I see the following:
    login:
    Password:null
    If I try to enter a command where it says "Enter Command here:" the command is not run. It simply displays the command that I ran such as 'ls' or the 'cd' command that I ran. Am I doing something wrong, am I connected but have something else wrong? Any help you could give would be greatly appreciated. Thanks.
    Beth

    I am using IE 6.* which is the browser you said you had problem with. I have followed your advice to try on Mozilla and get the following error when the applet is trying to download:
    load: class de.mud.jta.Applet.class not found.
    java.lang.ClassNotFoundException: java.io.FileNotFoundException: https://mysygentest.sygeninternational.com/pls/portal/de/mud/jta/Applet/class.class
         at sun.plugin.protocol.https.BrowserHttpsInputStream.openStream(Native Method)
         at sun.plugin.protocol.https.BrowserHttpsInputStream.<init>(Unknown Source)
         at sun.plugin.protocol.https.BrowserHttpsURLConnection.getInputStream(Unknown Source)
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
         at sun.applet.AppletClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    When you say you installed the latest JRE 1.4.2_03 from Sun, did you mean that you installed it on 9ias or on your local computer. I�m a little hesitant to install it on 9ias at this point and possibly create other issues.

  • !!!Very Urgent-Production Issue -Please help

    Hello IDMers,
    We are facing an issue in production, we updated the AD Process form yesterday. Two fields- Employee Type and Employee ID field in AD User Process form got refreshed for all existing users. Those two fields are empty now for all users.
    But these fields have appropriate value in the Xellerate User Table for all users. Now I need to some how populate the Employee Type and Employee ID field for all employees from User Table to AD Process form.
    for example: Consider an Employee called Peter- His emp type is Full Time and Emp ID is 100; which i have it in OIM User Table, but this user is provisioned with AD and now i will have to update his AD Process form so that these two fields are populated. I need to do this for all users in OIM. I guess the prepop adapter triggers only when the form is created for the first time. Please suggest me some ideas.
    Is there a easy way to do this task?
    What my thinking is, I need to have a scheduled task that basically loops through all users and updates their employee type and id field in AD User Form from Xellerate User Table.
    Please help me with this as it is highly important.
    Thanks again every one for your support all the while.
    Regards,
    ~VSN

    hey,
    i was doing lots of migration from one OIM box to another during our last release. I guess something would have gone wrong while doing an import/export from one OIM system to another.
    What I learned was while doing an import the vulnerable object is AD USER (or any resource of OIM) Object (both Process form and process definition), because those are the two objects which you need to import fully no matter how big a change you have done.
    So when you do an import watch out for USER DEFINED FIELDS in the process form because for me the two fields which disappeared were user defined/custom created by me. So make sure you export the latest version;even if you didnt make any changes to them better create a new version copy of the form and then export it.
    Hope that helps.
    ~VSN

Maybe you are looking for

  • Can not click buttons or move windows

    Hi there, I have a strange problem. When I click the mouse in certain areas of the screen or within certain windows it does not have any effect. I can move icons around the screen but windows that are recently opened and which sit towards the left ce

  • MacBook Pro to Samsung sound bar Bluetooth not connecting

    Hello all, I recently purchased a Samsung sound bar with bluetooth connectivity. I can connect my iPhone 5s to it and stream music with no problem. But when I try to connect my MacBook Pro, it simply connects and promptly disconnects. I have tried sh

  • F110 REGUH

    Hi friends, We have vendors with alternative payee and the Bank details are configures for alternative payee. Now when we run the payment run on vendors REGUH table doesn't get updated with the Bank details ( of course these are details of alternativ

  • Third party: trigger customer invoice from MIRO

    Hi all, this is the requierement: after the MIRO of the vendor invoice it's ncessary to trigger automatically the customer invoice (third party flow). Do you know specific userexit to use? Other solutions? Let me know for further information. Thank y

  • My Mas OS X is ver. 10.5.8, How can I updaye to 10.6.6, cause I want to use FaceTime on my Mac

    Same as Title.....