Portal Project's Framework

i am planning to have a multiple portal projects(WAR files) under one EAR file(portal Application), As
We know that whenever we create portal project in workshop it creates with default folder's
like campaigns,framework,resources,visitorTools,WEB-INF, So if i create multiple portal projects i am going to
have each of the above folders in each projects, So is there any way i can share the contents inside framework
thanks
Dough

it should share them - a typical portal EAR, already has the portalAdmin.war and the portal that u are building.
Kunal Mittal

Similar Messages

  • Unable to open portal project in workshop

    Hi,
    I am totally new to WLS92 and Eclipse. Here is my question. I created a portal project in Workshop using the wlp_getting_started.pdf guide. Later on I closed the portal project using Project->Close Project menu.
    Now when I start Workshop, it does not show me the portal project I had created and I am unable to find any menu link that says Open Project. There is one under Project menu but that remains disable all the time.
    How can I open the last portal project in Workshop and then work on that further.
    Thanks,
    JT

    Hi A_m0d,
    This forum is for the support of Visual Studio installation. Since your issue is related to ASP.NET, you could post your thread on
    ASP.NET Forum. This will make answer searching in the forum easier and be beneficial to other community members as well.
    Thank you for your understanding.
    Best regards,
    Yichun ChenPlease remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

  • Help me to add some libraries for WebLogic Portal project

    My Web portal project (10.3.2) that was created with Oracle Enterprise pack for Eclipse with some custom configurations:
    - Beehive controls
    - Beehive netUI
    - Struts 1.2
    - WebLogic Control Extension 10.2
    - full feature for "WebLogic portal"
    - "Portal application controld 10.3.2" and "Portal framework beehive adapter" support in WebLogic Portal (optional)
    I need these packages to process some user and group informations:
    - com.bea.p13n.controls.ejb.usermgmt
    - com.bea.p13n.controls.userInfoQuery
    - com.bea.portal.tools.security.group
    - com.bea.portal.tools.security.user
    My problem is impossible to import these package (except: com.bea.p13n.controls.ejb.usermgmt). I've read carefully API Javadoc for these package informations but it cannot help anymore.
    Anybody can tell me what libraries should be added to project to solve my problem ?
    Thank in advance.
    Ps:
    This is my screenshot for project configuration:
    http://i284.photobucket.com/albums/ll10/docphongm41/screenshot/screenshot.png

    Thank Kevin.
    I've fix my problem by adding some jar files, such as war-classes.jar which can be found in workspace/.metadata/.plugin/oracle.eclipse.tools.weblogic/libraries/wlp-tools-ugm-web-lib_10.3.2_10.3.2/1/WEB-INF/lib
    So, I can use UserID class in my source code without any error notification on Eclipse. Everything sound to be okay, but it isnt. When I initialize an UserID object in my pageflow controller class like this:
    UserID uid = new UserID("::security:user");
            String uname = uid.getUserName();I'll get an exception:
    com.bea.netuix.nf.UIControlException: com.bea.portlet.adapter.scopedcontent.ActionLookupFailedException: java.lang.NoClassDefFoundError: com/bea/portal/tools/security/user/UserIDI don't know why JVM cannot found my imported class though I've already added library and imported this class to the source.

  • GroupSpace Integration in existing Portal Project Classpath Problem?

    Hello,
    I am using Bea Platform 9.2 MP1 and have to extend an existing portal with GroupSpace capabilities. It all worked fine, until I wanted to see a GroupSpace community with the default Groupspace Template. I got the following exception:
    java.lang.NoClassDefFoundError: com/bea/apps/groupspace/util/GroupSpaceMembershipHelper
         at jsp_servlet._visitortools.__visitormenu._jspService(__visitormenu.java:402)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:223)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.componence.util.url.PageFlowJspFilter$FilterChainWrapper.doFilter(PageFlowJspFilter.java:66)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.continueChainNoWrapper(PageFlowPageFilter.java:417)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.runPage(PageFlowPageFilter.java:394)
         at org.apache.beehive.netui.pageflow.PageFlowPageFilter.doFilter(PageFlowPageFilter.java:251)
         at com.componence.util.url.PageFlowJspFilter.doFilter(PageFlowJspFilter.java:29)
         at com.componence.util.url.ThreadMonitorFilter.doFilter(ThreadMonitorFilter.java:68)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:501)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:431)
         at com.bea.netuix.servlets.controls.content.JspContent.beginRender(JspContent.java:536)
         at com.bea.netuix.nf.ControlLifecycle$7.visit(ControlLifecycle.java:486)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:530)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541)
         at com.bea.netuix.nf.ControlTreeWalker.walkRecursiveRender(ControlTreeWalker.java:541
    Here are the steps I made untill now:
    1) Extend the ear project facets with the "Weblogic Portal Collaboration" libraries
    2) Extend the portal/web project facets with the "WebLogic Portal Collaboration" libraries
    3) Builded an ear file with ant
    4) deployed the ear file on the (remote) WebLogic server
    5) Created a Community Template using the default groupspace.ctmeta
    6) Created a Community based on the template
    All steps went just fine.
    I suppose the portal project is missing some references or a proper classpath. But I do not know how to set them up, since I already added all necessary libraries and workshop updated the project files.
    I can even find the gs_framework.jar under {WL_SERVER}/tmp/_WL_user/wlp-collab-portlets-web-lib/b5l7g/WEB-INF/lib
    For any advice I would be grateful.
    With regards,
    Thomas Herok

    Hi Thomas,
    As uou have extended the portal application for groupspace functionality.At the same time you need to extend the portal domain so that at run time it can support the groupspace functionality.To do this , while creating the portal domain you need to select the Weblogic Portal ,Weblogic portal groupspace Framework and "Weblogic portal groupspace Application chek boxes.
    Regards
    Bishnu
    Regards
    Bishnu

  • Enterprise Application and Web Portal Projects

    I know its possible to have one enterprise application that contains 2 web portal projects. The part Im unsure about is if it is possible to update one web project without having to bring down the other project. Supposedly through console you can do this however I have been unable to get this to successfully work. Is this a known error?

    Hi Anikumar!
    Yes it is true! The webDynpro make it automaticaly.
    I'm not clear with J2EE web application. I don't know how i should get the login parameter for my RFC calls.
    I have try:
    DestinationService dstserv =(DestinationService) ctx.lookup(DestinationService.JNDI_KEY);
    RFCDestination dest =(RFCDestination) dstserv.getDestination("RFC", "test");
    Properties destprop = dest.getDestinationProperties();
    String user1="MYSAPSSO2";
    String passwd1=pass;// pass is encrypted ticket;
    destprop.setProperty("jco.client.user",user1);
    destprop.setProperty("jco.client.passwd",passwd1);
    JCO.Client cl = JCO.createClient(destprop);
    cl.connect();
    cl.ping();
    cl.disconnect();
    I also try
    IWDJCOClientConnection ca =     WDSystemLandscape.getJCOClientConnection("ModelData");
    In the contentadministrator Modeldata Destination set to Ticket authentification and it works fine when i test it in webdynpro contentadministrator, but when i try to get the JCOConnection i get a SystemLandscapeException:Error while obtaining JCO connection.
    I debugged it and i get a WDRuntimeException--->Nullpointerexception. It seems that the jco destination is not initialized at this time.
    Maybe i understand something wrong.
    Regards!

  • Problem with the creation of the _pageflow folder in the portal project

    Hi,
    I have developed one portal project on the BEA Weblogic Portal server version 9.2. And I am having a quite a number of pageflow portlets in my application.I am facing a weird problem with the workshop(BEA Workshop for Weblogic Platform 9.2.1). It is not generating the folder _pageflow required for all the protlets when we build it.I tried cleaning and building it number of times but it is of no use.
    Is it a bug in the weblogic server version or do I really miss something in the workshop settings?
    Please help.
    Thanks & Regards
    Prakash.

    Hi Dmitry,
    What state are the tasks in?  Are they in Active, Running, or Completed?  There will only be output files if the tasks are in state running or completed.
    Additionally, what is the status of the pool which the tasks ran on?  If the pool VMs have been deallocated (or the pool itself has been deleted) then the task files will be lost.  This is because the files of the tasks reside on the VM which ran
    the task.
    Lastly, you can check the file retention time of the tasks in the BatchExplorer UI by selecting the task and looking in the "Task Details" tab for "TaskConstriants.RetentionTime" to see what that is set to - if the retention time has
    passed (i.e. retention time was 1h but the task was run 2h ago), then the files will be cleaned up.
    It sounds like you already are using BatchExplorer, but we recently published a blog post which has some specific instructions for using BatchExplorer to debug (how to RDP into a VM for example), which you can find
    here - it also has some code snippets for how BatchExplorer performs the operations that it does.
    Let us know what you find from your investigation and we can help you figure out why your tasks don't have output files.

  • Blue Print for a Portal project

    Hi,
    Can anyone let me know where I can find a template or sample of a blue print for a portal project? If possible can anyone mail it to me: [email protected] ?
    Thanks and Regards,
    Reena

    Hi Michael,
    Thanks for your reply.
    I tried searching on SAP service marketplace, SDN and help.sap.com. I found many blue prints for non portal projects. Im looking for a portal project blue print. I would appreciate it, if you could point out the exact location of these documents.
    Thanks and Regards,
    Reena

  • Global error page for portal project

    Hi
    This is regarding weblogic 8.1.
    We have a portal project which contains several portlets. For handling exceptions
    in a page flow we have a global error page at the project root level and each
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed in the portlet
    context. How can we make this error page to take up the whole screen and display
    it outside of the portlet context so that all other links within the portal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

    Sameer,
    Please post this question to the weblogic.developer.interest.portal
    newsgroup.
    Thanks
    Raj Alagumalai
    WebLogic Workshop Support
    "Sameer Dalal" <[email protected]> wrote in message
    news:3f4bd37f$[email protected]..
    >
    Hi
    This is regarding weblogic 8.1.
    We have a portal project which contains several portlets. For handlingexceptions
    in a page flow we have a global error page at the project root level andeach
    portlet redirects to this error page /error.jsp in case of any errors.
    When the user is redirected to this error page the page is displayed inthe portlet
    context. How can we make this error page to take up the whole screen anddisplay
    it outside of the portlet context so that all other links within theportal (books
    and pages) are not displayed to the user.
    In all cases, the redirection to the error page occurs from a page flow.
    Thanks in advance,
    Sameer

  • How to add favicon to webcenter portal project

    Hi All,
    I am using jdeveloper version 11.1.1.6.0.
    We have developed webcenter portal application .
    I want to set favicon(browser icon) for all pages in my application .
    I put favicon in Web Content folder and run in local jdeveloper (integrated weblogic )but I am not able to see favicon in all the pages.
    Any help is appreciated.

    Hi Daniel Merchán ,
    I put following code in Page template because of which it is showing icon to all the pages.
              <f:verbatim>
              <link rel="shortcut icon"  href="/contextName/favicon.ico" type="image/x-icon"/>
            </f:verbatim>       Is it right way to add icon in webcenter portal project.
    Thank you for help.
    Edited by: Wecenter Guru on Mar 6, 2013 7:40 PM

  • Technical estimation for a portal project?

    Is there anything out there which will help me get a reasonably accurate estimate of time required to execute a portal project?
    I am not sure if generic software estimation tools based on use case analysis will calculate a realistic estimate.
    TIA,
    Mani

    Not sure that I can answer your question, but I would like to give some considerations on this topic.
    First and foremost you should let at least one (depending on the size of your project) participate on a BEA Portal course. The reason is that I've found that the Portal has a lot of opportunities, but when you are new to this product, it's impossible to know all of them. Having one experienced J2EE developer participate on a course will avoid a lot of workarounds.
    I found Portal product very confusing to start with. Lots of tools, skins, skeletons, bulk loader, Unified User Profile, tags not particularly useful when running Portal, images fetched from the look-and-feel instead of regular img tags, entitlements, backingfiles, events, personalization and the list just goes on and on. On top of that you have the portal/portlet concept which might be a bit confusing for a regular web developer.
    So get ready for a steep learning curve, but although the tools could have been more accessible, the Portal offers a lot of strengths and they do serve a valuable purpose.
    Just a few thoughts
    Trond Andersen, Invenia AS, +4798290811

  • Percent UI Design Plays in a Portal Project Rollou

    Does Anyone out there have a factor in how much UI, Information Modelling, and Graphic Design play in the overall project rollout? Is it 25%, 33%, 50%, etc?
    In otherwords - when building the budget for a portal project, how much budget would one allocate for the Graphical and User Interface design?
    Patrick

    Is that the correct way to implement my app or are there any better approches?
    This can't be answered because it depends on your specific requirements.  But I have two suggestions:
    1. An initial view showing four buttons is not very useful. Try to redesign that to immediately show the user some useful information, and include some other mechanism for the user to navigate. For example, a tab bar controller and tab bar buttons?
    2. The segues on your storyboard are modal. If any of the views are hierarchical (drill in/out), consider using a navigation controller and push segues for those.
    If you have not already read them, the iOS Human Interface Guidlines has useful information on UI best practice, and the View Controller Catalog for iOS has useful information on when to use the various types of view controllers.

  • Deployment error in .ear in portal project

    After starting admin server in workshop for weblogic, I am trying to publish the .ear portal project.
    But its giving the following error,
    weblogic.application.ModuleException: Exception preparing module: EJBModule(netuix.jar)Unable to deploy EJB: ProxyPagePersistenceManager from netuix.jar:
    Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: [Security:090310]Failed to create resource
    Exception Stack Trace:
    java.lang.Exception: Exception received from deployment driver. See Error Log view for more detail.
    at com.bea.workshop.wls.core.server.internal.WlsJ2EEDeploymentHelper$DeploymentProgressListener.watch(WlsJ2EEDeploymentHelper.java:1557)
    at com.bea.workshop.wls.core.server.internal.WlsJ2EEDeploymentHelper.deploy(WlsJ2EEDeploymentHelper.java:469)
    at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishWeblogicModules(WeblogicServerBehaviour.java:1329)
    at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:787)
    at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:607)
    at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:503)
    at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
    at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
    at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: weblogic.application.ModuleException: Exception preparing module: EJBModule(netuix.jar)
    Unable to deploy EJB: ProxyPagePersistenceManager from netuix.jar:
    Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: [Security:090310]Failed to create resource
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:452)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:197)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:89)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:723)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1190)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:248)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.ejb20.interfaces.PrincipalNotFoundException: Exception while attempting to deploy Security Policy: weblogic.security.service.ResourceCreationException: weblogic.security.spi.ResourceCreationException: [Security:090310]Failed to create resource
    at weblogic.ejb.container.internal.SecurityHelperWLS.deployPolicy(SecurityHelperWLS.java:357)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:306)
    at weblogic.ejb.container.internal.SecurityHelper.deployPolicy(SecurityHelper.java:294)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:249)
    at weblogic.ejb.container.internal.SecurityHelper.deployAllPolicies(SecurityHelper.java:228)
    at weblogic.ejb.container.internal.RuntimeHelper.deployAllPolicies(RuntimeHelper.java:249)
    at weblogic.ejb.container.deployer.EJBDeployer.deployAllPolicies(EJBDeployer.java:770)
    at weblogic.ejb.container.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:934)
    at weblogic.ejb.container.deployer.EJBDeployer.prepare(EJBDeployer.java:1188)
    at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:425)
    FYI, I am using Oracle Weblogic server v10.3 and pointbase DB.

    I was unable to resolve it....!!
    Just found a workaround...I didnt' used a EAR after that....
    But still this SAP note could help u out.....!!
    Deployement error in EAR DC
    Required note is :
    SAP Note Number: 1270242
    "None of the available containers recognized the components"

  • How to setup CVS for portal project

    Hi,
    Can u suggest me the best way to organize CVS directory structure for the portal
    project.
    Right now i have c://bea/user_projects directory contains applications & domains
    sub directory.
    1) Should i create 2 projects or one project in the CVS ?
    2) How about SourceCode ?
    thanks in advance.
    vandana

    Hi,
    thanks.i am trying to write a build script to deploy files from CVS server to
    the Dev Environment(then to Production).Can u tell me the directory structure
    inside your EAR.
    i want to keep domain related files,java soruce codes etc.
    thanks
    vandana
    "Kunal Mittal" <[email protected]> wrote:
    >
    We use one CVS module.
    c:\bea\user_projects\applications\APP_NAME
    under APP_NAME we have the entire app (EAR file structure).
    Kunal
    "vandana" <[email protected]> wrote:
    Hi,
    Can u suggest me the best way to organize CVS directory structure for
    the portal
    project.
    Right now i have c://bea/user_projects directory contains applications
    & domains
    sub directory.
    1) Should i create 2 projects or one project in the CVS ?
    2) How about SourceCode ?
    thanks in advance.
    vandana

  • Managing SAP Portal Projects

    Dear All,
    Based on your experience in managing SAP Portals projects can you please share with me some high-level
    guess etimates (based on some clearly stated ssumptions) on the following data points -
    Typical Total Implementation cost (design,deploy,install & configure, develop)
    Typical Annual Application Support Costs.
    Kindly share me or suggest me on this.
    Rgds
    PRadeep
    Message was edited by: Pradeep Reddy

    For what its worth what I do is to split a long movie project into sub-projects each not longer than 5 - 10 minutes.  I export (=share in the new terminology) each one separately.  When (and only when) I am happy with all the (shared) pieces I join them together using Quicktime 7 Pro. 
    You cannot "render as you go along" in iMovie.  You could  join the subprojects in iMovie and re-share the combined project but this takes much longer than the few minutes it takes to stitch together in Quicktime 7.  
    There are a number of advantages to this approach:
    1:  Sharing takes a long time.  As soon as I share a projects and view them (in high definition) I find things that need correcting/improving  - but at least one only has to re-share the affected sub-project(s) at not the whole lot.
    2: iMovie 9 seemed to get more sluggish if there was a lot in the timeline - I don't know yet whether this is also the case with iMovie 10
    3: If something goes seriously wrong you have only lost part of your work.
    4: I find it easier to keep track of what I am doing on a timeline which is not too long.
    You are going to need a lot of GB storage on iCloud!
    Best of luck with the project!

  • Refactoring webcenter portal project created using standard Portal features

    Is it possible to refactor(rename) the webcenter portal project which are created using "Configure the application with standard Portal features"?
    I am able to refactor the folder the except the folders which are present inside Web Content(oracle -> webcenter -> portalapp).
    I tried to rename the folder structure explicitly (from folder structure) and made the suitable changes in adf-config.xml but unsuccessful to run the application successfully!!
    Please guide me to refactor my existing project.
    Thanks in advance
    Regards
    Steve

    I am able to find answer for my question..
    http://docs.oracle.com/cd/E17904_01/webcenter.1111/e10148/jpsdg_overview.htm#CJAJDEDA
    Thank you

