Author |
Message |
Topic: Seeking a job at NewZealand |
smdavies99
Replies: 9 Views: 36836
|
Forum: Job Seekers Posted: Sat Jul 29, 2017 2:10 am Subject: Seeking a job at NewZealand |
Looks like your reply on the other thread is better placed, but Linked in is definitely a good place to start.
The computer Never Forgets
I recently received an email from a Recruitment Agency c ... |
Topic: Automation using WMB7 |
smdavies99
Replies: 5 Views: 6781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 21, 2017 12:34 am Subject: Automation using WMB7 |
Is your procedure that is using jenkins also running as 'root'?
Running anything like this as 'root' is a huge great NO, NO, Never, Stop it NOW kind of thing.
I'd break what you are doing down i ... |
Topic: Pub/Sub - Publish without using an MQInput/Output |
smdavies99
Replies: 15 Views: 15521
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 21, 2017 12:30 am Subject: Pub/Sub - Publish without using an MQInput/Output |
ok, i'm using MQ, i need to know what i need to do in esql to publish the message to a topic.
You need to have an RFH2 header on the message, specifying the topic you want to publish to and you nee ... |
Topic: error while creating broker executiongroup on IIB9 |
smdavies99
Replies: 2 Views: 4745
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 13, 2017 10:15 pm Subject: Re: error while creating broker executiongroup on IIB9 |
Totally agree.
In order to see if the REAL problem is with creating the EG or with the items being deployed, simply deploy a flow that is say (for example)
MQInput--PassThru---MQOutput
If ... |
Topic: Deadlock & performance issue |
smdavies99
Replies: 10 Views: 10303
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 06, 2017 10:49 pm Subject: Deadlock & performance issue |
Make sure that the Stored Procedure is properly coded.
Any selects that are for reference and not update need to be made readonly/no locks.
This will help the deadlocks and also performance as the D ... |
Topic: How to convert XML to JSON Array |
smdavies99
Replies: 10 Views: 12338
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 05, 2017 1:08 am Subject: How to convert XML to JSON Array |
1) Please edit your posts to use tags around code and xml. The [C o d e] tags is at the top of the edit box. It really makes your posts easier to read.
2) Your code is messy and inefficient. Please l ... |
Topic: How to convert XML to JSON Array |
smdavies99
Replies: 10 Views: 12338
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 04, 2017 10:49 pm Subject: How to convert XML to JSON Array |
What have you tried? What went wrong?
We are really here to help yourself do your job and not to do your job for you (unless you have a signed Purchase Order ready and waiting )
There a ... |
Topic: CURRENT_TIMESTAMP is not working when passed in PASSTHRU |
smdavies99
Replies: 4 Views: 5967
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 13, 2017 7:43 am Subject: CURRENT_TIMESTAMP is not working when passed in PASSTHRU |
I made myself a rule many years ago.
Do not put anything but pre-formed data in a DB operation.
Could you not cast the data to a cHAR before the PASSTHRU? Then with usertrace, you can see all th ... |
Topic: IIBv10 .project file updates |
smdavies99
Replies: 10 Views: 11983
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 09, 2017 11:33 am Subject: IIBv10 .project file updates |
There's never been any documentation about the contents of the .project file, or any of the other metadata/internal files in the projects.
What are you trying to do? What are you trying to figure o ... |
Topic: IIBv10 .project file updates |
smdavies99
Replies: 10 Views: 11983
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 09, 2017 3:22 am Subject: IIBv10 .project file updates |
Raise a PMR and ask IBM |
Topic: IIBv10 .project file updates |
smdavies99
Replies: 10 Views: 11983
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 08, 2017 12:42 am Subject: IIBv10 .project file updates |
Don't worry about them. They won't change the project functionality. I suspect the new items are to do with the new functionality introduced in IIB10. |
Topic: SoapInput Node unable to remove the soap envelope |
smdavies99
Replies: 4 Views: 5233
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 05, 2017 8:42 am Subject: SoapInput Node unable to remove the soap envelope |
Did the working flow also have a SOAP Extract Node in it? |
Topic: how to create Dynamic Filename & each record to each fil |
smdavies99
Replies: 10 Views: 9095
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 05, 2017 12:18 am Subject: how to create Dynamic Filename & each record to each fil |
So how will this
SET OutputLocalEnvironment.Destination.File.Name='PersonDetails.json';
make a different file?
Windows and Unix/Linux files systems do not support versioning of files unlike s ... |
Topic: how to create Dynamic Filename & each record to each fil |
smdavies99
Replies: 10 Views: 9095
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jun 04, 2017 10:42 pm Subject: how to create Dynamic Filename & each record to each fil |
How do you think it should be done?
The answer to your problem is here. The google box on the upper right will help you find it.
We really like people to try to help themselves. Try a few things ... |
Topic: global cache complete vs sparse |
smdavies99
Replies: 4 Views: 5905
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 30, 2017 11:05 pm Subject: global cache complete vs sparse |
There is a whole raft of information on the ORacle site about this sort of stuff.
Here's one to be going on with
https://docs.oracle.com/cd/E13085_01/timesten.1121/e14261/arch.htm
you really ne ... |