Re: SSL certificate management

2004-11-10 Thread Tibor
Does MQ tell you when the certificate is near expiration? Or does the channel just stop working? None of them. As far as I know the certificate is verified at the time of handshaking. That's why you get an error when channel starts next time. Tibor Does MQ tell you when

Re: Brokers or Execution Groups

2004-11-03 Thread Tibor
The process 'DataFlowEngine' performs the task of an execution group, that's why doesn't matter how many broker process (bipbroker) managing them. I prefer a single broker to simplify the MQSI administration. Hope this helps, Tibor Hi Everyone, On a single machine, Is it better to have

Re: Brokers or Execution Groups

2004-11-03 Thread Tibor
John, Your are right, mainly in the case as written: Different brokers are used for different business areas. Execution groups within a broker handle work on behalf of different business systems. We have more brokers on a box, too, because of price... :-(. Tibor We have four brokers

Re: MQ 5.3 with Sun Cluster v3.x

2004-10-27 Thread Tibor
documentaion: http://docs.sun.com/db/doc/817-3325 or download http://docs-pdf.sun.com/817-3325/817-3325.pdf HTH, Tibor Yes, you need to get the Sun Cluster v3.xMQ Agent from Sun (payware!) Once you have that smooth sailing Michael From: MQSeries List[mailto:[EMAIL PROTECTED

Re: Compiling C++ MQ apps on HPUX - need help !

2004-10-08 Thread Tibor
- mainly in multithreaded environment. HTH, Tibor Hi Sid, I haven't checked the situation for HP/UX, but on Solaris you cannot use the GNU C++ compiler with MQSeries. I am guessing, but I think that g++ is the GNU c++ compiler, not a HP provided one. C code works fine with gcc (even

Re: Linear logging.

2004-09-28 Thread Tibor
, and the access to messages is NOT optimised for long term storage. However, you can do long term message storage, and it does work, including recovery. However, if you have 1 Gb of messages in a q, and you perform a rcdmqimg of the queue, you will write 1Gb + overheads to the linear log. HTH, Tibor

Re: HA Architectures for MQ

2004-08-26 Thread Tibor
Reil, As far as I know the HA solutions on miscellaneous Unix platforms there is no definitely difference in the MQ level ('hamqm' scripts). So I recommend you reading some HA Manual e.g. Solaris. Hope this helps, Tibor Where can I find a definitive White Paper on the best HA

Re: amqcrsta processes

2004-06-18 Thread Tibor
On Tru64, the last version of MQ is v5.1. But I prefer runmqlsr independently of MQ version because works fine, moreover without sysadmin ;-). Tibor To get threading, you need to use the MQ listener (runmqlsr) instead of inetd. The MQ listener is the preferred method starting with MQ

Re: debugging Windows api dll

2004-06-03 Thread Tibor
As far as I remember I used this way for debugging channel exit: if you have an installed debugger application just place a "trap" into the desired place in your source: asm { int 3 } This will activate your debugger. HTH, Tibor Does anyone know what process I can star

Re: SNDR channel INITIALIZING after QM bounce

2004-05-25 Thread Tibor
Peter, I suspect a garbage in SYNCQ because I've already seen similar. There was 2 entry for 1 channel and only way for starting channel after deleting and re-defining. Wrong entries disappeared by command 'DELETE CHANNEL' from the sync queue. Hope this helps, Tibor All machines

Re: Problem building MQ samples on cygwin

2004-05-24 Thread Tibor
Mike, You have to use an other way in the linking step: gcc -o amqsbcg0 amqsbcg0.o ../../Lib/mqm.lib I've just tried it and working. Tibor I am attempting to build the sample program supplied with MQ to browse queues. I am more comfortable with an *IX environment than Windoes, so

Re: SSL channels and Self Signed certificates

2004-05-21 Thread Tibor
Neil, I think you need only a *real* channel stopping: stop channel(XYZ) mode(terminate) because stopped channel status doesn't mean the process 'runmqchl' is stopped. HTH, Tibor Hi folks, I am setting up a cluster of machines using SSL channels with self-signed certificates

Re: World Writable files under Unix

2004-05-21 Thread Tibor
missing info about environment: MQ v5.3 + Solaris 9 Tibor hi all, Does anyone have or can point me to a list of files (esp. for MQ v5.3 on Solaris) for which the world writable bit can be turned off, without any impact to the functioning of MQSeries. Thanks in advance... ~mahen

