Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
castiellll
Contributor III
Contributor III

Deal with HEX values for CDC

Hello everybody,

 

I am using CDC technology in MSSql and use a stored procedure with some parameters to retrieve the data.

The start and end timestamps are returned by another SP and are in Hexadecimal.

I stored them in global variables as byte[].

 

0683p000009M36k.png

 

I get the parameters from tFixedFlowInput and enter them as 'In' Param to the procedure.

 

0683p000009M3Ux.png

But 'result' which is a result set is null. I tried manually the SP in SQL server and it returns results.

 

I don't know if I missed something or if the problem comes from the byte[] of the timestamps ??

 

Thank you in advance for  you help.

 

Sofiane.

Labels (2)
1 Solution

Accepted Solutions
castiellll
Contributor III
Contributor III
Author

Ok finally after profiling it, we saw that it was an error on the function name.

0683p000009MACn.png

View solution in original post

1 Reply
castiellll
Contributor III
Contributor III
Author

Ok finally after profiling it, we saw that it was an error on the function name.

0683p000009MACn.png