Author |
Message |
Topic: Using getenv for key repo path |
gopalsamant
Replies: 4 Views: 2645
|
Forum: IBM MQ API Support Posted: Tue Nov 23, 2004 6:44 pm Subject: Using getenv for key repo path |
Actaully here is what we are doing
cc -c test.c -o test.o
ld -o /cq1/bin/test.so test.o -G -bnoentry -bexpall -lmqic -lc
in sql
drop library test_lib ;
create or replace LIBRARY test_lib i ... |
Topic: Using getenv for key repo path |
gopalsamant
Replies: 4 Views: 2645
|
Forum: IBM MQ API Support Posted: Mon Nov 22, 2004 11:34 pm Subject: Using getenv for key repo path |
If i do a echo on unix box then i do get the value. but when i print it after reading it in the C progam it comes out to be blank. i guees the execution of this c program is opening another shell or s ... |
Topic: Using getenv for key repo path |
gopalsamant
Replies: 4 Views: 2645
|
Forum: IBM MQ API Support Posted: Mon Nov 22, 2004 6:57 pm Subject: Using getenv for key repo path |
Hi all, i am facing a problem reading the unix enviornment variable. actually my mq program is in C and i am setting the key repo path in the profile file. but when i read the varaible set in profile ... |
Topic: mq error code 2380 |
gopalsamant
Replies: 14 Views: 12208
|
Forum: IBM MQ API Support Posted: Fri Oct 08, 2004 2:08 am Subject: mq error code 2380 |
Thanks for all the help guys. It is working now. |
Topic: mq error code 2380 |
gopalsamant
Replies: 14 Views: 12208
|
Forum: IBM MQ API Support Posted: Thu Oct 07, 2004 6:40 pm Subject: mq error code 2380 |
Thanks again, here is what i have. i have a file keystore at /cq1/bin/ssl and here is my code for key repository. it is still giving me 2381 error. i have tried changing the path to /cq1/bin/ssl/keys ... |
Topic: mq error code 2380 |
gopalsamant
Replies: 14 Views: 12208
|
Forum: IBM MQ API Support Posted: Thu Oct 07, 2004 1:51 am Subject: mq error code 2380 |
Hi All, thanks for all the help.
Now i am getting 2381 error. not sure what it is. could not find any document that explains that, please help |
Topic: mq error code 2380 |
gopalsamant
Replies: 14 Views: 12208
|
Forum: IBM MQ API Support Posted: Tue Oct 05, 2004 6:15 pm Subject: mq error code 2380 |
Still the same. what do you mean eyecatcher. how do i check whether it is wrong or not. |
Topic: mq error code 2380 |
gopalsamant
Replies: 14 Views: 12208
|
Forum: IBM MQ API Support Posted: Tue Oct 05, 2004 12:34 am Subject: mq error code 2380 |
Guys, Here is my code in the C client program. I am trying to enable SSL and i am getting error 2380. Please help.
MQSCO sco = {MQSCO_DEFAULT}; /*SSL Configuration Options */
MQCNO ... |
Topic: mq error code 2380 |
gopalsamant
Replies: 14 Views: 12208
|
Forum: IBM MQ API Support Posted: Mon Oct 04, 2004 2:05 am Subject: mq error code 2380 |
Thabks for the Infor Kiran, Can you please provide me with some link to download this manual. |
Topic: mq error code 2380 |
gopalsamant
Replies: 14 Views: 12208
|
Forum: IBM MQ API Support Posted: Sun Oct 03, 2004 10:14 pm Subject: mq error code 2380 |
Could not find any such error |
Topic: mq error code 2380 |
gopalsamant
Replies: 14 Views: 12208
|
Forum: IBM MQ API Support Posted: Sun Oct 03, 2004 9:59 pm Subject: mq error code 2380 |
hi, i am getting mq2380 error code when i try to communicate, what could be the reason. |
Topic: set SSLcyphersuit in MQseries clinet which is in C |
gopalsamant
Replies: 7 Views: 4014
|
Forum: IBM MQ API Support Posted: Thu Sep 30, 2004 10:41 pm Subject: set SSLcyphersuit in MQseries clinet which is in C |
Do you mean i should set SSLCipherSpec field with the value "DES-CBC3-MD5:DES-CBC3-SHA:RC4-MD5" where "DES-CBC3-MD5" is the SSLcipherspec set on server or should i just pass the remaing value in the ... |
Topic: set SSLcyphersuit in MQseries clinet which is in C |
gopalsamant
Replies: 7 Views: 4014
|
Forum: IBM MQ API Support Posted: Thu Sep 30, 2004 9:54 pm Subject: set SSLcyphersuit in MQseries clinet which is in C |
Ok, where is what my situation is. I have a client server setup. with the clinet program written in C. I want to make this SSL enabled, can you please provide me with steps required for the same. we h ... |
Topic: set SSLcyphersuit in MQseries clinet which is in C |
gopalsamant
Replies: 7 Views: 4014
|
Forum: IBM MQ API Support Posted: Thu Sep 30, 2004 9:32 pm Subject: set SSLcyphersuit in MQseries clinet which is in C |
Thanks, As per my understanding i need to do following program changes (My client program is in C).
1. set value for SSLKeyrepository
2. set value for sslciphersuite as "some value" which correspo ... |
Topic: set SSLcyphersuit in MQseries clinet which is in C |
gopalsamant
Replies: 7 Views: 4014
|
Forum: IBM MQ API Support Posted: Thu Sep 30, 2004 8:50 pm Subject: set SSLcyphersuit in MQseries clinet which is in C |
How do i set SSLcyphersuit in MQseries clinet which is in C. i could find help on setting this using java but no information on the same using C. Can some one please help. |