Join IIUG
 for   
 

Informix News
18 Nov 13 - ZDNet - Top 20 mobile skills in demand... Read
09 Sep 13 - telecompaper - Shaspa and Tatung have shown a new smart home platform at Ifa in Berlin. Powered by the IBM Informix software... Read
06 Sep 13 - IBM data magazine - Mission Accomplished - Miami, Florida will be the backdrop for the 2014 IIUG Informix Conference... Read
01 Feb 13 - IBM Data Magazine - Are your database backups safe? Lester Knutsen (IBM Champion) writes about database back up safety using "archecker"... Read
14 Nov 12 - IBM - IBM's Big Data For Smart Grid Goes Live In Texas... Read
3 Oct 12 - The Financial - IBM and TransWorks Collaborate to Help Louisiana-Pacific Corporation Achieve Supply Chain Efficiency... Read
28 Aug 12 - techCLOUD9 - Splunk kicks up a SaaS Storm... Read
10 Aug 12 - businessCLOUD9 - Is this the other half of Cloud monitoring?... Read
3 Aug 12 - IBM data management - Supercharging the data warehouse while keeping costs down IBM Informix Warehouse Accelerator (IWA) delivers superior performance for in-memory analytics processing... Read
2 Aug 12 - channelbiz - Oninit Group launches Pay Per Pulse cloud-based service... Read
28 May 12 - Bloor - David Norfolk on the recent Informix benchmark "pretty impressive results"... Read
23 May 12 - DBTA - Informix Genero: A Way to Modernize Informix 4GL Applications... Read
9 Apr 12 - Mastering Data Management - Upping the Informix Ante: Advanced Data Tools... Read
22 Mar 12 - developerWorks - Optimizing Informix database access... Read
14 Mar 12 - BernieSpang.com - International Informix User Group set to meet in San Diego... Read
1 Mar 12 - IBM Data Management - IIUG Heads West for 2012 - Get ready for sun and sand in San Diego... Read
1 Mar 12 - IBM Data Management - Running Informix on Solid-State Drives.Speed Up Database Access... Read
26 Feb 12 - BernieSpan.com - Better results, lower cost for a broad set of new IBM clients and partners... Read
24 Feb 12 - developerWorks - Informix Warehouse Accelerator: Continuous Acceleration during Data Refresh... Read
6 Feb 12 - PRLOG - Informix port delivers unlimited database scalability for popular SaaS application ... Read
2 Feb 12 - developerWorks - Loading data with the IBM Informix TimeSeries Plug-in for Data Studio... Read
1 Feb 12 - developerWorks - 100 Tech Tips, #47: Log-in to Fix Central... Read
13 Jan 12 - MC Press online - Informix Dynamic Server Entices New Users with Free Production Edition ... Read
11 Jan 12 - Computerworld - Ecologic Analytics and Landis+Gyr -- Suitors Decide to Tie the Knot... Read
9 Jan 12 - planetIDS.com - DNS impact on Informix / Impacto do DNS no Informix... Read
8 Sep 11 - TMCnet.com - IBM Offers Database Solution to Enable Smart Meter Data Capture... Read
1 Aug 11 - IBM Data Management Magazine - IIUG user view: Happy 10th anniversary to IBM and Informix... Read
8 Jul 11 - Database Trends and Applications - Managing Time Series Data with Informix... Read
31 May 11 - Smart Grid - The meter data management pitfall utilities are overlooking... Read
27 May 11 - IBM Data Management Magazine - IIUG user view: Big data, big time ( Series data, warehouse acceleration, and 4GLs )... Read
16 May 11 - Business Wire - HiT Software Announces DBMoto for Enterprise Integration, Adds Informix. Log-based Change Data Capture... Read
21 Mar 11 - Yahoo! Finance - IBM and Cable&Wireless Worldwide Announce UK Smart Energy Cloud... Read
14 Mar 11 - MarketWatch - Fuzzy Logix and IBM Unveil In-Database Analytics for IBM Informix... Read
11 Mar 11 - InvestorPlace - It's Time to Give IBM Props: How many tech stocks are up 53% since the dot-com boom?... Read
9 Mar 11 - DBTA - Database Administration and the Goal of Diminishing Downtime... Read
2 Feb 11 - DBTAs - Informix 11.7 Flexible Grid Provides a Different Way of Looking at Database Servers... Read
27 Jan 11 - exactsolutions - Exact to Add Informix Support to Database Replay, SQL Monitoring Solutions... Read
25 Jan 11 - PR Newswire - Bank of China in the UK Works With IBM to Become a Smarter, Greener Bank... Read
12 Oct 10 - Database Trends and Applications - Informix 11.7: The Beginning of the Next Decade of IBM Informix... Read
20 Sep 10 - planetIDS.com - ITG analyst paper: Cost/Benefit case for IBM Informix as compared to Microsoft SQL Server... Read
20 Jul 10 - IBM Announcements - IBM Informix Choice Edition V11.50 helps deploy low-cost scalable and reliable solutions for Apple Macintosh and Microsoft Windows... Read
20 Jul 10 - IBM Announcements - Software withdrawal: Elite Support for Informix Ultimate-C Edition... Read
24 May 10 - eWeek Europe - IBM Supplies Database Tech For EU Smart Grid... Read
23 May 10 - SiliconIndia - IBM's smart metering system allows wise use of energy... Read
21 May 10 - CNET - IBM to help people monitor energy use... Read
20 May 10 - ebiz - IBM Teams With Hildebrand To Bring Smart Metering To Homes Across Britain... Read
19 May 10 - The New Blog Times - Misurare il consumo energetico: DEHEMS è pronto... Read
19 May 10 - ZDNet - IBM software in your home? Pact enables five-city smart meter pilot in Europe... Read
17 March 10 - ZDNet (blog) David Morgenstern - TCO: New research finds Macs in the enterprise easier, cheaper to manage than... Read
17 March 2010 - Virtualization Review - ...key components of Big Blue's platform to the commercial cloud such as its WebSphere suite of application ser vers and its DB2 and Informix databases... Read
10 February 2010 - The Wall Street Journal - International Business Machines is expanding an initiative to win over students and professors on its products. How do they lure the college crowd?... Read


