Author |
Message |
Topic: AMQ4739 WebSphere MQ Install Failure |
nikman
Replies: 20 Views: 53849
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Aug 26, 2008 7:51 am Subject: amq4739 error during mq install |
hi, has anyone seen 'Splash Bitmap not running' error? i'm installing mq v5.3 server on windows NT SP6. throws AMQ4739 error. notning much in msi.log file |
Topic: Network represeantation problem using MQAdapter and ICS |
nikman
Replies: 1 Views: 3420
|
Forum: WebSphere Interchange Server + Adapters Posted: Mon Jan 08, 2007 9:03 am Subject: Network represeantation problem using MQAdapter and ICS |
hi forum members,
has anyone faced a problem with network representation using MQ Adapter and ICS 4.3?
I have MQ Adapter parsing a message and sending it to ICS running on a seperate box using MQ as ... |
Topic: Business Objects with no BO Name or Verb in incoming data |
nikman
Replies: 10 Views: 8895
|
Forum: WebSphere Interchange Server + Adapters Posted: Fri Feb 03, 2006 6:33 am Subject: Business Objects with no BO Name or Verb in incoming data |
The standard Datahandler and JText MO wont work if you dont have BOName and Verb in the file, which is quite difficult for external systems to produce. So to overcome this, you will need to customise ... |
Topic: Business Objects with no BO Name or Verb in incoming data |
nikman
Replies: 10 Views: 8895
|
Forum: WebSphere Interchange Server + Adapters Posted: Thu Feb 02, 2006 9:22 am Subject: Business Objects with no BO Name or Verb in incoming data |
Try setting the BONameSize and BOVerbSize parmeter in the MO_Datahandler for EventDataHandler. This would tell the datahandler that the BO and Verb have size 0 in the file (assuming your BO does not h ... |
Topic: Cannot edit collaborations in CVS-shared project |
nikman
Replies: 3 Views: 3439
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Feb 01, 2006 8:10 am Subject: Cannot edit collaborations in CVS-shared project |
Wierd..we dont see that in our ICS-CVS setup. |
Topic: Business Objects with no BO Name or Verb in incoming data |
nikman
Replies: 10 Views: 8895
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Feb 01, 2006 8:05 am Subject: Business Objects with no BO Name or Verb in incoming data |
Edit the datahandler so that it does not look for BOName and BOVerb in the data file supplied by external systems.
The Jtext will match to the correct MO and BO using the file extension of the file. ... |
Topic: Who should empty SAPALE_Archive_Queue |
nikman
Replies: 4 Views: 4773
|
Forum: WebSphere Interchange Server + Adapters Posted: Wed Feb 01, 2006 2:21 am Subject: Who should empty SAPALE_Archive_Queue |
oops..a newbie error in prev post.
Use the com.ibm.mq.* classes (to archive the queue) in a java program which in turn can be invoked by a shell script. |
Topic: Who should empty SAPALE_Archive_Queue |
nikman
Replies: 4 Views: 4773
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Jan 31, 2006 9:19 am Subject: Who should empty SAPALE_Archive_Queue |
Maula queue clearance is required with the mySAP adapter. You can also use the class com.ibm.wbi.BaseCollab.MQUtil (in ICS) to extract messages off the queue and save it to a file/zip file. This ca ... |
Topic: Start collaboration periodically without adapters |
nikman
Replies: 7 Views: 6495
|
Forum: WebSphere Interchange Server + Adapters Posted: Tue Jan 31, 2006 7:03 am Subject: Start collaboration periodically without adapters |
In ICS 4.3.x, the scheduler allows to control the collab with recurrence feature. It allows to start/stop/pause components every x min/hours/days/weks/months/years or run on specific days as requir ... |