BPM 11g Integrated with WebCenter Spaces (Process Spaces)

AshokNews and Updates, Offerings, Technical TipsLeave a Comment

Our Fusion Middleware expertise allows us to bring it all together. Do you want to follow business processes and ensure transparency to your organization? M&S Consulting has implemented a next generation process portal built on Oracle BPM/SOA, Identity Management, WebCenter, and innovating solutions built by M&S from the ground up. Underlying technologies include WebLogic and ADF.

WebLogic and WebCenter SSO with IIS – Windows Native Authentication (WNA), SPNEGO using Active Directory (AD)

AshokTechnical Tips1 Comment

Setting up Windows Native Authentication (with Kerberos) Single Sign-On (SSO) within WebLogic can be tricky. One way to accomplish this is to use IIS to front-end the WebLogic cluster. You need to use an IISIdentityAsserter in this scenario. Using an Identity Asserter based on HTTP headers has security implications and it’s important to ensure the communications are locked down between the IIS front-end to the WebLogic cluster. I don’t have much time to type more about this, but was excited about some recent work and wanted to get a quick post up in reference to this.

OID Install in Oracle Enterprise Linux (OEL) 5 – Shared Libraries Error

amit.guptaTechnical TipsLeave a Comment

When installing 10g OID on OEL5, if you run into the following error, you can run the below commands to address the issue: Error: OPMN HTTP process fails to start. When you look in the log file, it says: /Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory To fix, run the following commands: # ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2 # chmod 755 /usr/lib/libgdbm.so.2.0.0 # chmod 755 /usr/lib/libdb.so.2