Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mi294r3
  • Content: Threads
  • Order by date
  1. mi294r3

    Getting Original Job Stream name at run time.

    Is there a way to get the "Original Job Stream" at run time? I know that you can get that from the Tivoi Console, but I would like to get it via a command line option. A tivoli job will start a unix script, I want to use the JobStream and Job names to set the environment for the unix script...
  2. mi294r3

    No respect for developers

    I work for a large company. I have been involved in many large projects in my time here. One thing that I have seen happen over and over with these projects is months of analysis followed by a rush to develop. During this analysis, assumptions are made by non-technical people, or at best...
  3. mi294r3

    location of javadocs for com.ibm.mq etc.....

    Does anyone know where I can get the javadocs for the IBM mq/jms classes. I am currently using MQ 5.3. I have lokked through "WebSphere MQ Using Java Version 6.0". In that manual it states; The Javadoc tool has been used to generate the HTML pages containing the specifications of the...
  4. mi294r3

    Binding OR Client (Pro's Cons?)

    I am writting a JMS app for transfering files trough MQ. I put in a check for local host. I then check a prop file to determine which Queue Manager to conect to. If there is a LOCAL qmgr I do a BINDING connection, If no local queue manager I do a Client. My questions are , Should I...
  5. mi294r3

    MQSeries 5.3 and JAVA client

    What do I need on the client side to provide connection to a queue manager. Before 5.3 it was done by downloading the ma88. Is it just com.ibm.mq.jar, com.ibm.mqbind.jar and com.ibm.mqjms.jar? Or is there other things as well (not including what is provided by J2EE). Also what jre is...
  6. mi294r3

    ERRORCODE: MQJMS1022 - Code: JMS-8402.

    Sorry , but I am a novice with JMS/MQ. Below is a snipet of an error log from an app . I am trying to get more infor on ERRORCODE: MQJMS1022 - Code: JMS-8402. Also I could not find a reference to SessionAsyncHelper in Websphere MQ using JAVA OCT 2002. Can any one point me in the right direction...
  7. mi294r3

    Embed complete XML doc in another XML doc

    From an XML rookie.. How do you embed a complete XML document inside another. I want to be able to nest XML documents and have them parsed by seperate processes. Is an unparsed entity the only way to do this? JRjr
  8. mi294r3

    BackOut Count

    I am running MQSeries 5.2.0.1 on AIX 4.3. I am writting a C program to obtain message length and backout count of message in a Local Queue. I have been using two messages to test against. The last time I tested these messages the Backout Count was 0 (zero). After the weekend and a stop/start...
  9. mi294r3

    Setting USER env variable , then starting process that uses it.

    I have a Windows 2000 desktop application which requires a USER environment variable to be changed every time you use it. I have a VBscript that will change the env varirable but if I start the application in the script it does not recognize the new value of the USER varirable. If I start the...
  10. mi294r3

    Change Management/Problem management methods/Packages for MQ

    Current MQ environment, 8-10 Production UNIX nodes 6 AS/400 LPARS 1 z/OS 20+ Windows servers. I am looking for current real world examples of how to handle Problem management (such as event management)...
  11. mi294r3

    MQSI, How to extract what queues are conected by message flow?

    Is there a NON-interactive way to obtain a list of what queues are connected together by a message flow. For example a local queue may send mesages to a remote queue via a message flow, but since the remote queue name is not an attribute of the local queue I can not easily obtain the name of...

Part and Inventory Search

Back
Top