Home > generic ssa > generic ssa notok error message

Generic Ssa Notok Error Message

Contents

or search for a resolution mostly from Oracle Support, IT Toolbox, Siebel Unleashed etc. I have tried to search for all sbl-bpr-00119 the solutions for a particular error code in all the mentioned sites

(sbl-bpr-00162)--(sbl-dat-00472)

and put all the solutions in this site. Search This Blog SBL-DAT-00472: Generic SSA NOTOK error message Applies to: Siebel Tools - Version: 7.7.1 [18306] to 8.1.1 [21112] - Release: V7 to V8Information in this document applies to any platform. Error Message Area:Data Manager - DAT Version:Siebel 7.7 Purpose This document is intended to provide cause and corrective action information about Siebel Error Message SBL-DAT-00472: Generic SSA NOTOK error message. Scope This document is informational and intended for any user. SBL-DAT-00472: Generic SSA NOTOK error message. ExplanationThis is a generic Object Manager error. Below are some known causes for this error and you should confirm you are not encountering these behaviors:1. The error was reported because the user entered a new record into the Siebel application that fired a runtime event which itself tried to start a workflow process manager server task for a workflow process that no longer existed in the Siebel database. To help determine if you are encountering this behavior, try the following steps:a. Follow the instructions in FAQ 1482 to enable events logging for the Workflow Process Manager Server component. Review the log file for any message similar to the following:Cannot initiate process definition '1-E3I'. Verify that it does exist, has an 'Active' status, is activated and has not expired.b. To determine if a workflow process exists in the database, run the following query (use the information obtained from the workflow process manager log file, in the above example, the ROW_ID = '1-E3I'):SELECT * FROM S_WF_STEP WHERE ROW_ID = '1-E3I'If a record is returned, confirm the workflow process is active and has not expired. If a record is not returned, this could be causing the behavior.c. To view the runtime events in the Siebel client vers

the script. The Script was something like var AgreeBO = TheApplication().GetBusObject(“Service Agreement”); var AgreeBC = AgreeBO.GetBusComp(“Service Agreement”); var OrderType = “”;   with(AgreeBC)       {          ActivateField(“Oppty Order Type”)          ClearToQuery();          SetViewMode(3);          SetSearchSpec("Id",AgreeId);          ExecuteQuery();          if(FirstRecord())          {             OrderType = GetFieldValue(“Oppty Order Type”);        } AgreeBO = null; AgreeBC = null; There is nothing unusual in the Script but when I executed this script I got the following error Generic SSA NOTOK error message.(SBL-DAT-00472) Now after a bit of playing with the code I came to http://www.error-codes.info/2010/12/sbl-dat-00472-generic-ssa-notok-error.html know that following line of code was the reason for this error OrderType = GetFieldValue(“Oppty Order Type”); This Field “Oppty Order Type” was a joined field from Opportunity. The join was not new it was an old join and there are several fields that were being pulled from this join. I am yet to do the RCA (Root Cause Analysis) of this http://siebelunleashed.com/generic-ssa-notok-error-messagesbl-dat-00472/ error but the following things are quite clear It was an error due to Configuration problem There is an error in the field or the join. I haven’t tried various alternatives like deleting the field and recreating it again. What I did was not to use this field but to use the actual field in Opportunity BC. But will keep you posted whatever I find out. And in case if any of you have faced this kind of error before. Please share with us all. Happy Reading 🙂 Share:PrintEmailTweeteScript, Problem Solutions eScript, Problem Solutions← COMCreateObject – Opening an EXE File.Siebel Workflow Process an Introduction → This Post has been viewed : 20,343 Times Visitors to this post, also read:Client Side Business Service- Siebel Open UISiebel 7.8 Signals - A Case Study!How to create Hierarchical Picklist?Open UI - IP 2014 finally - component version…Debugging Workflow – A case studyCOMCreateObject – Opening an EXE File.EAI Data Maps - making Siebel Integration simple 7 Responses to Generic SSA NOTOK error message.(SBL-DAT-00472) Piyush says: December 9, 2008 at 3:49 am I think this error occurs, when For

Technology and Trends Enterprise Architecture and EAI ERP Hardware IT Management and Strategy Java Knowledge Management Linux Networking Oracle http://siebel.ittoolbox.com/groups/technical-functional/siebel-dev-l/ssa-notok-error-2285281 PeopleSoft Project and Portfolio Management SAP SCM Security Siebel Storage UNIX http://techonestop.com/sbl-edc-00196-sbl-dat-00472-error-occurred-in-generating-the-document-structure Visual Basic Web Design and Development Windows < Back CHOOSE A DISCUSSION GROUP Research Directory TOPICS Database Hardware Networking SAP Security Web Design MEMBERS Paul_Pedant DACREE MarkDeVries MacProTX Inside-ERP VoIP_News Inside-CRM I_am_the_dragon maxwellarnold Michael Meyers-Jouan TerryCurran Chris_Day Andrew.S.Baker Ramnath.Awate JoeTorre Locutus bracke Dennis Stevenson generic ssa PCMag Craig Borysowich DukeGanote Richard mircea_luca iudithm Nikki Klein Clinton Jones AbhaiTripathi knowscognosdoi Iqbalyk bluesguyAZ59 COMPANIES HP, Voltage Security and ... Hitachi America, LTD Arbor Networks, Inc. Quest Software View All Topics View All Members View All Companies Toolbox for IT Topics Siebel Groups Ask a New Question Siebel Development The Siebel Development group is generic ssa notok a forum where peers share technical expertise, solve problems, and discuss issues related to Siebel development. Home | Invite Peers | More Siebel Groups Your account is ready. You're now being signed in. Solve problems - It's Free Create your account in seconds E-mail address is taken If this is your account,sign in here Email address Username Between 5 and 30 characters. No spaces please The Profile Name is already in use Password Notify me of new activity in this group: Real Time Daily Never Keep me informed of the latest: White Papers Newsletter Jobs By clicking "Join Now", you agree to Toolbox for Technology terms of use, and have read and understand our privacy policy. SSA NOTOK Error manni asked Aug 6, 2008 | Replies (5) Hi Guys, Some of our user are intermittently experiencing a "Generic SSA NOTOK error message.(SBL-DAT-00472)" Has anyone had this kind of error before, the problem is we cannot replicate it in our Dev or testing environment?? Su

Google About Ecommerce About Others Domain Skill > CRM Infographic QUIZ Tools PM/PR Generator SBL-EDC-00196 / SBL-DAT-00472: Error occurred in generating the document structure Error Message: Error occurred in generating the document structure.(SBL-EDC-00196) Generic SSA NOTOK error message.(SBL-DAT-00472)Error description: You face this issue when generating documents in Siebel using ‘Auto Document' and ‘Generate Draft' buttons.Reason: The reason behind this error is that you don't have any template, set as default of that category. For example, when you generate document from ‘Agreement' using ‘Auto Document' button, then there should be one default template in Admin-Document>Proposal template with category ‘Agreement'. If you do it from ‘Quote', then category will be ‘Quote'.Solution: Perform below steps to fix this issue1) Decide the template which one you want to set as default template of that category2) Goto Admin-Document > Proposal templates and query for the template with category3) Check the ‘Default' is true for the templateNow when you try to generate document, default template will come up first.For more updates, follow ‘TechOneStop‘ on Facebook/Twitter/LinkedIn.<< Error:SBL-EAI-04262 Error:SBL-EDC-00190 >> Share to be Social !!! Keep In Touch Join Our TechOneStop WorldEnter your email address to subscribe and receive updates / articles straight in your inbox. E-Mail Address Recent PostsFuture of Siebel CRM: Is it good choice for long term career?Siebel IP 2015 : Siebel Composer OverviewCustomer Retention and Loyalty - 15 Statistics in InfographicSiebel Open UI PM/PR Code Generator ToolCustomer Loyalty Statistics - 15 facts that will blow your mind Article CloudAbout CRM About Ecommerce About Google About Hardware About Others About Software CRM Discussion Forum Domain Skill Infographic Oracle Database PM/PR Generator QUIZ Siebel Configuration Siebel Error Code Siebel Interview Ques Ans Siebel Open UI Siebel Open UI Training Siebel Utility Tool Web Design © 2016 TechOneStop. All Right Reserved. Contact Us | Sitemap | Privacy Policy MENU Home Siebel Open UI > Configuration Training Error Code Siebel Utility Interview QnA Web Design > Business Article > About CRM About Software About Hardware About Google About Ecommerce About Others Domain Skill > CRM Infographic QUIZ Tools PM/PR Generator

 

