how do i get the flow to stop skipping records....what am i doing wrong
thanks in advance
here's my query string:
PROD=LSAPPS&FILE=APVENMAST&INDEX=VENSET1&FIELD=VENDOR;VENDOR-VNAME;VENDOR-SNAME;CREATE-DATE;VENDOR-STATUS;VENDOR-GROUP;ADDRESS1.ADDR1;ADDRESS1.ADDR2;ADDRESS1.ADDR3;ADDRESS1.ADDR4;ADDRESS1.CITY-ADDR5;ADDRESS1.STATE-PROV;ADDRESS1.POSTAL-CODE;ADDRESS1.COUNTY;ADDRESS1.COUNTRY-CODE;APVENLOC.LOC-TYPE;APVENLOC.LOCATION-CODE&SELECT=VENDOR-STATUS=A%26APVENLOC.LOCATION-CODE=&OUT=CSV&DELIM=&MAX=64&
same result. the weird thing to me is this: after the number of records specified by the "MAX" value in the query string, the next record returned should be returned much later. check this out:
query string: PROD=LSAPPS&FILE=APVENMAST&FIELD=VENDOR;VENDOR-STATUS;VENDOR-GROUP;VENDOR-VNAME&OUT=CSV&MAX=5&DELIM=
results in msgbuilder:
Activity started: MsgBuilder7030 (Run Id: 1305) Variables in Process:
var1 = 11 |I|1|@COMM CORPORATION 104 |I|1|A BETTER VIEW GLASS&MIRROR,INC 110 |A|1|A-1 NURSING REFERRALS, INC 120 |I|1|A&T STATE UNIVERSITY 122 |I|1|A BOLDER IMAGE 999000001 |D|1|BLANCO TACKABERRY COMBS MATA 999000002 |D|1|HARRY A. BOLES 999000003 |D|1|PEEBLES LAW FIRM 999000004 |D|1|RICHARD M. PEARMAN JR. 999000005 |D|1|SAINTSING PLLC 999000006 |D|1|FIRST NATIONAL BANK & TRUST 999000007 |D|1|FIRM AT FISHER PARK 999000008 |D|1|FISERV LENDING SOLUTIONS 999000009 |D|1|WASLAW LLC 999000010 |D|1|WACHOVIA BANK 999000011 |D|1|DESERT CAPITAL TRUST 999000012 |D|1|CHERYL DAVID 999000013 |D|1|CLOSELINE LLC 999000014 |D|1|UCC DIRECT SERVICES 999000015 |D|1|BANK OF AMERICA
now i change MAX to 10: PROD=LSAPPS&FILE=APVENMAST&FIELD=VENDOR;VENDOR-STATUS;VENDOR-GROUP;VENDOR-VNAME&OUT=CSV&MAX=10&DELIM=
var1 = 11 |I|1|@COMM CORPORATION 104 |I|1|A BETTER VIEW GLASS&MIRROR,INC 110 |A|1|A-1 NURSING REFERRALS, INC 120 |I|1|A&T STATE UNIVERSITY 122 |I|1|A BOLDER IMAGE 123 |A|1|A BRIGHT START CCLC,INC 127 |I|1|A & H SERVICES LLC 130 |A|1|A & A PLANTS, INC 148 |I|1|ABAG TRAINING CENTER 164 |I|1|A C BAILEY 999000001 |D|1|BLANCO TACKABERRY COMBS MATA 999000002 |D|1|HARRY A. BOLES 999000003 |D|1|PEEBLES LAW FIRM 999000004 |D|1|RICHARD M. PEARMAN JR. 999000005 |D|1|SAINTSING PLLC 999000006 |D|1|FIRST NATIONAL BANK & TRUST 999000007 |D|1|FIRM AT FISHER PARK 999000008 |D|1|FISERV LENDING SOLUTIONS 999000009 |D|1|WASLAW LLC 999000010 |D|1|WACHOVIA BANK 999000011 |D|1|DESERT CAPITAL TRUST
last time - change MAX to 13: PROD=LSAPPS&FILE=APVENMAST&FIELD=VENDOR;VENDOR-STATUS;VENDOR-GROUP;VENDOR-VNAME&OUT=CSV&MAX=13&DELIM=
msgbuilder:
var1 = 11 |I|1|@COMM CORPORATION 104 |I|1|A BETTER VIEW GLASS&MIRROR,INC 110 |A|1|A-1 NURSING REFERRALS, INC 120 |I|1|A&T STATE UNIVERSITY 122 |I|1|A BOLDER IMAGE 123 |A|1|A BRIGHT START CCLC,INC 127 |I|1|A & H SERVICES LLC 130 |A|1|A & A PLANTS, INC 148 |I|1|ABAG TRAINING CENTER 164 |I|1|A C BAILEY 170 |A|1|A A WORLD SERVICES 180 |A|1|A HELPING HAND HOME CARE,LLC 181 |A|1|A GREAT START CHILD DEVEL 999000001 |D|1|BLANCO TACKABERRY COMBS MATA 999000002 |D|1|HARRY A. BOLES 999000003 |D|1|PEEBLES LAW FIRM 999000004 |D|1|RICHARD M. PEARMAN JR. 999000005 |D|1|SAINTSING PLLC 999000006 |D|1|FIRST NATIONAL BANK & TRUST
the default value for MAX is 512. if i leave out the MAX value, the "skip" in the records occurs after 512 records.
thanks for your help, btw
or perhaps i should remember the last "good" record that was returned and restart my query at that record plus one?
dave....i tried to send you a private message but the guru kept throwing me an error and your contact info is hidden. could you contact me at stevefinger1@gmail.com. nothing real important but meaningful to me.
thanks