I presume this is viscous fluid with viscosity $\mu$. You are right about constant $A$ by using the "no-slip" condition on the boundary $x_2=0$. To get $B$, you may just use the incompressibility condition, i.e.
$$
\nabla \cdot \vec u=\frac{\partial u_1}{\partial x_1}+\frac{\partial u_2}{\partial x_2}=0
$$
The equation should require that $B=-1$.
To get the traction the fluid exerts on the plate, you should be introduced the concept of stress tensor:
$$
\sigma_{ij}=-p\delta_{ij}+2\mu e_{ij}
$$
where
$$
e_{ij}=\frac12 \left( \frac{\partial u_i}{\partial x_j}+\frac{\partial u_j}{\partial x_i} \right)
$$
which is the symmetric strain rate tensor.
Having calculated the $2 \times 2$ matrix $\sigma_{ij}$, and remembering that the force per unit area (stress) exerted on the fluid by a surface with unit normal $\vec n$ pointing out of the fluid is $\sigma \times \vec n$, you should then be able to calculate the force, depending on which side it is.
Hope this helps.