Skip to main content
ITCanopy

ITCanopy

  • Home
  • Site Links
  • --Privacy Policy
  • --Terms of Use
  • --Disclaimer
  • --About
  • Other Pages
  • --YouTube Channel
  • --Facebook Page
  • --Daraz Store Pak
  • --Play Store
  • IDE/Tools
  • --Visual Studio
  • --Android Studio
  • --Siebel CRM
  • --Anaconda
  • --Database
  • --Oracle
  • --Oracle BI Publisher
  • --Microsoft SQL Server
  • --Oracle SQL Developer
  • --Oracle Weblogic FMW
  • --UiPath
  • --RPA
  • --Orchestrator
  • --MS Internet Information Services Manager
  • --SoapUI
  • --Microsoft 365
  • --VMware
  • --ffmpeg
  • --Rufus
  • --Antivirus
  • --CMD (Command Prompt)
  • --Power Shell
  • Programming Language
  • --Java
  • --ASP.NET
  • --Python
  • --Python 3
  • --SQL
  • --eScript
  • --Kotlin
  • Operating System
  • --Windows 7
  • --Windows
  • --Linux
  • --Ubuntu
  • --Pop! OS
  • NEWS
  • --Movies
  • --TV Series
  • --Game
  • How To
  • --Knowledgebase
  • --Blogger
  • --PSX
  • --PSX HistoricalData
  • --Review
  • --Text Art
  • Online Tools
  • --Online Character Count
  • Android Apps
Find slow running queries on MS SQL Server

Find slow running queries on MS SQL Server

September 28, 2022 • Guide
Source Below query will helps you find the queries which have taken a lot of time in milliseconds. To confirm that you have query performanc...
Read More →
How to check Communications Outbound Manager jobs status SQL

How to check Communications Outbound Manager jobs status SQL

April 07, 2022 • Guide
When using " Communications Outbound Manager " business service Siebel create a job record in " S_SRM_REQUEST " table. Y...
Read More →
How to remove Line Break when selecting data from SQL Server

How to remove Line Break when selecting data from SQL Server

March 02, 2022 • Guide
When you run SELECT query and copy the result to notepad or excel instead of one row columns with new line character shifts to new row. char...
Read More →
Make a Field Case Insensitive for Search in Siebel

Make a Field Case Insensitive for Search in Siebel

February 15, 2022 • Guide
This article will guide you to make field case insensitive for Query/ Search in Siebel Tools. Login the application and navigate to applet f...
Read More →

Find record query loop in Siebel eScript

August 15, 2021 • Guide
  var EngBO, EngBC, EngId, RecordCount, withRecord, UserName, UserId; EngBO = TheApplication().GetBusObject("My Business Object");...
Read More →

There were more rows than could be returned Siebel SBL-EAI-04376

June 10, 2021 • Guide
Steps: IO with two ICs as parent child,  trying to query using business service "EAI Siebel Adapter" method "Query" in c...
Read More →
How to query or find record in Siebel Business Component

How to query or find record in Siebel Business Component

December 24, 2020 • คtเŦ
You can perform query operation on Business Component through Workflow, eScript with the help of Siebel Operation, Inbound E-mail Database O...
Read More →

How to get Siebel user responsibilities from database through Sql query

July 16, 2020 • คtเŦ
SELECT u.LOGIN as "User ID" ,res.NAME as "Responsibility" FROM S_USER u left join S_PER_RESP ri on ri.PER_ID = u.R...
Read More →

How to add SearchSpec (query) on Applet Load Event through Applet Server Script in Siebel

March 30, 2020 • คtเŦ
If record is found every time when user navigate to Applet that record will be displayed. If record is not found Applet will be empty but u...
Read More →
How to Find Record (query) in Business Component through Siebel Workflow

How to Find Record (query) in Business Component through Siebel Workflow

December 17, 2019 • คtเŦ
Add new Business Service step in Siebel Workflow, set its properties as below: Business Service Name: Inbound E-mail Database Operations...
Read More →
How to Query Page in Integration Object IO and get desired number of records using EAI Siebel Adapter business service in Siebel Workflow

How to Query Page in Integration Object IO and get desired number of records using EAI Siebel Adapter business service in Siebel Workflow

December 11, 2019 • คtเŦ
Why Pagination in Siebel Inbound Web Service? When creating Inbound Web Services in Siebel for external system consumption data might be hug...
Read More →

How to query in Integration Object IO using EAI Siebel Adapter business service in Siebel Workflow

December 10, 2019 • คtเŦ
IO must be compiled on SRF (EAI, SIA) and Deployed to run time data base for which you want to execute query in Siebel Workflow. Add new ...
Read More →

How to get List of values LOVs of Siebel from Database through SQL Query

October 09, 2019 • คtเŦ
SELECT TYPE AS 'Type' ,VAL AS 'Display Value' ,NAME AS 'Language-Independent Code' ,LANG_ID AS 'Language Na...
Read More →

How to change length of Column through SQL query in Siebel

October 09, 2019 • คtเŦ
Get Row Id of Column from Siebel Tools and replace below: SELECT ROW_ID, NAME AS 'Column Name', LENGTH AS 'Column Length...
Read More →

Siebel DB Backup through SQL Query

October 08, 2019 • คtเŦ
Replace values in highlighted with lime color according to your configuration. BACKUP DATABASE [SiebelDB] TO DISK = N' E :\\ Fold...
Read More →
How to unlock Workflow in Siebel Tools from Database Table through SQL query

How to unlock Workflow in Siebel Tools from Database Table through SQL query

October 08, 2019 • คtเŦ
Background: For working on an object in Siebel tools you need to lock it and usually developer forget to unlock after working on the object....
Read More →

How to get Siebel Workflow Instance Monitor values from Database through SQL query

October 08, 2019 • คtเŦ
Below is the query for getting workflow instance monitor values from table: select wfdl.NAME as 'WF Name' ,wfdl.DEPLOY_STATUS_C...
Read More →
← Older Posts Home

Search This Blog

Translate

© ITCanopy by MainStay