Siebel Error: Please unset any Siebel related variable in your environment before running this setup...

本文介绍了解决在Solaris环境下应用Siebel补丁时出现的错误提示的方法。主要原因是环境中存在Siebel相关变量导致无法确定操作系统服务级别。通过清除这些变量,可以成功安装补丁。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Issue:

When you apply a siebel patch on solaris env, you may got following error message.

(Jun 9, 2011 6:09:48 PM), Setup.product.install, Utility, msg1, Launching: hostname
(Jun 9, 2011 6:09:51 PM), Setup.product.install, Initialize, err, Unable to determine OS Service Level.(SBL-STJ-00176)
ServiceException: (error code = 305; severity = 0)
(Jun 9, 2011 6:10:07 PM), Setup.product.install, Utility, msg1, Launching: ksh -c env | grep SIEBEL
(Jun 9, 2011 6:10:08 PM), Setup.product.install, Initialize, err, Please unset any Siebel related variable in your environment before running this setup.(SBL-STJ-00198)

Reason:

You didn’t hide your siebel env.

Solution:

1.Please execute command “ksh -c env | grep SIEBEL”. This command will show you all the env variables that is related to siebel.

2.Then unset each of them one by one, like

  • unsetenv SIEBEL_LANGUAGE
  • unsetenv SIEBEL_ROOT
  • unsetenv SIEBEL_HOME
  • unsetenv SIEBEL_GATEWAY
  • unsetenv SIEBEL_UNIXUNICODE_DB
  • unsetenv SIEBEL_LIB_DIR

3. After you setup patch, please remember re-set these env variables again, like

  • setenv SIEBEL_LANGUAGE
  • setenv SIEBEL_ROOT
  • setenv SIEBEL_HOME
  • setenv SIEBEL_GATEWAY
  • setenv SIEBEL_UNIXUNICODE_DB
  • setenv SIEBEL_LIB_DIR

TIP:

There is a little bit different between csh and bash.

cshbash
setenvset
unsetenv unset

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值