Hi
I'm trying to execute a stored procedure from b1if atom "call sql" but this give me an error:
<Msg xmlns="urn:com.sap.b1i.vplatform:entity"> <Body> <Payload Role="X" id="atom5"> <Row xmlns=""> <BD>0010000110</BD> <Script>execute [flexline].[falr_InsertHoras] '9837948-7', '101', '49:00', 'HORA NORMAL'</Script> </Row> </Payload> <Payload Role="C" id="atom6" system="0010000110" mode="single" method="Automatic detection by key word(Automatic detection by key word)" plr="4" dbtype="SQL" blockExecution="false" compatibilityMode="true" delimiter=";" sql="execute [flexline].[falr_InsertHoras] '9837948-7', '101', '49:00', 'HORA NORMAL'" disable-output-escaping="false"> <SqlExceptions xmlns="urn:com.sap.b1i.adapter:jdbcadapter"> <SqlException> <ErrorCode>0</ErrorCode> <Message>com.microsoft.sqlserver.jdbc.SQLServerException: Unable to identify the table exec [flexline].[falr_InsertHoras] '9837948-7', '101', '49:00', 'HORA NORMAL' for the metadata.</Message> <SqlState/> </SqlException> </SqlExceptions> </Payload> </Body></Msg>
I used this atom before and have no problem with this"