Scheduler Portlet

Hello !
I've installed Scheduler Portlet from the PDK Sample.
Installation is allright... after replace deprecated class and
method. Now i've an exception (outOfBoundArrayException) when i
try to insert a new event.
Do you know the way to find a new version from this portlet.
Thanks

Well, if I only knew that someone got this Scheduler Portlet to
work properly from start to finish or not, without any error
messages??
Then I'd be sure at least that it's my environment which causes
the error...

Similar Messages

  • Scheduler Portlet links don't function

    I installed the Scheduler Portlet and it displays Ok within Portal. When I click on a link though (i.e. "New Event"), the browser says "Error on Page" - I assume this is for the Javascript within the JSP.
    Anybody got the links to work for the Applet ?
    Cheers,
    Pete...

    No you won't find answers in that forum (there's only about 4 questions). The only way I was able to get the links to work was to match up the physical subdirectory with the virtual directory in ojsp.properties. For me this was "schedulerportlet". Use this instead of OtnPortlet.
    I'm glad these Samples are a true reflection of how easy it is to develop portlets under Oracle Portal!
    BTW, I'm receiving ORA-600 errors when I try to create an event. Also, no matter what day I enter, the time for an event cannot be earlier than the current time.

  • Scheduler Portlet - Links won't work

    Guys,
    I installed the Scheduler Portlet and it displays Ok within Portal. When I click on a link though (i.e. "New Event"), the browser says "Error on Page" - I assume this is for the Javascript within the JSP.
    Anybody got the links to work for the Applet ?
    Cheers,
    Pete...
    null

    Pete,
    Check the alias set in ojsp.conf :
    Alias /OtnPortlet/ "d:\9iAS\Apache\Apache\htdocs\schedulerportlet/"
    The Alias OtnPortlet should point to the location of the jsp files. The link "New Event" opens CreateEvent.jsp in a new window.
    Hope this helps.
    Pushkala
    null

  • Scheduler Portlet errors

    I keep getting this message when I run my Scheduler Portel:
    An exception has occurred.
    The name of the exception is java.lang.NullPointerException
    Only my CreateEvent.jsp is working the rest give this error or someother...Any suggestions!!
    null

    I am also running into the same error but it occurs when I am trying just to display the Scheduler Portlet either from the Admin or on a page. May PDK (1.4)

  • Scheduler portlet error on ViewEvent

    I finally got the portlet installed. Now when I click on an existing event to see the details, I get the following exception: java.sql.SQLException: ORA-01410: invalid ROWID
    I verified that the ROWID that is in the html source does exist in the table. I looked at the SchedulerEventBean.java fetchEventInfo method and saw the code that prepares
    the statement and than setString(1,p_rowid). It looks fine, assuming that the setString method on the statement adds the single quotes.
    Has anyone had this problem?
    Pushkala, are you still there?

    This is a known problem.
    CR109495 - A default locale must be configured on all machines running WebLogic Server
    Description:
    If a default locale is not configured on a machine, and the user running WebLogic server also does not have a default locale configured, the getmessage JSP extension tag will throw this error: a variant cannot be provided without a country, and a country cannot be provided without a language
    Platform:
    Solaris, Linux.
    Workaround:
    Make sure that a default locale is set on the machine(s) running WebLogic Server.
    To set default locale, edit the file /etc/default/init and add the following lines:
    LANG=en_US
    LC_COLLATE=en_US.ISO8859-1
    LC_CTYPE=en_US.ISO8859-1
    LC_MESSAGES=C
    LC_MONETARY=en_US.ISO8859-1
    LC_NUMERIC=en_US.ISO8859-1
    LC_TIME=en_US.ISO8859-1
    You can type the command "locale -a" to view a list of locales available in Solaris.

  • Discoverer Graph on portlet not appearing after portlet scheduled refresh

    Hi,
    We have discoverer portlets that shows the graphs created with D40. We've recently implemented in the production environment and everything has been displayed correctly even after its overnight scheduled portlet refresh.
    Today, I finally was able to refresh the cube but 2 of our portlet graphs is now displaying an error on "The data has insufficient number of rows" and
    "The data has insufficient number of columns" error messages on the space for the graph. But when I click on the Analyze button, the data is complete. After I click on the "Save and Return" to portal, the graph is displayed properly. However, the saving is only for my access and the rest of the users will see the error.
    How do I resolve this problem? Need help please.

    Hi Keith,
    For some bizzare reason, the graph is appearing now. I tried switching between 2 public connections for the past 1hour with no luck. Then now its all back. The weird thing about it was that it didn't happen to the other graphs although the other graphs were created from different cubes. There must be a cache somewhere, yet again, it should have been true to all the graphs.
    I will observe this in the next few days then I will raise another SR to Oracle.
    Thanks.

  • In place display of Portlets

    All,
    Is it possible to get portlet content to
    display in-place. E.g You have a scheduler
    portlet with a hyperlink on an event. When you click on the event, the details and the form should show up in the same portlet area.
    Right now, when I click on the hyperlink, it takes me out of the page and directly to the form. I would like the form to show up within
    the portlet region.
    Thanks,
    Sanjay

    Hi,
    It is an enhancement which will be available in a future release of portal.
    Reg
    Sunil.
    null

  • Portlet counld not be contacted

    Hi all!
    i have done so far successfully with portal deploying jpdk but
    when i recompiled one java file downloaded with Scheduler Portlet(it was registered before that) mentioning classpath and path,my portal main page is no more accessible i.e. "Portlet could not be contacted" ,Jserv log says "no classDeffound error'.
    what is the problem??
    thanks

    In regards to your first problem: it is a bug - no 1552088.
    As for the second problem - make sure that the page has Public property checked on.
    Hope this helps.
    Inga
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by bertrand hamonou ([email protected]):
    I have a problem to view my Portal pages as a public viewer.When I type the address in my browser, the page is found but I see this message (
    Error : portlet could not be contacted
    for each portlet on my page.
    One click on the refresh button shows the portlets.
    What can I do to avoid that?
    I've also created a URL-Item in a content area-folder, that allows you to go to the specified URL (open in a new browser) by clicking on the URL-associated image; but as it works perfectly when I'm logged on, once again, I can't view the portlet as a public user, even when I refresh the page.
    Do you have advice for me?
    thank you for your help
    bertrand<HR></BLOCKQUOTE>
    null

  • Error when compiling SearchBean.jav

    IN the scheduler portlet installation steps using the latest JPDK 3.0.9.1, when compiling SearchBean.java i get the following error :
    D:\OiAS\Apache\Apache\htdocs\schedulerportlet>javac ConnectionParams.java
    D:\OiAS\Apache\Apache\htdocs\schedulerportlet>javac SearchBean.java
    SearchBean.java:607: Undefined variable or class name: ConnectionParams
    "(DESCRIPTION=(ADDRESS=(HOST="+ConnectionParams.s_hostName+")"+
    ^
    SearchBean.java:608: Undefined variable or class name: ConnectionParams
    "(PROTOCOL=tcp)(PORT="+ConnectionParams.s_portNumber+"))"+
    ^
    SearchBean.java:609: Undefined variable or class name: ConnectionParams
    "(CONNECT_DATA=(SID="+ConnectionParams.s_databaseSID+")))";
    ^
    3 errors
    D:\OiAS\Apache\Apache\htdocs\schedulerportlet>
    Can any one tell me the reason of these 3 errors ?
    please I need help
    null

    I've got exactly the same problem.
    Some advices would be nice.
    Thanks.

  • Scheduled refresh of Discoverer Portlet is failed

    Hello Experts,
    I am now facing an issue while refreshing the Oracle Discoverer Portlets. thay are scheduled to run at specific intervals.
    I am getting the following errors
    Main Error for some portlets
    5014> Element not found for: {cn=cf_a104, wbf=1, fm=xml, nlsl=en-us, aow=false, eul=EULNAME, arq=false}
    For some other portlets.
    5004> Attempt 1. CORBA protocol : 0 of 1 processes started.
    Other portlets
    5015>
    I searched in the google but didn;t find any solution for this.
    Please let me know if you have any inputs on this issue.
    Thanks & Regards
    Salih KM
    Message was edited by:
    kmsalih

    Thanks for your input.
    I got one document from Metalink.oracle.com
    Note ID is 266540.1
    I will post a reply if required.
    Thanks & Regards
    Salih KM
    Message was edited by:
    kmsalih

  • 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

  • How do i include a calendar portlet from groupspace in my portal

    hi all
    i have created a portal web project and create a portal,
    the domain created for the portal is normal portal domain without the groupspace/collaboratio facets,
    now i want to include a calendar portlet into my application where users of my portal can use that calendar to schedule their activities,
    What do i need to do integrate calendar portlets into my portal?

    Biren,
    If you want to use calendar portlet,your domain should support the groupspace Framework configuration.
    Here is steps(WLP9.2):
    (1)Create a domain which support portal and groupspace(Check the groupspace checkbox).
    (2)In workshop:
    Create a portal EAR project(Select Collaboration API and Collaboration portlets App from weblogic portal Collaboration facet)
    Create a portal web project(Select Collaboration portlets Checkbox from weblogic portal Collaboration facet)
    Create a data project(if required)
    (3)Now open the merged projects view in the workshop.
    (4)From the portal webb project copy the portlets folder.
    (5)Now create a .portal file and keep the calendar portlet on the portal file.
    You can use all the Collaboration portlets(Email,Tasklist,calendar,Address Book,Discussion).It needs same configuration for every one.
    In weblogic portal 8.1.4 you need to manually run the SQL scripts and update web.xml/weblogic.xml but in 9.2 while creating the domain configuarion it does all the necessary task.
    Thanks
    Bishnu
    Regards
    Bishnu

  • How to create a portlet for a new web page?

    I create a web page "A" in the remote server and have another page "B" which have a button in it. And when push the button in page "B", I want to use PRC to add a new portlet object linking to page "A" to portal. How should I do this?
    I know it's possible to add a new portlet template using IRemoteSession.GetPortletTemplateManager().CreatePortletTemplate(intparentFolderID, intwebServiceID), but how should I get the webServiceID while it haven't been created for the page "A". Must I create the web service in the portal server by hand? Is there any programmatic method to create a new web service by PRC? Or if there are some other methods to create a portlet for a new page without creating webservice, that would be a prefer.

    Hi Prateek,
    I Did the Things Which is Presented By Michal in This Blog.
    But When I Executed RZ70 With My Gateway Service as "sapgw01" And the Gateway Host As "Server Host Name".
    I Got the Error When I Click on "<b>start Data Collection"</b> After Execution of the Program As Follows
    <b>"Used RFC destination :SLD_NUC"</b>
    <b>"RFC call failed : Error opening an RFC connection"</b>
    <b>"Batch job not scheduled"</b>
    All Other Are Success Like Data Collection ......
    Please let me Know What to Do Now...
    Regards
    Khanna

  • How to pass parameter values to a report befor schedule it?

    I tried to use Business Objects web service to schedule a report. But I failed to pass in any parameter values. The report was able to run successfully. But check all history from Infoview, all parameter are with NULL value. Does anybody encounter the same problem and has good resolution for this? Many thanks.
    Here's my code:
    // Logon Crystal Report Server
    LogonCrystalServer();
    // Find Report
    GetOptions oGetOptions = new GetOptions();
    oGetOptions.IncludeSecurity = false;
    ResponseHolder rh = _bipService.Get("cuid://<" + reportCuid + ">@SI_SCHEDULEINFO, SI_PROCESSINFO", oGetOptions);
    InfoObjects oInfoObjects = rh.InfoObjects;
    if (oInfoObjects == null || oInfoObjects.InfoObject == null) return;
    // Set Scheduling Info
    CrystalReport oReport = (CrystalReport)oInfoObjects.InfoObject[0];
    oReport.Name = oInfoObjects.InfoObject[0].Name;
    SchedulingInfo oSchedulingInfo = oReport.SchedulingInfo;
    oSchedulingInfo.RightNow = true;
    oSchedulingInfo.ScheduleType = (ScheduleTypeEnum.ONCE);
    oReport.SchedulingInfo = oSchedulingInfo; 
    // Set Format Info.
    ReportProcessingInfo procInfo = oReport.PluginProcessingInterface;
    CrystalReportFormatOptions repFormat = new CrystalReportFormatOptions();
    repFormat.Format = ReportFormatEnum.EXCEL;
    repFormat.FormatSpecified = true;
    repFormat.UseExportOptionsInReport = true;
    repFormat.UseExportOptionsInReportSpecified = true;
    procInfo.ReportFormatOptions = repFormat;
    // Get Report Parameters and Set their values
    // I don't know if the step has any problem. I copied from wssdk sample.
    ReportParameter[] repParams = procInfo.ReportParameters;           
    for (int i = 0; i < repParams.Length; i++)
        CurrentValues oCurrentValues = new CurrentValues();
        BusinessObjects.DSWS.BIPlatform.Desktop.PromptValue[] oPromptValue = new BusinessObjects.DSWS.BIPlatform.Desktop.PromptValue[1];
        oPromptValue[0] = new BusinessObjects.DSWS.BIPlatform.Desktop.PromptValue();
        oPromptValue[0].Data = "Test";
        oCurrentValues.CurrentValue = oPromptValue;
        repParams<i>.CurrentValues = oCurrentValues;
    procInfo.ReportParameters = repParams;       
    oReport.PluginProcessingInterface = procInfo;
    // Schedule run the report   
    InfoObjects infoObjects = _bipService.Schedule(oInfoObjects);
    //Get new instance id
    string instanceCuid = infoObjects.InfoObject[0].NewJobID;
    Edited by: Shao Zelian on Jan 19, 2010 11:51 AM

    Can you clarify your scenario? Which is the case you're talking about?
    1) You want to pass a parameter from OmniPortlet to a PL/SQL procedure.
    2) You want to pass a parameter from a PL/SQL procedure to OmniPortlet.
    In both cases the most obvious way of doing it is through request (URL) parameters.
    Render a link in your portlet (either in OmniPortlet or using PL/SQL) that invokes a portal page, containing the other portlet.
    Both OmniPortlet and PL/SQL allow you to wire and access page parameters.
    Take a look at the Using Parameter and Events section of the Portal User's Guide and the Parameters and Events section of the Portal Developer's Guide.
    Hope this helps,
    Peter

  • 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

