Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: Loader can't find source.

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: Loader can't find source.


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: "Imholz, John J." <>, "" <>
  • Subject: [grouper-users] RE: Loader can't find source.
  • Date: Fri, 12 Feb 2016 21:08:36 +0000
  • Accept-language: en-US
  • Authentication-results: musc.edu; dkim=none (message not signed) header.d=none;musc.edu; dmarc=none action=none header.from=isc.upenn.edu;
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:23

First off, I wouldn't have complex SQL in the loader job, I would make a
view which has everything massaged and ready to go and select simply from
that.

Second, you are selecting 'warehouse' in your SQL, which specifies the
subject source of the row. That is not your subject source, it is your db
name. Change that in your SQL to the source id from the sources.xml and you
should be good to go

Thanks
Chris

-----Original Message-----
From:


[mailto:]
On Behalf Of Imholz, John J.
Sent: Friday, February 12, 2016 3:08 PM
To:

Subject: [grouper-users] Loader can't find source.

I've added 'warehouse' into apiBinary-2.2.2/conf/grouper-loader.properties

db.warehouse.user = <user>
db.warehouse.pass = <pass>
db.warehouse.url = jdbc:jtds:sybase://darkwingdb.musc.edu:4100/AFISapps
db.warehouse.driver = net.sourceforge.jtds.jdbc.Driver

But I get this error message when I try to loaderRunOneJob with gsh.

edu.internet2.middleware.subject.SourceUnavailableException: Can't find
source with id: 'warehouse', Possible source id's: 'AD', 'g:gsa',
'grouperEntities', 'grouperExternal', 'g:isa',

any suggestions, do I need an entry in sources.xml?

jji






Archive powered by MHonArc 2.6.16.

Top of Page