How to look for bundle based on its content (actions)?

Hello,
I want to have a list of all bundles that use a specific system variable, for exemple ${NSSREPO}.
It is possible to make an SQL query to do it or do you know a way to get such list?
I do not want to export all bundles on XML files and then look for the string.
Thanks in advance.

micgra,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://www.novell.com/support and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Forums Team
http://forums.novell.com

Similar Messages

  • Newbie looking for maven-based web projects

    I'm looking looking for maven-based web projects so I could learn how to orginize and configure code and configuration files respectively. Thx in advance.

    Tones of good material exists at the Maven2 site:
    http://maven.apache.org/
    Another very good place where to find information:
    http://www.sonatype.com/book/
    To search for free jars (very useful)
    http://www.mvnrepository.com/search.html
    It is kind of difficult to start, but it worth the effort.
    I cannot imagine to start a project without Maven + Continuum

  • How to look for the Table Name

    Hi Friends,
    Sometimes we need to download the table for the desired information if the same is not available from a particular report. How to look for the table name? Is there a report or a particular feild, where we can find the name of the particular table?
    Thanks for the assistance.
    Regards

    Hi Friend,
    If you want to see the structures then go to SE11. Sometimes it happens that you cannot find the table names but only fields. In such case, if you want to find the Table names which is not available, then go to SE90.
    Abap Dictionary > Fields > Table Fields.
    Now Enter the Field name in Right Hand Side of the screen then Execute. You will see the all tables by which that Fields are used.
    Regards,
    Jigar

  • How  to  look for  fi doc  number in cj88

    HI  expert:
          when I  run cj88.   the system generate FI  doc number.   how to look for FI doc number.
    can you tell me !
    thank you !!!!

    Hi,
    You can see the FI Doc. thru' given instruction
    Go to T-code CJI3 then fillup the WBS no. in which you want to see the Settlement document.
    Execute then filter up document type AA  double click on this & click on FI document.
    Hope it will solve your problem.
    Regards,
    Vishal Kr. Sharma

  • How to look for kMAT material in Testing client?

    Hi PP members:
    How to look for KMAT material in Test client,
    Note: I went to mm60 and entered material type: KMAT it did not populate any
    materials
    Is there any way where I can find the materials, If yes please let me know
    thanks
    Suren

    Hi Saritha:
    When I went to SE16, and entered MTART as KMAT it giving the following
    It is replying me back "No table entries found for specified key"
    Also want to bring to your kind attention I left MATNR field blank as I donot know
    the VC materials
    thanks

  • How to look for business partner number in GTS

    Hi Experts,
    How to look for the business partner number in GTS when we have the Customer Id number in r/3?
    Please let me know the path in GTS.
    Edited by: Anurag87 on Dec 9, 2010 2:17 PM

    Hello,
    just simple in GTS in transaction BP find by "3 External number" (which is yours R/3 number).
    Or in se16 table /SAPSLL/PNTBP type in field BPVSY you external number from R/3 system.
    Cheers,
    Gabriel.

  • How to look for a keyword in SAP MaxDB Library 7.6

    Hi,
    how to look for a keyword in SAP MaxDB Library 7.6 ( http://maxdb.sap.com/doc/7_6/7e/c3fb0e72fcf84580f7ee9fcec672b7/frameset.htm)
    Thank you.

    http://maxdb.sap.com/documentation/
    =>
    Section u201CDownloadu201D - HTMLHelp file < 7.8 or 7.7 version >
    HTMLHelp file
    .chm, full text search, print-optimized, 6.3 MB
    < download it or open it >
    < If downloaded, Then start on your server:
           maxdb-chmdoc-en-78_740.chm   >
    and type a keyword in field u201CType in the keyword find:u201D and search.
    Itu2019s working fine.
    Regards, Natalia Khlopina

  • How to look for sales order number if I know outbound delivery number?

    How to look for sales order number if I know outbound delivery number?

    Hi ,
        If you want to see the Sales order Number from Outbound delivery or invoice,go to their respective T-codes,say for example,
    for delivery,Goto Tcode: VL02N / VL03N.There you will find Document Flow Icon,click on that,or press F7.
    You will get a window,there you can see the Sales order Number before your outbound delivery Number
    With Thanks and Regards,
    Priya

  • When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its nam

    When I try to log in to my BC account I get a message that says this"Server Error in '/' Application.  The resource cannot be found.  Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly.   Requested URL: /Admin/Index2.aspx"
    Any ideas???

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Test.

  • How to look for spaces in an extract file in order to trigger a MOVE_IT rule

    In studio I am defining a variable field on a section and I want to pull information from my extract file using a simple MOVE_IT rule. 
    I am trying to pull information from a record that has spaces in columns 10-14.  How do I enter the information required in the DATA field to request this? 
    For example, if I was pulling the information from a record that had "XXXXX" in column 10-14 I know the DATA field would be 10,XXXXX
    I cant seem to figure out how to look for spaces at a particular offset.
    Thanks.

    Using XPath to locate the elements you are after is very easy.
    Try something like this:
    import java.io.File;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.dom.DOMSource;
    import javax.xml.transform.stream.StreamResult;
    import javax.xml.xpath.XPath;
    import javax.xml.xpath.XPathConstants;
    import javax.xml.xpath.XPathFactory;
    import org.w3c.dom.Document;
    import org.w3c.dom.NodeList;
    import org.xml.sax.InputSource;
    public class BasicXMLReplaceWithDOM4J {
         static String inputFile = "C:/student.xml";
         static String outputFile = "C:/studentRenamed.xml";
         public static void main(String[] args) throws Exception {
              // Read xml and build a DOM document
              Document doc = DocumentBuilderFactory.newInstance()
                        .newDocumentBuilder().parse(new InputSource(inputFile));
              // Use XPath to find all nodes where student is named 'Suresh'
              XPath xpath = XPathFactory.newInstance().newXPath();
              NodeList nodes = (NodeList)xpath
                   .evaluate("//stud_name[text()='Suresh']", doc, XPathConstants.NODESET);
              // Rename these nodes
              for (int idx = 0; idx < nodes.getLength(); idx++) {
                   nodes.item(idx).setTextContent("Suresh-Renamed");
              // Write the DOM document to the file
              Transformer xformer = TransformerFactory.newInstance().newTransformer();
              xformer.transform(new DOMSource(doc), new StreamResult(new File(outputFile)));
    }- Roy

  • Looking for DOS based drivers for model ct4

    i am looking for dos based dri'ves for model ct4730 for a DOS gaming machine that i am building.
    any help would be great thanks.
    emiual me direct at [email][email protected]][email protected][/url] thanks in advance.. i cant wait to play rise of the triad and the original c+c

    I looked for a driver at http://zone.ni.com/idnet97.nsf/browse/ but was unable to find one for the Denver Instruments' Balance. National Instruments develops Instrument drivers based on demand and popularity. If it is a commercially available instrument, you can officially request one at:
    http://zone.ni.com/idnet/other.htm
    We develop drivers based on demand and popularity so the more requests we have for it, the greater the possibility that we will develop one in the future.
    If you would like to try developing your own instrument driver, we have documentation, model instrument drivers, and driver templates to help at :
    http://zone.ni.com/idnet/development.htm).
    We also have a syndicate of third party vendors that specialize in National Instruments' produc
    ts and services. Some of the vendors specialize in driver development. I would suggest contacting one of the Alliance members at:
    http://www.ni.com/alliance"
    Ryan Mosley
    National Instruments, Applications Engineer
    http://www.ni.com/exchange

  • How to move some xml element and its content to a new frame

    Hi All,
    How to move some xml element and its content to a new frame.

    Hi Chinnadk,
    Sorry my code its comment some lines. Now only I check the forum thread, you just try one more time.
    #target InDesign;
    #include "/Program Files (x86)/Adobe/Adobe InDesign CS5.5/Scripts/XML Rules/glue code.jsx"
    var myDoc = app.activeDocument;
    //____________________ XML RULE SET
    var myRuleSet = new Array (new margintag);
    with(myDoc){
        var elements = xmlElements;
        __processRuleSet(elements.item(0), myRuleSet);
    function margintag(){
        this.name = "margintag";
        //this.xpath = "//margintag[@type='mn2']";
        this.xpath = "//margintag";
        this.apply = function(myElement, myRuleProcessor){
            with(myElement){
                app.select(myElement);
                try{
                    var myPrePara = app.selection[0].paragraphs[-1].parentTextFrames[0].paragraphs.previousItem(app.selection[0].paragraphs[-1]);
                    if(myPrePara.characters[-1].contents=="\r"){
                        myPrePara.characters[-1].remove();
                    var myTextframe = myElement.placeIntoInlineFrame(["7p9","6p"]);
                    myTextframe.appliedObjectStyle= myDoc.objectStyles.item("MN1");
                    myTextframe.fit(FitOptions.FRAME_TO_CONTENT);
                    myTextframe.parentStory.paragraphs.everyItem().appliedParagraphStyle = app.activeDocument.paragraphStyles.itemByName("MN1");
                    }catch(e){}
                app.selection = null;
            return true;
    thx,
    csm_phil

  • How to calculate the Processing time for material based on its route ?

    Hello experts,
    I would like to calculate the Scheduled in-house production time based on route.
    Actually this is done in the prod. route in tcode CA02. (via menu Extras => scheduling => schedule).
    After getting the schedule table press the 'scheduling results' button I received the Processing time, Setup and teardown time,... Scheduled in-house production time.
    So I'm looking for a function or any tool to use it in report.
    thanks,
    Eli

    hi,
    from routing screen,extras>scheduling>schedule(give a variant name)>scheduling results>update material master.this writes the info in the temp file.use tcode CA96 to update material master.this updates lot size dependent in house production time in work scheduling view of material master and  deletes the lot size independent inhouse prod, time in MRP2 view.this tool gives more accurate results  for your  inhouse prod. time.
    > Hello experts,
    > I would like to calculate the Scheduled in-house
    > production time based on route.
    > Actually this is done in the prod. route in tcode
    > CA02. (via menu Extras => scheduling => schedule).
    > After getting the schedule table press the
    > 'scheduling results' button I received the Processing
    > time, Setup and teardown time,... Scheduled in-house
    > production time.
    > So I'm looking for a function or any tool to use it
    > in report.
    >
    > thanks,
    > Eli

  • How to query a row based on its rownum

    Dear all,
    what is the easiest way to query a row based on its rownum? Suppose I have the following query:
    select first_name from employees where rownum<5;
    FIRST_NAME
    Ellen
    Sundar
    Mozhe
    DavidSo Ellen has rownum 1, Sundar 2 and so on. How can I do it if I just want to query a row where Mozhe is the first_name, which is rownum 3?
    Best regards,
    Val

    JS1 wrote:
    Valerie Debonair wrote:
    I was thinking how oracle assign a rownum in a table is by how it populates the rows in the table.Hence a statement "based on its availability". Maybe my way of thinking it's not accurate?
    You are correct, your way of thinking is wholly innaccurate. Something that can easily be confirmed simply by reading the documentation:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/pseudocolumns009.htm#i1006297
    okie doke... thanks for the correction

  • Looking for Win-based sound-editing software to work with AAC files

    Hi, everyone.
    I'm a part-time indoor-cycling instructor. I create iTunes playlists to fit a certain types of "rides," transfer the lists to my iPod, then hook the player to the club's stereo system. Very slick.
    But not slick enough. There are some songs I don't want to play all the way through; I want to use only isolated segments of certain songs. And I want to employ crossfade. When cycling, it's important to keep the music coming; dead spots are energy killers. I want to stich in some stray bits of oddball audio, such as funny snippets of movie dialog and other nonsense, to keep the mood light. And I'm looking for a way to more precisely control track-to-track playback volume.
    I know I can isolate a segment of a song file by using the "start time" and "stop time" adjustments on the "options" tab of a song file's "get info" settings within iTunes. But I want to do more than that. Sometimes I want to play :20 of a song at one part of the ride, and :40 of the same song later in the ride, and I don't want to have to make a renamed copy of the song file to make it happen.
    I'm thinking what I need is sound-editing software. I want to create, say, a 60-minute playlist in iTunes, export copies (not the originals) of the songs in that playlist to the sound-editing platform, do my editing and create a single, 60-minute file that I can then load into iTunes and thus, transfer to my iPod. When I hook the 'pod up to the club's stereo, I would then play the single 60-minute "song" instead of the 60-minute playlist.
    And of course, I want to do it really cheaply, on a PC running iTunes for Windows. How's that for a challenge?
    If I had a Mac, I probably could use SoundStudio to do this, because it imports AAC files.
    What I need is a Windows-based editing platform that can import AAC files. If you know of such an animal, I'd appreciate hearing about it.
    If there is no such animal, here's what I think I'll have to do:
    1. Pluck song files from my iTunes music folder
    2. Create a CD containing mp3 copies of those songs
    3. Send those mp3 copies into the editing software
    4. Stitch the songs together in the editing software into a single file
    5. Export that file as a single mp3 file
    6. Have iTunes convert that mp3 file to mp4.
    Right? Or wrong? If anyone has advice, I'm all ears.

    The reason why I posted here was to hopefully find someone who has actually done this before rather than have someone throw packages at me that I can find on Google on my own.
    There are a number of SMS gateways out there, but I have not used any of them. Setting up some of them is a very time consuming process and I was hoping to get a heads up on one that that some else had used in the Solaris 10 x86 environment within a zone.
    I already have a working email version of this process which I put together very quickly, but using SMS would be a much better process for the techs out in the field.
    I won't have the actual GSM Modem in hand until Monday or Tuesday and am doing some preliminary work so that I can hit the ground running when it shows up.
    Thanks for your suggestions though.

Maybe you are looking for

  • How do I uncheck the "open in low resolution" box for Acrobat Pro 10.1.10 in a MBP with retina display?

    I have the "open in low resolution" box checked by default and I can not uncheck it because it is shaded out. I already tried the "uninstall Acrobat, delete the 'com.adobe.PDFAdminSettings.plist' file, and reinstall"  solution, but it did not work. I

  • Is there any way to upgrade my 7940

    I bougt second hand a 7940 with firmware 3-05-2-00 sccp i want to connect true SIP But when i try to upgrade to a newer version i get a error on the phone like his flash mem is full, so i have to get me a version SIP 5.02.99 before upgrading to 7 or

  • Question on import in cin

    Dear all can you tell me what will happen if i am doing gr before customs vendor bill booking (Miro for customs vendor) in Indian scenario import procedure with no taxes in po i mean the tax value is 0 in po

  • How to install a full length PCIe card?

    Having trouble installing Digidesign PCIe accel cards in my Macpro.  I can't seem to get them past the chassis edge.  What's the trick?

  • Smartform in mm

    Hi experts, Help me to find smartform names.. as ineed to develop an ew smartform and add logo as well as change address Outbound_delivery Purchase_Order_V3E