Open Siebel

Siebel For Everyone


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

SBA Documentation (Bookshelf)

Posted on 2018-07-04 | In siebel , bookshelf | Comments: 0

Siebel Business Application Documentation (Bookshelf)

Version site html pdf
Siebel 2018 site html pdf
SBA IP2017 site html pdf
SBA IP2016 site html pdf
SBA IP2015 site html pdf
SBA IP2014 site html pdf
SBA IP2013 site html -
SBA 8.2 - html -
SBA 8.1 - html -
SBA 8.0 site html -
SBA 7.8 site html -
SBA 7.7 site html -
SBA 7.7 site html -
SBA 7.5.x site html -

Siebel Tools Settings

Posted on 2018-06-10 | In siebel , develop , environment | Comments: 0

Developer Client (siebel.exe) switches:

  • /c Path to .cfg file (required), directory path defaults to <client_installdir>binenu
  • /d Datasource (as in .cfg file), defaults to local
  • /l language (optional, language pack must be installed), defaults to enu
  • /u Username (optional)
  • /p Password (optional)
  • /s Path to spool file (optional, to spool all SQL generated by siebel.exe)
  • /b Path to Browser executable (optional, for multi-browser testing of customer or partner (SI) applications)
  • /h Debug Mode (used with Siebel Tools for debugging)
  • /editseeddata allows modification of seed data, often referred to in maintenance release guides
  • /webservice (followed by a port number) can be used since fix pack 8.1.1.2 to use the Developer Web Client to test Siebel inbound web services.
Read more »

Siebel Blog Sites

Posted on 2018-05-30 | In siebel , sites | Comments: 0

Some information about interesting sites about Siebel CRM.

Life After Siebel

Interesting and well-made site. I am able to read it without blood from my eyes.
Some useful hand-made C# software from owner, such as:

  • MSMQ Explorer
  • Siebel Error Log Analyzer
  • Siebel SQL Log Analyzer
  • Siebel LOV Uploader
  • Siebel Logger
Read more »

Useful Github Links

Posted on 2018-05-26 | In siebel , github | Comments: 0

oraclesiebel/configuringsiebel

A selection of code from Siebel Bookshelf, mostly from the Configuring Open UI book
A growing repository of re-usable example code for both Open UI and Siebel in general

siebel-eai-json-converter

EAI JSON Converter is a custom Siebel Business service which is built using EAI Java Business Service and GSON API(https://code.google.com/p/google-gson/) to convert Siebel Property set to JSON and vice versa.

siebelhub code

Some examples from Siebel Oracle Open UI Developer’s Handbook

Read more »

How to Deploy Hexo Site to AWS S3

Posted on 2018-05-24 | In web | Comments: 0

1. AWS Sec and AWS Sec Key

Create you own AWS Sec and AWS Sec Key to autodeploy in Hexo.io.

  • Go to AWS Amazon IAM -> Users
  • Click Add User Button
  • Check Access Type -> Programmatic access
  • Choose Attach existing policies directly and add AmazonS3FullAccess policy in it.
  • Copy Access Key Id (aws_key) and Secret access key (aws_secret) in _config.yml.

Additional information in AWS Amazon Iam User Guide

2. Change _config

Add information in _config.yml like this:

# Deployment
deploy:
  type: s3
  bucket: TEST.com
  aws_key: SJFKSDLFKJSLDKFJLSKS  # // Optional, if the environment variable `AWS_ACCESS_KEY_ID` is set
  aws_secret: 23fsdf2ff23f2f24fg3g33gfdgdfgdf #<AWS secret key>  // Optional, if the environment variable `AWS_SECRET_ACCESS_KEY` is set
  aws_cli_profile: https://24234234234.signin.aws.amazo  
  region: eu-west-2 # (London) #<region>  // Optional, see https://github.com/LearnBoost/knox#region
  headers: {CacheControl: 'max-age=604800, public'} #<headers in JSON format> // pass any headers to S3, usefull for metadata cache setting of Hexo assets
  delete_removed: true # <true|false> // if true will delete removed files from S3. Default: true
Read more »

Ivan Volozhenin

Make Siebel Great Again

5 posts
7 categories
12 tags
GitHub Telegram
© 2018 Ivan Volozhenin
Powered by Hexo v3.7.1
|
Theme — NexT.Gemini v6.3.0
0%