Hiding password in MaxL output log

On Win2K platform, I have a MaxL script that accepts 2 parameters and performs some actions.I invoke the script using a batch file in the following format:ESSMSH C:\scripts\Script1.msh AdminID passwordThe Maxl script sends all activity to a log file which is then automatically e-mailed to end users.The problem I have is that the log file contains the AdminID and password that was used in the MaxL script. I need all activity in the log because I automatically scan the log for errors.Is there a way using some of the available MaxL Shell Invocation flags that will perfrom the same action but hide the password from showing up in the log?Regards,Tom M.Essbase 6.5.4

We just upgraded to Essbase 7.1.3. Due to security concern, our security auditor is concern we even see the password in the Malx output log. Even we try to doa grep -v or sed -e on the password line to replace the old log, there is still a good window long enough to people to see it.<BR><BR>I tried spool and set message level, but none of them hides the login statement display. I also tried to use shell escape feature to run old ESSCMD login with MaxL, but couldn't get it to work. I was wondering if anyone who may have a new solution to this problem that can fix it on the fly other than fix it after the entire process is complete.<BR><BR>Essbase really should consider provide an option to hide the password in the output logic, or pad it with XXXXXXXXX.

Similar Messages

  • Duplicate entries in MaxL output logs

    Looking at the MaxL output in our Essbase log files, it appears that there are duplicate entries for several of the various automated scheduled MaxL tasks. Does anyone please know why this repetition is present? It seems a little pointless and is consuming extra hard disk space! Is there a way to prevent this?
    Output from stdout - Example 1:
    MAXL> alter database *******.******* reset data;
    OK/INFO - 1013091 - Received Command [ClearData] from user [admin@Native Directory].
    OK/INFO - 1010008 - Maximum Declared Blocks is [1454739635888923607040] with data block size of [30205].
    OK/INFO - 1010008 - Maximum Declared Blocks is [1454739635888923607040] with data block size of [30205].
    OK/INFO - 1010007 - Maximum Actual Possible Blocks is [686825633374071947264] with data block size of [9828].
    OK/INFO - 1010007 - Maximum Actual Possible Blocks is [686825633374071947264] with data block size of [9828].
    OK/INFO - 1019020 - Writing Free Space Information For Database [*******].
    OK/INFO - 1019020 - Writing Free Space Information For Database [*******].
    OK/INFO - 1019017 - Reading Parameters For Database [*******].
    OK/INFO - 1019017 - Reading Parameters For Database [*******].
    OK/INFO - 1070013 - Index cache size ==> [1024000000] bytes, [125000] index pages..
    OK/INFO - 1070013 - Index cache size ==> [1024000000] bytes, [125000] index pages..
    OK/INFO - 1070014 - Index page size ==> [8192] bytes..
    OK/INFO - 1070014 - Index page size ==> [8192] bytes..
    OK/INFO - 1070081 - Using buffered I/O for the index and data files..
    OK/INFO - 1070081 - Using buffered I/O for the index and data files..
    OK/INFO - 1070083 - Using waited I/O for the index and data files..
    OK/INFO - 1070083 - Using waited I/O for the index and data files..
    OK/INFO - 1006069 - Data cache size ==> [2000000] Kbytes, [26048] data pages.
    OK/INFO - 1006069 - Data cache size ==> [2000000] Kbytes, [26048] data pages.
    OK/INFO - 1006070 - Data file cache size ==> [0] Kbytes, [0] data file pages.
    OK/INFO - 1006070 - Data file cache size ==> [0] Kbytes, [0] data file pages.
    OK/INFO - 1013022 - All data of database [*******] has been cleared by User [admin@Native Directory].
    OK/INFO - 1013022 - All data of database [*******] has been cleared by User [admin@Native Directory].
    OK/INFO - 1013273 - Database *******.******* altered.
    OK/INFO - 1013273 - Database *******.******* altered.
    Output from stdout - Example 2:
    MAXL> execute calculation 'FIX("*******","*******") CLEARDATA "*******"; ENDFIX' on *******.*******;
    OK/INFO - 1013091 - Received Command [Calculate] from user [admin@Native Directory].
    OK/INFO - 1013162 - Received Command [Calculate] from user [admin@Native Directory].
    OK/INFO - 1012555 - Clearing data from [*******] partition with fixed members [Period(*******); Scenario(*******)].
    OK/INFO - 1012555 - Clearing data from [*******] partition with fixed members [Period(*******); Scenario(*******)].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [3000].
    OK/INFO - 1012675 - Commit Blocks Interval for the calculation is [3000].
    OK/INFO - 1017018 - Removed [0] data blocks.
    OK/INFO - 1017018 - Removed [0] data blocks.
    OK/INFO - 1012550 - Total Calc Elapsed Time : [0] seconds.
    OK/INFO - 1012550 - Total Calc Elapsed Time : [0] seconds.
    OK/INFO - 1013274 - Calculation executed.
    OK/INFO - 1013274 - Calculation executed.

    What release of Essbase?
    Here's what I get in 11.1.2.2, running from the server which is a Windows 2008 R2 box:
    login "hypadmin" identified by "password" on "localhost" ;
    iferror "errorhandler";
    spool stdout on to "c:\\tempdir\\DoubleOrNothing.log" ;
    iferror "errorhandler";
    spool stderr on to "c:\\tempdir\\DoubleOrNothing.err" ;
    iferror "errorhandler";
    set timestamp on;
    create or replace application "Cameron" as "Sample" ;
    iferror "errorhandler";
    alter database "Cameron"."Basic" rename to "Doubled" ;
    iferror "errorhandler";
    grant read on database "Cameron"."Doubled" to "testuser" ;
    iferror "errorhandler";
    spool off;
    define label "errorhandler";
    logout;
    exit;The output:
          essmsh timestamp: Mon Jul 09 12:02:04 2012
    MAXL> create or replace application "Cameron" as "Sample" ;
    OK/INFO - 1054005 - Shutting down application Cameron.
    OK/INFO - 1054014 - Database Basic loaded.
    OK/INFO - 1054014 - Database Xchgrate loaded.
    OK/INFO - 1054014 - Database Interntl loaded.
    OK/INFO - 1013016 - Currency Database [Xchgrate] Has Been Set for Database [Interntl].
    OK/INFO - 1051061 - Application Cameron loaded - connection established.
    OK/INFO - 1054027 - Application [Cameron] started with process id [1876].
    OK/INFO - 1054005 - Shutting down application Cameron.
    OK/INFO - 1051061 - Application Cameron loaded - connection established.
    OK/INFO - 1054027 - Application [Cameron] started with process id [7244].
    OK/INFO - 1056011 - Application Cameron replaced.
          essmsh timestamp: Mon Jul 09 12:02:10 2012
    MAXL> alter database "Cameron"."Basic" rename to "Doubled" ;
    OK/INFO - 1056023 - Database Cameron.Basic altered.
          essmsh timestamp: Mon Jul 09 12:02:10 2012
    MAXL> grant read on database "Cameron"."Doubled" to "testuser" ;
    OK/INFO - 1056074 - Grant succeeded for user or user group: ['testuser'].
          essmsh timestamp: Mon Jul 09 12:02:11 2012The error:
    WARNING - 1051444 - In Shared Services Security mode, a user's access can only be assigned at application level. When the Application has more than one database, trying to change access for one database, implicitly changes access privilege on all databases belonging to that application.I do not get the doubling you showed.
    Regards,
    Cameron Lackpour

  • Hiding password in the script

    Hi
    Is there a way of hiding password text in the script? If possible please provide different ways of doing it and with examples. Thanks!

    You can save encrypted data wherever you like, including within your script file (though there are certainly advantages to having it separate from the code.) One easy example of this is with the ConvertFrom-SecureString and ConvertTo-SecureString cmdlets:
    # At your console:
    $secret = Read-Host -AsSecureString "Enter password"
    $secret | ConvertFrom-SecureString
    # copy and paste the data that this command produces, and
    # place it into your script file (or a data file, whatever)
    # In your script:
    $encryptedData = '<copied from ConvertFrom-SecureString output>'
    $secureString = $encryptedData | ConvertTo-SecureString
    When you call ConvertFrom-SecureString the way I did in this example, PowerShell uses the Windows Data Protection API (DPAPI) to perform the encryption.  That's the scenario you described, where you're the only person who can decrypt the data, and only
    on your own computer.  In the examples code I linked to earlier, I show some alternatives using RSA certificates to encrypt data in a way that is just as secure, but can be shared across multiple users / computers.
    wow.. a cool trick.. :) Thanks David for sharing this idea.
    so for secure string it will only work on the machine where it was generated?
    Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    IT Stuff Quick Bytes

  • Document Output - PDF-based forms - output log (error)

    Hello,
    Ever since activating the PDF-based form for BUS2201 the following error shows via viewing the 'output log':
    E     Business AddIn Was Not Called     http://srm7.atosorigin-ica.com:80/sap/ebp/docserver?msgdocuget&MsgId=SPPF_MEDIA&MsgNo=038&Langu=EN&sap-client=100
    E     Printing Error
    E     Action could not be succesfully executed
    Anybody else has experienced the error 'Business Addin Was Not Called' before? What does it mean? I know there is _SF badi active but it doesn't really contain anything apart from
    check = check
    statement
    Kind regards,
    Tim

    Hi,
    launch following in INTERNET explorer.
    http://sapjavahost:50<instance_nr>0
    where sapjavahost = hostname of you SAP java stack host
             <instance_nr> = instance number of Java system
    this open sap j2ee engine start page.
    click on system information, login with administrator user and password
    under Software Components  you will find version and patch level.
    regards,
    kaushal

  • In R12 how to change concurrent output/log file name prefix?

    how to change concurrent output/log file name prefix?

    but i want to change change concurrent output/log file name prefix?You cannot, and I believe it is not supported for all concurrent requests -- Please log a SR to confirm this with Oracle support.
    Thanks,
    Hussein

  • My ipod tells me my apple id password is wrong even though I just changed the password. I can log on via my desktop, but the ipod continues to tell me that the password is incorrect, so I can't update any apps. Help!

    my ipod tells me my apple id password is wrong even though I just changed the password. I can log on via my desktop, but the ipod continues to tell me that the password is incorrect, so I can't update any apps. when I continue to to try to enter the correct password in it finally freezes the account, and I have to go online via my desktop to fix that problem. I have two apple id's because when my ipod crashed I had to reset it completely. I have never had any problems with this before, and it has been a year since I got my second id, which is linked to the ipod. My first id is used for the cloud on the same device. My wife suggested I reset documentson the cloud for the second id, however, when I try to log on the cloud with my current id, it tells me I have to set up the cloud on that device, but it is already done, but with the old id.
    confusing I know. I have been on the 'change your password merry-go-round' all day, and I'm getting dizzy! Help!

    Then contact iTunes:
    Apple - Support - iTunes - Contact Us

  • HT4865 I just bought this ipad and cannot log out from icloud because i dont have the password.how can i log out from icloud?need help

    I just bought this ipad and cannot log out from icloud because i dont have the password.how can i log out from icloud?need help

    You need to return it to the seller and get your money back.  You cannot reset or use the device with another AppleID installed unless you know the password for that ID.
    If the device has been jailbroken, no one on here can give you any further help...the Terms of Use prohibit us from doing so.

  • Dear support @Apple,  I have tried to log in App Store with my Apple ID 3 times but never possible.  I have tried to change password 2 times. It was successful.But soon after change of my password, I could not log in App store.  It says always incorrect u

    Dear support @Apple,
    I have tried to log in App Store with my Apple ID 3 times but never possible.
    I have tried to change password 2 times.
    It was successful.But soon after change of my password, I could not log in App store.
    It says always incorrect user name or password. But I input correct ! Because just I successfully changed my password through secret question.
    Third time when I tried to change password, the page did not open!
    So I checked my connection by netstat , and I trace the IP address ; 17.154.66.17 this is apple IP, but when I trace , it did not show the route. I will copy
    Traceroute has started…
    traceroute to 17.154.66.17 (17.154.66.17), 64 hops max, 72 byte packets
    1  220.224.141.129 (220.224.141.129)  490.517 ms  64.527 ms  94.524 ms
    2  115.255.239.97 (115.255.239.97)  65.157 ms  89.128 ms  89.806 ms
    3  124.124.251.241 (124.124.251.241)  104.972 ms  79.051 ms  96.948 ms
    4  * * *
    5  62.216.147.137 (62.216.147.137)  102.266 ms  85.581 ms  88.352 ms
    6  xe-0-0-0.0.pjr04.ldn001.flagtel.com (85.95.25.186)  221.939 ms  225.223 ms  236.605 ms
    7  xe-11-0-0.edge5.london1.level3.net (212.187.138.53)  231.629 ms  232.045 ms  233.673 ms
    8  ae-52-52.csw2.london1.level3.net (4.69.139.120)  373.798 ms  390.412 ms  383.277 ms
    9  ae-57-222.ebr2.london1.level3.net (4.69.153.133)  382.653 ms  382.558 ms  376.740 ms
    10  ae-43-43.ebr1.newyork1.level3.net (4.69.137.74)  405.088 ms  377.679 ms  386.527 ms
    11  ae-91-91.csw4.newyork1.level3.net (4.69.134.78)  378.499 ms  389.733 ms  396.375 ms
    12  ae-92-92.ebr2.newyork1.level3.net (4.69.148.45)  391.706 ms  389.605 ms
        ae-82-82.ebr2.newyork1.level3.net (4.69.148.41)  381.615 ms
    13  4.69.135.185 (4.69.135.185)  380.183 ms  414.398 ms  387.054 ms
    14  ae-91-91.csw4.sanjose1.level3.net (4.69.153.14)  384.980 ms  381.375 ms  386.453 ms
    15  ae-4-90.edge2.sanjose3.level3.net (4.69.152.209)  377.304 ms  365.457 ms  373.281 ms
    16  * * *
    17  * * *
    18  * * *
    19  * * *
    20  * * *
    21  * * *
    22  * * *
    23  * * *
    24  * * *
    25  * * *
    26  * * *
    27  * * *
    28  * * *
    29  * * *
    30  * * *
    31  * * *
    32  * * *
    33  * * *
    34  * * *
    35  * * *
    36  * * *
    37  * * *
    38  * * *
    39  * * *
    40  * * *
    41  * * *
    42  * * *
    43  * * *
    44  * * *
    45  * * *
    46  * * *
    47  * * *
    48  * * *
    49  * * *
    50  * * *
    51  * * *
    52  * * *
    53  * * *
    54  * * *
    55  * * *
    56  * * *
    57  * * *
    58  * * *
    59  * * *
    60  * * *
    61  * * *
    62  * * *
    63  * * *
    64  * * *
    What it means??
    Please help !!
    To post this question, I tried thierd time to change password, and before I tried to log in to App store, I logged in this community, and I could !
    Then I could finally log in App store also.
    But still I feel something is wrong with my connection.
    Why the trace route does not show to the apple site ?

    This is a user to user forum. Apple is not here. Apple does not answer questions here.
    iTunes Support -
    http://www.apple.com/support/itunes/
    Mac App Store Support -
    http://www.apple.com/support/mac/app-store/

  • HT204266 App store say's I need to answer three security questions but keeps asking for my password! Won't log in to fill in info keeps asking for password even though I fill in password.

    After setting up new account with iCloud so I can use the app store it asks me to answer three security questions for further security then I am prompted for my password to log in then I put in password and it never logs me in and keeps on asking for my password. I went over all setting but found no problems wit network as I can go on line etc, if anyone has had this issues please help. I was able to download too apps and then was prompted to answer these questions and it would not let me proceed.

    Reset Security Questions
    Frequently asked questions about Apple ID
    Manage My Apple ID
    Or you can email iTunes Support at iTunes Store Support.
    If all else fails:
      1. Go to: Apple Express Lane;
      2. Under Product Categories choose iTunes;
      3. Then choose iTunes Store;
      4. Then choose Account Management;
      5. Now choose iTunes Store Security and answer the bullet questions, then click
          Continue;
      6. Sign in with your Apple ID and press Continue;
      7. Under Contact Options fill out the information and advise iTunes that you would
          like your security/challenge questions reset;
      8. Click Send/Continue.
    You should get a response within 24 hours by email.
    In the event you are unsuccessful then contact AppleCare - Contacting Apple for support and service.
    Another user had success doing the following:
    I got some help from an apple assistant on the phone. It is kind of round about way to get in.
    Here is what he said to do and it is working for me...
      a. on the device that is asking you for the security questions go to "settings", > "store" >
          tap the Apple ID and choose view"Apple ID" and sign in.
      b. Tap on payment information and add a credit/debit card of your preference then select
          "done", in the upper right corner
      c. sign out and back into iTunes on the device by going to "settings"> "store" > tap the
          Apple ID and choose "sign-out" > Tap "sign -in" > "use existing Apple ID" and you
          should be asked to verify your security code for the credit /debit card and NOT the
          security questions.
      d. At this time you can remove the card by going back in to edit the payment info and
          selecting "none" as the card type then saving the changes by selecting "done". You
          should now be able to use your iTunes store credit without answering the security
          questions.
    It's working for me ...I just have to put in my 3 digit security pin from the credit card I am using.
    Good Luck friends!

  • To add a custom link/button for password reset on window log-on screen and run program to reset password

    In order to make AD driven user's password request to be resolve automated. we wanted to have reset link or button on windows log-on screen, please guide incase same functionality is available or we need to customize windows.
    Whenever the situation come that use forget his/her password or lock after expire date then we want user should reset his/her password from window's log-on screen. So to customize and put reset password screen on Log-on screen please give any idea if functionality
    is already available or any program if already written by someone...
    Thank you in advance

    Hi,
    You could refer to this article to customize your login experiences:
    https://msdn.microsoft.com/en-us/magazine/cc163489.aspx
    Further information, please ask Active Domain forum for professional help:
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverDS
    Karen Hu
    TechNet Community Support

  • SRM PO Output log table name

    Hi,
    We are using extended classic scenario. PO is created in SRM. When SRM PO is created, email is sent to supplier. I wanted to know the name of SRM PO output log.
    Regards,
    Satish Aralkar

    Hi Satish,
    If you want to see the Output sent from SRM you can check the transaction SOST.
    OR
    if you want to check the triggered output for PO:
    You can use transaction BBP_PPF to see the output logs
    Enter the following values for PO log:
    1.Action definition = 'STANDARD_PO'
    2. Application Key = Enter PO Number
    You can remove any value in time Frame.
    Click on Start .You will see all the triggered output's for PO.
    You can access this in Web GUI (ITS) with trasaction link  'Issue Purchase Order'
    If you want to see the Output sent from SRM you can check the transaction SOST.
    Table name : PPFTTRIGG
    Best Regards,
    Sapna
    Edited by: Sapna Patil on May 20, 2009 5:52 AM

  • BUG Cannot clear output log with menu mnemonic key in JDev 10.1.2.1

    JDev 10.1.2.1 build 1913
    Windows XP Professional SP2
    Open the output log.
    Right click in log window to show the contextual menu.
    The "Clear" action has 'r' underlined, but if you press 'r', then nothing happens.

    Sorry for the late reply John and Frank. Ya i did. Thank you.
    One more detail:
    I tested the behavior in Jdeveloper 11.1.2.0.0. The recent surprise is Select One Choice is behaving perfectly when it used in Grid layout and fail to work when it is form layout. I am getting surprised why behavior of component varies based on the way it refers the binding.
    for form layout,
    value=#{bindings.
    for grid layout,
    value=#{row.bindings.
    The bug details (#/title) are Bug 12968871 - RUNTIME CONVERSION FAILURE WHEN USING CUSTOM DOMAIN OBJECT VALIDATION IN EO
    Edited by: Raguraman on Sep 12, 2011 8:23 PM
    Edited by: Raguraman on Sep 12, 2011 8:31 PM

  • Why do I have to type my username and password each time I log in?(My husband's username and password are always in a dropdown box)

    When I go to the wild blue log in and click on the username box there is a blue drop down and it shows my husband's user name.
    When I click on it my husband's username and password are automatically entered and all I have to do is click on the login box.
    But I have to type in my username and password before I can log
    in. I want my username and password in the blue drop down box along with my husband's. Then I won't have to type it in each time.

    Are you referring to the SAME computer/login?
    If not, he likely has auto-complete (or similar) enabled and you probably do not.

  • No output on job step output log with perl's print statement under WINDOWS

    Running a perl script ( ActivePerl 5.8.8.x ) on a remote WINDOWS box through llinux-based EM 10.2.04 deployment procedure, in the EM job step output log I've noticed that the print statement in that perl script displays nothing for array or element from array but displays proper value for any scalar variable. Any clue for this kind of issue ?

    Running a perl script ( ActivePerl 5.8.8.x ) on a remote WINDOWS box through llinux-based EM 10.2.04 deployment procedure, in the EM job step output log I've noticed that the print statement in that perl script displays nothing for array or element from array but displays proper value for any scalar variable. Any clue for this kind of issue ?

  • I have a Sirius subscription. Do I have to enter password each time I log in?

    I have a Sirius subscription. Do I have to enter password each time I log in?

    That would depend on the application you're using to access Sirius, I would presume. What application do you use?
    If you're using just a web browser, I don't have a subscription to confirm but it does look like it would require the user name and password whenever you reconnect. Sirius support or a Sirius-releated forum might be able to provide additional information.
    Regards.

Maybe you are looking for