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, this my first post in this community, but i've used it frequently. First of all i want to apologize for my bad english and i hope that i'm clear to explain this issue.
I've this problem: In my workspace i use a UNION statement.
I've upload 2 file (excel file) , create 2 synonym and adjust the format if necessary.
I connect to SQL statements and then to the UNION. After UNION i've a JOIN with the other table SQLServer and xfocus format.
When i choose a filed of union select to write in a table target i get this error: (FOC14010) NOT A VALID COLUMN NAME: LIVELLO_ESCALATION.
I'm newbi but seems that if i want federate more data type specially xfocus the dataflow doesn't work if is a presente UNION.
If i remove xfocus and, in Last SQL statement, i put an alias on LIVELLO_ESCALATION filed , than tha dataflow work pretty well.
What's wrong? this is the prepare code:
-TYPE (ICM18429) Issuing PREPARE
SQL PREPARE SQLIN FROM
SELECT
T7.IST ,
T7.NDG ,
T7.E_ACC_CASSA ,
T1.LIVELLO_ESCALATION AS LIVX
FROM
((SELECT
T8.ISTITUTO ,
T8.SAE ,
T8.SETTORE ,
T8.DESCRIZIONE_SAE
FROM
dm_sae T8
) T9
RIGHT OUTER JOIN
((SELECT
T6.IST ,
T6.NDG ,
T6.E_ACC_CASSA
FROM
vr00s001_30092013 T6
) T7
LEFT OUTER JOIN
((SELECT
47 AS ISTITUTO ,
T4.NDG ,
T4.LIVELLO_ESCALATION ,
T4.M_NDG
FROM
bari T4
) --T2
UNION
(SELECT
46 AS ISTITUTO ,
T5.NDG ,
T5.LIVELLO_ESCALATION ,
T5.M_NDG
FROM
cro T5
) --T3
) T1
ON
T7.IST = T1.ISTITUTO AND
T7.NDG = T1.M_NDG )
ON
T9.ISTITUTO = T7.IST )
END
-RUN
I'm doing something wrong? Thanks for the answers This message has been edited. Last edited by: dr.herojos,
WebFOCUS 8.2 Relase 8203 Build Gen 43 DataMigrator 8203M Gen Number 1337 Windows, All Outputs
Posts: 23 | Location: Bari - Italy | Registered: October 20, 2013