Skip to main content
Nintex Community Menu Bar
Solved

Stored Procedure not show in SmartObject Service Tester

  • January 27, 2017
  • 2 replies
  • 55 views

Forum|alt.badge.img+6

Hi all,

 

I created a stored procedure. However, it was not shown in SmartObject Service Tester.

 

I need to publish it as a SmartObject to be use in my application.

 

Not sure what is going wrong here.

 

Kindly please advice.

 

Thank you.

Best answer by Kran

Hi Foo_yk,

 

            Make Sure for your DataBase Service Instance is registred, if not then Create it.

 

Also note that  after adding any table or Stored procedure you need to refresh ServiceInstance for Database which will be available under Service Object Explorer in Smartobject Tester.

 

Same Can be done by Right Click on  Service Instance and click on "Refresh Service Type".

 

 

 

 

 

 

2 replies

Forum|alt.badge.img+8
  • January 27, 2017
Are you using temp tables in your query? The stored procedure has to be discoverable. This also means that the k2 service account has the necessary rights to both discover and execute the stores procedure.

Forum|alt.badge.img+9
  • Answer
  • January 27, 2017

Hi Foo_yk,

 

            Make Sure for your DataBase Service Instance is registred, if not then Create it.

 

Also note that  after adding any table or Stored procedure you need to refresh ServiceInstance for Database which will be available under Service Object Explorer in Smartobject Tester.

 

Same Can be done by Right Click on  Service Instance and click on "Refresh Service Type".