Dear visitor, welcome to Palo Community Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 2 times, last edit by "weissenborn" (Aug 24th 2009, 7:12pm)
Quoted
Originally posted by axi
You almost certainly have to change (offer table) the way the export is structured.
Quoted
Originally posted by axi
There should be more error messages ...
You might post the full output here or in pastebin
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
9c9 < <connection name="biker" type="Sqlserver"> --- > <connection name="biker" type="Palo"> 11,14c11,14 < <port>1433</port> < <database>paloBiker</database> < <user>sa</user> < <password encrypted="true">dI2QCxvvWB8CiTvan8x7hg==</password> --- > <port>7777</port> > <user>admin</user> > <password encrypted="true">cFju7JN3KyVmTPxIbDA/1w==</password> > <database>Biker_ETL</database> |