[Dev] Read records from file and insert them into DB tables failing. Error : Input Message and request_box Axis Operation didn't match.

2018-03-21 Thread aditya shivankar
Respected Sir, I have to read records from a file and insert them into Database tables. Below are the tables into which records are to be inserted. All fields are varchar. I created dataservice named 'MDS_USERBUSINESS'(attached) for this. Then created a proxy service named 'WriteToDB2.xml'(a

[Dev] Is docker.wso2.com down?

2018-03-21 Thread Johnson, Jeremy M
I'm getting a blank screen on the web portal and while I can login w/ "docker login", I'm getting "pull access denied" from "docker pull". My trial subscription just expired-- I'm assuming this doesn't affect access to docker images? Thanks, Jeremy ___

[Dev] Get container IPs of scaled Marathon application members from inside a container

2018-03-21 Thread Chiranga Alwis
Hi all, please see the following [1] DC/OS forum question, which I have posted in relation with getting container IPs of scaled Marathon application members from inside a container, when building DC/OS resources for WSO2 Identity Server 5.4.1 based deployment patterns. Your suggestions and concer

Re: [Dev] Address endpoint and 404 code

2018-03-21 Thread Himasha Guruge
Hi Thomas, Yes given your scenarios handling each separately based on a flag/flags (with switch mediator) would be the possible solution. You could store these properties(such as documents) in registry itself. Thanks, Himasha On Wed, Mar 21, 2018 at 9:08 PM, Thomas LEGRAND < thomas.legr...@vers

Re: [Dev] Address endpoint and 404 code

2018-03-21 Thread Thomas LEGRAND
Hello, "And because the second step can be invoked in many contexts" can be like : * context 1 : retrieval of documents. We have an API like /documents/customer/{id}. - First step, I retrieve the local documents from the {id}. - Then step 2, I want to find the equivalence of the {id} for the oth

Re: [Dev] Address endpoint and 404 code

2018-03-21 Thread Vinod Kavinda
Hi Thomas, How about including your third step in a separate sequence and invoking it from the fault sequence when it is triggered? Thanks, Vinod. On Wed, Mar 21, 2018 at 8:05 PM, Himasha Guruge wrote: > Hi Thomas, > Could you elaborate on following. > " And because the second step can be invok

Re: [Dev] Address endpoint and 404 code

2018-03-21 Thread Himasha Guruge
Hi Thomas, Could you elaborate on following. " And because the second step can be invoked in many contexts, I can't just customize the fault sequence to invoke the third step." How about using switch mediator in fault sequence (for error_code property) and based on that, invoke the third step? Th

[Dev] Error while loading Tenant for the first time

2018-03-21 Thread Ruwan Yatawara
Hi All, With the recent upgrade to new kernel version : 4.4.26, we can see the following error when tenant is loaded for the first time, this happens because the username argument passed to org.wso2.carbon.user.core.common. AbstractUserStoreManager.getRoleListOfUser function is null. Even though t

Re: [Dev] SalesForce Bulk Api Issue when Creating the Upsert Job in WSO2

2018-03-21 Thread Lochana De Alwis
Hi Shakila, Is upsert in Salesforce bulkapi jobs are available in SalesforceBulkApi connector? Is insert job also acts as an upsert? As an example I need to upload new records as well as update existing records in same batch? So can you suggest me a way...? Regards, Prasan De Alwis On 21 Mar 201

Re: [Dev] SalesForce Bulk Api Issue when Creating the Upsert Job in WSO2

2018-03-21 Thread Shakila Sasikaran
Hi Lochana, We don't support the custom fields in creating the job. [1] https://docs.wso2.com/display/ESBCONNECTORS/Working+with+Jobs+in+SalesforceBulk#WorkingwithJobsinSalesforceBulk-createJob Thanks On Wed, Mar 21, 2018 at 12:50 PM, Lochana De Alwis wrote: > Hi Team, > > Im using Salesforce

[Dev] SalesForce Bulk Api Issue when Creating the Upsert Job in WSO2

2018-03-21 Thread Lochana De Alwis
Hi Team, Im using SalesforceBulkApi connector(1.0.3) in WSO2 ESB(4.9.0) to upload bulk object(Account) data to salesforce. I have created a test proxy service to upload Account data to Salesforce.. Im having trouble to create the job using Upsert. Could you please go through below xml of proxy se