Related content

generic ssa notok error

Generic Ssa Notok Error p fundamental configuration mistake like syntax errors or missing workflows or incorrect joins are configured This error can be very difficult relatedl to fix as it leaves very thin trace behind sbl-bpr- and there is no indication to start with When I faced this error sbl-bpr- -- sbl-dat- I narrowed it down by going through the most common reasons of this error and started to rule them out one by one Following is the list which I followed from various support web articles Deleted Workflows Runtime events that are created automatically by workflow deployment have row

generic ssa notok error message.sbl-dat-00472

Generic Ssa Notok Error Message sbl-dat- p fundamental configuration mistake like syntax errors or missing workflows or incorrect joins are configured relatedl This error can be very difficult to fix sbl-bpr- as it leaves very thin trace behind and there is no indication sbl-bpr- -- sbl-dat- to start with When I faced this error I narrowed it down by going through the most common reasons of this error and started to rule them out one by one Following is the list which I followed from various support web articles Deleted Workflows Runtime events that are created automatically by workflow deployment

generic ssa notok error message siebel

Generic Ssa Notok Error Message Siebel p fundamental configuration mistake like syntax errors or missing workflows or incorrect joins are configured This error can be very difficult to fix as it leaves very thin trace behind and there is no relatedl indication to start with When I faced this error I narrowed it sbl-bpr- down by going through the most common reasons of this error and started to rule them sbl-bpr- -- sbl-dat- out one by one Following is the list which I followed from various support web articles Deleted Workflows Runtime events that are created automatically by workflow deployment

generic ssa not ok error message.sbl-dat-00472

Generic Ssa Not Ok Error Message sbl-dat- table id toc tbody tr td div id toctitle Contents div ul li a href Sbl-bpr- a li ul td tr tbody table p fundamental configuration mistake like syntax errors or missing workflows or incorrect joins are configured relatedl This error can be very difficult to fix as p h id Sbl-bpr- p it leaves very thin trace behind and there is no indication sbl-bpr- -- sbl-dat- to start with When I faced this error I narrowed it down by going through the most common reasons of this error and started to rule

generic ssa notok error message sbl dat 00472 siebel

Generic Ssa Notok Error Message Sbl Dat Siebel p or search for a resolution mostly from Oracle Support IT Toolbox Siebel Unleashed etc I have relatedl tried to search for all the solutions for a particular sbl-bpr- error code in all the mentioned sites and put all the solutions in sbl-bpr- -- sbl-dat- this site Search This Blog SBL-DAT- Generic SSA NOTOK error message Applies to Siebel Tools - Version to - Release V to V Information in this document applies to any platform Error Message Area Data Manager - DAT Version Siebel Purpose This document is intended to provide