Management plugin creation query

Hi i was trying to create a management plugin to display some lines of data onto the OMS UI. The problem i am facing here is, i am trying to post two lines to be displayed onto OMS UI, but i am able to see only one line being displayed on the UI..
Please refer the below mentioned metadata file i am using
<TargetMetadata META_VER="9.5" TYPE="workload360_collection_eod">
<Display>
<Label NLSID="workload_monitors_eod">Workload360 Data Monitor</Label>
</Display>
<Metric NAME="Response" TYPE="TABLE">
<Display>
<Label NLSID="workload_monitor_ccr_status">EBSO Concurrent Job Monitor</Label>
<Label NLSID="workload_monitor_ccr_status">Response</Label>
</Display>
<TableDescriptor>
<ColumnDescriptor NAME="Name" TYPE="STRING">
<Display>
<Label NLSID="name">WorkLoad360 Data Collection Status</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="instanceName" TYPE="STRING">
<Display>
<Label NLSID="instance_name">Instance Name</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="applicationShortName" TYPE="STRING">
<Display>
<Label NLSID="application_short_name">Application Short Name</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="concurrentProgramName" TYPE="STRING">
<Display>
<Label NLSID="concurrent_program_name">Concurrent Program Name</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="actualStartDate" TYPE="STRING">
<Display>
<Label NLSID="actual_start_date">Actual Start Date</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="actualCompletionDate" TYPE="STRING">
<Display>
<Label NLSID="actual_completion_date">Actual Completion Date</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="requestId" TYPE="NUMBER">
<Display>
<Label NLSID="request_id">Request ID</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="statusCode" TYPE="STRING">
<Display>
<Label NLSID="status_code">Status Code</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="requestedStartDate" TYPE="STRING">
<Display>
<Label NLSID="requested_start_date">Requested Start Date</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="requestDate" TYPE="STRING">
<Display>
<Label NLSID="request_date">Request Date</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="requestClassName" TYPE="STRING">
<Display>
<Label NLSID="request_class_name">Request Class Name</Label>
</Display>
</ColumnDescriptor>
<ColumnDescriptor NAME="concurrentQueueName" TYPE="STRING">
<Display>
<Label NLSID="concurrent_queue_name">Concurrent Queue Name</Label>
</Display>
</ColumnDescriptor>
</TableDescriptor>
<QueryDescriptor FETCHLET_ID="OSLineToken">
<Property NAME="perlBin" SCOPE="SYSTEMGLOBAL">perlBin</Property>
<Property NAME="emdRoot" SCOPE="SYSTEMGLOBAL">emdRoot</Property>
<Property NAME="scriptsDir" SCOPE="SYSTEMGLOBAL">scriptsDir</Property>
<Property NAME="startsWith" SCOPE="GLOBAL">em_result=</Property>
<Property NAME="delimiter" SCOPE="GLOBAL">|</Property>
<Property NAME="STDINEM_TARGET_USERNAME" SCOPE="INSTANCE">UserName</Property>
<Property NAME="STDINEM_TARGET_PASSWORD" SCOPE="INSTANCE">password</Property>
<Property NAME="command" SCOPE="GLOBAL">
<![CDATA["/bin/ksh" "%scriptsDir%/vikas/workload_monitor.sh"]]>
</Property>
</QueryDescriptor>
</Metric>
<InstanceProperties>
<InstanceProperty NAME="UserName" CREDENTIAL="TRUE" OPTIONAL="FALSE" ENCRYPTED="FALSE">
<Display>
<Label NLSID="workload_username">Schema Username</Label>
</Display>
</InstanceProperty>
<InstanceProperty NAME="password" CREDENTIAL="TRUE" OPTIONAL="FALSE" ENCRYPTED="FALSE">
<Display>
<Label NLSID="workload_password">Password</Label>
</Display>
</InstanceProperty>
</InstanceProperties>
</TargetMetadata>
I am printing this output from the script "workload_monitor.sh"...
print "em_result=hello|and|Collection|FNDEXT|19-OCT-08 19:34:12|19-OCT-08 19:34:15|1026751|C|19-OCT-08 19:33:44|19-OCT-08 19:23:44|ten|STANDARD\nDEST|EXT|Vikash Collection|VIKEXT|19-OCT-07 19:34:12|19-OCT-07 19:34:15|10111|D|19-OCT-07 19:33:44|19-OCT-07 19:23:44|eleven|why"
In this case there are two rows, there could be multiple rows in some cases... my main intention is to collect data and get it through the OMS database. Can you please let me know how can i do that....
Edited by: user504058 on Nov 5, 2008 11:27 PM

