Problem with Middleware config SMOEAC??

Hi Experts,
I am working on SRM5.0 and with SAP4.7EE as backend, When am trig to create SITE am getting this error message "Not atrusted system".  and for that I have created RFC distinations and connected to backend and when am trying remote logon system asking user name and password with logon screen .
TO replicate data is it mandatory to have Trusted systems?
Please help.

Hi,
Have you checked u201CDefine Backend systemsu201D in the IMG menu? Have you pointed that your backend system is 4.7?
I suggest checking different options in the u201CDefine Backend Systemsu201D and at the same time try to creagte site in SMOEAC.
Thanks and Regards,
Abraham

Similar Messages

  • Problem with reading config file

    Hello,
    I have problem with reading config file from the same dir as class is. Situation is:
    I have servlet which working with DB, and in confing file (config.pirms) are all info about connection (drivers, users, passw, etc.). Everything work fine if I hardcoded like:
    configFileName = "C:\\config.pirms";I need to avoid such hardcoding, I tryied to use:
    configFileName = Pirms.class.getClassLoader().getResourceAsStream ("/prj/config.pirms").toString();but it isn't work.
    My config file is in the same directory as Pirms.class (C:\apache-tomcat-5.5.17\webapps\ROOT\WEB-INF\classes\prj)
    Also I tryied BundledResources, it isn't work fo me also.
    Can anybody help me to solve this problem? with any examples or other stuff?
    Thanks in advance.
    Andrew

    Thanks, but I am getting error that "non-static method getServletConfig() cannot be referenced from a static context"
    Maybe is it possibility to use <init-param> into web.xml file like:
    <init-param>
      <param-name>configFile</param-name>
      <param-value>/prj/config.pirms</param-value>
    </init-param>If yes can anybody explain how to do that?
    I need to have that file for:
    FileReader readFile = new FileReader(configFile);Thanks in advance.

  • Problems with Qt Config (Xfce 4.6)

    Hi
    I have problems with QT Config .
    I use Desktop Environments XFCE , when you save settings QT Congif (set size fonts etc ) .
    Setting do not save
    I have set chmod in catalog QT config .
    How to fix  ?
    Last edited by nocentis (2009-03-16 12:00:29)

    Welcome to the Apple discussion forums.
    As Joeuu stated, assuming you don't have an Intel-based MacBook Pro, that means that your PowerBook is PowerPC-based. There are several steps that should get you back on track.
    First, reset your power management unit (PMU). Follow directions at http://docs.info.apple.com/article.html?artnum=14449
    Next, repair permissions by running Disk Utility, located in your mac hd, application/utilities folder. Highlight your hard drive and repair permissions.
    Did you use the software update function or did you download the update from the Apple support site? In any event, download the combo update 10.4.6 from http://www.apple.com/support/downloads/macosx1046comboforppc.html Updates through the software update function have recently created some unique 'situations', that use of the combo update have solved.
    After the update, repair disk permissions again. This is good housekeeping to do before and after any major software installation.
    PB G4 1.67ghz 1.5gb; mini G4 1.5ghz 1gb   Mac OS X (10.4.6)  

  • Problem with middleware adapter filters

    Hi,
    I need some help with R3AC1 filter configuration. I have my CRM 4.0 working fine with a previous initial download executed for CUSTOMER_MAIN business object (between others).
    The problem is that now I have to download the related contact persons in ranges and I don't know how configure the filters to avoid deltas and the contact persons initial download at the same time.
    I think in requests (R3AR2) but I have the same problem with filters.
    Actually I have a filter in CUSTOMER_MAIN (and CUSTOMER_REL) object:
    KNA1 LAND1 EQ ES Inclusive
    If I want to download the contact persons related to customers 8000 to 9000, what's the filter configuration and in which object have I to do? It's very important that deltas continue downloading from my back-end because the system is productive.
    I need urgent help. Could anyone help me please?
    Best Regards
    Javier

    Have a look at transaction SMW3FDCUST, the activation is done there when checking the 'active' checkbox. For the download everything of BUPA_MAIN and BUPA_REL should be deassigned (as it usually is after an installation).
    The transaction is also found in customizing under CRM->CRM Middleware->Mobile scenarios->Mapping (or similar) with the approproate help text there.
    @Paul:What error do you get? Since sBDocs are not validated it should be only a technical error. Are you sure it is msa related (which then should be an error in the BDoc CAPGEN_OBJ_WRITE or CONGEN_OBJ_WRITE) or an error in the CDB adaptor framework (BDoc BUPA_MAIN or BUPA_REL). If the latter, it helps to regenerate all BDocs and related services in the generation workbench GNRWB for these BDocs.
    Regards, Kai

  • Problem with TMS config

    Hi all,
            I have a problem with my TMS config.
    When I adjust the transport queue, the "No system found in another group for import queue QAS" message appears.
    My landscape includes a DEV-QAS and a PRD systems.
    can somebody help me?
    thanks in advance.

    Hello,
    I have the same problem.  I just forund the alert from RZ20.  When we are doing transport and checking RFC connections from SM59, seems to be all working fine.  So I am not sure where this alert is coming from. 
    Command  TMS_MGR_READ_TRANSPORT_QUEUE
    Service  Transport Service
    Start    Online
    Function TMS_MGR_TRANSMIT_TR_QUEUE
    Message  TRANSMIT_QUEUE_FAILED
    No system found in another group for import queue <SID>
    I run into this thread but there is no information on how the problem got resolved.  Please let me know if you have any ideas. 
    Regards,
    Tony

  • Build shared problem with configure / config.guess

    Hi,
    I'm constructing some 3rd party libraries from source level with configure/automake in Suse 9.2. A common mistake in all libs is done by config.guess: it prints out "i686-pc-linux-gnuaout" which switch off the shared support at all. It's easy to workaround by print "i686-pc-linux" instead directly from configure:
    ac_config_guess="echo i686-pc-linux"
    Then the shared support is enabled and there left some minor problems with linker options -soname and --rpath. Then some libs can create the shared libs, for instance the apr and xml2.
    Others do not, for instance log4cxx and acetao, but they do not produce any error. It looks like that simply the shared link step is not done, however the symbolic links to the release version are done. I also tryed with LD=CC and LD=cc instead of the gnu ld, but then already in config.log the shared support is not recognized. If I build by hand:
    cc -shared *.o -o libACE.so
    it seems to work and the result usable by applications. Since acatao includes lots of libraries to build, the manual creation is not handy / possible. So any hint to solving that are welcome. I'm using the latest sunstudio version (feb2007).
    thanx rolf

    It really depends on autoconf/libtool version those libs are using.
    Till the most recent versions libtool had absolutely no clue that SunStudio exists on Linux. And default fallback happened to be gcc.
    If you give me some specific lib (source URL or name/version) I can tell you why this lib does not configure with Sun Studio :)
    Most recent version of autoconf is wize enough to handle Sun Studio on Linux. So one of the solutions for the libs might be to upgrade to a newer autoconf. Not what common user would commonly do though...
    regards,
    __Fedor.

  • Problem with the config.xml

    Dear all,
    After doing a wscompile on the config.xml file (JWSDP1.6), I am able to generate the wsdl for the interface defined.
    But now the config.xml shows an error
    "Cannot find the declaration of element 'configuration' "
    for the attribute xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config"
    Any idea what is the problem as "http://java.sun.com/xml/ns/jax-rpc/ri/config" is no longer available on the sun site.
    Any alternate references to be made to this xml namespace declaration.
    Rgds,
    Seetesh

    My point above is that Project 2007 was extremely buggy and unless files are saved using Project 2007 SP3 first you are likely to experience problems with the files when opening in project 2010. Project 2007 to 2010 with no service packs is problematic.
    With SPs applied you should have far fewer problems.
    Doesn't look like a exe with SP2 is available yet so you need to add the service pack separately, probably in the updates folder.
    If all Project 2007 installs are already at SP3 then no need for this.
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

  • Itunes7 does not let me start up because detected problem with audio config

    hi,
    i have had itunes for a while now but i just upgraded it to version 7. i restarted my computer afterwards but when i tried to start up itunes for the first time it said there was a problem with the audio configuration.
    this is the message,
    itunes cannot run because it has detected a problem with your audio configuration.
    i am using windows xp and would be very grateful for any help, thanks!
    lenovo 3000, N100   Windows XP  

    this is the message,
    itunes cannot run because it has detected a problem with your audio configuration.
    That one is most commonly caused by a problem with your QuickTime. (iTunes uses QuickTime for audio and video playback.)
    The following document may be of some assistance:
    iTunes 7 for Windows: iTunes has detected an audio configuration problem

  • New Version error - problem with audio config

    iTunes has been working great on Vista so when I was prompted to download the new version I thought why not. It unloaded the old version and then loaded the new without a hitch. Went to run the new version and I get the error:
    iTunes cannot run because it has detected a problem with your audio configuration.
    But nothing has changed! Can anyone shed any light on this?

    I can't help you but I have the same problem but with windows xp.
    *** really..

  • Vista - Problem with Audio config!!! please help!!!

    I just finished a clean install of Vista and installed iTunes. When I try to open iTunes an error message pops up saying "iTunes has detected a problem with youraudio configuration.Audio/Video playback may not operate properly." I have looked on teh forums and all I have seen is something about uninstalling QuickTime and then reinstalling it. I have tried that twice and I still get the same error message. If anyone could help that will be great.

    Try this -> http://docs.info.apple.com/article.html?artnum=304424

  • Problem with audio config.?

    I've had this iPod...Video? Is that a 5th-generation? Whatever. Since...July or so last year. Maybe longer.
    And suddenly I'm getting this weird "iTunes cannot run because it has detected a problem with your audio configuration."
    Checked the audio. Works fine. Tried the "unknown error" FAQ. Still isn't working.
    What's up?!
    iPod Video 80 GB   Windows XP   ...accidentally got candle wax on it.

    Try this -> http://docs.info.apple.com/article.html?artnum=304424

  • Problem with X -config (freeze + black screen)

    Hi, everyone. I'm a newbie in linux, so dont punch me .
    I was following the beginners guide & after X -config /root/xorg.conf.new got freeze + blackscreen (alt + ctrl + bckspc or alt + Fn dont works).
    I have created /X11/xorg.conf & can start X server, but X -config /root/xorg.conf.new or /etc/X11/xorg.conf gives black screen (with signal).
    My VGA is HD3850.
    Any ideas how i can fix it?
    Here is my xorg.conf
    Section "ServerFlags"
    Option "AllowEmptyInput" "off"
    EndSection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Razer" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "InputDevice"
    Identifier "Razer"
    Driver "mouse"
    Option "Name" "Razer Lachesis Optical Mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "Buttons" "9"
    Option "Resolution" "1250"
    Option "ZAxisMapping" "4 5"
    Option "ButtonMapping" "1 2 3 6 7 8 9"
    Option "Emulate3Buttons" "true"
    Option "SampleRate" "1000"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "microsoftmult"
    Option "Xkblayout" "us,ru"
    EndSection
    Section "Module"
    Load "glx"
    Load "dri"
    Load "drm"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    HorizSync 31.0 - 81.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "radeonhd"
    VendorName "ATI Technologies Inc"
    BoardName "RV670PRO [Radeon HD 3850]"
    Option "AccelMethod" "exa"
    Option "DRI" "on"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024" "1024x768" "800x600"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "RENDER" "enable"
    Option "DAMAGE" "enable"
    Option "Composite" "enable"
    EndSection
    /var/log/Xorg.0.log contain no errors or warnings (except ACPI & font paths)
    Thx 4 help.
    P.S Can add log if it helps
    P.P.S Its one of my xorg.conf files, also i've used variant 4 xf86-video-ati
    Last edited by InsaneDevice (2010-02-27 06:32:32)

    My english is fine (i read well at least)  .
    At first message i said
    I have created /X11/xorg.conf & can start X server...
    I =can= start x server --- its mean that startx works fine & i can see 3 windows with clock . And if you mean that i dont want use x -config, then for what all this manipulations with reinstalling was?
    Besides "Xorg -configure" & "x -config /etc/xorg.conf" are different things for me, because one create the basic config, while second test this config. So i thought you mean that i have to create it from scratch without using any commands
    ... Damn.. i just have read english & russian beginner guides. Russian says: "after installing xorg u have to create conf file, using Xorg -configure, then test it with command X -config /root/xorg.conf.new & IF IT WORK - copy to /etc/X11/xorg.conf. I didnt find that in english version .
    Well, thank you for your patient & help . I think, that problem is solved (i think - say me if i wrong)
    But i still want to know, why x -config /etc/xorg.conf give me that black screen + freeze, so if anybody knows - plz, message me.
    Last edited by InsaneDevice (2010-03-01 07:36:42)

  • Odd problem with strusts config file

    This morning when I started up J Developer I am unable to open my struts-config file. Last evening when I closed my application everything was working fine, I compiled and ran the app for the last time just before closing J Developer. Now I am unable to compile, open this file (it is the same with other applications, as well). I have gone back to a previous version of my app, uninstalled Jdeveloper and reinstalled. Nothing seems to solve my problem. I am working on a Windows machine. Any thoughts on what might have changed or happened would be greatly appreciated.

    I think that I found the problem. Somewhere along the line I messed with the shortcut(I don't remember doing it or what I did but....) with the shortcut that I created and I got an odd path looking something like .... ...\c$\JDev\jdev\bin\jdevw.exe
    I fixed that and have not had a problem since.
    Thank you for your help.

  • Problem with saving config on asa 5505

    I have asa 5505 with 512mb , i am trying to save ios on it but i failed many times , I have sandisk 2GB and i formatted with windows on fat but every time i see disk0 failed , any ideas what is the problem ?
    Thanks                  

    I have asa 5505 with 512mb , i am trying to save ios on it but i failed many times , I have sandisk 2GB and i formatted with windows on fat but every time i see disk0 failed , any ideas what is the problem ?
    Thanks                  

  • Problem with ./config

    I'm currently following
    this
    tutorial to set up Alchemy. I got to the step where it says to
    enter ./config, and at this point I get the output:
    quote:
    Add "source /home/Nicholas/ALCHEMY_HOME/alchemy-setup to your
    login script.
    "alc-home" takes you to the Alchemy install folder.
    "alc-on" puts Alchemy gcc toolchain replacements at the
    front of your path.
    "alc-off" restores original path.
    "alc-util" shows you various Alchemy-related environment
    vars
    You need Flash 10 or AIR 1.5 and the Flex 3.2 SDK installed
    for testing.
    Nothing past that point in the tutorial seems to do anything.
    What should I do now? Please be as specific as possible; I am using
    Cygwin and I just installed it today, thus I am not the least bit
    familiar with it.

    Of course I hope that you have installed the package - -
    Alchemy Toolkit
    for Cygwin on Windows
    Edited
    Then you have to run cygwin shell -> it will create a
    directory and several files and - .bashrc, in the /home / Nicholas
    Open this file, and added to it strings.See my example:
    my CYGWIN setup in drive - C: \. But my virtual drive - C: \
    will be so->
    /cygdrive/c/
    my ALCHEMY installed in C: \alchemy directory
    But the virtual path will be /cygdrive/c/alchemy/
    my FlexSDK installed in C:\flex directory
    But the virtual path will be /cygdrive/c/flex/bin
    Then, I simply added into file - . bashrc next path
    Example:
    source /cygdrive/c/alchemy/alchemy-setup
    PATH = ALCHEMY_HOME /achacks:/cygdrive/c/flex/bin:$PATH
    export PATH
    And after the restart, all should work fine.But....-if you
    install correct CYGWIN!!!
    Importantly!
    Do not forget! during the installation CYGWIN to install
    these additions - zip, perl,gcc.Using only - setup.exe
    added:
    Then follow the instructions- Step13:
    http://labs.adobe.com/wiki/index.php/Alchemy:Documentation:Getting_Started#Windows
    Perhaps if do you see an
    java.lang.UnsupportedClassVersionError... Unsupported
    major.minor version 49.0' error
    Please - Install The Latest Java JDK

Maybe you are looking for

  • How to allow users to change password

    I have enabled users to change their passwords in the Server.app for the Default Site with SSL, and who can access is a group of individuals. When I load up the Server site, I am presented with a Login to which I then add my username and password and

  • While doing delivery batch is showing in two storage location

    Dear All, I have following senario in WM: First I will create Packing order for my End product, here batch will generate. For this Material Quality is active that is Insp type 04. Here i will do LT10- I will transfer to Final Bin that is Finish Goods

  • Setting a comma in a dynamic list build

    Hi Guys, can anyone please help me with this issue. I want to take a list and find the last characters in the list and then build another list. With this other list I am having a problem not dropping a comma after the last element. I am expecting thi

  • When power on and start up my computer start and then power off

    Hello When power on and start up my computer start and then power off

  • Index SAPPRD.SHDSVFVCI~0 is unbalanced

    Dear all , I am getting error in db 13 > UpdateStats end with error. Please find he below error BR0280I BRCONNECT time stamp: 2009-09-19 07.40.16 BR0884I Statistics collected for table: SAPPRD.SHDSVFVCI, rows old/new: 10177/10177 BR0986W Index SAPPRD