Maybe you are looking for

  • Buffer busy wait, 1st level bmp

    Hi All ! OS: Linux redhat 5 DB: 11gr2 Block size: 8K In an application we use I can see high buffer busy waits over a various periods. I collect some info during this event. SQL_HASH_VALUE FILE# BLOCK# REASON 769132182 6 17512 8 3983195767 6 17512 8

  • Clearing Down payments through F-58

    Hi SAP Gurus, My client has made a down payment of 90% to a vendor by F-48. He wishes to clear the same and pay the remaining amount by using F-58. In F-58 when Spl GL Indicator is given as "A" the down payment is appearing and in simulation also it

  • Retriving an Array from an Oracle Procedure in Java

    I have a procedure in Oracle which returns an VARRAY of VARCHAR2 I am Unable to get the Array back in the Servlet in my Application..... I have tried this using normal thin driver and couldn't succed.... So I have tried with OCI driver then also i wa

  • Simplest way to modify properties from web.xml

    I'm testing a very small Web application which uses init-params in web.xml for configuration. For manual testing purposes, I need to be able to change the values of these as easily as possible, preferably from the WebLogic admin console. (I can do it

  • Database got shutdown reason unknown

    Hi, My database got shutdown. We are unable to know the reason behind this. Its 10g database on AIX 5.3 server. Below is the entry from alert log. Thread 1 advanced to log sequence 264605 (LGWR switch) Current log# 5 seq# 264605 mem# 0: /oracle/redol