support: Customer Portal
Focused on delivering choice, investment protection and flexibility to organizations with valuable COBOL assets
 

Veryant Knowledge Base
Home > All Categories > Data Access > c-treeRTG > Why do I get the error message "faircom.rtg.CtreeEnv.ct_config2(IJJ[Ljava/lang/String;)J" when using c-treeRTG?
Question Title Why do I get the error message "faircom.rtg.CtreeEnv.ct_config2(IJJ[Ljava/lang/String;)J" when using c-treeRTG?

This error indicates that the ctreej file handler is being used to connect to a c-treeRTG version 10 or earlier which requires the "ctree2" file handler instead.
You can reproduce it using the simple command:

   iscrun -J-Discobol.file.index=ctreej com.iscobol.rts.Version
and get the same error. It works properly when the "ctree2" file handler is used instead:
   iscrun -J-Discobol.file.index=ctree2 com.iscobol.rts.Version
Here's a list of the correct value of iscobol.file.index for each c-tree version.
  • c-tree version 9.5.51961 or previous: Use "ctree"
  • c-tree version 9.5.53702 through 10.4.0.39110: use "ctree2"
  • c-tree version 10.4.0.39701 or later: use either "ctreej" or "ctree2".
You can read more about this in Veryant's documentation, c-treeRTG for COBOL book, section "Accessing from isCOBOL".

Authored by: Veryant Support This question has been viewed 5516 times so far.
Click Here to View all the questions in c-treeRTG category.
File Attachments File Attachments
There are no attachment file(s) related to this question.
How helpful was this article to you?
User Comments User Comments Add Comment
There are no user comments for this question. Be the first to post a comment. Click Here
Related Questions Related Questions
  1. Where do I get additional information about file status 9D?
  2. How do I set up c-tree client/server file access?
  3. Why do I get Internal error 19:133:0 when using c-treeRTG?
  4. Does c-treeRTG support live backup (without needing to get users off the system)?
  5. How do I configure remote file paths when using c-treeACE?
  6. Do you have a simple test program to see if c-treeRTG is working?
  7. To use encryption do I need to set the c-tree config variable before I run ISMIGRATE?
  8. Can I use the same version of c-treeRTG when using different versions of isCOBOL?
  9. Why do I get 'ct_init ERROR 19:530:0' trying to work with the c-tree Server?
  10. Can I use COBFILEIO to give access to my c-tree files to a Java program?
Article Information Additional Information
Article Number: 194
Created: 2013-02-05 5:52 AM
Rating: No Rating
 
Article Options Article Options
Print Question Print this Question
Email Question Email Question to Friend
Export to Adobe PDF Export to PDF File
Export to MS Word Export to MS Word
Bookmark Article
Subscribe to Article Subscribe to Article
 
Search Knowledge Base Search Knowledge Base



 
 

© Veryant - All Rights Reserved
Veryant and isCOBOL are trademarks or registered marks of Veryant in the United States and other countries. All other marks are the property of their respective owners.