function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sekoulinuxsekoulinux 

Does anybody know what's the problem here?

P:\rails\integration>ruby script\console
Loading development environment (Rails 2.0.2)
>> Sf::User
ActiveSalesforce::ASFError: INVALID_TYPE: sObject type 'Basis__c' is not support
ed. If you are attempting to use a custom object, be sure to append the '__c' af
ter the entity name. Please reference your WSDL or the describe call for the app
ropriate names.
        from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-activesalesforce-adapte
r-2.0.0/lib/active_record/connection_adapters/activesalesforce_adapter.rb:579:in
 `get_result'
        from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-activesalesforce-adapte
r-2.0.0/lib/active_record/connection_adapters/activesalesforce_adapter.rb:618:in
 `get_entity_def'
        from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-activesalesforce-adapte
r-2.0.0/lib/active_record/connection_adapters/activesalesforce_adapter.rb:764:in
 `lookup'
        from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-activesalesforce-adapte
r-2.0.0/lib/active_record/connection_adapters/activesalesforce_adapter.rb:717:in
 `columns'
        from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record
/base.rb:1080:in `columns'
        from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record
/base.rb:1070:in `table_exists?'
        from c:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record
/base.rb:1153:in `inspect'
        from c:/ruby/lib/ruby/1.8/irb.rb:298:in `output_value'
        from c:/ruby/lib/ruby/1.8/irb.rb:151:in `eval_input'
        from c:/ruby/lib/ruby/1.8/irb.rb:259:in `signal_status'
        from c:/ruby/lib/ruby/1.8/irb.rb:147:in `eval_input'
        from c:/ruby/lib/ruby/1.8/irb.rb:146:in `eval_input'
        from c:/ruby/lib/ruby/1.8/irb.rb:70:in `start'
        from c:/ruby/lib/ruby/1.8/irb.rb:69:in `catch'
        from c:/ruby/lib/ruby/1.8/irb.rb:69:in `start'
        from c:/ruby/bin/irb:13
>> exit
RyanBiesRyanBies
You may get better help if you tell us what you're trying to do when you get that output and title your post more descriptively.