Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Anyone knows how can apply BI Publisher or OBIEE templates to an empty domain with WLST?

PartnerMay 17 2016 — edited Nov 9 2017

Hello,

I'm trying to extend a current domain with  BI Publisher templates with Weblogic 12.2.

I'm doing this:

readDomain(domain_configuration_home)

selectTemplate('Oracle BI Publisher Suite');

loadTemplates();

But when I do:

updateDomain();

I get this error:

4014: Invalid property "Username" of Credential: value "" is invalid. The property value is required.

64014: Provide property value.

  at com.oracle.cie.domain.aspect.XBeanConfigAspect.selfValidate(XBeanConfigAspect.java:566)

  at com.oracle.cie.domain.aspect.AbstractConfigAspect.validate(AbstractConfigAspect.java:1225)

  at com.oracle.cie.domain.aspect.AbstractConfigAspect.validate(AbstractConfigAspect.java:1197)

  at com.oracle.cie.domain.aspect.AbstractConfigAspect.validate(AbstractConfigAspect.java:1177)

  at com.oracle.cie.domain.aspect.FilteredConfigAspect.validate(FilteredConfigAspect.java:858)

  at com.oracle.cie.domain.operation.HTableEditOperation.validate(HTableEditOperation.java:726)

  at com.oracle.cie.domain.operation.HTableEditOperation.validate(HTableEditOperation.java:695)

  at com.oracle.cie.domain.DomainChecker.validateOperation(DomainChecker.java:1091)

  at com.oracle.cie.domain.DomainChecker.validateOperation(DomainChecker.java:1071)

  at com.oracle.cie.domain.DomainChecker.getInvalidSectionsDetails(DomainChecker.java:355)

  at com.oracle.cie.domain.WLSGeneratorHelper.validateConfig(WLSGeneratorHelper.java:184)

  at com.oracle.cie.domain.script.ScriptExecutor.updateDomain(ScriptExecutor.java:2141)

  ... 37 more



I think which could be related with the point 9.5.1.1:

http://docs.oracle.com/cd/E15523_01/core.1111/e10043/csfadmin.htm#JISEC2953

But I don't see how can I create credentials in offline mode.


Anyone knows how can apply BI Publisher or OBIEE templates to an empty domain with WLST?


Thanks in advance.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 16 2016
Added on May 17 2016
2 comments
1,198 views