End of Support Dates

IIUG on Facebook IIUG on Twitter

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum

problem in synching a table between 2 informix ins

Posted By: Khaled Bentebal
Date: Monday, 3 December 2012, at 1:15 p.m.

HI All,

We have 2 instances using Informix 11.70.FC6 on linux. The instance on
instance A is the source and the instance on instance B is the target;
we are using ER to perform the sync.

We have 483 tables to sync.

- ERKEYs have been added to all of the tables
- the replicates have been defined
- the replicates have been started
- 482 tables have been synched

ONE TABLE DOES NOT WANT TO SYNC for some reason.

*Here the definition of the replicate: (TABLE si the name of an
individual table)*
cdr define replicate --erkey -M g_edilnet_prim --scope=row -u -n n -C
always ${TABLE}_replicate \
"P $BASE@g_edilnet_prim:'informix'.${TABLE}" "select * from
'informix'.${TABLE}" \
"R $BASE@g_edilnet_sec:'informix'.${TABLE}" "select * from
'informix'.${TABLE}"

*Here is the sync command:*
cdr sync repl -r ${TABLE}_replicate -m g_edilnet_prim g_edilnet_sec

*Here is the schema of the table that does not want to replicate totally:*
----------------------------------------------------------------------

create table "informix".hub_ligne_commande (

id_ligne_commande serial8 not null ,

id_commande int8 not null ,

ean13 char(13) not null ,

gln_distributeur char(13) not null ,

prix_unitaire integer,

quantite integer

default 1,

reference_ligne varchar(255)

default '',

retour_status varchar(255)

default '',

retour_message varchar(255)

default '',

timestamp_c datetime year to fraction(5)

default current year to fraction(5) not null ,

timestamp_m datetime year to fraction(5)

default current year to fraction(5) not null ,

hub_link_book_key char(32)

default '' not null ,

platform_link_book_url varchar(255),

platform_order_line_id varchar(32)

) with erkey extent size 16 next size 16 lock mode page;

