After I deploy a BAM activity to a new BizTalk Server 2010 environment I create a job called “BAM Generic Import data” to import all BAM data information to OLAP Cubes that will be presented on Aggregations tab in the BAM Portal.
However when I try to manual execute the job I got an error messages saying:
“The cube “MyView” was not processed. Please run the cube DTS to process the cube”
When I went to the event viewer I saw several Bam Event Provider warning messages with the following details:
Log Job History (BAM Generic Import data)
Step ID 0
Server MyServer\BIZTALK
Job Name BAM Generic Import data
Step Name (Job outcome)
Duration 00:00:00
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0
Message
The job failed. Unable to determine if the owner (Domain\User) of job BAM Generic Import data has server access (reason: Could not obtain information about Windows NT group/user ‘Domain\User’, error code 0×2. [SQLSTATE 42000] (Error 15404)).
CAUSE
This error most likely when the machine account that runs the job (BAM Generic Import data) doesn’t have permission to query the AD.
SOLUTION 1
I would recommend requesting to the AD administrator access to this user or change owner that runs this job to a low-privileged domain account that has proper permissions on the AD – Members of the Domain should be enough.
SOLUTION 2
However in my case the AD administrator was in vacation and the other unavailable and my user account indeed didn’t have permission to query the AD (don’t ask me why) so the only solution that I found to try to solve the problem was to change the owner to the SQL Login System administrator (sa) that, lucky, wasn’t locked.
And problem solved … at least momentarily until we can apply the solution 1