Author |
Message |
Topic: inputRoot["MRM][][].setvalue not working |
DirtyHowi
Replies: 10 Views: 4076
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 18, 2014 8:02 am Subject: inputRoot["MRM][][].setvalue not working |
issue solved. |
Topic: inputRoot["MRM][][].setvalue not working |
DirtyHowi
Replies: 10 Views: 4076
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 18, 2014 7:41 am Subject: inputRoot["MRM][][].setvalue not working |
i'm debugging this in the .net compute node where the assignment is taking (supposedly) place. It is saying object not set to instance of object, the famous last bastion of microsoft.
if i have to ... |
Topic: inputRoot["MRM][][].setvalue not working |
DirtyHowi
Replies: 10 Views: 4076
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 17, 2014 12:58 pm Subject: inputRoot["MRM][][].setvalue not working |
no choice. its coming from COBOL. old school cobol at that. |
Topic: inputRoot["MRM][][].setvalue not working |
DirtyHowi
Replies: 10 Views: 4076
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 17, 2014 12:42 pm Subject: inputRoot["MRM][][].setvalue not working |
I tried that too, no bueno.
basically i need to set two fields on the output to values determined by other logic, simple strings, nothing complicated. then propagate that from the .net compute node ... |
Topic: inputRoot["MRM][][].setvalue not working |
DirtyHowi
Replies: 10 Views: 4076
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 17, 2014 10:59 am Subject: inputRoot["MRM][][].setvalue not working |
i need to override the input root in a .net compute node for two fields that are in the tree based on decisions made in the compute node, the decision stuff works, but i cant override the inputroot va ... |
Topic: Support for Visual Studio 2013 |
DirtyHowi
Replies: 4 Views: 2595
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 08, 2014 6:52 am Subject: Support for Visual Studio 2013 |
i think for that you need to use 2012 to attach to the process so you can step into a .net compute node, otherwise if its a WCF service, making your WSDL point at the localhost version of the service ... |
Topic: Stored Proc taking 13-mins to respond - SQL Server |
DirtyHowi
Replies: 6 Views: 4065
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 08, 2014 5:38 am Subject: Stored Proc taking 13-mins to respond - SQL Server |
also have your DBA reset statistics on the DB. things in SQL can get out of whack, especially on a transactional DB, so resetting statistics shoudl be a maintenance plan. |
Topic: IBM IIB-Date format conversion in Mapping file |
DirtyHowi
Replies: 3 Views: 18796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 08, 2014 5:19 am Subject: IBM IIB-Date format conversion in Mapping file |
try xs:datetime in the mapping instead of convert (which does not seem to work for dates).
we have the same issue going from a cobol copy book to a .net input object, and found that for straight da ... |
Topic: Support for Visual Studio 2013 |
DirtyHowi
Replies: 4 Views: 2595
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 08, 2014 4:45 am Subject: Support for Visual Studio 2013 |
Yes for initial development you need 2012, fortunately it sits side by side with 2013. I believe once the basic stuff is in place you can then open it with 2013 and work on it same as ever. and it wo ... |
Topic: TimeoutNotification node fire at a particular time |
DirtyHowi
Replies: 5 Views: 3142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 24, 2014 7:15 am Subject: TimeoutNotification node fire at a particular time |
Rather than on an interval.
I dont see in the properties where i can set a "time" for the timeout notification node to fire, i see an interval.
Do i need to set up a transaction start ... |
Topic: IIB/WMB in a Hyper-V environment |
DirtyHowi
Replies: 11 Views: 5476
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 21, 2014 2:43 pm Subject: Re: IIB/WMB in a Hyper-V environment |
Has anyone been looking at or done this? IF so what are your feelings/experiences etc?
all of our servers are hyper-v, runs just like its on the desktop, if the servers are provisioned correctly. ... |
Topic: calling wcf service |
DirtyHowi
Replies: 8 Views: 5169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 21, 2014 8:45 am Subject: calling wcf service |
short answer on this...you cant, MQ will not actively fire a IsOneWay event in a .NET WCF service.
had to make a generic response object datacontract with a bool data member to add to it, after i d ... |
Topic: calling wcf service |
DirtyHowi
Replies: 8 Views: 5169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 20, 2014 7:11 am Subject: calling wcf service |
if i fire this off through soapui, it hits the break point and goes through like i think it should.
the subflow is not invoking the service like it should. What is it with fire/forget or void retu ... |
Topic: calling wcf service |
DirtyHowi
Replies: 8 Views: 5169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 19, 2014 12:33 pm Subject: calling wcf service |
the biggest problem is the server returns a 202 rather than a 200.
Urgh. You need a .NET expert, which means I'm going to slink away and play with my ESQL.
Are you using the latest .NET thing? 4 ... |
Topic: calling wcf service |
DirtyHowi
Replies: 8 Views: 5169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 19, 2014 12:13 pm Subject: calling wcf service |
IIB 9.0
probably screaming out the back, its a VM workstation so hard to tell, the server room is in the basement.
it appears to fire the request, and since its marked as isoneway the response i ... |