When I return my object with get() everything works as expected:
transfer.get("caldata.calilluminations","2008-10-07");
however, when I run readByQuery(), using the same class:
transfer.readByQuery("caldata.calilluminations",tquery);
I get the following error:
The requested object could not be found in the config file:Could not
find 'calilluminations'
Per the Transfer wiki, I have verified package.object names match, and
I'm being sensitive to case. The xml checks out too.
If it helps... While troubleshooting I tried
ucase("caldata.calilluminations"). I got the same error (as
expected), EXCEPT the error cited the full path, not just the object
name:
The requested object could not be found in the config file:Could not
find 'CALDATA.CALILLUMINATIONS'
That could be by design, though?
Does anyone know why the class would be fine in get(), but would cause
an error in readByQuery()?
--~--~---------~--~----~------------~-------~--~----~
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
You received this message because you are subscribed to the Google Groups
"transfer-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/transfer-dev?hl=en
-~----------~----~----~----~------~----~------~--~---