BI work mandant

Hello.
I want to start transaction RSA1 on ECC in mandant, different from default 001. I have changed table RSADMINA, but now i get the following message when starting transaction in client 100:
Logical system name has been changed for this system
Logical system name has been changed for this system
Message no. R3206
Diagnosis
The logical system name of this system is TRNCLNT100. However, this system was originally created with the logical system name TRNCLNT001. It is not permitted to change the logical system name, as connections to other systems will be damaged beyond repair.
System Response
The transaction is canceled.
Procedure
Change the name of the logical system (table T000) for client  back to TRNCLNT001. This enables you to continue working with the system.
If you really want to change the logical name, than you can, if and when you:
change the system name back to TRNCLNT001,
delete all existing connections between this system and other systems,
delete all transfer structures that still exist, and
do not use ALE or Workflow.
Can anybody advice me what to do ?
Thanks.

Evgeniy,
Different to R/3, BW doesn't allow to have more than one client in the same system instance.
I wouldn't recommend you changing the logical system name and client number of an "already live" BW system since all settings are done around this. That's why you get all those messages. And most probably you won't be able to connect to R/3 since client 100 is unknown to it (Even the IDoc Types are linked to the specific system names)
It's not as simple as changin a value in a table.
Check with your Basis guys about what you want to do. I'd suggest creating another BW client but if you really want to change this one, make sure you work with them and get ready for some lenghty work and testing...
Regards,
Luis

