Questions tagged [bcm]

Body Control Module (automotive)

Controller used to control comfort features (heating, cooling, etc) and possibly other non-drive-train related systems.

5 questions
2
votes
1 answer

Where is the Outlook BCM Message Body in SQL Server DB?

We are trying to get a dump of all our messages from Outlook Business Contact Manager (BCM). The built-in export tool will give us contact information, but it will not give us the messages associated with each contact. I have access to the SQL…
Daniel Szabo
  • 7,181
  • 6
  • 48
  • 65
0
votes
0 answers

make Raspberry Pi 4 GPIO pins low while Startup and shutdown

I have used all 27 GPIO pins of raspberry pi for my hardware out of which few pins are active high at the startup as per Raspberry pi GPIO documentation. I want to make GPIO0, GPIO6, GPIO7 and GPIO8 low while raspberry starts and shutdowns I have…
0
votes
1 answer

Is ELM327 capable of reading 'Body' codes?

I'd like to be able to read 'body' codes such as the one shown in the enclosed snippet. In particular, I'm working with a 2014 Chrysler Town & Country. Do you know if the ELM327 has capability to read them? ...or how/where I might find more info…
Eggy
  • 7
  • 4
0
votes
2 answers

C - Sending cyclic message on socketCAN's broadcast manager

I'm writing some messages on a CAN bus using socketcan's broadcast manager: struct bcm_message{ struct bcm_msg_head msg_head; struct can_frame frame[5]; }; int main(){ int s; struct sockaddr_can addr; struct ifreq ifr; …
spx305
  • 109
  • 2
  • 11
0
votes
0 answers

java.lang.ExceptionInInitializerError at com.businessobjects.bcm.BCM.(BCM.java:1144)

I am trying to deploy a war file which creates IEnterpriseSession. I am able to successfully run on Tomcat, but when I run it on JBoss, I get the below error at this step sessionMgr.logon(trustedPrincipal);: Caused by:…