Retirement Notice
|
|
User login
|
|
Frontpage Sponsor
|
|
Poll
|
What do you expect from your SI Implementation partner for the success of ERP implementation. Bring best practices - Not to offer more CR's Leveraging standard functions 20% Need more honesty to work with the Users until their processes are fully mapped & Users are trained 40% Focus on process automation/ integrations/ Real time data/ BI analytics 13% Stick to basics 27% Total votes: 15 |
|
|
 |

7th August 2017, 21:19
|
Member
|
|
Join Date: Mar 2010
Posts: 70
|
|
Baan: BaaN IV and ERP -
DB: Oracle -
OS: Unix and Window
|
Not Getting Acknowledgement BOD
Hi All,
I am processing a BOD into LN through a process BOD. Code written at OnProcess is working fine as expected but it is not creating acknowledgement BOD back to ION. Can you please guide me about the reasons behind the same? Do I need to make any specific setting/setup for acknowledgement BOD?
Regards,
Anubhav
|

8th August 2017, 11:42
|
 |
Guru
|
|
Join Date: Sep 2012
Location: India
Posts: 2,503
|
|
Baan: LN FP 1-9, 10.4, a little bit of Baan IV -
DB: SQL Server 2008, Oracle -
OS: Windows Server 2008 R2, Unix
|
Hi,
Have you added the Acknowledge XML on the ION server directory? Also, have you added the Acknowledge method to your BII implementation?
__________________
Regards,
Bhushan
Unless you try to do something beyond what you have already mastered, you will never grow!
|

8th August 2017, 14:18
|
Member
|
|
Join Date: Mar 2010
Posts: 70
|
|
Baan: BaaN IV and ERP -
DB: Oracle -
OS: Unix and Window
|
Hi Bhushan,
We have done following activity:
1. Added zip files of all the supported verbs and xsd in ION registry. Apart from this there is no other place to add BOD in ION.
There is no acknowledge method in BII. We have even set actionCode throug setControlAttribute command but still do not see acknowledgement BOD in ION. Please let me know if you think we are missing anything.
Regards,
Anubhav
|

8th August 2017, 16:14
|
 |
Guru
|
|
Join Date: Sep 2012
Location: India
Posts: 2,503
|
|
Baan: LN FP 1-9, 10.4, a little bit of Baan IV -
DB: SQL Server 2008, Oracle -
OS: Windows Server 2008 R2, Unix
|
You will need to enable Incoming Acknowledge event in your XSD first. If it's enabled, you should be able to add Protected method OnAcknowledge in your BII.
Once that is added, you need to add this code in your OnExecute hook.
Code:
dal.set.error.message("@This is an acknowledge message")
return(DALHOOKERROR)
__________________
Regards,
Bhushan
Unless you try to do something beyond what you have already mastered, you will never grow!
|

9th August 2017, 07:21
|
Member
|
|
Join Date: Mar 2010
Posts: 70
|
|
Baan: BaaN IV and ERP -
DB: Oracle -
OS: Unix and Window
|
Hi Bhushan,
I have already included "Can be published" method in BID. As you suggested I will included "Can be received in application" as well and write the code that you provided but I am just wondering if "Can be received in application" would make any difference in publishing acknowledgement while processing a process BOD into LN?
Also, when I process test BOD through tlbct3232m000 it show me an acknowledgement BOD when I click on "Show output" on session tlbct3232m000 so does that mean system is creating acknowledgement BOD but it is not reaching ION?
Regards,
Anubhav
|

9th August 2017, 16:43
|
Member
|
|
Join Date: Mar 2010
Posts: 70
|
|
Baan: BaaN IV and ERP -
DB: Oracle -
OS: Unix and Window
|
Hi Bhushan,
Please find attached screen shot of the output response that I get when I run my test BOD through session tlbct3232m000. Do you think it looks fine or you see any issue with this?
Regards,
Anubhav
|

10th August 2017, 13:06
|
 |
Guru
|
|
Join Date: Sep 2012
Location: India
Posts: 2,503
|
|
Baan: LN FP 1-9, 10.4, a little bit of Baan IV -
DB: SQL Server 2008, Oracle -
OS: Windows Server 2008 R2, Unix
|
Yes. This looks good. It should create the acknowledge BOD.
Can you also share the events in the BII? OnAcknowledge method should be added to the BII. Also, the XML should be placed in the directory/registry.
__________________
Regards,
Bhushan
Unless you try to do something beyond what you have already mastered, you will never grow!
|

10th August 2017, 16:17
|
Member
|
|
Join Date: Mar 2010
Posts: 70
|
|
Baan: BaaN IV and ERP -
DB: Oracle -
OS: Unix and Window
|
Hi Bhushan,
Please find attached screen shot of BII. Please let me know if you see any issue.
Regards,
Anubhav
|

10th August 2017, 16:41
|
 |
Guru
|
|
Join Date: Sep 2012
Location: India
Posts: 2,503
|
|
Baan: LN FP 1-9, 10.4, a little bit of Baan IV -
DB: SQL Server 2008, Oracle -
OS: Windows Server 2008 R2, Unix
|
This looks okay too. Hope you have written the required code in the OnExecute hook. Also, is the AcknowledgeMaterialIssue1BOD.xml placed in the repository?
__________________
Regards,
Bhushan
Unless you try to do something beyond what you have already mastered, you will never grow!
|

10th August 2017, 17:54
|
Member
|
|
Join Date: Mar 2010
Posts: 70
|
|
Baan: BaaN IV and ERP -
DB: Oracle -
OS: Unix and Window
|
Hi Bhushan,
What code should we write in OnExecute? Also, do we really need to add acknowledgement BOD specifically in registry? I don't see any acknowledgement BOD in registry right now in our system?
Regards,
Anubhav
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|