I am having a tought time using the Siebel Adapter to connect to Siebel
7.7.
Below are the errors I am receiving the connection properties on my Send
****t, and the sample dou***ent I am Passing. Any help would be greatly
appreciated.
--Connection Info
Send Pipeline = XMLTransmit
Application Server = VMDAPPSIEBEL
Gateway = VMDAPPSIEBEL
JAVA_HOME = C:\j2sdk1.4.2_13
Object Manager : SSEObjMgr_enu
Password = *****
Repository name = Siebel Repository
Siebel Jar Files =
c:\JARS\SiebelJI_enu.jar;c:\JARS\SBLJAccess.jar;c:\JARS\Siebel.jar;
Siebel Version = 7.7
Siebel's Enterprise Server name = SIEBEL
--Errors received
Event Type: Error
Event Source: Microsoft Biztalk Adapters for Enterprise Applications
Event Category: None
Event ID: 0
Date: 11/30/2007
Time: 12:09:25 PM
User: N/A
Computer: BIZCORP
Description:
Error transmitting message: <SOAP-ENV:Fault
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>SOAP-ENV:Client</faultcode><faultstring>Request
ID: Unknown
Exception Type: A required parameter was not specified
Exception Info:
Exception occurred:
The target cannot be extracted from the method wrapper element
namespace</faultstring></SOAP-ENV:Fault>
For more information, see Help and Sup****t Center at
http://go.microsoft.com/fwlink/events.asp.
Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5743
Date: 11/30/2007
Time: 12:09:25 PM
User: N/A
Computer: BIZCORP
Description:
The adapter failed to transmit message going to send ****t "Send_To_Siebel"
with URL
"Siebel://VMDAPPSIEBEL_7.7.x_4e9b8e0d-1a60-4235-9363-9c58d0f951f8".
It will be retransmitted after the retry interval specified for this Send
****t. Details:"Error transmitting message: <SOAP-ENV:Fault
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>SOAP-ENV:Client</faultcode><faultstring>Request
ID: Unknown
Exception Type: A required parameter was not specified
Exception Info:
Exception occurred:
The target cannot be extracted from the method wrapper element
namespace</faultstring></SOAP-ENV:Fault>".
For more information, see Help and Sup****t Center at
http://go.microsoft.com/fwlink/events.asp.
--My Do***ent
- <ns0:SiebelMessage MessageType="Integration Object"
IntObjectName="Internal Product" IntObjectFormat="Siebel Hierarchical"
xmlns:ns0="http://www.siebel.com/xml/Internal
Product">
- <ListOfInternalProduct>
- <InternalProduct>
<ActiveFlag>Y</ActiveFlag>
<AutoAllocateFlag>N</AutoAllocateFlag>
<Brand>ORIGINAL</Brand>
<Category>NOT_GRADED</Category>
<ConversionFactor>5.45</ConversionFactor>
<Description>12x454g CLW MASAGO ORIGINAL</Description>
<Division>CSLP</Division>
<IntegrationId>DYN-CSLP-12X454GMA</IntegrationId>
<Level05>FISH_OTHER</Level05>
<Name>DYN-CSLP-12X454GMA</Name>
<Part>12X454GMA</Part>
<ProductType>MASAGO</ProductType>
<Species>MASAGO</Species>
<SubCategory>KGS</SubCategory>
<SubCategory>12X454G</SubCategory>
- <ListOfInternalProduct_Organization>
- <InternalProduct_Organization>
<Organization>Default Organization</Organization>
<Location>INTERNAL</Location>
</InternalProduct_Organization>
</ListOfInternalProduct_Organization>
- <ListOfInternalProduct_AdminProductLine>
- <InternalProduct_AdminProductLine>
<ProductLine>Default Product Line</ProductLine>
</InternalProduct_AdminProductLine>
</ListOfInternalProduct_AdminProductLine>
</InternalProduct>
</ListOfInternalProduct>
</ns0:SiebelMessage>