As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Hi all, we are in the learning process here and i am working on Slowly Changing Dimensions. The question i have is; can you have more than one designated "Logical Key" field in a table? We are loading targets to a MySQL db using some of our previously existing db tables as the intial source, and carrying over exisitng columns, including exisitng Surrogate key fields for historical purposes. However, as the ongoing flow process, we are loading these dimension tables as SCD; but some of these tables do not have one unique identifier per unit. Instead, they are unique when a combination of fields are considered - this is where i was looking to make them Logical Key fields. Do i have to create a Unique ID based on these fields to then use?
thanks Jamie
WebFocus Developer Studio v. 7610 MySQL/Linux All different outputs including map technology and using the DMC for our ETL process as well
thanks for the response - we are trying to set multiple fields (4) as logical keys; but i don't know if this is acceptable and can not find any documentation - the combination of these fields should make a record unique - also,how could a logical key field be set as a surrogate key when the SCD type for surrogate has to be blank?
WebFocus Developer Studio v. 7610 MySQL/Linux All different outputs including map technology and using the DMC for our ETL process as well
a blank value of scd type identifies permanent column, that one does not updated, if its the key column, then its is treated as surrogative key, and each inserted row automatically gets a new value increment plus one for each row.
for the field with balnk vlaue no need for any mapping.. its increment automatic..
the logical key field is the key or keys that uniquely identify a row..
so any number of logical key field can be set and that can set as keys also that uniquely identify the row..