Sage 100

 View Only
  • 1.  I had asked about sData previously and received th

    Posted 01-12-2018 14:47
    I had asked about sData previously and received the warnings from the group (thank you). The client uses Sage CRM. My understanding is Sage CRM uses sData. Is this accurate? If so, could Zoho CRM (which the client has purchased and working to implement) using sdata would get a ""resource cannot be found"" on the clients live company but not on the copied test company?


  • 2.  RE: I had asked about sData previously and received th

    Posted 01-13-2018 06:32
    We have one client who tried to use sData to import orders from woocommerce. It worked - sort of. They abandoned that solution and went back to using VI. I would not recommend the use of sData. If an end user wanted to use it, they'd be told that they are on their own and that there is no continuing development on sData. Support from Sage is very limited. It should not be used.


  • 3.  RE: I had asked about sData previously and received th

    Posted 01-15-2018 11:19
    Received these warnings and Zoho has been told. They also said they had a solution built. I read somewhere that Sage CRM default integration uses sData. Is this accurate? If so, would that cause Zoho not to be able to connect at the same time?


  • 4.  RE: I had asked about sData previously and received th

    Posted 01-15-2018 11:41
    Hmm ""Allow External Access"" not checked ?? Not sure if you saw this thread: https://90minds-com.socialcast.com/messages/36667606


  • 5.  RE: I had asked about sData previously and received th

    Posted 01-15-2018 11:44
    External Access is the first thing I checked. I glanced at the linked article. Doesn't the article impact more of an install as a whole (not specific to a company)?


  • 6.  RE: I had asked about sData previously and received th

    Posted 01-15-2018 12:21
    Allow External Access is for the portion of SData that's installed on the IIS box related to BOI access to \mas90. Since you've covered that, another place to look is in the Sage SData demo. They have a globalSetting.js java script where they defined global variables such as the company code (see below) which is then used in other java scripts (which is called by the HTML). I presume these scripts would sit on the IIS box of the web root folder for the website specified at the time SData Adapter was installed. IOW, your SData developer may have some java script or similar holding a global variable for the company code and presumably located on the IIS box. If you can find it then try editing it. You may then need to ""restart the website"" in IIS"". // globalSettings.js // Some global variables var gAuthString = 'sdata:pass'; var gCompany = 'ABC'; var gFocusedId;


  • 7.  RE: I had asked about sData previously and received th

    Posted 01-15-2018 12:23
    Does Sage CRM use sData? If so, would that cause a conflict if both calling on the same company?


  • 8.  RE: I had asked about sData previously and received th

    Posted 01-15-2018 12:28
    No Sage CRM uses the Sage Integration Engine (that service you're always disabling) which uses BOI / pvxcom. No SData.


  • 9.  RE: I had asked about sData previously and received th

    Posted 01-15-2018 12:32
    Could that conflict with sData causing the calls to work on one company and not the company integrated to CRM?


  • 10.  RE: I had asked about sData previously and received th

    Posted 01-15-2018 12:37
    I really don't think so. It sounds more like an SData specific issue where the test Company Code is hard coded somewhere, like that java script for example.