|
I've only heard of a similar situation from one other customer. I've
no idea whether the problem is with Data Distributor, the software it
talks to, or hardware. That is, the amount of information avilable on
the problem is slim, so I couldn't even hazard a guess as to what was
going on.
I'd like to compare your hardware and software configuration with that
of the other customer just to see if they are nearly the same. What
cpu's do you have at the source and target sites? What type of hardare
connection do you use for the network link? What version of Data
Distributor do you have? What versions of the source and target
database systems do you use? What type of transfer was being executed?
|
| It worked, and it didn't injure the database, thankfully !
I will post the requested info as soon as I get chance - the one thing I was
told was that the target node "fell off the FDDI ring" - I don't know that that
is different from the node crashing, or the network crashing, but... By doing
a Stop/id=, I don't suppose anything of any use will be left out there ?
Thanks again,
Charles
|
|
Well, you can always look at the transfer's log file. We call this the
coy process log file to distinguish it from the transfer monitor's log
file. That log file is named in the transfer definition, which you can
see using SHOW TRANSFER (DEFINITION) xxx; using SQL. Whether or not
there's anything helpful there I can't say.
As I said, the information at hand on this type of problem is slim. My
thought for a future diagnostic feature would be to add an option for
Data Distributor to keep track of how many calls it makes to the
database system. Then, after every N calls (perhaps specifiable by the
customer), Data Distributor would log some informational message.
How might this help? Well, if you know it is trying to transfer 1000
rows of data from one database to another but it says it had to perform
1,000,000 database calls, there's something wrong and Data Distributor
might be a part of what's wrong. If it says it's making only 1000
database calls but the I/O activity on the database system is
exhorbitantly high, that would indicate a probable internal database
system error (or perhaps a hardware error).
It's not much of a diagnostic aid, I agree. Any ideas?
|