Sage 100

 View Only
Expand all | Collapse all

version 4.4.5 Advanced - Trying to import primary

Doug Higgs

Doug Higgs07-05-2014 06:15

  • 1.  version 4.4.5 Advanced - Trying to import primary

    Posted 07-04-2014 18:16
      |   view attached
    version 4.4.5 Advanced - Trying to import primary vendor to ci_item. Source (text) file missing a leading 0 so: assign 40 to primary vendor division, assign 0 to temp01 field, replace temp02 with vendor number field (max 6 chars) and calculate temp01+temp02 for primary vendor number. primary vendor fails although it exists in ap_vendor.


  • 2.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-04-2014 18:26
    Are you clicking test -- or is this a live import? I've had several instances where the ""test"" reports errors but works in live import.


  • 3.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-04-2014 18:27
    Why does the vendor number have the item tacked onto the end of it?


  • 4.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-04-2014 18:33
    Not sure Wayne but I believe I just figured this out... need to import to the im_itemvendor file first.... doesn't just file verify the im_vendor ... also im_itemvendor. Thanks for the prompt reply!


  • 5.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-04-2014 18:34
    btw... I tried test and liuve imports with the exact same result... I thought the same... somewtimes test gives a different result than a live import.


  • 6.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-04-2014 18:34
    I was just about to say that. Ok - not really. Too bad the error codes aren't a little more descriptive.


  • 7.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-04-2014 19:44
    Sorry just back from watching the fireworks on the National Mall. Need to get this active on my cell phone so I can be more attentive to my reseller brethren.....


  • 8.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-04-2014 20:45
    For sure Jeff... I am a little disappointed in you... Enough screwing around..... You need to be engaging in tech support more frequently.


  • 9.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-05-2014 03:20
    I think the item number was displaying in the vendor number field because of the Temp02 length exceeded the vendor # field length.


  • 10.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-05-2014 06:07
    This still isn't working... I have created a substring of 1,6 in temp02 and still no go. @MarkKotyla Is there a way to create a field Mask of ""0000000"" on the vendor number? For example if my source field is 1002000 then leave as is, however, if the source field is 101250 then format it to 0101250?


  • 11.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-05-2014 06:15
    Syntax of the PAD function?


  • 12.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-05-2014 07:01
    Try PAD(Temp02$,7,L,0). Also, set the length of temp02 to 7.


  • 13.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-05-2014 12:33
    Sorry I'm late to the party too. Try PAD(temp02$,7,0,""0"") if Mark's doesn't do it


  • 14.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-05-2014 12:52
    Thanks guys. I already tried your formula earlier David and was getting an error 41. I know an error 41 is a data type error but double checked and I believe my data types were OK. Will try Mark's in a bit. Considering asking the client to modify the vendor field format in the data file.


  • 15.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-05-2014 13:07
    Don't do it. It's possible, as I just did this earlier this week for a client, but their PC is off for the weekend, so I can't remote in and verify. Worst case, I can get the info Monday.


  • 16.  RE: version 4.4.5 Advanced - Trying to import primary

    Posted 07-05-2014 14:36
    Never mind..... I just got a revised data extract from the client with 7 character vendor numbers... much easier... and it works! Thanks for all of the help!