|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Siebel Adapter not starting |
« View previous topic :: View next topic » |
Author |
Message
|
francoisvdm |
Posted: Thu Mar 22, 2007 4:34 am Post subject: Siebel Adapter not starting |
|
|
Partisan
Joined: 09 Aug 2001 Posts: 332
|
Can anybody please help me with the following:
Siebel 7.7
WBI Siebel adapter 4.6.3
When I try to start the adapter I see the following error:
Code: |
com.crossworlds.cwconnectorapi.exceptions.ConnectionFailureException: [Type: Error] [MsgID: 35083] [Mesg: The connector was unable to get the Siebel business object Schema Version. Reason: Could not find 'Business Object' named 'Schema Version'. This object is inactive or nonexistent.(SBL-DAT-00144).] |
The Siebel guys did include this object in Siebel from the fixes as supplied by Adapter install. Must this be "activated" in some way on Siebel?
The other option is "according to the manuals" to specify a "7" as the value for "SiebelVersion" in the connector configurator - but this have no effect at all that I can see, same error. This is suppose to "bypass" the check for this "Schema Version" BO, but it is not working on my side.... any ideas.
Last point. We did not install all the .sif files from fixes dir, only the one with the Schema Version BO in, because we do not need the triggering part from Siebel. _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois van der Merwe |
|
Back to top |
|
 |
francoisvdm |
Posted: Thu Mar 22, 2007 5:13 am Post subject: |
|
|
Partisan
Joined: 09 Aug 2001 Posts: 332
|
It sounds like the Siebel guys are VERY reluctant to make any changes to the Siebel "SRF" file, so for me first prize will be if I can figure out why does the "SiebelVersion" option not work? _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois van der Merwe |
|
Back to top |
|
 |
mqseries0209 |
Posted: Thu Mar 22, 2007 5:53 am Post subject: hey |
|
|
 Voyager
Joined: 30 Mar 2006 Posts: 90
|
As far as I remember I didnt see this issue when I worked with Siebel adapter (that was like 2 years ago).
I remember changing the Siebel bat file too (on windows) to update the version of siebel its interacting with.
Can you post the more trace before that exception? |
|
Back to top |
|
 |
