Hello everyone!

Ok, some new information from the system.

mgd_get_object_by_guid() works on some elements.

I ran a script that lists a bunch of topics (around 100).
For each topic I first get the object with mgd_get_topic_by_name
and check the ID and GUID for that object. Right after that
I use mgd_get_object_by_guid() (using the GUID from the "good"
object) and try to get the ID (and type) from that object.

Funny thing is that some of the topics return an object
as expected and most of them return only boolean.

I also check the mgd_errstr() after calling mgd_get_object_by_guid()
which returns MGD_ERR_OK every time...

I checked the repligard table too and everything seems
to be in place except that those topics that failed the
mgd_get_object_by_guid() had their updated field set
to 00000000000000... I tried to remedy this by setting
todays date to those fields by hand (yes, not a nice way I know)
but this did not change anything.

I'm now setting the mysql to log everything and see if
I get anything useful out of that...

BR

  //Henri Kaukola



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to