Hi,
the issue got sorted out.... anywayz have one more question...
We are planning to modify some of the base EM plugin scripts, which comes with the basic EM Agent installation. In one of the metadata file named instance.xmlp , i did found a parameter name "_physical_writes" but wasnt able to trace the source in any of the perl scripts, i could find the parameter "physical_writes" collected in one of the perl script files, but wasnt able to find the parameter "_physical_writes", not sure what does the parameter "_physical_writes" mean or what does that underscore mean????
In the below metadata entries the metric "physwrites_ps" is collected based on some other parameters like
physicalwrites ,__interval, physicalwrites. I am able to figure where can i find the below mentioned parameters, i did check all the scipts and also the metadata files..
admin/metadata/instance.xmlp: <Label NLSID="instance_throughput_physical_writes">physical writes</Label>
admin/metadata/instance.xmlp: <ColumnDescriptor NAME="physwrites_ps" TYPE="NUMBER" IS_KEY="FALSE" COMPUTE_EXPR="(_physical_writes > physical_writes) ? (1/0) : (physical_writes - _physical_writes)/__interval">
admin/metadata/instance.xmlp: <ColumnDescriptor NAME="physwrites_pt" TYPE="NUMBER" IS_KEY="FALSE" COMPUTE_EXPR="(_physical_writes > physical_writes) ? (1/0) : (physical_writes - _physical_writes)/transactions">

