ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Interchange Server + Adapters » problem in ICS 4.2.2

Post new topic  Reply to topic
 problem in ICS 4.2.2 « View previous topic :: View next topic » 
Author Message
kevin_22
PostPosted: Fri Apr 01, 2005 10:31 am    Post subject: problem in ICS 4.2.2 Reply with quote

Centurion

Joined: 08 Mar 2005
Posts: 100

hi all ,
i am working in ICS4.2.2.i am using Jtext connector to pick the file from a directory.The problem is that the connector is picking the file but the ICS server(System manager)could'nt able to receive i.e the problem is existing with the connector controller.It is not showing any error
The trace of ICS server(System manager)...

[Time: 2005/04/01 23:57:24.109] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: Connector:JTextConnector. enqueueOnIQAsync: event delivery must
block on an identical prior instance of the business object being processed.]
[Time: 2005/04/01 23:57:37.453] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: hasDelayedSubsribersForEvent: specName=SRC, status=false]
[Time: 2005/04/01 23:57:37.468] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: MsgDrvInterface gotBusObj()]
[Time: 2005/04/01 23:57:37.468] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: deliverBusObj]
[Time: 2005/04/01 23:57:37.468] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: Connector:JTextConnector. enqueueOnIQAsync: Sequencing business
objectSRC]
[Time: 2005/04/01 23:57:37.468] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: Connector:JTextConnector. enqueueOnIQAsync: event delivery must
block on an identical prior instance of the business object being processed.]
[Time: 2005/04/01 23:57:37.609] [System: ConnectorAgent] [SS: JTextConnector] [T
hread: WT=3 (#1690462255)]
[Type: Info] [MsgID: 100101] [Mesg: @@@@ INFO ::Successfully archived fi
le 'C:\temp\JTextConn\Default\archive\a_2005_04_01_23_57_36_797.success'.]
MQJE001: Completion Code 2, Reason 2033
[Time: 2005/04/01 23:57:57.515] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: hasDelayedSubsribersForEvent: specName=SRC, status=false]
[Time: 2005/04/01 23:57:57.531] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: MsgDrvInterface gotBusObj()]
[Time: 2005/04/01 23:57:57.531] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: deliverBusObj]
[Time: 2005/04/01 23:57:57.547] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: Connector:JTextConnector. enqueueOnIQAsync: Sequencing business
objectSRC]
[Time: 2005/04/01 23:57:57.562] [System: ConnectorController] [SS: JTextConnecto
r] [Thread: JTextConnector_MQListenerThread_1112370948289_0 (#1680746543)] [Type
: Trace] [Mesg: Connector:JTextConnector. enqueueOnIQAsync: event delivery must
block on an identical prior instance of the business object being processed.]


but in the event viewer it is showing error...

Event Type: Error
Event Source: WebSphere MQ
Event Category: None
Event ID: 9208
Date: 4/1/2005
Time: 9:29:35 PM
User: N/A
Computer: MIRDEV112
Description:
Error on receive from host mirdev112 (172.17.4.125).

An error occurred receiving data from mirdev112 (172.17.4.125) over TCP/IP. This may be due to a communications failure.

The return code from the TCP/IP (recv) call was 10054 (X'2746'). Record these values and tell the systems administrator.
please help me............
Back to top
View user's profile Send private message
kevin_22
PostPosted: Fri Apr 01, 2005 1:44 pm    Post subject: Reply with quote

Centurion

Joined: 08 Mar 2005
Posts: 100

hi all,
i am using delivery trasport MQ.i am getting this error in the event viewer every time when i am running the Jtext connector
Back to top
View user's profile Send private message
fjcarretero
PostPosted: Tue Oct 18, 2005 10:50 pm    Post subject: Reply with quote

Voyager

Joined: 13 Oct 2003
Posts: 88

Hi Kevin,

What I see on the errors you've posted is that ICS is sequencing the events.

ICS always stores the Object keys that are currently being process by a particular collaboration. Before starting to process a new event, the collaboration checks if the object key is one of the stored ones. If that is the case, ICS enqueues the object until the one with the same key finishes.

So, I think, here one of the problems is that you're repeating the same key.

Regards
Felipe
Back to top
View user's profile Send private message
recallsunny
PostPosted: Thu Oct 20, 2005 7:17 am    Post subject: Reply with quote

Disciple

Joined: 15 Jun 2005
Posts: 163
Location: Massachusetts

These are tell tail signs that there are some events in your Flow management repository which are either unresolved or were deleted before they could be processed by the server.

If you are facing this issue in your production env, Its better you resolve the unresolved flows and clear up these events. If these events are in your test env & you dont mind losing them, Shutdown your server and clear the AP queue of your connector and the WIP tables in your ICS repository.

Its best to resolve these events before trying to manually delete them from Queues or WIP tables.
Back to top
View user's profile Send private message
modestee
PostPosted: Tue Jan 17, 2006 5:14 am    Post subject: Reply with quote

Newbie

Joined: 17 Jan 2006
Posts: 3
Location: Vasteras, Sweden

Did you solve your problem by deleting the messages from the queue, the information in the WIP tables and then restart the ICS or did you find another way?
Back to top
View user's profile Send private message
emiddleware
PostPosted: Tue Apr 18, 2006 1:08 am    Post subject: Reply with quote

Centurion

Joined: 03 Apr 2006
Posts: 120

Hi ,
could anybody tell me the following :

1) How does ICS create the object key if it has to process n- number of collaborations ?

2) In which repository does ICS server maintain the object key ?? Is it CxWIPObjects table ??
_________________
Best Regards,
E-MiddleWare
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Interchange Server + Adapters » problem in ICS 4.2.2
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.