When configuring the SC connector produced documents it is not possible to see the entire problem file. Only the field NUMBER and ATTACHMENTS are listed.
Anybody seen this before?
When configuring the SC connector produced documents it is not possible to see the entire problem file. Only the field NUMBER and ATTACHMENTS are listed.
Anybody seen this before?
Which version are U running?
//Tommy
Tested with SC4.1.1 and CIT 3.1.0 and I have the same as you (only number and attachment), can´t you use the probsummary instead, there you have all fields....
//Tommy
No that is the problem on SC3 I do not have al the fields in probsummary (they are in SC3 only required in probsummary if the field should go on a QBE or be part of a query).
I may end up having to add all fields to probsummary and run a build :evil:
I received following from Peregrine that should solve the problem.
Edit the file config\sc\scdb.cfg
Find
replace withCode:{ STRUCT problem MODEIN = 0 NODETYPE = TABLE // Add all elements used for join as mandatory fields { STRING number MANDATORY = 1 } { ATTRIBUTE AllFields Exception = number } { ARRAY attachments CIRCULAR = ATTACHMENT_TEMPLATE_TABLE NODETYPE = BLOB BLOBTYPE = 5 BLOBFORMAT = SC APP = problem PIFLINK = @{..number} } }
Code:{ STRUCT problem MODEIN = 0 NODETYPE = TABLE // Add all elements used for join as mandatory fields { STRING number MANDATORY = 1 } { ATTRIBUTE AllFields Exception = number } { ARRAY attachments CIRCULAR = ATTACHMENT_TEMPLATE_TABLE NODETYPE = BLOB BLOBTYPE = 5 BLOBFORMAT = SC APP = problem PIFLINK = @{..number} } }
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks