Informatica FAQ (1)

1) The error is as follows:
Q:

A: This situation is generally due to the modification but not saving. Disconnect opens the workflow
2)
Q: When the database is imported, all others are imported, that is, some workflows cannot be imported. Go in and report the following error:
<Error>: Invalid partition name Partition #1 for element PARTITION [Session< s_m_test_incremental_extract_t > --> Expression< EXPTRANS > ]
** Unable to import wf_m_test_incremental_extract_t
A: 6013-6113 ,6005-6008 Note these Whether the port is needed, whether it is open, and try this Partition #1 to change the partition number to 1 or change the client to the English environment
3)
Q: Informatica's worlflow needs to be imported from the test environment to the production environment, how to configure the database connection? The production password is different from the test one. Do you need to establish a data source in advance?
A: Just modify the configuration in CONNECT, and change the connection; build it first. Then get into the workflow, you can use the pmrep command to establish a connection, of course, there are better solutions that will not be explained one by one
4)
Q:

A: The environment configuration of infa is best to start from the root directory and use an absolute path. The configuration of infa's environment variables generally starts from the root directory, and the file name should pay attention to case
5)
Q: The oracle environment variable is configured under the infa user, but the connection cannot be made through sqlplus, resulting in an error in creating the Repository. The oracle user can log in through sqlplus, but the infa user configures the oracle environment variable and cannot log in to sqlplus, which means that the infa user cannot parse the oracle environment variable

A: REP_51002 and cannot find the oracle driver; fill in ip: port/servername when creating the Repository
6) How to
     check the character set of the linux system: echo $LANG
     How to check the character set of the oracle system server: select * from v$nls_parameters
     How to check the character set of the oracle client: echo $NLS_LANG
      If the character set does not match, you need to modify it Character set: export LANG=zh_CN.gbk

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326672183&siteId=291194637