'Sending Transaction in Geth RPC onsole

I am using GETH and have deployed a private block chain. One thing I came across is that accounts are attached to nodes and when I attach with a particular node say Node A, I am not able to send transactions from accounts created on Node B to other accounts. Sending transactions from accounts in Node A to any account works fine.

Is there a way I can solve this issue or is this a limitation from GETH. To my knowledge blockchain accounts are independent from the nodes so I am a bit confused.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source