Posts

Showing posts from May, 2024

Siebel REST Outbound Services

Image
  Siebel outbound REST is like similar outbound Web service, but It only supports REST outbound calls in JSON format/ SWAGGER compliant schema in JSON format. To make outbound REST API integration from Siebel much quicker and easier to implement,   featured REST Client for Siebel that allows developers to build integrations quickly and easily between Siebel and external systems using RESTful APIs. REST Client for Siebel combines two major pieces of functionality into one single suite of services. Siebel outbound REST functionality leverages Siebel Tools to import the REST contract and to create the required metadata, such as business services, integration objects, and data such as Web service definitions. First to check configure Java subsystem in Siebel Tools 1.       In tools.cfg file add the below section   [JAVA64] FullName                    = RESTOutboundJvmSubsys Description                 = RESTOutbound Java Business Service subsystem Parameters SubsysType     

Siebel Business Service List Siebel bloggers

  Siebel bloggers  favorite Siebel vanilla business service in this list, please use the comments the more you help in real time  1 Asynchronous Server Requests 2 Data Validation Manager 3 EAI Data Transformation Engine 4 EAI Dispatch Service 5 EAI File Transport 6 EAI JMS Transport 7 EAI Siebel Adapter 8 EAI Transaction Service 9 EAI XML Converter 10 EAI XML Queuing Service 11 EAI XML Write to File 12 EAI XML Read from File 13 EAI XSLT Service 14 FINS Data Transfer Utilities 15 FINS Teller Converter Extensions 16 FINS Teller UI Navigation 17 Inbound E-mail Database Operations 18 LS Pharma Signature UI Service 19 Outbound Communications Manager 20 PRM ANI Utility Service 21 Read CSV File 22 Row Set Transformation Toolkit 23 SIA BC Utility Service 24 SIS OM PC Service 25 SIS OM PMT Service 26 Shopping Service 27 Spell Checker 28 SSSE Address Parser (eScript) 29 Synchronous Server Requests 30 TNT SHM Workflow UI Service 31 Tra

Siebel Admin Interview Question

1.    What steps you will follow to troubleshoot the Server Busy Error? To resolve this error we can proceed with below . As it is server busy error means request has been routed from web server and AOM server is not able to respond in proper manner. Before proceeding to any more steps we need to check status of all three servers that server is up and running fine. if all three is running fine so we need to check about the connectivity between gateway, Database & AOM server. if we are having connectivity or server related issue then we can resolve it first else go for reading information from logs. 2.    How will you increase the log level for Siebel Gateway? To generate Detailed log for siebel gateway Under Windows Platform – change the value of the environment variable – SIEBEL_LOG_EVENTS to 4 or 5 to get the detailed logs.  The same holds true for Unix Platform. Once the change in the environment variable has taken effect – you can see detailed or extended logs getting written i