Maybe you are looking for

  • Re-using planning objects

    Hi SDN friends, I have an existing implementation configured. Now, there is a need to customise the loading for new companies. So, this means existing solution implemented already must not be changed. I think I will base on existing solution. Is it p

  • Account postings

    can anyone please tell me the answer for following with bit of explanation What can be the possible entries the system can make during invoice verification if a valuated good receipt is defined for a purchase order with account assignment and there i

  • Electronic Belgian VAT declaration

    Hello, In Belgium, while using electronic VAT declaration (S_ALR_87012357 or RFUMSV00), how is it possible to re-run or to generate more than one declaration. It's possible while using the "paper" declaration but I don't know with the electronic . Th

  • Trying to install CS5.5 Design Premium on new system - getting errors - help please.

    Exit Code: 7 -------------------------------------- Summary -------------------------------------- - 1 fatal error(s), 3 error(s), 4 warning(s) WARNING: DW031: Payload:{61A3D10A-AA4D-4E4C-B9DB-6A08D318EA41} Photoshop Camera Raw (64 bit) 6.0.0.0 has b

  • Problem with body text of emails

    Lately I have been receiving some emails that display incorrectly. In fact there is only a large string of letters and numbers preceded by this: --part7316-boundary-622472235-575695792 Content-Type: text/plain; charset=windows-1252 Content-Transfer-E