Skip to Main Content

Integration

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to bypass unicode characters through Siebel Connector?

User_RF21COct 10 2016 — edited Oct 10 2016

Hi,

We are using Siebel Sales 8.1x/8.2x with application Version 16.5.0.0 in Integration with Oracle EDQ 11.1.1.7.4.(29)

We have international data and having unicode characters in Siebel in the Account and Contact Names and they shouldn't be altered.

When using this data to generate keys through Siebel Connector, we are getting the below error and DQMgr batch jobs are getting failed.

ObjMgrLogError1000035af57f71424:02016-10-10 08:54:42(xmlcnv.cpp (1716)) SBL-EAI-00245: Character '0x000b' cannot be represented in XML
GenericLogGenericError1000035af57f71424:02016-10-10 08:54:42

Object manager error: ([0] Character '0x000b' cannot be represented in XML(SBL-EAI-00245) (IDS_XMLCNV_ERR_CONV_NOTXMLCHAR))

How can we bypass these unicode characters for key generation and matching through Siebel Connector without altering the data?

Thanks,

Ravi

Comments

807557
Moin!

I did also download the most recent (DVD) ISO did a setup_install_server
and didn't have that problem. I did however skip the burn step and instead
mounted the ISO directly via loopback devices:

# lofiadm -a /jumpstart/OS/isos/sol-10-u2-ga-sparc-dvd.iso
/dev/lofi/7
# mount -F hsfs -o ro /dev/lofi/7 /mnt/10u2

When looking at the files system of this mount the Boot directory is not
linked and as said the setup_install_server worked fine.

Hope this helps
-Ralf
user4994457
Correct. The CD is a bit low on space, so the boot files are only present in a SPARC UFS filesystem (necessary so the CD is bootable). The x86 box won't read that filesystem (either from CD or from an image).

You'd need to either build at least one SPARC machine, mount the CD there, then copy the files over to the x86 box.

Or as mentioned, use the DVD image. The space there allows the boot code to be duplicated in two places so the x86 box can read it.

--
Darren
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 7 2016
Added on Oct 10 2016
1 comment
339 views