function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ForcecodeForcecode 

Batch Apex in Managed Package

We have a Batch Apex job class defined in our certified managed package.

 

It works in our dev org (no namespace), but when we deploy the code to the dev org WITH namespace or

install the package in a customer org, it does not. We have "Apex Notification Recipient" set and get all other error emails, but not this one.

 

Is there anything that must be set before we can execute a batch job in our package? User permissions, package permission or enable this in the org ?

 

Thanks.

ForcecodeForcecode

If someone wants to follow, the case number is 03236077

 

Don't know if I am the only one who do not get it to work in a managed package.

hemmhemm
Please post info on what comes of your case.  I have this issue too.  In my Dev Org I have created a package and all the package components have a namespace on them now.  In all my code from within the package, I am able to exclude the namespace.  However, when I run a batch job (launching it using System Log), I get an error that it cannot find a column when I query.  It can find it if I use the namespace, but not without it.  In all other circumstances, it doesn't require it.
ForcecodeForcecode

It is confirmed as a bug. Have not heard from them yet, when it will be fixed.

 

I will post it here when I got an answer.

 

rm1rm1

We just ran into the same problem.  We get the following error: "common.exception.ApiQueryException: No such column ..."

 

For us this only occurs when we install the managed package (with namespace) in an Enterprise Edition environment.  It works fine when we run the same install in a Developer Edition.  We are logged in as system administrator in both environments.  Not sure what the difference is here.

Message Edited by rm1 on 03-17-2010 08:52 AM
rm1rm1

FYI: Got an email from salesforce support saying that the R&D team has fixed this issue but the release date has not been finalized.

Lightning UserLightning User

Has this problem been resolved?