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 > DB2 > SQL Replication

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-29-08, 20:30
blackhawk_123 blackhawk_123 is offline
Registered User
 
Join Date: Jul 2008
Posts: 17
SQL Replication

Hi,

I am trying to do SQL Replication (DB2 V9.1.4 on Linux) and while creating the subscription set I am getting the following error. Can someone tell how to overcome this issue?

ASN1550E The replication action "Create Subscription Set" ended in error. The value for the input parameter "target server information" is missing.

ASN1954E ASNCLP : Command failed.

--------------------This is what I am trying to do-----------
SET SERVER CAPTURE TO DB TEST1 id d1 password "xx";
SET SERVER CONTROL TO DB TEST id d2 password "xx";
SET OUTPUT CAPTURE SCRIPT "capsubset.sql" CONTROL SCRIPT "appsubset.sql";
SET LOG "subset.err";
SET RUN SCRIPT LATER;

# 2 Creating a subscription set
# The CREATE SUBSCRIPTION SET command creates a set named SET00 with an Apply
# qualifier of AQ00. It specifies that the set be activated indefinitely on a
# specified start date and time, and that the set be processed every minute.

CREATE SUBSCRIPTION SET SETNAME SET00 APPLYQUAL AQ00 ACTIVATE YES TIMING INTERVAL 15 START DATE "2008-10-30" TIME "09:00:00.000000";



Thank you all in advance
Reply With Quote
  #2 (permalink)  
Old 10-30-08, 08:24
przytula_guy przytula_guy is offline
Registered User
 
Join Date: Apr 2006
Location: Belgium
Posts: 1,159
as the message indicates : no target server is defined
you defined capture/control server and no target db
__________________
Best Regards, Guy Przytula
Database Software Consultant
DB2 UDB LUW Certified V7-V8-V9-V9.7 DB Admin - Dprop..
Information Server Datastage Certified
http://www.infocura.be
Reply With Quote
  #3 (permalink)  
Old 10-30-08, 13:52
blackhawk_123 blackhawk_123 is offline
Registered User
 
Join Date: Jul 2008
Posts: 17
Hi Guy,
Can you tell me how to do that please as I as am new to replication, I couldn't it find it anywhere, where ever I see they have just defined capture/control servers.
Reply With Quote
  #4 (permalink)  
Old 10-30-08, 14:33
blackhawk_123 blackhawk_123 is offline
Registered User
 
Join Date: Jul 2008
Posts: 17
Hi ,
Well I got it thank you I defined the target server... thanks once again
Reply With Quote
  #5 (permalink)  
Old 05-23-10, 08:55
madhurecw madhurecw is offline
Registered User
 
Join Date: May 2010
Posts: 2
SQL replication error

Hi

I am new to DB2 SQL Replication on Windows.

I am trying to CREATE SUBSCRIPTION SET but failing due to following error :
ASN1550E The replication action "Create Subscription Set" ended in error. The value for the input parameter "target server information" is missing.

ASN1954E ASNCLP : Command failed.

SET SERVER CAPTURE TO DB SAMPLE ID DB2ADMIN PASSWORD "db2admin";


SET SERVER CONTROL TO DB TARGET ID DB2ADMIN PASSWORD "db2admin";

SET OUTPUT CAPTURE SCRIPT "capsubset.sql" CONTROL SCRIPT "appsubset.sql";

SET LOG "subset.err";

# 2 Creating a subscription set # The CREATE SUBSCRIPTION SET command creates a set named SET00 with an Apply # qualifier of AQ00. It specifies that the set be activated indefinitely on a # specified start date and time, and that the set be processed every minute.


CREATE SUBSCRIPTION SET SETNAME SET00 APPLYQUAL AQ00 ACTIVATE YES TIMING INTERVAL 1 START DATE "2010-05-23" TIME "18:15:00.000000";


QUIT;

I am getting the following error :

ASN1550E The replication action "Create Subscription Set" ended in error. The value for the input parameter "target server information" is missing.

ASN1954E ASNCLP : Command failed.


Please let me know how to define the target server.

Thank you.

Please reply.
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