CommandAction - problem of parameter passing

Hi all

I am relatively new to vFoglight (running version 6.6 at the moment) and will have trouble to configure a CommandAction with parameters.  We have a rule of vBundle-1, vBundle Datastore free storage that we try to write some parameters in a file on the FMS via a simple script Batch Windows.  Now the rule of law is defined to trigger as critical when a data store has less than 10 GB free and Fatal when there is less than 5 GB free.

Problem is that I only managed to get the CommandAction working when I simply call a script without parameters.  If I try to pass parameters to the script such as @DSName and @DSSpaceFree, I see vFoglight is to correctly translate the variables with real values, but tried to run COMMAND_LINE just as if these variables were the name of the script itself.

Original for COMMAND_LINE Setup was as follows:

E:\Scripts\DataStoreGBFree.bat @DSName @DSSpaceFree

This seemed to cause vFoglight insert quotes everywhere surrounded areas where space could be found.  This resulted in the following error in the log:

VERBOSE [Thread-25] com.quest.nitro.service.action.impl.command.StreamGobbler - control Action on: "'E:\Scripts\DataStoreGBFree.bat ' 'VMStore_001' ' 8.10' is not recognized as an internal or external command" "

TALKATIVE [Thread-25] com.quest.nitro.service.action.impl.command.StreamGobbler - Out control Action: operable program or batch file.

INFO [Thread-26] com.quest.common.launcher.runner.ProcessNativeImpl - process is complete: [Action command, message: process is complete, exit code: 1]

WARN [Action-4-thread-3] com.quest.nitro.service.action.impl.command.CommandAction - called command returned the value: 1

I then tried to put double quotes around the COMMAND_LINE together characters, but which led to a similar error suggesting essentially the same thing:

WARN [Action-4-wire-48] com.quest.nitro.service.action.ActionService - cannot call action: CommandAction ({foglight_rule_id = ade50163-8f25-4897-b438-f72120ab992b, foglight_severity_level_name = critical, foglight_rule_name is vBundle free storage Datastore} com.quest.nitro.service.action.api.ActionInvocationException: java.io.IOException: process control Action could not be started: named executable does not exist or cannot be executed).

Finally, I tried setting ENVIRONMENT_VARIABLES as follows to try to pass parameters as environment variables the batch script can easily capture:

DATASTORE=@DSName! GBFREE=@DSSpaceFree

But that doesn't seem to work either.  So I don't know what I'm doing wrong and I'm not finding anything in the documentation Foglight or vFoglight, which suggests that I have to do something special for my original COMMAND_LINE work.

For any help or suggestion would be greatly appreciated.

Thank you!

-Aaron

I opened a support ticket, and it was determined that it is a bug.  ID assigned: FGL-14306.

Tags: Dell Tech

