BTS 2006 Siebel 7.7 eBuisness Adapter Question
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Applications Integration > BTS 2006 Siebel 7.7 eBuisness Adapter Question




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    BTS 2006 Siebel 7.7 eBuisness Adapter Question  
ZiggyB


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-01-06 07:37 PM

Hi to all,
Am having problems with the Siebel adapter in BTS 2006. Downloaded and
installed official release of BTS2006 and adapters from MSDN Universal
subscription.

Configured Siebel adapter to connect to Siebel system, and can vierw Siebel
Business Objects and Services OK. Have a Siebel repository with customized
BOs, and am trying to import the WSDL for the customized
Opportunity\Opportunity Business Object\Business Component.

Import fails with the following message:
Error reading WSDL File.
[System.InvalidOperationException]There is an error in XML document
(2834,78).
[System.Xml.XmlException] An error occurred while parsing EntityName.
Line 2834, position 78.

Now importing from a vanilla, non-cusomized repository does not generate
this error, and works fine, so I am assuming it is the customization on the
Siebel end causing the problem. Is there any way I can see what it was
trying to import?

I know that these adapters were licenses from iWay. Using the iWay version
of the Siebel adapter with the same BO\BC produces no problems, and works
correctly.

Thanks,
Zig.







[ Post a follow-up to this message ]



    RE: BTS 2006 Siebel 7.7 eBuisness Adapter Question  
WenJun Zhang[msft]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-11-06 12:32 AM

Hi Zig,

This is a quick note to let you know that I am researching your issue and
will update as soon as I get more information on this issue. Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.








[ Post a follow-up to this message ]



    Re: BTS 2006 Siebel 7.7 eBuisness Adapter Question  
ZiggyB


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-11-06 12:32 AM

Thanks. We have customized many Siebel BOs, which work sucessfully in the
Siebel environment. and will look forward to what you can find out here.

""WenJun Zhang[msft]"" <wjzhang@online.microsoft.com> wrote in message
news:XNEMRWwVGHA.5252@TK2MSFTNGXA01.phx.gbl...
> Hi Zig,
>
> This is a quick note to let you know that I am researching your issue and
> will update as soon as I get more information on this issue. Thanks.
>
> Best regards,
>
> WenJun Zhang
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>







[ Post a follow-up to this message ]



    Re: BTS 2006 Siebel 7.7 eBuisness Adapter Question  
WenJun Zhang[msft]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-11-06 12:32 AM

Hi Zig,

The exception would occur when there are speical characters in entity name
in the XML. I think you'd open that WSDL and check the error line to verify
this.

Thanks.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.








[ Post a follow-up to this message ]



    Re: BTS 2006 Siebel 7.7 eBuisness Adapter Question  
ZiggyB


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-11-06 12:32 AM

Hi WenJun,
Where can I find the WSDL file? This is wizard-driven, and when I
complete the Add Generated Items (Add Adapter MeteData) wizard I get this
error - there is no file per se. Also, why can BizTalk import the WSDL
created by the iWay Siebel adapter and ot this one, after all they are
creating WSDL for the same BO\BC?

I will attempt to see if there is a temporary file created somewhere, and
also engage our MS TAM so she can open up a case.
Thanks,
Zig.


""WenJun Zhang[msft]"" <wjzhang@online.microsoft.com> wrote in message
news:KQugD29VGHA.5540@TK2MSFTNGXA01.phx.gbl...
> Hi Zig,
>
> The exception would occur when there are speical characters in entity name
> in the XML. I think you'd open that WSDL and check the error line to
> verify
> this.
>
> Thanks.
>
> Best regards,
>
> WenJun Zhang
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
>







[ Post a follow-up to this message ]



    Re: BTS 2006 Siebel 7.7 eBuisness Adapter Question  
WenJun Zhang[msft]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-11-06 12:32 AM

Zig,

Yes, I think the issue is the best to be handled in a CSS case.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.








[ Post a follow-up to this message ]



    RE: BTS 2006 Siebel 7.7 eBuisness Adapter Question  
Mitch Walker


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-27-06 12:25 PM

ZiggyB,
We're using Siebel 7.7 as well.  How did you go about configuring the Siebel
adapter?  I'm finding very little documentation on the steps to connect
BTS2006 with Siebel.  All the Siebel docs are based on BTS2004.

MitchW

"ZiggyB" wrote:

> Hi to all,
>     Am having problems with the Siebel adapter in BTS 2006. Downloaded and
> installed official release of BTS2006 and adapters from MSDN Universal
> subscription.
>
> Configured Siebel adapter to connect to Siebel system, and can vierw Siebe
l
> Business Objects and Services OK. Have a Siebel repository with customized
> BOs, and am trying to import the WSDL for the customized
> Opportunity\Opportunity Business Object\Business Component.
>
> Import fails with the following message:
>     Error reading WSDL File.
>     [System.InvalidOperationException]There is an error in XML documen
t
> (2834,78).
>     [System.Xml.XmlException] An error occurred while parsing EntityNa
me.
> Line 2834, position 78.
>
> Now importing from a vanilla, non-cusomized repository does not generate
> this error, and works fine, so I am assuming it is the customization on th
e
> Siebel end causing the problem. Is there any way I can see what it was
> trying to import?
>
> I know that these adapters were licenses from iWay. Using the iWay version
> of the Siebel adapter with the same BO\BC produces no problems, and works
> correctly.
>
> Thanks,
> Zig.
>
>
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:29 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register