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
|
What's your jdbc url? What's your error message? Are you accessing Linux data from Windows XP through SAMBA?
|
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
|
>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.
|
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
|
Yeah. For instance,
jdbc:csv:////tmp/FLAT_FILES
|
Thanks a lot for the help. That Worked!
Matt
|