[SOLVED] Recipe for target 'src/Interface/openxcom-ComboBox.o' failed

I've been having some problems with installing openxcom, most of which appear to come from a problem with yaml-cpp 0.5.2-2, and thus, the git file in the AUR (https://aur.archlinux.org/packages/openxcom-git/) was updated with a rollback yaml-cpp.
When I tried to build this package, there was an error involving some recipe.
CXX src/Interface/openxcom-ComboBox.o
src/Interface/ComboBox.cpp: In member function ‘size_t OpenXcom::ComboBox::getHoveredListIdx() const’:
src/Interface/ComboBox.cpp:245:9: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare]
if (-1 == ret)
^
cc1plus: all warnings being treated as errors
Makefile:5043: recipe for target 'src/Interface/openxcom-ComboBox.o' failed
make[1]: *** [src/Interface/openxcom-ComboBox.o] Error 1
make[1]: Leaving directory '/home/sailol/Downloads/AUR/openxcom-git/src/OpenXcom'
Makefile:7157: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
[1m[31m==> ERROR:[m[1m A failure occurred in build().[m
[1m Aborting...[m
After finding this post, I think it may have something to do with a header file that is missing, but I'm not sure.
Thank you for your time.
Last edited by Sailol (2015-06-08 01:00:46)

Mmm, the git package (maintained by me) frequently fails due to warnings since it's a developmental package. You can override the warnings by changing enable_werror to no in configure.ac (before you run autogen.sh in the prepare function).
sed -i 's:werror=yes:werror=no:' configure.ac
Should do it.
EDIT: I'd avoid the -git package for the time being, seems like a lot of stuff isn't getting installed correctly at the moment. I'll try to fix it up and upload a new PKGBUILD tomorrow.
Last edited by WorMzy (2015-06-07 23:08:29)

Similar Messages

  • [SOLVED] Recipie for target all-recursive failed

    Hello Arch Forums! I'm compiling prboom and alephone. Both give me the same error,
    Makefile:285: recipe for target 'install-recursive' failed
    I've done some searching and still haven't found a solution. What is all-recursive, and how can I continue installation?
    Here's the full report:
    make  all-recursive
    make[1]: Entering directory '/home/switch/Downloads/prboom-2.5.0'
    Making all in doc
    make[2]: Entering directory '/home/switch/Downloads/prboom-2.5.0/doc'
    make[2]: Nothing to be done for 'all'.
    make[2]: Leaving directory '/home/switch/Downloads/prboom-2.5.0/doc'
    Making all in data
    make[2]: Entering directory '/home/switch/Downloads/prboom-2.5.0/data'
    make[2]: Nothing to be done for 'all'.
    make[2]: Leaving directory '/home/switch/Downloads/prboom-2.5.0/data'
    Making all in src
    make[2]: Entering directory '/home/switch/Downloads/prboom-2.5.0/src'
    Making all in SDL
    make[3]: Entering directory '/home/switch/Downloads/prboom-2.5.0/src/SDL'
    gcc -DHAVE_CONFIG_H -I. -I../..     -g -O2 -Wall -Wno-unused -Wno-switch -march=native -Wextra -Wno-missing-field-initializers -Winline -Wwrite-strings -Wundef -Wbad-function-cast -Wcast-align -Wcast-qual -Wdeclaration-after-statement -ffast-math -O2 -fomit-frame-pointer -I../../src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -MT i_sshot.o -MD -MP -MF .deps/i_sshot.Tpo -c -o i_sshot.o i_sshot.c
    i_sshot.c: In function ‘I_ScreenShot’:
    i_sshot.c:234:32: error: ‘png_error_ptr_NULL’ undeclared (first use in this function)
             PNG_LIBPNG_VER_STRING, png_error_ptr_NULL, error_fn, warning_fn);
                                    ^
    i_sshot.c:234:32: note: each undeclared identifier is reported only once for each function it appears in
    i_sshot.c:282:43: error: ‘png_infopp_NULL’ undeclared (first use in this function)
           png_destroy_write_struct(&png_ptr,  png_infopp_NULL);
                                               ^
    Makefile:242: recipe for target 'i_sshot.o' failed
    make[3]: *** [i_sshot.o] Error 1
    make[3]: Leaving directory '/home/switch/Downloads/prboom-2.5.0/src/SDL'
    Makefile:460: recipe for target 'all-recursive' failed
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory '/home/switch/Downloads/prboom-2.5.0/src'
    Makefile:285: recipe for target 'all-recursive' failed
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory '/home/switch/Downloads/prboom-2.5.0'
    Makefile:205: recipe for target 'all' failed
    make: *** [all] Error 2
    Last edited by SwitchDhole (2015-03-04 05:59:45)

    This sounds like a problem that is specific to the package or the code itself. I'm don't use either of those, but I can give you some general recommendations.
    `pacman -Syu` has been known to fix compilation errors when a package depends on a header file that is owned by another package. Unfortunately this works the other way around, too: the packages you're trying to install might depend on an older header file that has been upgraded by pacman. The latter is usually a result of outdated code and is much harder to fix.
    `grep png_error_ptr_NULL -R /usr/include` will show you which header files the identifier appears in (if any). One of them should contain the declaration, so make sure that file is #include'd in i_sshot.c
    For best results, I recommend contacting the package maintainer, posting a comment on the AUR package page, or contacting upstream directly. Those users are likely to be more knowledgeable about this software than the rest of us on the forum.

  • Libvorbis-aotuv, make: recipe for target 'x' failed

    I looked into this on Google, but all I could find was this error for other git projects and the solution was installing some other package that has nothing to do with the errors.
    Here's a link to pastebin of the output of makepkg -s.
    Anyone know what the problem could be, or how to get this working?

    Trilby wrote:
    Works fine here too.  What is the output of `which install`?  (I'm also wondering what git has to do with this - this is not a git package.  You just happen to be building in a directory you've created and named "git").
    EDIT: your output is missing the following two lines found in mine from right before the `if test ...` block that fails:
    /usr/bin/mkdir -p '/tmp/libvorbis-aotuv/pkg/libvorbis-aotuv/usr/share/doc/libvorbis-1.3.4'
    /usr/bin/install -c -m 644 rfc5215.xml rfc5215.txt eightphase.png evenlsp.png fish_xiph_org.png floor1_inverse_dB_table.html floorval.png fourphase.png framing.html helper.html index.html lspmap.png oddlsp.png oggstream.html programming.html squarepolar.png stereo.html stream.png v-comment.html vorbis-clip.txt vorbis-errors.txt vorbis-fidelity.html vorbis.html vorbisword2.png wait.png white-xifish.png doxygen-build.stamp '/tmp/libvorbis-aotuv/pkg/libvorbis-aotuv/usr/share/doc/libvorbis-1.3.4'
    I guess "git projects" was a bad description. "Source packages" would be better, but all the articles I found were for people trying to build packages they got from git and getting the error. `which install` gives me `/usr/bin/install`. And yes, I know I built it in a directory called git. I just didn't want to bother making a new directory for manually building AUR packages at the time. Also, I just tried installing firejail, but it gave me "recipe for target `install` failed". I updated several packages from the AUR today, it just seems to be new installs giving me problems.

  • [SOLVED] PKGBUILD for a perl application (gscan2pdf)

    Hello, I'm the maintainer of the package gscan2pdf and I have some problems to update the PKGBUILD
    for the version 1.2.0. I'm a beginner, so perhaps I missed something that is well-known. The build() function contains
    the following:
    perl Makefile.PL
    make
    make DESTDIR=${pkgdir} install
    But unfortunately it doesn't work. I get the following error when I run makepkg:
    ln: target ‘usr/bin/’ is not a directory: No such file or directory
    ==> ERROR: A failure occurred in build().
    Aborting...
    By the way, the PKGBUILD is:
    # Maintainer: Tristelune <tristelune1 at gmail dot com>
    # Contributor: LeCrayonVert <greenarrow at archlinux dot us>
    # Contributor: yugrotavele <yugrotavele at archlinux dot us>
    # Contributor: Sven Salzwedel <[email protected]>
    # Contributor: Olaf Leidinger <[email protected]>
    pkgname=gscan2pdf
    pkgver=1.2.0
    pkgrel=1
    pkgdesc='A GUI to produce a multipage PDF from a scan'
    arch=('i686' 'x86_64')
    url='http://gscan2pdf.sourceforge.net/'
    license=('GPL')
    depends=('xsane' 'gtk2-perl' 'perl-locale-gettext' 'libtiff' 'sane'
    'perl-gtk2-ex-simple-list' 'imagemagick' 'perl-config-general>=2.40'
    'perl-pdf-api2' 'perl-goo-canvas' 'perl-gtk2-imageview' 'perl-sane'
    'perl-test-critic' 'perl-set-intspan' 'perl-proc-processtable' 'perl-log-log4perl' 'perl-html-parser' 'perl-try-tiny' 'unpaper' )
    optdepends=('djvulibre' 'gocr' 'ocropus' 'xdg-utils' 'tesseract' 'cuneiform' )
    source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
    sha512sums=('98546936ff2b178c8047f46e6b38d0e9244e51cecbbfa69bf3f08d9f71cbbab261e47f8f5514558a892d5e7a178eb67c1cb3db50eb75b5d6a0a08cadb0095a17')
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    perl Makefile.PL
    make
    make DESTDIR=${pkgdir} install
    # Create symlinks to /usr/bin/site_perl/* in /usr/bin/
    cd ${pkgdir}
    ln -sf site_perl/gscan2pdf usr/bin/
    ln -sf site_perl/scanadf-perl usr/bin/
    ln -sf site_perl/scanimage-perl usr/bin/
    # Standard perl cleaning
    /usr/bin/find ${pkgdir} -name '.packlist' -o -name 'perllocal.pod' -delete
    package() {
    # Create symlinks to /usr/bin/site_perl/* in /usr/bin/
    cd ${pkgdir}
    ln -sf site_perl/gscan2pdf usr/bin/
    ln -sf site_perl/scanadf-perl usr/bin/
    ln -sf site_perl/scanimage-perl usr/bin/
    After searching what is wrong, I saw some files are installed in the HOME directory of the user, what I don't want to. I was told, I should rather change
    perl Makefile.PL
    make
    make DESTDIR=${pkgdir} install
    to
    perl Makefile.PL INSTALL_BASE=${pkgdir}
    make
    make install
    But I still have the problem. This time, it's the following:
    $ makepkg
    msgfmt -c po/gscan2pdf-ab.po -o /usr/share/locale/ab/LC_MESSAGES/gscan2pdf.mo
    msgfmt -c po/gscan2pdf-bg.po -o /usr/share/locale/bg/LC_MESSAGES/gscan2pdf.mo
    msgfmt -c po/gscan2pdf-ca.po -o /usr/share/locale/ca/LC_MESSAGES/gscan2pdf.mo
    po/gscan2pdf-ab.po:7: warning: header field 'Language' missing in header
    msgfmt: error while opening "/usr/share/locale/ab/LC_MESSAGES/gscan2pdf.mo" for writing: Permission denied
    Makefile:1036: recipe for target '/usr/share/locale/ab/LC_MESSAGES/gscan2pdf.mo' failed
    make: *** [/usr/share/locale/ab/LC_MESSAGES/gscan2pdf.mo] Error 1
    make: *** Waiting for unfinished jobs....
    po/gscan2pdf-be.po:7: warning: header field 'Language' missing in header
    msgfmt: error while opening "/usr/share/locale/be/LC_MESSAGES/gscan2pdf.mo" for writing: Permission denied
    Makefile:1036: recipe for target '/usr/share/locale/be/LC_MESSAGES/gscan2pdf.mo' failed
    make: *** [/usr/share/locale/be/LC_MESSAGES/gscan2pdf.mo] Error 1
    po/gscan2pdf-bg.po:7: warning: header field 'Language' missing in header
    msgfmt: error while opening "/usr/share/locale/bg/LC_MESSAGES/gscan2pdf.mo" for writing: Permission denied
    Makefile:1036: recipe for target '/usr/share/locale/bg/LC_MESSAGES/gscan2pdf.mo' failed
    make: *** [/usr/share/locale/bg/LC_MESSAGES/gscan2pdf.mo] Error 1
    po/gscan2pdf-ca.po:7: warning: header field 'Language' missing in header
    msgfmt: error while opening "/usr/share/locale/ca/LC_MESSAGES/gscan2pdf.mo" for writing: Permission denied
    Makefile:1036: recipe for target '/usr/share/locale/ca/LC_MESSAGES/gscan2pdf.mo' failed
    make: *** [/usr/share/locale/ca/LC_MESSAGES/gscan2pdf.mo] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    It's because during the creation of the PKGBUILD, some files are installed in /usr/share/ rather than usr/share.
    I had a look at the  Makefile.PL and it seems I can specify the location of usr/share with the variables SHAREINSTDIR and
    SHAREDIR. But it's unclear for me If I have to set both. And perhaps the most important question: did I miss some perl Tool or am I going
    in the right direction ?
    Thank you!
    Last edited by Tristelune (2013-12-06 11:52:05)

    I have found the problem. I had the following in my .zshrc:
    export PERL_LOCAL_LIB_ROOT="/home/user/perl5:$PERL_LOCAL_LIB_ROOT";
    export PERL_MB_OPT="--install_base "/home/user/perl5"";
    export PERL_MM_OPT="INSTALL_BASE=/home/user/perl5";
    export PERL5LIB="/home/user/perl5/lib/perl5:$PERL5LIB";
    Without those variables, nothing is installed in my HOME.
    So the package can be updated now!

  • Hello, Why am I getting the following message after I start up my computer: "CAHeadless has encountered an error. [/Adobe/premiere/elements/Release/12/ALL_LANG_12.1/CAHeadless/Make/Mac/../../Src/CAHeadle ss.cpp-683]." Anyone, please solve this for me? Tha

    Hello, Why am I getting the following message after I start up my computer: "CAHeadless has encountered an error. [/Adobe/premiere/elements/Release/12/ALL_LANG_12.1/CAHeadless/Make/Mac/../../Src/CAHeadle ss.cpp-683]." Anyone, please solve this for me? Thank you very much!

    Hello, Why am I getting the following message after I start up my computer: "CAHeadless has encountered an error. [/Adobe/premiere/elements/Release/12/ALL_LANG_12.1/CAHeadless/Make/Mac/../../Src/CAHeadle ss.cpp-683]." Anyone, please solve this for me? Thank you very much!

  • [SOLVED] GDM: black screen after "Reached target Graphical Interface"

    Hi all,
    Since an upgrade on my work PC a week back or so, it no longer boots properly into GDM / Gnome. It will boot up to this message:
    [ OK ] Reached target Graphical Interface
    Then the screen will flash to black and back, then again turn black permanently. I can still go to other tty's. It's just GDM that's being frustrating.
    There are no useful logs for either GDM or Xorg - the last log for both dates from the last time things worked properly. Nothing useful in dmesg either. I've already reinstalled xorg, xorg-drivers, gdm, etc., but no luck.
    Some guidance would be most appreciated!
    Last edited by mhelvens (2014-11-20 12:37:31)

    I finally found an answer here:
    https://bbs.archlinux.org/viewtopic.php?id=188434
    I've been using infinality-bundle, and those packages seem to have been moved (?) I had to add this repository to `/etc/pacman.conf`:
    https://wiki.archlinux.org/index.php/un … ity-bundle
    Then a system update, and presto!

  • Multiple targets for a same interface

    Hi,
    I am having a scenario that, a single source table should be mapped to two target oracle tables.
    Is the only way is to create two interfaces. Cant we have the same interface in which two target tables are assigned?
    Thanks in Advance,
    Ram Mohan T.

    A single interface targets only a single table/datastore.
    If you are having to load the data from an external source, and load into two tables, an approach is to separate the load and integration phases. Have one interface load the data into a temporary table in the work schema, then two interfaces which read that data and load it into your target tables. (You could also use only two interfaces, where you set the integration KM option to DELETE_TEMPORARY_OBJECTS in the first to no, and read the loading table created there in the first interface as the source for your second interface). I prefer the 3 interface option, it ends up being cleaner and clearer.

  • Portmap translation creation failed for udp src inside dst inside

    Hi!
    I have a problem with allowing traffic to UC500 subnets on ASA 5505 inside interface.
    My asa is a main router with addres 192.168.1.1
    UC500 voip box is connected to ASA's inside interface through UC500 WAN port with UC500 with 192.168.1.2 address.
    Firewall and NAT on UC500 is disable
    UC500 sip traffic works fine. voipbox creates its subnets for data and voip - 192.168.10.0 and 10.1.1.0. another important address is 10.1.10.1 which is UC500 CUE.
    My problem is that from within ASA local network (192.168.1.0) i cannot reach UC500 subnets, neither can I reach ASA's local network from the UC subnets.
    the log says
    3
    Sep 07 2013
    00:21:49
    DC
    53
    PBXCUE
    32901
    portmap translation creation failed for udp src inside:DC/53 dst inside:PBXCUE/32901
    I tried exempting uc500 subnets on ASA but that didn;t work.
    Funny thing is that I CAN reach the UC500 subnets when connecting with VPN to ASA...
    Please help! I am not familiar with CLI.
    I configured static route to 10.1.10.0 and since then I was able to ping 10.1.10.1 thorugh ASA;s VPN.
    I would be grateful for ideas.
    Lukasz
    global (inside) 1 interface
    global (outside) 101 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 101 0.0.0.0 0.0.0.0
    static (inside,outside) tcp interface https IIS https netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface www IIS www netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface smtp IIS smtp netmask 255.255.255.255  dns
    static (inside,outside) tcp interface pop3 IIS pop3 netmask 255.255.255.255  dns
    static (inside,outside) udp interface domain RenBetPBX domain netmask 255.255.255.255  dns
    static (inside,outside) udp interface 5061 RenBetPBX 5061 netmask 255.255.255.255  dns
    static (inside,outside) udp interface sip RenBetPBX sip netmask 255.255.255.255  dns
    static (inside,outside) tcp interface 13000 SQL 13000 netmask 255.255.255.255  dns
    access-group inside_access_in in interface inside
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 x.x.x.x
    route inside PBXCUE-network 255.255.255.0 RenBetPBX 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy

    Hello Julio!
    Thank you for your advice.
    I have managed to solve my main problem by reconfiguring my switches vlans - enabling trunk port configs for required ports and allowing them access to both vlans.
    Now I can see everything from all of my inside networks.
    I continue my ASA adventures - I have managed to configure L2TP client access for my windows users, RADIUS authentication for domain users and yesterday night I have managed to configure site to site VPN with my RV120W router.
    I am only an enthusiast but my recent successes have given me apetite for more...
    I keep reading forums and trying to solve most of my problems myself but I have faced another one now and thought that maybe you could give me another tip on where to look for the issue:
    I still have one problem with my L2TP VPN config - I have configured split tunnel on the group policy to tunnel only 192.168.1.0 network requests.
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    My network at home is 192.168.2.0 but it still tunnels everything (when I check my ip after connecting to VPN my home laptop still identifies with ASA gateway(!) address .
    access-list outside_access_in extended permit icmp any interface outside object-group DM_INLINE_ICMP_1
    access-list outside_access_in extended permit tcp any interface outside object-group DM_INLINE_TCP_1
    access-list outside_access_in extended permit tcp any interface outside eq smtp
    access-list outside_access_in extended permit tcp any interface outside eq 8080
    access-list outside_access_in extended permit tcp any interface outside eq 23456
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 object-group DM_INLINE_NETWORK_1 any
    access-list outside_access_in extended permit tcp any interface outside eq 13000
    access-list outside_access_in extended permit tcp any interface outside range 8001 8016
    access-list outside_access_in extended permit tcp x.x.x.x 255.255.255.0 interface outside eq ssh
    access-list inside_nat0_outbound extended permit ip any 192.168.1.240 255.255.255.240
    access-list inside_nat0_outbound extended permit ip any PBXVOIP-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip any PBXCUE-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    access-list inside_access_in extended permit udp object-group DM_INLINE_NETWORK_2 any object-group DM_INLINE_UDP_1
    access-list inside_access_in extended permit ip host IIS any
    access-list inside_access_in extended permit ip any any
    access-list inside_access_in extended permit ip host RBSTORE_NAS any
    access-list inside_access_in extended deny udp any any object-group DM_INLINE_UDP_2
    access-list inside_access_in extended permit tcp any any eq 5432
    access-list inside_access_in extended permit tcp any host PBXCUE eq www
    access-list inside_access_in extended permit tcp host PBXCUE any eq www
    access-list inside_access_in extended permit tcp host RBCAMSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RBSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RENBETUPS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RenBetPBX host EXCH-MBX eq smtp
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    access-list outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    route print shows:
    and 192.168.1.240 is my VPN IP - its metric has higher priority than the local gateway.
    How do I change it?
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0      192.168.2.1    192.168.2.126   4250
              0.0.0.0          0.0.0.0         On-link     192.168.1.240     21
          80.51.24.22  255.255.255.255      192.168.2.1    192.168.2.126   4251
            127.0.0.0        255.0.0.0         On-link         127.0.0.1   4531
            127.0.0.1  255.255.255.255         On-link         127.0.0.1   4531
      127.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
          169.254.0.0      255.255.0.0         On-link     192.168.2.126   4506
      169.254.104.126  255.255.255.255         On-link     192.168.2.126   4506
      169.254.255.255  255.255.255.255         On-link     192.168.2.126   4506
        192.168.1.240  255.255.255.255         On-link     192.168.1.240    276
          192.168.2.0    255.255.255.0         On-link     192.168.2.126   4506
        192.168.2.126  255.255.255.255         On-link     192.168.2.126   4506
        192.168.2.255  255.255.255.255         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link         127.0.0.1   4531
            224.0.0.0        240.0.0.0         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link     192.168.1.240     21
      255.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
      255.255.255.255  255.255.255.255         On-link     192.168.2.126   4506
      255.255.255.255  255.255.255.255         On-link     192.168.1.240    276
    ===========================================================================
    I am starting to feel like I am using a bit too much of your friendliness ...
    Best Regards and have a great day!
    Lukasz

  • How to create Endpoints for Inbound Service Interfaces in PI?

    Hi Gurus,
    we have to publish Endpoint URLs for third party system, which have to send us SOAP Messages via HTTP. For this we need to publish Endpoints (Incoming into PI) for the third Party Systems.
    I already tried to publish it out of the Sender Agreement, but this is only for Outbound Service Interfaces and not incoming. I Also tried to publish the WSDL out of the Service Interface Design, but there are no Endpoints supplied.
    What can i do, to get incoming endpoints?

    >
    Udo Buchter wrote:
    > Hi Gurus,
    >
    > we have to publish Endpoint URLs for third party system, which have to send us SOAP Messages via HTTP. For this we need to publish Endpoints (Incoming into PI) for the third Party Systems.
    >
    > I already tried to publish it out of the Sender Agreement, but this is only for Outbound Service Interfaces and not incoming. I Also tried to publish the WSDL out of the Service Interface Design, but there are no Endpoints supplied.
    >
    > What can i do, to get incoming endpoints?
    Once you generate the WSDL in that there will be an SOAP Action url where you can see the endpoint or the target to which message will be sent to...
    only thing you need to provide them apart from WSDL is user credentials.. thats it..
    they need to import the WSDL provided by PI in their application
    Rajesh

  • Update Key for Target Data Store

    Hi all.
    I have a little problem with a data integration scneario.
    We have Progress as a target database for an ETL interface. The data structure is very old, and the tables does not have primary keys. It's not a good idea to create physical constraints for this old structure right now.
    In order to use this database as the target I need to provide an update key for the tables. Since I don't have physical primary keys, I'd like to know if there's a way to provide only a "logical" update key for the purposes of the ETL.
    Thanks
    Denis

    Hi,
    A/ First solution:
    To create one or more logical key:
    1/ In constraint view of your datastore, click Add a key
    2/ In the box, give a name for your key
    3/ In columns, choice columns for your key
    To use it: in your interface, click on the target datastore and choice your key inthe datastore properties.
    B/ Second solution
    Directly in your interface, click on your column. In properties, click on "Incremental key". The problem is that this key is specific to this interface.
    MA

  • Stetting up FTP and SFTP adapters for the same interface

    Experts-
    I have a situation in which client has a requirement to setup both FTP and SFTP adapters (from adapetive adapters) for the same interface. They want to have a copy of file locally and also want a file to be sent out securly using SFTP. In my interface which was previously developed they have used one business system and added FTP and SFTP to the same. If try to add new Receiver Agreement it will say that the object already exists as the Interface Mapping is same.
    Please send me any suggestions which would resolve my problem

    Hi Hari,
    As you cannot create two Receiver agreement using only one receiver interface , please create a new receiver Interface, add that in interface determination step and then assing a different channel to new receiver agreement.
    If your requirement is to store the file ,i would suggest write the file in your unix directory using NFS( /usr/sap...). then run a AFT job (if already set up in your landscape) to transfer file securly to target destination.Not sure if its feasible in your case otherwise you can use  SFTP for the secure transfer.
    Best Regards
    Srinivas

  • Archiving of Soap header part for a synchronous interfaces

    We have a requirement where we have to retain the soap header details for a longer period for tracking purpose. So is there any option of archiving only soap header part from the message for a synchronous interface.
    More Information about the requirement:
    1. We will be passing some parameters to the XI Soap header.
    2. In the WSDL we will add the header fields, so that the end system can populate them.This is done for tracking and searching the message, end to end.
    3.  Another thing to note, is that, for synchronous messages the payload will not be available (without enabling logging), Can we search the messages using the values in the header?
    4. The above process is done, keeping in mind that when the messages are archived, the XI soap header will be the only thing that will be archived and not the whole payload, and the messages that are archived can be searched or retrieved based on the values in the XI Soap header.
    Regards
    Nitya

    Hi,
    Glad to hear that you solve this issue, thanks for your sharing.
    Thanks,
    Linda Li
    Linda Li
    TechNet Community Support

  • %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src outside:10.159.159.3/49204 dst tru777:10.1.34.19/3389 denied due to NAT reverse path failure

    Hi,
    I have an ASA5510 running version 8.2(5). I have set up a new network on interface Ethernet0/1.777 of the fwl. The firewall works perfectly with remote access VPNs but has now given me the error with the new network that has been set up:
    %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src outside:10.159.159.3/49204 dst tru777:10.1.34.19/3389 denied due to NAT reverse path failure
    The difference between the other networks and the new one that I have set up is that this is the first one using a private addressing scheme. I understand that NAT is not allowing something along the way but I cant figure out what needs to change in order to get it to work. My config is as follows:
    interface Ethernet0/1.777
    description TRU 777
    vlan 777
    nameif tru777
    security-level 50
    ip address 10.1.34.17 255.255.255.240 standby 10.1.34.18
    access-list acl_tru777 remark * ALLOW ALL OUTBOUND *
    access-list acl_tru777 extended permit ip any any
    access-list RA-VPN extended permit ip 10.1.34.16 255.255.255.240 10.159.159.0 255.255.255.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 10.0.0.0 255.0.0.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 172.16.0.0 255.240.0.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 192.168.0.0 255.255.0.0
    access-list acl_ra-lock-tru777 extended permit ip 10.1.34.16 255.255.255.240 10.159.159.0 255.255.255.0
    access-list acl_ra-lock-tru777 extended permit ip 10.159.159.0 255.255.255.0 10.1.34.16 255.255.255.240
    ip local pool ra-pool 10.159.159.0-10.159.159.254 mask 255.255.255.0
    nat (tru777) 4 access-list acl_no-nat
    nat (tru777) 2 10.1.34.16 255.255.255.240
    global (outside) 2 x.x.x.x
    crypto isakmp nat-traversal 20
    I think that is everything you should need, if not please just ask.
    Thank you very much in advance,
    Chris

    Hi Julio,
    Here you go:
    FWL01# sh nameif
    Interface                Name                     Security
    Ethernet0/0              outside                    0
    Ethernet0/1              CLIENTS                 50
    Ethernet0/1.314        tru01                      50
    Ethernet0/1.313        dmz01                    50
    Ethernet0/1.316        tru02                      50
    Ethernet0/1.776        dmz776                  50
    Ethernet0/1.777        tru777                     50
    Management0/0       management           100
    FWL01#  sh run nat
    nat (tru02) 1 192.168.3.0 255.255.255.240
    nat (tru777) 4 access-list acl_no-nat
    nat (tru777) 2 10.1.34.16 255.255.255.240
    FWL01#    sh run glob
    global (outside) 1 interface
    global (outside) 2 x.x.x.x
    Thanks,
    Chris

  • Stuck at 'Reached target graphical interface'

    Edit:
    An important edit on mkinicpcio. Previously I reported it the other way around.
    I went through a complicated process of turning my first single-partition arch install into a Windows 7 dual-boot install (windows first) with separate /var and /boot partiotions.
    Notable stuff:
    0. Now MBR instead of GPT
    1. PArtition order changed
    2. fstab now uses by-lebel (custom unique labels) mounting instead of UUID's
    3. I had problems recreating kernel (initramfs) images. During the last, successful attempt I issued:
    mkinitcpio -p linux -k linux
    instead of
    mkinitcpio -p linux
    (I was desperate )
    4. Since restoring clonezilla image of my arch was braking the existing Windows installation I restored my arch install using
    rsync -ax <source> <target>
    This should be a complete list of the stupid things I did.
    Now I get just
    [OK] Reached target graphical interface
    Gdm service status (photo):
    https://onedrive.live.com/redir?resid=6 … oto%2c.jpg
    Xorg log:
    https://onedrive.live.com/redir?resid=6 … ile%2c.txt
    What I've already tried:
    - updating the system (pacman -Syu)
    - deleting my custom 20-intel.conf
    I can [Alt+F2] to get access to root.
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # two lines below - old entry from my single-boot installation
    # /dev/sda2
    # UUID=a4d4efe1-d07d-4531-9300-5e7362e68e6c / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda7 UUID=e4b15e16-e224-4284-9f00-141885ad8620
    LABEL=oRoot / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda5 UUID=45b7acb0-1860-45a1-96ae-882010c38129
    LABEL=oboot /boot ext4 rw,relatime,data=ordered 0 2
    # /dev/sda6 UUID=95ee952a-c254-424c-be0f-766d7f61301b
    LABEL=ovar /var ext4 rw,relatime,data=ordered 0 2
    # LABEL=HIT_160 /mnt/HIT_160 auto nosuid,nodev,nofail,x-gvfs-show 0 0
    # LABEL=HIT_262 /mnt/HIT_262 auto nosuid,nodev,nofail,x-gvfs-show 0 0
    Last edited by bbarcher (2014-03-08 14:07:46)

    My first thought was to wonder why on eath you installed so many video drivers.  That likely would not cause this problem, but it is just silly - and it is a separate symptom of the same underlying problem:
    We've now learned that you did not install these drivers, nor the system, but two different people (neither you) have installed and configured your system.  One of these people doesn't even use archlinux, and as you say has "limited knowledge" about it.  Talk about the blind leading the blind ... but you are not blind, you've just opted to close your eyes and not learn anything about your system.
    There is no way for us to know what is happening on your system when you yourself are clueless.  You should just start from scratch and do it right following the beginner's guide.  But even this should happen only after you ask yourself why on earth you'd want to use archlinux - it's really not what you seem to be looking for.
    As for losing your usb drive ... can't you find another anywhere?

  • Stuck on "Reached Target Graphical Interface" GNOME

    I was a bit hesitant to post this because I know there are tons of topics about this already, but after several hours of troubleshooting I've gotten nowhere and I really could use some help.
    I got Arch installed earlier today and decided I was going to use Gnome as my DE.  I installed gnome and gnome-extra using pacman -S and everything seemed to go fine.  It asked me to chose between something called mesa libgl, nvidia and another option.  I assume these are the drivers; I just chose the default "mesa".
    I then used systemctl enable gdm.service.  I'm not sure if something should have happened, but based on other threads I've read it sounds like this should have launched Gnome. 
    Either way I rebooted expecting it to launch Gnome, but it gets hung up on "[OK] Reached Target Graphical Interface".  The only way out is to Alt+F2 then log in with "root" and my password.
    Can someone tell me what logs I can post that can help and how I can get those logs to my Windows boot?  I currently have Windows 7 on an SSD and Arch installed on a second hard drive.  I have no idea how to copy or save the logs to bring into Windows (or if that is even possible).
    I just installed Arch this morning with the newest ISO file.
    My graphics card is an Nvidia GeForce GTX 570
    Last edited by Herdo (2014-05-24 05:37:24)

    henk wrote:
    Herdo wrote:It asked me to chose between something called mesa libgl, nvidia and another option.  I assume these are the drivers; I just chose the default "mesa".
    My graphics card is an Nvidia GeForce GTX 570
    Herdo wrote: I then download 3 new xorg packages
    Herdo wrote:I installed xf86-video-nouveau driver and the xf86-video-vesa driver and it works. The only problem I am having now is that the colors look washed out.  Slightly fuzzy and pixelated looking.
    Correct me if I am wrong, but to me it looks like you went straight for Gnome without setting up X, or your graphics card.
    I had a quick look at the Beginners Guide -after a very long time-, and to my surprise the Post Installation part had changed. Setting up X and graphic card has moved to
    a different wiki page. I am wondering, did you look through this page?
    - If you want your graphic card to work properly, you probably would be better of with the nvidia package.
    - After installing Xorg an de video drivers why did you not just re-enable gdm?
    That's exactly what happened.  I wasn't aware I had to configure Xorg or my graphics card when I finished the initial setup.  Thanks for the link. 
    When installing the nvidia package, do I need to uninstall the previous driver packages?

Maybe you are looking for

  • Adding field in Report Painter

    Hello Gurus, I am working in the Report Painter PR20-001. My requirement is to add a new column in the output of the report but even when i am able to add a new field and save it on the reports execution i am unable to view the added field in the out

  • Printing crystal report through infoview in CRS XI R2

    Post Author: ngk CA Forum: Publishing Hi , We are using the crystal report server xi 2 version on windows. I have my reports published and am trying to schedule them through infoview to print to a particular printer which is my default printer. When

  • How do i put a box in my form and have consecutive numbering in it

    How do i put a box in my form and have consecutive numbering in it

  • Currency problem on Task and Network

    Hello people, I don't know much about PS, I work with abap, but I'm curious about a situation thay's happening here. On a task, when we add a service (in the service add screen, the currency is fixed with one that's different from the Task) and we pu

  • Computer not seeing ipod

    ok heres the store my cuz sold me his ipod he told be to download xplay and i tryed it wouldnt run on my win 98 i dunno y it just wouldnt so i got some other prog called anapod anyway it said i need to get the driver so my ipod would show up on my co