Subject: | problem with user table |
Date: | Wed, 15 Jun 2011 18:49:40 +0200 |
To: | bug-WWW-Salesforce [...] rt.cpan.org |
From: | Uwe Bartels <uwe.bartels [...] gmail.com> |
Hi Fred,
I have a strange problem with the perl module WWW::Salesforce.
I'm migrating a windows job which exports salesforce data via apex
dataloader to perl.
I have exports for some tables running fine, but I have problems with the
User table.
I get the error message below. The same query runs fine with apex data
loader with the same account. Do have any idea what's wrong?
With my account I'm supposed to see all data, but I don't have admin
privileges.
the get_fields.pl example script does not show this column neither.
Error running query against User table: INVALID_FIELD:
Phone, Fax, MobilePhone, Alias, CommunityNickname, IsActive, TimeZoneSidKey
^
ERROR at Row:1:Column:172
No such column 'CommunityNickname' on entity 'User'. If you are attempting
to use a custom field, be sure to append the '__c' after the custom field
name. Please reference your WSDL or the describe call for the appropriate
names. at /usr/local/share/perl/5.10.1/WWW/Salesforce.pm line 548.
Best Regards,
Uwe