If I just grep "Object" from my showing.xml, I get
The Recording object, and all 3 subobjects create ok, but for some reason, when it hits the Program object it chokes. In this, I have it output the object and subobject info when it gets it, just to ensure it's dying where I think it is:Code:<Object type="Recording" id="_top"> <SubObject type="RecordingPart" id="Part"> </SubObject> <SubObject type="RecordingPart" id="Part"> </SubObject> <SubObject type="Showing" id="Showing"> <Object type="Program" id="Program"> <SubObject type="ApgProgram" id="ApgProgram"> </SubObject> <Object type="Series" id="Series"> </Object> </Object> <Object type="Station" id="Station"> </Object> </SubObject> </Object>
Code:Object:Recording: SubObject: Type:RecordingPart: Parent:dbobj2: SubObject: Type:RecordingPart: Parent:dbobj2: SubObject: Type:Showing: Parent:dbobj2: Object:Program: can't create object (0x10009)



Reply With Quote