Re: World Writable files under Unix

2004-05-21 Thread Tibor
Mahen, The sysadmin ran the recommended script two weeks ago because forced by Security Team. However the queue manager works without any problem since them. Tibor hi all, Does anyone have or can point me to a list of files (esp. for MQ v5.3 on Solaris) for which the world

Re: WBIMB and ICS SCM interface

2004-05-20 Thread Tibor
However I never tried these, but I recommend you to visit eclipse plugin website in SCM category: http://eclipse-plugins.2y.net/eclipse/plugins.jsp?category=SCM There is a *lot* of connectors, mainly for freeware (CVS, Subversion), but ClearCase and VSS is also available. HTH, Tibor

Re: Unknow Database Reference (WBI-MB)

2004-05-05 Thread Tibor
Bobbee, Perhaps it isn't same... but look this discussion onmqseries.net: Warnings in taskbar in WBI Message Broker Toolkit HTH, Tibor OS - AIX DB - DB2 ODBC - Merant Driver (REMOTE) The problem isn't connecting. We have have the DB access and the flows are updating fine

Re: correct definition

2004-05-04 Thread Tibor
BIMBO :) Tibor Whyworry about it the name will change again anyway :) Regards TimA -Original Message- From: Kulbir S. Thind [mailto:[EMAIL PROTECTED] Sent: Tuesday, 4 May 2004 8:28 AM To: [EMAIL PROTECTED] Subject: correct definition All, Quick question: What

Re: ESQL : CASE WHEN

2004-04-30 Thread Tibor
') THEN '00' END; #3 (but this isn't identical to your question) SET myVar = CASE UPPER(var) WHEN 'AB' THEN '12' ELSE '00' END; By the way, clause 'ELSE' is recommended to avoid NULL values. HTH, Tibor Can I not have multiple condition in a case like.. SET myVar = CASE

Re: ESQL SELECT to fetch non-null tags

2004-04-30 Thread Tibor
Sorry, but I don't understand your problem correctly - perhaps because I don't know your input. Can you send me the input XML structure? Tibor Tibor, Sorry I forgot to mention that I can have others tags under Books. But I need to fill the array with Book1 , 2 or 3 which ever exists

Re: World Writable files under Unix

2004-04-29 Thread Tibor
I found an interesting description in WAS Manual: http://publib.boulder.ibm.com/infocenter/wasinfo/topic/com.ibm.websphere.base.doc/info/aes/ae/tmj_secmqm.html But I don't understand why this is missing from MQ Security Manual... HTH, Tibor I started the Post I do not remember a final

Re: ESQL SELECT to fetch non-null tags

2004-04-28 Thread Tibor
IF; SET I=I+1; END WHILE; But when cardinality of Books[] is large, using reference is more efficient. Tibor I have an XML Books Book1A/Book1 Book2B/Book2 Book3C/Book3 /Books I want to fill out an array with only the non null tags Book1 , Book2 and Book3. If Book2 is not present I

Re: AW: Boot problem on Solaris: solved but HOW?

2004-04-05 Thread Tibor
Pavel, Tibor, we did not try the early tracing. I am not sure what more information from the script itself I need. We had a pretty good error message from strmqm complaining about not being authorized and the error status (not documented, though: 119. Anyone from IBM?). For me the (early

Re: Boot problem on Solaris: solved but HOW?

2004-04-02 Thread Tibor
Pavel, Did you try to switch on the early tracing in your script? Some other cases it helps us in investigating the root of the problem. HTH, Tibor Hello, We had a problem -- with starting MQSeries 5.3 at bootup on Solaris -- actually exactly FAQ problem described in http

Re: MQSeries on HP NSK (Tandem)

2004-03-30 Thread Tibor
the autobort time... All transactions are so long as your business logic, and it isn't depend on MQ. HTH Tibor Dear Friends, I am looking for some guidance on MQ application design on the Tandem system. On Tandem, MQ is only a resource manager. The transactional coordination is carried out

Re: MQ Error : MQSTR and MQHRF dll not found

2004-03-29 Thread Tibor
). HTH, Tibor Dear all, I am a newbie for supporting MQ Series. We installed websphere MQ 5.3 and CSD 5. Then, it joins our MQ cluster which is in UNIX. Everything looks fine. However, it keeps posting the following errors in the event viewer. It said MQSTR.dll and MQHRF.dll can't