Similar Messages

  • Creating a Management  plugin archive.

    Hello Frineds,
    i want to create Management plugin archive which is included java source code. actullay when i have copied the source code and all xml file manually that is working fine. but i want import my code using OEM . pls help we how can i create one archive contain my source code +all xml file.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    ok , i used emctl command with monitor binary for copied my source code jar and its goes to C:\OracleHomes\agent10g\sysman\admin\scripts\emx folder .but while running my target its give the error class not found as my java class file is in that jar. then I have set classpath in classpath.in C:\OracleHomes\agent10g\sysman\config\classpath.in . then i was able to getting my matrix's data . is there any other way for declaring a class path.
    2. i want to used matrix data in my java code with out using jdbc or sql query. can i passed matrix data back to in java code .how i can do it. please help me.

  • Help with adding job type to Management plugin

    I'm trying to play with this. When I attempt to add my job definition to the plugin creation via emcli add_mp_to_mpa I get the following error
    Error: JOB_DEFINITION is not a supported file type
    Here is my full command
    emcli add_mp_to_mpa -mpa="netapp_smo_database.jar" -mp_version="1.0" -ttd="Z:\MyDocuments\OEM-playing\metadata\my_database.xml" -dc="Z:\MyDocuments\OEM-playing\default_collection\my_database.xml" -file="MONITORING_SCRIPT:Z:\MyDocuments\OEM-playing\scripts\my_database_backups.pl" -file="JOB_DEFINITION:Z:\MyDocuments\OEM-playing\jobs\my_database_backup.xml" -func_desc="Prototype plugin to demonstrate the integration of my special backup scripting system for a database"
    I did look at some of the existing plugins and see for example in the VMware ESX plugin that there are JOB_DEFINITION file types in that Management Plugin.
    What am I missing?

    It looks like you have an old version of the emcli client/verb definitions. You can try running "emcli sync" and that will update your verb definitions from the OMS. You'll need either an OMS which is version 10.2.0.3 or later or an emcli client downloaded from an OMS 10.2.0.3 or later.

  • Help with creating a management plugin in OEM.

    Hi Everyone ,
    I was trying to create a management plugin - which would monitor a WLS instance.
    So we created a plugin using the emjmxcli tool , and it worked fine.
    Background info :
    WLS side - managed server running - has 2 channels HTTP/ HTTPS - and 2 virtual hosts created : one for each channel. Applications are deployed into this virtual hosts.
    EM side - after creating a target of the particular type (from management plugin) , drilling down into the metrics gives different attributes
    eg : "com.bea:Name=Default[http],ServerRuntime=ManagedServer_1,Type=ServerChannelRuntime" ------ where ServerChannelRuntime = mbean i am monitoring.
    Among these , there are 2 attributes , one for each Channel which i specified earlier.
    Now the issue is - I need to modify the plugin target/collection xmls so to SUM up these 2 attributes (HTTP and HTTPS) , and filter out all other attributes which are shown. It takes up unnecessary space in db as well.
    So i tried - adding an <executiondescriptor> -
    <ExecutionDescriptor>
    <GetTable NAME="Metric" USE_CACHE="TRUE_IF_COLLECT"/>
        <GetView NAME="ChannelHTTP" FROM_TABLE="Metric">
            <Filter COLUMN_NAME="ObjectName" OPERATOR="EQ">com.bea:Name=Channel_HTTP_1,ServerRuntime=ManagedServer_1,Type=ServerChannelRuntime</Filter>
        </GetView>
       <GetView NAME="ChannelHTTPS" FROM_TABLE="Metric">
            <Filter COLUMN_NAME="ObjectName" OPERATOR="EQ">com.bea:Name=Channel_HTTPS_1,ServerRuntime=ManagedServer_1,Type=ServerChannelRuntime</Filter>
        </GetView>
       <JoinTables NAME="BothChannels" >
            <Table NAME="ChannelHTTP"/>
            <Table NAME="ChannelHTTPS"/>
        </JoinTables>
        <GroupBy NAME="result" FROM_TABLE="BothChannels">
            <AggregateColumn  NAME="NumberOfReq" COLUMN_NAME = "NumberOfReq" OPERATOR="SUM" />
         </GroupBy>
    </ExecutionDescriptor>But this didnt help. So if any one could help out with this , it would be great.
    I need to -
    1. Sum up 2 attributes.
    2. Filter out other attributes which appear automatically from the mbean.
    Thanks

    I found a great tutorial here:
    http://journalism.berkeley.edu/multimedia/tutorials/flash/slideshow.html

  • PLUG-INS not always loading - - Coupon Printer Manager plugin has crashed

    ''dupe of https://support.mozilla.org/en-US/questions/914197''
    I am running Windows XP SP3 and all updates are current.
    For weeks, running 7.0.1, 8.0.1 or 9.0.1, whenever I try to print coupons at the www.coupons.com website, I have difficulty and consistently I receive the following Firefox ERROR message...
    "The Coupons Inc. Coupon Printer Manager plugin has crashed"
    ...and I always SUBMIT a REPORT to Mozilla.
    This website is suppose to invoke the following plug-ins...
    Coupons Inc., Coupon Printer Manager 4.0.1.3
    Coupons Inc., Coupon Printer Manager 4.0.0.7
    ...and using Task Manager I watch to see if the Image column shows one or two plug-ins appear - of course, I don't know which ones - see below for additional info. Most of the time only one plug-in appears and then the website asks me to INSTALL the software (again). When two plug-ins appear (again, I do not know which), things run okay for the first coupon - however around 50% of the time I am unable to print a second, third, etc, coupon.
    Regarding add-ons, I have the following:
    PLUG-INS
    Coupons Inc., Coupon Printer Manager 4.0.1.3
    Coupons Inc., Coupon Printer Manager 4.0.0.7
    Java Deployment Toolkit 6.0.300.12 6.0.300.12
    Java Platform SE 6 U30 6.0.300.12
    QuickTime Plug-in 7.7 7.7.0.0
    Shockwave Flash 11.1.102.55
    EXTENSIONS
    Adblock Plus 2.0.3
    Free Download Manager plugin 1.5.5
    APPEARANCE
    FOXSCAPE 4.01
    Default 9.0.1 (disabled)
    I have disabled each of these add-ons to see if anything improves, but nothing does. This does not surprise me since I have been running the same ADD-ONS for months and this problem has only started happening over the past few weeks.
    I have uninstalled the Coupon Printer plug-ins, scrubbed my Registry, and then reinstalled them (with FF closed, as well as opened, of course), and that does not help either.
    Sure would like to RESOLVE this FF problem.
    I am wondering if there's a PLUGINS setting that needs tweaking, and on that note, I have tried setting...
    dom.ipc.plugins.java.enabled
    ...to TRUE (where default is false) and that does not help either.
    The following screen shot shows my about:config / plugin details > http://tinypic.com/r/10dv3v7/5
    Hopefully, others have experienced the same problem and found a workaround or fix.
    Thanks,
    CurlySue :o)

    Sorry, a resolution isn't going to easily or come from Mozilla.
    4 out of 5 of those crashes were directly caused by the Coupons, Inc. Coupon Printer DLL = npMozCouponPrinter.dll
    The developer of that plugin is going to have to fix it. Contact the Coupon website to find out how to report a bug with that plugin.
    https://crash-stats.mozilla.com/report/index/b7c6e33f-d12b-481f-aca0-546b12120111 <br />
    https://crash-stats.mozilla.com/report/index/c4077e92-719a-453b-b046-e4b802120217 <br />
    https://crash-stats.mozilla.com/report/index/51be502e-6bfb-4c31-8738-1f5302120217 <br />
    https://crash-stats.mozilla.com/report/index/9cb6ff8d-0acc-4490-bfa8-c48bf2120217
    This report doesn't specifically indite that plugin, but points to a general plugin fault. <br />
    https://crash-stats.mozilla.com/report/index/a855f8e7-964c-49b8-a049-54aba2120217

  • Oracle PeopleSoft Enterprise Manager Plugin Installation on oem grid control 12c facing error

    Hi Friends,
    I am planning to monitor Peoplesoft 8.52 HRMS application through oem 12c grid control. First I have installed 12c grid control successfully. Followed by I am installing the Oracle PeopleSoft Enterprise Manager Plugin in 12c oem repository containing 11g database. I am facing configuration assistant error message as below
    OUI-25031 some of configuration assistance failed.
    Configuration assistant "PeopleSoft Environment Management Repository Plug-in" failed
    The "/u01/oracle/cloudcontrol/middleware/oms/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    Please assist me how shall I proceed further...
    Regards,
    Rajesh Pachiyappan

    Hi,
    I just came across the same problem.
    In my case, I hit this issue while trying to reinstall Oracle EMCC 12g.
    Since previous installation failed, I decided to start from the beginning again but I am now hitting this.
    Before trying to reinstal, I dropped SYSMAN and a few other users created on the provided DB.
    Did you solve this issue?
    I believe I may have not "clean up" the database properly. Which would be the right way of wiping out the DB without actually rebuild it again?
    Thanks
    Angel

  • Business Contact Manager Plugin does not install successfully in Outlook 2010 Professional Plus

    I work for a company that has provided me with a volume licensed version of Microsoft Office Professional Plus 2010. We do a lot of customer tracking so I looked into options to utilize Outlook and found out about the Business Contact Manager plugin. I tried
    to download and install it from the public site but was informed that the public version would not work and that I would need to request a compatible version from my company that they could access through a contracted download portal.
    I worked with support and they were able to locate the file and install it on my computer. Once I tried to start working with it though I found that there was no Business Contact Manager tab or any of the additional functionality that I needed.
    I contacted support to follow up and they again tried several times to install the plug in, but although there was never any error message the installation also never resulted in the business contact manager tab being added or in any reference to it being
    added to my list of plugins.
    Any help would be greatly appreciated.

    Hi,
    Go to Control Panel -> Programs and Features, can you see any version of Business Contact Manager installed? If yes, please uninstall it first from there, then delete the registry keys below(if they exist):
    ImportantThis
    section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry
    before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry,
    http://windows.microsoft.com/en-US/windows7/Back-up-the-registry
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\microsoft.businesssolutions.ecrm..outlookaddin..connect.1
    HKEY_CURRENT_USER\Software\Microsoft\Office\Outlook\Addins
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Business Solutions eCRM
    HKEY_CURRENT_USER\SOFTWARE\\Microsoft\Business Solutions eCRM
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Business Contact Manager
    Then we can try performing a clean boot to install Business Contact Manager again. In Clean Boot Mode, it can eliminate the conflict by background programs as much as possible. Check if you can install it properly:
    http://support.microsoft.com/kb/929135
    Regards,
    Melon Chen
    TechNet Community Support

  • Pa custom infptype and org management infotype creation

    hi experts,
    pa custom infptype and org management infotype creation
    steps are same or not.
    If  any difference b/w both plz give me step by step procedure.
    Regards,
    Sandeep

    PA infotype will create in PM01  everything we need fill from PM01.
    OM infotype
    :- 1. we need to create HRI9XXX  structure.
       2. PPCJ t-code  u can create from this t-code.
    PA INFOTYPE CREATION
    1) Go to Transaction PM01.
    2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
    3) Select the `Employee Infotype' radio button.
    4) Select the `PS Structure Infotype'.
    5) Click on Create. A separate table maintenance window appears.
    6) Create a PS structure with all the fields you want on the Infotype
    7) Save and Activate the PS structure
    8) Go back to the initial screen of PM01.
    9) Click on `All' push button. It takes a few moments.
    10) Click on `Technical Characteristics' . Infotype list screen appears
    11) Click on `Change'(pencil) button
    12) Select your Infotype and click on `Detail' (magnifying glass) button
    13) Give `T591A' as subtype table
    14) Give `T591S' as subtype txt tab
    15) Give your subtype field as subtype field
    16) Save and come back to PM01 initial screen
    17) Click on `Infotype Characteristics' . Infotype list screen appears
    18) Click on `Change' (pencil) button
    19) Click on `New Entries'
    20) Enter your Infotype number and short text
    21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours)
    22) Save your entries.
    23) Now the Infotype is created and ready to use.
    24) If you want to change the layout of the Infotype as per your requirement.
    25) In the PM01 initial screen.Select `Screen' radio button and give 2000 as the screen name, then click on edit.
    26) In the next screen.. Select `Layout Editor' and click `Change'.
    27) Screen default layout appears.here you can design/modify the screen.. change the attributes of the fields. etc.
    28) Save and activate. (Don't forget to `Activate at every level)
    Edited by: sapabap229 on Aug 30, 2010 11:19 AM

  • Version management to my query

    Hi Guru's,
                     I want to check version management to my query in bex analyzer.How can i find this.
    Regards,
    Vijay.

    Hi,
    in addition to Arun:
    you can check the table rszchanges. First goto table rszeltdir and search for your query entering the technical name of your query in field mapname. You get the eltuid, the technical key of the query. Take this value and goto rszchanges. Enter the eltuid in field compuid and start the selection. At least you will get some records to see which version was changed on which date, but nothing about who changed and what were the changes...
    regards
    Siggi

  • Project Manager plugin missing error message

    When opening documents InDesign CS 3 (5.0.3), I get an error message advising that the document uses the Project Manager plugin, which is "missing." These documents were created in a previous version of InDesign (probably CS1).
    Upon saving changes, I get this error message and am required to overwrite the existing document every time.
    Some of the images in the document may have been created by a previous user in a CAD program, which is what this plugin seems to relate to (from what I can discern from the limited info I've found online).
    All images, however, appear to be either TIF, EPS or AI. There are no DWG images that I can see, though some of the EPS images may have been exported from CAD.
    I've been unable to find the Project Manager plugin online. Does anyone know where I can find it -- or, if not, how I can disable the use of the plugin in these InDesign documents (and/or images placed therein)?
    I'm running Mac OSX 10.5.4 on a new iMac.
    Thanks!
    Jim

    Open the file in CS3 and then export it back out as INX. Open the INX
    file to continue working.
    Bob

  • Question about Starting Eclipse with PVCS Version Manager Plugin and Flash Builder 4 plugin

    I used Eclipse 3.4.2 SR2 with PVCS Version Manager plugin.
    I installed Adobe Flash Builder 4 Plugin to the Eclipse.
    Eclipse executed successfully at first time.
    After I open *.mxml file with the Eclipse and close.
    After minutes, I execute Eclipse.
    But I waited 40 minutes to see Eclipse Editor screen.
    Are there any problem in Adobe Flash Builder 4 Plugin?
    ====== If you know Korean Character, You can see below message, I hope so ========
    Environment
    * OS: Windows XP SP3
    * Eclipse: 3.4.2 SR2
    * JDK: 1.5.0
    * Serena PVCS Version Manager : 8.3.0
    * Adobe Flash Builder 4 Plugin
    위의 환경에서 Eclipse에 Version Manager Plugin을 설치하여 사용할 때는 잘 동작 하였습니다.
    하지만, Adobe Flash Builder 4 Plugin 을 설치하고 *.mxml 파일을 열어 작업한 후에 Eclipse를 Close 하였습니다.
    잠시후에 다시 Eclipse를 실행하면 약 40분 정도 시간이 지나서야 Eclipse 편집창을 볼 수 있었습니다.
    혹시 Adobe Flash Builder 4 Plugin 제품과 Serena PVCS Version Manager 제품이 서로 conflict 하는 것이 아닌가
    의심을 하고 있습니다.
    귀사에서 이런 경험이 있다면 해결 방법을 알려주시면 감사하겠습니다.
    Thank's

    I experimented with the latest Zend Studio 8 trials on both platforms yesterday, and it looks a little different depending on which platform you're using:
    On OS X, because Zend Studio is now contained entirely within the app bundle, it's tricky navigating to the proper eclipse folder with our Plug-in Utility. As it turns out, the Zend dropins folder does exist if you look down low enough:
    /Applications/Zend Studio.app/Contents/Resources/Java/dropins
    When I typed that path into the Burrito Plug-in Utility manually, it found the dropins folder, and proceeded to install the link without complaint. However, the Zend dropins folder is not working properly on OS X either, as already found on Win, so it's not using the link.
    On Win, Zend Studio 8 doesn't include the dropins folder in the first place, as noted earlier. Apparently, Zend doesn't have its dropins folder enabled on either Mac or Win.
    To see if this problem is specific to dropin links, I downloaded the latest Orbit plugins from eclipse.org and tried adding those directly to the Zend dropins folder, instead of using a link. Zend doesn’t appear to recognize them either.
    I'll check with our contact at Zend to see what happened.
    -Chris

  • Document management plugin available for Reader?

    We use PDF documents exclusively in our work setting. In order to manage our work and work-processes more efficiently, we require a document management solution. The best plugins would allow one to categorize, search, retrieve and enforce access controls for files. Is there such a plugin available for Reader?

    Hello Murugesh,
    Thanks for the responce ,
    But When i tried to use the same FM to create Distribution list i didnt find ant parameter within the FM to pass the correct recepient name linked to the document(recepient list id) .
    Can you please provide me the sample code or help me ,how to pass the recepient name coom type and num of copies for each recepient listid .
    Urgent
    Thanks a lot

  • Version management in  ABAP query

    Hi,
    How  to  retrieve a infoset &Query using version management, but unfourtunately there is no option for this.Can u n please tell me how is this  possible?

    Havent' work that much with ABAP Querys, but AFAIK it doesn't support Version Management...
    Greetings,
    Blag.

  • Issue with KDE power management plugin and battery monitor widget

    Hi everyone, I'm having troubles with the battery monitor widget on KDE: since I have installed the DM I get an error message during the startup saying that "no valid power management backend plugin is available", so I can't get my battery monitor working. Does anyone know how could I do to have this problem solved?

    Hi everyone, I'm having troubles with the battery monitor widget on KDE: since I have installed the DM I get an error message during the startup saying that "no valid power management backend plugin is available", so I can't get my battery monitor working. Does anyone know how could I do to have this problem solved?

  • What's the searchplugins folder and why doesn't its content show up in the Manage Plugins menu?

    Today on my first Search bar attempt, my search page got redirected from Google to www.bigseekpro.com, which I had never heard of. I checked my Plugins and Addons, it didn't show up there. But my home page had also been hijacked, from the tabs I normally go to, to only go to this new page. I did find in C:\uerdatada\appdata\roaming\mozilla\firefox\profiles\cawypqyo.default a new folder created a few moments before, \searchplugins, and in this a file search.xml, which contained xml commands to redirect the search activity.
    These look suspicious: the first command sets xmlsn:os to "http://a9.com", which I can't seem to find anything on with whois or tracert; bigseekpro.com itself traces to its registry at godaddy.com, but that's about all I'm finding.
    If this is a legitimate place for Firefox to look for a plugin, why doesn't the Firefox plugin manager tell me it found something there? And why couldn't the Help articles on "Search not going where you want it to" also tell me about this?
    Any ideas? Am I right to be highly suspicious of this behavior?

    Search engine plugins are kept separate from Add-ons (Extensions, Plugins, Appearance). Search plugins, both the default search engines supplied with Firefox and those that you install will be shown in the Search Bar (see [http://kb.mozillazine.org/Search_Bar Search Bar]).
    The folder '''''searchplugins''''' in your Profile folder ('''the path you mentioned''') is for search engines '''''added by you or something that you have installed'''''. You can remove any found in the Profile folder in the '''''searchplugins''''' sub-folder. The items there '''''may''''' make/have made changes to other search functions in Firefox.
    *Are searches from your '''Location Bar''' going to the place and/or search engine you expect?
    *Are searches from your '''Search Bar''' going to the place and/or search engine you expect?
    '''''The default search engines included with Firefox''''' are not in that folder in your Profile, but are located in a folder by the same name in the Programs folder where Firefox itself is installed. See [http://kb.mozillazine.org/Installation_directory Finding the Installation directory]
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

Maybe you are looking for

  • My app store wont change back to sri lanka from the u.s store

    Hi, I recently got my new ipod from sri lanka. I've been downloading apps and so on. One day i click on an app it says that this app is not available in sri lankan store would you like to switch us store [this is from the ipod not the pc] and i said

  • Remove tokens from string and sort string via  XSLT mapping

    Hi, I have a requirement wherein I need to sort the records in an XML file with customer num & order number. The value of order number is concatenation of order and item like: 3249_110 , 3249_10, 3290_110,3290_10 and so on. Expected result: 3249_10 3

  • Page up and page down keyboard commands

    I just installed CS4 on my laptop. The page up and page down keyboard shortcuts are not responding. That's a big handicap. I know these are default commands to go to edit points. Do I need to to go somewhere in preferences to check for defualt comman

  • Exporting in quick time - flashing white screen

    I edited a finished intro (some text changes) , but i can't export it in .mov format (quick time) .What i mean is, when i try to run the intro, every second it flashes a white screen, it get's white every second, for just a bit, and then it continues

  • Portal forums offline get together in Walldorf

    I am in Walldorf at the moment attending some training and am keen to get together with any portal forum members. How about meeting in Walldorf on Wednesday evening (13th December)? Please reply sugegsting a specific time and/or place? Thanks