Re: Extract indexes
I think I said this before and recently, but maybe not to you: Get my package utils2_ak from the IIUG Software Repository and build it. One of the utilities in there is my dbschema replacement utility...
View ArticleRE: Extract indexes
Something like cat schema.sql | sed 's/^create table/);/p' cat schema.sql | sed 's/^create .*index/);/p' Cheers Paul -----Original Message----- From: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org]...
View ArticleRe: Extract indexes
You can generate the schema, don't modify it, recreate tables with this schema, disable all indexes (one by one), load data, set pdq if you like, then enable indexes (one by one). I believe this...
View Articlecant access DBSERVERALIASES
IBM Informix Dynamic Server Version 11.50.FC9 Linux wldbt633 2.6.32-358.2.1.el6.x86_64 #1 SMP Wed Feb 20 12:17:37 EST 2013 x86_64 x86_64 x86_64 GN U/Linux can anyone help please I have set up a...
View ArticleRe: cant access DBSERVERALIASES
Check your net stats to see if the port is already in use. Also make = sure that the server is defined in /etc/hosts. You might need to check your= server to see if there was a problem when bringing up...
View ArticleRe: cant access DBSERVERALIASES
What does the sqlhosts entry for the DBSERVERNAME entry look like? Art Art S. Kagel Advanced DataTools (www.advancedatatools.com) Blog: http://informix-myview.blogspot.com/ Disclaimer: Please keep in...
View ArticleRe: cant access DBSERVERALIASES
entry as follows dbt633_ecms_uat onsoctcp wldbt633 1526 everthing seems ok now there have been some network errors ******************************************************************************* To...
View Articlea problem with backup a logical logs
Hello, Yesterday I have a problem with the backup the logical logs and I attached the information that I got from Informix: Can anyone help me to find the problem in order to void this in the future?...
View ArticleRE: a problem with backup a logical logs
What tool are using to perform the logical log backup? Ontape, onbar? > To: ids@iiug.org > From: muthana.al-temimi@tu-harburg.hamburg.de > Subject: a problem with backup a logical logs [30101]...
View ArticleAW: a problem with backup a logical logs
Ontape -a -d -----Ursprüngliche Nachricht----- Von: ids-bounces@iiug.org [mailto:ids-bounces@iiug.org] Im Auftrag von Andrew Grantham Gesendet: Donnerstag, 18. April 2013 10:43 An: ids@iiug.org...
View ArticleRe: AW: a problem with backup a logical logs
Hi, the message "Aborted by client." means ... exactly that. In your case, the client was "ontape". For some reason, ontape was not able to continue with the backup, and hence "aborted" it. The...
View ArticleRe: a problem with backup a logical logs
More useful would be the output on the terminal from the ontape/onbar that failed! Art Art S. Kagel Advanced DataTools (www.advancedatatools.com) Blog: http://informix-myview.blogspot.com/ Disclaimer:...
View ArticleRE: a problem with backup a logical logs
Another possibility is to include the -v option when invoking ontape. This option causes additional information to go to the output. Rob Schmitz CenturyLink IS Database Services 913-791-2195...
View ArticleRE: cant access DBSERVERALIASES
Also telnet <server> <port> then hit return, you should get a 408 error in the online.log if you get to the engine Cheers Paul -----Original Message----- From: ids-bounces@iiug.org...
View ArticleRe: External C functions
The jfm_return example worked great, but I can't get the jfm_upshift to link. I get: xlc -q64 -qmkshrobj -o jfm_upshift.so jfm_upshift.o -L/home/carsids/callj/lib/common -lcommon -lc...
View ArticleRE: TimeSeries update statistics recommendatio....
Good question. Update statistics on a table with a time series column will not play a role in how TimeSeries operations/functions like Apply or AggregateBy behave on the time series elements in the...
View ArticleRe: External C functions
I believe the problem is with the linking. These functions are defined in "oninit" and will be resolved once the shared library is loaded. You just need to tell the linker to look for them later. John...
View ArticleRe: External C functions
I had to include " -G -bexpall -bnoentry" in my link line for it to work so all is good. Thanks! ******************************************************************************* To post a response via...
View ArticleRe: External C functions
John C.: You forgot to compile and link to a shared library. Your compiler command is trying to create an executable which requires all identifiers to be resolved (at least with a shared library place...
View ArticleRE: cmsm in a cluster + switchover? DRAUTO=1+3 ???
Great news! I will ask some friend to take note of this (unfortunately I cannot join the conf this year). Thanks a lot, MP, and Art. Regards. Alexandre Marini IBM Informix Certified Professional v10 /...
View Article