I've found the answer by trial and error $(x = 4 , y=2,z=1) \Rightarrow$ $A = 3$. I tried to solve it using modular arithmetic but it didn't work .
$$3x + 5y + 7z = 29 $$
$$ 3x + 5y+7z \equiv 29 \mod 3$$
$$ 2y +z \equiv 2 \mod 3 $$ $$ y= -k , z=2k + 2$$
putting $ y= -k , z=2k + 2$ to original equation leads to $x = -3k + 5$ . Then $A = -3k+5 +k +2k+2 = 7$ . What's wrong about my answer?
Since you have only asked about what has gone wrong through your working, I will limit myself to that.
You have found $y=-k$ and $z=2k+2$
Now $x>0,y>0,z>0$, that means $y=-k>0$ implies that $k<0$
$k<0\implies 2k<0\implies 2k+2<2 \implies z<2\implies z=1$ as $z\in \mathbb{Z}^+$
But that is a contradiction as $z$ is even in your case$(z=2k+2)$!!!
In short, $2y+z\equiv 2 \mod3$ have other solutions too, like $z=3,y=1$