Author |
Message
|
kevin_22 |
Posted: Fri Apr 01, 2005 10:31 am Post subject: problem in ICS 4.2.2 |
|
|
 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 |
|
 |
kevin_22 |
Posted: Fri Apr 01, 2005 1:44 pm Post subject: |
|
|
 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 |
|
 |
fjcarretero |
Posted: Tue Oct 18, 2005 10:50 pm Post subject: |
|
|
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 |
|
 |
recallsunny |
Posted: Thu Oct 20, 2005 7:17 am Post subject: |
|
|
 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 |
|
 |
modestee |
Posted: Tue Jan 17, 2006 5:14 am Post subject: |
|
|
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 |
|
 |
emiddleware |
Posted: Tue Apr 18, 2006 1:08 am Post subject: |
|
|
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 |
|
 |
|