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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Bizzo
Contributor
Contributor

tMSSqlSP settings parameters name not editable

I'm trying to use tMSSqlSP to invoke and SP on my destination DB to log some message during the job execution. The SP expects a couple of parameters, something like this:

 

CREATE PROCEDURE etl.SessionLog_AddMessage(@MessageType varchar(20),@Message varchar(4000))

 

The problem is in the component settings: after I clicked the "+" button in the "Parameters" area, a new line is added but I can't type in the "Schema column" to insert the parameter name.

 

Probably I'm misunderstanding something. Sorry but I'm really a newbie with this tools.

 

0683p000009Lsze.pngScreenshot

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

We are supposing that you have read the online component reference about:TalendHelpCenter:tMysqlSP.

You need click the Plus button and select the various Schema Columns from dropdown list that will be required by the procedures. It is not editable. Please click 'Edit schema' to make changes to the schema if need be.

0683p000009Lt7F.png

Best regards

Sabrina

 
 

View solution in original post

2 Replies
Anonymous
Not applicable

Hello,

We are supposing that you have read the online component reference about:TalendHelpCenter:tMysqlSP.

You need click the Plus button and select the various Schema Columns from dropdown list that will be required by the procedures. It is not editable. Please click 'Edit schema' to make changes to the schema if need be.

0683p000009Lt7F.png

Best regards

Sabrina

 
 
Bizzo
Contributor
Contributor
Author

Thank you Sabrina!

From your answer I also understood I had to feed the parameters for the tmsSQLSP via another component.

For my needs I used tFixedFlowInput.

Best regards.

Alberto