francoisvdm |
Posted: Mon Mar 26, 2007 12:33 am Post subject: |
|
|
Partisan
Joined: 09 Aug 2001 Posts: 332
|
Thanks, yes, I also changed the .bat file.
Here is the complete output.
Code: |
C:\IBM\WA>C:\IBM\WA\connectors\Siebel\start_Siebel.bat Siebel WMQI_WAS -cC:\IBM\
WA\SiebelBATSA.cfg
C:\IBM\WA>REM @echo off
C:\IBM\WA>setlocal
C:\IBM\WA>REM set the name to be the application connector that is starting
C:\IBM\WA>set CONNAME=Siebel
C:\IBM\WA>set CONNPACKAGENAME=com.crossworlds.connectors.Siebel.SiebelConnectorA
gent
C:\IBM\WA>REM set the server name to be the interchange that is being targeted
C:\IBM\WA>set SERVER=WMQI_WAS
C:\IBM\WA>REM setting the JVMArgs variable as installer needs it when installing
the adapter as a service
C:\IBM\WA>set JVMArgs=
C:\IBM\WA>call "C:\IBM\WA"\bin\CWConnEnv
C:\IBM\WA>REM if WBIA_RUNTIME exists, do things the new way, otherwise use the o
ld way
C:\IBM\WA>if "C:\IBM\WA" == "" goto CROSSWORLDS
C:\IBM\WA>REM By default, use the WBIA.jar under lib. This is the jar built wit
h the most
C:\IBM\WA>REM recent WBIA adapter framework.
C:\IBM\WA>set WBIA="C:\IBM\WA"\lib\WBIA.jar
C:\IBM\WA>set JCLASSES=;"C:\IBM\WA"\lib\WBIA.jar
C:\IBM\WA>goto END
C:\IBM\WA>REM set the directory where the specific connector resides
C:\IBM\WA>set CONNDIR="C:\IBM\WA"\connectors\Siebel
C:\IBM\WA>REM goto the connector specific drive & directory
C:\IBM\WA>cd /d "C:\IBM\WA"\connectors\Siebel
C:\IBM\WA\connectors\Siebel>set SIEBELAPPJARPATH="C:\IBM\WA"\connectors\Siebel\d
ependencies
C:\IBM\WA\connectors\Siebel>set SIEBELAPP7x_JAR5=""C:\IBM\WA"\connectors\Siebel\
dependencies"\SiebelJI_enu.jar
C:\IBM\WA\connectors\Siebel>set SIEBELAPP7x_JAR7=""C:\IBM\WA"\connectors\Siebel\
dependencies"\Siebel.jar
C:\IBM\WA\connectors\Siebel>set AGENT="C:\IBM\WA"\connectors\Siebel\CWSiebel.jar
C:\IBM\WA\connectors\Siebel>set SIEBELVERSION="7.X"
C:\IBM\WA\connectors\Siebel>if "7.X" == "7.X" set JCLASSES=.;;"C:\IBM\WA"\lib\WB
IA.jar;""C:\IBM\WA"\connectors\Siebel\dependencies"\SiebelJI_enu.jar;""C:\IBM\WA
"\connectors\Siebel\dependencies"\Siebel.jar;"C:\IBM\WA"\connectors\Siebel\CWSie
bel.jar
C:\IBM\WA\connectors\Siebel>call "C:\IBM\WA\bin\start_adapter" -nSiebel -sWMQI_W
AS -lcom.crossworlds.connectors.Siebel.SiebelConnectorAgent -cC:\IBM\WA\SiebelBA
TSA.cfg
<Exception>
<Major No.>256</Major No.><Minor No.>21765</Minor No.><Message>Could not find 'B
usiness Object' named 'Schema Version'. This object is inactive or nonexistent.(
SBL-DAT-00144)</Message><DetailedMessage>Unknown<DetailedMessage>
</Exception>
at com.siebel.data.SiebelDataBean.getBusObject(SiebelDataBean.java)
at com.crossworlds.connectors.Siebel.SiebelBeanPool.<init>(SiebelBeanPoo
l.java:95)
at com.crossworlds.connectors.Siebel.SiebelConnectorAgent.agentInit(Sieb
elConnectorAgent.java:122)
at com.crossworlds.cwconnectorapi.CWConnectorAgent.init(CWConnectorAgent
.java:263)
at AppSide_Connector.BusObjJavaInterface.init(BusObjJavaInterface.java:4
97)
at AppSide_Connector.AppCalls.init(AppCalls.java:140)
at AppSide_Connector.AgentBusinessObjectManager.init(AgentBusinessObject
Manager.java:816)
at AppSide_Connector.AgentBusinessObjectManager.<init>(AgentBusinessObje
ctManager.java:250)
at AppSide_Connector.AppEnd.run(AppEnd.java:1463)
at AppSide_Connector.AppEnd.init(AppEnd.java:362)
at AppSide_Connector.AppEnd.<init>(AppEnd.java:137)
at AppSide_Connector.AppEnd.main(AppEnd.java:1092)
at AppEndWrapper.main(AppEndWrapper.java:28)
com.crossworlds.cwconnectorapi.exceptions.ConnectionFailureException: [Type: Err
or] [MsgID: 35083] [Mesg: The connector was unable to get the Siebel business ob
ject Schema Version. Reason: Could not find 'Business Object' named 'Schema Vers
ion'. This object is inactive or nonexistent.(SBL-DAT-00144).]
at com.crossworlds.connectors.Siebel.SiebelConnectorAgent.agentInit(Sieb
elConnectorAgent.java:127)
at com.crossworlds.cwconnectorapi.CWConnectorAgent.init(CWConnectorAgent
.java:263)
at AppSide_Connector.BusObjJavaInterface.init(BusObjJavaInterface.java:4
97)
at AppSide_Connector.AppCalls.init(AppCalls.java:140)
at AppSide_Connector.AgentBusinessObjectManager.init(AgentBusinessObject
Manager.java:816)
at AppSide_Connector.AgentBusinessObjectManager.<init>(AgentBusinessObje
ctManager.java:250)
at AppSide_Connector.AppEnd.run(AppEnd.java:1463)
at AppSide_Connector.AppEnd.init(AppEnd.java:362)
at AppSide_Connector.AppEnd.<init>(AppEnd.java:137)
at AppSide_Connector.AppEnd.main(AppEnd.java:1092)
at AppEndWrapper.main(AppEndWrapper.java:28)
Terminate batch job (Y/N)? y
C:\IBM\WA> |
_________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
Francois van der Merwe |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|