Baanboard.com

Go Back   Baanboard.com > Forum > Baan Quick Support: Functional & Technical > Tools Administration & Installation

Retirement Notice

Baanboard is shutting down on 31-dec-2023. See: http://www.baanboard.com/baanboard/showthread.php?t=76043


User login

Frontpage Sponsor

Main

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

Reference Content

Reply
 
Thread Tools Display Modes
  #1  
Old 7th August 2023, 14:16
OmeLuuk's Avatar
OmeLuuk OmeLuuk is offline
Guru
 
Join Date: Mar 2002
Location: NetherBelgium
Posts: 1,376
OmeLuuk will become famous soon enough
Baan: Infor LN 6.1 10.2.1 > 10.7 - DB: MS SQL2017 - OS: VM WindowsServer2016
tx PMC export Table Extension with CDF
Baan: Other/Unknown
DB: Other/Unknown
OS: Other/Unknown
C/S: None/Unknown

Just wondering...
By design it seems not to be possible to create a PMC solution on checkin or commit of an extension (as is in LN Studio). Or do I have to set the "Integration with PMC" checkbox on the used activity?

Then when creating a PMC dump for a table extension manually, I only add the table extension DLL txest<table>. I noticed that in the PMC dump header no mention of the CDF fields are present..? So when and how are the CDF fields (records in ttadv491, ttadv492, ttadv493) included in the PMC solution?
__________________

Also read Luke 24:4-8

After that you can find many answers on Infor, LN, BaanIV, BaanV, InforLN and ION and even some questions asked here on baanboard.com
Reply With Quote
  #2  
Old 8th August 2023, 01:40
RieseUSA's Avatar
RieseUSA RieseUSA is offline
Member
 
Join Date: Mar 2003
Location: Toronto, Canada
Posts: 69
RieseUSA is on a distinguished road
Baan: n/a - DB: n/a - OS: n/a
The ability to include CDF fields with a table extension got introduced with the LN 10.7 tools. You just need to include the library for the table extension and the CDF data will be included. There is no mentioning of the CDF data with the solution.

I have done this by manually creating a PMC solution and also via the automatic generation when using LN Studio and with the Integration with PMC option.

If you are using LN 10.7 tools and this does not work, e.g., the CDF fields do not end up on the target system, I believe there is some PMC version setting to allow creating solutions for a target system that does not have the LN 10.7 tools. If that is set to an earlier release, I expect that the CDF data will not get included.
Reply With Quote
  #3  
Old 8th August 2023, 12:29
OmeLuuk's Avatar
OmeLuuk OmeLuuk is offline
Guru
 
Join Date: Mar 2002
Location: NetherBelgium
Posts: 1,376
OmeLuuk will become famous soon enough
Baan: Infor LN 6.1 10.2.1 > 10.7 - DB: MS SQL2017 - OS: VM WindowsServer2016
Quote:
Originally Posted by RieseUSA View Post
You just need to include the library for the table extension and the CDF data will be included. There is no mentioning of the CDF data with the solution.
I know it works, but was just wondering how. I think they must be included in the encapsulated ttiex dump, but not mentioned in the PMC header. What I did not do (yet) was extract the ttiex dump...
__________________

Also read Luke 24:4-8

After that you can find many answers on Infor, LN, BaanIV, BaanV, InforLN and ION and even some questions asked here on baanboard.com
Reply With Quote
  #4  
Old 10th August 2023, 17:58
OmeLuuk's Avatar
OmeLuuk OmeLuuk is offline
Guru
 
Join Date: Mar 2002
Location: NetherBelgium
Posts: 1,376
OmeLuuk will become famous soon enough
Baan: Infor LN 6.1 10.2.1 > 10.7 - DB: MS SQL2017 - OS: VM WindowsServer2016
And even more scary :eek:

Today we saw that a table extension that was imported with PMC (and contained CDF fields) brought in a CDF field on a table. But after deactivating the extension and even removing it entirely, the table extension (ttadv491) is stil present...
__________________

Also read Luke 24:4-8

