HXTT Text(CSV)
HXTT_TEXT CSV
Matt Stanley
2007-01-25 05:06:46.0
Hello,

We've downloaded the trial version and followed the installation and configuration instructions. Our portal is running on HPUX ia64 11.23 and we setup a shared drive from a Windows XP system. We have doubled checked all settings and still the Connection Test from the portal fails.

Test Details:
The test consists of the following steps:
1. Retrieve the default alias of the system
2. Check the connection to the backend application using the connector defined in this system object

Results
Retrieval of default alias successful
Connection failed. Make sure user mapping is set correctly and all connection properties are correct.

Any help would be appreciated.

Thank You,
Matt Stanley
Re:HXTT_TEXT CSV
HXTT Support
2007-01-25 05:35:07.0
What's your jdbc url? What's your error message? Are you accessing Linux data from Windows XP through SAMBA?
Re:Re:HXTT_TEXT CSV
Matt Stanley
2007-01-25 05:45:40.0
Hello,
Thanks for the response.
the jdbc URL is:
jdbc:csv://///KPI-4886.pad.kingpharm.com/FLAT_FILES?_CSV_Header=true

KPI-4886.pad.kingpharm.com is the name of the Windows PC.
We are trying to access Windows data from a Unix (HPUX) system.

The error message is:
Connection failed. Make sure user mapping is set correctly and all connection properties are correct.

Thank You,
Matt Stanley
Re:Re:Re:HXTT_TEXT CSV
HXTT Support
2007-01-25 06:51:20.0
>jdbc:csv://///KPI-4886.pad.kingpharm.com/FLAT_FILES?_CSV_Header=true
You're meeting Windows security issue. //KPI-4886.pad.kingpharm.com/FLAT_FILES is not a mounted Linux path, and you need to login manually into on Linux command box every time. One customer met similar issue like you at here, and chose SAMBA table solution.
Re:Re:Re:Re:HXTT_TEXT CSV
Matt Stanley
2007-01-25 06:54:01.0
Can we use a folder that resides directly on the unix system?
/tmp/FLAT_FILES

If so, what would the jdbc URL string be?

Thank..........matt
Re:Re:Re:Re:Re:HXTT_TEXT CSV
HXTT Support
2007-01-25 17:54:35.0
Yeah. For instance,
jdbc:csv:////tmp/FLAT_FILES
Re:Re:Re:Re:Re:Re:HXTT_TEXT CSV
Matt Stanley
2007-01-26 05:35:02.0
Thanks a lot for the help. That Worked!

Matt


Google