Similar Messages

  • Condition types for works tax, SDT,MANDI TAX

    Hi All,
              are there any condition types for the following:
    Mandi Tax,
    other taxes(any other taxes)
    state development taxes,
    works tax
    entry tax
    it is required to create condition types and put in pricing schema in po or these condition types are defined in tax code and are copied in pricing procedure.
    thanks and regards

    thanks for giving your valuable time,
    We are on ECC 6.0, and these conditions are not appearing in the condition table. I could not go thru these conditions. I referred the SAP NOTE NO 9552289, validity since 8.1.2007 where in the attachment of TAXINN with screen shot is there.
    Further clarification
    In the forum it was mentioned JVRD - VAT Non deductible and JVCS - CST deductible, is it a typing error. My writing is not for pointing you as wrong, but for taking the understanding.
    I appreciate your knowledge and great understanding on subject.
    regards

  • Photoshop cc14 and lightroom installed and working, but when starting creative cloud program it says: No program installed, mand only shows old programs like PS6 to install

    Hello there!
    When I start the creative cloud, I get the information that no programs are installed and I can download PS6. But I have installed the latest versions of photoshop and lightroom working properly.
    My System is a windows 7 64Bit PC.
    I had to deinstall the creative cloud program because it didn´t react some days ago. Then I installed it again and now I have this wron behaviour.
    Does anybody know how to adapt the creative cloud program correctly?
    Thanks in advance
    Andreas

    Make sure that you had not changed the language on Creative Cloud desktop
    Also try to perform below steps
    On Creative Cloud desktop top Right side click on  Gear icon and Quit Creative Cloud App
    Then Right click on Creative Cloud desktop shortcut and choose properties.
    Then Click on compatibility tab
    Under compatibility mode ""Make sure "Run this program in  compatibility  mode for " box is unchecked.
    If it is checked, uncheck it and click on Apply, Ok. Then launch Creative Cloud App and try.

  • Gcc not working with compiled glibc from PKGBUILD

    hello folks, please excuse my english
    i like to compile certain parts of my system, between them are the kernel, glibc , zsh, etc.
    i had noticed that using a compiled version of glibc from abs results in gcc not working at all ( C compiler cannot create executables logs says). this is weird especially because i hadn't had problems before, i have looked for the error mesagges on Google and a lot of people has had this problem but  nobody has a "generic" solution for this
    this is the config.log file from one failed compile of mpg123
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by mpg123 configure 1.12.3, which was
    generated by GNU Autoconf 2.65. Invocation command line was
    $ ./configure --prefix=/usr --with-audio=alsa esd sdl
    ## Platform. ##
    hostname = Soul
    uname -m = x86_64
    uname -r = 2.6.34.1
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Tue Jul 6 23:23:17 CLT 2010
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = x86_64
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /bin
    PATH: /usr/bin
    PATH: /usr/local/bin
    PATH: /sbin
    PATH: /usr/sbin
    PATH: /usr/local/sbin
    PATH: /usr/share/java/apache-ant/bin
    PATH: /usr/lib/perl5/core_perl/bin
    ## Core tests. ##
    configure:2849: checking build system type
    configure:2863: result: x86_64-unknown-linux-gnu
    configure:2883: checking host system type
    configure:2896: result: x86_64-unknown-linux-gnu
    configure:2933: checking for a BSD-compatible install
    configure:3001: result: /bin/install -c
    configure:3012: checking whether build environment is sane
    configure:3062: result: yes
    configure:3203: checking for a thread-safe mkdir -p
    configure:3242: result: /bin/mkdir -p
    configure:3255: checking for gawk
    configure:3271: found /bin/gawk
    configure:3282: result: gawk
    configure:3293: checking whether make sets $(MAKE)
    configure:3315: result: yes
    configure:3402: checking for -Werror in CFLAGS (It breaks tests)
    configure:3412: result: no
    configure:3423: checking if you are up to something totally static with LDFLAGS/CFLAGS
    configure:3443: result: no
    configure:3463: checking for style of include used by make
    configure:3491: result: GNU
    configure:3561: checking for gcc
    configure:3577: found /usr/bin/gcc
    configure:3588: result: gcc
    configure:3817: checking for C compiler version
    configure:3826: gcc --version >&5
    gcc (GCC) 4.5.1
    Copyright (C) 2010 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:3837: $? = 0
    configure:3826: gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --disable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
    Thread model: posix
    gcc version 4.5.1 (GCC)
    configure:3837: $? = 0
    configure:3826: gcc -V >&5
    gcc: '-V' option must have argument
    configure:3837: $? = 1
    configure:3826: gcc -qversion >&5
    gcc: unrecognized option '-qversion'
    gcc: no input files
    configure:3837: $? = 1
    configure:3857: checking whether the C compiler works
    configure:3879: gcc -march=amdfam10 -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x12): undefined reference to `__libc_csu_fini'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x19): undefined reference to `__libc_csu_init'
    collect2: ld returned 1 exit status
    configure:3883: $? = 1
    configure:3921: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "mpg123"
    | #define PACKAGE_TARNAME "mpg123"
    | #define PACKAGE_VERSION "1.12.3"
    | #define PACKAGE_STRING "mpg123 1.12.3"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE_URL ""
    | #define PACKAGE "mpg123"
    | #define VERSION "1.12.3"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3926: error: in `/var/abs/local/mpg123/src/mpg123-1.12.3':
    configure:3930: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_build=x86_64-unknown-linux-gnu
    ac_cv_env_CCASFLAGS_set=
    ac_cv_env_CCASFLAGS_value=
    ac_cv_env_CCAS_set=
    ac_cv_env_CCAS_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=amdfam10 -O2 -pipe'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_ESD_CFLAGS_set=
    ac_cv_env_ESD_CFLAGS_value=
    ac_cv_env_ESD_LIBS_set=
    ac_cv_env_ESD_LIBS_value=
    ac_cv_env_JACK_CFLAGS_set=
    ac_cv_env_JACK_CFLAGS_value=
    ac_cv_env_JACK_LIBS_set=
    ac_cv_env_JACK_LIBS_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,--as-needed'
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_PULSE_CFLAGS_set=
    ac_cv_env_PULSE_CFLAGS_value=
    ac_cv_env_PULSE_LIBS_set=
    ac_cv_env_PULSE_LIBS_value=
    ac_cv_env_SDL_CFLAGS_set=
    ac_cv_env_SDL_CFLAGS_value=
    ac_cv_env_SDL_LIBS_set=
    ac_cv_env_SDL_LIBS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_host=x86_64-unknown-linux-gnu
    ac_cv_path_install='/bin/install -c'
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_make_make_set=yes
    ## Output variables. ##
    ACLOCAL='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run aclocal-1.11'
    AIX_CFLAGS=''
    AIX_LDFLAGS=''
    AIX_LIBS=''
    ALIB_CFLAGS=''
    ALIB_LDFLAGS=''
    ALIB_LIBS=''
    ALSA_CFLAGS=''
    ALSA_LDFLAGS=''
    ALSA_LIBS=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run tar'
    API_VERSION='25'
    AR=''
    ARTS_CFLAGS=''
    ARTS_LDFLAGS=''
    ARTS_LIBS=''
    AS=''
    AUTOCONF='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run autoconf'
    AUTOHEADER='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run autoheader'
    AUTOMAKE='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run automake-1.11'
    AWK='gawk'
    CC='gcc'
    CCAS=''
    CCASDEPMODE=''
    CCASFLAGS=''
    CCDEPMODE=''
    CFLAGS='-march=amdfam10 -O2 -pipe'
    COREAUDIO_CFLAGS=''
    COREAUDIO_LDFLAGS=''
    COREAUDIO_LIBS=''
    CPP=''
    CPPFLAGS=''
    CYGPATH_W='echo'
    DECODER_LOBJ=''
    DECODER_OBJ=''
    DEFS=''
    DEPDIR='.deps'
    DLLTOOL=''
    DSYMUTIL=''
    DUMMY_CFLAGS=''
    DUMMY_LDFLAGS=''
    DUMMY_LIBS=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ESD_CFLAGS=''
    ESD_LDFLAGS=''
    ESD_LIBS=''
    EXEC_LT_LDFLAGS=''
    EXEEXT=''
    FGREP=''
    GREP=''
    HAVE_AIX_FALSE=''
    HAVE_AIX_TRUE=''
    HAVE_ALIB_FALSE=''
    HAVE_ALIB_TRUE=''
    HAVE_ALSA_FALSE=''
    HAVE_ALSA_TRUE=''
    HAVE_ARTS_FALSE=''
    HAVE_ARTS_TRUE=''
    HAVE_COREAUDIO_FALSE=''
    HAVE_COREAUDIO_TRUE=''
    HAVE_DUMMY_FALSE=''
    HAVE_DUMMY_TRUE=''
    HAVE_ESD_FALSE=''
    HAVE_ESD_TRUE=''
    HAVE_HP_FALSE=''
    HAVE_HP_TRUE=''
    HAVE_JACK_FALSE=''
    HAVE_JACK_TRUE=''
    HAVE_MINT_FALSE=''
    HAVE_MINT_TRUE=''
    HAVE_MODULES_FALSE=''
    HAVE_MODULES_TRUE=''
    HAVE_NAS_FALSE=''
    HAVE_NAS_TRUE=''
    HAVE_OPENAL_FALSE=''
    HAVE_OPENAL_TRUE=''
    HAVE_OS2_FALSE=''
    HAVE_OS2_TRUE=''
    HAVE_OSS_FALSE=''
    HAVE_OSS_TRUE=''
    HAVE_PORTAUDIO_FALSE=''
    HAVE_PORTAUDIO_TRUE=''
    HAVE_PULSE_FALSE=''
    HAVE_PULSE_TRUE=''
    HAVE_SDL_FALSE=''
    HAVE_SDL_TRUE=''
    HAVE_SGI_FALSE=''
    HAVE_SGI_TRUE=''
    HAVE_SNDIO_FALSE=''
    HAVE_SNDIO_TRUE=''
    HAVE_SUN_FALSE=''
    HAVE_SUN_TRUE=''
    HAVE_WIN32_FALSE=''
    HAVE_WIN32_TRUE=''
    HP_CFLAGS=''
    HP_LDFLAGS=''
    HP_LIBS=''
    INCLUDE_STDIO_H=''
    INCLUDE_STDLIB_H=''
    INCLUDE_SYS_TYPE_H=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    JACK_CFLAGS=''
    JACK_LDFLAGS=''
    JACK_LIBS=''
    LD=''
    LDFLAGS='-Wl,--hash-style=gnu -Wl,--as-needed'
    LFS_LOBJ=''
    LIBMPG123_VERSION='25:5:25'
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    LT_LDFLAGS='-export-dynamic'
    MAKEINFO='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/missing --run makeinfo'
    MINT_CFLAGS=''
    MINT_LDFLAGS=''
    MINT_LIBS=''
    MKDIR_P='/bin/mkdir -p'
    MODULE_OBJ=''
    NAS_CFLAGS=''
    NAS_LDFLAGS=''
    NAS_LIBS=''
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OPENAL_CFLAGS=''
    OPENAL_LDFLAGS=''
    OPENAL_LIBS=''
    OS2_CFLAGS=''
    OS2_LDFLAGS=''
    OS2_LIBS=''
    OSS_CFLAGS=''
    OSS_LDFLAGS=''
    OSS_LIBS=''
    OTOOL64=''
    OTOOL=''
    OUTPUT_CFLAGS=''
    OUTPUT_LDFLAGS=''
    OUTPUT_LIBS=''
    OUTPUT_MOD=''
    OUTPUT_OBJ=''
    PACKAGE='mpg123'
    PACKAGE_BUGREPORT='[email protected]'
    PACKAGE_NAME='mpg123'
    PACKAGE_STRING='mpg123 1.12.3'
    PACKAGE_TARNAME='mpg123'
    PACKAGE_URL=''
    PACKAGE_VERSION='1.12.3'
    PATH_SEPARATOR=':'
    PKG_CONFIG=''
    PORTAUDIO_CFLAGS=''
    PORTAUDIO_LDFLAGS=''
    PORTAUDIO_LIBS=''
    PULSE_CFLAGS=''
    PULSE_LDFLAGS=''
    PULSE_LIBS=''
    RANLIB=''
    SDL_CFLAGS=''
    SDL_LDFLAGS=''
    SDL_LIBS=''
    SED=''
    SET_MAKE=''
    SGI_CFLAGS=''
    SGI_LDFLAGS=''
    SGI_LIBS=''
    SHELL='/bin/sh'
    SNDIO_CFLAGS=''
    SNDIO_LDFLAGS=''
    SNDIO_LIBS=''
    STRIP=''
    SUN_CFLAGS=''
    SUN_LDFLAGS=''
    SUN_LIBS=''
    VERSION='1.12.3'
    WIN32_CFLAGS=''
    WIN32_CODES_FALSE=''
    WIN32_CODES_TRUE=''
    WIN32_LDFLAGS=''
    WIN32_LIBS=''
    ac_ct_CC='gcc'
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCCAS_FALSE=''
    am__fastdepCCAS_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__include='include'
    am__isrc=''
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    bindir='${exec_prefix}/bin'
    build='x86_64-unknown-linux-gnu'
    build_alias=''
    build_cpu='x86_64'
    build_os='linux-gnu'
    build_vendor='unknown'
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host='x86_64-unknown-linux-gnu'
    host_alias=''
    host_cpu='x86_64'
    host_os='linux-gnu'
    host_vendor='unknown'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /var/abs/local/mpg123/src/mpg123-1.12.3/build/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    lt_ECHO='echo'
    mandir='${datarootdir}/man'
    mkdir_p='/bin/mkdir -p'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "mpg123"
    #define PACKAGE_TARNAME "mpg123"
    #define PACKAGE_VERSION "1.12.3"
    #define PACKAGE_STRING "mpg123 1.12.3"
    #define PACKAGE_BUGREPORT "[email protected]"
    #define PACKAGE_URL ""
    #define PACKAGE "mpg123"
    #define VERSION "1.12.3"
    configure: exit 77
    the parts i had searched on google are specificaly the
    "/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x12): undefined reference to `__libc_csu_fini'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x19): undefined reference to `__libc_csu_init'"
    does anyone have an idea of what could it be?
    notice that this doesn't bother me because if i use the glibc from the repositories everything works fine, this is just for curiosity of why it doesn't work
    thanks in advance

    slacknatcher wrote:
    the parts i had searched on google are specificaly the
    "/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x12): undefined reference to `__libc_csu_fini'
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.1/../../../../lib/crt1.o: In function `_start':
    (.text+0x19): undefined reference to `__libc_csu_init'"
    does anyone have an idea of what could it be?
    notice that this doesn't bother me because if i use the glibc from the repositories everything works fine, this is just for curiosity of why it doesn't work
    thanks in advance
    You have stripped glibc too much.  See the Arch PKGBUILD and make sure your makepkg.conf has STRIP_BINARY etc defined.

  • Why are my steppers misbehaving in closed loop mode, but work fine in open loop

    I have a 7344 controlling a 4 axis prototype machine, which is configured with 50,000 steps/rev and linear encoders providing 50800 counts per inch. The physical properties of the machine are less than perfect (prototype!), so there is a considerable amount of backlash in the hardware (about 0.008" - 0.010").
    The observed behaviour is as follows: when repeatedly blending in the X,Y plane using vector space 1 in closed loop mode, an axis will be driven (uncommanded) to the zero encoder reading (home position) occasionally (about 1 move in 600). I have kept a log of the commanded positions being passed to the controller (via the flex_load_vs_position function) and a move to zero is not being com
    manded. The application is single-threaded, so there is no chance of race conditions. The ready state of the board is being confirmed by means of the flex_check_blend_complete function call before any blend is commanded. The programmed relationship between steps and counts/revolution have been independantly confirmed as being correct.
    An A-B-A test with the only change being to initialise the X & Y steppers in open loop instead of closed loop then 'works' - although the physical positioning of the hardware is unsatisfactory due to the physical characteristics of the prototype machine already mentioned, hence the necessity to run closed loop.
    I am inclined to interpret the evidence as suggesting that the 7344 is causing an 'occasional' uncommanded move to zero as a result of some interaction between pull-in moves and commanded position on a system where there is a considerable degree of 'elasticity' between the commanded position and the achieved position allied to a rapid-fire de
    livery of blend moves.
    This problem can be replicated under versions 5.0.1 and 5.2 of the FlexMotion software.
    I can clearly run without bumping into the problem by running open loop, but unfortunately that is not acceptable in this situation. Any ideas, anyone?

    Hi, and thanks for coming back so promptly. I think I need to give you some more information - sorry if it turns into a long post!
    The system behaviour when it 'misbehaves' is that it starts the anomolous behaviour well clear of any home or limit switch (>6"). When it 'goes wrong', it then slews one or both axes to the zero position. Having arrived at the zero position, it then carries on with the next blend without killing the motor.
    The initialisation functions include a seek to home switch, a search for the nearest index point, and a zeroing of the encoder count at the index pulse: hence the zero point is a little displaced from the home microswitch.
    I believe that once the system has 'gone wrong', it is stopping at the zero point *not* the h
    ome switch.
    I have carried out some further tests that may be of help:
    If I place a large (1 sec) inter-blend delay in the calling functions, the anomalous behaviour is not noticed. However, the start/stop nature of each move means that this test is knocking the bejezus out of a rather fragile prototype machine, so I can't do this too often!
    The encoder positions are being read back on each move cycle and monitored, and they are not showing any anomolous behaviour, so I don't think they are the culprit. I have placed a 'scope on the quadrature encoder inputs and the edges are good and sharp with no real indications of noise.
    I could test with a blend factor other than -1 if you think that might be illuminating?"

  • Transfer tables between 2 clients (mandants)

    Hi every one.
    I want to transfer data i have in some tables from client (mandant) 305 to another another to create an environnement of test with real data so we can test new programs in real conditions.
    For the moment here's what i did :
    I used RFC on just one table. And this works.
    BUT the problem is that to work, we need to declare the table in the parameters of the function.
    So Is there any way to avoid that declaration ? Because i have like 500 tables to transfer, and i 'm sure there's a better way than mine to do that. But as i just started on SAP and ABAP, can't figure it out.
    My solution for the moment will the same but with a loop on all the tables i need to trasfer the data ... but i'll have to decalare the 500 tables in the parameters of my function :s
    Maybe there's another solution to communicate between mandants so if you have, ideas, documentation, links etc,  it will be really helpful
    thx a lot !
    REPORT ZTESTHDAFUNC .
    DATA : t_ZVOITSUPOFF LIKE ZVOITSUPOFF OCCURS 0 WITH HEADER LINE.
    CALL FUNCTION 'ZTESTHDAFUNC' DESTINATION 'DO2_305'
      TABLES ZVOITSUPOFF  = t_ZVOITSUPOFF.
    CALL FUNCTION 'ZTESTHDAFUNCW'
    TABLES ZVOITSUPOFF  = t_ZVOITSUPOFF.
    CALL FUNCTION 'ZTESTHDAINSERT'
    TABLES ZVOITSUPOFF = t_ZVOITSUPOFF.
    FUNCTION ZTESTHDAFUNC.
    select *
      from ZVOITSUPOFF
      into table ZVOITSUPOFF
      WHERE ZIDENT_CANAL = 'FFR'.
    ENDFUNCTION.
    FUNCTION ZTESTHDAINSERT.
    LOOP AT ZVOITSUPOFF.
      INSERT INTO ZVOITSUPOFF VALUES ZVOITSUPOFF.
    ENDLOOP.
    ENDFUNCTION.

    Hi Helder,
    Let me explain you the implication whatz gonna happen if you use the following loop.
    LOOP AT tab_info.
    ASSIGN COMPONENT tab_info-fieldname OF STRUCTURE <wa> TO <value>.
    MOVE string+tab_info-offset(tab_info-intlen) TO <value>.
    ENDLOOP.
    Say if I have 20 fields in my table with 2000 records, for this one table, the processor would loop for 40000 times. Which is surely pretty huge time.
    Now coming to option b), it is pretty simpler. The table which I was referring is not required as we created it for a specific requirement.
    List all the tables which you need for data transfer. Let us assume here as we had done and we came up with two. They are:
    ZTESTA
    ZTESTB
    The function module has the following interface parameters:
    FUNCTION zrfc_read_table.
    IMPORTING
    tabname TYPE dd02l-tabname
    TABLES
    t_ztesta
    t_ztestb.
    All that you do in your FM is:
    FIELD-SYMBOLS: <fs_table> TYPE STANDARD TABLE.
    DATA: l_inttab TYPE char64.
    CONCATENATE 'T_'
                tabname
           INTO l_inttab.
    ASSIGN (l_inttab) TO  <fs_table>
    SELECT * FROM (tabname) INTO TABLE <fs_table>.
    ENDFUNCTION.
    Now in your original program:
    *After selecting all the tables you want(here in this case
    *you would have only ZTESTA and ZTESTB in MY_TABLES)
    TYPE-POOLS: abap.
    DATA :  table TYPE REF TO data,
            WA TYPE REF TO DATA,
            it_param TYPE STANDARD TABLE OF
                             abap_func_parmbind,
            wa_param TYPE abap_func_parmbind.
    FIELD-SYMBOLS : <FS> TYPE STANDARD TABLE,
                    <WA> TYPE ANY.
    LOOP AT MY_TABLES.
      CREATE DATA table TYPE STANDARD TABLE OF
             (MY_TABLES-TABNAME).
      CREATE DATA WA TYPE (MY_TABLES-TABNAME).
      ASSIGN WA->* TO <WA>.
      ASSIGN TABLE->* TO <fs>
    Pass the interface parameters dynamically using
    it_parm  which is of type abap_func_parmbind(4.7) or
    abap_parmbind(4.6c) in type-pools abap.(I am not sure if
    we can do it in a version less than 4.7). Let me know
    in case you dont know how to pass interface parameters
    to a function module dynamically.
      CALL FUNCTION 'ZRFC_READ_TABLE' DESTINATION 'DO2_305'
        PARAMETER-TABLE
          it_parm.
      IF sy-subrc <> 0.
         MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
      LOOP AT <fs> INTO <wa>.
       INSERT (MY_TABLES-TABNAME) FROM <WA>.
      ENDLOOP.
    ENDLOOP.
    Here you need not have to loop no. of rows * no.of columns. Also your FM is quicker as it is just one select statement and do not do anything else.
    All that you need to do is to identify all the tables and add tables parameters as t_<tabname>. But the code nover change.
    Regards,
    Srikanth

  • Sender Channel not working(RFCSenderR3)

    Hello All,
    In my XI 3.0 QA env...there is one service "RFCSenderR3" which is not showing any messages in message monitoring ,but if i check in Communication channel monitoring for that service it shows as :
    Sender channel 'RFCSenderR3' for party ",service'RQ1'
    ERROR can not instantiate RfcPoolException:error initializing
    RfcServerPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException:can not connect to destination system due to :com.sap.mw.jco.JCO$Exception:(103) RFC_ERROR_LOGON_FAILURE:Mandante 101
    Here RQ1 is the R3 reciever system.
    And i have checked rfc connection from R3 end which shows it is fine..
    Can any one suggest me ,exactly wat need to be checked to solve this problem .And I am not sure what to check from R3end also....
    can any one guide to me ..
    Best Regards
    raki

    Hello All,
    Thanks for helping yaar,the problem got resolved .
    After verifying the user Id & password , I restarted that particular channel from Communication channel monitoring.Then it got worked with successful execution.
    Thanks one and all for helping me out.
    Best Regards
    Rakesh

  • Why my activated CTS BADI is not working ?

    Hello,
    I'm using the BADi  CTS_EXPORT_FEEDBACK. To do this, I used the transaction SE19, created a new implementation, add my own code and activated implementation, class and method.
    The problem is that when I export an order, the code I've written is not run.
    My BADI is activated and I noticed that in the transport protocol new lines appears :
    DEV        Developpement
           Checks at Operating System Level         03.09.2010 16:39:00    (0) Successfully Completed
           Pre-Export Methods                       03.09.2010 16:39:06    (0) Successfully Completed
           Export                                   03.09.2010 16:39:12    (0) Successfully Completed
         Import steps not specific to transport request  
               Feedback after export or import          03.09.2010 16:39:13    (0) Successfully Completed
    INFORM SAP-SYSTEM OF TP TERMINATION                                                 
    Transport request   : ALL                                                           
    Start: Executing method FEEDBACK_AFTER_EXPORT for business add-on CTS_EXPORT_FEEDBACK
    End: Executing method FEEDBACK_AFTER_EXPORT for business add-on CTS_EXPORT_FEEDBACK 
    INFORM SAP-SYSTEM OF TP TERMINATION                                                 
    End date and time : 20100903163913                                                  
    Ended with return code:  ===> 0 <===                                                
    I tried in my code to write in DB for example but no lines are added. My code works fine when I'me testing the BADI.
    So it's very strange, everything seems to be activated and running but nothings done.
    Another info, the BADI is launched from the program RDDFDBCK (l.348) and when I test this part of the code (call function...) everythings working fine...
    Any idea ?
    Thanks in advance.
    Simon

    Ok, I solved the problem Myself.
    If anybody has the same problem.. here is the solution.
    The job RDDFDBCK is running in backgroung. I ran a DEBUG thanks to the tip in this page : [SDN|http://wihttp//wiki.sdn.sap.com/wiki/display/ABAP/ABAP%20Debugger#ABAPDebugger-HowdoIdebugrunningbackgroundprocessesorasynchronousprocesses%3F]
    I created a block While l_int = 0. Endwhile. In my BADI implementation in order to make the job duration long enough to enter in debug with SM50.
    Here I saw that my SELECT didn't returning lines.
    Finally, I found in SM37 that the main job was launched with the mandant 000 => and my tables contained a field MDNT.
    So the BADI was launched but nothing was done cause to the mandant. I just removed the field MDNT of my customs tables to solve the problem.
    Simon

  • PHP no longer works

    Hi,
    I tried to upgrade and re-install PHP as I needed gettext which isn't used in the default configuration. So I downloaded the latest version of php and did the usual ./configure, make, make install. In the configuration part I used the following:
    /configure --prefix=/usr/local/php5 \
    --mandir=/usr/share/man \
    --infodir=/usr/share/info \
    --sysconfdir=/etc \
    --with-zlib \
    --with-zlib-dir=/usr \
    --with-openssl \
    --without-iconv \
    --enable-exif \
    --enable-ftp \
    --enable-mbstring \
    --enable-mbregex \
    --enable-sockets \
    --with-mysql=/usr/local/mysql \
    --with-pdo-mysql=/usr/local/mysql \
    --with-mysqli=/usr/local/mysql/bin/mysql_config \
    --with-apxs2=/usr/local/apache2/bin/apxs \
    --with-gettext
    However, now when I try to start the web server it doesn't start. I did a configtest which gives out the following:
    httpd: Syntax error on line 160 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/libphp5.so into server: dlopen(/usr/libexec/apache2/libphp5.so, 10): no suitable image found. Did find:\n\t/usr/libexec/apache2/libphp5.so: mach-o, but wrong architecture
    What has gone wrong? The web server starts when I remove the php5_module in the modules section.

    I have also noticed that even though the web server is running, when I open one of my websites it just downloads a file with the name of the website. This is only with php. HTML works fine.
    EDIT: I have got it to work again by copying the libphp5.so file from another mac to my server. However, now I don't have gettext support as this wasn't enabled when this version was compiled. How would I get gettext support? And if the only way is to recompile php how will I do it so it creates a compatible image?
    Thanks

  • Moving transport to different systems and different mandants

    Hi all,
    I'm new to sap transport managment, so I hope this is not too obvious question.
    I've this kind of hypothetical situation. I have one develoopment system and 2 quality. On development system I have mandants 100, 200 and 300. On quality 1 I have mandants 100 and 200, and on quality 2 only 100.
    DEV: 100, 200, 300
    QL1: 100, 200
    QL2: 100
    Transport routes should go like this
    DEV 100 -> QL1 100
    DEV 200 -> QL1 200
    DEV 300 -> QL2 100
    What is important is that I would like to have it all within one transport layer. How it can be done? Is it connected with Standard Transport Layer?
    Best regards
    Marcin Cholewczuk

    Hi Mark,
    Thank you for response, I thought that target groups work differently. For example
                                             ------100--------> QL1
    DEV --------------> /CUST target group/  ------200--------> QL1
                                             ------100--------> QL2
    I thought that in such case when someone release transport in DEV system than this transport is being imported (after import operation) to all 3 locations (QL1 100, QL1 200 and QL2 100). So if in DEV system I release something in mandant 100 it will go to all 3 locations, if I release it in mandant 200 it will also go to all 3 locations and so on.
    Second question would be how to enforce that data from DEV 300 goes to QL2 100 (change of mandant).
    Best regards
    Marcin Cholewczuk

  • PlaceElement method is not working

    When i try to place a element in a text frame  using  PlaceElement method as shown below.I am getting error pop-up message "The operation cannot be performed on the selected element" . Any one can help on this.
    Utils<IXMLElementCommands> elementCommands;
      elementCommands->PlaceElement(ref, pageItemUIDRef);
    Regards,
    Shirish Manda.

    a=null will workAs the API for System.gc() states:
    Calling the gc method suggests that the Java Virtual Machine expend effort toward recycling unused objects in order to make the memory they currently occupy available for quick reuse. When control returns from the method call, the Java Virtual Machine has made a best effort to reclaim space from all discarded objects.
    Note the language: "suggests", "a best effort". This is not the same as a guarantee that the object will be collected and its finalize run.

  • SICF ALIAS mandant ignored

    Hi,
    I have two SICF alias pointing to the same WD app:
    http://blabla.com/one
    http://blabla.com/two
    Now in the ONE i have set up a public user to log in to mandant 200. In TWO I have set up a public user to log in to mandant 300.
    It's working as desired until I log in. Once I log in to ONE (mandt=200), no matter what I write in the URL, or I open a new browser tab/window, it always goes to the same ONE (mandt=200).
    Even if I go to the url TWO (mandt=300), it will still use the same session of ONE (mandt=200).
    I have set up SICF logon data to point to two different mandants, I also went to error pages / configuration button and specified different mandants.
    The only way to force the WD app to go to different mandant is to specify "sap-client=xxx" in the URL.
    I specifically created the aliases so that the user need not bother with sap-client parameter.
    Now I investigated further and found that once I logged in I can call ANY wd apps which have not this automatic login configured in SICF, like wdr_test_panel example app. I can access any of them without logging in.
    Any ideas why is it not working?
    Thanks
    Charlie

    Hi Edgar,
    I clicked 'External Alias' as well. But I don't know which service I need to give as reference. As we don't have an active service for portal in SE80 transaction on R/3 side, confused to select the right service for this in SICF.
    Any idea?

  • How do I get voice control to work in iphn4s

    cant get voice controlm to work inm 4s, mand also with bt headset

    As far as the phone is concerned, Voice Control is always active unless you use Siri which will work instead.
    As far as the Bluetooth is concerned, you need to check the user guide for the Bluetooth to see if it supports voice dialing, and if it does, then see what you have to do to activate your phone's voice dial.

  • Creat generic datasource"customising undependent of mandant is inadmissibl"

    Hello,
    I am creating a generic datasource through for a SAP (MCSI) table:
    1. After entering the DS name and descriptions and table name, by saving i recieve the error message: "repository change: customising undependent of mandant is inadmissible". With this error, i cannot save the datasource.
    2. By clicking on the delta generic: How can i configure the fields (the table is for sales order):
      - Field: Which field can i choose: For example there are the fields "data analysis date, data analysis month, .. and ...
    - Do i have to choose "Stamp or kalender" radio button and for which reason
    - The intervalle (smaller and higher value)
    3. The datasource is to transfer data in BI.
    Thanks
    Ar.

    Hi
    I hope your first problem is solved ( because of server used QA not DEV)
    2. By clicking on the delta generic: How can i configure the fields (the table is for sales order):
    - Field: Which field can i choose: For example there are the fields "data analysis date, data analysis month, .. and ...
    Ans : Its depends upon which date you business want your delta shuld work, click the F4 help and choose from drop down table.
    - Do i have to choose "Stamp or kalender" radio button and for which reason
    Again for Transactional data we used TIMESTAMP and for Master data it should be CALENDERDAY.
    - The intervalle (smaller and higher value)
    For TIMESTAMP +/-30 mins and for CALENDERDAY +/- 2 Days.
    3. The datasource is to transfer data in BI.
    Yes, Many std. datasources are provided by SAP which also we can modify by doing enhancement.
    Also we can write our own DS as per need and requirement.
    Thank-You.
    Regards,
    Vinod.

  • PHP not working on snow leopard

    Hi,
    I had PHP and mysql up and running on leopard. After upgrading the php won't render. Safari just displays a page with the source code. HTML pages display fine.
    phpmyadmin which gives me an error: Cannot load mcrypt extension. Please check your PHP configuration.
    I'm pretty new to php so if anyone has suggestion details would help.

    hm not sure, I stopped using mysql on my local box a while back... connect remotely now to develop. You try just recompiling php? I was having issues with '--with-mysql=mysqlnd' and my remote connection (uses old passwords). I compiled php-5.3.1RC1 with:
    ./configure '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--sysconfdir=/private/etc' '--with-apxs2=/usr/sbin/apxs' '--enable-cli' '--with-config-file-path=/etc' '--with-libxml-dir=/usr' '--with-openssl=/usr' '--with-kerberos=/usr' '--with-zlib=/usr' '--enable-bcmath' '--with-bz2=/usr' '--enable-calendar' '--with-curl=/usr' '--enable-exif' '--enable-ftp' '--with-ldap=/usr' '--with-ldap-sasl=/usr' '--enable-mbstring' '--enable-mbregex' '--with-mysql=/usr/local/mysql' '--with-mysql-sock=/var/mysql' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--with-iodbc=/usr' '--enable-shmop' '--with-snmp=/usr' '--enable-soap' '--enable-sockets' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-xmlrpc' '--with-iconv-dir=/usr' '--with-xsl=/usr'
    and I fixed the bug per http://bugs.php.net/bug.php?id=49267
    Works great now, I even recompiled the latest apache while I was at it. I'm no expert on the subject but maybe it will work for you as well?

Maybe you are looking for

  • Can no longer find my Time Capsule.

    My Time capsule, that I bought back of last year in April has been working flawlessly, until a couple of days ago. Now, it con no longer be found on the network. It is connected via an Ethernet cable and is in another room (it's connected to my iMac,

  • Crystal report from JSP using the JRC

    Hi, I am trying to call crystal report from JSP using the JRC. But i am getting the Error as 'Logon Failed'. my web.xml entry is <env-entry> <env-entry-name>jdbc/Test</env-entry-name> <env-entry-value>!oracle.jdbc.driver.OracleDriver!jdbc:oracle:thin

  • Trading Parner Not Inherited to Cross Company Balance Sheet Line item

    Hi, I posted cross company document using document type that is already untick in field 'inter-company posting' and 'enter tpid'. My accounting entries is as per below:    Co1000   Cr Balance Sheet   $250    Co1001   Dr Expense            $10    Co10

  • TIme capsule AND airport express as PRIMARY wireless?

    I have a time capsule, extended the network to AirportExpress but it stinks! I still cannot get good service in that part of the house- and therefore, cannot use my apple TV very well. SO, I have now hardwired the airport express to a new cable modem

  • Thunderbolt to Charge Certified Like NEW? NO I don't think so...

    I dont know what appears to be the problem with the thunderbolt and like new devices. I hate to complain but there is an issue all around with them. I've had 4 CLN thunderbolts and all have had various problems most that have been posted in the forum