ERROR - 1242021 - (1) Syntax error near ['security_file']

When invoking the command "export security_file to data_file essbase_security_file.txt;" I get the error message "ERROR - 1242021 - (1) Syntax error near \['security_file'\]". I get the same message from EAS when right clicking and exporting from the console. The end game here is that I want to dump the Essbase.sec file into a readable format.
Any help appreciated.
Thanks
-Kevin
Edited by: user5439694 on Dec 31, 2009 11:58 AM
Edited by: user5439694 on Dec 31, 2009 11:59 AM

IT is easier to just go into EAS and select the Essbase server, then right click on Security and select export security file. Enter the file name you want it to go to. In Version 11 it puts the file in Arborpath\Products\Essbase\EssbaseServer\Bin
I also ran the following MaxL export security_file to data_file 'e:\datafiles\security_test.txt';
and it ran fine (It put the file onto the Essbase server in the specified directory)

Similar Messages

  • UTL.MAIL error ORA-29279: SMTP permanent error: 501 Address Syntax Error in

    Hi,
    I am new to the forum so please excuse if I post incorrectly without conforming to the standards.
    We need to send mails using the UTL.MAIL package and have installed them on the database.
    Whenever I am trying to send an email I am getting the following error:
    ERROR at line 1:
    ORA-29279: SMTP permanent error: 501 Address Syntax Error in
    [email protected]
    ORA-06512: at "SYS.UTL_MAIL", line 654
    ORA-06512: at "SYS.UTL_MAIL", line 671
    ORA-06512: at line 2
    The test code which I am running is as follows:
    BEGIN
    UTL_MAIL.send(sender => 'test <[email protected]>',
    recipients => '[email protected]',
    subject => 'UTL_MAIL test subject',
    message => 'UTL_MAIL test body');
    END;
    I have tried different combinations:
    BEGIN
    UTL_MAIL.send(sender => 'test "<[email protected]>"',
    recipients => '[email protected]',
    subject => 'UTL_MAIL test subject',
    message => 'UTL_MAIL test body');
    END;
    even tried
    BEGIN
    UTL_MAIL.send(sender => '[email protected]',
    recipients => '[email protected]',
    subject => 'UTL_MAIL test subject',
    message => 'UTL_MAIL test body');
    END;
    Everytime I am getting the same error.
    This seems to be working with an exchange mail server but never on the SMTP server.
    In the SMTP server logs the sender address is not having the angular brackets <> unlike the other mails which are being sent over.
    It seems that the SMTP server is pretty strict and the SMTP admin will not change any settings on the server.
    The oracle version is as follows
    Oracle Database 11g Release 11.2.0.1.0 - 64bit Production
    Could you please help me out with a solution.
    Some how the angular brackets are geting stripped off (which UTL MAIL package generally does), Is there any way in which I can include the angular brackets.
    Edited by: 984757 on 29-Jan-2013 02:56
    Edited by: 984757 on 29-Jan-2013 02:57

    I dislike UTL_MAIL - clunky and poor abstraction interface, and not well written.
    Had a look at the code. It does this:
    WHILE (ALL_RCPTS IS NOT NULL) LOOP
          UTL_SMTP.RCPT(MAIL_CONN,'&lt;' || GET_ADDRESS(ALL_RCPTS) || '&gt;');
    END LOOP;The GET_ADDRESS() function process the ALL_RCPTS parameter, returns the 1st address from it, and updates the (in/out) parameter with the remaining string.
    SQL> var address varchar2(200);
    SQL> exec :address := '<[email protected]>,[email protected]';
    PL/SQL procedure successfully completed.
    SQL> exec dbms_output.put_line( 'get_address='||UTL_MAIL.GET_ADDRESS(:address)||' address='||:address );
    get_address=[email protected] address=[email protected]
    PL/SQL procedure successfully completed.
    SQL> exec dbms_output.put_line( 'get_address='||UTL_MAIL.GET_ADDRESS(:address)||' address='||:address );
    get_address=[email protected] address=
    PL/SQL procedure successfully completed.
    SQL> The address is explicitly surrounded by brackets as per the RFC. So that is what your SMTP server should see.
    If not - perhaps then our UTL_MAIL versions do not match. Cannot recall from what version I pulled and unwrapped the UTL_MAIL package code I have.
    Personally though, I've ceased using UTL_MAIL a while back. It lacks in may respects. I have written my own mail package that supports multiple attachment, complex Mime formatting, attachments of 20+ MB in size, and so on - running on the UTL_SMTP interface (that provides the transport layer for sending mail). And for issues like you are facing, I suggest considering using UTL_SMTP directly.
    Edited by: Billy Verreynne on Jan 29, 2013 12:52 PM
    (Updated the code with HTML entity names to get the code snippet to render correctly)

  • Hierarchy load - Error RSAR 683 Syntax error in generated program, row 0

    Hi guys,
    When I load the hierarchy on ZMATERIAL (load from 0MATERIAL hierarchy - source system BW), I have this error message : RSAR 683 Syntax error in generated program, row 0.
    I have found several SAP notes, especially [Sap Note 944842|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_whm/~form/handler], but the implementation on our system does not change anything.
    We are working on BW3.5 SP12.
    Can anyone could tell me what to do ?
    Will this issue be solved once we upgrade until SP18 as it is mentionned in the SAPNote ?
    Thanks,
    Alexandra
    Edited by: Alexandra Guillaux on Apr 1, 2009 4:36 PM

    Hello Alex,
    after implementing the corrrection part of note 944842 via SNOTE, plaese also:
    1. replicate datasource
    2. activate transfer structure (report RS_TRANSTRU_ACTIVATE_ALL)
    3. activate infoobject   (make dummy change to description
    of infoobject etc, save and activate it, remove change and save and
    activate it again).
    Hope it could resolve the incident.
    Thank you & Best regards,
    Vince

  • Javascript application error message? syntax error

    I am getting a pop up error message continuously when using firefox 10,7.5 and prior versions,
    "Javascript Application Error:
    syntax error:
    It demands I click on "OK" button to proceed.
    How do I fix this problem?
    thanks
    linniek
    or
    [email protected]

    The Social Fixer extension has been reported to cause this issue.
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Flash is complaining about XML? Im using AS3 why are there XML errors? Unknown syntax errors.

    Sorry to keep spamming these forums with my stupid errors, but I am trying really hard to learn Flash/AS3 and when I have got to grips with it, I will return the love.
    I am a flash rookie trying to make a simple calculation device and I am getting a whole world of errors I have never seen before.
    My Code (I apologise but it may be my bad syntax):
    import flash.ui.Mouse;
    var Hnum:String;
    var PCnum:String;
    var calc:Number = 25;
    var Total:Number;
    num1.restrict = "0-9";
    num2.restrict = "0-9";
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function PartCount(event:MouseEvent):void{
        PCnum = num2.text;
        if (PCnum > 0 && < 10){
            parseInt(PCnum) * 10;
        or if (PCnum > 11 && < 20){
            parseInt(PCnum) * 5;
        or if (PCnum > 21){
            parseInt(PCnum) * 1;
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function calculate(event:MouseEvent):void{
        Hnum = num1.text;
        PCnum = num2.text;
        Total = parseInt(Hnum) * calc + parseInt(PCnum);
        Total.toString();
        Total_txt.text = String(Total);
    I had everything working when I was only calculating Hnum by 25. But when I try to intergrate  the if or statement everything goes wrong and I get these 5 errors.
    Scene 1, Layer 'Actions', Frame 1, Line 15
    1104: invalid xml name
    Scene 1, Layer 'Actions', Frame 1
    1084: Syntax error: expecting xmltagendend before end of program.
    Scene 1, Layer 'Actions', Frame 1
    1084: Syntax error: expecting rightparen before end of program.
    Scene 1, Layer 'Actions', Frame 1
    1084: Syntax error: expecting identifier before end of program.
    Scene 1, Layer 'Actions', Frame 1
    1084: Syntax error: expecting rightbrace before end of program.
    I dont understand what these errors are pointing out? Why XML? is it my variable names?
    Here is the code I had before the second function that worked fine:
    var Hnum:String;
    var PCnum:String;
    var calc:Number = 25;
    var Total:Number;
    num1.restrict = "0-9";
    num2.restrict = "0-9";
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function calculate(event:MouseEvent):void{
         Hnum = num1.text;
         PCnum = num2.text;
         Total = parseInt(Hnum) * calc;
         Total.toString();
         Total_txt.text = String(Total);
    Any help would be greatly appreciated! I will get the hang of this!
    MrB

    Thanks guys you were right it was parse problem with the var type.
    I have changed the code adding parseInt where necessary.
    I have also added the other functions. But now after it was working fine with just the one function it is doing the strangest thing.
    There are no errors, it is running fine but it is outputting the letter "a" instead of any numbers? Is this something to do with the strings? It is most odd.
    Any help would be greatly appreciated.
    Here is the new code:
    import flash.ui.Mouse;
    var Hnum:String;
    var PCnum:String;
    var PCcalc:Number;
    var Pmath:Number;
    var calc:Number = 25;
    var Total:Number;
    num1.restrict = "0-9";
    num2.restrict = "0-9";
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function PartCount(event:MouseEvent):void{
        if (parseInt(PCnum) > 0 && parseInt(PCnum)< 10){
            PCcalc == 1;
        if (parseInt(PCnum) > 11 && parseInt(PCnum)< 20){
            PCcalc == 2;
        if (parseInt(PCnum) > 21 && parseInt(PCnum)<200){
            PCcalc == 3;
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function PartCalc(event:MouseEvent):void{
        if (PCcalc == 1){
            Pmath * 10;
        if (PCcalc == 2){
            Pmath * 5;
        if (PCcalc == 3){
            Pmath * 1;
    Est_btn.addEventListener(MouseEvent.CLICK, calculate);
    function calculate(event:MouseEvent):void{
        Hnum = num1.text;
        PCnum = num2.text;
        Total = parseInt(Hnum) * calc + Pmath;
        Total.toString();
        Total_txt.text = String(Total);
    Thanks
    MrB

  • Error status 26:Syntax error in IDoc (segment cannot be identified)

    Hi Experts,
    i extended one idoc which has the following structure
                               A(this is the parent segment)
                                    z1
                                        zz1.1
                                        zz1.2
                                        zz1.3
                                        zz1.4
                                    e1
                                    e2
                                        z2
                                           zz2.1
                                           zz2.2
                                           zz2.3
                                           zz2.4
    I am using an user exit for populating the custom segment. values are getting poppulated.
    My problem is all segments are coming in the same level. like below
    A
    z1
    zz1.1
    zz1.2
    zz1.3                                  
    zz1.4
    e1
    e2
    z2
    zz2.1
    zz2.2
    zz2.3                                  
    zz2.4
    Diagonsis of error.:
    The segment Z1BPAD1VL does not occur at the current level of the basic type CREMAS05 (extension ZCREMAS05).
    This error can have several reasons:
    The segment Z1BPAD1VL is assigned to a group whose header segment does not occur.
    The segment Z1BPAD1VL does not exist in the syntax description of the basic type CREMAS05 (extension ZCREMAS05).
    The sequence of segments in the group in which the segment appears is incorrect.
    Previous errors ('mandatory' segment or group missing) may be due to this error.
    i have maintained we81 and we82. partner configuration in we20 is also maintained..
    What might be the problem??pointers on this will be very helpful.
    Regards
    Sridevi S

    Hi,
    >check whether all the parent segments are filled before  child segments .
    >check the heirarchy level you r passing for each segment.
    Regards,
    Lokeswari.

  • When my adobe flashplugin crashes the error message says 'syntax error'. How do I correct this?

    I have installed the flashplugin and sometimes it works, sometimes it crashes. I have done everything to correct this problem that I can think of. I finally got this error message when searching for another reason why.
    What I dont understand is why it works sometimes. Then sometimes I get the little box (question mark) in the corner that means my flashplugin is not working.
    I have uninstalled the adobe flashplugin in both my windows and the main. I know its installed correctly. I just do not understand what is making it so difficult to work properly. It does work sometimes.. so why not all the time?
    Thanks for any advice or help. I have used every option available on your trouble shooting pages both on firefox and mozilla.

    Thanks for the advice, but sadly I have done this... over and over again. I have uninstalled it in both the Windows and other. Each time I try to no avail. It does work sometimes and then crashes so I know it really is installed, just that something is blocking it. I use msn and have checked my settings to allow it, and on firefox done the same. Once in a very blue moon it allows it to work, but that is very rare.
    That is what I dont understand. The program is there, but somehow something is making it not work properly.
    I have been thru all the help and support and done everything that anyone has suggested to remove or unblock, and files to be removed etc. Still scratching my head over this one.
    Thanks again.

  • JMS error reprocessing an syntax error edifact. Loopin error

    Hello all,
    The problem I have found is that the adapter is trying to process an not well formed edifact. As I read in the JMS FAQ
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/604e2b64-e689-2910-64b3-ffd650f83756
    In chapter 13 it is said that is the standard behavior. Does anybody know the way to fix this error?
    P.S. libraries installed v7.0
    This topic was discussed here JMS adapter does not recover from error
    Thank you for your time,
    P.S.This issue is urgent Points will be given for sure if the answers help

    Hi Sergio
    Is your scenario transactional? Just try to uncheck "Transactional JMS Session" and try.
    It may help
    Thanks
    Sai

  • Error REP-0159: Syntax error on command line

    Hi
    I have a report where one of the paramers it recieved is PV_WHERE. The PV_WHERE is the next one (the problems is in the date value):
    WHERE CPV_CLIENT=2 AND CPV_DIVCLI='000001' AND CPV_ACCION='000001' And CPV_FECREC>='15-02-2007 00:00:00' And CPV_FECREC <= '02-03-2007 23:59:59' AND CPV_ALMACE='01' AND CPV_CLIENT IN ( SELECT CEM_CODCLI FROM CLIENTES_EMPRESAS WHERE CEM_CODEMP ='1') AND ( NOT EXISTS ( SELECT 'X' FROM ACCIONES WHERE ACC_ESTADO = 'BL'
    AND ACC_CODCLI = CPV_CLIENT AND ACC_CODDIV = CPV_DIVCLI AND ACC_CODACC = CPV_ACCION) OR CPV_ACCION IS NULL) AND ( NOT EXISTS ( SELECT 'X' FROM DIVISIONES WHERE DIV_ESTADO = 'BL'
    AND DIV_CODCLI = CPV_CLIENT AND DIV_CODDIV = CPV_DIVCLI) OR CPV_DIVCLI IS NULL) AND NOT EXISTS ( SELECT 'X' FROM CLIENTES WHERE CLI_ESTADO = 'BL'
    AND CLI_CODCLI = CPV_CLIENT)
    With this where, the report ,called from the form, crash . But if i change the where and delete the hour,seconds,minutes from the date, the report works.
    The select, with hour-minute-seconds included, works if i execute it from SQ-plus or from the report runtime directly.
    I dont know why the same select works in reports directly or in SQL-plus and not from the form
    ANy advice?
    Thanks

    Well, looks like there could be little conflict.
    Check that the parameter is date/time. Also try setting the format of the date/time so that there is little ambiguity. Use to_char or something like that.
    HTHs
    L :-)

  • Error - 1242021 Syntax error

    So I am attempting to grant access for JExport. Please help.
    MAXL> grant codeBase "file:\\Hyperion\AnalyticServices\java\udf\ExportCDF.jar" {
    permission java.security.AllPermission};
    I am receiving this message:
    ERROR - 1242021 - (1) Syntax error near ['codeBase'].
    I have no idea if this is where I am suppose to enter this in or what.
    PLEASE HELP!

    This should be a value you add to the udf.policy file on the server. It is not something MaxL can do for you. If on Window, notpad will work fine, if on UNIX VI

  • Syntax Error near Database name

    Hi,
    When i tried to take export from automated process (Not Manually) from a application its giving error like :
    ERROR - 1242021 - (1) Syntax error near ['Currency'].
    The type of database is Currency.
    But if i take the export Manually form Essbase application Manager, i can sucessfully perform the activity.
    Now ......
    1.Type of database and Name (Currency) Can be Equal ??????
    2.The Automated Process can't be wrong because export of different DB is sucessful with this Automated Process.
    Please suggest.
    Thanks,
    Kaash

    Hi Kaash
    I had a similar issue in when I used a db name of 'Volume', I also wonder whether there are certain restricted words that you shouldn't use due to conflicts with MaxL / Esscmd?
    I overcame it by re-naming to 'Volumes'.
    Hope this helps, or at least reassures you that you're not going mad!
    Stuart

  • JDBC/MySQL syntax error on MySQL server login

    I am making a simple JSP page and I'm trying to test basic functionality/connectivity with a MySQL database. Included is my index.jsp code and the errors given by Tomcat. Any insights would be very helpful, thanks.
    org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 13 <%@ page import="java.sql.*"%> <% Connection con = null; Statement stmt = null; ResultSet rs = null; %> <html> <body> <% Class.forName("com.mysql.jdbc.Driver").newInstance(); con = DriverManager.getConnection("jdbc:mysql://localhost:3306/database", "correctUserName", "correctPassword");    //<-line 13 stmt = con.createStatement(); rs = stmt.executeQuery("SELECT * FROM table"); while(rs.next()){ out.println(rs.getString("name")+"<br>"); } rs.close(); %> </body </html> Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:505) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:398) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) root cause javax.servlet.ServletException: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '????????????????' at line 1 org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:862) org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791) org.apache.jsp.index_jsp._jspService(index_jsp.java:86) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) javax.servlet.http.HttpServlet.service(HttpServlet.java:717) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

    chrislard wrote:
    That is a good idea for actual implementation, but this is just a test. There isn't any reason that this should not work because it hasn't been broken up into multiple files etc.Evidence would indicate that it is not in fact working though. And the error indicates a syntax error. Because it is JSP there is no assured way to localize the problem, not to mention that since it is running is a container there is no assurance that the posted code is even what is running.
    My suggestion on the other hand completely eliminates all of those possibilities.
    But if it helps you the posted SQL does not have any syntax errors. So if you can solve the problem that you have knowing just that then go for it. Myself I would at least create a test jig.

  • Syntax error in routine

    Hi Gurus,
        I have added new fields in ODS  and Cube.While activating transformation I am getting the following error : 'Start routine:Syntax error in routine'Please let me know how to trouble shoot the same.
    Regards
    Hasini

    Hi Pallavi,
    Pls gothroug the Routine:
    MONITOR_RECNO.
    Runtime attributs
        SOURCE_SYSTEM  = p_r_request->get_logsys( ).
    Migrated update rule call
      Perform routine_9998
      TABLES
        SOURCE_PACKAGE
      CHANGING
        l_abort.
    *-- Convert Messages in Transformation format
        LOOP AT MONITOR_RECNO INTO ls_monitor_recno.
          move-CORRESPONDING ls_monitor_recno to MONITOR_REC.
          append monitor_rec to MONITOR.
        ENDLOOP.
        LOOP AT MONITOR INTO ls_monitor.
          move-CORRESPONDING ls_monitor to MONITOR_REC.
          append monitor_rec to MONITOR.
        ENDLOOP.
        IF l_abort <> 0.
          RAISE EXCEPTION TYPE CX_RSROUT_ABORT.
        ENDIF.
    $$ end of routine - insert your code only before this line         -
      ENDMETHOD.                    "start_routine
          Method inverse_start_routine
    E:In PERFORM or CALL FUNCTION "ROUTINE_9998", the actual parameter
    SOURCE_PACKAGE" is incompatible with the formal parameter
    "DATA_PACKAGE".
    Regards
    Hasini

  • Syntax error while checking extractor in rsa3

    We are trying to check the extractor 2LIS_11_VAHDR in RSA3 , when we press the extraction button , we are getting following error :-
    SHORT TEXT:-
    Syntax error in sap "SAPLXRSA"
    ERROR ANALYSIS :-
    The following syntax error was found in the program SAPLXRSA:
    " " S001BIWS " must be a flat structure. You cannot use internal tables , s"
    " trings, references, or structures as components. "
    Please suggest .

    Hi Apoorva,
    Though you have not done the enhancement of the given Data source. Still System first check for CMOD .
    Make sure that all the  enhancements are working very much fine.
    Or just check for syntex error in se 38 for Program   ZXRSAU01.
    If there are any please correct it or comment it, then your data source will work very much fine.
    Regards,
    Krunal

  • Abap Dump Syntax error in program "/SSF/SLIB " occuring in SOLMAN 7.1???

    Hello Friends,
       After upgradation Solman 7.01 to 7.1, During EWA Alert management configuration in step 3 --> Check Software component level phase, we receiving below error.
       Also Syntax error in program "/SSF/SLIB " Dump is occurring inST22. Please find the Abap dump details attachment.
    Please help me to resolve this issue.
    Regards,
    Farkath C

    /SSF/SLIB comes from SP A/PI, if there were issues in old version then they should have been reported.
    Upgrading may be a solution.
    However, there references of ADD_CCDB_ABAP_EXTRACTOR
    Execute RFC                                                                            |
    |>>>>>|  CASE LS_OPT-RFC_CALLTYPE.                                                                 |
    | 1640|    WHEN 'SYNC'.                                                                            |
    | 1641|      CALL FUNCTION '/SSF/CALL_SUBROUTINE_RFC'                                              |
    | 1642|                                   DESTINATION LS_OPT-DESTINATION  
    That's why I am asking for the latest dump after the run of RTCCTOOL.
    Regards

Maybe you are looking for

  • Query Transportation Problem?

    Hi Guru's, We are working in Bw 3.5 Version Query: We have observed that there was a problem with Query in Dev & Quality Server? as per the regular activities we have modeled the entire process in Dev from data Source to Data target then we have deve

  • Spry Horizontal Menu Bar background image IE8 not visible.

    I have a slight problem with a horizontal menu bar that I have placed on my site and am hoping someone can help me. It views fine in Firefox, however in IE8 the top menu background image is white instead of the image I specified. Firefox image is bel

  • Park and Post for recuring entries

    Hi, Can anyone tell me is it possible to have SOD in park and post for recurring entries documents - f.14? For the purpose of segregation of duties, I need accountant A to allow to create/park recurring entries but not post. Acccountant B will be all

  • Adobe Reader 11.0.07 - mouse cursor full screen mode

    Hello, After the security update to Adobe Reader 11.0.07 I noticed a bug in full screen mode - the mouse cursor is not hidden after delay even if this option is chosen in Preferences. How can be resolved this problem?

  • ITunes 7.0.2.16 Issues

    Tring to install iTunes - not anything new - replaced HD and loaded up from scratch - have done this many times never had an issue w/ iTunes - anywho - downloaded - installed - tried to open and comes up with error to send to microsoft - doesn't even