|  | 
 
  
    | RSS Feed - WebSphere MQ Support | RSS Feed - Message Broker Support |  
 
  
	|    |  |  
  
	| FTPSend Plug-in (IA73) "FtpSend_msg.h" file missing!! | « View previous topic :: View next topic » |  
  	| 
		
		
		  | Author | Message |  
		  | kirani | 
			  
				|  Posted: Wed Dec 19, 2001 12:40 pm    Post subject: |   |  |  
		  | Jedi Knight
 
 
 Joined: 05 Sep 2001Posts: 3779
 Location: Torrance, CA, USA
 
 | 
			  
				| Hi, 
 I installed this plug-in on MQSI V2.0.2 and it is working fine. Currently, If I pass 10 messages through the plug-in, it overwrites these messages while writing to the file. Finally, I get only one message in the file. I want to modify the source so that I can get all 10 messages in the file. I think opening a file in "Append" mode will do this.
 
 In file  "FtpSend.c", it includes "FtpSend_msg.h" file and this header file is missing in the Supportpac.
 
 Could you please tell me where to get this header file from?
 
 Thanks in advance!
 
 Regards,
 Kiran
 
 |  |  
		  | Back to top |  |  
		  |  |  
		  | kolban | 
			  
				|  Posted: Wed Dec 19, 2001 2:50 pm    Post subject: |   |  |  
		  |  Grand Master
 
 
 Joined: 22 May 2001Posts: 1072
 Location: Fort Worth, TX, USA
 
 | 
			  
				| 
//
 //  Values are 32 bit values layed out as follows:
 //
 //   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
 //   1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
 //  +---+-+-+-----------------------+-------------------------------+
 //  |Sev|C|R|     Facility          |               Code            |
 //  +---+-+-+-----------------------+-------------------------------+
 //
 //  where
 //
 //      Sev - is the severity code
 //
 //          00 - Success
 //          01 - Informational
 //          10 - Warning
 //          11 - Error
 //
 //      C - is the Customer code flag
 //
 //      R - is a reserved bit
 //
 //      Facility - is the facility code
 //
 //      Code - is the facility's status code
 //
 //
 // Define the facility codes
 //
 #define FACILITY_SYSTEM                  0x0
 #define FACILITY_RUNTIME                 0x2
 
 
 //
 // Define the severity codes
 //
 #define STATUS_SEVERITY_WARNING          0x2
 #define STATUS_SEVERITY_SUCCESS          0x0
 #define STATUS_SEVERITY_INFORMATIONAL    0x1
 #define STATUS_SEVERITY_ERROR            0x3
 
 
 //
 // MessageId: MSG_INTERNET_NAME_NOT_RESOLVED
 //
 // MessageText:
 //
 //  (%1) Unable to resolve hostname '%2'
 //
 #define MSG_INTERNET_NAME_NOT_RESOLVED   ((DWORD)0xC0020001L)
 
 //
 // MessageId: MSG_INTERNET_ERROR_INTERNET_TIMEOUT
 //
 // MessageText:
 //
 //  (%1) Timed out trying to connect to FTP server at '%2'
 //
 #define MSG_INTERNET_ERROR_INTERNET_TIMEOUT ((DWORD)0xC0020002L)
 
 //
 // MessageId: MSG_INTERNET_ERROR_OTHER
 //
 // MessageText:
 //
 //  (%1) Internet Connect error %2 trying to connect to FTP server at '%3'
 //
 #define MSG_INTERNET_ERROR_OTHER         ((DWORD)0xC0020003L)
 
 //
 // MessageId: MSG_INTERNET_ERROR_BAD_USERID_PASSWORD
 //
 // MessageText:
 //
 //  (%1) Invalid userid/password trying to connect to FTP server '%2'
 //
 #define MSG_INTERNET_ERROR_BAD_USERID_PASSWORD ((DWORD)0xC0020004L)
 
 //
 // MessageId: MSG_INTERNET_ERROR_EXTENDED
 //
 // MessageText:
 //
 //  (%1) Error response from FTP server '%2'- %3
 //
 #define MSG_INTERNET_ERROR_EXTENDED      ((DWORD)0xC0020005L)
 
 //
 // MessageId: MSG_NO_FILENAME
 //
 // MessageText:
 //
 //  No file name supplied in tree or as attribute
 //
 #define MSG_NO_FILENAME                  ((DWORD)0xC0020006L)
 
 
 
 |  |  
		  | Back to top |  |  
		  |  |  
		  | kirani | 
			  
				|  Posted: Wed Dec 19, 2001 5:44 pm    Post subject: |   |  |  
		  | Jedi Knight
 
 
 Joined: 05 Sep 2001Posts: 3779
 Location: Torrance, CA, USA
 
 |  |  
		  | Back to top |  |  
		  |  |  
		  |  |  |  
  
	|    |  | Page 1 of 1 |  
 
 
  
  	| 
		
		  | 
 
 | 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
 
 |  |  |  |