Author |
Message |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Fri Oct 05, 2012 2:02 am Subject: SOLVED |
Hi Guys
After havig another problem with the queue not reporting anything at all I was still trying to solve my EntryPoint Error.
And yes, I've found the [url=http://www.reiti.net/personal-blog/ ... |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Mon Aug 27, 2012 3:21 am Subject: MQ 7.1 (.net) entry point not found |
I've tried compiling different versions because MQ does internally link to different DLLs but it has not solved the issue.
The queue where this problem occurs is not very important nor transports b ... |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Mon Aug 27, 2012 2:55 am Subject: MQ 7.1 (.net) entry point not found |
Thanks for your response. Actually I've tried that before with the result, that I got a "Host Not Found" back from MQ
So the Transport is set to CLIENT in my case
Are there any drawbac ... |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Tue Jul 31, 2012 5:21 am Subject: MQ 7.1 (.net) entry point not found |
Please do not start an offtopic discussion about fundamentals - the project is live and it is crucial to maintain it running all the time without any risks.
The client is upgraded to latest compiler ... |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Tue Jul 31, 2012 4:53 am Subject: MQ 7.1 (.net) entry point not found |
Yes the queue settings are different (server side) for sure, but I don't know and it is not possible to change anything because of backwards compatibility.
I solved the problem on the clientside by ... |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Tue Jul 31, 2012 12:11 am Subject: MQ 7.1 (.net) entry point not found |
I have setup MQ 7.1 on a clean machine.
The app also uses multiple queues and the problem does only occur on one of them, so it seems not to be a static "linking" problem with some dlls.
... |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Thu Jul 26, 2012 12:38 am Subject: MQ 7.1 (.net) entry point not found |
Just in case, someone stumbles upon this thread, I'll proceed posting my results.
I've found out, that the above behaviour only happens to one specific Queue. Later calls on differnent queues do no ... |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Wed Jul 25, 2012 2:15 am Subject: MQ 7.1 (.net) entry point not found |
unfortunately the fixpack has not solved the problem (amqmdnet.dll is now 10x bigger ..?)
I still get the same error:
Entry Point "zstMQGET" was not found in DLL ".../mqic.dll&qu ... |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Tue Jul 24, 2012 1:00 am Subject: MQ 7.1 (.net) entry point not found |
Thanks for your post. Unfortunately that has no impact. This Charset is already used everywhere.
Indeed, the above error is a EntryPointNotFoundException thrown by .Net Framework. So there is eithe ... |
Topic: MQ 7.1 (.net) entry point not found |
reitidotnet
Replies: 21 Views: 25245
|
Forum: IBM MQ API Support Posted: Mon Jul 23, 2012 5:13 am Subject: MQ 7.1 (.net) entry point not found |
Hi Guys - I hope anyone can give me a hint with my problem.
I currently try to migrate an .net application to MQ 7.1
The app was initially programmed with .net 1.1 and MQ 5.3 (amqmdnet.dll)
I ... |