Which SCs are needed if I want to use KM related API in webdynpro

Hi Gurus,
I am using NWDI based development, i want to using KM api in webdynpro application. in the application, file will be uploaded using webdynpro fileupload component and stored in KM. I have read some tutorial and known which jars are needs. but I don't know which software component these jars belong to. I want to add that software component as dependent SC in my software component where my application resides.
Any comment is appreciated.
Best regards,
John

Hi,
I was searching for the com.sap.security.api to be used in my NWDI project ... any idea in which DC I can find that library?
Best regards,
Martin

Similar Messages

  • Which privileges are needed to create workspace for using existing schema

    Hi,
    until now I always created new workspaces creating new schemas.
    today I decided to use existing schemas. i created an user (default tablespace "users", with a lot of privileges (create any context, create table, etc..)
    i tried to create a workspace.
    now i got an error: no sufficient privileges for tablespace "users".
    how to solve ?
    Leo

    Leo, you might try altering your site preferences using the apex_admin app so that it doesn't try to install the sample/demo applications during workspace creation. Then repeat the provisioning attempt. If it works, then you'll know the error had something to do with sample/demo app creation in the schema. If it still gives you an error we'll know that too.
    Scott

  • HOW DO I FIND WHICH PLUGINS ARE NEEDED on pages that dont display?

    Question
    when i loginto my.t-mobile.com i get a circle of moving dots in a white screen over top of some of pages, and some pages have a moving circle like the QuickTime circle in place of the curser. i know its because ff needs a plugin or something installed but dont get info from ff as to what is needed. this site works perfect in IE8 (after IE8 loaded unknown to me which ones) some plugin.have upgraded to FF8, same problem. had same type problem on IRS free file website where pages wont show, but worked perfect in IE8. problem has to be that a plugin or addin needs to be installed but i can't get any info about which to work on.

    Very few apps actually run in the background, so, if you're talking about removing apps from the recently used list, that's unlikely to have any significant affect on your data usage. You should go to Settings>General>Background App Refresh and turn off background app refresh for those apps that you don't need to have using data in the background.
    You can go to Settings>Cellular and scroll down to see which apps are set to be able to use cellular data. Under each app name is the amount of data they've been using.

  • I have a problem: every time when i want to download free apple applications in the apple store, apple store asks me which type of credit card i want to use. Why did it ask this question?

    i have a problem: every time when i want to download free apple applications in the apple store, apple store asks me which type of credit card i want to use. Why did it ask this question?

    If you are within 14 days of purchase you can still return the iPhone and get the phone that suits your needs, however, I think you will find that no matter which phone you get the content provider will want to know how you are going to pay for future purchases. For Android phones it is Google, and they will certainly want to know.
    To create an Apple account without a credit card see: http://support.apple.com/kb/HT2534

  • Is some driver needed when I want to use Matrox card to aquire image via Labview?

    Is some driver needed when I want to use Matrox card to aquire image via Labview?and  I cannot afford the expense of buying a driver made by alliancevision。 If there must be some driver installed before I acquire image, can anyone email me one? Or just give me some advices.  My email address is [email protected]
    The attachment is my VI by which I attempt to acquire image, and I don't know what is the problems in it and whether it is because of the lack of the driver.
    Attachments:
    method2.vi ‏19 KB

    You asked the same question here under a different user ID. 
    Asking for someone to email you something that you must purchase is called software piracy. Nobody on this forum will help you with that.

  • I had installed adobe Cs5  on previous laptops but and those laptops are damaged now I want to  use the same serial on another laptop what should I do?

    I had installed adobe Cs5  on previous laptops but and those laptops are damaged now I want to  use the same serial on another laptop what should I do?

    Well, what is your problem?
    If you are entering your serial number and being told you have used up your activations, you will need to contact Adobe to have your activation count reset
    This is an open forum, not Adobe support... you need Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"

  • When I try to buy something, I get an Apple-ID which is not the one I want to use, and I don't know how to get rid of it either, so that I can use my ID, which is in Mail, Contacts etc. The ID I get, I can't find, so that I can delete it. What to do?

    When I try to buy something, I get an Apple-ID which is not the one I want to use, and I don't know how to get rid of it either, so that I can replace it with my ID in Mail, contacts etc. The ID I get without wanting it, I can't find anywhere. I have to delete it. How do I solve this problem, anyone?

    My content was obtained through another ID, which popped up earlier. Now this one doesn't pop up, and my current ID doesn't pop up either, but another one. How do you find an ID which is not in the store, and not in Mail, contacts etc. either?
    Or is it possible to write the ID yourself when you want to buy something, not only to have it popped up being unable to be changed?

  • Which files are needed for connection to database in 11gR2?

    I'm confused about the following files:
    sqlnet.ora
    tnsnames.ora
    listener.ora
    host file
    If I understand correctly, sqlnet.ora and tnsnames.ora can exist in both client and Oracle database server and listener.ora should only exist in Oracle database server. I guess host file can exist in both client and Oracle database server.
    I'm trying to understand which of the files are needed to access Oracle 11gR2 database using different tools such as
    sqlplus, SQL Developer, and Database Control on Oracle database server or from a client machine.
    If I'm on an Oracle database server, which of the files are needed for accessing 11gR2 database on that server for the different tools?
    If I'm on a client machine, which of the files are needed for accessing 11gR2 database on an Oracle database server for the different tools?

    881656 wrote:
    I'm confused about the following files:
    sqlnet.ora
    tnsnames.ora
    listener.ora
    host file
    If I understand correctly, sqlnet.ora and tnsnames.ora can exist in both client and Oracle database server and listener.ora should only exist in Oracle database server. I guess host file can exist in both client and Oracle database server.
    I'm trying to understand which of the files are needed to access Oracle 11gR2 database using different tools such as
    sqlplus, SQL Developer, and Database Control on Oracle database server or from a client machine.
    If I'm on an Oracle database server, which of the files are needed for accessing 11gR2 database on that server for the different tools?
    If I'm on a client machine, which of the files are needed for accessing 11gR2 database on an Oracle database server for the different tools?sqlnet.ora is used to configure the actions of sqlnet on whatever machine. Some of the config parms available to it apply only to the server side, some apply only to the client side, some apply to both.
    tnsnames.ora is used by client processes to resolve a connect alias to a specicific host, port, and service. It is used ONLY by the client side of tns. You see it on host machines because those machines can also run client processes.
    host file. Oracle doesn't know what this file is. Oracle doesn't give a flying fig about this file. It is used by the standard network software in the OS to resolve a name to an IP address. The only reason you even see it discussed in the Oracle world is because Oracle TNS sits on top of the standard OSI network stack, and uses it. Thus, if your tnsnames file has an entry like:
    houston =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = vmlnx01)(PORT = 1521))
        (CONNECT_DATA =
          (SERVICE_NAME = houston)
    #==========tns will never know or care where vmlnx01 is. The request will be packaged and sent to the standard network stack with a request to "route this package to vmlnx01, wherever that is.". The OS network stack will then resolve 'vmlnx01' to an ip address, by one of several possible methods. ONE of those methods is to look it up in the local hosts file.

  • Which cables are needed to connect macbook 13" to HDTV

    Hi, was wondering which cables i needed to connect my 13" aluminium macbook to a samsung HDTV. There's so many on the apple store, not entirely sure what I need. Any help would be appreciated.
    thanks

    Can you clarify whether you're using a MacBook Pro or a PowerBook?  Your post is ambiguous.  For good measure please tell us when it was purchased new.

  • I am trying to decide what gig i need. I want to use the Ipad for my books for college.

    I need to know what gig to get... I want to use the ipad for my college textbooks to take them to class on it. How many etextbooks would the ipad hold?

    Caveat to the above: books that have a lot of pictures or graphics can be quite large; many megabytes. If you can find out from your college program what books you'll need, check to see if 1) they're available; many textbook publishers have yet to provide textbooks as e-books and 2) if they are available (from one of the e-book providers; you can use Kindle, Nook and Google books on your iPad in addition to Apple's iBooks) how large they are. Then you can add the sizes up, figure out what else you might want on your iPad (movies, for instance, take up a lot of space) and determine what capacity you'll need. When it doubt, buy more capacity than you think you'll need; an iPad can't be expanded later if you run short.
    Regards.

  • Help/Example needed for creating JMSQueues/JMSTopics using the MBean API

    I am trying to create JMSQueues programmatically using the MBean API. When
    I use MBeanHome.createAdminMBean(), a queue appears in the root of the
    config file. This is progress, but the queue is in the wrong place! I need
    the queues to be part of my JMS server's "destinations" as seen on the
    console.
    So now I am trying to use createConfigurationMBean() instead, but I can't
    figure out what the "parent" parameter should be- no documentation! My
    first guess was that the parent might be the JMSServer, but that doesn't
    work.
    Anyone have example code to insert JMSQueues and JMSTopics into a specific
    JMS server's destinations?
    Here is the code I tried... All goes well until the final
    createConfigurationMBean call, where it throws a MBeanCreationException:
    // Get the MBeanHome bean
    Object obj = jndiContext.lookup("weblogic.management.adminhome");
    MBeanHome mbeanhome = (MBeanHome) javax.rmi.PortableRemoteObject.narrow
    (obj, MBeanHome.class);
    // Get the server MBean
    JMSServerMBean jmsServerMB =
    (JMSServerMBean)mbeanhome.getMBean("examplesJMSServer",
    JMSServerMBean.class);
    // Create the new Queue
    JMSQueueMBean jmsQMB = (JMSQueueMBean)mbeanhome.createConfigurationMBean
    ("weblogic.examples.jms.fooQueue", "JMSQueue", jmsServerMB);

    Ok, I still don't see how I can do it differently with the admin tool. If
    you want to see the commands I'm using, I can post them, but the basic one
    is shown below in the previous message. We're trying to set up a script so
    that developers can just run it and properly configure WebLogic with the
    right components.
    Thanks,
    Michelle
    "Michelle Baxter" <[email protected]> wrote in message
    news:[email protected]...
    I am using the weblogic.Admin tool, not doing this in code. I will attempt
    to translate your advice when I get time again.
    My commands look like this:
    java weblogic.Admin -url 127.0.0.1:7001 -username system -passwordweblogic
    CREATE -mbean "mydomain:Type=JMSQueue,Name=MyJMSQueue"
    I create this, I create the JMSServer MBean, then do and INVOKE (insteadof
    CREATE) and call the addDestination method, adding the JMS Queue MBeanthat
    I created previously, using the same naming scheme as in the above CREATE.
    "Viresh Garg" <[email protected]> wrote in message
    news:[email protected]...
    Daron Cole wrote:
    You can use createConfigurationMBean with JMSQueueConfig but in the
    end
    I used
    the code below to create a topic.The code that you posted is the right way to create queus/topics. alwayscreate admin mbeans to admin
    server and let admin server internally create config Mbeans on the
    managed
    server as per the
    location/targets that you set in admin Mbeans.
    Queue's are the same, just replace the word
    Topic with Queue and it should work. It should show up in the console
    app.
    MBeanHome home = (MBeanHome)ctx.lookup(MBeanHome.JNDI_NAME+".myserver");
    ServerMBean myserver =(ServerMBean)home.getMBean("myserver",ServerMBean.class);
    String topicName = "MyNewTopic";
    JMSServerMBean jmsServerMB =(JMSServerMBean)home.getMBean("JMSServer","JMSServer","mydomain");
    JMSTopicMBean jmsTopicMB =(JMSTopicMBean)home.createAdminMBean(topicName,"JMSTopic","mydomain");
    jmsTopicMB.setJNDIName(topicName);
    jmsServerMB.addDestination(jmsTopicMB);
    Viresh Garg
    Principal Developer Relations Engineer
    BEA Systems
    "Michelle Baxter" <[email protected]> wrote:
    There is no JMSQueueConfigMBean. What do you mean?
    "Daron Cole" <[email protected]> wrote in message
    news:[email protected]...
    Try JMSQueueConfig instead of JMSQueue.
    "Michelle Baxter" <[email protected]> wrote:
    Me too! I'm trying to use the weblogic.Admin class to set up
    queues
    and
    topics and the JMS server. The same results in the config file:
    the
    queues
    and topic were set up at the root, the JMS server was added, but
    no
    destinations, even though I invoked the addDestination method withthe
    created MBean queues and topic as arguments. No exceptions, just
    no
    destinations on the JMS server resulted. What's the right order ofexecution
    for this stuff??
    Thanks,
    Michelle
    "Jude DeMeis" <[email protected]> wrote in message
    news:[email protected]...
    I am trying to create JMSQueues programmatically using the MBean
    API.
    When
    I use MBeanHome.createAdminMBean(), a queue appears in the root
    of
    the
    config file. This is progress, but the queue is in the wrong
    place!
    I
    need
    the queues to be part of my JMS server's "destinations" as seen
    on
    the
    console.
    So now I am trying to use createConfigurationMBean() instead,
    but
    I
    can't
    figure out what the "parent" parameter should be- no
    documentation!
    My
    first guess was that the parent might be the JMSServer, but that
    doesn't
    work.
    Anyone have example code to insert JMSQueues and JMSTopics intoa
    specific
    JMS server's destinations?
    Here is the code I tried... All goes well until the final
    createConfigurationMBean call, where it throws aMBeanCreationException:
    // Get the MBeanHome bean
    Object obj =
    jndiContext.lookup("weblogic.management.adminhome");
    MBeanHome mbeanhome = (MBeanHome)javax.rmi.PortableRemoteObject.narrow
    (obj, MBeanHome.class);
    // Get the server MBean
    JMSServerMBean jmsServerMB =
    (JMSServerMBean)mbeanhome.getMBean("examplesJMSServer",
    JMSServerMBean.class);
    // Create the new Queue
    JMSQueueMBean jmsQMB =(JMSQueueMBean)mbeanhome.createConfigurationMBean
    ("weblogic.examples.jms.fooQueue", "JMSQueue", jmsServerMB);

  • Sparc Soalris patch upgrade - which patches are needed ? (newbie)

    showrev gives :
    SunOS 5.10 Generic_127111-10
    I want to know if I need to install some patches (I am using this host as a high performance J2EE server)
    On http://sunsolve.sun.com/show.do?target=patchpage I type in 127111-10 and do find the patch and I read ...
    Summary: Obsoleted by: 127111-11 SunOS 5.10: kernel patch
    Then I search for that patch and I read it is also obsolete etc
    Surely there is a simple way for me to type in "127111-10" and read what exactly I should install.

    It's usually a good idea to install the current "Solaris 10_xxx Recommended Patch Cluster" every couple of months.
    Download from sunsolve: (800MB)
    Unpack
    Read Install Instructions, which usually say:
    Bring server to single-user mode and run ./install_cluster
    this installs all patches that are not already installed and fit to your installation automatically (can take 1-2 hours)
    In your case also install current "J2SE Solaris 10_xxxx Recommended Patch Cluster", which keeps all the java stuff patched.
    Installing a single patch mostly painfull, because there are always dependencies, which have to met (see patch Readme)
    Use this only in case of particular troubles.

  • Finding out which jars are needed

    I am using an open source library. I am only using a fraction of its functionality, and the library is huge (it drags in many other JARs from other OS projects). This is making my install file very large, and I need to cut it down.
    If I take just the parts of the library I am actually using, is there any way to find out which of the other JAR files are still being used? It seems that a missing JAR at runtime might not be detected when the program runs up (is that correct?) but might result in a runtime error later on when Java tries to load the library.
    Is there a more methodical way of doing this than just removing various JARs and checking if it still works?

    Run app with -verbose:class - you can do this standalone or add parameter to JRE in the Java Control Panel
    (also enable tracing and then check result trace file).
    This option will list where each class is loaded from.

  • Which packages are needed for rt73 chipset?

    Right, so the last time I installed Arch, I blindly installed every package related to networking and the size of the install came out to be quite big for an arch install. This time, I want to reinstall it with the barest amount of packages needed for me to get on the Internet (including base and base-devel), so which packages do I select?

    While I have no first hand experience of rt73/rt2571 based devices myself, the Arch Wiki suggests it's no big deal.
    I use wicd as a wireless connection manager as it comes with a curses based interface so you can easily select wireless networks before setting up X.org (or if you don't use it). It is very easy to set up and manage.

  • How do I know which plugins are needed

    Mozilla's newsletter has just prompted me to check my Firefox plugins. It found five that were up-to-date, all of which I recognise - sort of. I was surprised though that it found another 10 which it said were "unknown" and prompted me to "research". Some of these were pretty blue-chip, like McAfee SecurityCenter, and Google Update - some don't mean much to me. Four are "Real"Something.
    I guess I should get rid of those I don't need. My problem is - how do I know what I need? If I disable RealJukeBox, am I likely to find that something I use suddenly stops working? Clicking "Research" may tell me how to remove a plugin, but does not seem to tell me what it does and what uses it. (I think BBC iPlayer uses RealPlayer, so I probably should not remove that.)

    Find the ap in the App Store and tap on it to see more info. There will be a section with minimum system requirements.

Maybe you are looking for

  • S_alr_87013574 Report

    Hi Experts, Can you tell me the functionality of S_alr_87013574 Report. Since this report is not executing from my side. Is there any required configuration to be done.Or is there any payment report in PS. Thanks & Regards, Gagan

  • Mapping of XML tags with column

    My xml structure is : <PARAMS> <ROWSET> <ROW NUM="1"> <SID>man123</SID> <PO> <PO>OBJ1</PO> <PI> <PI>PARENTOBJ1 INSTANCE</PI> </PI> </PO> </ROW> </params> My table structure is : CREATE TABLE TEMP(SID VARCHAR2(20),PO POBJECT_T) where Object types are:

  • HT5113 How do I get an iBook that I created to show up in my iTunesU course?

    I have created and published an iBook and want to have my students access it from my iTunesU course. I can't figure out how to upload it to my course. Anyone?

  • Crystal Reports 9 Runtime Libraries

    Post Author: gdpower CA Forum: General Hi everybody! I'm using Crystal Reports 9 to deploy my reports. I'm havin a problem because i use Visual FoxPro 8 as external tool. I mean, i combine Cr and Vfp. But, i don't know which files are needed to view

  • Better support for iPhone Retina display apps

    The iPad display is higher resolution than the iPhone 4. It would be nice if when I use an iPhone app on my iPad that is built for a retina display if it was not downscaled to a non-retina resolution. This would make the apps built for the retina dis