Oca
13
2015
13
2015
WorkFlow Could Not Load From Database Hatasının Çözümü
Merhaba, Workflow geliştirme ortamında dosyalardan birini seçip open dedikten sonra karşımıza gelen “Could not load from database Error ” hatasının giderilmesi için aşağıdaki 2 update işleminin yapılması gerekmektedir. UPDATE wf_local_roles SET notification_preference = ‘QUERY’ WHERE notification_preference = ‘DISABLED’ ;update wf_local_roles set notification_preference = ‘QUERY’ where notification_preference = ‘DISABLED’ ; UPDATE fnd_user_preferences […]