Skip to main content
Nintex Community Menu Bar

smartobject from SQL stored procedure with linked Oracle server

  • June 22, 2018
  • 4 replies
  • 15 views

Hi,

 

I created smartobject from a SQL stored procedure with linked Oracle server inside:

 

 

 

This smart object doesn't return anything but when I run this stored procedure under the same account I have for that Service instance I can see the data.

 

I will really appreciate any help.

 

Thank you

 

4 replies

Forum|alt.badge.img+9
  • June 22, 2018

Hi svi0515,

 

Using Linked server won’t create any problem in result but make sure you are not using query whose result set schema is dynamic in nature.

For Example, if you are using Temp table you will be able to get the result in SQL server, but while creating Smartobject you will not get properties. And though you have create Smartobject result will not appear.


  • Author
  • June 25, 2018

Hi,

 

I attached the file with my code this is a kind of stored procedure I'm using. Can you please confirm the smart object from it will work correct.

 


Forum|alt.badge.img+9
  • June 26, 2018

Hi svi0515,

 

Yes this Stored Procedure will work. 


  • Author
  • July 2, 2018

Yes, I did.

 

THank you