SYNTAX error please refres data.

spool on to 'E:\Batch\Apps\TOG_DET\Logs\replication.out';
login xyz xyz on alawdin3000.xxx.com;
refresh replicated partition TOG_DET.GLDetail to WFStest.COMBINED at alawdin3000.xxx.com all data;
spool off;
it says syntax error as' . ' Could any one help me how to fix that. I tried in many many ways.
Regards
Kumar
Edited by: user9252492 on May 12, 2010 6:41 AM

as Glenn Mentioned try putting a single quote around the Host alias that you are using
'alawdin3000.xxx.com'
If that doesn't work I would try using the host name or the IP name instead.
There is a section in the tech ref about using host names when doing transparent partioning, which to me implies (if they have a section devoted to it) that their may be issues around it.
Using Host Name Aliases When Partitioning
If you want to use network aliases for the data source or data target names, you must make sure that the aliases are propagated to all computers on your system. Otherwise, use the full server name.
To propagate an alias to all the computers on your system, edit the /etc/hosts file (on UNIX systems) or the %WINDIR%/system32/drivers/etc/hosts file (on Windows systems), adding an entry with the IP address, followed by the host name, followed by the alias.
For example, if you want to use an alias abcdefg.hijk.123 for a system with host name hostname.domainname having IP address 172.234.23.1, then the host file entry should be:
172.234.23.1 hostname. domainname abcdefg.hijk.123
In case of multiple aliases, append the aliases following the hostname. For example, if you want to use multiple aliases abcdefg.hijk.123 and lmnopqrs.tuvw.456 for a system with host name hostname.domainname having IP address 172.234.23.1, then the host file entries should be:
172.234.23.1 hostname. domainname abcdefg.hijk.123 lmnopqrs.tuvw.456
172.234.23.1 hostname. domainname lmnopqrs.tuvw.456 abcdefg.hijk.123
Notes
Do not use localhost as an alias to specify source and target server names.
The user should have root or admin privileges for the system to edit the hosts file.
See Also

