Siebel

Troubleshooting – Common Workflow Errors

The following lists some commonly encountered errors for Workflow Process Manager.

1. Problem: You activated your workflow but it is not executing

Solution: Verify if <Reload Runtime Events> performed. In order to tell if a process has been triggered, Turn workflow logging (EngInv, DfnLoad, StpExec, PrcExec) on. See the Business Process Administration Guide in Siebel Bookshelf for procedures on how to do this.

Actuate e.Report Designer File types

Actuate has 5 types of files namely, basic source (.bas) files design (.rod) files executable (.rox) files library (.rol) files report document (.roi) files Basic Source (.bas) Files Basic source files contain Actuate Basic code associated with a specific report design. You can store source files in the Encyclopedia as backups or to share with other developers. You can open and edit a source file only on the desktop environment.

What to expect from Open UI for Siebel CRM

Year 2012 is promising to bring some exiting changes to Siebel CRM, Cross browser compatibility has been a major usability concern for Siebel CRM. With Siebel high interactivity frame work build using the ancient ActiveX format has been a road block to unleash the potential of the Siebel rich functionality.

CRM Siebel Application on iPad and iPhone

Oracle has extended its support for Siebel Application on apple ipad. Continuing its commitment to provide customers with open, flexible options for their mobile CRM needs, Oracle today announced the support of Oracle’s Siebel CRM for Apple iPad. By leveraging Oracle's server-based REST API and the open development platform provided by Apple’s iPhone OS SDK, Siebel CRM customers can take full advantage of iPad to easily access powerful Siebel CRM data in real-time.

Siebel Pricing – Component Based Pricing

Siebel Component-based pricing is a pricing method that will allow you to price a customizable product. You need to have a good understanding of customizable product and eConfigurator to understand the possibilities of Siebel Component-based pricing. A customizable product is a product that has one of several component(s). Each of these components can also be a customizable product.

Export data using dbisqlc.exe utility

DBISQLC.EXE is the utility used to connect to sample/local database for DML,DDL operations. But how do we export the results of a query to a file?

 Solution:

 By using ‘OUTPUT’ command.

 e.g.

SELECT * FROM SIEBEL.S_CONTACT

To export the data to a file for the above query you have to issue the following query

Recent content