Similar Questions

  • Problem URL parameter passing

    Below #name # displays the correct information of the pool table.

    For example, if the Pearl is connected with users.userID = 5, then #name # poster mek, tiff that is correct.

    But in the a href, display_graphic2.cfm? userID = 5 for the mek and tiff.  And I need to match the user ID that is in the table users so clicking on mek would connect to: display_graphic2.cfm? userID = 4 and tiff link: display_graphic2.cfm? userID = 3

    How can I do this?

    collect data from the table

    gatherID name

    3 pearls
    5 mek
    5 tiff
    Sammy 6

    data from the users table

    userID name

    3 tiff
    5 beads
    6 vi
    4 meka
    ...

    Code:
    <!--- find users based on match with loggin in user --->
    <cfquery name="matches" datasource="gifts">      SELECT gather.name, gather.gatherID, users.userID      FROM gather INNER JOIN users      ON gather.gatherID=users.userID      WHERE gather.gatherID=<cfqueryparam cfsqltype="cf_sql_integer" value="#session.userID#"> </cfquery> <!--- display logged in users matches and pass matched user userID in URL ---> See: <cfoutput query="matches">
              <a href="display_graphic2.cfm?userID=#userID#">#name#</a>,      </cfoutput>

    Not sure what the question is.  In these data with this SQL statement.

    user name and gatherID will always be the same, because it is an INTERNAL JOIN on

    gatherID = username, so these ID 3 and 4 will never exist in the application,

    only 5.  Looks like you need to join the name, not ID:

    You'd get userID '3' for 'tiff' and userID '4' for 'mek' (assuming that)

    that "meka" is a typo in the users table).

  • Problem with oracle page OFA form parameter passing

    Dear all,

    I have a requirement as below

    I have a custom page of OAF I need call from a menu in the form of oracle, so I sm able to invoke the page in the menu but I need to move a form parameter to a page ofa form personlization, I am able to get the same thing, but my parameter contains date with time stamp, so when iam passing only day It works very well but with dtamp time it gives error like URL invalid because of some special character. So I found some links only when there is a space between the date and the time dtamp it gives question so please help me how I can handle this I need to get the date with timestamp in my page.

    Thank you

    Thanks for the reply,

    I solved the problem by using different functions through PL/SQL

  • Forms 6i developer parameter passing

    Dear all

    Please help me on the following

    I'm moving a TANK of a form value to another by using a PARAMETER. The value of passage is "COD/0001", when I try to pass this value, that it does not. But if I try to go without "COD /" it works very well. What I realized, it's numbers pass except the characters.

    My type of parameter is of type CHAR. The passes and receivers of fields and the database column types are CHAR.

    Please help me to overcome this problem.

    Thank you in advance.

    Nazik

    Therefore, as I said. You did not check the value of the parameter, and ORA-00904 shows even more that the parameter is passed correctly. Setting the default - what's wrong.

    She translates

    HWSI_ASSET_TAG =CAD/001
    

    which is false. The result should be

    HWSI_ASSET_TAG ='CAD/001'
    

    If your code must be either

    SET_BLOCK_PROPERTY('NZK_HWSTATIC_INFO',DEFAULT_WHERE,'HWSI_ASSET_TAG =:parameter.p_at');
    

    or

    SET_BLOCK_PROPERTY('NZK_HWSTATIC_INFO',DEFAULT_WHERE,'HWSI_ASSET_TAG ='''||:parameter.p_at || '''');
    
  • Parameter passing in reports 6i

    Hello

    I've created a report using the report designer. and in forms, I tried to view the report, its works very well

    Now I have to pass parameter to this report, as where userid = 1 or something

    How can I do?

    Now that I have given way, in the when_button_pressed
    repid := find_report_object('report9'); 
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'userid='||:txtbx1);
    v_rep := RUN_REPORT_OBJECT(repid); 
    But it does not work
    Do I need to make changes in the report file (.rpt)?

    Thank you

    Published by: Tuts009 on May 5, 2010 21:41

    Doesn't make me not afraid ask lexical/single parameter etc.  ;)

    You have not created any parameter, and you try to view set reoprt?

    Actually unfortunally made all changes in a query for the report

    So, it is the starting point of the problem and you have started of the IMMA :D

    For the parameter query, you need to change you request and use like that...

     SELECT ALL USERS.USERID, USERS.FIRST_NAME, USERS.LAST_NAME, USERS.USER_NAME,
     USERS.ADDRESS, USERS.EMAIL, USERS.CONTACT_NO, USERS.ROLE
     FROM USERS
     WHERE USERS.USERID = NVL(:P_USERID,USERS.USERID) -- Here this line will create parameter in report by name :P_USERID
    

    So, now you need to pass parameters to the form as as you did before...

      SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'P_USERID='||:txtbx1);
    

    Thus, the reoprt should come with your parameter. If it will be null report should show to all users.

    Be sure to compile the report after changing.

    -Clément

  • How can I start Firefox with a parameter passed html file

    I want to leave Windows (7), passing a local html file name as a parameter to use this html page for the start page of Firefox. There is no help or documentation on the parameters of start (a major deficit oversight or program)

    It should work in a .cmd or .bat file.

    start "" "C:\Program Files (x86)\Mozilla Firefox\Firefox.exe" "C:\Users\DES\Documents\MSData\HTML\GPD.shtml"
  • Problems of simple pass with Windows 8.1

    I just bought a HP ENVY TouchSmart m7-j010dx Notebook PC running Windows 8.0 about 5 days ago. I was able to configure Simple Pass, scan and add numbers and associated passwords. Then I upgraded to Windows 8.1. Now, I am unable to open SimplePass, add extra finger scans, or change the settings since the last update to Windows 8.1.

    I tried to re - install the program as a function of repair. It works by welcoming and accepting a fingerprint at the opening. When I click on the program in my Start menu as it begins to open, load databases, then disappears.

    I then uninstalled Pass Simple and re-installed after you download it again from HP at this link:

    http://h10025.www1.HP.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-122818-1 & CC = US & DLC = in & LC = in...

    During the installation, there was a message needed me true API (x 64), which found the program installation and re-installed and then installed http://ftp.hp.com/pub/softpaq/sp63001-63500/sp63224.exe

    After you have reinstalled successfully Simple version 6.0.100.276, I rebooted my computer. However, the program is still not fully functional. I still can't open SimplePass, add extra finger scans, or change the settings. I am able to connect to Windows with a fingerprint, but he didn't ask me for analyses when I connect to different web sites.

    I'd appreciate the help. Thank you.

    See you soon,.

    Ectophile

    This message is for everyone who has problems SimplePass with Windows 8.1.

    Christopher of Jeff, executive relationship at the Head Office of Hewlett - Packard Company contacted me personally after I had tried for 5 five months get HP to fix this. I submitted to a team climbs HP Case Manager, who offered me the following options:

    # 01 Fix my computer free of charge. This shipment of the machine to them and the possability that I could lose data if they need to restore the operating system. I would be also without the computer.

    # 02 Give me a free 3 year warranty extension on my current computer which includes a home service on some components, but not the motherboard and cover against accidental damage.

    # 03 Give me an equivalent model new HP laptop computer with extended warranty of 3 years including in-home services and coverage against accidental damage. For this, restoring them my old computer AFTER transfer of programs and data to the new machine files. It was suggested that I go to the HP online store and browse the available templates. They also indicated that they would be willing to make minor improvements if my exact specifications are no longer available.

    I am sure that these same choices could and should be available to ANYONE who also had these same problems very frustrating and annoying. After all, we all paid an additional amount for software and SimplePass fingerprint scanning equipment and are entitled to expect that it works with all versions of Windows 8.

    If, as I have, you have also made several attempts to get this problem resolved by HP, Best Buy, Microsoft, or any other third party, without success, try to contact Jeff Christopher directly at [email protected].

    I hope that this could finally solve this problem, and everyone gets the same fair and equal treatment that was offered to me.

    I must also congratulate HP to finally take a step upward, appropriating and goes the extra mile to resolve this problem. Accordingly, my view of HP and my loyalty to them, increased considerably.

    See you soon,.

    Joel

  • Problem HP Simple pass 2011

    I have a laptop HP DV6-6120us, bought less than 3 months ago. My validity sensor HP Simple pass suddenly stopped working. I looked in my device manager in the control panel and located the biometric device such as validity sensors (WBF) (PID = 0018). I checked the status of the device and received this message: "Windows has stopped this device because it has reported problems. (Code 43). "I checked to see if the necessary driver update, but it seems that I have the latest version. What should I do now to restore my HP Simple pass to the State? The version I use is 4.3.118.0. Thank you.

    Welcome to the world of HP SimplePass 2011 / 2012.

    OK, take a look through the forum and you will find a large number of (MANY) entries on HP SimplePass 2011 / 2012. There is also a replacement for the HP version called EgisTec SimplePass that some people have used successfully.

    The system on which SimplePass 2012 is / was responsible is in the shop for repair of webcam, so I can't comment or experiment on it for you on the error code 43.  I found that after some looking around...

    Error code 43 may have a USB taste - you may be suffering from problems Validity Sensor (driver).  The mechanism of material of fingerprints may have failed - unlikely in a new system.

    The software is probably trashed for a similar reason that HP SimplePass does not for everyone - it is fussy software and is subject to driver problems.

    It is not a lot of fun at the moment - all Rate Digital Persona.  The smile.

    You're updated to HP SimplePass 2011 as much as you can.

    So, what to try.

    An idea:

    • If you can get in SimplePass, do it and get it saved - you must ensure that you have your saved web cards.  (I can help if you are unsure how to do this.)
    • After graduating SimplePass saved, delete it.
    • Next, clean your registry database.  If you do not have a registry cleaner, CCleaner is a good, find another, and use one of your choice.
    • Restart, even if you are not told to do.  Windows like it when you reboot.

    Next:

    You might go to HP SimplePass 2012.

    So, uninstall and reinstall your driver to the latest validity.

    SimplePass V5.3.1.7 sp54680

    Validity Sensor 4.3.205.0

    FTP://ftp.HP.com/pub/SoftPaq/sp53001-53500/sp53369.exe

    Once again:

    Read, read, read - if does not help that I have indicated above, your answer is probably in the forum.  A lot of people have had success, and there are a lot of smart people here.

    I hope this helps!

  • M1000e with M8024 (problem connecting to pass)

    I have a Dell Poweredge M1000E Blade chassis with two switches of the M8024.

    I configured the IP addresses of the M8024 (B1 and B2) on the CMC web.

    All ports on the controllers of chassis are connected to my network.

    I can connect without problems to the M8024 into the slot in B2, but cannot connect / ping / access the M8024 in B1.  I have tried power cycling/replace the switch but no luck.

    Any suggestions?  I tried not to do anything via a SERIAL connection.

    I understand the problem!

    CMC M1000e chassis preview / network / config VLAN.  The VLAN Tag parameter has been activated for the M8024 in B1.  This prevented work properly on our network, because the vlan defined for the specified VLAN ID was not set up.  I unchecked the box in the column "Enable" (for B1) and he now available!

    Thank you!

  • 3 color separation - viewable problem with high-pass filter help

    Hello and thanks in advance for your time and help!

    I fix a color image created with color separation negatives, 3 images black and whites (captured on photographs) combined in the RGB layers to create a color image. The original negatives have been very badly damaged, so the alignment and the correction was quite complicated.

    I'm finally get closer, but there is still a lot of blotches that I have a problem fixed, where each of the channels have been under/over exposed, creating stained yellow or green, etc.

    I tried to use the high-pass filter and discovered, he shows me exactly my problems - of the high-pass filter usually makes all grayscale, however I see blue exactly where I need to make a correction - see screenshot.

    How can I selectively change this field! Other ideas for filters or way of singling out this broken capillaries to make adjustments? Editing is really not help color balance, I tried also to hue/saturation, but I am not able to isolate problem areas.

    Screen Shot 2016-04-25 at 1.40.21 PM.png

    < < second Image deleted by Mod, in accordance with the guidelines of forums > > >

    If a channel in the filtered image is useful and then load it and use it as a layer mask (and change with the curves and the additional filters needed).

  • Infrared column binding parameter passing does not!

    4.2.1

    Hello

    I have an IR in a single page. On a product Id column, I have a link to a custom URL

    Page of this application - 2

    Item1 - P2_Product_id (there is an item on page 2) and I'm creating with #Prod_Id # page 1

    Basically, page 1 when the user clicks on the column prod_id IR it will open Page 2 based on the product being passed id.

    For some reason, the product id is null on page 2.

    I see the URL and it's good ending with: P2_PRODUCT_ID:12345

    Any idea on what could happen or if I'm missing something. . 2 URL with the correct settings, but when I try to display the P2_product_id parameter or use it in a sql is page 2, the null value.

    Thank you

    Ryan

    ryansun wrote:

    4.2.1

    I have an IR in a single page. On a product Id column, I have a link to a custom URL

    Page of this application - 2

    Item1 - P2_Product_id (there is an item on page 2) and I'm creating with #Prod_Id # page 1

    Basically, page 1 when the user clicks on the column prod_id IR it will open Page 2 based on the product being passed id.

    For some reason, the product id is null on page 2.

    I see the URL and it's good ending with: P2_PRODUCT_ID:12345

    The custom URL could end like this, but it has good syntax APEX so that these values can be found in the positions required for the ref and itemValues settings?

    Any idea on what could happen or if I'm missing something. . 2 URL with the correct settings, but when I try to display the P2_product_id parameter or use it in a sql is page 2, the null value.

    If the syntax of the URL is correct, check what happens during treatment page see page 2 to see if the value of P2_PRODUCT_ID session state is changed. Use utilities > events Page in the definition of the page to see the event order page and in debug mode for page trace rendering and processing, including session state changes.

  • Workflow started by the script fails to get the parameter passed securestring

    Hello

    I use a script (linux) to start a workflow ( defined by software for the script ;-) thank This mechanism works very well.

    However, yesterday we removed an input parameter in a workflow of some (and also deleted from the script) and now it fails.

    Before the change, the input parameters were: vmName (String), vmUser (String), vmPassword (SecureString)

    After the change, the input parameters are: vmName (String), vmPassword (SecureString)

    In the script, I can add statements to prove that the password has a value and that it is past.

    In the workflow, I've added a task containing a script that is executed first and shows that the value of the vmPassword input parameter is empty.

    The output xml from script of appeal shows also that the value parameter is 'lost '...

    See the definition of setting correct for vmName on lines 11 and 12.

    See a definition of parameter incorrect for vmPassword on line 13 - the part missing "secret < SecureString > < \SecureString >...

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <workflow-execution  href="https://ehc3-vco2.ehc.ssev.local:8281/vco/api/workflows/fe59b484-ec21-4028-8a32-5e434b4139c2/executions/ff8080814e0272b6014eadc7c37424fb/">
    <relations>
    <link href="https://ehc3-vco2.ehc.ssev.local:8281/vco/api/workflows/fe59b484-ec21-4028-8a32-5e434b4139c2/executions/" rel="up"/>
    <link href="https://ehc3-vco2.ehc.ssev.local:8281/vco/api/workflows/fe59b484-ec21-4028-8a32-5e434b4139c2/executions/ff8080814e0272b6014eadc7c37424fb/" rel="remove"/>
    <link href="https://ehc3-vco2.ehc.ssev.local:8281/vco/api/workflows/fe59b484-ec21-4028-8a32-5e434b4139c2/executions/ff8080814e0272b6014eadc7c37424fb/logs/" rel="logs"/>
    <link href="https://ehc3-vco2.ehc.ssev.local:8281/vco/api/workflows/fe59b484-ec21-4028-8a32-5e434b4139c2/executions/ff8080814e0272b6014eadc7c37424fb/state/" rel="state"/></relations>
    <id>ff8080814e0272b6014eadc7c37424fb</id>
    <state>failed</state>
    <input-parameters>
    <parameter type="string" name="vmName" scope="local">
    <string>vm093</string></parameter>
    <parameter type="SecureString" name="vmPassword" scope="local"/></input-parameters>
    <output-parameters/>
    <start-date>2015-07-20T19:23:46.932-04:00</start-date>
    <end-date>2015-07-20T19:23:48.070-04:00</end-date>
    <started-by>[email protected]</started-by>
    <name>Add Agent</name>
    <content-exception>; nested exception is:
            java.io.IOException: java.io.IOException: Non nillable element 'password' is null. (Dynamic Script Module name : addAgent#32)</content-exception>
    <current-item-display-name>Add Agent</current-item-display-name></workflow-execution>
    
    

    Anyone seen elsewhere and - especially - able to fix it? :-)

    Thank you

    Ed

    It turns out that, in the XML input, which is passed to the server vCO, the password parameter type spec can be , but the definition of its value must be specified using ....

    For example:

                    
                            secret
                    
    

    Lesson learned...

    Ed

  • Parameter passing


    Hi gurus

    I have a question related to the parameter to pass to the procedure:

    I coded the following code:

    -------------------------------------

    CREATE OR REPLACE

    PROCEDURE PASS_P (ABC IN VARCHAR2)

    IS

    CURSOR CUR_EMP (D_NO VARCHAR2)

    SELECT IS *.

    FROM EMP

    WHERE DEPTNO = D_NO;

    -WHERE DEPTNO = PART_DEPT = abc;

    R_EMP EMP % ROWTYPE;

    BEGIN

    OPEN CUR_EMP (ABC);

    LOOP

    EXTRACTION CUR_EMP

    IN R_EMP;

    WHEN THE OUTPUT CUR_EMP % NOTFOUND;

    DBMS_OUTPUT. PUT_LINE (R_EMP. ENAME);

    END LOOP;

    CLOSE CUR_EMP;

    END PASS_P;

    ----------------------------

    I wonder if someone guide me that why I need to pass variable separate D_NO at the time of cursor declare and ABC as a procedure parameter entry, in fact I tried to use same variable ABC at the time of cursor and procedure and it works very well even as passing the separate variable but I refer to some examples for passing parameters and all sample create separate from pass parameters. I created the following procedure and pass the same variable, and it also works very well.

    --------------

    CREATE OR REPLACE

    PROCEDURE PASS_P (ABC IN VARCHAR2)

    IS

    CURSOR CUR_EMP (ABCVARCHAR2) - change of D_NO to ABC value

    SELECT IS *.

    FROM EMP

    WHERE DEPTNO =ABC;

    -WHERE DEPTNO = PART_DEPT = abc;

    R_EMP EMP % ROWTYPE;

    BEGIN

    OPEN CUR_EMP (ABC);

    LOOP

    EXTRACTION CUR_EMP

    IN R_EMP;

    WHEN THE OUTPUT CUR_EMP % NOTFOUND;

    DBMS_OUTPUT. PUT_LINE (R_EMP. ENAME);

    END LOOP;

    CLOSE CUR_EMP;

    END PASS_P;

    ---------------------------------

    Please guide. Thank you

    Concerning

    Shu

    I wonder if someone guide me that why I need to pass variable separate D_NO at the time of cursor declare and ABC as a procedure parameter entry, in fact I tried to use same variable ABC at the time of cursor and procedure and it works very well even as passing the separate variable but I refer to some examples for passing parameters and all sample create separate from pass parameters. I created the following procedure and pass the same variable, and it also works very well.

    The answer is: you don't need to 'separate variable pass '.

    In your first example:

    CURSOR CUR_EMP (D_NO VARCHAR2)

    You use a setting of "cursor" and named "D_NO". You could have named what you want.

    See section explicit cursor of the doc PL/SQL language

    http://docs.Oracle.com/CD/B28359_01/AppDev.111/b28370/explicit_cursor.htm#sthref1897

    parameter_name

    A variable declared as formal a cursor parameter. A cursor parameter can appear in a query anywhere where a constant can appear. The formal parameters of a cursor must be IN parameters. The query can also reference other PL/SQL variables in scope.

    The setting is simply a placeholder. You do not use the real name when you reference the cursor over that you use the name of real to a procedure parameter when you call a procedure.

    You have a procedure defined as:

    PROCEDURE PASS_P (ABC IN VARCHAR2)

    But when you call this procedure don't usually see you the name of the parameter real 'ABC '; simply, you provide a value for it. You CAN see the name of the parameter if you use parameter "named" references: PASS_P (ABC-Online "myValue").

  • Call to the stored procedure parameter passing script

    Hello

    I have a database on linux server. On the same server, there is a shell script which takes 3 parameters.

    Now I want to do a procedure (stored procedure) that will have 3 parameters pass and run this script with these settings.

    I had created object directory pointing to the correct directory granted all privileges on it (I hope).

    Now, I wondered how the code of procedure?

    I also did a program within the database which takes 3 parameters, but I don't know how to operate it. I don't know if I can use work to run the program, because

    It is a multi user thing and I think that this will not work as expected if 2 or more users run it.

    In any case, I was hoping that I can solve this problem by creating the procedure that will run the script that is provided with 3 parameters, that I need.

    I hope I'm clear on what I want to do.

    Please if you have an idea how to Edifier post your ideas.

    Thank you!

    Hello

    first I want to thank you for the reply.

    option 1... I don't want not to use java or c because I have no skills in programming languages.

    option 2 you mentioned dbms_scheduler.

    If I understand the procedure should go like that.

    I create whitin database program. Then I create a job which runs this program. And whenever I want to run my shell script, I'll do the work.

    WHA happen if 2 different users will want to run the script at the same time?

    Thank you for your response.

  • How the parameter passes the dynamically personalized Planner

    Hello

    I'm new to IOM.
    Need your help passing parameters dynamically to the personalized Scheduler.

    I created Planner customized by providing support for the task.
    I recorded the plugin via API, using the PlatformService.registerPlugin () method.

    I need to send the parameters of this CustomScheduler, so I defined in the metadata (CustomScheduleTask.xml) as a file below and get it imported in DB
    using the script weblogicImportMetadata.sh by providing the path of the file.

    < scheduledTasks xmlns = "http://xmlns.oracle.com/oim/scheduler" >

    < task >

    < name > CustomScheduleTask < / name >

    org.schedule.custom.task.CustomScheduleTask < class > < / class >

    < Description > details the user_id data extraction < / description >

    < retry > 5 < / re >

    < Parameters >
    < string-required param = 'true' helpText 'Username' = > user name < / param-string >

    < / Parameter >

    < / task >

    < / scheduledTasks >

    IAM able to import this plugin as well as the register the plugin successfully. Now, I set a task to which this Custom Tachesplanificateur is mapped.
    Now, in order to run this job (scheduled task), I need to provide the user name (or id) which must be sent as a parameter for the Scheduler must be running.
    But when you set the task with this scheduled task on the IOM console, I was not able to define or to pass parameter to this work. Therefore, the parameter is null in
    CustomSchedule execute method.

    Kindly help me how to pass the parameter dynamically during execution of the Task Scheduler console of IOM so that the execute method would be able to receive it.

    Thank you in advance.

    Kind regards
    Kumar

    Hello

    When you created the schedule the job for your personalized planning task, you should see your login name of textfield in the scheduled task. If this isn't the case, then it check your xml task calendar.

    In your class calendar code, add:

    public void execute (HashMap arg0) {}
    Final string METHOD_NAME = ' run: '; "
    Logger.Debug (CLASS_NAME + METHOD_NAME + "Input method - run");
    try {}

    String LoginName = arg0.get ("username");

    Kind regards
    Sunny

Maybe you are looking for

  • iTunes does not recognize the device after a update

    I'm running itunes after a promnt of my computer, since then, I can't recognize one of my 2 ipod nano in itunes. IV removed itunes and itunes reinstaled and reset my ipod and it still does not

  • Brother MFC-L27000DW do not wake on print

    Just bought a Brother MFC-L27000DW and have problems make him wake up when printing to it. I have a Windows7 machine and it seems to have no problem to wake the printer to sleep deep whenever I have something down the print queue send to her. El Capi

  • creating a first level RTOS VI (RT HAND?)

    Hello experts, I have following question: zum "OR LabVIEW for the CompactRIO Developers Guide" Figure 3.1. (Art. 27), die die Struktur of Top - Level - VI auf dem RTOS shows. * [http://www.ni.com/pdf/products/us/criodevguidesec1.pdf] 1 die mit "HAND

  • BlackBerry Z10 error in file after 10.3.1.1565 Update Manager

    Since the last update, I always get the error message in the file on the Media Library Manager is unavailable please try again later or try restarting your device.

  • Scheduler service is not started

    When I restart Scheduler OPMN services is not coming, I found in the below error log file. servers under Linux onlyMy database is running, I checked the schema password isn't expires.Pls help on this.[tid: 41471940]  [nQSError: 16001] ODBC error stat