cancel
Showing results for 
Search instead for 
Did you mean: 

DI Event Service Listening Error

Former Member
0 Kudos

Hi,

I have installed DI Event Server(2007) and Clients in server (Winows 2003) and Client(Windows XP SP2) amchines respectively.

I have pasted the SBO_SP_TransactionNotification codes.

Service is running in server.

I have added Windows MSMQ component in Client.

But DI Event Service is not listening.

Log shows like this:

TIME;LEVEL;INFO;
10/31/2008 5:26:32 PM;INFOPLUS;TraceLevel: Warning
10/31/2008 5:26:32 PM;INFOPLUS;PortNumber: 4334
10/31/2008 5:26:32 PM;INFOPLUS;KeepAlivePeriod: 2000000
10/31/2008 5:26:32 PM;INFOPLUS;KeepAliveMax: 12000000
10/31/2008 5:26:32 PM;INFOPLUS;MaxSizeAction: Replace
10/31/2008 5:26:32 PM;INFOPLUS;MaxFileSize: 6000000
10/31/2008 5:26:32 PM;INFOPLUS;Connect to server.
10/31/2008 5:26:32 PM;INFOPLUS;Client: Reference to server acquired 
10/31/2008 5:26:32 PM;INFOPLUS;CreateQueue ITSL-SALT-12\private$\633610707923630092
10/31/2008 5:26:52 PM;INFOPLUS;AddListener SBODemoIN/oItems/Add
10/31/2008 5:26:52 PM;INFOPLUS;AddListener SBODemoIN/oItems/Update
10/31/2008 5:26:52 PM;INFOPLUS;AddListener SBODemoIN/oBusinessPartners/Add
10/31/2008 5:26:52 PM;INFOPLUS;AddListener SBODemoIN/oBusinessPartners/Update
10/31/2008 5:26:52 PM;INFOPLUS;AddListener SBODemoIN//Update
10/31/2008 5:26:52 PM;INFOPLUS;AddListener SBODemoIN/oBusinessPartners/
10/31/2008 5:26:52 PM;INFOPLUS;AddListener SBODemoIN//
10/31/2008 5:26:52 PM;INFOPLUS;AddListener SBODemoIN/129/Add

Please help me out of this problem.

Edited by: Rui Pereira on Dec 23, 2008 3:27 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

YatseaLi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sibasish,

Did you start the DI Event Server in the server?

Start=>Run the command "services.msc"=>Start the DI Event Server.

From its architecture, the landscape is:

1. Server

-B1DIEvnetServer - It is a windows service application called u201CSAP Business One DI Event Serviceu201D that create the remoting

<<C:\Program Files\SAP\SAP Business One DI Event Service\SAP Business One DI Event Server\B1DIEventsServerService>>

2.Client

-B1DIEventService <<C:\Program Files\SAP\SAP Business One DI Event Service\SAP Business One DI Event Client\B1DIEventsService>>

The B1DIEventService is a library that both client and server must compile with (nothing to be changed by the partner). It acts as a filter taking simple commands from the client application and implementing the technical part of the connection with the B1DIEventServer.

The log in your last post is for this component in client.

-Partner AddOn

The name B1DIEvnetServer and B1DIEventService is somehow confused.

Have you tried the client sample?<<D:\08-Perforce\BUSMB_B1\SBO_Tools\dev\Tools\SDK\B1DIEventsService\ClientSamples\ClientSampleCSharp>>

Kind Regards, Yatsea

Former Member
0 Kudos

Thanx Mr. Li

The Service DI Event Server is running in my server.

I am writing the steps that I have followed :

1. Installed B1DIEvent Server setup in server. Started the service.

2. Copied and pasted SQL code in SBO_SP_TransactionNotification Stored Procedure.

3. Run Client setup in client machine. Directories created.

4. Now I am running the sample code "CSharpClientSample".

I'm expecting that event details will be listed in the Gridview when I do add/update a BP.

But there is no response in the sample add-on.

After running the sample code I did : Connect and Start Listening.

Am I missing anything?

Former Member
0 Kudos

Any Response Plz ???