Using the " character in a to be executed command (EMM)

Hi,
I ran against a small challange building a feature in a EMM based menu.
I would like to have an user to change the number dialed in a chat-script but the chat-script command uses the character " in it's command.
The same character " is also used to mark the beginning and the end in the <IOSExecCommand> and the <IOSConfigCommand>.
When executing the feature it give's an error message back stating: EMM TCL Error: extra characters after close-quot.
Which is not weird because there are a lot of " in the command line and normally you can put multiple command-lines in a single ExecCommand - or ConfigCommand line to mark the beginning and the end of a single command-line.
According to TCL language script you could write the character " as \" or \\" but neither one of them does the trick to make it work.
The ConfigCommand I want to execute looks like this:
<IOSConfigCommand>"no chat-script internet " "chat-script internet "" "ATDT*98*2#" TIMEOUT 60 CONNECT"</IOSConfigCommand>
Does anyone have an idea how to solve this?
I'm kind of stuck with it.
Kind regards,
Jorn van Riel

Instead of using IOSConfigCommand, use EmbeddedTCL instead.  For example:
      ios_config "no chat-script internet" {chat-script internet "" "ATDT*98*2#" TIMEOUT 60 CONNECT} 

Similar Messages

  • How do i use the character viewer

    can anyone tell me the system in using the character viewer, i can drag and drop but surley there must be and easier way than that!
    Thanks.

    From Mac Help:
    Enter special characters and symbols
    Use the Character Viewer to enter special characters and symbols, such as mathematical symbols, letters with accent marks, emoticons, arrows and other “dingbats,” into your documents.
    You can also use the Character Viewer to enter Japanese, Traditional Chinese, Simplified Chinese, and Korean characters, as well as characters from other languages.
    Enter special characters or symbols from the Character Viewer
    Open a document, and place the insertion point where you want the special character or symbol to appear.
    Choose Edit > Special Characters to open the Character Viewer, or choose Show Character Viewer from the Input menu in the menu bar (looks like a flag or character).If you don’t see Show Character Viewer in the Input menu, follow the steps in this topic to show the Character Viewer in the menu bar.
    Select a category from the list on the left, and then select the character you want to use.Use the Recently Used or Favorites sections in the Character Viewer to quickly enter frequently used characters or symbols.
    Add a character or symbol to the Favorites section in the Character Viewer
    Choose Edit > Special Characters to open the Character Viewer, or choose Show Character Viewer from the Input menu in the menu bar (looks like a flag or character).If you don’t see Show Character Viewer in the Input menu, follow the steps in this topic to show the Character Viewer in the menu bar.
    Select a category from the list on the left, and then drag the character you want to the Favorites section.
    Customize the Character Viewer
    If you don’t see the character or symbol that you want to use, try customizing the Character Viewer.
    Choose Customize List from the Action pop-up menu (looks like a gear) in the top-left corner of the Character Viewer.
    Select the categories that you want to appear in the Character Viewer, and then click Done.
    Show the Character Viewer in the menu bar
    If the character doesn’t appear in your document, you may be using an app that doesn’t support that character. Try using a different character or inserting the character in a different app.
    See the special characters or symbols you can enter using keyboard shortcuts
    You can use the Keyboard Viewer to help you learn which keyboard shortcuts to use to enter special characters or symbols.
    Turn on the Keyboard Viewer
    Choose Apple menu > System Preferences, click Language & Text, and then click Input Sources
    Select the Keyboard & Character Viewer checkbox.
    Make sure the checkbox next to each input source you want to use is selected and that “Show Input menu in menu bar” is selected.
    See the special characters or symbols you can enter
    Choose Show Keyboard Viewer from the Input menu in the menu bar (looks like a flag or character).
    Press any modifier key or combination of modifier keys to see the different special characters or symbols you can type.For example, hold down the Option key or the Option and Shift keys.
    To place a special character or symbol that you see in the Keyboard Viewer in your document, press the modifier key or keys you pressed in step 2 and press the key on your keyboard that is in the same place as the special character or symbol you see in the Keyboard Viewer.
    If you don’t see the special character or symbol you want to use, enter the special characte

  • Cannot use the Send to Soundtrack Pro Audio File Command

    I cannot use the Send to Soundtrack Pro Audio File Command, only the Multitrack and it's starting to really get on my nerves. It is unhiglighted. If I unlink the clip and select only half of the audio, the option re-appears. I have no idea what is wrong.

    As an audio file, you can only send one clip at a time. This is a feature, not a bug. See the book for more information.
    Russ

  • Am having intermittent difficulty rendering in FCE. Using the Sequence menu sometimes delivers results and Command R fails every time. Most frustrating. Any thoughts from anyone? Thanks.

    Am having intermittent difficulty rendering in FCE. Using the Sequence menu sometimes delivers results and Command R fails every time. Most frustrating. Any thoughts from anyone? Thanks.

    Michael,
    There is a forum for Final Cut Express I'd recommend re-posting there.
    Roger

  • How to use the character encoding model to use ' �'  in java

    hi
    I have to use the special characters like '�' using java.but when '�' character is transferred to data base or is displayed in my form,it is shown as '?'.but i need to display the original characters in the form of what it is.
    what can i do as i expects the result .i needs it very urgently.so reply to me as soon as possible.
    advance thank you
    rgds
    Oasisdeserts

    Java stores all characters as 16 bit UNICODE (which has plenty of room far more exotic characters than Greek). Every time character data is brought into, or stored from the Java environment it passes through a specific character encoding. If you don't state the encoding explicitly it uses the default encoding of the machine it's running on (which is typically oriented to the language set in the locale.).
    With a database the database driver is supposed to do any necessary translation. The non-latin character could be stored wrongly, the database could be returning it wrongly or whatever's creating your form could be interpretting it wrongly, or lack the capacity to display the character.
    If it's, say, a JSP try setting the page encoding to UTF-8. Try dumping the characters read from the database in HEX and look them up at www.unicode.org.
    Take a look at the database setup information, some have an option of storing characters as UNICODE or ASCII.
    The "?" is substituted whenever a codec can't make sense of the codes it's translating, either the byte array is invalid or the UNICODE character can't be represented.

  • USING THE CHARACTER SET SCANNER

    How can I find and download the Character Set Scanner utility mentioned in MetaLink document # 66320.1.
    Thanks
    Pratap

    I would like to know if there exists a database character set
    scanner for ORACLE816. If not, can I use the ORACLE817 scanner
    to scan my ORACLE816 database?Check out the Globalization Support Home page
    http://technet.oracle.com/tech/globalization/content.html and go
    to the scanner download page for more info.
    Is it important to use a scanner if I am converting my database
    from, say, WE8ISO8859P1 character set to UTF8? Yes definitely. The scanner will identify
    1. If you have any invalid WE8ISO8859P1 data in your database ,
    these will be lost during the character set conversion process.
    2. If there are any data cell expansions, so that column widths
    can be expanded to cater for the new sizing.
    3. Area of possible character set conversion and truncation of
    data.
    Can I assume that a database UTF8 will automatically store all
    my original characters correctly?UTF8 can store all the characters from WE8ISO8859P1 ,and it can
    be stored correctly if your NLS configuration is correct . The
    key is your client NLS_LANG character set setting .
    I have a client with NLS_LANG set to UFT8. When I exported my
    database (in WE8ISO8859P1) from my client, the export was done
    in the client's setting i.e. UTF8. Can I assume that the
    conversion was done at the time of export itself?Yes, your assumption is correct.

  • No Video when using the "Send To Soundtrack Pro Audio File" Command

    Hello FCP Users,
    After reading and rereading the FCP and STP manuals and scouring the boards; I still can not figure out how to view my video clip while I'm editing/sweetening audio in STP. I have even used the DVD tutorial in an attempt to figure it out (all works fine and good with the tutorial example), but I'm stuck here the real world.
    I'm thinking their must be some preference setting somewhere in STP that I've missed. Any suggestions would be greatly appreciated!!!
    Best regards,
    Jeff
    From the Manual:
    Soundtrack Pro creates a new audio file project (with the file type .stap) for the clip. The clip can contain video and audio or contain only audio.
    In the Final Cut Pro Timeline, Control-click the clip, then choose “Send To >
    Soundtrack Pro Audio File Project” from the shortcut menu."
    Mac Pro, dual core, 3GHz, 8GB Ram   Mac OS X (10.4.9)  

    Rob,
    The audio consists of two separate audio tracks A1 is from a lav mic and A2 is from an on-camera mic.
    It was captured DV.
    If I rt click the video clip in the "video tl" the "Send To Soundtrack Pro Audio File" in the dialog box is grayed out/not available for selection, but the Send To Soundtrack Pro Multitrack Program is available to select.
    If I choose to Send To Soundtrack Pro Multitrack Program I get the following an error message: Error sending selection to Soundtrack Pro.
    I've tried de-selecting the "linked selection" in the tl and rt click the audio clip in the "audio tl" and that allows me to "Send To Soundtrack Pro Audio File" , but no video in the utility window of STP.
    If I select the "linked selection" in the tl and rt click the audio clip in the "audio tl" the "Send To Soundtrack Pro Audio File" in the dialog box is grayed out/not available for selection, but the Send To Soundtrack Pro Multitrack Program is available to select.
    If I choose to Send To Soundtrack Pro Multitrack Program I get the following an error message: Error sending selection to Soundtrack Pro.
    It looked all so simple in the tutorial. I'm going on five hours of trying to find an answer to this issue any other suggestions before I slit my wrists? Thanks for your input.
    Jeff
    Mac Pro, dual core, 3GHz, 8GB Ram   Mac OS X (10.4.8)  

  • Using EEM to telnet to switches and execute commands

    Can EEM telnet to other switches.
    It doesn't seem to work and when you run debug it drops out at the password for telnet.
    I have tried using the "pattern" option to put the telnet password in.  but can't get it to work
    All I won't to be able to do is automatically run a few commands on other switches from the core.
    Any ideas

    I can assure you EEM on IOS can initiate telnet session without a hitch, but on IOX, still struggling to find out the workaroud.
    proc remote_cmd_telnet { remote_host username password prompt_expect clist } {
        # this function will carry out each command contained in the clist on remote host.
        if { [catch {cli_open} result] } {
                 PUTS $result
                 return 1
            } else {
                 array set cliarr $result
        #Login to remote router
        if { [catch {cli_write $cliarr(fd) "telnet  $remote_host" } result] } {
             PUTS $result
             return 1
        PUTS $result
    #   if { [catch {cli_read_pattern $cliarr(fd) "Username:"} result] } {
    #        PUTS error "Failed to read response: '$result'"
    #       return 1    
    #   PUTS $result
        if { [catch {cli_write $cliarr(fd) $username } result] } {
             PUTS $result
             return 1
        PUTS $result
        if { [catch {cli_read_pattern $cliarr(fd) "Password:"} result] } {
            PUTS error "Failed to read response: '$result'"
            return 1    
        PUTS $result
        if { [catch {cli_write $cliarr(fd) $password } result] } {
             PUTS $result
             return 1
        PUTS $result
        if { [catch {cli_read_pattern $cliarr(fd) "#"} result] } {

  • I have a problem using the "save as pdf..." command of the print panel of MS Word (lower L corner).  When file has a few photos in it, the pdf file becomes huge; 7 mb Word file becomes 31 mb., on MacBook Pro with Intel Core 2 Duo processor , OS X 10.5.8

    How can converting a MS Word file to a pdf make the file 5x bigger?  Can someone tell me how to update the "save as pdf..." feature when "printing" a file in MS Word (Word:mac 2008, ver. 12.2.5).  The problem is that using this to create pdf files gives huge files when the Word file has graphics pasted as pictures from Powerpoint, even for simple graphics and when first exported at low resolution (180 dpi) as jpg files from Powerpoint and inserted into Word.  

    Here's a little more info on the save_as_pdf issue.  It is Word files in 97–2004 format (doc) that get 5x bigger.  The conversion works fine and file size is normal if the Word file is saved in most recent Word format (docx rather than doc).  Somehow MS Word can't save its own files properly in pdf format.  Thanks Bill for all the frustration.

  • How to use the compare document option thru VB or command line

    Hi:
    I’m trying to automate the process of comparing two document thrue the option document/compare document in Adobe Acrobat Pro based on a list of files on an excel spreadsheet. Do you know how to do this thru VB code or a command line argument?
    Thanks

    Compare is not exposed via any API.

  • Using Refcursor in Callable Statement without using the Oracle Drivers

    Hello all,
    Is there anyway to have a stored procedure (Oracle 8i) return a refcursor to my CallableStatement without using the Oracle Thin drivers (i'm now using jdbcodbc). I've tried registering my out parameter with every possible type i can think of...REF, JAVA_OBJECT, OTHER, etc. but with no luck.
    Help!!!!

    Certainly...I connect to the database using the
    jdbcodbc driver and when i execute any of the code, i
    get the following error:
    java.sql.SQLException: [Oracle][ODBC][Ora]ORA-06550:
    line 1, column 7:
    PLS-00306: wrong number or types of arguments in call
    to 'PVISUAL_GET'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    It's bombing on the line that i attempt to register
    OracleTypes.CURSOR. It works fine when i use the
    oracle thin drivers, but i want to get this puppy
    working with the JdbcOdbcDriver. Here's the code:
    CallableStatement dbCall =
    nt dbCall =
    (CallableStatement)connection.prepareCall("{ call
    PAK_VISUAL_GET.pvisual_get(?, ?, ?, ?, ?, ?) }");
    dbCall.setString(1, sessionKey);
    dbCall.setInt(2,
    l.setInt(2, Integer.parseInt(storedVizID));
    dbCall.registerOutParameter(3,
    arameter(3, OracleTypes.CURSOR);
    dbCall.registerOutParameter(4,
    arameter(4, OracleTypes.NUMBER);
    dbCall.registerOutParameter(5,
    arameter(5, OracleTypes.VARCHAR);
    dbCall.registerOutParameter(6,
    arameter(6, OracleTypes.NUMBER);
    dbCall.execute();when you don't use oracle thin driver, you cannot use the OracleTypes. but, instead use the java.sql.Types values.Replace dbCall.registerOutParameter(3, OracleTypes.CURSOR); with
    dbCall.registerOutParameter(3,java.sql.Types.OTHER). things should be fine.
    Ganesh

  • While using the Old syntax of outer join i encountered Ora-01719 error .

    This is quite strange when i used the Old way of using Outer Joins(+), i encountered the Ora-01719 error saying Outer Joins not allowed in Or and IN operator.Whereas when i use the ANSI sql i query gets executed without any error.Any idea what might be the reason..is it that i myself is making mistake.
    Please find the select statement below..
    SELECT d4.c2, d4.c8, vw_rpt_prod_ln_grp.prod_grp_desc, d4.c10, d4.c5, d4.c3,
    CASE
    WHEN d4.c6 = 'Closed'
    THEN d4.c6
    WHEN d4.c6 = 'Closed (w/o Action)'
    THEN d4.c6
    WHEN d4.c6 =
    'Closed, Supporting Process(es) Active'
    THEN d4.c6
    WHEN d4.c6 = 'Cancelled'
    THEN d4.c6
    WHEN t3.workflow_compnt_id = 1
    THEN 'Definition'
    WHEN t3.workflow_compnt_id = 2
    THEN 'Root Cause'
    WHEN t3.workflow_compnt_id = 3
    THEN 'Solution'
    WHEN t3.workflow_compnt_id = 4
    THEN 'Implementation'
    WHEN t3.workflow_compnt_id = 5
    THEN 'Feedback'
    WHEN t3.workflow_compnt_id = 9
    THEN 'Preliminary Root Cause'
    WHEN t3.workflow_compnt_id = 2001
    THEN 'Report'
    WHEN t3.workflow_compnt_id = 2002
    THEN 'Sent'
    WHEN t3.workflow_compnt_id = 2003
    THEN 'Add. Info Needed'
    WHEN t3.workflow_compnt_id = 2004
    THEN 'Open'
    WHEN t3.workflow_compnt_id = 2007
    THEN 'Solution Feedback'
    END issue_workflow_status,
    CASE
    WHEN d4.c6 = 'Closed'
    THEN 0
    WHEN d4.c6 = 'Closed (w/o Action)'
    THEN 0
    WHEN d4.c6 =
    'Closed, Supporting Process(es) Active'
    THEN 0
    WHEN d4.c6 = 'Cancelled'
    THEN 0
    ELSE t3.workflow_compnt_id
    END issue_workflow_status_code,
    d4.c6, d4.c9,
    CASE t3.issue_step_status_cd
    WHEN 'In Progress'
    THEN t3.step_target_submit_dt
    WHEN 'Needs Additional Information'
    THEN t3.step_target_submit_dt
    WHEN 'Awaiting Approval'
    THEN t3.step_target_closed_dt
    ELSE NULL
    END target_date,
    CASE
    WHEN CASE t3.issue_step_status_cd
    WHEN 'In Progress'
    THEN t3.step_target_submit_dt
    WHEN 'Needs Additional Information'
    THEN t3.step_target_submit_dt
    WHEN 'Awaiting Approval'
    THEN t3.step_target_closed_dt
    ELSE NULL
    END IS NULL
    THEN 'N'
    WHEN CASE t3.issue_step_status_cd
    WHEN 'In Progress'
    THEN t3.step_target_submit_dt
    WHEN 'Needs Additional Information'
    THEN t3.step_target_submit_dt
    WHEN 'Awaiting Approval'
    THEN t3.step_target_closed_dt
    ELSE NULL
    END < TRUNC (CURRENT_DATE)
    THEN 'Y'
    ELSE 'N'
    END step_is_late,
    t3.orig_user_full_nm, t3.champ_user_full_nm, t3.champ_org_nm,
    vw_rpt_defntn.modl_yr_nbr, vw_rpt_vpps_lvl.level1_vpps_desc,
    vw_rpt_vpps_lvl.level2_vpps_desc, vw_rpt_vpps_lvl.level3_vpps_desc,
    vw_rpt_vpps_lvl.level4_vpps_desc,
    Mv_RPT_CONCAT_ENGN_OPTN_ALL.concat_engn_optn,
    vw_rpt_incdnt_src_three_level.level1_incdnt_src_desc,
    vw_rpt_incdnt_src_three_level.level2_incdnt_src_desc,
    vw_rpt_incdnt_src_three_level.level3_incdnt_src_desc,
    vw_rpt_warranty_labr_code.concat_warranty_labr_code_desc, d4.c4, d4.c7,
    vw_cust_survey_type.cust_survey_type_desc,
    vw_complaint_ctg.complaint_ctg_cd,
    vw_prob_main_cause.prob_main_cause_desc, soltn_step.confidence_lvl_id,
    d4.c12, d4.c13
    FROM (SELECT DISTINCT vw_rpt_issue.project_id c0,
    vw_rpt_issue.prts_prod_ln_id c1,
    vw_rpt_issue.issue_id c2,
    vw_rpt_issue.disply_issue_nbr c3,
    vw_rpt_issue.issue_sevrty_cd c4,
    vw_rpt_issue.proj_nbr c5,
    vw_rpt_issue.issue_status_cd c6,
    vw_rpt_issue.primry_metric_score_nbr c7,
    vw_rpt_issue.issue_type_cd c8, vw_rpt_issue.title c9,
    vw_rpt_issue.prts_prod_ln_desc c10,
    vw_rpt_leadtime.issue_id c11,
    vw_rpt_leadtime.definition_start_dt c12,
    vw_rpt_leadtime.definition_close_dt c13,
    vw_rpt_leadtime.root_cause_start_dt c14,
    vw_rpt_leadtime.root_cause_close_dt c15,
    vw_rpt_leadtime.solution_start_dt c16,
    vw_rpt_leadtime.solution_end_dt c17,
    vw_rpt_leadtime.implementation_start_dt c18,
    vw_rpt_leadtime.implementation_close_dt c19,
    vw_rpt_leadtime.feedback_start_dt c20,
    vw_rpt_leadtime.feedback_end_dt c21,
    vw_rpt_leadtime.prc_start_dt c22,
    vw_rpt_leadtime.prc_end_dt c23,
    defntn_step.issue_id c24,
    defntn_step.workflow_compnt_id c25,
    defntn_step.complaint_ctg_id c26,
    defntn_step.contnmt_actn_plan_id c27,
    defntn_step.direct_run_imprvm_pct c28,
    defntn_step.direct_run_loss_pct c29,
    defntn_step.drive_type_id c30,
    defntn_step.driving_cond_id c31,
    defntn_step.eng_pgm_nbr c32,
    defntn_step.engn_serial_nbr c33,
    defntn_step.envrnmtl_cond_id c34,
    defntn_step.ergo_rating_id c35,
    defntn_step.evaltn_complt_pct c36,
    defntn_step.evaltn_procdr_id c37,
    defntn_step.gca_50_or_safety_issue_flag c38,
    defntn_step.gca_value_amt c39,
    defntn_step.gm_rating_id c40,
    defntn_step.hardware_stage_id c41,
    defntn_step.incdnt_discvrd_by_nm c42,
    defntn_step.incdnt_discvr_dept_nm c43,
    defntn_step.incdnt_discvr_ph_nbr c44,
    defntn_step.incdnt_first_rptd_dt c45,
    defntn_step.incdnt_src_id c46,
    defntn_step.intrnl_measmt_info_owner_nm c47,
    defntn_step.intrnl_measmt_plt_faclty_id c48,
    defntn_step.intrnl_measmt_rpt_dt c49,
    defntn_step.issue_clasfn_id c50,
    defntn_step.issue_ctg_id c51,
    defntn_step.issue_intgrtn_id c52,
    defntn_step.modl_yr_id c53,
    defntn_step.modl_yr_qtr_id c54,
    defntn_step.odmtr_msmt_unit_id c55,
    defntn_step.odmtr_rdng_msmt_unit_id c56,
    defntn_step.odmtr_rdng_nbr c57,
    defntn_step.odmtr_rdng_beginning_nbr c58,
    defntn_step.odmtr_rdng_ending_nbr c59,
    defntn_step.part_drblty_msmt_unit_id c60,
    defntn_step.part_drblty_nbr c61,
    defntn_step.part_test_msmt_unit_id c62,
    defntn_step.part_test_nbr c63,
    defntn_step.pe_me_trial_issue_flag c64,
    defntn_step.pim_nbr c65,
    defntn_step.plt_asmbly_doc_nbr c66,
    defntn_step.productivity_nbr c67,
    defntn_step.suspect_parts_avbl_flag c68,
    defntn_step.suspect_parts_loc_txt c69,
    defntn_step.trnsmn_serial_nbr c70,
    defntn_step.veh_ident_nbr c71,
    defntn_step.veh_proprt_nbr c72,
    defntn_step.veh_test_msmt_unit_id c73,
    defntn_step.veh_test_nbr c74,
    defntn_step.vpps_id_nbr c75,
    defntn_step.wrkstn_id c76,
    defntn_step.road_surface_id c77,
    defntn_step.cost_redctn_rpt_dt c78,
    defntn_step.cost_redctn_trackg_nbr c79,
    defntn_step.cost_redctn_type_id c80,
    defntn_step.cust_survey_dt c81,
    defntn_step.warnty_impct_rpt_dt c82,
    defntn_step.field_prod_rpt_nbr c83
    FROM (SELECT DISTINCT mv_rpt_issue_all.project_id
    project_id,
    mv_rpt_issue_all.prts_prod_ln_id
    prts_prod_ln_id,
    mv_rpt_issue_all.issue_id issue_id,
    mv_rpt_issue_all.disply_issue_nbr
    disply_issue_nbr,
    mv_rpt_issue_all.issue_sevrty_cd
    issue_sevrty_cd,
    mv_rpt_issue_all.proj_nbr proj_nbr,
    mv_rpt_issue_all.issue_status_cd
    issue_status_cd,
    mv_rpt_issue_all.primry_metric_score_nbr
    primry_metric_score_nbr,
    mv_rpt_issue_all.issue_type_cd
    issue_type_cd,
    mv_rpt_issue_all.title title,
    mv_rpt_issue_all.prts_prod_ln_desc
    prts_prod_ln_desc
    FROM mv_rpt_issue_all,
    vw_sec_acs_grp_proj acs_grp_proj
    WHERE acs_grp_proj.acs_grp_id IN
    (1,
    4,
    42,
    43,
    44,
    51,
    52,
    53,
    54,
    266,
    366,
    386,
    526,
    546,
    547,
    548,
    566,
    846,
    946,
    966,
    1006,
    1066,
    1087
    AND mv_rpt_issue_all.prts_prod_ln_id =
    acs_grp_proj.prts_prod_ln_id
    AND mv_rpt_issue_all.project_id =
    acs_grp_proj.project_id
    AND mv_rpt_issue_all.issue_type_cd =
    'Current Production') vw_rpt_issue,
    vw_rpt_leadtime,
    vw_defntn_step defntn_step
    WHERE vw_rpt_issue.issue_id = vw_rpt_leadtime.issue_id
    AND vw_rpt_issue.issue_id = defntn_step.issue_id) d4,
    vw_rpt_incdnt_src_three_level,
    vw_rpt_warranty_labr_code,
    vw_rpt_prod_ln_grp,
    (SELECT t1.issue_id issue_id, t1.workflow_compnt_id workflow_compnt_id,
    t1.issue_step_status_cd issue_step_status_cd,
    t1.step_target_closed_dt step_target_closed_dt,
    t1.step_target_submit_dt step_target_submit_dt,
    t1.orig_user_full_nm orig_user_full_nm,
    t1.champ_user_full_nm champ_user_full_nm,
    t1.champ_org_nm champ_org_nm
    FROM prts_syst.vw_rpt_issue_step_dtl_all t1
    WHERE t1.current_step_flag = 'Y') t3,
    vw_complaint_ctg,
    root_cause_step,
    vw_prob_main_cause,
    Mv_RPT_CONCAT_ENGN_OPTN_ALL,
    vw_rpt_vpps_lvl,
    soltn_step,
    vw_rpt_defntn_all vw_rpt_defntn,
    vw_cust_survey_impct_dtl cust_survey_impct_dtl,
    vw_cust_survey_type
    WHERE d4.c46 = vw_rpt_incdnt_src_three_level.level3_incdnt_src_id(+)
    Or d4.c46=vw_rpt_incdnt_src_three_level.level2_incdnt_src_id(+))
    And vw_rpt_incdnt_src_three_level.level3_incdnt_src_id IS NULL
    AND d4.c2 = vw_rpt_warranty_labr_code.issue_id(+)
    AND d4.c1 = vw_rpt_prod_ln_grp.prts_prod_ln_id(+)
    AND d4.c2 = t3.issue_id(+)
    AND d4.c26 = vw_complaint_ctg.complaint_ctg_id(+)
    AND d4.c2 = root_cause_step.issue_id(+)
    AND root_cause_step.prob_main_cause_id = vw_prob_main_cause.prob_main_cause_id(+)
    AND d4.c2 = Mv_RPT_CONCAT_ENGN_OPTN_ALL.issue_id(+)
    AND d4.c75 = vw_rpt_vpps_lvl.vpps_id_nbr(+)
    AND d4.c2 = soltn_step.issue_id(+)
    AND d4.c2 = vw_rpt_defntn.issue_id(+)
    AND d4.c2 = cust_survey_impct_dtl.issue_id(+)
    AND cust_survey_impct_dtl.cust_survey_type_id = vw_cust_survey_type.cust_survey_type_id(+)
    AND vw_rpt_prod_ln_grp.prod_grp_desc IN
    ('DB Admin', 'GM - All Vehicles', 'GMAP - DAT', 'GMAP - Holden')
    AND d4.c6 IN
    ('Cancelled',
    'Closed',
    'Closed (w/o Action)',
    'Closed, Supporting Process(es) Active',
    'Draft',
    'Open'
    );

    Hi,
    Maestro_Vineet wrote:
    This is quite strange when i used the Old way of using Outer Joins(+), i encountered the Ora-01719 error saying Outer Joins not allowed in Or and IN operator.Whereas when i use the ANSI sql i query gets executed without any error.Any idea what might be the reason..is it that i myself is making mistake.No, I don't think you're making any mistake. Some things are simply not allowed with the "+" outer-join syntax.
    There are work-arounds, but they are harder to code and slower to run than simply using ANSI syntax.
    I recommend always using ANSI syntax, especially for outer joins.

  • THE CHARACTER (  '  )

    HELLO EVERYONE,
    i need to replace ,in a name,  the character ( ' )  by a sapce, i try to use the instruction TRANSLATE but what's the word for ( ' ) because it's will not work if i use the character  .
    thank you.

    hii
    try using below code
    DATA:
    wa_val(13) TYPE c VALUE 'SAP''ABAP'.
    replace '''' with space into wa_val.
    WRITE: / wa_val.
    regards
    twinkal

  • How do I type diacritics when using the Hebrew phonetic keyboard?

    I have a Romanian keyboard layout and as I am currently learning Hebrew, I find it easier to remember where each letter is if I use the phonetic layout instead of the classic layout. My question is how do I use this layout to efficiently insert diacritics. I am currently using the character viewer but it's painfully slow. I tried to search for a tutorial but I can't seem to find one anywhere. Any help is highly appreciated.

    I can't help with Hebrew, but perhaps it works the same as on the English keyboard. If you type opt+e you get an accent aigu highlighted in yellow. You can then type another character that would have have that accent (a, e, o, etc). The combined letter will be formed.
    A little searching and I found [this|http://forum.redlers.com/viewtopic.php?f=2&t=2317]. Apparently it is letter + opt-number.

  • Setup transactional replication with pull subscription using the option @allow_initialize_from_backup

    I am trying to setup  transactional replication with pull subscription using the option @allow_initialize_from_backup = true and I am a bit confused on steps involved because at teh end of setup it shows ‘uninitialized subscriber’ in replication
    monitor.
    Publisher, distributor and subscriber are three separte SQL server 2008 R2 servers.
    I executed below steps -
    On publisher SQL server executed sp_addpublication with  options @immediate_sync ='true and   @allow_initialize_from_backup = true  
    On publisher SQL server executed  sp_addarticle to add the articles
    On distribution  SQL server disabled distribution cleanup agent and stopped the distribution cleanup job
    On publisher SQL server created full backup of the publication db
    On subscriber SQL server restored above backup with recovery
    On publisher  executed  sp_addsubscription using options  @subscription_type = N'pull', and @sync_type = N'initialize with backup'
    On subscriber  executed  sp_addpullsubscription  using options  @independent_agent = N'True',@subscription_type = N'pull',@description = N'',@update_mode = N'read only',@immediate_sync = 1
    On distribution  SQL server enabled distribution cleanup agent and started the distribution cleanup job
    At the end of these steps it shows ‘uninitialized subscriber’ in replication monitor.  What am I doing wrong ?
     In the above steps what is the difference between sp_addsubscription and sp_addpullsubscription ? 
    When I setup transactional replication with push subscription using the option @allow_initialize_from_backup = true, I only execute sp_addsubscription on publisher.
    Ravi Kumar

    After the step 7 did you create the  "Pull Subscription Agent" by running the below stored procedure?
    EXEC sp_addpullsubscription_agent
    http://msdn.microsoft.com/en-us/library/ms147834.aspx - Step 6
    "(Optional) For a pull subscription, execute sp_addpullsubscription (Transact-SQL) and
    sp_addpullsubscription_agent (Transact-SQL) at the Subscriber on the subscription database. For more information, see
    Create a Pull Subscription."
    Check this article for step by step with example-
    http://www.sqlpassion.at/archive/2012/08/05/initialize-a-transactional-replication-from-a-database-backup/ The only thing in this article is it uses immediate_sync to be false, where as BOL says to keep it true when allow_initilize_from_backup is true.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

Maybe you are looking for