cancel
Showing results for 
Search instead for 
Did you mean: 

Received Alerts (OAIB)

Former Member
0 Kudos

Hi all experts,

I created one store procedure to execute one report. i executed this store in my database and it also work.

but when i execute in Query Manager, it error like this Received Alerts (OAIB).

This is my execute in Query Manager EXEC WS_Report_PTC_Request_Form [%0] (Not work)


and this is my execute in SQL Server exec WS_Report_PTC_Request_Form 2(Worked)

Thanks

TONY

Accepted Solutions (0)

Answers (1)

Answers (1)

KennedyT21
Active Contributor
0 Kudos

Hi Soeun Tony

Try This

EXEC WS_Report_PTC_Request_Form '[%0]'

Regards

Kenned