revoke all on "informix".hub_ligne_commande from "public" as "informix";

create unique index "informix".hub_ligne_commande_1 on "informix"

.hub_ligne_commande (id_ligne_commande) using btree in idxdbs5;

create index "informix".hub_ligne_commande_3 on
"informix".hub_ligne_commande

(id_commande) using btree in idxdbs5;
alter table "informix".hub_ligne_commande add constraint primary key
(id_ligne_commande) ;
----------------------------------------------------------------------------------

*The target table gets some rows and we get the following errors in the
log:*
18:15:21 CDR CDRDS: transaction aborted (Unknown error code) with sql
error 268 isam error 100.
18:15:21 CDR CDRDS: transaction aborted (Unknown error code) with sql
error 268 isam error 100.
18:15:21 CDR CDRDS: transaction aborted (Unknown error code) with sql
error 268 isam error 100.
18:15:21 CDR CDRDS: transaction aborted (Unknown error code) with sql
error 268 isam error 100.
18:15:21 CDR CDRDS: transaction aborted (Unknown error code) with sql
error 268 isam error 100.
.....

We have just have 103000 rows in the source table and all of the
contents that are part of the PRIMARY column are of course unique.

I only get some of the rows synched : sometimes 481, sometimes 100, etc.

*Here is a check after trying to sync:*
-------------------------------------------------------
Dec 03 2012 19:00:34 ------ Table scan for
hub_ligne_commande_replicate start --------

Node Rows Extra Missing Mismatch Processed
---------------- --------- --------- --------- --------- ---------
g_edilnet_prim 103465 0 0 0 0
g_edilnet_sec 100 0 7696 0 0

WARNING: replicate is not in sync
Dec 03 2012 19:00:47 ------ Table scan for
hub_ligne_commande_replicate end ---------

command failed -- WARNING: replicate is not in sync (178)
-----------------------------------------------------------------------

*After deleting all of the rows from the target table (0 rows), I get
the following after a check:*
------------------------------------------------------------------------------------
Dec 03 2012 19:04:20 ------ Table scan for
hub_ligne_commande_replicate start --------

Node Rows Extra Missing Mismatch Processed
---------------- --------- --------- --------- --------- ---------
g_edilnet_prim 103465 0 0 0 0
g_edilnet_sec 0 0 8221 0 0

WARNING: replicate is not in sync
Dec 03 2012 19:04:32 ------ Table scan for
hub_ligne_commande_replicate end ---------

------------------------------------------------------------------------------------

I also used a different starting point for the SERIAL8 (the highest
value known for the SERIAL8 at the source level) and the same problems
happens.

I took out the Primary contraint and kept the UNIQUE index, but the
problem is the same.

I also tried to perform a repair with the check, and not any better.

ANY IDEAS ARE WELCOME !!!

--
Cordialement, Regards,

Khaled Bentebal
Directeur Général - ConsultiX
Président UGIF - User Group Informix France
IIUG - Board of Directors
Tél: 33 (0) 1 39 12 18 00
Fax: 33 (0) 1 39 12 18 18
Mobile: 33 (0) 6 07 78 41 97
Email: khaled.bentebal@consult-ix.fr
Site Web: www.consult-ix.fr

Messages In This Thread

[ View Thread ] [ Post Response ] [ Return to Index ] [ Read Prev Msg ] [ Read Next Msg ]

IDS Forum is maintained by Administrator with WebBBS 5.12.