Anaplan connector 1.4.3 not giving output

Options
cgkumar
cgkumar Member, ALL USERS, Partner Posts: 2 New Contributor

Hi Guys,

We are upgrading the anaplan connector to v1.4.3. We are using a .net application to consume the connector and import data. We are having 80+ lists to be imported everyday and the .net program used to pick one by one and import the data to anaplan. Based on the output, we are considering the data is load successfully or not. We are facing a strange issue with a list. There are around 400K records to be imported and if we do directly without using the .net application, we are getting the output and it is taking around two minutes to import. But there is no output / error message for the particular list & the control itself is not coming back when we use the .net application. There is no issue with the .net code as its working fine with less number of records (say 50k) for the same list. Please advise.

 

.\AnaplanClient.bat -via XXX -service XXX -user "XXXXXXXXXXXX" -workspace "XXXXXXX" -model "XXXXX" -file "XXXX" -jdbcproperties "XXXXX" -import "XXXX" -httptimeout "60" -retrytimeout "15" -maxretrycount "3" -execute -output "XXXX"

Comments

  • cgkumar
    cgkumar Member, ALL USERS, Partner Posts: 2 New Contributor

    Thank you Ben for your advise to use 1.4.4. Let me try that and seek your assistance if required.

     

    I just increased the fetch size on the JDBC properties and the import started working now.