------Query Database -------

I am getting following error : SQL query. SQL Message : Missing IN or OUT parameter at index:: 1

query:
select cname from schemaname.tablename where id =acid

OriginalPostID-250708

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    @azharuddinm i think it's better to Debug the process to understand the actual cause whether there is something wrong with query or with Data i.e. id . Try passing static value for id rather than ac! or pv! and try executing the Process, if this works, means there is something wrong with the data as @Ammireddy Srinivasareddy said earlier. If still the same then i recommend try executing the same query Manually in DB

    hope this will help you to debug and resolve the issue
Reply
  • 0
    Certified Lead Developer
    @azharuddinm i think it's better to Debug the process to understand the actual cause whether there is something wrong with query or with Data i.e. id . Try passing static value for id rather than ac! or pv! and try executing the Process, if this works, means there is something wrong with the data as @Ammireddy Srinivasareddy said earlier. If still the same then i recommend try executing the same query Manually in DB

    hope this will help you to debug and resolve the issue
Children
No Data