If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > informix 7.23 replication and create procedure

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-06-06, 17:44
frusconi frusconi is offline
Registered User
 
Join Date: Sep 2005
Posts: 7
informix 7.23 replication and create procedure

I have a 7.23 system replicating to another 7.23 system.

But I don't understand this...

I issued a "CREATE PROCEDURE" on the primary, it return successful, shows up when I query it. But it never replicated to the secondary?

Several checkpoint and log files have since been replicated over, but I am not seeing the procedure ?

Any thoughts? Anyone? Help?
Reply With Quote
  #2 (permalink)  
Old 03-07-06, 07:14
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi,

Please, verify if the objects that refers they exist in the secondary instance.
A form to verify it is, desactive the replicación and test to create it with dbaccess in the secondary instance.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 03-07-06, 09:31
frusconi frusconi is offline
Registered User
 
Join Date: Sep 2005
Posts: 7
simple test procedure

Yes the procedure is very simple, which I am using as a test.

create procedure myproc() returning int;
return 2;
end procedure;
Reply With Quote
  #4 (permalink)  
Old 03-08-06, 12:07
frusconi frusconi is offline
Registered User
 
Join Date: Sep 2005
Posts: 7
Solved.

Well it had nothing to do with the procedure.. There were a bunch of corrupted indexes on the target machine, and although no errors seemed to be logged anywhere, some information was not replicating.

Restored the previous nights backup to the target machine, let the online logs revover and everything replicates correctly.

F.L.A.K.E.Y stuff in this release.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On