|
|
|
Re: OC4J Instance error [message #133175 is a reply to message #133170] |
Wed, 17 August 2005 23:45 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Question 1: Please confirm that either (A) you are running your form against the 9iDS that is also running on your PC, OR (B) you are running your form against the TEST or PROD 9iAS that is running on a 'nix box centrally.
Question 2: Please confirm that either (A) this is a form you have just changed or you have changed a library OR (B) you are accessing a test system and it is failing all the time and you haven't even change anything.
More details please.
David
[Updated on: Thu, 18 August 2005 00:26] Report message to a moderator
|
|
|
|
|
|
|
|
|
Re: OC4J Instance error [message #133199 is a reply to message #133195] |
Thu, 18 August 2005 01:12 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
It is so annoying when this happens. Okay .. do you have an old copy of your form and a tool with which you can compare them eg FormDiff or FormsTool?
You state that you added some new fields? Did you add then as new items or did you duplicate them? If the latter, did they come with 'baggage', that is, triggers or object types?
If you added them as new items, have you got the right data type (new items are character by default), and are they long enough (default is 30). Check your table definition and then check your item properties.
Did you write any triggers for them? Or any internal procedures? Does this code assign data to them from a local variable? Is that variable longer than the new field?
Sorry for so many questions. Work through them one at a time and record your responese in notepad. When finished copy it into a reply to this email. I don't know what's happening to the forum server but I have lost quite a few replies recently.
David
[Updated on: Thu, 18 August 2005 01:13] Report message to a moderator
|
|
|