Re: Migrating MQSeries to another server

2004-03-02 Thread Tibor
Plus if authentication system of the destination OS is similar to the source OS, I would save the OAM with amqoamd. Tibor Hi Dave, In the absence of vendor tools, I would use the saveqmgr program from the ms03 support pack. It will save the object configuration of your queue manager

Re: Dinosaur (AIX) + MQ

2004-02-26 Thread Tibor
David, I mean AIX v2.1, and would be satisfied with a simple MQ client. Tibor Did you mean MQ2.1 for AIX or MQ for AIX 2.1. IIRC there was an MQ 2.1, but what release of AIX it pre-req'd I'm not sure (probably 4.2). In any case it would now be long out of support. David

Re: Queue Browsing and data conversion

2004-02-25 Thread Tibor
| | | +-+ ... We are using localized windows and the enviroment variables MQCCSID=437 is needed for connecting qmgrs (localized English). FYI, Tibor On Tue, 24 Feb 2004 10:39:59 +0100 Tibor [EMAIL PROTECTED] wrote: :Moreover

Dinosaur (AIX) + MQ

2004-02-25 Thread Tibor
Anyone heard about MQ for AIX v2.1? I got this version information from the sysadmin however I'd never seen such AIX... TIA, Tibor Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh

Re: Zero bytes FDCs on a WMQ 5.3 CSD5 Solaris

2004-02-24 Thread Tibor
Federico, Is there any free space in your /var/mqm filesystem? We got this malfunction in this situation. Try 'df -k /var/mqm' HTH, Tibor Hi folks, can anyone cast some light on the potential cause of zero bytes FDCs being generated on WMQ 5.3 CSD5? My guess is that MQ tries

Re: NT: create listener service via script

2004-02-18 Thread Tibor
, Tibor For developing and testing it is nice to have a bunch of scripts which create queue managers and everything that's needed for communication between them. What I'm using is mainly the scripts dropped by SAVEQMGR in conjunction with a batch file that creates everything I want

Re: Sharing an Oracle Database

2004-02-16 Thread Tibor
Kulbir, IMHO a sharing database is better, because an additional Oracle instance eating more resource than some new internal thread. Tibor Hi, Has anyone encountered any issues trying to use the WBI MB (or MQSI) on Sun Solaris with Oracle as the internal broker Database and the same

Re: SSL certificate administration with gsk6cmd - 7th January fix

2004-01-29 Thread Tibor
David, Look this: http://www.mqseries.net/phpBB2/viewtopic.php?t=12776highlight=gsk6cmd Christian, Problem fixed: https://www6.software.ibm.com/dl/wsmqcsd/wsmqcsd-p HTH, Tibor What 7th January problem - do tell all! Dave Instructions for managing your mailing list subscription

Re: Sequence numbers out of sync.

2004-01-13 Thread Tibor
Curt, We had already run into similar and only solution was deleting and re-creating channels, because this step remove the entries from SYNCQ. It was on distributed platform, not Z/OS. HTH, Tibor Curt, This sounds like an old problem where duplicate messages for the same

Re: clear qlocal

2004-01-06 Thread Tibor
This is coming from to accelerate queue performance . When we was comparing v5.1 and v5.2, this method seemed significant in some test. http://www.mqseries.net/phpBB2/viewtopic.php?p=1858 Tibor This is normal. MQ will clear up that actual file when its good and ready (read:undocumented

Re: segmentation not supported on Z/OS ?

2003-12-18 Thread Tibor
Vivek, Which type of segmentation needed? Auto or manual? If you want to send messages to distributed platform, manual segmentation is easy, because MQMDE is fully specified. (Or maybe not so easy to handle all conversions on receiving msgs?) HTH, Tibor And if so, what workarounds

Re: Secure communication w/o SSL or CA

2003-12-12 Thread Vilhan, Tibor
Title: RE: Secure communication w/o SSL or CA Hi Pavel, yes, you right understood our requirement. We have SVRCONN channels defined yet therefore 2nd option is adequate for us. I hope this is quite enough. Many thanks for your help. Regards, Tibor -Pvodn zprva- Od: Pavel

Secure communication w/o SSL or CA

2003-12-11 Thread Vilhan, Tibor
Title: Secure communication w/o SSL or CA Greetings All, are in the MQSeries another alternatives how to basically secure communication (it means without using SSL or messages subscribing)? Thank you very much in advance for any advice. Regards, Tibor

