Hi all,
I am trying to test my BODS system by creating a simple job. Where I just get data from sql server and store that in a flat file. However, whenever I am running the job I am getting error 120302. My log is
8716 | 1628 | JOB | 6/5/2013 12:06:28 PM | Reading job <cac4e0d9_70a5_4351_b9d7_9ce125f22e10> from the repository; Server version is <14.1.1.338>; Repository version is |
8716 | 1628 | JOB | 6/5/2013 12:06:28 PM | <14.1.1.0000>. |
8716 | 1628 | JOB | 6/5/2013 12:06:28 PM | Current directory of job <cac4e0d9_70a5_4351_b9d7_9ce125f22e10> is <D:\Program Files (x86)\SAP BusinessObjects\Data |
8716 | 1628 | JOB | 6/5/2013 12:06:28 PM | Services\bin>. |
8716 | 1628 | JOB | 6/5/2013 12:06:29 PM | Starting job on job server host <DLEXWBODS001>, port <3500>. |
8716 | 1628 | JOB | 6/5/2013 12:06:30 PM | Job <New_Job> of runid <2013060512062987161628> is initiated by user <mdmproj>. |
8716 | 1628 | JOB | 6/5/2013 12:06:30 PM | Processing job <New_Job>. |
8716 | 1628 | JOB | 6/5/2013 12:06:32 PM | Optimizing job <New_Job>. |
8716 | 1628 | JOB | 6/5/2013 12:06:32 PM | Job <New_Job> is started. |
8716 | 1628 | WORKFLOW | 6/5/2013 12:06:32 PM | Work flow <New_WorkFlow> is started. |
6840 | 6652 | DATAFLOW | 6/5/2013 12:06:33 PM | Process to execute data flow <New_DataFlow> is started. |
6840 | 6652 | DATAFLOW | 6/5/2013 12:06:35 PM | Data flow <New_DataFlow> is started. |
6840 | 6652 | DATAFLOW | 6/5/2013 12:06:35 PM | Cache statistics determined that data flow <New_DataFlow> uses 0 caches with a total size of 0 bytes, which is less than (or |
6840 | 6652 | DATAFLOW | 6/5/2013 12:06:35 PM | equal to) 3757047808 bytes available for caches in virtual memory. Data flow will use IN MEMORY cache type. |
6840 | 6652 | DATAFLOW | 6/5/2013 12:06:35 PM | Data flow <New_DataFlow> using IN MEMORY Cache. |
6840 | 6652 | DATAFLOW | 6/5/2013 12:06:36 PM | Data flow <New_DataFlow> is terminated due to error <120302>. |
6840 | 6652 | DATAFLOW | 6/5/2013 12:06:36 PM | Process to execute data flow <New_DataFlow> is completed. |
8716 | 1628 | WORKFLOW | 6/5/2013 12:06:36 PM | Work flow <New_WorkFlow> is terminated due to an error <120302>. |
8716 | 1628 | JOB | 6/5/2013 12:06:36 PM | Job <New_Job> is terminated due to error <120302>. |
While the error log says:
8716 | 1628 | CON-120302 | 6/5/2013 12:06:36 PM | |Data flow New_DataFlow |
8716 | 1628 | CON-120302 | 6/5/2013 12:06:36 PM | ODBC call <SQLDriverConnect> for data source <msqlp01.pvi.com> failed: <[Microsoft][ODBC SQL Server Driver][SQL Server]Login |
8716 | 1628 | CON-120302 | 6/5/2013 12:06:36 PM | failed for user 'NA\mdmproj'.>. Notify Customer Support. |
Does that mean my username is not working, but since I logged in using that username, it should not be the problem. I am also able to check the values of the table in the database. So, I believe this is not database authentication problem.
And since I am storing the result as a flat file in my local machine. That should not be a problem either.
Please help me on this. Really appreciate it.