Adding a Portlet Parameter

Does anyone know how to add a paramter to a portlet?
We have developed a portlet and we would like several instances of it on a page. We need each portlet to accept a different parameter to show different results. But how to we allow the portlet to accept a parameter.
I've read something on Portal Studio about a file called provider.xml that allows you to add paramters. But I don't know if this is a generic name or if you have to create your own (and if so, where it is created).
Help would be appreciated,
Thanks,
Martin

Peter,
We are using a combination of Omniportlet and developing out own portlets using the PDK using PL/SQL
In this particular instance we have developed a portlet that dymically displays contents using, primarily, the htp.p package. It displays information for a particular day of the week. I have a page that has 7 instances of this portlet (one for each day of the week). What I'd like to do is for the portlet to call a package that passes the Day of the Week as a parameter so that it can query back the results for that particular day into the correct portlet.

Similar Messages

  • Unable to bind portlet parameter with page parameter in webcenter portal

    Hi All,
    I am trying to bind portlet parameter with the page parameter so that I can ahieve some business requirements.
    Here is what I did,
    In my Portlet producer application:
    1) Created standards based portlet (jsr 286) with view.jspx and edit.jspx with rest of the things being default.
    2) In my portlet.xml created two parameters and assigned these parameters to the portlet created above.
    3) In the view.jspx added couple of output label adf components in the page.
    4) deployed this to integrated weblogic server.
    In my WC portal application:
    Created a new page and added the portlet to this page( WSRP connection already exists).
    deployed portal application on integrated server.
    In the edit mode of the page I added one page parameter(Param1) and some default (constant) value added.
    What I want is this:
    when Param1 value is One display first output label and
    when Param1 value is Two display second output label.
    I am using jdev 11.1.1.5.0 with integrated weblogic server.

    There is no need to use page parameters for this.
    You also have two types of parameters depending on what you want...
    1) Preferences: these parameters can be used on a user based level. This means that users can personalize the portlets. When a user change the value of a preference, it is only applied for that specific user
    2) Public parameters: these parameters are used to customize the portlet. The value you set in these parameter apply for all users.
    I have made a simple example to show these two differences: http://www.yonaweb.be/PortletTest.zip
    The portlet has 4 inputText on it. The first two can be set by specifying One or Two into the preference.
    The other 2 inputText uses the value of the public parameter.
    You should only deploy the portlet and consume it in a webcenter application. In the webcenter application, you don't need to do anything special. All is done in the portlet.
    I am guessing you don't have written the code that will get the value of the parameter:
    in case of a preference you will get the value by following code:
       PortletRequest request = (PortletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest();
       PortletPreferences preferences = request.getPreferences();
       return preferences.getValue("outputparam", "One");In case of a public parameter (for customization instead of personalization) you use following code to retreive the value of a public parameter:
    PortletRequest req = (PortletRequest)FacesContext.getCurrentInstance().getExternalContext().getRequest();
      String param = (String)req.getParameter("PublicParam");
      if(param == null)
          return "Three";
      return param;This code can also be found in the sample portlet application.

  • How to control the call to a data control using portlet parameter

    hi,
    i'm using a web service data control on my portlet application. I'd like to know if there's a way where in the data control will not be called when the portlet is loaded,unless the portlet parameter is specified.
    thanks in advance!
    Rian

    thanks Yannick!
    Here's what I did
    1. Create a web service proxy
    2. Create a java class that will manually call the web service (instantiate the service and port first?)
    - Can I retrieve the portlet parameter in this class?
    3. Create Data Control out of the POJO class
    - Does this mean I have to code setters/getters inside Java class (for the input and output of web service) in order for me to put the fields onto my portlet?
    Given your sample, am i understanding it correctly that once it's converted to a data control, you'll drag the getUserList method onto the page as parameter form?
    ** EDIT***
    it's now working. I have a POJO that will call the service proxy and then I have a Bean that will call the POJO method. I created a Data Control out of the POJO class as well,so I can place elements in my page using drag and drop of POJO's methods/variable.
    thanks a lot for your help
    Rian
    Edited by: rian on Dec 28, 2010 11:24 AM

  • Weblogic 11g hangs after adding -Xmanagement start parameter

    Hi.
    I've got very strange problem with Weblogic 11g.
    After adding to startup parameter:
    -Xmanagement:port=3107,authenticate=false,ssl=false
    server hangs during start.
    <May 2, 2012 2:45:19 PM> <INFO> <NodeManager> <Server output log file is '/u01/app/Oracle/Middleware/user_projects/domains/jmsZycie/servers/srv1/logs/srv1.out
    '>
    JAVA Memory arguments: -Xms512m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=/u01/app/Oracle/Middleware/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/Oracle/Middleware/jrockit-jdk1.6.0_29-R
    28.2.2-4.1.0/lib/tools.jar:/u01/app/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.ja
    r:/u01/app/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/app/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/u01/ap
    p/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/app/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/a
    pp/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/u01/app/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar:/u01/app/Oracle/Middleware/pa
    tch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/Oracle/Middleware/jrockit-jdk1.6.0_29-R28.2.2-4.1.0/lib/tools.jar:/u01/app/Ora
    cle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/app/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/u01/app/Oracle/Middleware/modules/fe
    atures/weblogic.server.modules_10.3.6.0.jar:/u01/app/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/u01/app/Oracle/Middleware/modules/org.apache.
    ant_1.7.1/lib/ant-all.jar:/u01/app/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/u01/app/Oracle/Middleware
    PATH=/u01/app/Oracle/Middleware/wlserver_10.3/server/bin:/u01/app/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/u01/app/Oracle/Middleware/jrockit-jdk1.6
    .0_29-R28.2.2-4.1.0/jre/bin:/u01/app/Oracle/Middleware/jrockit-jdk1.6.0_29-R28.2.2-4.1.0/bin:/u01/app/Oracle/Middleware/wlserver_10.3/server/bin:/u01/app/Orac
    le/Middleware/modules/org.apache.ant_1.7.1/bin:/u01/app/Oracle/Middleware/jrockit-jdk1.6.0_29-R28.2.2-4.1.0/jre/bin:/u01/app/Oracle/Middleware/jrockit-jdk1.6.
    0_29-R28.2.2-4.1.0/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    java version "1.6.0_29"
    Java(TM) SE Runtime Environment (build 1.6.0_29-b11)
    Oracle JRockit(R) (build R28.2.2-7-148152-1.6.0_29-20111221-2104-linux-x86_64, compiled mode)
    Starting WLS with line:
    /u01/app/Oracle/Middleware/jrockit-jdk1.6.0_29-R28.2.2-4.1.0/bin/java -jrockit -Xms512m -Xmx512m -Dweblogic.Name=srv1 -Djava.security.policy=/u01/app/Oracle
    /Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.system.BootIdentityFile=/u01/app/Oracle/Middleware/user
    _projects/domains/jmsZycie/servers/srv1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVeri
    fication=false -Dweblogic.ReverseDNSAllowed=false -Xms2048m -Xmx2048m -Xnohup -Xverbose:gcpause,gcreport,memory -Xverify=none -Xmanagement:port=3107,authentic
    ate=false,ssl=false -Xss:512k -Xdebug -da -Dplatform.home=/u01/app/Oracle/Middleware/wlserver_10.3 -Dwls.home=/u01/app/Oracle/Middleware/wlserver_10.3/server
    -Dweblogic.home=/u01/app/Oracle/Middleware/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=http://10.2.124.194:7080
    -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/u01/app/Oracle/Middleware/patch_wls1036/profiles/default
    /sysext_manifest_classpath weblogic.Server
    [INFO ][memory ] Running with 32 bit heap and compressed references.
    [INFO ][memory ] GC mode: Garbage collection optimized for throughput, strategy: Generational Parallel Mark & Sweep.
    [INFO ][memory ] Heap size: 2097152KB, maximal heap size: 2097152KB, nursery size: 1048576KB.
    [INFO ][memory ] <start>-<end>: <type> <before>KB-><after>KB (<heap>KB), <time> ms, sum of pauses <pause> ms.
    [INFO ][memory ] <start> - start time of collection (seconds since jvm start).
    [INFO ][memory ] <type> - OC (old collection) or YC (young collection).
    [INFO ][memory ] <end> - end time of collection (seconds since jvm start).
    [INFO ][memory ] <before> - memory used by objects before collection (KB).
    [INFO ][memory ] <after> - memory used by objects after collection (KB).
    [INFO ][memory ] <heap> - size of heap after collection (KB).
    [INFO ][memory ] <time> - total time of collection (milliseconds).
    [INFO ][memory ] <pause> - total sum of pauses during collection (milliseconds).
    [INFO ][memory ] Run with -Xverbose:gcpause to see individual phases.
    [INFO ][mgmnt  ] Remote JMX connector started at address poc1:3107
    [INFO ][mgmnt  ] Local JMX connector started
    <May 2, 2012 2:45:22 PM CEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable th
    is check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <May 2, 2012 2:45:23 PM CEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disab
    le this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <May 2, 2012 2:45:24 PM CEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.2-7-148152-1.6.0_29-20111221
    -2104-linux-x86_64 from Oracle Corporation>
    <May 2, 2012 2:45:26 PM CEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <May 2, 2012 2:45:29 PM CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <May 2, 2012 2:45:29 PM CEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    And this is it.
    I am able to connetct from JRMC. After removing -Xmanagement all is working.

    Can you please take a thread dump and copy paste the stack trace for the Thread called "main" thread.
    Please take atleast 3 thread dumps with an interval of 10 seconds and paste the "main" thread stack trace from all the 3 thread dumps.
    After analyzing the stack trace we might be able to determine where it is hanging and thus giving us a clue where the issue could be.
    Arun

  • [svn:osmf:] 14474: Adding a 'dispatchInitialChangeEvent' parameter to the ' watch' method in order to allow the initial change event from being dispatched, continued.

    Revision: 14474
    Revision: 14474
    Author:   [email protected]
    Date:     2010-02-28 23:53:31 -0800 (Sun, 28 Feb 2010)
    Log Message:
    Adding a 'dispatchInitialChangeEvent' parameter to the 'watch' method in order to allow the initial change event from being dispatched, continued.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataWatcher.as

    *Feedback*
    "Use the form below to send us your comments. We read all feedback carefully, but please note that we cannot respond to the comments you submit."
    http://www.apple.com/feedback/ipad.html
    We can complain about Apple's business decisions, but these discussions are user to user talk about possible solutions.
    Here are the places to report bugs:
    Get an account at
    http://developer.apple.com/  then submit a bug report to http://bugreporter.apple.com/
    Once on the bugreporter page,
       -- click on New icon
       -- See if you need to attach a log file or log files, clicking on Show instructions for gathering logs.  Scroll down to find the area or application that matches the problem.
       -- etc.

  • [svn:osmf:] 14473: Adding a 'dispatchInitialChangeEvent' parameter to the ' watch' method in order to allow the initial change event from being dispatched.

    Revision: 14473
    Revision: 14473
    Author:   [email protected]
    Date:     2010-02-28 23:45:28 -0800 (Sun, 28 Feb 2010)
    Log Message:
    Adding a 'dispatchInitialChangeEvent' parameter to the 'watch' method in order to allow the initial change event from being dispatched.
    Modified Paths:
        osmf/trunk/framework/OSMF/org/osmf/metadata/MetadataWatcher.as

    Perhaps you're not handling the "EndOfStreamEvent" correctly/at all, and thus not freeing up the socket to listen for the "NewReceiveStreamEvent " after the initial stream has ended...
    ?

  • Reports Portlet Parameter Form LOV Format

    Hi,
    I have created several LOV's that I want to use in the Reports Portlet Parameter Form for running Oracle Reports, but the format I am choosing when creating the LOV's is not showing correctly on the parameter form. I am picking 'Check Box' and 'Radio Group' for several of the LOV's, but they are still displaying as Dropdowns on the parameter for. Am I doing something wrong here, can the parameter form show check boxes and radio buttons?
    Thanks

    hello,
    i am afraid the answer to both questions is 'no'. i would suggest you create some HTML/JSP parameter forms for your reports. the parameter form editor of reports is very limited and for more complex requirements we suggest using other tools (or the JSP web source of reports, which is available from 9i onwards).
    thanks,
    ph.

  • Disabling the 'Schedule' tab on the Reports Portlet Parameter Form

    Hi,
    I have deployed several Oracle Reports through Portal using the built in Reports Portlet Parameter Form and I was wondering if anyone knows how to disable the 'Schedule' tab located on this form. I would like users to run the reports but not to schedule them.
    Thanks

    Hi .
    I forgot to say that, the reports is an XML report .
    regards
    rajesh
    Hi.
    I am facing a problem with the parameter form in reports 10g. The number of parameters in this report are huge. After designing the parameter form , i save and close the report. Now if i re-open the report to do changes, the width and height of the parameter form is reduced (which i increased changed previously) and if i click on any field , that specific field is repositioning itself inside the (reduced)border lines.
    I request the forum to give a remedy on this issue.
    thanks in advance
    regards
    rajesh

  • Multiple portlet instances with public portlet parameter.

    If I have a java Portlet with a public portlet parameter, and I put two portlet instance (same portlet) on the same page.
    Can page designer assign different value for the public portlet parameter of different portlet instance?
    Or the question is:
    Is public portlet parameter per portlet definition, or per portlet instance?

    Hi Derek,
    Let me give it shot. Gurus correct me if I am wrong!!
    In an hosted environment we can have multiple Organizations or Organization units that may be catered with a single Oracle9iAS Portal instance. In which case each of these Organizations / Organization units will be Subscribers to the Oracle9iAS Portal and will have an unique Subscriber ID. A company name is a part of the Subscriber profile so a subscriber has a Company that it belongs to. So if the Marketing dept. of a 'X' company is a subscriber to Oracle9iAS Portal, then this Subscriber will have a Subscriber ID associated to it and the Company that he belongs to is 'X'. So we can have a Company who has one or more subscribers to Oracle9iAS Portal.
    The distinguished name, or DN, is the identifier for unambiguously referring to a particular entry in the directory. The DN is formed by sequentially connecting all
    the individual names of the parent entries of the node, back to the root.
    I hope this helps, please get back in case you have any questions.
    Take care,
    Manoj

  • Create customised page for adding removing portlets

    Hi All,
    I want to make a customised page which has checkboxes preceeding the portlet name which the user can use for adding/removing portlets . This requirement is similar to the add/remove portlet page provided on my.oracle.com when we go for customization of our page. I would like to know how to go about it and if any reference code exists for the same.
    thanks

    The problem - IF we were the only company using the product - AND this were only an internal portal. That might be acceptable.
    The problem with that is that we are using portal in a way that was not considered by the developers.
    We are using portal to customize (not per department) - but per CLIENT or CUSTOMER. That means - when we implement a site for one of OUR customers. We are not going to be customizing in house per customer. We will be allowing the CUSTOMER to customize their own site (AND their portlets).
    Now - a customer from "ABC Company" does NOT want to customize something and see a whole bunch of generic stuff. They want to see THEIR stuff in "ABC Company" format with their logo etc. Any other way is unacceptable.
    This use case needs to be revisited by the Oracle development team to address this issue if the only option is that we can't customize the page. (I assume that by hunting through the JDK, and looking through code - I might have a chance... but I was hoping for an easier solution).
    -RP

  • Adding a new parameter to the existing report in GL(GLRTR1.rdf)

    Hi Friends,
    I was new to this oracle Forums and i am working as a oracle apps technical consultant, i have been assigned a task in GL module to customise the existing report in GL the report name is "GLRTR1.rdf" (available in vision-demo) and its concurrent program name is "Trial Balance Summary-1" this program has the predefined parameters like:
    (Parameter Name : Values to be entered/as u wish)
    Pagebreak Segment : Company
    Pagebreak Segment Low :01
    Pagebreak Segment High:01
    Currency :USD
    Period Name :feb-2003
    Amount Type :PTD(Period to Date)
    user-parameters to be added to above parameterlist
    costcenterfrom :segment2 value of (GL_CODE_COMBINATIONS table)
    costcenterto : -- do---
    Now what i want is i want to add a user parameter to this concurrent program like costcenterfrom and costcenterto these are optional parameters and the its value set type is TABLE and i want to display value is SEGMENT2.
    when i select the parameters along with predefined and costcenterfrom and costcenter to the report output should be between the costcenter from and costcenterto along with predefined values,
    and if i am not giving any value to the costcenterfrom and costcenterto parameters then the report out put should be based on the above parameters ie predefined parameters only.
    i think u haveunderstoood the requirement and does any one please tell me know the solution for my problem its very urgent.
    i will be very greatful to them.
    Regards,
    Azeez
    [email protected]

    Hi,
    Please check whether the auth object is switched on for the info-provider or not. By default its switched on if the info-object is part of the info-provider.
    To switch it on again, enter the info-provider name in the section 'Checks For Info-provider'. Click on pencil button to enter into change mode and select your auth object.
    Hope it helps
    Thanks
    Soumya

  • How to make url portlet parameter permanent

    I have set up a url portlet inside portal.
    I put tags in the provider.xml file for an input parameter for my url portlet to use. (I used the <isMandatory>true</isMandatory> so I would be prompted inside portal for the value.)
    So, when I add the url portlet to a portal page a window pops up and asks me to submit a value for the portlet to use.
    The portlet runs sucessfully.
    MY QUESTION: How can I make the value that the page creator enters permanent so that the url portlet automatically picks it up whenever the page is run?
    My purpose is to be able to add this portlet to several different pages and have it use the value that was defined for it when the page was created.
    I have read several articles, but I must be missing something. Any ideas are appreciated.

    Hi,
    You can make the following change in your provider.xml file.
    <inputParameter class="oracle.portal.provider.v2.URLPortletParameter">
    <name>csz</name>
    <isMandatory>false</isMandatory>
    <value>Set your value here</value>
    <displayName>What location do you want a map for (City, State or Zip)?</displayName>
    </inputParameter>
    By doing so, it'll pick up the value from the provider.xml and append the value to the parameter in the URL, so that the constructed URL will have the parameter value without having to customize the page.
    I hope this answers your question. Do feel free to come back here if you have any more problems.
    Ashish.

  • Adding web portlet to portal

    I have installted 9IAS 1.0.2.2 EE on NT 4.0 . My requirement is to see a CNN website as portlet to my portal home page. Whenever
    i try to add web portlet i am getting the below error.
    An error occurred when attempting to call the providers register function. (WWC-43134)
    An unexpected error occurred: ORA-29532: Java call terminated by uncaught Java exception: HTTPClient.ParseException: No scheme found (WWC-43000)
    An unexpected error occurred: HTTPClient.ParseException: No scheme found
    at HTTPClient.URI.<init>(URI.java)
    at HTTPClient.URI.<init>(URI.java
    I am new to portlet development and will grealy appreciate if somebody can
    share the experience.
    null

    help me to perform adding WEB Services as described bellow:
    Hello,
    It depends a Little bit on the used Visual Studio Version. Basically do a right-mouse click on "References" and select
    The next steps are a Little bit hidden & confusing: In the next Dialog click on "Advanced..", then add "Web reference" and here you can enter the URL for SSRS SOAP, click on the green arrow and the WSDL data will be retrieved &
    shown in the Dialog:
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • System.MissingMethodException after adding an optional parameter

    I am getting error of System.MissingMethodException after I have an optional parameter in one component and the other component which call it was not build as it call it with old number of parameters.
    Only component in which parameter is added was build an deployed as patch. The calling component is old as there is no change in it.
    When the calling component run it gives error :
    Exception Information
    Exception Type: System.MissingMethodException Message: Method not found: 'LabelURLs IPSD.BnB.Transaction.Postage.GetLabelURLs(System.String)'. Data: System.Collections.ListDictionaryInternal TargetSite: Void GenerateScanForm(Int32, Int32) HelpLink: NULL Source:
    BnBDispenseQueueProcess
    As far as i know it should not raise an error as new parameter is optional. One more thing calling component(EXE) run as windows service.
    we found an very wired workaround to make it run. By Removing the changed component once and run calling component which will say DLL not found. The place the same DLL again and calling component works fine:).
    I think i am missing some internals of .net.
    Let me know if more info needed.

    Hi, 
    Type with only optional parameter constructor and no parameter less, will throw this exception when trying to create through Activator.CreateInstance
    This issue is addressed here,
    http://connect.microsoft.com/VisualStudio/feedback/details/521722/system-activator-createinstance-throws-system-missingmethodexception-with-constructor-containing-an-optional-parameter  
    Is your component only have optional parameter constructor? 
    If this post answers your question, please click "Mark As Answer". If this post is helpful please click
    "Mark as Helpful".

  • Adding a portlet to a page like the customize or edit link

    I hope somebody else out there has seen or tried this...
    I would like to have a list of portlets, similar to the way the repository displays them, inside of a portlet on a page. Each entry would be a link, that when clicked, would add the selected portlet to a different region on the page. Basically it would be a way to do the customize (add/remove portlets) function without having to click customize and drill into the repository. Is there anything in the PDK APIs or something that can do this?
    Thanks,
    Mike

    Hi Mike -
    What version are you using? The Portlet Repository Page group in 9.0.2.6+ is what you see when you add portlets through the normal UI. You can have a look in there and see what they call.
    Hope this helps,
    Candace

Maybe you are looking for

  • Free Itouch with purchase of Macbook promo

    Hi, sorry I didn't know where else to post this... I know there is an ongoing promo where you can get a free itouch with the purchase of a mac computer...thing is, i didnt know about it until now. I actually got my computer in april, just barely a mo

  • Error when opening Capacity Planner and Performance Manager

    Hello, I am having an error when opening Performance Manager or Capacity Planner under 9i OEM in our environment. I started at the company about 2 months ago, and have not used these tools until yesterday - and just found these errors. Below is a lin

  • Help required for our Crystal Reports billing reports

    Hi there, excuse me if this is the wrong location to make this post, just registered today and in need of help. We employee an in house developer and use Crystal Reports 2008, Service Pack 3 and have a couple of issues using Crystal Reports effecting

  • Mysql statement in CMP

    thank's for your reply .Now I have another problem I use J2EE RI from java.sun .I try to follow example in j2eetutorial about CMP Example call RosterApp.ear . I dont'change anything code inside RosterApp.ear but when I deploy and runclient command th

  • Freehand won't fully launch in OSX 10.6.8

    I'm trying to install Freehand on a Mac running 10.6.8. Yes, I have downloaded and installed (placed) the MXa Registration file provided by Adobe. The program does launch, but only a couple of palettes open up. The entire tool bar across the top is m