Re: Secure communication w/o SSL or CA

2003-12-11 Thread Vilhan, Tibor
Title: RE: Secure communication w/o SSL or CA Hi Pavel, at first my first name is Tibor - no so quite standard e-mail convention, isn't it?:) We want to secure it against 'undisciplined' internal users (potential internal attackers) which have access to the server for another purposes

Re: MQExplorer Security Exit

2003-10-29 Thread Tibor
the SSL client connection, MQExplorer why don't? Tibor How can you use this in the UNIX environment? More specifically, AIX. Is there a link for the source code? -Warren At 09:52 AM 10/28/2003, you wrote: You can use it on Unix. -Original Message- From: Sony Varghese [mailto

Re: WMQI : Running Two Versions of Control Center, is it possible?

2003-10-14 Thread Tibor
Jeff, This is possible, look this topic: http://www.mqseries.net/phpBB2/viewtopic.php?t=9885highlight=CC Of course, Frank is right - officially... Tibor Jeff, Is it possible to run the Control Center of both versions on the same computer? No. In fact, the install of the WBI MB V5

Re: The equivalent of Windows Event Viewer on HP-UX

2003-09-15 Thread Tibor
Similar to bobbee's environment, we are running scheduled processes (by cron, of course) to select and mail WMQI messages to developers. Plus rotating of log files is needed but I think this is a sysadmin task... Tibor At one client, we wrote a script that ran out o CRON that parsed

Re: archives of the listserver

2003-09-12 Thread Tibor
Tania, If you need, I can send my own archive from Apr 2000 in Unix mailbox format or RFC-822 message format (or of course the original RitLabs MSB and TBB files). HTH, Tibor mail-archive.com is the most current but it only goes back to July. I don't know whether it will still go back

Re: The equivalent of Windows Event Viewer on HP-UX

2003-09-10 Thread Tibor
Kulbir, Ask any of your unix sysadmins about syslog. WMQI sends all events (warning, error) through syslog daemon to files or network. Tibor Hi, We're beginning to look at migrating our WMQI set-up from Windows 2000 to HP-UX and have a query. As part of our support processes we make

MQ and MQSI on AIX with TCB install

2003-09-10 Thread Tibor
Hi, We will install a new AIX box for MQ Integrator and TCB is very recommended by security guys. But I'm not sure in the success, because known MQ books don't analyze this configuration. Anyone is using a similar? TIA, Tibor Instructions for managing your mailing list subscription

Re: MQExplorer Security - Another way

2003-08-15 Thread Tibor
Paul, I know that MO71 can handle *all* of the MQCONNX parameters, we tested it and worked fine. Tibor Peter, We sent a request (PMR?) to IBM about implementing SSL settings in MQExplrorer dialog box and they inserted into the future development. And we are hoping... Tibor While

Re: MQExplorer Security - Another way

2003-08-14 Thread Tibor
Peter, We sent a request (PMR?) to IBM about implementing SSL settings in MQExplrorer dialog box and they inserted into the future development. And we are hoping... Tibor I'm looking for the easiest way to continue using MQExplorer, for myself and others in a Windows user group, while

Re: MQSI Configuration Managers

2003-08-05 Thread Tibor
). Tibor Sony, Is it possible to have 2 configuration managers on the same box ? No, it is not possible to have more than one configuration manager on a machine. You can have more than one broker, but only one configuration manager. Regards, Christopher Frank Sr. I/T Specialist - IBM

Re: XML to MRM

2003-07-03 Thread Tibor
fields is defined in the MRM model. HTH, Tibor Hi, MQSI v2.0.1 - CSD6: I have an XML message which I need to convert to MRM (in SAP IDOC format). We have been working with SAP IDOCs in MRM format for quite a while, but the inbound data we have received up to now has always been

Re: MQ test tool

2003-06-10 Thread Tibor
Another very useful is amqsblst in mqm/samp/bin. MQ for Win32 package contains only the C source but you can compile it (or I can send the binary). amqsblst ('mq blaster') can put, read or echo messages with any size and count, waiting time and give statistics. HTH, Tibor Instructions

Re: WMQI - BIP2066E for all execution groups

2003-06-10 Thread Tibor
Start a service trace at 'debug level' on broker side and let we look into it - just for a happy hacking :-) Tibor The configmgr and broker are comuunicating fine. The problem is between the broker and its execution groups. For example, SYSTEM.BROKER.EXECUTIONGROUP.QUEUE has messages

Re: 2 different broker databases

2003-05-28 Thread Tibor
in test phase. HTH, Tibor Instructions for managing your mailing list subscription are provided in the Listserv General Users Guide available at http://www.lsoft.com Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Re: wmqi deploy question

2003-03-10 Thread Tibor
recommend you a dual processor server rather than a double speed single processor (this is coming from my observation, not a performance test) HTH, Tibor Hello. I've got an NT box - 1 G memory and approx 1GHz chip - with a WMQI v2.1 configmgr on it (not a broker). We have a total of about 100

Re: Backing Up Services in NT

2003-03-04 Thread Tibor
RecAttempts=dword:0003 Protocol=dword:0002 Port=dword:0586 Hide=dword:0001 [HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion\Configuration\Services\BTX\Queue Manager] RecAction=dword:0001 ServiceType=dword:0004 RecDelay=dword:0001 RecAttempts=dword:0003 Tibor

Re: Backing up MQSeries for DR.

2003-02-20 Thread Tibor
amqoamd -m qmgr -s Tibor I appologize for the time difference between threads dates... Thought I had this DR stuff down until thinking about security and OAM. All of this stuff is persisted on the QMgr. Has anyone thought about how one would save the queue backing the OAM... I

Re: Query on compatibility of MQSI2.0.2 with MQ5.3

2003-02-20 Thread Tibor
of upgrade process. BUT when I run the unpacked installer package, it is working fine :-) OK, that wasn't ordinary (so 30%) but very interesting Tibor On Windows we had problems upgrading, had to apply CSD01 to overcome -Original Message- From: Seshasayee Nalamati , Tidel Park

Re: Data Conversion Problem on Sun Solaris with European Characters

2003-02-13 Thread Tibor
Andrea, If you're working with R3Link try setting an environment variable to disable any conversion on gateway: PATH_TO_CODEPAGE=NONE HTH, Tibor We are currently experiencing a problem with the translation of certain European characters once they've gone through the MQSeries

Re: Compaq True64 Unix V5.1

2003-01-29 Thread Tibor
for all official denial). Tibor IBM MQSeries (sorry can't bring myself to call it WebsphereMQ) website says IBM MQSeries for Compaq Tru64 UNIX, Version 5 Release 1 requires Compaq Tru64 UNIX V4.0F or V5.0 operating system. Anyone know if it runs on V5.1 of True64. Also, anyone know

Re: Wish list for Conference

2003-01-23 Thread Tibor
declaration about the future of MQ on Alpha platform (DEC / Compaq / HP Tru64 Unix) Tibor I wish. 1.) The OTMA Bridge would honor the Request message's Expiry when it builds the Reply message. 2.) There was a property on the MQInput node where you could specify the minimum size MQSI would

Re: WMQI V2.1 Control Center Question

2003-01-20 Thread Tibor
this file (lcc.sh) into directory mqsi\Tool. Tibor Sort of yes, but, it's pretty brutal. I had the same issue, and raised the question with Hursley. This information is stored in a file \tool\panes.ini. One option was that a person could write a script to edit this file and remove

Re: SSL performance evaluation

2003-01-10 Thread Tibor
on large messages (10%) I was thinking about the reasons: - firstly, SSL handshake is an overhead, similarly other protocols (like MCA handshake, TCP, and so on) - slowing caused by the special environment (2 local queue manager). In this case same box had been loaded with crypto tasks. Tibor KK

Re: Eclipse

2003-01-10 Thread Tibor
message model, new mapping editor, fully fledged ESQL editor, RAD support, configurable deployment, an ESQL debugger and a new Broker Administration Console. This session covers all these new features backed up by demos. Some experience of developing WMQI V2 applications is recommended. Tibor

Re: File in use when applying MQSeries W2K 5.2.1 CSD3 - amqxcs2.dll

2002-12-17 Thread Tibor
Matt, Anyone is looking the system events with Event Viewer? Tibor I am having a problem attempting to apply CSD3 to MQSeries W2K 5.2.1. I am getting a file in use error on amqxcs2.dll. I have had similar problems in the past, with other CSD's which I have always been able

Re: BITSTREAM changes between MQSI version 2.0.2 and 2.1

