Hans Stoop----------------------LivelinkUp Europe 2002Open Text User ConferenceParis, FranceApril 14-17, 2002Find out how we're helping five million great mindswork together to improve efficiencies and save money.http://www.opentext.com/livelinkup/
-----Original Message-----From: knowledge@opentext.com [mailto:knowledge@opentext.com]On Behalf Of eLink Discussion: Development DiscussionSent: dinsdag 19 februari 2002 17:35To: eLink RecipientSubject: Inconsistent Object References Inconsistent Object References Posted by BaeAdmin (Sutterley, George) on 02/19/2002 11:33 AM I encountered a problem with a module I created. In the module I reference another object in the another module using the:Object obj = #9999999Everything worked fine on my laptop and on the staging server, but when I moved my code to production, the object was never getting initialized correctly because the object reference was different on production. Further looking into revealed that a lot of the object references are different. This should NEVER be the case. The object references are how you are told to reference and should remain consistent no matter what instance or platform I am running Livelink. I corrected my problem, but has anyone else encountered this? Is there a way that I can get my production server and the test server in sync so I don't run into these issues elsewhere?