I noticed this error for long time for version 13.0 and surprisingly nobody complained or try to fix. . When you try to install the XML service , you will see an error complaining verify_as_shred_u.bteq does not exist. After digging into the folders, under TeradataXML_LINUX_v13.10.00.01\udfs\12.0 folder, you will see a file named as verify_as_shread_U.bteq
rename file to lowercase u easily resolved the issue.
Now for the 14.0. the installation failed, digging into log here is the error message in log/createStub.out
REPLACE PROCEDURE SYSXML.stub_xalanMsg_p (
OUT resultx INTEGER
)
LANGUAGE CPP
CONTAINS SQL
EXTERNAL NAME 'SP!CLI!SP!/home/tdatuser/xml/TeradataXML.14.00.00.00/libxa
lanMsg.so';
*** Create procedure completed with error(s).
*** Warning: 5603 Errors encountered in compiling UDF/XSP/UDM/UDT/JAR.
*** Total elapsed time was 1 second.
Errors/Warnings reported during compilation
---------------------------------------------------------------------------
/usr/bin/gcc -D_REENTRANT -D_LIBC_REENTRANT -I /opt/teradata/client/13.10/
include -I/usr/tdbms/etc -L /opt/teradata/client/13.10/lib64 -L/usr/tdbms
/lib -fpic -c Teradata_new_delete.cpp
/usr/bin/gcc -D_REENTRANT -D_LIBC_REENTRANT -I /opt/teradata/client/13.10/
include -I/usr/tdbms/etc -L /opt/teradata/client/13.10/lib64 -L/usr/tdbms
/lib -fpic -c pre_stub_xalanMsg_p.c
/usr/bin/gcc -shared -fpic -Xlinker -rpath -Xlinker /usr/tdbms/lib -Wl,--ve
rsion-script=/var/opt/teradata/tdtemp/UDFTemp/0516.16380.61B5cce/UserUdf_ve
rsions.scr -D_REENTRANT -D_LIBC_REENTRANT -I /opt/teradata/client/13.10/in
clude -I/usr/tdbms/etc -L /opt/teradata/client/13.10/lib64 -L/usr/tdbms/l
ib -o libudf_0516_137_1.so Teradata_new_delete.o pre_stub_xalanMsg_p.o -
lcliv2 /home/tdatuser/xml/TeradataXML.14.00.00.00/libxalanMsg.so -ludf -
lm -ljil -lstdc++
gcc: /home/tdatuser/xml/TeradataXML.14.00.00.00/libxalanMsg.so: No such fil
e or directory
make: *** [libudf_0516_137_1.so] Error 1
/var/opt/teradata/tdtemp/UDFTemp/0516.16380.61B5cce/libudf_0516_137_1.so: c
annot open shared object file: No such file or directory
any ideas??