Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. badmotorvision

    Server Disaster Recovery Questions.

    Hi, I got stuck supporting a Windows 2003 server standard box. I don't have much experience with servers in general mostly desktop support. My question is in Win 7 pro you have complete system backups that you can do on top of your data backups that allow you to restore from hardware crash /...
  2. badmotorvision

    Does creating a webservice consume multiple logins?

    @ettienne, The webservice will use a single login. IE "INTERFACE" but the possibility exists that this webservice will be called by multiple users at the same time. And were still on 5.5a no plans on upgrading at this time.
  3. badmotorvision

    Does creating a webservice consume multiple logins?

    I want to create a webservice to interface our application with accpac. We are in short supply of users lisc. we have 10. Worst case scenario there would be as many as 40 users hitting the webservice to interface data into accpac. Do we have to purchase additional lisc. or is there someway...
  4. badmotorvision

    TZ100 Dmz access from lan

    Ok, Were getting ready to redo our network. Currently our email and webserver is hosted offsite. I am going to purchase a mac mini with os x server for email and a plain vanilla win 2008 for webserver. So the email / webserver will go on the dmz interface and the internal users will be on the...
  5. badmotorvision

    5.5a Creating a PO in VB.NET Line # Issues.

    What does the RecordClear function do other than mess up my po lines?
  6. badmotorvision

    5.5a Creating a PO in VB.NET Line # Issues.

    Ahh, But see even if I comment out the POPOR1detail1Fields.FieldByName("PORLREV").PutWithoutVerification(lineNumber) POPOR1detail1Fields.FieldByName("PORLSEQ").PutWithoutVerification(lineNumber) Lines the lines display in ACCPAC in reverse order. IE Line 1 (Interface)...
  7. badmotorvision

    5.5a Creating a PO in VB.NET Line # Issues.

    I am attempting to create PO's via a VB.NET interface that I have written. The only problem I am having is that the line # in the PO Lines is being ignored. This is was happens Lets say I have 2 lines on the PO. When I add line 1 I set...
  8. badmotorvision

    Create Credit from OE Errors

    Credit/Debit Detail Attempt to change read-only field 'Quantity Returned' is the actual error i receive
  9. badmotorvision

    Create Credit from OE Errors

    I am trying to create a credit from an invoice and not having any luck. I get a read-only error on OECRD1detail1Fields.FieldByName("QTYRETURN").Value = line.dec_RTN_Qty Here is the generated vba script. Im doing the same thing in my vb.net code but it blows on the qtyreturn. If I run the...
  10. badmotorvision

    Looking for Accpac Solution Provider

    Need estimate for 5.5a to 5.6a conversion. Must be local to the Charlotte NC area.
  11. badmotorvision

    Solution providers

    Hi, Im trying to get additional quotes for a 5.5 to 5.6 upgrade and can't find a working accpac solution proveder list. Can someone point me in the right direction? Need charlotte nc area.
  12. badmotorvision

    5.5 to 5.6 upgrade.

    No CRM just inventory, gl etc 5 companies largest company 2 gig the rest pretty small.
  13. badmotorvision

    5.5 to 5.6 upgrade.

    Our support agreement includes software upgrades so were paying for labor. Basically they quoted 5 days start to finish. Same server MS-SQL 5 workstations.
  14. badmotorvision

    5.5 to 5.6 upgrade.

    Question, Our supplier is wanting to charge us a large sum to upgrade our 5.5a 7 user system to 5.6. Is this something we can handle ourselves? Or is it realy necessary to pay them 5 or 6 grand to perform the upgrade?
  15. badmotorvision

    Deploying code to 64 bit os.

    Sorry if double post. Im not sure I completed the first one correctly. Wrote my little interface in vb.net with a4wcomex.dll got everything working on my machine. Went to deploy to the server and blam. Server info Windows 2003 x64 server Server does have accpac 5.5a installed and running...
  16. badmotorvision

    VB.NET ComAPI Create PO

    Thanks for the tip on the session.errors I found the problem. Some one created 2 test companies. I was connecting to the wrong one so the STCODE i was putting in was invalid.
  17. badmotorvision

    VB.NET ComAPI Create PO

    Ok, Here is my code (From Macro after .net massaging) The first place it pukes is the POPOR1headerFields.Item("STCODE").Value = "104" second place it pukes is the POPOR1detail1.Insert() This is straight from the macro what gives? I dont understand Dim Session As New...
  18. badmotorvision

    Interop error -2147467259

    ACCPAC Ver 5.5a and we dont own a copy of VB6. We only switch from java a few years ago to the .net platform. When using "ADMIN" for a password I get an invalid userid/pass error. Password is not required to login to accpac
  19. badmotorvision

    Interop error -2147467259

    Ok, Im new to the ACCPAC SDK. Im using VS2005 / VB.net and executing the sample code included in the sdk. and receiving an com exception -2147467259 on the following code. session = New ACCPAC.Advantage.Session session.Init("", "XX", "XX1000", "52A") Try...
  20. badmotorvision

    VS2005 and Accpac SDK 55a

    I have other machines that have accpac on them for testing. I was hoping not to have to install accpac on my development machine.

Part and Inventory Search

Back
Top