I got exception "Cannot create channel sink to connect
to URL tcp:\\serverB:9000\RemotingBOFactory. An appropriate has
probably not been registered" when trying to get remote object factory that
has been registered as a well known service on serverB from serverA. This
is occured when a client connected to server A trigger serverA to
export data to server B (client request object from server A for dumping
content, then object from server A request object from server B to
download content from server A and inject that content to DB server)
This exception doesn't occur when :
- try that concept only (not running the whole application)
- hardcoded url of server B
Does anyone have explanations for this problem Need help as soon as possible.
Regards,
Mulyanto

Cannot create channel sink
rickyrulz
Please send a small repro.
Dwz2006