"workflow" Orchestrator for anthentication

Hello

I'm new to the Orchestrator, I run some of its workflow to the outside,

so I would like to know weather orchestrator provides any workflow that will authenticate the average user if I give the username and password of this workflow must take this user name and password as input, and check the weather these credentials match the orchestrator credentials...

Please help me

-Alexandre

Hi Tanvirao,

I didn't find any possibility in vCO to run the custom Ldap query, but with the Plugin from Microsoft, you are able to get some AD-object attributes (not all). The Manager attribute is also available.

vCO with different objects handles Ldap-one is LdapUser and is similarly to the MS-Plugin: Microsoft user, with the LdapUser object you can not get the attribute manager, but with him, you get the current user of the execution of workfow runnig LdapUser.

I wrote two actions which is attached. One to convert the LdapUser object in the MS-Plugin-user object and the other to get a property from the MS-user object.

With the following script code, you will get the Ldap-object manager using the two actions:

var objLdapManager = null;

var objLdapUser = Server.getCurrentLdapUser ();

var objADUser = System.getModule("com.alstom.vco4.basic").convertLdapUserIntoAdUser (objLdapUser);

var strManager is System.getModule("com.alstom.vco4.basic").getAdUserAttribute (objADUser, "manager");.

If (strManager! = null) {}

objLdapManager = Server.getLdapElement (strManager);

System.log ("the Director of '" + objLdapUser.commonName + "' is '" + objLdapManager.commonName + "". "");

} else {}

System.log ("the Director of '" + objLdapUser.commonName + "' could not be found.");

}

I hope this helps.

Rainer

Tags: VMware

