How to encrypt login details inside GG parameter files

Hi anybody can tell me how to encrypt the DB login details and GG credetials inside the GG parameter files, so external users cannot read from them?
Thanks in advance.

GGSCI (dbstandby) 11> ENCRYPT PASSWORD TEST ENCRYPTKEY DEFAULT
Using default key...
Encrypted password:  AACAAAAAAAAAAAEAKASIDFQHAGGEEIRFThen on the param file :
USERID <user>, PASSWORD AACAAAAAAAAAAAEAKASIDFQHAGGEEIRF ,ENCRYPTKEY DEFAULTYou can generate your own keys if you want and specify the key while encrypting and changing the param file.

Similar Messages

  • How can I login and retrieve my user file from the trash?

    I was trying to find out where all my HD had gone, which a did using ‘What Size’.
    I found what looked like an old backup file so I put the file in the trash.
    It turns out that the file was my user file. So now I can’t login to as the user.
    How can I login and retrieve my user file from the trash?

    The Digital Editions forum is here, in case this is what you are talking about:
    http://forums.adobe.com/community/adobe_digital_editions
    If you are not, I apologize for the misunderstanding.

  • How to get the details inside base domain name?

    I need to extract the details inside the base DN like ou="" ,cn="" and so on..
    Somebody please help me in getting the details inside the base domain name. I could able to get the attribute names and values for the domain name...
    Anyone please help me?
    Thanks in advance...
    Edited by: Preethi_Engineer on Aug 3, 2010 9:54 PM

    Hi Vipin,
    This code snipet show that how to find the login user to the portal
    public void LoginUser( )
        //@@begin LoginUser()
         String LogonID;
           try{
              // create an user object from the current user
              IWDClientUser wdUser=WDClientUser.getCurrentUser();
              IUser user=wdUser.getSAPUser();
              //LogonID=user.getUniqueName();
              wdComponentAPI.getMessageManager().reportSuccess(user.getFirstName()" "user.getLastName().toUpperCase());
              //wdComponentAPI.getMessageManager().reportSuccess(LogonID.toUpperCase());
              wdComponentAPI.getMessageManager().reportSuccess("Logon User ID : "+wdUser.getClientUserID().toUpperCase());
           }catch(Exception e){
              e.printStackTrace();
        //@@end
    Note:  You also need to add"com.sap.security.2.0.0" jar file into your java build path liberary.
    Thanks
    Anup
    Edited by: Anup Bharti on Oct 13, 2008 2:18 PM
    Edited by: Anup Bharti on Oct 13, 2008 2:29 PM

  • How to auto login and pass data (parameter) to ApEx at the same time

    Does anybody know how to automatically login to apex (e.g. from JSP page) and pass a parameter value at the same time? I can use wwv_flow_custom_auth_std to login, I can even choose a page but I cannot pass any data (at least I do not know how). If I use f?p URL syntax I can pass data but there is no way to pass login/password information.
    Any idea? Thanks Jaros

    Jaros -
    You could copy your login page and make the new page "public". On the new page, add a process before the login process that sets the value of application item FSP_AFTER_LOGIN_URL to the report page URL (with the arguments), e.g.,   :FSP_AFTER_LOGIN_URL := 'f?p=&APP_ID.:100:&SESSION.::NO::P100_X,P100_Y:&RPT_VALUE1.,&RPT_VALUE2.';Create application-level items RPT_VALUE1 and RPT_VALUE2 in the application.
    From your external page, POST to this new "login" page, passing values for the username, password, rpt_value1, and rpt_value2 items.
    Let us know if it works.
    Scott

  • Create a supplier - How to get login details

    Hi,
    I need to create  a test supplier in E-sourcing system.Can someone explain the steps to create supplier in E-sourcing.
    Also after creating the vendor in the system,how do I get the login details for that vendor user?Does system send a notificatione mail ?
    Thanks .

    Hi
    Please go to Tab Supplier Management -> Create Supplier
    Create a Primary contact for that supplier
    While creating select if you want to create a Preliminary or a Purchasing hold or Approved supplier
    There is a tab called security, here you assign the role to the supplier and there is a check box called send notification
    The System will send a mail to the supplier contact email ID that you have maintained in the email address for this supplier.
    Incase you are doing it on your test system for an SMTP, check that mailbox.
    If this is for realtime, then the vendor will get the email with the URL. Username and Password
    Regards
    Tridip

  • How to encrypt user details ?

    Hi all,
    Is it possible to encrypt user details such as first name,last name while user creation ?
    Apart from creating new UDF and encrypting it, is there any way to achieve this by modifying form metada or other properties in OIM?
    Thanks in advance.

    By encryption if you mean that it would not be visible to the admin's as clear text then yes its feasible but it would moreover be like password that even while inputting you would see it as masked.
    Like displayComponentType="PasswordField" in FormMeteData.xml
    Thanks
    Sunny

  • How to define table specific QUERY in parameter file for Export Utility

    Hi All
    I am trying to create A SINGLE parameter file for export utility. I have 2 tables and want to use a different QUERY condition for each of these tables. However i do not want to create 2 seperate parameter files for this and run/script exp twice.
    Is there a way to do it ?
    NOTE: I am using normal export utility for Version 9 and NOT oracle data pump.
    Following is an example of what i want to achive in parameter file:
    Tables = (TabA,TabB)
    # for table - TabA
    QUERY = "where id =25"
    #for table - TabB
    QUERY = " where court_id=54 and id >1"
    Please advice on syntax of parameter file so that exp knows that it has to process 1st condition for only TabA and second condition for TabB.
    Any samples/syntax examples are greately appreciated.
    thanks in advance!
    cool tech

    No there is no such alternative. Query condition is applicable to all the tables listed in TABLES parameter.
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm#1005843

  • How to send login details by post in AN, as form?

    how do I understand the edge POST Login form?
    look the code html:
    <form id="form1" name="form1" action="http://www.aniwere.com.br/LoginExterno.aspx?emp=137975"; method="post">
    <input type="text" id="txtLogin" name="txtLogin" size="20" placeholder="Login" style="height:20px; border: 1px solid #FFF; margin-bottom:5px;" />
    <input type="password" id="txtSenha" name="txtSenha" size="20" placeholder="Senha" style="height:20px; border: 1px solid #FFF;" />
    <input type="image" src="imagens/bt_entrar.jpg" name="button" id="button" style="margin: 5px 0 0 85px;" />
    </form>
    ok, i make 2 textbox and code in tigger
    sym.$("operand1").html("<input type='text' name='txtLogin' id = 'txtLogin' style = 'width:115px; height: 10px;font-size:9px; background:transparent; border-color:transparent'></input>");
    sym.$("operand2").html("<input type='password' name='txtSenha' id = 'txtSenha' style = 'width:115px; height: 10px;font-size:9px; background:transparent; border-color:transparent'></input>");

    make a form like you made those 2 inputs. ( but than form)
    put operand1 and 2 as childs of the form and make the button ( also with .html)

  • How to use multi queries inside the RTF file

    Hi all,
    I develope a data source in report developer 10g, and use it to create the RTF files... I have some files wich contains more than 1 query. how can I refer to the fileds in the other queries in side the RTF file, because it's bring the filed from the first query by default??
    ThanX in advance

    ThankX DD
    But that wont work for my case. the problem that I have actually is in RTF.
    for example:
    I have 3 qeuries. A,B & C. A: contains the employee data. B: his Earnings and C: his Deductions.
    in the RTF file it shows me only A contents. wich means it's not entring B & C loops, notice I add <?for-each:B_GROUP_NAME?> and same for C also.
    all my other reports wich have single qeury worked fine.
    Regards to all,
    Message was edited by:
    Adam Ali

  • How to update Elements value inside existing xml file

    Hi Gurus,
    Am somehow new to java and working on xml with java, i have a scenario where i want to update the elements of my existing xml file, i know its possible as i have posted one code on this forum which updates the values of the arrtibutes of existing xml file. Ref :
    http://forum.java.sun.com/thread.jsp?forum=34&thread=186091&start=15&range=15&hilite=false&q=
    But am not able to use the same code to update the vlaues of the attribute.
    if i have this xml file :
    <?xml version="1.0"?>
    <RootElement>
    <Transaction>
    <Task9>
    <TaskID>Task9</TaskID>
    <Description>My Test Case</Description>
    <Time>12/12/2004</Time>
    </Task9>
    </Transaction>
    <Transaction>
    <Task2>
    <TaskID>Task2</TaskID>
    <Description>Testing my xml</Description>
    <Time>12/12/2004</Time>
    </Task2>
    </Transaction>
    </RootElemen>
    Now i want to update teh </Description> and </Time> field using the code that i have given above in the link.
    If any one can help me ill really appreciate.

    The value of an element is stored in a child node of that element. For example, let's say that "e" references the node <Description> then:
    e.getFirstChild().getNodeValue() => "My Test Case"

  • How to search for text inside multiple pdf file at once in ipad

    Hi
    I am student and i need search a word or subject or sentences on my all pdf files,i have tested some applications like ibook, ipdf, addobe reader, good reader ,....  But couldn't find what i need to have.
    Please kindly help me to find the best application.
    Thanks

    I found an article, that claims PDF Expert does exactly what you are asking.
    Article: http://www.imore.com/pdf-expert-ipad-brings-full-text-search-pdf-library
    PDF Expert: https://itunes.apple.com/us/app/pdf-expert-fill-forms-annotate/id393316844?mt=8

  • Run reports in C/S environment without entering login details

    Dear Friends,
    Actually I want to call a report (reports 6i) from my desktop, so I created a .rep file and made a short cut in the desk top and by calling the rwrun60.exe file with login details and the .rep file path, I'm calling the reports. It works fine, but client tells me not to explicitly give the login details in the command line, so how will I hide the login details.
    If I didn't give it in the command line, the login screen appears and asks for userid and password. Please solve my problem. In forms 6i we have a logon trigger, similarly do we have anything in reports?
    Thank you in advance.
    With Regards,
    Senthil .A. Perumal.

    Dear Friends,
    I got it. It must be done with the help of cmdfile, I just included a parameter cmdfile=C:\conn.cmd (where I stored the userid=username/password@connection string) in my shortcut and it works fine.
    If there is any other possibility or method, please you are welcome to tell your suggestion.
    Thank you.
    With Warm Regards,
    Senthil .A. Perumal.

  • How to extract a folder (and its contents) from inside a zip file?

    There is a zip file which contains a folder inside it. The folder itself contains a few files. I would need to know how to extract the folder (with its contents) from inside a zip file.
    I have found a few unzipping code samples which show how to handle a folder inside a zip file. An example is shown below:
    public static void extract(String workingDirectory, byte[] zipFile)
    throws Exception {
    ByteArrayInputStream byteStream = new ByteArrayInputStream(zipFile);
    ByteArrayOutputStream out = new ByteArrayOutputStream();
    ZipInputStream zipStream = new ZipInputStream(byteStream);
    ZipEntry zipEntry = null;
    String nameZipEntry = null;
    byte[] contentZiphttp://forum.java.sun.com/post!default.jspa?forumID=31#
    Click for code tagsEntry = null;
    boolean isDirectory = false;
    int indexFileSeparator = -1;
    String directory = null;
    String fileName =  null;
    while ( (zipEntry = zipStream.getNextEntry()) != null )
                nameZipEntry = workingDirectory + File.separator + zipEntry.getName();
                isDirectory = zipEntry.isDirectory();
                if (isDirectory) {
    File file = new File(nameZipEntry);
    file.mkdirs();
                else
                    // read zipEntry
                    byte[] buf = new byte[1024];
                    int c = 0;
                    while ( (c = zipStream.read(buf)) != -1)
                        out.write(buf, 0, c);
                    indexFileSeparator = nameZipEntry.lastIndexOf(File.separator);
                    directory = nameZipEntry.substring(0, indexFileSeparator);
                    fileName =  nameZipEntry.substring(indexFileSeparator+1,nameZipEntry.length());
                    FileSystemTools.createFile(directory, fileName, out);
                    out.reset();
                    zipStream.closeEntry();
            zipStream.close();
            byteStream.close();
    }The code sample which deals with the part where the zipEntry is a directory creates a directory with the same path and name. (highlighted in bold)
    Another similar variation is:
    File file = new File(dirDestiny.getAbsolutePath() + File.separator + zipEntry.getName() );
    if(zipEntry.isDirectory())
          file.mkdirs();When the code creates a directory for the folder, does it unzip the contents inside the folder as well?
    If not, how do I extract the files inside the folder?

    Have you already tried to see if the sample code you downloaded works or not? Maybe if you try out the code yourself you can see if it extracts files from a directory within a zip file?
    I like to use pkzip. It is a command line compression/uncompression tool that can be used from a batch file. If you assignment involves unzipping large amount of zip files on a regular basis, I recommend taking a look at pkzip.

  • Parameter file not found in the location as specified by infa workflow log

    Hi,
    I am unable to find the Parameter file in the location, /u01/obi/inf_svr/server/infa_shared/Temp/SDE_ORA_APTransactionFact_ExpenseDistribution_Full_vxqbGa, as specified in the Informatica workflow log. But Informatica maps are succeeding without any error. Also Parameter file location specified by DAC is different ie /u01/obi/inf_svr/server/infa_shared/SrcFile and proper parameter file exist in this location. Please someone help clarify what is happening here and how the maps are succeeding with the parameter file as specified in th workflow log.

    How to configure the task(Informatica workflow) which contains two sessions in it?
    Because I found a recommendation that every workflow should have only one session in it and the session name must be same as that of workflow name. But my requirement is, I have to configure a workflow in DAC which contains two sessions in it.
    Thanks a lot in advance for all your help sir.

  • LMS 4.2 Template Center parameter file

    Is it possible to run templates from Template Center against a parameter file instead of interactive setting the variables analogue to compliance base line templates?
    If yes where can I find a documentation, how to deploy template center templates with parameter file?
    Thx in advance, Steffen

    Thx, Marvin for the reply and the attached whitepaper.
    I know that compliance baseline templates are able to support a parameter file.
    But I asked for parameter file based by means unattended, none interactive rollout for the templates in the Template center. Its intended to build up a network from the scratch so everything will be none compliant anyway, so in my opinion Template center XML (the only configuration method that was taken over in PI) will be the better choise to rollout all the variable driven per device individual config parts.
    Steffen

Maybe you are looking for