Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Loading the Data from Sybase/Heperion Datasources

Guys,

Do you have any Experience in Loaing the data from Sybase/Hyperion Datasources. If yes please share your experiences.

If you can share examples that will good for me in quick understanding.

Thanks,

Ram.

3 Replies
Not applicable
Author

Any ideas to share?

Not applicable
Author

Regarding Hyperion, No, as it is cubes, I'm not sure we can load data directly from there.

Re Sybase, yep it is owrking really fine, using SQL Select and executing stored procedures. I accessed Sybase using ODBC and OLEDB.

If you need more help on ASE Sybase , feel free to ask.

Rgds,

Sébastien

Not applicable
Author

hi Pastor,

I have odbc connection to xyz_db set up in my local machine. I can connect and view the data.

My problem is that, now I have to migrate this same qv file to a server, a different machine, which

does not have the xyz_db set up.

ODBC CONNECT TO xyz_db (XUserId is asdsdasdas, XPassword is dfswfsdfsdfsd);

Test:
select abc, def from table where abc is not null;

My question is whether we can have give the connection details directly instead of the xyz_db, ie, something like

ODBC CONNECT TO sg12343.sppp.com,2500 (XUserId is asdsdasdas, XPassword is dfswfsdfsdfsd);

Ram, u need to got to control panel=>administrative tools=>Data Source=>double click=>Add==> choose Adaptive Server Enterprice==>fill in the required details.After this the new data source will show up when u goto edit script==>Connect.