I am upgrading a PB 12.6 application that uses a SQLAnywhere 12 db that pipes to an Oracle 11g db. I am getting pipe errors, -4 specifically telling me the table doesn't exist, yet I can re-create the pipe in the IDE and it works without an error but when I run the pipe though my application, the pipe gets the -4, table does not exist. How do I tell which table it thinks doesn't exist? Is it my Source table or the Destination table? I have re-created the pipes 3 times, they work when I execute them but error -4 in the PB application. The application has 7 different pipes and only 3 of them are getting the -1 error.
Thank you for any help you may have!