Similar Questions

  • Workflow VCO: for list users and groups

    Hello

    I am new to VCO, have created a basic workflow. Is it possible to create workflows to fetch groups, users, domain using VCO groups.

    -A

    Assuming an entry named group (AD:UserGroup) variable, the following journalisera the members of the Group:

    var members = group.userMembers;
    for each (member in members){
    System.debug("User: " + member.accountName);
    }
    

    In this loop above, each 'Member' in the loop is object of AD: use.

    Familiarize yourself with the API Explorer (available in the left pane when you change the script of any workflow, also from the main menu of tools: Tools-> API Explorer.) The API Explorer will show you most properties and methods for the object types that Orchestrator knows.

  • "Workflow" Muse for DPS?

    I am using the free 30 day trial of Adobe DPS and I noticed on the main site of DPS from Adobe, it lists a feature that allows you to use Adobe Muse to create articles for Adobe DPS, but I can't find information on what is the best way to do it or there at - it a "workflow" for this? Is Adobe DPS an option to export inside the Muse, as it is in InDesign or export HTML folder and use of Packager HTML?

    Just export to HTML format.

  • DAC as schedular tool for Informatica workflows (not for OBIApps repository)

    I have to use as administrative DAC / Informatica workflows Planner tool. Earlier, I set up the same thing for OBI Apps. It works well. Now I'm not referring to Oracle_BI_DW_Base.rep which is the built-in repository provided with OBI Apps. I have to run my workflow through DAC. I went through the below listed steps to get the same thing,
    (1) created the new USER
    (2) that the user are used to configure the DAC connection as well regarding the DAC repository tables. (not sure if it is a good idea or not)
    (3) create a new container of system Source. (no containers were there initially)
    (4) I Informatica as 'MyRep' folder, so I created task logical and physical files with the same name in DAC (Tools = > data seeds = >...)
    (5) created new area, tables, tasks, tasks synchronize.
    (5) configure informatica servers, physical Data Sources. Tested, no flaws.
    (6) added new execution Plan.
    (7) the area assigned to him.
    (8) click on the button "generate" in the settings section of the execution plan. No generated parameter. Now I got confused.
    (* 9) I couldn't find my tasks in TASK ORDERS tab.*
    (10) click on BUILD. Then got the error message as below,
    Task MESSAGE: No found to build this execution plan.

    Please let me know what the bad step here.

    Thank you

    ASSEMBLE you correctly the area in question? Confirmed that the area in question has the correct mission was before you add it to an execution plan?

  • Workflow optimal for display a response immediately after a question is submitted

    Hi everyone-

    I'm sure someone has encountered this issue before, but I have not found all the signs for her, so I if I would you find out because I am preparing a Captivate demo right now.

    The scenario is as follows - normally when a quiz is created, a user has the opportunity to review the answers to the questions, once the quiz is completed.

    However, the customer, I work with prefer responses is displayed immediately after the issue is submitted.

    My question is what is the workflow recommended in Captivate to build this type of solution for a quiz that would be a) manageable and b) be easily reproduced...

    I have considered the following:

    (1) the correct answer will appear in the default text box "Incorrect - click anywhere or press on 'y' to continue." However, it seems difficult to manage the boxes will need to be updated all the time.

    (2) connect the question slides to a separate set of slides that show the answers then lead to quizzes. I think it's a little easier to manage because the blades are in a separate 'path' so to speak.

    (3) using the slidelets?

    Does anyone have recommendations? Thank you

    Edward

    I suggest that you include only the answers to the questions in the legends of feedback on the actual question slide.  This is the easiest to manage place.  These subtitles are displayed immediately when the user submits their response.  Feeback captions can be as large as you want.  I don't understand why you say this option would be 'difficult' since the legends would need to be updated all the time.  Legends would be updated if you have changed the question in a way that the answer was now different.

    Remember that Captivate you cannot put interactive objects on a question slide.  This definition includes slidelets.

    If you need to include much more detail (or graphic or video) in your comments, you must use another slide, preferably placed immediately after the question slide.  If the user gets the right answer, define the action of success for the question to jump directly to the next question.  If they make a mistake, you can set the action of the failure to access the answer slide and have action OnExit this slide to move to the next question.

    But I stress that the only reason in this way to use extra slides is because you need more text in your comments. In most cases this would just complicate things unnecessarily.

  • Notification Workflow changed for all users preferences don't know how / why

    Hi people,

    I'm working on a 12.1.1 System. My users have begun to complain that they were not receiving email. Workflow Mailer looked normal in all aspects, and I sent a test message, which received normally. I started to look for answers and cam across the following note.

    Note: 433359,1 - follow Workflow Notification Event Messages

    Who reported to me the following query

    SELECT Email_address,
    NVL (WF_PREF.get_pref (name, 'MAILTYPE'), notification_preference)
    OF wf_roles
    WHERE name = upper ('USERNAME');

    And this query showed me that all my reviews had been changed from "HTMLMAIL" to the "QUERY" in the last two weeks (a clone made several weeks ago does not match). This brings me to 2 questions.

    (1) which would prevent them from having e-mails sent to them? My guess is Yes.
    (2) how would such a change in coverage could occur? Is it possible to say how it happened?

    Thank you very much for your time,

    -Adam vonNieda

    Adam,

    There are a few problems reported on Metalink (see Note: 557294.1) that could be relevant, but I couldn't find anything related to the output that you are running. So, you can connect an SR and see if there are any reported bugs/problems.

    Kind regards
    Hussein

  • Workflow scenario for the load Plan

    Hello

    I have a plan to charge with 4 scenarios of package.

    Each scenario package has about 100 objects in the stream.

    In the package script if any job fails the process stops here, since we do the error handling in the packaging itself... even if a job fails stop in the operator it shows as completed.

    For this reason in TERMS of SUPPORT, even if we have this error, it moves to the next step.

    any ideas...

    Thank you

    Hi AK26,

    Basically, the problem is that KO links in your package goes to the error handling step who succeed. And the status of the package is actually the status of the last step.

    It's a question that many people have and the usual work around it is to create an ODI procedure with this code:

    BEGIN

    RAISE_APPLICATION_ERROR ("-20101, ' your error message");

    END;

    Put it in your package and create a KO and an OK link of your error_handling in this one step.

    That procedure will address an error in the database, so it will be marked as an error in your package and as it is the last step execute, your package will be thus marked as an error.

    Then you can have behavior wanted in you plan to charge.

    Kind regards

    JeromeFr

  • Workflow utilities for the BS vanilla script

    Hello, I still that this BS vanilla script called 'Workflow Utilities' and the 'Echo' method in the workflow. Tried to read the shelves, but could not help much. Please help me understand this BS vanilla and explain what is used and benefit if she say to implement workflow request? Appreciate all your input and ideas. Thanks again.

    Published by: user10070712 on October 12, 2012 04:44

    Usually it is used to copy values from one property to another.

    You can read more on Supportweb.
    EAI - MANIPULATING A MESSAGE PROPERTY SIEBEL DEFINED WITH THE HELP OF WORKFLOW UTILITIES BS (NO SCRIPT) [ID 1269305.1]

  • "Workflow" DSLR for ideal rendering and exporting

    I just finished my first project of 5 minutes in Premiere Pro CS6 with excellent results.  The source material is a Canon 7 d, and I work with unconverted native files.  Unfortunately, as the project had color correction with Magic Bullet looks, filters such as sharpness and layers of "fuzzy" of certain elements on the screen, the original compressed h264 export took nearly 7 hours.

    A little research led to realize that I was better export a 'master' and the conversion outside of Premiere Pro.  So, what would be the best way to proceed?

    Do I have to view my calendar and then choose export with 'match sequence settings' and 'use discovered?  Should not pre-made and export rather than "match sequence settings"?  If I pre-made and use of previews, the resulting quality will be the same if I surrender all by exporting?

    Or is there another way?  Could I create preview with ProRes files and export to ProRes format?

    Please help us to a delighted PP convert.

    you have almost perfect it, but for a potential problem...

    (1) import my native dslr images,

    YES!

    (2) create a sequence with settings and a setting of say ProRes 422, overview

    YES - BUT ProRes is available on Mac. If you are on Windows, use AViD DNxHD or UtLossless.

    (3) change my project with effects, etc.

    YES!

    (4) rendering the chronology, and

    YES!

    5) export to ProRes 422 'use previews' selected format? Then create files with this master of export ProRes codec.

    A little.

    Note even if you use the preview files, Apple QuickTime with ProRes support does not implement Smart Rendering so you decode and re-encode to the ProRes format (good vs copy the preview of a file already compressed through executives).

    There is therefore really not backwards by a master ProRes and then deposited into the SOUL to do your other final products. Instead, I strongly recommend that you queue your sequence to Media Encoder. The first output can be ProRes422 (for archiving etc.) If you wish.

    Right click and "duplicate" this original work in the SOUL and change the settings on each replication to create all output files you need. CS6 actually has a very nice interface. Doing it this way was more than the Mercury playback engine (IE nVidia CUDA MPE) will make all your resize for you - that is much faster (as 10 x) to open the master file of ProRes in SOUL and creation of files out there.

    Make sure that you always have the "use previews' enabled for all cloned jobs.

    Kind regards

    Rallymax

  • How can I update my workflow JDeveloper for patch 1 group

    People of Hy,

    Can anyone help to update the workflow of my jdeveloper to the workflow of the patches 1 group?

    Thks

    Open your project on JDev PS1, regenerate the artifact and redeploy. Will do.

    Published by: George Maggessy, February 11, 2010 09:42

  • Opportunity to see the final script to execute for a workflow?

    Is it possible to display the full script/scripts that are run when you run a workflow? I use Orchestrator for the first time and I'm trying to get an idea of how it interacts with vCD, Virtual Center, ESX etc... I would also like to see the PowerCLI code to run and etc API calls made.

    Thank you!

    > So how Orchestrator actually performs its workflow?

    vCO is the platform that has the scripting engine and workflow engine. There are also plugins/adapters to other systems that expose API of the other system in the form of script that is then mapped to the java code in the plug-ins. This java code then connects to the APIs exposed systems.

    > Should I use a mixture of PowerCLI and API?

    N ° it does not use any kind of PowerCLI. Just connects directly to the API.

    > And once you have generated a flow of work, is it possible to reuse and to execute the same code without use Orchestrator?

    No, the workflow could be run only inside the vCO.

    I hope this helps.

  • Creation of a database of SQL for Orchestrator

    I would like to create a database (no SQL Express) for Orchestrator for a test environment.

    Is there a simple step by step for it suitable for non sql admins?  There is a script to create the vcdb for vCenter server database but I don't see any script or any step by step to the creation of the SQL database for orchestrator.

    Thank you!

    Just use SQL Server Management Studio to create a blank database. Configure the vCO to use this database with the appropriate credentials. Once the vCO has confirmed that he can connect, the configuration of the vCO page has a link at the top that will create all the necessary tables. No script required in this case.

  • For self-registering approval workflow

    Hello

    I have a requirement where I have to develop a workflow approval for self-registration.

    My requirement is if the user type is used, the user doesn't have to go through approval, but if the user is entrepreneur, that they have to go to some user admin for approval.

    How can I achieve this.

    Concerning

    You can get by using the approval rule in the approval policy.

  • Multicamera "workflow" for prelude? Is it possible, or that it will be best to go directly to the first?

    Hi all

    I was wondering if there is a workflow set for logging multicam clips in the prelude, or whether it is better to start in first for the recording of images with more on the corner?

    HI -.

    The applied metadata of the prelude are applied to the clips themselves instead of the sequence. So, when you add each angle to your multicam sequence you will see markers for each element in the element of the track itself - they won't spread to the top of the sequence itself.  The metadata will be available in Pr for you - as it is the standard model for Adobe applications to share metadata.

    If your connected results apply to multiple angles, you can use the prelude not associated Metadata workflow to copy one clip to other markers. To do this, in the prelude project Panel, select the item, you're connected and right-click. Select the option 'send metadata '. You will see then all this element markers appear in the metadata Panel not associated. Now select your other camera angles and apply the markers in these clips selected in the project Panel.

    Let me know if you have any questions.

    Kind regards

    Michael

  • Approval for the creation of the organization workflow

    Hello

    I need to set up a workflow approval for the creation of the organization. When the administrator tries to create a new org, approval should go to an administrative group. The org should get created once the approval is made. I configured a workflow approval for the purpose of resource Xellerate organization. I created a unconditional task where the assignment tab has the admin group. When I test, the org is created without going through the approval process. Is could someone please tell me what I'm missing?

    Thank you
    PETREA

    Published by: red1 22 January 2011 08:38

    Go to the tab resource Grant > organization > select dummy Org > fill object

    Try this with XELSYSADM.

    You will see the org model.

    _____________

    Step additional---> >

    Create dummy Org
    Go in manage Org
    Select dummy Org
    Select the management group
    Click on assign
    All users

Maybe you are looking for