Make on freetds fails

I run the below:
CC=cc
export CC
CFLAGS="-m64 -xchip=ultra3 -xO3 -Xa -xstrconst -dalign -xF"
LDFLAGS="-m64"
ac_cv_sizeof_long=8
export LDFLAGS CFLAGS ac_cv_sizeof_long
./configure prefix=/usr/local/freetds with-tdsver=8.0 --with-unixodbc=/usr/local/
but on make it fails
Undefined first referenced
symbol in file
libiconv_close ../tds/.libs/libtds.a(iconv.o)
libiconv_open ../tds/.libs/libtds.a(iconv.o)
libiconv ../tds/.libs/libtds.a(iconv.o)
ld: warning: Symbol referencing errors
libtool: link: rm -f .libs/libtdsodbc.so.0.0.0.exp
libtool: link: (cd ".libs" && rm -f "libtdsodbc.so.0" && ln -s "libtdsodbc.so.0.0.0" "libtdsodbc.so.0")
libtool: link: (cd ".libs" && rm -f "libtdsodbc.so" && ln -s "libtdsodbc.so.0.0.0" "libtdsodbc.so")
libtool: link: (cd .libs/libtdsodbc.lax/libtds.a && ar x "/export/home/applmgr/ODBC/TDS/freetds-0.91/src/odbc/../tds/.libs/libtds.a")
libtool: link: (cd .libs/libtdsodbc.lax/libreplacements.a && ar x "/export/home/applmgr/ODBC/TDS/freetds-0.91/src/odbc/../replacements/.libs/libreplacements.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libtdsodbc.lax/libreplacements.a/iconv.o .libs/libtdsodbc.lax/lt1-iconv.o || cp .libs/libtdsodbc.lax/libreplacements.a/iconv.o .libs/libtdsodbc.lax/lt1-iconv.o
libtool: link: ar cru .libs/libtdsodbc.a odbc.o connectparams.o convert_tds2sql.o descriptor.o prepare_query.o odbc_util.o native.o sql2tds.o error.o odbc_checks.o sqlwchar.o .libs/libtdsodbc.lax/libtds.a/read.o .libs/libtdsodbc.lax/libtds.a/login.o .libs/libtdsodbc.lax/libtds.a/convert.o .libs/libtdsodbc.lax/libtds.a/win_mutex.o .libs/libtdsodbc.lax/libtds.a/token.o .libs/libtdsodbc.lax/libtds.a/iconv.o .libs/libtdsodbc.lax/libtds.a/net.o .libs/libtdsodbc.lax/libtds.a/query.o .libs/libtdsodbc.lax/libtds.a/gssapi.o .libs/libtdsodbc.lax/libtds.a/hmac_md5.o .libs/libtdsodbc.lax/libtds.a/getmac.o .libs/libtdsodbc.lax/libtds.a/mem.o .libs/libtdsodbc.lax/libtds.a/vstrbuild.o .libs/libtdsodbc.lax/libtds.a/des.o .libs/libtdsodbc.lax/libtds.a/numeric.o .libs/libtdsodbc.lax/libtds.a/challenge.o .libs/libtdsodbc.lax/libtds.a/write.o .libs/libtdsodbc.lax/libtds.a/threadsafe.o .libs/libtdsodbc.lax/libtds.a/md5.o .libs/libtdsodbc.lax/libtds.a/data.o .libs/libtdsodbc.lax/libtds.a/bulk.o .libs/libtdsodbc.lax/libtds.a/tds_checks.o .libs/libtdsodbc.lax/libtds.a/locale.o .libs/libtdsodbc.lax/libtds.a/md4.o .libs/libtdsodbc.lax/libtds.a/log.o .libs/libtdsodbc.lax/libtds.a/config.o .libs/libtdsodbc.lax/libtds.a/util.o .libs/libtdsodbc.lax/libtds.a/tdsstring.o .libs/libtdsodbc.lax/libreplacements.a/readpassphrase.o .libs/libtdsodbc.lax/libreplacements.a/gettimeofday.o .libs/libtdsodbc.lax/libreplacements.a/asprintf.o .libs/libtdsodbc.lax/lt1-iconv.o .libs/libtdsodbc.lax/libreplacements.a/fakepoll.o .libs/libtdsodbc.lax/libreplacements.a/vasprintf.o
libtool: link: ranlib .libs/libtdsodbc.a
libtool: link: rm -fr .libs/libtdsodbc.lax .libs/libtdsodbc.lax
libtool: link: ( cd ".libs" && rm -f "libtdsodbc.la" && ln -s "../libtdsodbc.la" "libtdsodbc.la" )
Making all in apps
Making all in fisql
source='fisql.c' object='fisql.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -DSIZEOF_LONG_INT=8 -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG_INT=8 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -D_REENTRANT -m64 -xchip=ultra3 -xO3 -Xa -xstrconst -dalign -xF -c fisql.c
"fisql.c", line 667: warning: argument #2 is incompatible with prototype:
prototype: pointer to function(pointer to void) returning int : "../../../include/sybdb.h", line 778
argument : pointer to void
"fisql.c", line 667: warning: argument #3 is incompatible with prototype:
prototype: pointer to function(pointer to void) returning int : "../../../include/sybdb.h", line 778
argument : pointer to void
"fisql.c", line 807: warning: statement not reached
source='terminal.c' object='terminal.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -DSIZEOF_LONG_INT=8 -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG_INT=8 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -D_REENTRANT -m64 -xchip=ultra3 -xO3 -Xa -xstrconst -dalign -xF -c terminal.c
source='edit.c' object='edit.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -DSIZEOF_LONG_INT=8 -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG_INT=8 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -D_REENTRANT -m64 -xchip=ultra3 -xO3 -Xa -xstrconst -dalign -xF -c edit.c
source='handlers.c' object='handlers.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -DSIZEOF_LONG_INT=8 -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG_INT=8 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -D_REENTRANT -m64 -xchip=ultra3 -xO3 -Xa -xstrconst -dalign -xF -c handlers.c
source='interrupt.c' object='interrupt.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../../../depcomp \
cc -DHAVE_CONFIG_H -I. -I../../../include -I../../../include -DSIZEOF_LONG_INT=8 -D_FREETDS_LIBRARY_SOURCE -DUNIXODBC -DHAVE_UNISTD_H -DHAVE_PWD_H -DHAVE_SYS_TYPES_H -DHAVE_LONG_LONG -DSIZEOF_LONG_INT=8 -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -DDEBUG=1 -D_REENTRANT -m64 -xchip=ultra3 -xO3 -Xa -xstrconst -dalign -xF -c interrupt.c
/bin/bash ../../../libtool tag=CC    mode=link cc -D_REENTRANT -m64 -xchip=ultra3 -xO3 -Xa -xstrconst -dalign -xF -m64 -L/usr/local/lib -o fisql fisql.o terminal.o edit.o handlers.o interrupt.o ../../dblib/libsybdb.la ../../replacements/libreplacements.la -lnsl -lsocket -lpthread
libtool: link: cc -D_REENTRANT -m64 -xchip=ultra3 -xO3 -Xa -xstrconst -dalign -xF -m64 -o .libs/fisql fisql.o terminal.o edit.o handlers.o interrupt.o -L/usr/local/lib ../../dblib/.libs/libsybdb.so ../../replacements/.libs/libreplacements.a -lnsl -lsocket -lpthread -R/usr/local/freetds/lib
Undefined first referenced
symbol in file
libiconv_close ../../dblib/.libs/libsybdb.so
libiconv_open ../../dblib/.libs/libsybdb.so
libiconv ../../dblib/.libs/libsybdb.so
ld: fatal: Symbol referencing errors. No output written to .libs/fisql
*** Error code 2
make: Fatal error: Command failed for target `fisql'
Current working directory /export/home/applmgr/ODBC/TDS/freetds-0.91/src/apps/fisql
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
k) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='fisql'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/applmgr/ODBC/TDS/freetds-0.91/src/apps
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
k) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='replacements tds ctlib dblib odbc apps server pool'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /export/home/applmgr/ODBC/TDS/freetds-0.91/src
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
k) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='include src doc samples win32 vms'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
root@adnerpdb #

When I try to compile the FreeTDS ODBC driver on a Solaris machine I first make sure that unixODBC is also installed, then I use these commands:
CPPFLAGS="-DSIZEOF_LONG_INT=8"
export CPPFLAGS
CFLAGS="-DBUILD_REAL_64_BIT_MODE"
export CFLAGS
./configure prefix=/u01/odbc64/product/FreeTDS/0.91 with-unixodbc=/u01/odbc64/product/unixODBC/ enable-msdblib with-tdsver=8.0
make
sudo make install
=> and it works on my Solaris box.

Similar Messages

  • How to make scheduled jobs Fail if the return partial results?

    How to make scheduled jobs Fail if the return partial results?
    Does anyone know if there is a way to do this?
    We have a number of reports that we schedule to various locations in Excel and PDF. We are frequently getting problems which are manifesting themselves as empty data providers and if we run them as Web Intelligence reports it says Partial Results. Re running the reports normally fixes the problem and returns the data correctly but the problem is that the scheduler reports them as successful and the emails or files get distributed (causing our customers to complain!!!).
    Currently using XIr2 +SAP integration Kit migrating to XI 3.1 in July 2009
    Any ideas/suggestion would be appreciated...
    I did find reference to the adapt case ADAPT01122128 which may help but when and if are unkowns so not much help.
    Ta
    Nick

    This may be helpful to some people:
    http://blogs.sun.com/milan/entry/using_web_service_to_send

  • Can I make rman inform/fail if there are offline datafiles?

    Hi all,
    IS there any method that rman can warn we about offline datafiles(also when those files are accessible)?
    I want to make a full database backup and I want rman to warn me or make the backup failed if there are
    some offline datafiles.
    Thanks

    The easiest way to do that will be creating a script to test that condition using sqlplus before invoking the rman backup, because rman does not have an option to stop if there are offline datafiles.
    Regards.
    Edited by: ncalero on 25/11/2010 09:19 PM

  • [solved] apophenia: make succeeds, makepkg fails

    Hello! I tried to write a PKGBUILD for a statistics library called apophenia (http://apophenia.info/). I can './configure && make' in the source directory without any problems, but when I run makepkg the build fails with the following error:
    CC apop_tests.lo
    CC apop_model_transform.lo
    CC apop_update.lo
    CC asprintf.lo
    In file included from /usr/include/stdio.h:937:0,
    from asprintf.c:34:
    asprintf.c: In function 'asprintf':
    /usr/include/bits/stdio2.h:207:1: error: inlining failed in call to always_inline 'vasprintf': function not inlinable
    asprintf.c:248:10: error: called from here
    make[2]: *** [asprintf.lo] Error 1
    make[2]: Leaving directory `/home/joshua/ABS/apophenia/src/apophenia-0.99'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/joshua/ABS/apophenia/src/apophenia-0.99'
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Note that the library author included the file asprintf.c in the source, but an arch system should already have this in stdlib or something, right? Anyway, here is the PKGBUILD. I'm compiling on an x86_64 machine, by the way.
    pkgname=apophenia
    pkgver=0.99
    pkgrel=1
    pkgdesc="An open statistical library"
    url="http://apophenia.info"
    arch=('x86_64' 'i686')
    license=('GPLv2' 'custom:apop_license')
    depends=('gsl' 'lapack')
    optdepends=('sqlite')
    makedepends=()
    conflicts=()
    replaces=()
    backup=()
    install=
    source=("https://github.com/downloads/b-k/Apophenia/${pkgname}-${pkgver}-03_Dec_12.tgz")
    md5sums=('5f23bb2e40b1bdf6e9b63e419cd896bc')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure
    make
    package() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make DESTDIR="${pkgdir}" install
    install -Dm644 COPYING2 "$pkgdir/usr/share/licenses/$pkgname/apop_license"
    Any ideas?
    Last edited by diffyQ (2013-01-09 04:08:03)

    Thanks, '!buildflags' did the trick.  I'll have to figure out which option was causing the problem.
    Last edited by diffyQ (2013-01-09 04:08:24)

  • Rekey data left of 0KB in ASA 5505-5510 seems to make IPSec SA fail

    Hello
    I have a Central Office with a Cisco ASA 5510 connected to several remote locations with ASA5505
    The site to site VPNs work well, but sometimes some of them fail. After some research I found that, it that situation, the IKE and IPSec SAs are working, but traffic only crosses the tunnel in one direction. As an example, if I ping a remote host, it receives the ping request and sends the ping reply, but this reply never crosses the tunnel back.
    As far as I know, it seems to happen randomly, at least I couldn't find a pattern. I tried logging out the tunnel by means of the ASDM but, when the tunnel re-establishes, the same happens. The only solution is to force a reload of the ASA5505 in the remote location, and then it starts to work normally (I can't do a reload on the 5510, as it would break the connection with the rest of remote locations).
    The only clue I have is that it can only affect one of the several IPSec SAs of the IKE session while the rest of SAs of that session keep on working and, when failing, the data rekey lifetime of that IPSec SA is 0 KB:
    WORKING SA:
      IPSec:
      Session ID   : 2
      Local Addr   : X.X.X.X/255.255.255.0/0/0
      Remote Addr  : X.X.X.X/255.255.255.0/0/0
      Encryption   : 3DES                   Hashing      : SHA1
      Encapsulation: Tunnel
      Rekey Int (T): 28800 Seconds          Rekey Left(T): 18401 Seconds
      Rekey Int (D): 3825000 K-Bytes        Rekey Left(D): 3824715 K-Bytes
      Idle Time Out: 30 Minutes             Idle TO Left : 30 Minutes
      Bytes Tx     : 22570303               Bytes Rx     : 35752322
      Pkts Tx      : 490855                 Pkts Rx      : 408700
    FAILING SA:
      IPSec:
      Session ID   : 3
      Local Addr   : X.X.X.X/255.255.255.0/0/0
      Remote Addr  : X.X.X.X/255.255.255.0/0/0
      Encryption   : 3DES                   Hashing      : SHA1
      Encapsulation: Tunnel
      Rekey Int (T): 28800 Seconds          Rekey Left(T): 14862 Seconds
      Rekey Int (D): 3825000 K-Bytes        Rekey Left(D): 0 K-Bytes
      Idle Time Out: 30 Minutes             Idle TO Left : 30 Minutes
      Bytes Tx     : 67264                  Bytes Rx     : 0
      Pkts Tx      : 1051                   Pkts Rx      : 0
    This led me to notice that, even when both 5510 and 5505 have the same traffic volume lifetime settings for the SA, the Rekey Data interval of the SAs is different between 5505 and 5510 (4275000 KB for 5505 and 3825000 KB for 5510 for by default setting of 4608000 KB; I tried changing this value to 5000000 in both devices and their new intervals were also different between them). I don't know if it's something to do with my problem, but seems quite odd.
    I've looked for a solution in manuals and also browsed the Internet but with no result, so I would be very grateful if someone could give me some advice.
    Thanks and regards

    Does the version upgrade need to be applied to the head-end firwall (5510) or the remote firewall (5505)? I may be having this same issue, but it only affects VPN connections from ASA firewalls and not from PIX firewalls, so I was thinking it would have to do with the 5505 code. Except that I see two ISAKMP SAs on the corporate side, one showing rekey. I hadn't checked the ASP table or looked to see if the data was at 0k.
    The reason I ask which device needs to be running the fixed version is that our head-end firewall is already running 8.3(2) which is in the fixed version list. We are running 8.2(2)22 on our remote ASA5505 firewalls which are the only ones that are having the issue.
    Thanks,
    Mark

  • N95-1 V21.0.016 MAKE APPLICATIONS DOWNLOAD FAIL !

    I notice that this V21 in my N95-1 make my application/software/games installed in difficulty ! sometimes some games & application just cannot be installed properly...but it "eating my memory card memory". I do check my application manager but suprise to know that application not installed but memory already being occupied ! If some games successful installed but it really take times to installed ! Previously i was using N95 with V12.0.014..no such problem at all...install anything is so fast & no system "crash" with same application or games as now...It seem like phone system have to travel a long "circle" only can get thing done , worse still sometime is out of installation after long "travelling".
    I really sad with this firmware V21.0.016 with N95-1 released ......

    Something you are installing. Some third party application is causing this problem.
    Try NOT installing all those games and other applications or install one by one until you find which one is causing the problem.
    640K Should be enough for everybody
    El_Loco Nokia Video Blog

  • WRT54G slows down speed and makes many downloads fail

    I can't get utube videos when I'm going through the router.  I can get them if I'm on the modem only.  The same applies to long PDFs, software updates, long virus definition updates, videos in general and graphics heavy websites.  It just slows down eventually to a standstill and the download fails.  As stated when the router is not connected the above items pop up or download reasonably quickly through the modem.  We have moderate speed DSL.
    Help!

    So the concern that you explained is that you cannot run videos,PDF's or any software updates while connected through router.. So in that case you need to upgrade the firmware of the Router which can be downloaded from the Cisco website ( homesupport.cisco.com )...
    Then reset the Router and power cycle the whole network....
    Once done with that you have to reconfigure the Router again according to ISP ( Internet Service Provider ) setup...
    Disable the anti-virus and security centers if any...

  • Undo retention is set as too less makes flaskback query fails, why?

    Hi All,
    I got a email that some important records has benn deleted. I tried to use flaskback query to see those deleted records.
    I did not found image of table 2 hours older.
    query I am using is
    select * from bd_owner.sales as of timestamp systimestamp - interval '120' minute;Now my question is that why I am not able to see back in time 2 hours before.
    my flaskback setting is
    db_flashback_retention_target        integer     1440       (24 hours)
    db_flash_cache_file                  string
    db_flash_cache_size                  big integer 0so does this really mean that i can look back old image of data for last 24 hours.
    This db is not very active. Undo tablespace is of 2GB size . It was mostly 90% free
    Please correct me here..
    error i am getting is ora-1555 snapshot too old
    ORA-01555: snapshot too old: rollback segment number 26 with name "_SYSSMU26$" too small
    Is it due to undo setting not proper
    undo_management string AUTO
    undo_retention integer 900
    undo_tablespace string UNDOTBS1
    undo tablespace RETENTION is NOGUARANTEEquestion
    1) shall i set undo retention to GUARANTEE.
    Is any perfomance impact of this on database?
    2) shall increase the undo_retention (15 minutes) equal to DB_FLASHBACK_RETENTION_TARGET ie 1440 (24 hour)
    db details
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for HPUX: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - ProductionThanks In Advance
    for answering these questions

    Hi,
    I think you are hitting the bug
    Bug 9212103 Flashback version query omits deleted rows
    Versions confirmed as being affected
    11.2.0.1
    11.1.0.7
    Issue fixed in
    This issue is fixed in
    12.1 (Future Release)
    11.2.0.2 (Server Patch Set)
    Kind Regards,
    Rakesh jayappa

  • GET makes ServletAuthentication.weak() fail

    Hi,
    I have a strange problem. I've written a servlet, which calls
    ServletAuthentication.weak( ... ). My servlet implements both doGet and
    doPost, where both methods call a handleRequest() method.
    I've then made a FORM, where the user can write his username and password.
    The FORM uses POST.
    When I use the FORM, to access my servlet, it works. When i use GET, it
    doesn't.
    What's happening is, that the call to weak(...) calls up in the realm, but
    the realm doesn't call the authenticate code on my implementation of
    RDBMSRealm.
    Hmmm .. does anybody know of any differences between GET and POST request,
    with respect to authentication realm in WLS?
    I'm using:
    -WLS6.1
    -RDBMSRealm
    Any comments appreciated!
    Regards, Per Olesen

    Hi,
    I have a strange problem. I've written a servlet, which calls
    ServletAuthentication.weak( ... ). My servlet implements both doGet and
    doPost, where both methods call a handleRequest() method.
    I've then made a FORM, where the user can write his username and password.
    The FORM uses POST.
    When I use the FORM, to access my servlet, it works. When i use GET, it
    doesn't.
    What's happening is, that the call to weak(...) calls up in the realm, but
    the realm doesn't call the authenticate code on my implementation of
    RDBMSRealm.
    Hmmm .. does anybody know of any differences between GET and POST request,
    with respect to authentication realm in WLS?
    I'm using:
    -WLS6.1
    -RDBMSRealm
    Any comments appreciated!
    Regards, Per Olesen

  • Dropped calls and "Call failed" on edge

    My experience has been the opposite from others on the forum with the new 2.0.2 software. I can get 3G in town and I can place and receive calls just fine. At home, I only have an edge connection with usually 2-3 bars. 9 out of 10 calls I try to make from home fail. I get the three beeps and "Call failed" message on the screen. Usually it is a split second after I hit the call button. It's not even trying to make the call. I have restored it, restarted, etc. and it still happens! I cannot make a phone call at all. This is my business phone, and it is affecting my response to clients. Anyone have any suggestions? I will probably go to the genius bar tomorrow, but if I don't have to go through the hassle, I won't.

    tigerarch,
    Does this happen in all locations, or just your home?
    What does the AT&T coverage map show for your home?
    I live in a moderate area, and AT&T's disclaimer on the coverage map says that Good and Moderate may not have in building coverage. Not only does my iPhone sometimes not pick up a signal or complete calls, the same applies to other AT&T phones there.
    My home is also made of stucco, which along with brick and cement block, is one of the worst materials for blocking signals.
    If this only happens in one location, I would recommend contact AT&T and see if they will open a ticket. The probably won't open a ticket if your coverage is listed as "Moderate"
    Hope this helps,
    Nathan C.

  • Windows dvd maker does not recognize the dvd drive in this computer

    I have windows 7 release candidate on my old desktop and this newish notebook. Windows DVD maker works fine on the desktop but on this Lenovo 3000 N200 it will not recognize the built in dvd drive. I have checked with Device Manager and the software is up to date and the device is working normally. I can make DVD movies using a free program called DVD Flick. DVD Flick recognizes the DVD burner, so why won't Windows DVD Maker work??

    Hi Ppprrrggg,
    The following information was copied from Troubleshoot problems with creating a DVD-Video using Windows DVD Maker
    My DVD failed to burn. What can I do?
    Try one or more of the following:
    Verify that the DVD burner is connected properly to your computer and powered on, and that any necessary software drivers for the DVD burner are installed. You can check your hardware settings in the Device Manager by doing the following:
    1.
    Click Start, and then click Control Panel.
    2.
    Click Hardware and Sound.
    3.
    Click Device Manager.
    Make sure that the videos you're trying to burn are not corrupted. To see whether the videos you want to burn are corrupted, try playing or viewing them using Windows Media Player. If the files don't play using the Player, Windows DVD Maker cannot burn them.
    Choose a slower burning speed for your DVD burner by doing the following:
    1.
    Return to the Add pictures and video to the DVD page, and then click Options.
    2.
    In the DVD burner speed box, select Medium or Slow.
     Does it work?
    Thanks .
    I uninstalled DVD Flick and followed the steps above but no luck.....any other ideas??? Apart from the fact that Windows DVD Maker SHOULD work I find it extra annoying because I think it is a very good program....it's better than DVD Flick, and besides not wanting to fork out money I would prefer to have nothing to do with programs like Nero.
    Hi,
    When you click DVD Maker-what exactly happens?Or what kind of error is?
    when i click dvd
    when I click dvd burner I select videos 2 burn.....videos I can watch on windows media player. After selecting the slowest burn speed I click on ''burn'' just like I do on my 7 year old desktop (which will then burn a dvd movie). But on this notebook I get a little window......''windows dvd maker''. It reads ''dvd burner not found. A dvd burner was not found. Make sure a dvd burner is connected and installed then try again.'' How useless is that???!!! I find it hard to believe this problem cannot be solved. Also I don't believe I can make the problem any clearer!!! Windows has no problem finding the dvd drive if I want to burn a data dvd so how come I can't burn a dvd movie using windows??? please help!!!!!

  • Need to change the status of IDOC of type 'INFREC' to 51 failed

    Hi SapAll.
    here i have got a situation  where iam running a sap standard program 'RBDSEINF' tcode'me18'  by filling in parameters "Info record,Merchanise category as INFREC and while running  it is doing some validations using the Function module 'MASTERIDOC_CREATE_INFREC'  through the sap standard Enhancement which is implemented inside it and there is also code written in the EXIT 'EXIT_SAPLMEAO_002' under the include ' ZXMALU03 'to insert some ZSegments,etc.finally after all the explained process it was creating the IDOC Sucessfully.
    now here the requirement is i need to define some code in the following below mentioned FM  to make the IDOC Fail with status 51 when the below mentioned condition  happens
    code in the FM 'MASTERIDOC_CREATE_INFREC'  in the standared enhancement as below :
    FUNCTION masteridoc_create_infrec.
    """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1) Function Module MASTERIDOC_CREATE_INFREC, Start                                                                                                   A
    *$*$-Start: (1)---------------------------------------------------------------------------------$*$*
    ENHANCEMENT 1  ZRMD_INFOREC_FILTER.
    TYPES: BEGIN OF t_tvkov,
                vkorg TYPE tvkov-vkorg,
                vlgfi TYPE tvkov-vlgfi,
             END OF t_tvkov,
             BEGIN OF t_marc,
                werks TYPE marc-werks,
             END OF t_marc.
    * Variables
      DATA: lv_index TYPE i,
            lv_urzla TYPE eina-urzla,
            lv_matnr TYPE eina-matnr.
    * Tables
      DATA: lt_tvkov TYPE TABLE OF t_tvkov,
            lt_marc  TYPE TABLE OF t_marc.
    * Structures
      DATA: ls_tvkov   LIKE LINE OF lt_tvkov,
            ls_bdieine LIKE LINE OF t_bdieine.
    * Leave only relevant inforecords
      SELECT  SINGLE matnr urzla
        FROM  eina
        INTO  (lv_matnr, lv_urzla)
        WHERE infnr = f_bdieina-infnr.
      IF lv_urzla IS INITIAL.**********************************************************************8
    *    EXIT.
    MESSAGE e019(zrmd_msg).
              TE_IDOC_CONTROL-STATUS ='51'.
             append TE_IDOC_CONTROL.
         ENDIF.*************************************************************************************
    when the above higlited condition is true then i have to create  the IDOC as failed  with the status 51 and with the error message saying 'Country of Origin must be maintained in Purchase info Record”.'
    i have tried debugging for  2 to 3 hours to check if i can create the failed IDOC with status 51 but i couldnt.
    so could any body help me in this.
    regards.
    Varma

    Hi mr  Bhagath.
    the only options where i can get the IDOC Number is as shown in the below attached screen s .
    Varma
    iam not sure of where i can get the IDOC number  and implement the code,the only area where i could get the IDOC number is at the higlited square  block where i explained that i can get but i am not able to write any code there as SAP is not allowing me .
    hope to get the best answer from you.
    regards.
    Varma

  • How to fail messsages when timeout exception is thrown in BPM?

    Hi
    In my BPM, if the time out exception is thrown in BPM, in SXMB_MONI, all the inbound messages' staus is 'processed sucessfully' ? How can I make the message fail?  With a red flag  or anything indicating exception?
    In my design I used deadline branch to throw time out exception.And in the exception branch I used control step to cancel the process.

    Hi,
    In my design I used deadline branch to throw time out exception.And in the exception branch I used control step to cancel the process
    If this is what you have designed then increasing the timeout using the above mentioned blogs doesn't seem to be logical:) (BPM will throw the error when the deadline is meet....can't understand how by increasing timeout will help you)....instead of increasing the timeout you can increase the time limit mentioned in the deadline branch itself to ensure that your message will be processed in that particular time limit.
    Since you have reached the timeout it means that desired message processing has failed so better you raise an alert instead of going for a increase in timeout....increasing timeout decreases performance...
    Regards,
    Abhishek.

  • My keys on my macbook are kinda like sticking down and make a ugly noise please help me

    Hello , my keys on my macbook pro 2011 13" i7 500 gb are stucking and making a weird noise  I dont know what to do ,
    1. How to fix it
    or 2. Send it back and tell the ( macmall ) seller to reclaim it or something please help meee .

    Your code is absolutely unreadable - even if someone was willing to
    help, it's simply impossible. I do give you a few tips, though: If you
    understand your code (i.e. if it really is YOUR code), you should be
    able to realize that your minimum and maximum never get set (thus they
    are both 0) and your exam 3 is set with the wrong value. SEE where
    those should get set and figure out why they're not. Chances are you
    are doing something to them that makes one 'if' fail or you just
    erroneously assign a wrong variable!

  • Titan Installation: make install expects to find binaries in PATH it just installed

    Steps to reproduce:
    cd ~/3rdPartyApps
    git clone https://github.com/eclipse/titan.core titan
    cd titan
    Add Makefile.personal with this content:
    TTCN3_DIR := /path/to/install/titan/
    OPENSSL_DIR := /usr
    JDKDIR := /etc/java-config-2/current-system-vm
    XMLDIR := /usr
    JNI := yes
    GEN_PDF := no
    Build: make
    Try to install: make install
    This fails with:
    make[2]: Leaving directory '/path/to/install/titan/demo'
    /bin/sh: line 4: ttcn3_start: command not found
    kMakefile:25: recipe for target 'install' failed
    make[1]: *** [install] Error 127
    make[1]: Leaving directory '/home/user/3rdPartyApps/titan/hello'
    Makefile:53: recipe for target 'install' failed
    make: *** [install] Error 2
    Workaround:
    After first failing "make install" add titan/bin to PATH and retry:
    PATH=/path/to/install/titan/bin/:${PATH} make install
    Solution:
    "make install" should use absolute or relative paths to the binaries in "titan/bin".

    Hi Lars,
    I have added a new section to README.linux:
    before
    make install
    some environment variables better be set:
    setenv TTCN3_DIR /path/to/install/titan
    setenv PATH /path/to/install/titan/bin:${PATH}
    setenv LD_LIBRARY_PATH /path/to/install/titan/lib:${LD_LIBRARY_PATH}
    for csh
    or
    export TTCN3_DIR=/path/to/install/titan
    export PATH=/path/to/install/titan/bin/:${PATH}
    export LD_LIBRARY_PATH=/path/to/install/titan/lib:${LD_LIBRARY_PATH}
    for bash
    Best regards
    Elemer

Maybe you are looking for

  • How to conditionally put a percentage sign in a column in a report

    Background: In the past, our users have been provided with a spreadsheet of statistics that was created manually, by running a bunch of barely related queries, manually entering the data into the spreadsheet, adding formatting and headings, etc. They

  • I just want to use the iphone for music, internet and video.

    Hello, I recently won an iphone. Scenario 1 what do I need to do if I do not want to activate the phone portion and sign up with At&T, but do want to use all of the non-phone applications the iphone has to offer? Scenario 2 I am currently under contr

  • Unable to edit documents in InDesign CS4

    Hello, A work colleague has recently changed their laptop and installed CS4 - since the getting new computer he has been unable to edit documents (which are fine on my machine). He can select objects and reposition on the screen, but can't edit/delet

  • How to Copy  or Duplicate Video DVD's With Superdrive?

    Copying CD's to the harddrive and then duplicating them on blank Cd's is easy. But what about DVD's? I have several DVD's of good movies, TV programs, etc. that I have recorded off of TV. I would like to make duplicates of some of them. If I insert a

  • How to Use ECC function Module

    Hi Experts - We need to execute the function module in ECC and need to write data in Oracle table. We are using BODS 4.0. How to use function module in data flow ? how it can work as a source ? I just need some basic steps how to use function module