Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Create Synonym command to Excel format

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Create Synonym command to Excel format
 Login/Join
 
Member
posted
Hey Evebody,

I new for here and my english is not so well... sorry for this.


I'm new with webfocus and I'm trying to create synonym command, like this:

CREATE SYNONYM test_tbExcel FOR Presencial WORKSHEET DIREXCEL AT tb1.xls
END
-RUN



Anybody knows how the correct command for this?


Kind Regards.

This message has been edited. Last edited by: <Kathryn Henning>,
 
Posts: 2 | Registered: March 26, 2014Report This Post
Member
posted Hide Post
In my attempts, I got this code:
-*CREATE SYNONYM [app name]/[new synonym] FOR [target table] DBMS [dbms type i.e. SQLMSS] AT [adapter name]
CREATE SYNONYM ino_dmiranda/presencial2
FOR E:\ibi\apps\ino_dmiranda\2008_01_sem.xls\Presencial DBMS DIREXCEL AT EXCEL
END
-RUN


However, is taking place the following error message:
(FOC31041) DIREXCEL CRSYN PRESENCIAL2: worksheet is empty
 
Posts: 2 | Registered: March 26, 2014Report This Post
<Kathryn Henning>
posted
Hi Diogo,

Welcome to Focal Point!

Which release of WebFOCUS are you using? Would you please update your profile with this information?

When reading from Excel data, you can use the Adapter for Excel (via Direct Retrieval) or ODBC. The following document, while old, should hopefully give you an idea of where to start if you're using ODBC:

How to Access Data from an Excel Spreadsheet via WebFOCUS

I searched through the forums and found topics discussing reading Excel data with WebFOCUS, and you may find one more specific to your environment.

Regards,

Kathryn
 
Report This Post
Expert
posted Hide Post
Hi Diogo,

The syntax is incorrect, try -
CREATE SYNONYM ino_dmiranda/presencial2
   FOR ino_dmiranda/2008_01_sem.xls
   DBMS DIREXCEL
   PARMS 'WORKSHEET Presencial'

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
This document will give you the information -
Adapter for Excel (via Direct Retrieval)
You will need to sign on to techsupport.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Create Synonym command to Excel format

Copyright © 1996-2020 Information Builders