Hi all, me again!

I reply to myself, so if there is something with the same problem will find
the solution.
What was lacking in my case, suing "mixed authorization", is the reference
to a specific dll in the actual Path. I resolve this by adding
java.library.path variable inside the dump-rdf script as follows:

java -Djava.library.path="lib\db-drivers\mssql\auth\x64" -cp %CP% -Xmx1G
 "-Dlog4j.configuration=%LOGCONFIG%" d2rq.dump_rdf %*
exit /B

obviously the configuration for the other scripts are the same.

Alfredo



2014/1/13 Alfredo Serafini <ser...@gmail.com>

> Hi
> does anybody has experience on using d2rq with SQL server with mixed
> authorization?
>
> In short: i have used the jdbc4 driver from microsoft from dbeaver in
> order to test the connection, and everything works well (in my case the
> sqljdbc_4.0\ita\auth\x64\sqljdbc_auth.dll is called by the bridge to
> resolve the authorization).
>
> But when i try to use the rdf_dump command for the first test, the jdbc4
> driver is loaded (i've removed the 3 one), but the dll can't be reached.
> Any suggestions? I've tried to set the java.library.path variable, without
> too much luck. Can anybody suggest me a correct typical configuration? Do I
> have to change manually the rdf_dump.bat file?
>
> Thanks in advance: I don't work very often on windows machine and I am
> probably making some dummy error :-)
>
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
d2rq-map-devel mailing list
d2rq-map-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/d2rq-map-devel

Reply via email to