רשומות

מציג פוסטים מתאריך אפריל, 2013

Fixing date field Jumbing in Siebel open UI

תמונה
There might be some issue with date input field. We need to edit the css files to fix this problem. I got the same problem in vanila SRF also. Above image is before selecting/clicking calender Icon After clicking calender icon. You can see its length is increased. To solve this probelm, go to theme-base.css file in your " files " folder. .mceGridField input.siebui-input-popup {         max-width: 119px;     } Here   max-width: 119px is given as our input filed. If you need more than this width, you can alter this.

GetProfileAttr/SetProfileAttr not Working in Siebel 8.1.1.10

תמונה
In 8.1.1.10 version, SetProfileAttr() has been disabled for HTTP calls as a security fix. That means if you have a browser scripts uses SetProfileAttr(), it won't work. No change to GetProfileAttr() access. Oracle disable this "SetProfileAttr()" as a security fix. So enabling this is not recommended. SetProfileAttr() access can be turned on by setting the server parameter �EditProfileAttr� value to TRUE

GetProfileAttr/SetProfileAttr not Working in Siebel 8.1.1.10

תמונה
In 8.1.1.10 version, SetProfileAttr() has been disabled for HTTP calls as a security fix. That means if you have a browser scripts uses SetProfileAttr(), it won't work. No change to GetProfileAttr() access. Oracle disable this "SetProfileAttr()" as a security fix. So enabling this is not recommended. SetProfileAttr() access can be turned on by setting the server parameter “EditProfileAttr” value to TRUE

Siebel Mobile Connected Apps - Side effects of custom toggle applets.

We've been doing some development on the very new Siebel mobile connected apps . The Siebel Mobile app is a huge and exciting addition to Siebel CRM. However, Just like all new products, you can expect some product defects in the initial version of the software. We will be updating this blog with all the bugs we come accross and their workarounds untill we have a permanent solution from Oracle. Issue: Side effects of custom toggle applet in Siebel Mobile connected apps. Here is how you can reproduce the Issue - Create a toggle applet on a Form Applet to toggle on a particular LOV value. Lets say the LOV toggle Value is 'Retailer' Issue 1 - (New Record renders the applet in Base Mode) The applet opens in Base mode when the record context is the value (Retailer) used for the toggle in the list applet. However when you create a new record from other types record, this does not happen. Issue 2 - (Toggling back from the toggle applet, renders the applet in Base Mode) After you

SBL-SVR-01074

Applies to: Siebel Assignment Manager - Version: 7.5.3 [16157] and later   [Release: V7 and later ] z*OBSOLETE: Microsoft Windows 2000 Product Release: V7 (Enterprise) Version: 7.5.3 [16157] Database: Oracle 9i Application Server OS: Microsoft Windows 2000 Server SP 2 Database Server OS: Redhat Linux Advanced Server 2.1 This document was previously published as Siebel SR 38-1464958381. Symptoms Customer getting the following messages in the Assignment Manager Log 021 2004-07-28 22:41:53 2004-08-20 18:44:08 -0700 00000005 001 001f 0001 09 AsgnSrvr 31802 4964 792 C:\sea752\siebsrvr\log\AsgnSrvr_31802.log 7.5.3 [16157] ENU ServerLog    LstnObjInherit    3    2004-07-28 22:41:53    Inherited listening object for port 49159 ServerLog    LstnObjPrivCreate    3    2004-07-28 22:41:53    Created port 49177 for Assignment Manager GenericLog    GenericError    1    2004-08-20 18:43:36    (scirkey.cpp 13(819) err=2001074 sys=0) SBL-SVR-01074: Routing key All AM Rule Set was not found GenericL

SBL-SVR-01069

Applies to: Siebel Scheduling - Version: 7.8.2.2 SIA [19219] and later   [Release: V7 and later ] IBM AIX on POWER Systems (64-bit) Product Release: V7 (Enterprise) Version: 7.8.2.2 [19219] NLD Pub Sect Database: Oracle 10g Application Server OS: IBM AIX 5L 5.2 Database Server OS: IBM AIX 5L 5.2 This document was previously published as Siebel SR 38-3035897353. Symptoms The customer had created a new Siebel environment and copied the database from another existing environment to this new environment. - The initial server key mappings for the Appointment Booking Service (ABS) were in the database when it was copied to the new environment. This means that the new environment had server key mappings which pointed to a non-existing server. - When it was first started, ABS errored out due to the fact that the server key mappings were invalid. - The server key mappings were updated with the new Siebel server name, and the Siebel service was restarted after changing the server key mappings.

SBL-SVR-01068

Applies to: Siebel System Software - Version: 7.8.2.3 SIA [19221] and later   [Release: V7 and later ] Oracle Solaris on SPARC (64-bit) Product Release: V7 (Enterprise) Version: 7.8.2.3 [19221] Com/Med Database: Oracle 9.2.0.6 Application Server OS: Sun Solaris 9 Database Server OS: Sun Solaris 9 This document was previously published as Siebel SR 38-3199007053. Symptoms SBL-SVR-01068We are getting frequent SIGABRT error for "Workflow Proc Batch Mgr" comp and on checking its corresponding logs of each of the exited tasks.It is giving the below error: PS:exited tasks are the one which is leading to a crash and generating a core. GenericLog    GenericError    1    0    2006-11-14 07:56:55    (scirkey.cpp (121) err=2001068 sys=0) SBL-SVR-01068: This component is not enabled for "Key Based Routing" I've gone through the Supportweb and found a solution mentioned bellow : I tried to implement the same,though it gave successful change message,but it didn&

SBL-SVR-01054

Applies to: Siebel Enterprise Integration Manager - Version 8.0.0.2 [20412] and later Information in this document applies to any platform. ***Checked for relevance on 04-Dec-2012*** Symptoms The EIM DELETE task does not complete successfully when deleting rows from S_CON_ADDR using EIM_ADDR_PER. The following errors are seen in the Server Manager Command line window when the EIM task is executed from the same: SBL-ADM-60070: Error reported one server “SIEBEIM8” follows: SBL-SVR-01054: The task exited without sending has response. In attachment, a file log, a print screen and an ifb. Cause The following entry in the EIM-Log file is relevant: "... * [Del MyDelete] batch 100, step 2, pass 107: locate by user key * (started at 6/9/08 3:03) */ UPDATE dbo.EIM_ADDR_PER SET T_CON_ADDR__RID = (SELECT MIN(BT.ROW_ID) FROM dbo.S_CON_ADDR BT WHERE (BT.RELATION_TYPE_CD = IT.CONADDR_RELATIONTY AND (BT.START_DT = IT.CONADDR_START_DT OR (BT.START_DT IS NULL AND IT.CONADDR_START_DT IS NULL)) AND