How to hide the user id and password in the batch scripts

Hello

Can help me hide the user id and the password in the batch scripts to automate the process of running script to export and action.

Context: In my client project does not display user id and password that's why they are looking for guaranteed way to hide them.

Thanks for your response in advance.

Kind regards

Sandra.

Sandra,

As stated by Craig Administrator's Guide is a good option.

Let me give you a few steps I did in one of my projects.

Open the command prompt and navigate to the location "C:\Oracle\Middleware\EPMSystem11R1\products\DataRelationshipManagement\client\batch-client"... here you can see many see as well other utilities.

DRM-batch-customer - credentials.exe is the one that is used to encrypt the user name and password.

Open this in the command prompt and choose the application that you want to encrypt the password.

then remove the username and password from command script can run it... It does what you want

Tags: Business Intelligence

Similar Questions

  • At the start of webcenter field, how not to enter user name and password?

    Dear all,

    I followed this link from http://yonaweb.be/start_webcenter_domain in my field webcenter installation and I managed to put my own webcenter and explore the busy webcenter spaces.

    My only concern is that when I start my webcenter field he always asks for the user id and password for the weblogic.

    I created a small batch for this file.
    call C:\Oracle\Middleware\user_projects\domains\webcenter_domain\bin\startManagedWebLogic.cmd WC_Spaces http://localhost:7001
    But how do I get away from type the user id and password?

    Thank you

    >

    Otherwise, you can specify the user name and password in the properties of your domain's initialization file.

    \user_projects\domains\dryrun_domain\servers\AdminServer\security\boot. Properties.

    # Generated by SCW on sea
    user name = {ESA} dbjKVafUpVLPvTG04tGl12RJRCaYmU5dmv2Yw =
    password = {ESA} 5WHBgndS2Fq2uoiIKKWI + rM2uwTPAYQ0I =

    Replace the username and password with your credentials.

    There's a tutorial with screenshots that describes how to do this here:

    http://St-curriculum.Oracle.com/OBE/FMW/WLS/10G/R3/installconfig/enable_auto_login/boot_identity_file.htm#T4

  • How can I reset user ID and password for iPhoto?

    How can I reset my user ID and password for iPhoto?

    What user ID and password? iPhoto does not require them. Be more specific.

  • How to pass a user name and password in the URL for report BI Publisher as parameters

    Hi all

    I have a requirement to navigate to a specific report in the BI Publisher a

    external application when the user clicks on a link. I've had this work using

    the link below

    https://blogs.Oracle.com/XmlPublisher/entry/accessing_xmlp_enterprise_repo

    Now, when a user clicks on this link he is redirected to the BIPUBLISHER login page,

    How can we get around this to hardcode a username and password in the URL (like GO

    URL for analytics).

    Thank you

    Hello

    https://> /Analytics/Saw.dll? Answers & NQuser => & NQpassword =>

    Kind regards

    Dilek

  • How can I add user name and password in the target of the shortcut

    I have several shortcuts that require different from the username and passwords then my logon credentials.
    I know that there should be a way to add the username and password in the target of the shortcut.

    I found several online orders, but none of them does not seem to work.

    following commands were tested:
    / u: Administrator /p:P@ssw0rd!
    u user_name-p password
    -l votre_nom_utilisateur - pw votre_mot_de_passe
    UserID = user/password
    / User UserName /pwd password
    / username username /pwd password

    Hello

    1. Your computer is on the field?
    2. What application do you need to save your id and passwords?
    3. Are you referring to online applications?

    If the computer on the domain, I suggest you contact the technet forum, where we have some support professionals who are well equipped with the knowledge on area issues, to do that please visit the link provided below.
     
    http://social.technet.Microsoft.com/forums/en-us/winserverfiles/threads

  • How to manage stored user names and passwords on a computer under W7?

    I would like to remove a few names user ID in Yahoo.  Where can I manage these in W7?

    Hi KKBrown,

    Thanks for posting your question in the Microsoft Community Forum.

    It appears from the information you want to remove some names to user ID in Yahoo.

    It would be useful that you can answer these questions to help you best.

    1. you are trying to remove information from Yahoo mail?

    2. you access yahoo mail using the client program webmail or email?

    2. what web browser do you use?

    If you try to delete the user name or password stored on Web sites that you have visited previously by using internet explorer, you can see the article and check if that helps:

    DeleteAutoComplete information

    If you try to manage the usernames stored and passwords on Windows 7, you can use Credential Manager to store identification information such as usernames and passwords that you use to open log on to websites or other computers on a network.

    For more information, see the article:

    Store passwords, certificates, and other credentials for automatic logon

    Hope the helps of information.

    Let us know if you need help with Windows related issues. We will be happy to help you.

  • How to hide the user name and password to order online using maxl

    Hello
    How to encript my user name and password to order online invites when I'm connecting to the Essbase server by using the batch file:

    * 1_Here is my batch file:*
    The file name is AV_Assig_Var1.bat
    /*******************************/
    REM This batch file sets the following variables:
    Set $1 = 'admin ';
    Set $2 = "password";

    essmsh AV_Asig1.mxl admin password

    /*******************************/

    ===========================

    * 2_Here is my maxl file:*
    The file name is AV_Asig1.mxl

    /*******************************/


    / * Create a log of process * /.
    spool to 'D:\lova\spool_log.txt ';

    / * connection (using a batch file variables * /)
    connection $1 2 on 10.42.100.229;

    / * create application and database * /.
    create application AV_Asig1;
    create database AV_Asig1.AV_DB;

    / * Log of the process end * /.
    spool off;
    "exit";
    /*******************************/
    * Prompt 3_Command *.
    D:\Ess > AV_Assig_Var1.bat

    D:\Ess > rem This batch file sets the following variables:

    D:\Ess > rem 1: user name

    D:\Ess > rem 2: password

    D:\Ess > essmsh AV_Asig1.mxl admin password

    Essbase MaxL Shell - version 9.3.1 (ESB9.3.1.0.0A181)
    Copyright (c) 2000, 2007, Oracle and/or its affiliates.
    All rights reserved.

    MAXL > login admin password on * 10.46.100.222 *; / * I want to hide this information * /.

    OK/INFO - 1051034 - user [admin] connection.
    Last connection OK/INFO - 1051035 - Monday, June 14, 2010 12:44:03.
    OK/INFO - 1241001 - connected to Essbase.

    MAXL > create application AV_Asig1;

    OK/INFO - 1051061 - AV_Asig1 of the loaded Application - established connection.
    OK/INFO - 1054027 - [AV_Asig1] Application startup with the process id [6792].
    OK/INFO - 1056010 - AV_Asig1 of the Application is created.

    MAXL > create database AV_Asig1.AV_DB;

    OK/INFO - 1054014 - AV_DB of the loaded database.
    OK/INFO - 1056020 - AV_Asig1.AV_DB of the database created.


    MaxL Shell completed


    D:\Ess >

    I look forward to input from anyone.

    Thank you and best regards,
    Dembele.

    Beyond this thread, I gave a presentation to the MaxL Kaleidoscope that goes in a little depth re encryption and a bunch of other goodies MaxL last year.

    To download, go to www.odtug.com, click on Tech, Hyperion/Essbase resources and use the search box for MaxL.

    There are two presentations by Tracy McMullen and the other by me. Tracy is a good introduction to the various groups of order; my presentation focused on a few areas of depth and one of them being the encryption. The title is "Master Essbase with MaxL Automation".

    You will need to join WORLD to download the presentation, but there is a junior membership, which is free.

    Kind regards

    Cameron Lackpour

    PS WORLD Kaleidoscope 2010 is coming in two weeks, starting on June 27, 2010 - for those of you still on the fence, this is a great conference, and I invite you all to come. The content of this year will be fantastic.

  • my user name and password are saved on my webmail site. How can I remove them so they don't pop up when I go on the site?

    my user name and password are saved on my webmail site. How can I remove them so they don't pop up when I go on the site? I use cox.net webmail. Cox tell me it's a firefox issue. So, here I am. Can you help me?

    Hey, Julien

    Go to Tools-> options and on the Security tab click on passwords saved. This will give you a list of sites that you have saved a password. Just found your site and delete this entry.

    There are a lot of useful information in this article on the Firefox Password Manager. He should answer any other questions you might have.

    You can also delete cookies from this site in order to make the site you not forget if you have created a remember me cookie.

    • Tools > Options > privacy > Cookies: "show the Cookies".

    Hope this helps!

  • Hello how do I configure Firefox 8.0 so that he asks me if I want to save a password for a Web site. At the present time I don't get not an option whenever I go into a site I know is safe, I have to enter user name and password. I've been good tools etc.

    Hello how do I configure Firefox 8.0 so that he asks me if I want to save a password for a Web site. At the present time I don't get not an option whenever I go into a site I know is safe, I have to enter user name and password. I've been good tools etc.

    Thank you, any help would be help full like whenever I connect to Face Book for example I have to provide all the information and it's a pain

    Soon Alex

    See:

  • I teach online and all my classes have the same user name and password. Now that I clicked "remember me next time", I can connect only in one class. How to unlock my password. Carol in English

    I teach online and all my classes have the same user name and password. Now that I clicked "remember me next time", I can connect only in ONE class. How to unlock my login and my password, so that I can use it for all classes. Carol in English

    "Remember Me" for the site connections automatically when you return to the Web site is done with a Cookie the site in Firefox.

    Try to clear your Cookies for this Web site.

    Tools > Options-> life privacy - Cookies = the button show Cookies.

    You must use the custom settings for history at the top of this tab to see the View the Cookies button.

    Enter the domain name in the top search bar and all Cookies for this URL will be displayed. Unless you can figure out which is Cookie to "remember me", you will need to delete them all.

    Hold the {Ctrl} key while you click each Cookie in the small window. When this list is all highlighted, click the Cookie delete button at the bottom left.
    When you are finished click Close.

  • User name and password stored incorrectly. I removed any saved passwords. How can I get Firefox to ask again to remember the name of user and password. Thank you.

    My user name and password have been correctly entered but saved correctly (not the first time). I removed any saved passwords. How can I get Firefox prompt again to offer save the name of username/password or is at - it another way to enter these details? Thank you.

    Check exceptions: Tools > Options > Security: passwords: Exceptions
    ---
    http://KB.mozillazine.org/User_name_and_password_not_remembered (bookmarklet)
    http://KB.mozillazine.org/Password_Manage

  • How can I remove the 'remember' user names and passwords to sell a computer?

    I'm selling the computer and want to 'clean up', the removal of personal accounts, the user id and passwords that are "saved" on the system.  How can I remove them?

    The best thing to do would be to completely erase the hard drive by using a "safe remove" utility like Darik Boot and Nuke.  If you wanted to be generous, you can then re-install Windows XP and include the installation CD with the computer.

    Most paranoid individuals pleading to remove the hard drive completely, the computer without a hard drive, selling and maintaining or physically destroy the disk hard as you wish.

    If you do not have Windows XP's installation CD, and you insist on the sale of the computer with an operating system, the best thing would be to use the system of the manufacturer of the computer to restore the computer to its "fresh coming from the factory" State.  Usually, this is done by using a hidden partition on the hard drive.

    There are 'file shredder' applications available (you can search for them), but the problem with the deletion of files and folders individual - even if the removal is made with a tool that prevents the recovery data reasonably - is that you never know if you managed to root out all your personal information.  In particular, you probably will not be able to assume that the registry of Windows was completely "sanitized."

  • How to share an internet connection Wi - Fi, which requires the user name and password on a laptop computer of Windows 8 on a PC with Windows XP?

    I have Windows 8 on my laptop... and this laptop is connected to the internet via an USB-powered Wifi device, it takes an user name and password to connect to the internet otherwise it says limited connectivity and will not connect to internet... now, I have an old PC with Windows XP on it... the PC and laptop have built in LAN cards... I also have a cable that fits in the LAN cards... when I connect the two computers, LAN cards and Windows flashlights, they also show that they are connected to a local network... However, I can't use this Wifi connection on my laptop to share an internet connection with PC WIndows XP... I tried to fill, manually configure IP addresses, sharing connections, all with no luck... of many websites is a lot of confusion...: /... Please someone guide me step by step how can I make my XP PC to connect to the internet using the connection of the laptop...

    Hello Ashan,

    Thanks for the reply.

    You can try to follow the following suggestions to solve the problem.

    First, try to reset Internet Explorer and see if that helps.

    Reset Internet Explorer

    http://support.Microsoft.com/kb/923737

    Note: The Reset Internet Explorer Settings feature might reset security settings or privacy settings that you have added to the list of Trusted Sites. Reset the Internet Explorer settings can also reset parental control settings. We recommend that you note these sites before you use the reset Internet Explorer settings. Reset Internet Explorer is not reversible, and all the previous settings are lost after reset.

    Additional information:

    We can also refer to the computer or the device manufacturer's Web site and try to update the latest version of the network adapter drivers.

    (Also works for Windows 8)

    Updated a hardware driver that is not working properly

    To connect to the Internet

    http://Windows.Microsoft.com/en-us/Windows/Connect-Internet#1TC=Windows-8

    I hope this helps. Otherwise, feel free to write us again and we will be happy to help you.

    Thank you

  • I have Dreamweaver CS6 and want to know if I can edit an existing Web site built in front of Page if I have the user name and password, and how do I go about this?

    I have Dreamweaver CS6 and want to know if I can edit an existing Web site built in front of Page if I have the user name and password, and how do I go about this?

    Hello

    You must define a site in Dreamweaver and need to set up your FTP server. One for that, you can connect with the FTP server where your FrontPage is loaded and you can get the copy of the said locally.

    Link below explains how.

    Define a Site in DW

    Define a site in Dreamweaver. Adobe Dreamweaver CC tutorials

    https://www.YouTube.com/watch?v=sHAvSbdRgu8

    Connection to the FTP server

    https://helpx.Adobe.com/Dreamweaver/using/connect-remote-server.html

    Using Dreamweaver | Edit an existing remote Web site

    Concerning

    Vivek

  • Adobe Revel?  I forgot: the URL; my user name and password.  How can I ask Adobe for these items?  Thank your answer!

    Adobe Revel? I forgot: the URL; my user name and password. How can I ask Adobe for these items? Thank your answer!

    [email protected]

    Dave,

    No worries, this link will help you with your questions. You have not an account of revel with this e-mail in order to reset your password should be all you need to do. Just click on the link "I forgot my password" on the web page below:

    http://helpx.Adobe.com/x-productkb/policy-pricing/account-password-sign-FAQ.html

    Once you reset your password, you should be able to connect to revel in adoberevel.com on a browser or one of our applications on mac, ios, win8 or android.

    Guinot

Maybe you are looking for