Date Issue transferring data from Oracle To Salesforce - salesforce

I am facing a strange issue transferring data from ORacle to Salesforce. I am using Mule as the solution for integration.A date with following value "10/19/2005 11:59:00 PM" appears as 10/20/2005 on Salesforce. Can you help identify what is the cause of this issue.
the only possible solution to this issue available with me is to recreate a date from the received value without the time parameters. but i dont think that this is a correct.
kindly advise.
regards
Santosh

Related

Can anyone identify this kind of timestamp? 329813840

I am trying to build an application, to collect data from my Photovoltaic system. I have found an URL to request data and managed to get a kind of CSV file back.
Ever row in this CSV File starts with a timestamp like this one 329813840. This one should be our current date.
I already check if it is an unix-timestamp but as a unix-timestamp it would be the 14. June 1980.
Does anyone know what kind of timestamp this is?
I solved it myself. Here the answer if anyone has the same Problem.
It is seconds since the Installation of the Photovoltaic system. It is independent from any Epoch.

[ConnectionError: Failed to connect to IP in 15000ms]

We are using mssql node.js package to updating the values in Database.we are update too more values at same times.Sometimes we faced the below error.Could you please provide a better solution to resolve that?
This error suggests that your database is taking too long to respond. Either add some retry logic (Polly JS is good for that sort of thing) or have a look at why the updates to the database are taking so long (looking at the execution plan should help with that).

Need help stringing together database processes

I need some help from those with more knowledge than I posses. I am currently trying to figure out how to get real time data from a database.
I need to be able to find the company info from the most recent licensees. So the search parameter I'm using is 2016-05-10T00:00:00.000
The full string together from the API and the search parameter can be found directly at this link:
https://www.hurl.it/?method=GET&url=https%3A%2F%2Fdata.wa.gov%2Fresource%2Fv8vv-gqqs.json&headers=%7B%22X-App-Token%22%3A[%22bjp8KrRvAPtuf809u1UXnI0Z8%22]%7D&args=%7B%22licenseeffectivedate%22%3A[%222004-07-14T00%3A00%3A00.000%22]%7D
So I'm looking to retrieve the most recently added accounts in order to verify 1. the license is active 2. the license number the contractor gives matches what the website says. I would like to figure out how to automate this so that when the newest licenses are added I'll know, and they will be extracted/downloaded into excel.
If anyone can help with this I would appreciate it very much. I also have more questions about using databases if any of you are experts in the field.
Once again, thank you!
Clay
Since your goal is to get this data into Excell, have you considered using something like our OData support instead? You could structure your query in Excel PowerBI and it'd automatically refresh the data.
Another option would be to use our CSV output type with an Excel web query. I use the IMPORTDATA(...) function in Google Sheets, which is very similar.

getattproperties: 70th attribute tuple from City_fact (relid=27835515) relation of DWA(dbid=296643) database not found

I am using Netezza system where nps version is 7.2.0.6. I am trying to run a query on a view which is created on base table City_fact.
But getting above error.
Can someone please let me know in which scenario we get above error. I tried to find but was not successful.
I faced the same issue in Netezza after migrating from TWINFIN to MAKO version. Drop and recreating the view worked in my case. Not sure this will help . but a suggestion if any faced similar issue.
Regards,
Bharani Raj
This error was encounter when any base object id got changed (by alter table) which is used in any view, and that is not reflected in the view. in such case you need to refresh the view (Create or replace view)

How to interpret JMeter result while doing Database testing

I have recently started working with jMeter. And I was doing database stress testing for that. I have added the required drivers in the lib folder. And my jMeter is connected to database. And it works fine.
But the problem now I am facing is how to interpret those results. I just tested only one SQL which is doing SELECT on one table. Below is the screenshot of my various tabs in JMeter.
This below screenshot shows how many threads (10) I am running and Ramp up time.
This below screenshot shows me JDBC Connection Configuration settings, which I am not able to understand as well. It will be great if anyone can throw some thoughts on this what does it mean corresponding to number of threads I am running in my above picture.
This Below screenshot shows the result in a Summary report which I am again not able to interpret. What's the best way to interpret these results? Any thoughts on this will be of great help.
This Below screenshot shows the result which I am again not able to interpret. What's the best way to interpret these results? I was looking for how much time it is taking to execute that one single Select SQL. And this tab shows me lot of information but not sure how to interpret those. Any thoughts on this will be of great help.
Can anyone help me understanding these results? Thanks for the help.
You should use one of these:
Response Time Graph
Aggregate Graph
Look also at jmeter-plugins project:
http://code.google.com/p/jmeter-plugins/

Resources