2002-12-02 Thread Tibor
''. There is an efix avaliable for WMQIv2.1 CSD03 on all platforms under the defect (APAR) number PQ66348. Suggest you contact your IBM support team for this. HTH, Tibor In WMQI CSD3 the BITSTREAM functionality was broken. I believe this has been addressed and will be corrected in the next release

Re: Exporting a flow from WMQI for promotion/version control purposes .

2002-11-26 Thread Tibor
correctly, like: mqsiexportmsgflows.bat -m Test-1 You are right, sub-flows is included this file, but not *ALL* message flows will be exported. Tibor When I export a flow from WMQI that uses sub-flows, the dependant sub-flow(s) get exported into the file also. Is there any way I can

Re: Webshere Integrator V2.1 - how do I tell what database a broker is attached to...

2002-11-26 Thread Tibor
this command is working all platforms: mqsiservice brokername ... and reading the registry directory. Tibor he install MQSI directory for a directory called registory down in there you will find all sorst of nce information!! From: Dennis Bryngelson [EMAIL PROTECTED] Reply

Re: Websphere 5.3

2002-11-07 Thread Tibor
. This is not platform-dependent: I had to re-install MQ on AIX, because there was a symlink confusing in the /usr/lib. HTH, Tibor Hello, Is it possible to upgrade from MQ 5.2.1 to Websphere MQ 5.3? Or should I do an uninstall of 5.2.1 and an install of 5.3? Edward Pius. Instructions

Re: LSX and WMQ of NT 5.3

2002-10-18 Thread Tibor
Jim, ... It's fine for IBM to say just use Java, ... Just a question: MQv53 is _really_ working with Lotus Notes' embeddded JVM? AFAIK, Notes JVM is on level 1.1.8, but MQ Java API supported the version 1.3.0 or above. So how can a Notes developer work with MQv53? Tibor I'm also

RFH2 + automatic segmentation sends 2195

2002-10-15 Thread Tibor
and later MQFMT_NONE). Moreover, when I set MQMD.Format to MQFMT_NONE, errors pass away. We was running this code on MQv5.3 (WinNT, Win2K, AIX) and MQv5.2 (Win2K) but result was same. Any ideas? Tibor Instructions for managing your mailing list subscription are provided in the Listserv General

Re: Security issues with WMQI and Control Center

2002-10-11 Thread Tibor
this is only an MQ administrative task and independent from WMQI. Tibor Hi, the security 'hole' between the Java control center (WMQI) and the configuration manager has been discussed before. The suggested solution for this issue is the use of channel-exits. However, with the 5.3 release

Re: MQGMO_SET_SIGNAL for waiting on multiple events

2002-09-25 Thread Tibor
Set signal is an OS390 feature ...and Tandem... Tibor From: Anupama Vaid [EMAIL PROTECTED] A question for Win 2000 MQSeries v 5.1 I would like to wait on Multiple events while also waiting for messages on a queue. Can this be done using MQGMO_SET_SIGNAL on Win 2000 and if yes

Re: SSL tutorial

2002-09-06 Thread Tibor
Kevin, If your system will reject the Java application then please let me know and I will not include it in the distribution. Our mail servers won't reject packaged attachment, so you can feel free to send me. Regards, Tibor Tibor Bors MQ/MQSI Consultant Matav Rt. Hungary PS: I've

Re: MQSeries for UNIX, MQSeries for Linux, GUI Available ?

2002-08-29 Thread Tibor
Roberto, Try the famous MQJExplorer, a Java based MQExplorer clone. http://www.kolban.com/mqjexplorer Tibor Anyone know if MQ has some graphic interface on UNIX and LINUX or all still are command-line style, start, stop display, etc ? MQExplorer for KDE ?, something like

Re: MQSI CSDs

2002-08-26 Thread Tibor
Robert, A faster and browser-free site: ftp://ftp.software.ibm.com/software/mqseries/fixes/wmqiv21/ Tibor -Original Message- From: Robert Broderick [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 25, 2002 6:48 PM To: [EMAIL PROTECTED] Subject: MQSI CSDs Anybody got the URL

Re: MQ R/3 Link

2002-06-18 Thread Tibor
Rao, This is a 'normal' entry in file SMQERR01.LOG, not a warning or error. Just you (or anyone) sent a message thru R3Link, but EDI_DC40.docnum field (IDOC number) was filled with blanks. Tibor Hi, When i try to send inbound IDoc to SAP i am hitting below error