All the user defined environmental variables and assignee values for it. but Encrypted IE password i am not able to read. if it reads only in the server job it is able to read. not from the sequencer. it says password error...
Can a sequential file stage can read the path from other sequential file. in which the data is stored
I am trying to execute batch file which has dsjob command to run data stage job from CLI.I am getting error code = 81011 (project not found but project is there)But I can run other jobs. I am getting into problem for one particular batch.any help
We have to choose between Datastage and Informatica.Which of these is better?Our DW is approx. 3-5 GBEnvironment is NT.We have INFA 7.2 and the business we just took over has Datastage 7.5. Here's one side of the story:A customer that recently migrated from Ascential DataStage 7.5 to Informatica PowerCenter 7. The customer has identified that Informatica outperformed Ascential DataStage in the following areas.· Performance - Informatica PowerCenter 2.5x faster than DataStage
While using oracle database as target or Source why we will use OCI stage why don't we use ODBC stage?
Latest Answer : Routine : Routine is like procedure which is called to process certain operation.GoSub ADD(A,B)ADD(A,B):C=A+Breturn C ...
Which we have to use for export the jobs from client to server,if sever running on Unix os and client running on windows os?
Hi Everyone, I've loaded datastage 7.5 in my PC running Windows 2000 server. Installation was successful but while running any designer, manager or administrator it is asking hostname, user and password.. I've given hostname : localhost, user : Administrator and password for the same. but it is giving an error in connection "Failed to connect to host: Localhost, project: UV(The connection was refused or the RPC daemon is not running (81016))" ...can anyone help me ...thankx in
How to call a Stored procedure which is in SQL Server database in Datastage job? I want to pass job parameters as one of the SP parameters and for remaining SP parameters , I want to use default values. Also I want to perform transformation on the result set of SP.
Latest Answer : main difference is routines are return the value , transform are cannot return the value.. ...