After that you can find many answers on Infor, LN, BaanIV, BaanV, InforLN and ION and even some questions asked here on baanboard.com
Reply With Quote
  #5  
Old 11th August 2023, 08:09
andreas.toepper andreas.toepper is offline
Senior Member
 
Join Date: Jun 2004
Posts: 262
andreas.toepper is on a distinguished road
Baan: Baan4, LN6.1 - DB: MSSQL - OS: Linux&Windows
Yes that's true. And I think it's OK. A new CDF in a table is activsted by a convert to runtime datadictionary (c2rtdd) run. To disable it, LN would require to remove the field from the table with a data loss. So I think i's ok, when you disable a table extension that the CDFs are still present in the table.

That a CDF is not removed by c2rtdd after uninstalling a solution is somewhat strange. I never tried that.
Reply With Quote
  #6  
Old 11th August 2023, 12:19
JaapJD's Avatar
JaapJD JaapJD is offline
Guru
 
Join Date: Sep 2002
Location: Netherlands
Posts: 1,009
JaapJD will become famous soon enoughJaapJD will become famous soon enough
Baan: BaanIV, BaanERP, ERP LN 6.1 - DB: Oracle, SQL Server - OS: Unix, Windows
Quote:
That a CDF is not removed by c2rtdd after uninstalling a solution is somewhat strange.
OmeLuuk is not talking about uninstallation the solution, but about removing the extension. That will indeed not remove the CDF, but uninstalling the solution will do it.
Reply With Quote
  #7  
Old 14th August 2023, 11:31
OmeLuuk's Avatar
OmeLuuk OmeLuuk is offline
Guru
 
Join Date: Mar 2002
Location: NetherBelgium
Posts: 1,376
OmeLuuk will become famous soon enough
Baan: Infor LN 6.1 10.2.1 > 10.7 - DB: MS SQL2017 - OS: VM WindowsServer2016
Quote:
Originally Posted by JaapJD View Post
... That will indeed not remove the CDF, ...
But that will obscure the current table status somewhat. You will have to go to the Customer Defined Fields menu under Application Configuration to maintain these fields.
As for the table extension itself, deleting it is an obvious choice when there is no logic involved (no hook implementation).

Maybe it would help a bit when the existence of the CDF fields is shown in the menu of Extended Components under the menu on the left hand side in the Extension Modeler.
__________________

Also read Luke 24:4-8

After that you can find many answers on Infor, LN, BaanIV, BaanV, InforLN and ION and even some questions asked here on baanboard.com
Reply With Quote
  #8  
Old 24th August 2023, 16:57
OmeLuuk's Avatar
OmeLuuk OmeLuuk is offline
Guru
 
Join Date: Mar 2002
Location: NetherBelgium
Posts: 1,376
OmeLuuk will become famous soon enough
Baan: Infor LN 6.1 10.2.1 > 10.7 - DB: MS SQL2017 - OS: VM WindowsServer2016
Quote:
Originally Posted by JaapJD View Post
... removing the extension. That will indeed not remove the CDF, ...
By design, you should add the CDF by extension, but once set up (even on the source system for the PMC solution) the link with the extension is not so that removing the table extension will also remove the CDF fields. As by functionality it makes sense, but it feels not right that once a CDF is in place, you could add it to a session in LN Studio, but not in the BW/DFE fashion. Is it intentional that the table extension may be deleted when a CDF for the table is defined?
__________________

Also read Luke 24:4-8

After that you can find many answers on Infor, LN, BaanIV, BaanV, InforLN and ION and even some questions asked here on baanboard.com
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Use of "background" keyword in Baan kruyoupatel Tools Development 3 24th September 2020 17:43
Zoom Menu Return Multi Value layswan Tools Development 3 24th July 2012 10:42
zoom to correct business partner jojovalenton Tools Development 5 14th October 2009 11:26
Tables used for MRP and PRP. BurghMan Tools Development 1 10th February 2005 15:08
copy records c_siek Tools Development 9 18th June 2004 16:43


All times are GMT +2. The time now is 01:08.


©2001-2023 - Baanboard.com - Baanforums.com