Escape Sequencing

Hi All,
Can some one help me with creating a escape sequence for printing? My client wants output for 2D barcodefor 500 characters whereas currently the system can give only for 255 characters, therefore on referring the SAP note 497380 it gives the said solution:  "If you want to output bar codes with more than 255 characters, you must generate the bar code using an escape sequence (print control using special
nodes in the Smart Form). With this measure, you can output several fields in a text directly one after the other."
The smartform part will be taken care by the ABAP, I would have to fix the escape sequence, therefore guidance required for the same
Thanks

Hi,
Check out.
[http://help.sap.com/saphelp_nw70/helpdata/en/d9/4a94fc51ea11d189570000e829fbbd/content.htm]
[http://www.e-bizco.com/download/manual.pdf]
Thanks,
Manoj

Similar Messages

  • Print in text mode to detect escape sequences

    Hello,
    We have got an issu, on our .NET print program using Crystal 12 SP3. The issue has concequences on :
    - Barcode print on matrix printer
    - Barcode print on thermal printer
    - Other commands send to a FAX printer driver
    Using the SDK, the print driver receives print data in graphical print mode, but it has to be text mode for the printer driver to detect the correct escape sequences. The escapes sequences are used by the driver to switch the font or receive a command.
    Is there a way to force the print in text mode ?
    The same report printed from Crystal Reports 2008 SP 3 "works", but not from the .NET sdk.
    Here is a little example. We made a simple Report, containing 2 simple Text Objects :
    Code Barres $ [ /
    +$$;111;6;1;1;0;2 z +
    $$?0h0123456789$$?0/
    We redirected the print driver spool in a file. Here are the outputs :
    Printed from Crystal Report 2008 :
    [0;4 r+<[3;031w[3;032w[7s2CH
    x[1;2xF5-
    JÃ$Code Barres $ [ /
    J-$$$;111;6;1;1;0;2 z
    J$$$?0h0123456789$$?0/@[0;4 r
    Printed from .Net application using Crystal Report 2008 SDK :
    [0;4 r+<[3;031w[3;032w[7s2CH
    x
    JÅ$*'úø u20AC u20AC u20AC u20AC u20AC<|u201Au20ACu20ACu20ACu20ACu20ACu20ACu201A||u201Au20ACu20ACu20ACu20ACu20ACA@u201Aÿu20ACu20ACu20AC|u2019u20ACu20ACu20ACu20ACu20ACu20ACu2018r u20AC u20AC?ÿu20AC @u20AC @u20AC @u20AC @u20AC @u20AC @u20AC u20AC!u20AC u20AC u20AC u20AC u20AC!"ÿu20ACu20ACu20ACu20ACu20ACu20ACÿu20ACu20ACu20ACu20ACu20ACu20ACu20ACu20ACu20ACu20ACÿu20ACu20ACu20ACu20ACu20ACu20ACu20AC|u2019u20ACu20ACu20ACu20ACu20ACu20ACu2018ru20ACÁ! u20AC u20AC u20AC u20AC u20ACŽu201A u201A u0192ààu201A BBD8ÿð@@@`u20AC`u20AC0À
    J-*'7u201A u201A u0192ààu201A BBD8u201A u201A u0192ààu201A BBD8`àu2021u20ACu2021u201Eu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20AC`àu2021u20ACu2021u201Eu20ACø>A u20ACu20AC!u20ACAu20ACAu20ACA@Ã@<`àu2021u20ACu2021u201Eu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20AC`àu2021u20ACu2021u201Eu20ACu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20AC`àu2021u20ACu2021u201Eu20ACü @u20AC@u20AC@u20AC ø`àu2021u20ACu2021u201Eu20ACu20ACu20AC u20AC@u20AC@u20AC@ u20AC@@u20AC@u20ACu20AC!u20ACu20ACu20ACu20ACu20ACu20ACu20AC u20AC@u20ACu20ACu20ACu20ACu20AC
    J*'Tu201A u201A u0192ààu201A BBD8u201A u201A u0192ààu201A BBD8  u20AC 1u20AC Au20AC Au20ACu20ACü @u20AC@u20AC@u20AC ø@u20AC@u20ACÿu20ACu20ACu20ACu20ACu20ACu20ACÿu20ACu20ACu20ACü @u20AC@u20AC@u20AC øu20AC u20AC u20AC u20ACÿu20ACu20ACu20ACu20ACu20ACu20ACu20AC u20AC@u20AC@u20AC@ u20AC@@u20AC@u20ACu20AC!u20ACu20AC u20AC@u20AC@u20ACu20AC@u20ACu20AC@u20ACu20AC!A#xu02C6<u20AC@u20AC@u20ACÿu20ACu20ACu20AC@Au20ACAu20ACAu20ACAu20ACAu0192|ø>A u20ACu20AC!u20ACAu20ACAu20ACA@Ã@<p@@@@@u20AC@8AÀNp>!A@u20ACu20AC@u20ACu20AC@u20ACu20AC@u20ACu20AC@u20ACu20AC!A>u20ACu20AC @u20AC@ u20AC@ u20AC@ u20AC@! Bu0152ðu201A u201A u0192ààu201A BBD8u201A u201A u0192ààu201A BBD8  u20AC 1u20AC Au20AC Au20ACu20ACü @u20AC@u20AC@u20AC ø`u20AC`u20AC0À@[0;4 r
    As you can see above, the characters contained in the report are sent "as this" in the print driver from Crystal Reports 2008. But the pixels represention of the characters are sent from the .Net SDK.

    Hello,
    thank you for your answer.
    I forgot to add the 2008 com+ API output, that is exactly the same as Crystal Report 2008.
    - From Crystal Reports 2008 : WORKS
    - From a program using the 2008 com+ Runtime API : WORKS
    - From a program using the 2008 .Net Runtime API : DON'T WORK
    You wrote that all the runtime print engine sends to the printer is essentially a picture. But It do send text using the com+ API.
    Should I understand : The .Net runtime print engine can't send text ?

  • Sending escape sequences to control command line printing

    Hello Java Community,
    I am interested in printing PDF files programatically by using a thread that used the runtime environment and the sending a command to print the file.
    I hava managed to print files directly to the printer using "cmd /c acrord32.exe /h /p filename.pdf" thanks to iText FAQ.
    The problem is that when I try sending the job to an Epson LX 300 printer, the job prints in letter quality while my intention is to print in draft mode.
    I imagine that this problem could be resolved by passing escape sequences to set draft mode printing programatically so as to speed up my printing.
    Anyone who can help me on how to achieve this.
    Will appreciate your help.
    Charles

    Reply 1 of http://forum.java.sun.com/thread.jspa?threadID=5226995&messageID=9958472

  • Escape sequence on sender file adapter

    Hello XI experts,
    My scenario is,
       Customer System&#12288;=>  <CSV File> => File Adapter => Integration Engine
    I'm thinking of using Sender File Adapter with File Content Conversion
    and setting "," as  FieldSeparator.
    If there is "," in a text field and I don't want the Adapter to recognize it
    as separator, how can I difine escape sequence?
    For example,
    #default#
    aaa,bbb,ccc,SAP,Oracle....
    ->
    aaa
    bbb
    ccc
    SAP
    Oracle
    #My requirement - define & as escape sequence#
    aaa,bbb,ccc,SAP&,Oracle....
    ->
    aaa
    bbb
    ccc
    SAP,Oracle
    Any infomaton is appreciated.
    Regards,
    Tomoatsu

    Hi,
    You can use the following parmeter: NameA.enclosureSign
    Check here for the same:
    http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
    Regards
    Vijaya

  • Have a problem in Formatting output with Escape Sequence

    class Welcome
         public static void main(String args[])
              //Khong the hieu noi
              System.out.println("Welcome\tto the world of java");
              System.out.println("Happy\tBirthday");
              System.out.println("Welcome\" to the world of java");
              System.out.println("Bo\ttay");
              System.out.println("Be\ttay");
              System.out.println("Nhe\ttay");
              System.out.println("Welcome\tto Viet Nam");
              System.out.println("?Welcome\tto Viet Nam");
              System.out.println("!Welcome\tto Viet Nam");
              System.out.println("*Welcome\tto Viet Nam");
              System.out.println("#Welcome\tto Viet Nam");
              System.out.println("$Welcome\tto Viet Nam");
              System.out.println("%Welcome\tto Viet Nam");
              System.out.println("^Welcome\tto Viet Nam");
              System.out.println("&Welcome\tto Viet Nam");
              System.out.println("/Welcome\tto Viet Nam");
              System.out.println("Welcome\tto Viet Nam");
              System.out.println(" Welcome\tto Viet Nam");
              System.out.println(" Welcome\tto Viet Nam");
              System.out.println(" Welcome\tto Viet Nam");
              System.out.println(" Welcome\tto Viet Nam");
              System.out.println(" Welcome\tto Viet Nam");
              System.out.println(" Welcome\tto Viet Nam");
              System.out.println(" Welcome\tto Viet Nam");
              System.out.println(" Welcome\tto Viet Nam");
              System.out.println(" Welcome\tto Viet Nam");
              System.out.println("Bodsdsadsme\ttay");
              System.out.println("come\tto");
    Let's explain for me...Thanks

    Dou you have a question ?
    The character and string escape sequences allow for the representation of some nongraphic characters as well as the single quote, double quote, and backslash characters in character literals and string literals:'\b'     /* \u0008: backspace       */
    '\t'     /* \u0009: horizontal tab  */
    '\n'     /* \u000a: linefeed        */
    '\f'     /* \u000c: form feed       */
    '\r'     /* \u000d: carriage return */
    '\"'     /* \u0022: double quote    */
    '\''     /* \u0027: single quote    */
    '\\'     /* \u005c: backslash       */In case you are using Java 1.5, you might be interested in System.out.printf(), which usesformat string.

  • Escape sequences

    im new to Java and i am trying to experiment with escape sequences and unicode characters: I have tried this one but I am having trouble
    public class XmasTree
         public static void main(String[]args)
    // to print " mark
              System.out.println("\0022");
    when I compile this error comes up::Tool completed with exit code 3
    when I run it this error messge comes up:: cannot locate client JVM in..."it gives the path of where I have installed JSDK"

    // to print " mark
              System.out.println("\0022");That won't work; unicode escapes are processed before the code is passed to the compiler. What the compiler will see is    System.out.println(""");and that's not proper syntax -- not even code prettyprinter in these forums can handle it properly.
    when I compile this error comes up::Tool completed
    with exit code 3
    when I run it this error messge comes up:: cannot
    locate client JVM in..."it gives the path of where I
    have installed JSDK"If those are the only error messages you get you have misconfigured your development environment. What do you use to write code, Textpad?

  • ANSI escape sequence for "Command" key?

    I know there are escape sequences for ctrl (^), alt (~), shift ($), etc that can be used from the command-line, but I'm wondering if there's an equivalent way to invoke the command key (or the apple key or whatever you wish to call it) from a terminal?
    I'd appreciate any advice, thanks!

    Hi Evan,
       This is more than a failure of terminology. The use of certain key sequences cause the terminal to produce certain characters that are just like letters except that many processes take special action when these characters are encountered. These characters are called "control characters."
       For instance, type <Control>-v to "tell the shell" to not take special action on the next character produced. Then, if you type <Control>-c, the terminal will produce an End-of-Text character, ANSII character 3, and the shell will accept it as a literal character. However, it has no symbol for that character so it displays a pair of characters, "^C", in its place. Internally though, there is no carat and no 'C'; there is only the number three, which is the ANSII code for the End-of-Text character.
       The bash shell will substitute control characters for certain escape sequences in expanding words of the form $'string'. For instance, consider the following command:
    echo $'\003' | cat -v
    ^C
    Above, the first line is a command that you can cut-and-paste into your terminal. The second line is the output you would see if you execute the command. Bash replaces the $'\003' word with the literal control character and then "cat" converts that character to the pair of characters, "^C", to show you what had been there.
       Of course there are still terminology problems; you are not using the word "emulate" correctly. However, if there was such a meaning, I think that one would say that the character sequences "emulate" the control character, not the other way around.
       On the other hand, when you modify a key with the "Command" key, Macintosh programs treat that as an attempt to invoke a function of that program. No character is produced. In fact technically, the program never even sees the keystrokes. The system intercepts the key event and converts it to an AppleEvent.
       One tool on Macs specializes in producing AppleEvents and that is AppleScript. Fortunately, Apple wrote a utility to grant the shell access to AppleScript and that is the "osascript" command. That allows you to sort of imbed AppleScript in a shell script and that would allow you to send any program any event that the system would generate in response to a command key sequence.
    Gary
    ~~~~
       "Home life as we understand it is no more natural to us
       than a cage is to a cockatoo."
          -- George Bernard Shaw

  • How to parse the TelnetClient inputStream and remove the escape sequences ?

    Hi all,
    After inoking a telnet command (using the
    'org.apache.commons.net.telnet' library) the returned output is wrapped
    with escape sequence. For example, when sending "echo hello world" I
    get this result:
    echo
    *[4;46Hhello*
    *[4;52Hworld*
    *[5;1Hhello world*
    *[7;1HC:\Documents and Settings\Administrator>*
    It looks like a chars and line counter, so I was wondering whether
    there is an easier way to get it parsed in a more readable method.
    Thanks,
    Uri

    sabre150 wrote:
    Scheiner wrote:
    sabre150 wrote:
    Scheiner wrote:
    >
    Probably VT100 (of family) escape characters. Are you sure there is not a means of turning this off since it is not part of the TELNET specification.I used VT100 when I created the TerminalTypeOptionHandler. Can you suggest another Terminal type that will append this sequence?I'm not familiar with the package. I'm sure the Javadoc will suggest what other 'TerminalTypeOptionHandler' types are available.Hi, I changed the handler to use VT220 and it worked great!
    Thanks a lot for the help
    UriSorry but this is just silly! You don't want VT anything. As EJP says you want a 'dumb' terminal.Yes, got that after the tried the VT220. I will explore the JTA package and alter my code

  • Escape sequence in BEx URL supported ?

    Hi,
    BW version 3.5 support pack SAPKW35013.
    I need to put a BEx URL in a workflow workitem description, which means that I cannot use the
    & character in the URL.  However, the URL has
    several variables being passed across to it...
    Is it possible to use escape sequences for the &
    character ?  According to HTML standards,
    %26var_name_1=Field%26var_value_ext_1=Value
    should be identical to
    &var_name_1=Field&var_value_ext_1=Value
    Unfortunately when I try using %26, the parameters are not
    being passed across to the report... [ which works fine
    when using &].   Is there anything special which needs to
    be configured, or does the BEx service simply not interpret URLs as per HTML standards ?
    Thanks
    Ian

    Full URL in question (working):
    http://gd00.sp.bbc.co.uk:8000/sap/bw/BEx?sap-language=EN&CMD=LDOC&TEMPLATE_ID=ZW_TPL_FF_BPS_CC_COPYFROM_DET&var_name_1=0P_CCTR&var_value_ext_1=B1110&var_name_2=0P_VERS3&var_value_ext_2=SW0&var_name_3=0P_FYRA&var_value_ext_3=2006&VARIABLE_SCREEN=%20     
    (Not working)
    http://gd00.sp.bbc.co.uk:8000/sap/bw/BEx?sap-language=EN%26CMD=LDOC%26TEMPLATE_ID=ZW_TPL_FF_BPS_CC_COPYFROM_DET%26var_name_1=0P_CCTR%26var_value_ext_1=B1110%26var_name_2=0P_VERS3%26var_value_ext_2=SW0%26var_name_3=0P_FYRA%26var_value_ext_3=2006%26VARIABLE_SCREEN=%20

  • ISO-2022-JP support and ISO-2022-JP-2 escape sequences

    I have a mail generated by Outook with some Japanese text in. Outlook has set the charset as ISO-2022-JP. The ISO-2022-JP encoded text of the mail can be found here.
    Java 1.5 and 1.6 fail to load this text properly when using the ISO-2022-JP charset. The description of this charset is JIS X 0201, 0208, in ISO 2022 form, Japanese. I'm guessing that the problem is due to the use of an escape sequence that is defined in [ISO-2022-JP-2|http://www.mhonarc.jp/RFC/rfc1554.txt]. The escape sequence is hex 1B 24 42, which means that the charset is JIS X 0208-1983.
    There's no ISO-2022-JP-2 charset support in Java 1.5, not sure about 1.6.
    I'm thinking about writing a filter reader as a hack to add support for ISO-2022-JP-2. I guess that if I remove the escape sequence, the text should load properly using one of Shift-JIS, EUC-JP or ISO 2022 JP. Any suggestions?
    Edited by: bobajobrob on Mar 25, 2008 12:19 PM

    1B 24 42 (ESC $ B) is valid in ISO-2022-JP. However, the text file includes invalid characters in the JIS X 0208 standard. The ISO-2022-JP converter in Java strictly follows the standards.
    There are some ISO-2022-JP "variants" that are supported under different encoding names with compatibility workarounds. Please refer to Sun's bug ID 6173388 for details.

  • What is escape sequence for * in SQL

    I am using oracle 9. When I run a select query with a where clause as
    AND UPPER (bnm.name_value_tx) LIKE '*/*%' ESCAPE '\'
    I got an exception as
    ORA-29902: error in executing ODCIIndexStart() routine ORA-20000: Oracle Text error: DRG-51030: wildcard query expansion resulted in too many terms ]; nested exception is java.sql.SQLException: ORA-29902: error in executing ODCIIndexStart() routine ORA-20000: Oracle Text error: DRG-51030: wildcard query expansion resulted in too many terms
    Is there any escape sequence to handle the character * in query? or any other solution to this problem?

    If what I understand in my limited knowledge is correct, then u want to search the character * or ** with any character after that as u have used %. But 1st of all, u dont need an escape character for * . Thats only required for _ and % if u use any of it as a search character. So go straight:
    AND UPPER (bnm.name_value_tx) LIKE '**%' ....
    (if u want to search for ** at the beginning of the field with any characters afterwards.)
    Use Escape Characters like:
    select first_name,job_id from employees where job_id like 'SA\_%' escape '\'

  • Leopard Terminal.app no longer supports ANSI print escape sequences?!!

    I print my email using pine's "attached-to-ansi" option, which used to work great in Tiger with Terminal.app. It no longer works in Leopard. It also breaks things like the "ansiprt" Unix command.
    This is a start/stop escape sequence that diverts text between the start/stop sequences to the printer. See http://www.termsys.demon.co.uk/vtansi.htm as a reference.
    Is there some Terminal.app setting I need to use to enable this? Some specific terminal type perhaps?
    Suggesting that I use enscript or other techniques don't work, as I use the Terminal to ssh into my mail server, then run pine on the mail server.
    Anyway, any idea how to get this very desirable feature back?
    Thanks,
    -John

    HI,
    I tried to set "Escape non-ASCII input" without any change. I didn't see an option to change "Escape non-ASCII output". I tried a few other things without success either using a different terminal type and so forth. I looked in the .term file and didn't see anything text related to ANSI or ASCII or escape.
    If I change a Terminal preference do I need to quit and restart Terminal to test the change, or does the change take place as soon as I change it in the menu? I tried quitting and restarting after checking "Escape non-ASCII input" and when I restart the box was unchecked. I couldn't find a "save preferences option either.
    In Tiger, my terminal type was xterm-color- same in Leopard. I had checked off "Escape non-ASCII characters" under Tiger.
    Here's exactly what I do, *which used to work in Leopard*.
    I run Terminal.app on my MacBook, and ssh to a mail server. On the mail server, I run the pine command to read my mail. Pine has an option to print email using ASCII escape sequences. Terminal.app sees these escape sequences and diverts the text to the default printer on my MacBook.
    Under Leopard, the Terminal doesn't catch the ANSI escape code, and just spews the text to the terminal window. Nothing has changed on the mail server side. I;m using the sane ssh command.
    Enscript won't work, as the printer connected to the mail server is often as not in a different state than my MacBook.
    Not all terminal emulators support the ANSI print escape sequences. Terminal didn't before Tiger, if I remember correctly. I used to use a very nice terminal emulator called Data Comet which did it.
    ANSI printing used to be a fairly common way to print to a local printer connected to via a parallel cable. Besides pine, the Unix command ansiprt http://kb.iu.edu/data/abye.html could be used to print remote files on the local printer. Some terminal emulator programs used the idea to hook the ANSI escape sequence to the printing system, extending the functionality to use any printer accessible by the local system.
    Thanks again for all your help. I hope I've clarified what I'm trying to do.
    -John

  • Parsing escape sequences

    Hey,
    I've been stumped on this for a while; I have an application which reads the contents of a text file to obtain encrypted strings, which use escape sequences in them. I can only decrypt them once these escape sequences have been "parsed," per say.
    Most of the escape sequences are ASCII codes, like \035, and the Apache Commons package doesn't parse those....however, if I hardcode the encrypted strings into the application, they parse just fine. So is there a way to emulate java's parsing of these escape sequences?
    Thanks for your time.

    Sorry if this isn't allowed, but I wanted to post in case anyone else had this problem...i just ended up rewriting the parsing code in com.sun.tools.javac.scanner.Scanner. Actually, at first I didn't realize my escapes were octal sequences, but after that it became a lot clearer.
    public class StringEscapeUtils {
        public static String unEscape(String escapedString) {
            char[] chars = escapedString.toCharArray();
            StringBuffer outputString = new StringBuffer();
            try {
                for(int i = 0; i < chars.length; i++) {
                    if(chars[i] == '\\') {
                        switch(chars[i + 1]) {
                            case '0': case '1': case '2': case '3': case '4': case '5': case '6': case '7':
                                String octalValue = Character.toString(chars[i + 1]);
                                if('0' <= chars[i + 2] && chars[i + 2] <= '7')
                                    octalValue += Character.toString(chars[i + 2]);
                                if(chars[i + 1] <= '3' && '0' <= chars[i + 3] && chars[i + 3] <= '7')
                                    octalValue += Character.toString(chars[i + 3]);
                                outputString.append((char)Integer.parseInt(octalValue, 8));
                                i += 3;
                                break;
                            case 'u':
                                String unicodeChars = new String(new char[] {chars[i + 2], chars[i + 3], chars[i + 4], chars[i + 5]});
                                outputString.append((char)Integer.parseInt(unicodeChars, 16));
                                i += 5;
                                break;
                            case 'b':
                                outputString.append('\b');
                                i++;
                                break;
                            case 't':
                                outputString.append('\t');
                                i++;
                                break;
                            case 'n':
                                outputString.append('\n');
                                i++;
                                break;
                            case 'f':
                                outputString.append('\f');
                                i++;
                                break;
                            case 'r':
                                outputString.append('\r');
                                i++;
                                break;
                            case '\'':
                                outputString.append('\'');
                                i++;
                                break;
                            case '\"':
                                outputString.append('\"');
                                i++;
                                break;
                            case '\\':
                                outputString.append('\\');
                                i++;
                                break;
                            default:
                                outputString.append(chars);
    break;
    } else {
    outputString.append(chars[i]);
    } catch(ArrayIndexOutOfBoundsException e) {
    System.err.println("Mallformed escape sequence.");
    return null;
    return outputString.toString();

  • Command.text with ODBC escape sequence is not working in VC++, Bug in OLEDB ?

    Command.text with ODBC escape sequence is not working in VC++. The Code, which written in VB is working perfectly. Is there any different syntax in VC++ or bug in
    OLE DB provider ?. I am using OraOLEDB 8.1.7 version.
    Thanks
    Mani
    VB Code
    ' Enable PLSQLRSet property
    Cmd.Properties("PLSQLRSet") = True
    ' Stored Procedures returning resultsets must be called using the
    ' ODBC escape sequence for calling stored procedures.
    Cmd.CommandText = "{CALL corpuser.GetCorpUserRec(?, ?)}"
    Set Rst1 = Cmd.Execute
    VC++ Code (while execute it is giving error )
    pCommand->CommandText = "{CALL corpuser.GetCorpUserRec(?, ?)}";
    pRs1 = pCommand->Execute(NULL,NULL,adCmdStoredProc);

    Hi
    The odbc escape sequence for calling stored procedures works fine with VC++ also.
    You can check the sampe application at following url :
    http://otn.oracle.com/sample_code/tech/windows/ole_db/content.html
    Hope this helps
    Chandar

  • Captivate 5/Saba Double Escape Sequence

    I am trying to import a Captivate 5 module created from an imported PowerPoint from a SME to Saba's LMS system. My publish settings are:
    SCORM 1.2,
    Complete/Incomplete,
    Percent, 
    Quiz Results Only,
    Report Score
    Customization Settiings: 
    Never Send checked,
    Escape Version unchecked
    Every time I post it to Saba, the import process shows no errors.
    When I go to open it with the Preview option, I receive the following:
    Server Error in Application "DEFAULT WEB SITE"
    HTTP Error 404.11 - Not Found;
    "The request filtering module is configured to deny a request that contains a double escape sequence." 
    The course looks fine when I open the module after it is published locally, so the error occurs somewhere in Saba reading the imported package. Are there any ideas as to how can I fix this? As of now, I cannot publish anything I make in Captivate to our LMS making the software somewhat obsolete for me.

    Never seen that one before.
    Saba support of no help? Since it's their system's error message, you'd think they'd be able to tell you what that means...
    'double escape' implies to me an issue with text formatting.
    In your Captivate lesson, check the lesson and course names and identifiers.
    Be sure there are no 'odd' characters in there, like apostrophes or ampersands. Try making all of those items just a simple word (i.e. test1 ) and republish and see if that helps.
    FORCE a new republish, to a new .zip file...don't reuse anything from the previous file...

  • LXTerminal, Alt-# tab switching and escape sequences

    Hello,
    when using lxterminal i am able to switch between tabs using Alt+# (Alt-1 = first tab, Alt+2 = second tab, etc) like in most other tabbed programs. While switching itself works the keypress seems to be handed to the terminal  as an escape sequence. In case of bash this activates the argument counter(?), so after switching the terminal i can not directly type but have to remove whatever the escape sequence changed.
    There is a bug over on launchpad (https://bugs.launchpad.net/ubuntu/+sour … ug/1080116), but i could not find a patch over there. Also according to the lxde-forums (http://forum.lxde.org/viewtopic.php?f=26&t=31676) this would be a "distribution problem" and affect other terminal emulators as well, however also no explanation where the problem could originate.
    I tested gnome-terminal and PantheonTerminal on the same machine - both do not pass escape sequences to the shell.
    Has anyone here seen this behaviour before or got an idea where to start?

    i just tried this on urxvt (although i am not using tabs) - yes, some bash function gets activated.
    can't you just change lxterminal's hotkey?

Maybe you are looking for

  • Please help with my helper class

    Hi, plz I need some assistance with this: I have a big table which consist of 200 columns. This table gets fields from different tables. It has records of orders which may have several items and each item can have up to 8 taxes. So i have fields reap

  • Memory leak on SunOne Web Server 6.1 on application reload

    Hi! I am pretty sure that i have found a memory management problem in SunOne Web Server 6.1 . It started with an OutOfMemory error we got under heavy load . After some profiling with Jprofiler i didn't find any memory leaks in the application.Even un

  • Recover from restore disk I made to ssd

    Can I restore my system to a ssd drive from the restore disk I made when I purchased my computer or will it not work on anything but a hard disk drive? The drive is a intel 330 model that I was using and got some corruption or something and need to r

  • JDBC dynamic receiver configuration

    hi experts, i have about 20 datasources (databases). all of them use the same XI scenario. it means that on all databases the same work is done. now there is a problem, i dont want to create 20 jdbc receiver channels for each database to handle my sc

  • BDC overview details step by step

    Can any one give BDC overview details step by step. thanks, krishna