问题描述
我有一个程序来获取客户数据作为输出,其中输入值可以是下面提到的这两个中的任何一个。
1.日期范围(从和到日期值)
2.客户名称
最近我们从AIX平台迁移到Linux 。事实上这个程序在AIX平台上运行得很好,但是在迁移之后,似乎对于日期范围没有显示输出。我收到一条评论,检查是否是数据问题。什么是数据问题。同一个程序不能在不同的平台上工作的原因是什么呢?任何帮助都会受到赞赏。
我尝试了什么:
我尝试了它用于在数据库服务器上获取数据的查询,它也提供了输出。但是当它从程序中取出时没有给出输出
Hi,
I have a program to fetch customer data as output where input values can be any of these two mentioned below.
1. date range (from and to date value)
2. customer name
recently we had a migration from AIX platform to Linux. The fact is this program works perfectly in AIX platform, but after migration, seems like for date rang no output is shown. I got a comment to check whether it is data issue or not. What does it mean "data issue". And what can be the reason for the same program to not work on a different platform?Any help would be appreciated.
What I have tried:
I tried the query which it uses to fetch data on db server and it gave output also. But the same when it fetches from program is not giving output
推荐答案
这篇关于如何处理平台问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!