Posted: Fri Sep 12, 2003 6:00 am Post subject: [SOLVED]FDL bulidtime question
Knight
Joined: 30 Jan 2002 Posts: 560
I am facing a strange problem.
I have a data structure in which one of the members were mistyped. For "FormType" I have typed "Form Type". So I have corrected the datastructure and exported the FDL from build time. I do clearly see the changed field in my FDL. I have imported into runtime with a '
Code:
-O'
option. Now I am trying to instatntiate a workitem with xml having the datacontainer element "FormType".
But I am getting the following error
Quote:
<ProcessTemplateExecuteResponse>
<Exception>
<Rc>1104</Rc>
<Parameters>
<Parameter>Pxxxxxl.FormType</Parameter>
<Parameter>Pxxxxxxxxxxxxxs</Parameter>
</Parameters>
<MessageText>FMC01104E Data member 'PRGeneral.FormType' of data structure 'xxxxxxx' not found.
</MessageText>
<Origin>/projects/fmc/drvp/lbld/v332/src/fmcmctnm.cxx(351)</Origin>
</Exception>
</ProcessTemplateExecuteResponse>
Now I have exported the datastructure out of runtime to check whether the change acutally took place. I do see the tag
Code:
FormType
in the FDL.
Just for testing sake I have taken out the tag
Code:
<FormType>
out of my XML, then I did not get the above error.
Question:
1.To me it appears some how my changes to the datacontainer element are not taking effect. Am I missing something here?
Thanks and please let me know
Last edited by ucbus1 on Fri Sep 12, 2003 6:39 am; edited 1 time in total
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum