Page 1 of 1

Problems with STP stage

Posted: Tue Apr 01, 2008 3:34 pm
by yaminids
Friends,

I was trying to use STP stage, for the first time, to execute the stored procedure. The design of the job is simple: it executes a procedure without any input parameters

STP stage properties
Stored Procedure Name: PROMOTION_DIM.MAIN_PROCESS
Generate Procedure Call: NO
Procedure Type: Source
Stored Procedure Statement: BEGIN PROMOTION_DIM.MAIN_PROCESS(); END;

The job compiles without errors/warnings but when I try to execute the job it fails with the following error:

"Client Library property required for stage STP_STG.Stored_Procedure_41"

Can someone help me with this error?

Thanks in advance
Yamini

Posted: Tue Apr 01, 2008 5:01 pm
by jhmckeever
Your best (and quickest) help would come from performing a <a href="search.php">search</a> on your error message.

It would have delivered useful topics on your, like perhaps <a href="viewtopic.php?t=104192&highlight=Client ... tage">this one</a>.

J.