Similar Messages

  • URGENT : Error: Please create data processing function module

    Hi
    I am getting the folloiwng error
    "Please create data processing function module" in table maintainence.
    It is working fine in dev environment but not in QA and production.
    Pleae help.
    Regards
    Kalpesh

    Hi Kalpesh,
       I see it is something to do with the naming convention used in the quality and production system. These must have been setup differently compared to ur development system. So check with different naming conventions.
    Reward points if helpful.
    Cheers
    Shafiq

  • LSMW - inforecord / material master - syntax error when converting data

    Hi all,
    I used LSMW for classification uploads (material master, vendor master) so far - it was easy :-). But..I tried to create/update inforecords by object 0060, method 0000, program RM06IBI0. I declared source structure, source fields, field mappings and conversion rules (in my batch input I use only fields which we defined as required for infrecs.), files etc. LSMW reads the data but when I try Convert data - the is syntax error in program /1CADMC/SAP_LSMW_CONV_00000018 and dump with message "For type "C", a maximum length specification of 65535 is allowed." When I tried to create material master (object 0020, method 0000), Convert data command worked the same.
    Any help would be appreciated. (? sample from your batch input file which works well to compare)
    Tomas

    Hi Tomas,
    Please do me a favor. In the initial screen of LSMW, there is a pushbutton for 'Personal Menu'. Once you press that it will pop-up a screen with a bunch of checkboxes. Select the checkbox for 'Display Conversion Program' and press enter. Now you should see the 'Display Conversion Program' option in your initial screen. Select that and go into the conversion program. Put a break-point in the conversion program on the statement 'perform execute_data_conversion.'.
    Debug it and find out exactly where the error is occuring. Perhaps that will help you figure out what the error is, if not, let the forum know where you hit the error. Even looking at the dump, you should get more information.
    Srinivas

  • Syntax error after convert data : LSMW

    Hi,
      I am doing a LSMW for MM01. After the convert data step I get the following syntax error:
    The following syntax error was found in program
    /1CADMC/SAP_LSMW_COMV_00000168
    For typr "C", a max length specification of 65535 is allowed.
    Can anybody help me in figuring out where I am going wrong.
    Thanks,
    Nilesh

    just execute ur lsmw in this, there is tab button user menu next to execute button , click on that , u come across a pop screen where u have a check box in that just select generate conversion program and display conversion program. and press enter.
    afterwards select the radio button generate conversion program , it will shows the program in this do systax check. u will findout the error .
    do syntax check by running step generate conversion programe,
    and also check source fields step , r u giving correct length or not for each field.
    Thanks
    null

  • Assistance with syntax error please

    this line of AS is giving me a syntax error and I cannot
    figure out the reason, requesting assistance please
    var mclListener.onLoadInit =
    function(target_mc:MovieClip):Void {
    target_mc.setMask(mask_mc);
    TIA

    thanks that resolved my error, but the script isn't working
    as expected. I am practicing from a book with AS 2.0 tutorials and
    this code is supposed to produce a mask from a movie clip over an
    image, but doesn't for me.
    I create a square on frame 1, make it a movie clip with the
    instance name of mask_mc and add this AS to frame 1.
    System.security.allowDomain.allowDomain("
    http://www.helpexamples.com");
    this.createEmptyMovieClip("img_mc", 10);
    mclListener.onLoadInit = function(target_mc:MovieClip):Void {
    target_mc.setMask(mask_mc);
    var my_mcl:MovieClipLoader = new MovieClipLoader();
    my_mcl .addListener(mclListener);
    my_mcl .loadClip("
    http://www.helpexamples.com/flash/images/image1.jpg",
    img_mc);
    my external jpg isn't getting masked by the MC....any
    ideas?

  • Cant edit syntax error, please help!

    New to dreamweaver and intergrating a wordpress blog into my site and I got a syntax error. The problem and question is how do i fix the error. Everytime i try to edit it or delete something the program dosent let me. Any help would be greatly appreciated. Below you will see i marked line 55 below.
    <?php
    * The main template file.
    * This is the most generic template file in a WordPress theme
    * and one of the two required files for a theme (the other being style.css).
    * It is used to display a page when nothing more specific matches a query.
    * E.g., it puts together the home page when no home.php file exists.
    * Learn more: http://codex.wordpress.org/Template_Hierarchy
    * @package WordPress
    * @subpackage Twenty_Eleven
    get_header(); ?>
    <div id="wrapper">
      <div id="main_content"><!-- InstanceBeginEditable name="Page Title" -->
        <div id="maincontent_heading">
          <h2>Page Title</h2>
        </div>
      <!-- InstanceEndEditable --><!-- InstanceBeginEditable name="content" -->
      <div id="content"><?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
    <small><?php the_time('F jS, Y') ?> <!– by <?php the_author() ?> –></small>
    <div>
    <?php the_content('Read the rest of this entry &raquo;'); ?>
    </div>
    <p><?php the_tags('Tags: ', ', ', '<br />'); ?> Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', ", ' | '); ?> <?php comments_popup_link('No Comments &#187;', '1 Comment &#187;', '% Comments &#187;'); ?></p>
    </div>
    <?php endwhile; ?>
    <div>
    <div><?php next_posts_link('&laquo; Older Entries') ?></div>
    <div><?php previous_posts_link('Newer Entries &raquo;') ?></div>
    </div>
    <?php else : ?>
    <h2>Not Found</h2>
    <p>Sorry, but you are looking for something that isn't here.</p>
    <?php get_search_form(); ?>
    <?php endif; ?>
    </div>
      <!-- InstanceEndEditable --></div>
      <div id="sponsors_bar">      -----------------> this is the line its calling a syntax error
        <div id="sponsor_heading">
          <h3>Sponsors</h3>
        </div>
        Logos go here </div></div>
    </div>
    <?php get_footer(); ?>

    hi,
    thanks, i have done it, it is my orIginal bean
    package sources.bean;
    import javax.faces.model.*;
    import javax.faces.context.*;
    import java.util.*;
    public class LIC3330 {
         private SelectItem[] catItem;
         private String[] ramoCode;
         private int currentCat;
         final String USER = "aspnet4sql";
         final String PASSWORD = "sql2aspnet";
         public LIC3330() {
              FacesContext context = FacesContext.getCurrentInstance();
              ExternalContext app = context.getExternalContext();
              Map sessionMap = app.getSessionMap();
              Map ramoNameMap = (Map) sessionMap.get("ramoNameMap");
              Vector ramoCodeVec = (Vector) sessionMap.get("ramoCodeVec");
              catItem = new SelectItem[ramoNameMap.size()];
              ramoCode = new String[ramoNameMap.size()];
              for (int i = 0; i < ramoNameMap.size(); i++) {
                   String ramoName = (String) ramoNameMap.get(ramoCodeVec.get(i));
                   String rc = (String) ramoCodeVec.get(i);
                   ramoCode[i] = rc;
                   catItem[i] = new SelectItem(i, ramoName);
         public int getCurrentCat() {
              return currentCat;
         public void setCurrentCat(int currentCat) {
              this.currentCat = currentCat;
         public SelectItem[] getCatItem() {
              return catItem;
    and the constructor is sure work, coz i use in the other bean, it work well, although i remove the constructor here, it show me an empty page without any error message. i'm really doubt of it.
    emmy.ma

  • SYNTAX ERROR - Meterial Master Data access

    Hai Everyone,
        My development server is have some problem. the problem is i try to access some material master data transaction like MM11,  ME01, MIGO like the systax error come in to screen.
    INCLUDE report "/CBAD/SD_SFWS_SC1_CHK=========E" not found"
    duing on  CALL FUNCTION 'MATERIAL_READ_INIT' in my dump screen.
    Edited by: rajmurugan on Sep 3, 2011 6:31 AM
    Edited by: rajmurugan on Sep 5, 2011 5:55 AM

    please check whether there is some enhancement spot/point or modification in the system. other things to check could be a recent note implementation etc

  • Syntax error in reading data from another DSO

    Hi all,
    I have written a end routine to read business area from another dso the code is as follows.
    DATA:lw_c_wa type tys_TG_1-BUS_AREA.
        LOOP AT RESULT_PACKAGE ASSIGNING -BUS_AREA  = lw_c_wa-bus_area.
          refresh lw_c_wa.
               ENDIF.
        endloop.
    but i am getting the following error:
    E:"FROM ...", "CONNECTION ...", "BYPASSING BUFFER", "PACKAGE SIZE ...",
    or "UP TO ... ROWS" expected after "LW_C_WA".
    i am not able to debug this.
    Pls any input on this.
    Regards,
    suyash

    Try to debug using DTP. (Goto DTP ---> Execute Tab ---> Choose processing mode as "Serially in Dialog Process (For Debugging).
    Or goto transformation -
    > Extras --> Display generated code ---> put a break point here and execute the DTP. Then you can debug the code.

  • URL object syntax error - please help!

    Hi,
    I am trying to add sound to my applets, i am using the URL object and declared an new object called mysong etc... Java compiler is not letting me assign url vale to my object "mysong" code is below for reference:
    <b>code:</b>
    // Use the absolute URL of the sound file
    URL oursong = new URL;
    oursong = "http://www.servername.net/media/sound.mp3";                                    
    AudioClip a = getAudioClip(oursong);<b>error desc:</b>
    /tmp/4230/spaceinvader.java:186: '(' or '[' expected
                                            URL oursong = new URL;
                                                                 ^whats the correct syntax for what im trying to do? - Thank you very much...

    oh, just to clarify some more. I tried doing this change to the source:
    URL oursong = new URL("songname.mp3");
    well this time i got this error:
    /tmp/8154/spaceinvader.java:186: unreported exception java.net.MalformedURLException; must be caught or declared to be thrown
                                            URL oursong = new URL("songname.mp3");

  • Cannot transport from quality to production due to syntax error

    Hi all,
    I have modified the program in Development system in which i have added on field to the internal table structure. Internal table is declared in the top include of the program. Now the program is transported to the Quality server which ends with the error for top include as"Original object cannot be replaced". But when i check the top include in quality server, the field which i have added is available. Now for transporting to production server, it ends by syntax error saying "The data object ITAB does not have a component called <field>".
    Please guide me for the above error.
    Thanks & Regards
    Akshay Korade

    >
    Akshay Korade wrote:
    > The production system contains the version before the changes and the error comes while transporting to production system. So the changes are not reflected in the production system.
    I've been doing SAP for a while and I can tell you, definitively, that syntax errors do not prevent import.
    >All the includes are activated and free from syntax errors in quality system.
    >Now for transporting to production server, it ends by syntax error saying "The data object ITAB does not have a component called <field>".
    If there are no syntax errors in quality, then where is that syntax error showing?  It must be in production.  It will be an inactive version in production that has the syntax error.  Go into production, try to activate the program.  Activation will fail because of the syntax error.
    You get the syntax error because the defintion has not made it into P.  If you transport the whole program, as R3TR PROG zprog, and have the correct flags set on import to overcome the message "Original object cannot be replaced", then your problem will be solved.
    matt

  • Using Formula in Pages Table (Syntax error)

    I thought this would be simple, but I get a syntax error:
    My Table
    Date Start Date End Bytes Redo Rate (Mbps)
    20/06/2010 11:00:00 PM 21/06/2010 03:00:00 AM 850,648,576 0
    21/06/2010 11:00:00 PM 22/06/2010 03:00:00 AM 561,487,360 0.4456
    22/06/2010 11:00:00 PM 23/06/2010 03:00:00 AM 486,454,784 0.3860
    23/06/2010 11:00:00 PM 24/06/2010 03:00:00 AM 1,239,929,344 0.9840
    24/06/2010 11:00:00 PM 25/06/2010 03:00:00 AM 1,365,600,256 1.0838
    In the Redo Rate column I want a simple formula: ((C2/0.7)*8)/1000000
    The current value in the last column I hand calculated, but the 0 (zero) is where the formula is supposed to be.
    I enter it using Formula Editor as: =((C2 / 0.7) * 8) / 1000000 -- and there is the syntax error...
    Can someone please help me... this was supposed to be simple...
    Using Page '09
    Thanks in advance for your attention and replies.
    Andries

    Here it behaves flawlessly.
    I inserted the Bytes values without the thousands separators then applied the separators.
    I'm running a French system so I can't test the behaviour of the English format.
    I'm not sure that you are allowed to enter the commas by yourself.
    Check if the cells are deciphered as Numbers.
    I guess that they are treated as text.
    Yvan KOENIG (VALLAURIS, France) mercredi 30 juin 2010 14:06:38

  • Syntax error in program "SAPLOCS_LOG ". for SPAM

    Hi  Team ,
    I have updated SPAM from 730 45 to 730 51 after that i am trying to update SPS from spam , it is throwing the  below error .
    Category          
    ABAP Programming Error
    Runtime Errors    
    SYNTAX_ERROR
    ABAP Program      
    SAPLOCS_LOG
    Application Component  BC-UPG-OCS
    Date and Time     
    07.04.2014 18:21:55
    Short text
        Syntax error in program "SAPLOCS_LOG ".
    What happened?
        Error in the ABAP application program.
        The current ABAP program "SAPLOCS_UI" had to be interrupted because it contains
        a statement that cannot be executed.
        In the include "LOCS_LOGU15 " in the line 97 of program "SAPLOCS_LOG " the
         following syntax
        errors occur:
        "The data object "LS_PATHISTQ" does not have a component called "PRE_VR"
        "S"."
        Author and last person to change the include are:
        Author "SAP "
        Last changer "SAP "
    Error analysis
        The following syntax error was found in the program SAPLOCS_LOG :
        "The data object "LS_PATHISTQ" does not have a component called "PRE_VR"
        "S"."
    Help is much appreciated .
    Thanks,
    Pradeep.

    Hi ,
    After full restart of the system also there is no use , even i tried to upgrade to 52 .
    It is throwing dump .
    Category          
    ABAP Programming Error
    Runtime Errors    
    SYNTAX_ERROR
    ABAP Program      
    SAPLOCS_LOG
    Application Component  BC-UPG-OCS
    Date and Time     
    07.04.2014 23:32:43
    Short text
    Syntax error in program "SAPLOCS_LOG ".
    What happened?
    Error in the ABAP application program.
    The current ABAP program "SAPLOCS_UI" had to be interrupted because it contains
    a statement that cannot be executed.
    In the include "LOCS_LOGU15 " in the line 97 of program "SAPLOCS_LOG " the
    following syntax
    errors occur:
    "The data object "LS_PATHISTQ" does not have a component called "PRE_VR"
    "S"."
    Author and last person to change the include are:
    Author "SAP "
    Last changer "SAP "
    Help is really much appreciated ..
    Thanks,
    Pradeep.

  • Syntax error "$P0000E0 ".

    Syntax error in program "$P0000E0 ".                                                          |
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "SAPLV61B" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "$P0000E0 " in include "$P0000E0
    " in
    line 0:
    "The program "$P0000E0" is not Unicode-compatible, according to its pro"
    "gram attributes."
    |    " "

    Hi,
    this syntax error occurs when you try to run a tcode or its occuring at runtime....
    if its a syntax error please do let us know the tcode you are using
    if its a runtime error , when does it occur like is it occuring dynamically or everytime to perform some task it happens...
    Regards,
    Siddarth

  • Pivot tables and charts error: Please load datasource first

    hi all,
    i am getting a error: please load data source first in rtf template , only for pivot table and charts(note: normal tables and fields i can insert )
    Please help me with this.
    Thanks and Regards
    Prakhar

    Well... if you think and try long enough, you may find the solution .
    The core problem is to reference to queried values not shown in the table/chart. And there IS a solution.
    Just use...
    NoFilter(RelativeValue([measure prior year_1];([year/month]);-12))
    ... instead of
    RelativeValue([measure prior year_1];([year/month]);-12)
    NoFilter enables RelativeValue to reference to values not present in a table or chart, but available in the report .
    From there on, you can define e.g. the starting point of the category axis of a chart by defining a local filter without losing values to be referenced .

  • Syntax error in variant configuration

    invariant  configuration when we do ct04 and after 10 in a bar we write the $s and fill in the charachteristic i am getting a syntax error.please help .why syntax error at this stage

    Hello,
    There are different kind of dependencies... check this syntax format for pricing characteristic..
    $SELF.ZPRICE = 'RED 100' IF COLOUR = RED
    AND CC = 100.
    In this dependency ZPRICE is the characteristic for pricing, RED and CC are the characteristics for the variant.
    Prase

Maybe you are looking for

  • Path to file from which window has been opened

    If one opens a TextEdit file on a volume other than the startup volume, a window opens using the TextEdit application installed on the Startup volume. (At least, that's my conclusion as to what happens). At that point, both 'windows of application "T

  • I am in ****

    About 2 weeks ago I ordered an Imac, software, external hard drive, and a few other things totaling about $3,100. Because of a mistake at Apple my order was duplicated. I used a debit card folks. Two of everything began arriving at my door and OUT of

  • Getting the last active number purchasing info record

    Hi, I was trying to get the last active number of the purchasing info record. As in the ME21N, while creating a purchase order, once we have entered the material number, the system automatically returns the adequate number of the info recored, but I

  • Lumia phone problem

    Lumia phone has a many problem like Bluetooth file saving, video sharing , lake of application due to windows phone over security please make window phone as window pc

  • I NEED HELP!!!!!!!!! Camera Photos vs. downloads etc plus hardrive help

    Hello! I am a student and need some help. I really don't understand computers at all, so my probelms are probably the most basic answers. Anyways here's the latest and greatest: 1.I have a fujifilm finepix camera that has been doing fine loading pict