Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Using Spread for BizTalk – Can’t find matching Schema Error › Re: Using Spread for BizTalk – Can’t find matching Schema Error
February 1, 2010 at 11:24 AM
#24170
OK, looking at the inputfile.xml from testing the map, for it doesn’t look like it is pulling in the values:
<ns0:id_id>10</ns0:id_id>
<ns0:id_client_id_client>10</ns0:id_client_id_client>
<ns0:id_claim_no_id_claim_no>id_claim_no_id_claim_no_0</ns0:id_claim_no_id_claim_no>
<ns0:id_claimid_id_claimid>id_claimid_id_claimid_0</ns0:id_claimid_id_claimid>
<ns0:id_brfile_id_brfile>id_brfile_id_brfile_0</ns0:id_brfile_id_brfile>
<ns0:clmt_name_clmt_name>clmt_name_clmt_name_0</ns0:clmt_name_clmt_name>
<ns0:clmt_age_clmt_age>10</ns0:clmt_age_clmt_age>
<ns0:clmt_wage_clmt_wage>10</ns0:clmt_wage_clmt_wage>
<ns0:clmt_len_clmt_len>10</ns0:clmt_len_clmt_len>
<ns0:cov_major_cov_major>cov_major_cov_major_0</ns0:cov_major_cov_major>
<ns0:id_occur_date_id_occur_date>1999-05-31T13:20:00.000-05:00</ns0:id_occur_date_id_occur_date>
<ns0:pyear_pyear>pyear_pyear_0</ns0:pyear_pyear>
<ns0:id_close_date_id_close_date>1999-05-31T13:20:00.000-05:00</ns0:id_close_date_id_close_date>
<ns0:id_reopen_date_id_reopen_date>1999-05-31T13:20:00.000-05:00</ns0:id_reopen_date_id_reopen_date>
<ns0:id_report_date_id_report_date>1999-05-31T13:20:00.000-05:00</ns0:id_report_date_id_report_date>
<ns0:status_type_status_type>status_type_status_type_0</ns0:status_type_status_type>
<ns0:ctl_emp_name_ctl_emp_name>ctl_emp_name_ctl_emp_name_0</ns0:ctl_emp_name_ctl_emp_name>
<ns0:fin_ind_tot_fin_ind_tot>10</ns0:fin_ind_tot_fin_ind_tot>
<ns0:fin_ind_pd_fin_ind_pd>10</ns0:fin_ind_pd_fin_ind_pd>
<ns0:fin_ind_os_fin_ind_os>10</ns0:fin_ind_os_fin_ind_os>
<ns0:fin_med_tot_fin_med_tot>10</ns0:fin_med_tot_fin_med_tot>
<ns0:fin_med_pd_fin_med_pd>10</ns0:fin_med_pd_fin_med_pd>
<ns0:fin_med_os_fin_med_os>10</ns0:fin_med_os_fin_med_os>
<ns0:fin_exp_tot_fin_exp_tot>10</ns0:fin_exp_tot_fin_exp_tot>
<ns0:fin_exp_pd_fin_exp_pd>10</ns0:fin_exp_pd_fin_exp_pd>
<ns0:fin_exp_os_fin_exp_os>10</ns0:fin_exp_os_fin_exp_os>
<ns0:fin_slv_pd_fin_slv_pd>10</ns0:fin_slv_pd_fin_slv_pd>
<ns0:fin_sub_pd_fin_sub_pd>10</ns0:fin_sub_pd_fin_sub_pd>
<ns0:fin_rec_tot_fin_rec_tot>10</ns0:fin_rec_tot_fin_rec_tot>
<ns0:fin_tot_tot_fin_tot_tot>10</ns0:fin_tot_tot_fin_tot_tot>
<ns0:fin_tot_pd_fin_tot_pd>10</ns0:fin_tot_pd_fin_tot_pd>
<ns0:fin_tot_os_fin_tot_os>10</ns0:fin_tot_os_fin_tot_os>
<ns0:loc_lvl1_loc_lvl1>loc_lvl1_loc_lvl1_0</ns0:loc_lvl1_loc_lvl1>
<ns0:loc_lvl1_t_loc_lvl1_t>loc_lvl1_t_loc_lvl1_t_0</ns0:loc_lvl1_t_loc_lvl1_t>
<ns0:id_state_id_state>id_state_id_state_0</ns0:id_state_id_state>
<ns0:ctl_cause_ctl_cause>ctl_cause_ctl_cause_0</ns0:ctl_cause_ctl_cause>
<ns0:ctl_cause_t_ctl_cause_t>ctl_cause_t_ctl_cause_t_0</ns0:ctl_cause_t_ctl_cause_t>
<ns0:ctl_nature_ctl_nature>ctl_nature_ctl_nature_0</ns0:ctl_nature_ctl_nature>
</ns0:Sheet1_Record>
Which I don’t understand because when I validate the file schema instance, the resulting XML looks fine.
Thoughts?