vSRO Çözüldü Could not find stored procedure '_SMC_DEL_TimedJob

  • Konuyu Başlatan Konuyu Başlatan admin00
  • Başlangıç tarihi Başlangıç tarihi

admin00

.
Aktiflik: 1%
1 Mesaj
Katılım
12 Ocak 2026
Mesajlar
66
Tepkime puanı
8
Puan
8
Thread owner
SMC'den timedjob silmeye çalıştığımda bu hatayı alıyorum. Prosedür bulunamadı diyor.
ShardManager bu hatayı veriyor, yardımcı olursanız teşekkürler
execute query error : exec _SMC_DEL_TimedJob '46', 10
Query Error!!! Query Result : -1, Query : exec _SMC_DEL_TimedJob '46', 10
SQL Error State:42000, Native Error Code: AFC, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure '_SMC_DEL_TimedJob'.
exec _SMC_DEL_TimedJob '46', 10
 
Çözüm
SMC'den timedjob silmeye çalıştığımda bu hatayı alıyorum. Prosedür bulunamadı diyor.
ShardManager bu hatayı veriyor, yardımcı olursanız teşekkürler
execute query error : exec _SMC_DEL_TimedJob '46', 10
Query Error!!! Query Result : -1, Query : exec _SMC_DEL_TimedJob '46', 10
SQL Error State:42000, Native Error Code: AFC, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure '_SMC_DEL_TimedJob'.
exec _SMC_DEL_TimedJob '46', 10
Why do you want to use _SMC_DEL_TimedJob?
You can do this directly using SQL queries.

First, you need to get the CharID and the related skill basic code using this query:

SQL:
İçeriği görebilmek için Giriş yap ya da üye ol.
SMC'den timedjob silmeye çalıştığımda bu hatayı alıyorum. Prosedür bulunamadı diyor.
ShardManager bu hatayı veriyor, yardımcı olursanız teşekkürler
execute query error : exec _SMC_DEL_TimedJob '46', 10
Query Error!!! Query Result : -1, Query : exec _SMC_DEL_TimedJob '46', 10
SQL Error State:42000, Native Error Code: AFC, ODBC Error: [Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure '_SMC_DEL_TimedJob'.
exec _SMC_DEL_TimedJob '46', 10
Why do you want to use _SMC_DEL_TimedJob?
You can do this directly using SQL queries.

First, you need to get the CharID and the related skill basic code using this query:

SQL:
İçeriği görebilmek için Giriş yap ya da üye ol.



Deleting the TimedJob
After you identify the correct JobID (skill ID), you can delete the timed job using this query:


SQL:
İçeriği görebilmek için Giriş yap ya da üye ol.

Note: Replace 545454 with the correct JobID for the skill you want to remove.
 
Oyla 0
Çözüm
Thread owner
Why do you want to use _SMC_DEL_TimedJob?
You can do this directly using SQL queries.

First, you need to get the CharID and the related skill basic code using this query:

SQL:
İçeriği görebilmek için Giriş yap ya da üye ol.



Deleting the TimedJob
After you identify the correct JobID (skill ID), you can delete the timed job using this query:


SQL:
İçeriği görebilmek için Giriş yap ya da üye ol.

Note: Replace 545454 with the correct JobID for the skill you want to remove.
SQL'den manuel olarak silmeyi biliyorum. Verdiğin kodlar ve emeğin için teşekkür ederim. Fakat SMC üzerinden daha kolay işlem yapıldığı için prosedürü bulmak istedim.
 
Oyla 0
SQL'den manuel olarak silmeyi biliyorum. Verdiğin kodlar ve emeğin için teşekkür ederim. Fakat SMC üzerinden daha kolay işlem yapıldığı için prosedürü bulmak istedim.
sorry i didn't use smc to delete timedjob before and i don't know what the Prosedür do

its better you can use my query its will help you,
 
Oyla 0

Bu konuyu görüntüleyen kullanıcılar

Geri
Üst Alt