Hi,
I am trying to run a presession command task for my workflow
the command task looks like below (the db server is SQLSERVER and i am working on the client the INF server is DEV02)
isqlw -S \\DEV02 -D HPXR -U user -P password -
i "C:\audit.sql" -o "C:\AuditResults.txt"
when i run my workflow it keeps running indefnitely when i checked the session log it shows this
"MAPPING> TE_7022 TShmWriter: Initialized
MAPPING> TM_6007 DTM initialized successfully for session [S_MP_MEMBERDIM]
MASTER> PETL_24004 Starting pre-session tasks."
Any ideas what is wrong as the pression stored procedure is not getting executed is my path wrong as i tried the above
command from my local systems command prompt and it works fine. but when i put it in the command task it fails..I suppose i have to put the audit.sql in the Source Files directory in informatica server i tried that too but still the session fails..
thanks for any help!
I am trying to run a presession command task for my workflow
the command task looks like below (the db server is SQLSERVER and i am working on the client the INF server is DEV02)
isqlw -S \\DEV02 -D HPXR -U user -P password -
i "C:\audit.sql" -o "C:\AuditResults.txt"
when i run my workflow it keeps running indefnitely when i checked the session log it shows this
"MAPPING> TE_7022 TShmWriter: Initialized
MAPPING> TM_6007 DTM initialized successfully for session [S_MP_MEMBERDIM]
MASTER> PETL_24004 Starting pre-session tasks."
Any ideas what is wrong as the pression stored procedure is not getting executed is my path wrong as i tried the above
command from my local systems command prompt and it works fine. but when i put it in the command task it fails..I suppose i have to put the audit.sql in the Source Files directory in informatica server i tried that too but still the session fails..
thanks for any help!