Author |
Message
|
rkailasam2 |
Posted: Thu Oct 13, 2011 5:19 am Post subject: How to invoke JDE Purchase order Business function |
|
|
Novice
Joined: 09 Oct 2011 Posts: 11
|
In Message Broker Using JD Edward Adapter Node I want to invoke JDE Business service which have to insert records in JDE table. How to do the same. Please help me
example
I want to invoke JDE Purchase order Business function. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Oct 13, 2011 5:53 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I imagine you will construct a message flow.
And in that message flow you will construct a message that you will then pass to the JDEdwards adapter node.
And the contents of that message will instruct the JDEdwards adapter node to invoke the JDE Purchase Order Business Function with the necessary data.
I believe, in order to accomplish this task, it is you that must have the skills and training and knowledge necessary to build a message flow, build the relevant message, and run it.
I don't personally have the necessary knowledge of the JDEdwards environment to construct such a message, but it doesn't seem like it should be a lot different than constructing any other kind of message. |
|
Back to top |
|
 |
rkailasam2 |
Posted: Thu Oct 13, 2011 5:58 am Post subject: |
|
|
Novice
Joined: 09 Oct 2011 Posts: 11
|
Thanks for the reply
Using Message flows and Message set, i can get multiple records from JD Edward business functions but i can't insert a records |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Oct 13, 2011 6:18 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
rkailasam2 wrote: |
Thanks for the reply
Using Message flows and Message set, i can get multiple records from JD Edward business functions but i can't insert a records |
I do not see anything in a quick glance of the current documentation for the current release of Broker that suggests that this is not possible to do.
So clearly it is simply a case that you do not know how to do it.
Why not?
Is the documentation unclear? Which specific part of the documentation is confusing to you?
Do you have no idea at all how to start? It seems that the documentation and samples that ship with the product will provide some assistance here. Have you looked at them? |
|
Back to top |
|
 |
rkailasam2 |
Posted: Thu Oct 27, 2011 1:42 am Post subject: |
|
|
Novice
Joined: 09 Oct 2011 Posts: 11
|
Ya, i got the required output. The issue is with framing correct input xml file. Thanks for all |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 27, 2011 4:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
rkailasam2 wrote: |
Ya, i got the required output. The issue is with framing correct input xml file. Thanks for all |
It's amazing how many things work better with the correct input. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Shakur |
Posted: Mon Oct 31, 2011 12:39 pm Post subject: |
|
|
Newbie
Joined: 31 Oct 2011 Posts: 4
|
rkailasam2 wrote: |
Ya, i got the required output. The issue is with framing correct input xml file. Thanks for all |
Hello, please help me, could you write the example of correct input xml. |
|
Back to top |
|
 |
Shakur |
Posted: Mon Oct 31, 2011 12:41 pm Post subject: |
|
|
Newbie
Joined: 31 Oct 2011 Posts: 4
|
I have the following problem: when I send a XML message from MQ Input node to JDEdwards Request node, the flow hangs. I get no error and I don't know what to do in such situation. |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Oct 31, 2011 1:14 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Shakur wrote: |
I have the following problem: when I send a XML message from MQ Input node to JDEdwards Request node, the flow hangs. I get no error and I don't know what to do in such situation. |
Take a user trace of the flow...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Shakur |
Posted: Tue Nov 01, 2011 4:54 am Post subject: |
|
|
Newbie
Joined: 31 Oct 2011 Posts: 4
|
fjb_saper wrote: |
Shakur wrote: |
I have the following problem: when I send a XML message from MQ Input node to JDEdwards Request node, the flow hangs. I get no error and I don't know what to do in such situation. |
Take a user trace of the flow...  |
User trace shows next:
2011-11-01 16:29:05.363886 4500 UserTrace BIP3484E: ''CWYED1002E: The adapter could not get a connection to the EnterpriseOne server. The instance might be down or the specified connection property values might be incorrect. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Nov 01, 2011 6:36 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Shakur wrote: |
User trace shows next:
2011-11-01 16:29:05.363886 4500 UserTrace BIP3484E: ''CWYED1002E: The adapter could not get a connection to the EnterpriseOne server. The instance might be down or the specified connection property values might be incorrect. |
Well that error seems pretty clear to me...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Shakur |
Posted: Thu Nov 03, 2011 2:53 pm Post subject: |
|
|
Newbie
Joined: 31 Oct 2011 Posts: 4
|
Now I have a new error:
Text:CHARACTER:Missing required parameter 'jdDateEffectiveJulian1' for business function 'UpdateBasePrice_test'., error code: Missing Data
when I try to enter date in format mm/dd/yyyy.
Any suggestions? |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Nov 03, 2011 7:11 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Shakur wrote: |
Now I have a new error:
Text:CHARACTER:Missing required parameter 'jdDateEffectiveJulian1' for business function 'UpdateBasePrice_test'., error code: Missing Data
when I try to enter date in format mm/dd/yyyy.
Any suggestions? |
Find out what format the date is supposed to be in and use that.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Vitor |
Posted: Fri Nov 04, 2011 4:45 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
fjb_saper wrote: |
Shakur wrote: |
Now I have a new error:
Text:CHARACTER:Missing required parameter 'jdDateEffectiveJulian1' for business function 'UpdateBasePrice_test'., error code: Missing Data
when I try to enter date in format mm/dd/yyyy.
Any suggestions? |
Find out what format the date is supposed to be in and use that.  |
I would suggest a clue is in the name of the missing parameter:
jdDateEffectiveJulian1
 _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|