Category: Siebel CRM
-
Program to test Siebel CRM connectivity, Integration
package project1; import com.siebel.data.SiebelBusComp; import com.siebel.data.SiebelDataBean; import com.siebel.data.SiebelException; import com.siebel.data.*; import com.siebel.data.SiebelException; public class Class1 { public static void main (String args[]) { System.out.println(“This is a test”); SiebelDataBean m_dataBean=null; SiebelBusComp m_busObject=null; try { …
-
Enterprise Manager is not working http://localhost:7001/em
Case1 After installing and Creating domain for SOA server I was getting some problem while running my enterprise manager. the error was “Error 404–Not Found From RFC 2068 Hypertext Transfer Protocol — HTTP/1.1: 10.4.5 404 Not Found The server has not found anything matching the Request-URI. No indication is given of whether the condition is…
-
Could not initialize JCA Container
While connecting to JCA in Application Explorer I was getting the following error “Could not initialize JCA Container “ First i was starting Application Explorer i.e ae.cmd file from the following directory. C:OracleMiddlewareOracle_SOA1soathirdpartyApplicationAdapterstoolsiwaebin but this was creating above error. After this I started the setDomainEnv from the following directory C:OracleMiddlewareuser_projectsdomainsbase_domainbin by using Command prompt After running the…
-
Oracle Application Adapter for Weblogic Problem and solution
I was workign on Oracle Applicaton Adapter for Weblogic and I was getting the following error while connecting it. Basically I was using this Adpater for Integration with Siebel CRM. oracle/tip/adapter/api/exception/pcresourceexception The mistake that i was doing that I was not giving the correct home path in JCA config home this was default C:Oracle\MiddlewareOracle_SOA1soathirdpartyApplicationAdapterstoolsiwaebin………