How to shorten WebCenter Portal URL

Hi everyone.
I'm developing webcenter portal application and I face to problem with unfriendly URL. Previously, I can use URL compression and URL template on WebLogic Portal. But, when switch to WebCenter Portal, I cannot found any solution to compress/shorten the URL. So that, many problems occured with very very long URL (larger than maximum limit filepath of filesystem, larger than 1024 character). So, have you ever tried to do it ? Can you give me some instruction ?
Any suggestion is appreciated :)
Regards.
Cuong Pham

As far as I know, there is no real solution. Oracle ADF uses the parameters that are part of the URL.
Have a read here:
WebCenter Spaces Pretty URL Question
https://groups.google.com/d/msg/webcenter-emg/sy0yUiKMngo/RedHIsbJm24J

Similar Messages

  • How to get a portal URL from backend system?

    hi guys,
    I'm facing an issue regarding portal-ECC integration I can't proceed with, pls help
    we have an ECC linked to ERP portal and have to send email to users from ECC workflow with a link (URL) to portal .. is it somehow possible to get this link or shall I maintain the link in each system manually?
    thanks
    Juraj

    Hi Juraj,
    I think this link may be what you are looking for:
    URL Navigation - Portal - SAP Library
    The main part:
    The regular URL for launching the portal is http://portalserver/irj/portal . To implement URL navigation:
    From the Portal Catalog, select the page as it appears within the roles hierarchy with which you want to launch the portal.
    From the Quick Info pane below the Portal Catalog, copy the name of the page (PCD URL value) and save it in a text editor, replacing the string PCD: with ROLES:// .
    Open your browser and add the following string to the default portal URL:?NavigationTarget =<value saved in text editor >
    Save the new URL, which you can then use to launch your portal.
    BR,
    Etay

  • Shortening the Portal URL - How To?

    We all start out with http://www.myportalserver.com:7778/pls/portal
    I want to end up giving my customers:
    http://www.myportalserver.com
    So that means I need to redirect requests that come in to port 80, correct? I did that but WebCache doesnt like it. I tried to add a listening port other than 7778, and it freaked.
    Anything I do with WebCache ends up not working.
    I am trying this in Oracle Portal 9.0.4 (10gAS) on Linux
    Thanks

    Settings for ports are made in httpd.conf
    I had a look in my httpd.conf (albeit on a Solaris system) and the following comment may help:
    # Port: The port to which the standalone server listens. # For ports < 1024, you will need httpd to be run as root initially.
    Looks like you will have to kick off httpd.conf as root in order to get it to use Port 80

  • How to propagate webcenter portal 11.1.1.6.0

    I setup two domain for testing propagation with Oracle WebCenter propagation toll. This is the configuration of two domains:
    The first domain:
    - domain name: staging_domain
    - 1 clustered with two managed servers: portal application and portlet will deployed to here
    - other managed servers: wc_utilities, wc_portlet will not be used to deploy
    The second domain:
    -domain name: test_domain
    - no clustered, only one managed server created to deploy portlet and portal application
    - other managed servers are the same as first domain
    Two domains use different database servers.
    I setup ADF Url connection on first domain to connect to AdminServer of second domain, and try to propagate as mentioned here (http://docs.oracle.com/cd/E23943_01/webcenter.1111/e10148/jpsdg_lifecycle.htm#CACFBCAI)
    But when I click propagate button, the error pop-up occurred:
    An error occurred while creating the label and propagating changes to the target server "http://server57:7001"
    Expected RemoteException, RuntimeException, or Error but received: 'java.io.IOException: RJVM has already been shutdownWhat step I had missed ? I think I complete steps on documentation.
    Thank in advance.

    I just spend 6 hours at work, with no luck, managed to downgrade it, atleast jsf wise, but i got tons of errors every time i fix one. I should not mention the design mixup, just functionalities.
    The next version will support the old versions of BI, Webcenter, EM etc or it will come along with new versions?
    And did you hear how soon will be out? alteast in how many weeks to know what will be my next move.
    thanks.

  • Change Portal URL in MSCS Java

    How to change Change Portal URL in windows cluster. We have installed sap web dispatcher but with out port it's not connecting to portal url.
    my system is NetWeaver AS JAVA with EP 7 sp13
    Would like to change url mentioned below.
    http://hostname.company.com:50000/irj/portal to  http://hostname.company.com
    Please help.
    Regards
    Mahesh

    Hi,
    I need change my portal url from to http://hostname.company.com:50000/irj/portal to  http://hostname.company.com
    This will give users a more user friendly URL and this possible. We are already using this type of portal url (ex:) for Prod system.
    Plese see below link for non cluster how to Change Portal URL but this does't work for MSCS. Hope understand my question.
    https://wiki.sdn.sap.com/wiki/display/EP/Change%2BPortal%2BURL
    Regards
    Mahesh

  • Retrieve portal url dynamically.

    Hi,
    Could anybody pls let us know how to identify the portal Url dynamically using a function module or SAP Table?
    We want to put this URL in the notification e-mail so it is dynamic when the object is moved to Quality and production systems.
    Thanks in advance.

    One way to make Portal URL dynamic is to create a ztable with fields ABAP system id and portal URL.
    Select Portal URL from this table based on the sy-sysid.
    By this way you dont have to change your code. Just change table entry on each server.
    Hope this helps!
    Monalisa

  • How can I customize the whole oracle webcenter portal

    We have a project that uses oracle webcenter portal. I want to customize it starting to its landing page til the content. I tried using extending webcenter spaces project but my build.xml has an error in clicking clean-stage. I followed the instructions correctly but still not working. I also tried following the tutorial about customizing at runtime, it works but its only for a specific tab. Is there any other way in customizing the product?
    here is the error in build.xml:
    Buildfile: C:\Users\Admin\Documents\JDeveloper\mywork\ExtendWebCenterSpaces\CustomWebCenterSpacesWAR\build.xml
    [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
    [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
    clean:
    [echo] ----------------------------
    [echo] ----Cleaning deploy directory ---
    [echo] ----------------------------
    init:
    pre-compile:
    [echo] ----------------------------
    [echo] ----Updating the manifest file with the
    correct version specification and implementation version
    [echo] ----------------------------
    BUILD FAILED
    C:\Users\Admin\Documents\JDeveloper\mywork\ExtendWebCenterSpaces\CustomWebCenterSpacesWAR\internal-targets.xml:85: Problem: failed to create task or type if
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    Total time: 1 second
    can you help me in configuring config.properties to an application server?
    check if my configuration is right:
    #My properties
    #Fri Jul 30 00:00:00 PDT 2010
    ############ User Inputs Required ###################
    ## Enter the base directory where JDeveloper is installed.
    ## For example:
    ## On Windows, if JDeveloper is installed in the directory
    ## C:\MYJDEV, enter the path as: C:\\MYJDEV
    ## On Linux, if JDeveloper is installed in the directory /scratch/MYJDEV,
    ## enter the path as: /scratch/mywork/MYJDEV
    ## Note that the JDeveloper directory contains other folders such as jdeveloper,
    ## wlserver_10.3, modules, and so on.
    #jdeveloper.install.home.directory=C:\\rohit\\jdev\\ps2\\jdevfinal
    jdeveloper.install.home.directory=C:\\Oracle\\Middleware\\jdeveloper ---------------------->my jdeveloper path
    ## Enter the wlst executable
    ## For example:
    ## On Windows, wlst.cmd
    ## On Linux, wlst.sh
    #wlst.executable=wlst.cmd
    wlst.executable=wlst.cmd ---------------------->my wlst executable
    ## Enter the absolute path of the ExtendWebCenterSpaces project.
    ## For example:
    ## On Windows, enter the path as:
    ## extending.spaces.home.dir=C:\\JDeveloper\\mywork\\ExtendWebCenterSpaces
    ## On Linux, enter the path as:
    ## extending.spaces.home.dir=/scratch/mywork/ExtendWebCenterSpaces
    #extending.spaces.home.dir=C:\\rohit\\jdev\\ps2\\jdevfinal\\ExtendWebCenterSpaces_ps2\\ExtendWebCenterSpaces
    extending.spaces.home.dir=C:\\Users\\Admin\\Documents\\JDeveloper\\mywork\\ExtendWebCenterSpaces #my extendwebcenterspaces path
    ## Enter the path for ojdeploy.exe.
    ## For example:
    ## On Windows, enter the path as:
    ## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
    ## On Linux, enter the path as:
    ## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy
    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy
    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
    oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe ---------------------->is this right?
    ## Enter the port number on which the WLS Administration Console is running.
    ## The URL of the Administration Console contains the port number.
    ## For example: http://<host>:<port>/console
    wls.port=7001 ---------------------->my application server port
    ## Enter the WebCenter host machine on which you intend to deploy the
    ## custom.webcenter.spaces.jar shared library.
    wls.host=my.bir.gov.ph ---------------------->my application server
    ## For security purposes, administrator user name and password details
    ## are stored in secure files.
    ## Obtain the location of these secure files from your systems administrator
    ## or run WLST commands to generate these files as follows:
    ## 1. Navigate to: WC_ORACLE_HOME/common/bin
    ## 2. Enter the command: wlst.sh
    ## 3. At the WLST command prompt, connect to the Administration Server
    ## for Oracle WebCenter:
    ## connect('<admin_user>','<admin_pwd>', '<host>:<port>')
    ## Where admin_user is the user name of the administrator, admin_pwd is
    ## the administrator's password, host is the WebCenter instance, and port is
    ## the Administration Server port.
    ## 4. Run the following command to create a user configuration file and key file
    ## in a specified location:
    ## storeUserConfig('<userConfigFile>', <userKeyFile>')
    ## Where userConfigFile is the name and location of the file storing user details
    ## and userKeyFile is the name and location of the file storing passwords.
    ## For example:
    ## storeUserConfig('C:/myFiles/myuserconfigfile.secure', 'C:/myFiles/myuserkeyfile.secure')
    ## For example:
    ## On Windows, enter the path as:
    ## wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure
    ## wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure
    ## On Linux, enter the path as:
    ## wls.userkey=/scratch/myfiles/ps1userkeyfile.secure
    ## wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure
    ## Use the wls.userconfig property to set the userConfigFile path and
    ## the wls.userkey property to set the userKeyFile path.
    wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure ---------------------->i dont know how can i configure this
    wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure ---------------------->i dont know how can i configure this
    ## Enter the targets on which the custom.webcenter.spaces.war file is deployed.
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments>custom.webcenter.spaces>Targets
    ## The list of servers display here.
    wls.target=WLS_Spaces,AdminServer ---------------------->application server target
    ## Enter the targets on which the webcenter.ear file is deployed.
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> custom.webcenter.spaces>Targets
    ## The list of servers display here.
    wls.webcenter.app.target=WLS_Spaces---------------------->application server deployment target
    ## Enter the name of the WebCenter Spaces application.
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> webcenter>Overview
    ## The application's name displays here.
    webcenter.app.name=webcenter ---------------------->name of my webcenter portal
    ## Use the restart.implementation.version.suffix property to override the next default
    ## implementation version number for custom.webcenter.spaces.war.
    ## You can obtain the current implementation version from your
    ## systems administrator or from the WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> custom.webcenter.spaces>Overview
    ## The version number displays here. For example: 11.1.1.2.5
    ## The current implementation version is the last number, that is, 5 in this example.
    ## By default, the implementation version increments by 1 each time that you rebuild
    ## custom.webcenter.spaces.war (using Run Ant Target>clean-stage).
    ## You can restart at a higher value if necessary. For example, if the current value is
    ## 11.1.1.2.20 and you want the next new version to be 11.1.1.2.41 rather than
    ## 11.1.1.2.21, do so by resetting the restart.implementation.version.suffix property to 40.
    ## Note:
    ## The first time you run Run Ant Target>clean-stage, the manifestImpl.properties file
    ## is created and the manifest.implementation.version property is set to
    ## 11.1.1.2.1. This initial version number is derived from the default.implementation.version
    ## set in build.properties (11.1.1.2) and appended with the restart.implementation.version.suffix property below.
    ## For example, if the restart.implementation.version.suffix is set to 1, the initial
    ## manifest.implementation.version will be 11.1.1.2.1.
    ## During subsequent builds, the restart.implementation.version.suffix and the lastNumber property
    ## in manifestImpl.properties are compared, and the higher of the two numbers is incremented by 1.
    ## If, for any reason, the manifestImpl.properties file is deleted, the file is recreated the next time
    ## that you run Run Ant Target>clean-stage, and the implementation version resets using the
    ## restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,
    ## if the restart.implementation.version.suffix=1
    restart.implementation.version.suffix=3
    help me pls thx

    It assumes that you have this file available in your jdev
    ${jdeveloper.install.home.directory}/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
    Add ant-contrib.jar into jdeveloper\modules\net.sf.antcontrib_1.0.0.0_1-0b2\lib directory. You can download it from http://ant-contrib.sourceforge.net/.
    Other useful advice:
    http://jwebcenter.blogspot.com/2011/05/how-configure-webcenter-space.html

  • How to create an External Alias for a Portal URL ?

    Hi Gurus,
    Can anybody tell me how to create an external alias for a portal link(URL). Actually, my problem is i want to send this Portal URL(link) thru' a SendMail step to the user so that when he clicks on it, it will take him to his UWL(Ofcourse after signing-in). As this URL length is > 80 char(101 char), i am not getting the full lenght URL in my Outlook mail. THough we are on ECC 6.0,Basis Rel 7.0, as per the OSS note 559234, we should have this length extended to 132 bytes. But, for some reason, its not happening. And,in the same OSS note, it was mentioned that we can use external aliases to achieve this(shortening the URL length).
    Can anybody tell me how to achieve this, either thru' increasing the URL length or thru' ext. aliases.
    Please reply asap.
    Thanks in advance
    venu

    Not an issue as of now. I'll open up again if needed

  • How to read xml file present in the UCMS from  webcenter portal application

    Hi,
    I'm new to webcenter portal and would like to know how to read an xml file which is present in UCMS 11g(contributors folder) from webcenter portal application.
    Thanks in advance

    I guess I had mentioned that I want to read it via my webcenter portal app rather than login to ucms and searching it via url.
    I want text labels and button names being stored in the xml file which I'm going to keep in the UCMS.
    After reading that from the xml will be placed at appropriate locations like the button values and label feilds, so that we dont need to deploy entire app for this kind of simple changes.
    Now can anyone provide some help with the api's related to this?

  • How to deploy jsr168 war file into Webcenter Portal

    I want to intergated a jsr168 war file with Web Center Portal. I only install WebCenter Portal without JDeveloper and Content. So how should I deploy it?
    Thank you!
    Regards,
    Jugela

    You have the weblogic domain right ? Opent the enterprise manager in browser by hitting the below url -
    http://<Admin Server address>:<port>/em
    login with credentials.
    From deployments end,you can install the war file which will targeted to WC_Portlet server.
    After that register the portlet WSRP url with your application and use it.
    The above suggest is without the intervention of jdeveloper /webcenter.
    Regards,
    Hoque

  • Webcenter Portal PPR Navigation and Passing URL parameters

    Hi,
    We have pages that will be URL parameter based so that it can be bookmarked and should be partially page navigable. Basically some pages are specific to project numbers i.e a project-page is opened by passing something like project-page?projectNumer=111. We have a partial page navigation something like this..
    <af:commandLink id="pt_cl22"
    actionListener="#{navigationContext.processAction}"
    action="pprnav" text="#{menu.title}"
    styleClass="primaryNav">
    <f:attribute name="node" value="#{menu}"/>
    </af:commandLink>
    The problem is this pprnav doesn't allow us to pass http parameters. Is there a way to pass parameters through the URL without actually refreshing the whole page (using goLinks). It is important for us since most of the pages have obiee dashboards which take time to load. Or how to parameterize the pages with pprnav enabled. We tried unbounded taskflows but doesnt go well with webcenter portal.
    Thanks,

    may be u should try to set the action programatically. using the approach specified in this blog..
    http://andrejusb.blogspot.com/2011/10/how-to-disable-action-conditionally.html
    (just follow the approach defined for setting pprnav programatically). before setting the ppnav set some variable in the parameter list of in the pageflowscope.. and use the pageflowscope in the next page

  • How to call a portal KM URL link from WAD template Link

    Hi All
    I  am trying to call a Portal KM URL Link from the web template using the link control.
    I cannot figure out whare and how to put the portal KM URL Link into the web application web link.
    Your help is greatly appreciated.
    Thanks
    Karen

    Add content administration role to the user.
    The the content administration tab would be visible to the user in the main menu tab.
    Then in content administration tab, configure the URL for KM URL tab or link.
    This would be done by EP experts. Please contact your EP experts to do.
    Hope this would help you.

  • How to use  ADF application functionality in Webcenter Portal

    Hi,
    We have an separate ADF application with bunch of functionality that are been using in others applications.We have to use these functionality in the WebCenter portal.
    In this ADF application, each jspx page used for implementing different functionality(for example Calendar for one page, subscriptions for one page like that) and there are no bounded task flow used.
    Challenge here is, need to some how import the ADF application as reusable component (section) and yet to use different functionality (I mean accessing each jspx page)
    So, what are the ways we can utilize these ADF functionality in WebCenter portal? Let me know your thoughts?
    Any help really appreciated.
    Thanks,
    San.

    All,
    if you have WebCenter in place the best way is to use the ADF portlet bridge. You can create portlet entries at design time in JDev on each JSPX as well as on any TaskFlow definition (right click as mentioned above). That's quite convenient if you stay in the WebCenter / ADF world. You'll get the standalone as well as the portletized application so the standalone version will still be working. Mind that if you portletize an ADF Application you need to deploy it in a portlet runtime. That means you need to extend your ADF container with the portlet runtime. That requires a WebCenter license for the server since the portlet runtime is a part of the WebCenter product stack.
    In respect of SSO, after deploying your Portlet Producer App you'll get WSRP Webservices on application level for which you can apply OWSM policies (Enterprise Manager) so the identity of the portal will be propagated to the Portlet Producer App. Details can be found on WebCenter Portal Developer's Guide.
    Just to let you know that these portlets can be only consumed on Oracle's portals (be that WebCenter or Oracle Portal 11g). That's caused by some Oracle specific WSRP additions to the ADFPortlet Bridge.
    Jiri, what do you mean with "enhance it with portal features"? Oracle's portlet aproach is fully based on WSRP, means decoupling. So you cannot add portal features to the portlet. Everything has to be packed in request and response. There's no direct access to portal /portlet resources to interact with.

  • How to catch URL parameter from Portal URL in Web Dynpro iView

    Hi All,
    I have a web dynpro application running as a portal iView successfully. Now the client wants to make it internationalized with 7 languages. Currently they access the portal - and via role assignment they get to the portal tab with the wd iView. Now they want to send a parameter for the language key with the portal URL. So when they are typing in http://myportal.mydomain.com now they want to type in http://myportal.mydomain.com?sap-locale=de or so. My question is how can I catch this parameter in the WD application when it is running inside a portal iView? Is it at all possible?
    I have written a very small application which is trying to catch a URL parameter named PARAM. The code I have written is the default one as below:
    String paramValue = WDWebContextAdapter.getWebContextAdapter().getRequestParameter("PARAM");
    When I run the application standalone and add the PARAM=something in last of the URL I can catch it. But when I create an iView and while previewing it I add the same PARAM value it is coming as null all the time. Same when I add this iView to a role and show it via role assignment in protal. Please help to let me know how to achieve this. I think if I can read the parameter value from Portal URL in the WD iView - then I can set it as the default locale of the application and then show language specific file to achieve internationalization.
    Your urgent help will be highly appreciated.
    Warm Regards,
    Shubho

    Hi Shubhadip
    Even if you get the parameters, how do you internationalize your application? Are you not following the standard way as described in the following link. In this case you never need to capture any such parameter. This is done by the WD runtime automatically .
    <a href="http://help.sap.com/saphelp_erp2005/helpdata/en/f4/d95664da179b4db731e21c2e470b72/frameset.htm">Internationalization of WD projects</a>
    You can retrieve application parameters specified at the creation of iview by "adding parameters(with the same name as in iview application parameters) to the default plug of the Component Interface View of the WD application". "onDefaultPlug" method of the interface view controller you get these values as parameters, which you can save in the context node of component controller for later use.This is guaranteed to work.
    But again this is not what you want exactly. You want the user to specify the value at runtime. If you have just 7 languages, you can create 7 set of iviews with different application parameter value indicating language key, and assign to 7 different set of roles, each representing one set of users with common language.
    I hope you find a solution.
    Regards
    kk

  • How to create custom template for webcenter portal application

    Hi,
    I created webcenter portal application in my jdev using the webcenter portal application template provided by the webcenter framework.
    I tried to create custom template for my application by following steps:
    1. Created new application using webcenter portal application template with all default package structure.
    2. Right click pagetemplates folder under webcontent package and select new option.
    3. New gallery opens up.
    4. Selected JSF under webtier and JSF Page Template under items in the right hand side and clicked Ok button.
    5. New wizard opens up for creating new JSF page template.
    6. Gave template name(file name) and Page Template Name(template def name).
    7. Selected checkbox staing start a Quick Start Layout and selected three column layout and selected Ok.
    8. Selected checkbox for Create Associated ADFm Page Defination(so that page templates can be changes at run time).
    9. Created some Facet Definations (header, footer, content1, content2, LHN, RHN).
    10. Clicked Ok button which will create custom template.
    11. Added some Panel Group Layout component from Component Palette.
    12. Created new page (.jspx) with this template.
    Now when I try to add producer portlets created using Producer Portlet application template and connected to the above application using WSRP2.0, I'm facing problem.
    The prolem is that I'm not able to add more than one portlet in one single page?
    Kindly let me know whether the steps followed by me is wrong some where and needs to corrected and let me know how I can add more than one portlet to page?
    Basically I cant see more than one placeholders in my page to add portlets.

    Thanks Yannick.
    In the step 9 I had mentioned that I created various facet definations (header, footer, content, content1 RHN and LHN).
    Is this is not facet you are talking about or should I drop facet ref from the resource palette?
    Can't I add moer than one portlet to my page at design time itself?
    Annoying since in weblogic portal we do this at design time(.portal).

Maybe you are looking for

  • Photoshop CS3 versus Photoshop CS4

    Hi I have Lightroom 2.3 Photoshop CS3 Mac OS X 10.5.6. After editing Photo in Lightroom my transfer to CS3 came up with the following message: "This version of Lightroom may require the Photoshop Camera Raw plug-in version 5.3 for full compatibility.

  • Extending a ClassLoader's Resource-Finding Functionality

    First Question: Is there a difference between: <class_name>.class.getResource() and this.getClass().getResource() Is one done natively? How does the VM see these two - as equivalent? Second Question: I know that when getClass().getResource() (or the

  • I'm on ios 6 beta so when I try to get ios 6 it says my software is already up to date. help?

    I'm on ios 6 beta so when I try to get ios 6 it says my software is already up to date. help?

  • Vendor list and preferred vendor

    Hi, We are using classic scenario and currently, all carts are intercepted by the purchasing department so purchase requisitions are manually converted into POs. We want to implement vendor lists but SRM assigns any vendor chosen from a vendor list a

  • Assigning primary key and index for a table

    I have a database consisting of only one table with 10 million rows which mostly looks like this: RECORDDATE                     ID     CLASS     VALUE 24-JAN-12 10.52.47.000000 AM     96     3     0 24-JAN-12 10.52.48.000000 AM     96     10     156