Search found 19 matches

by jpnrd
Tue Jul 06, 2010 2:46 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

Hey Anbu,

I ran Successfully. You are really a Great HELP!!!! Thank You For all Your Support....
by jpnrd
Tue Jul 06, 2010 2:23 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

Anbu, I modified the sequential file settings so that I am getting SequencerTest1..JobControl (@Execute_Command_12): Executed: cat D:\DataFiles\ETL_DEV_Seq_Files\Policy_MaxModelDate.txt | tr -d '\n' Reply=0 Output from command ====> 2010-05-26 03:34:44 now I got this in sequence job. But still same ...
by jpnrd
Tue Jul 06, 2010 2:15 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

I think I need to eliminate that ModelDateMax now which is the column name
by jpnrd
Tue Jul 06, 2010 2:08 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

Hey Anbu,

Now I am getting

SequencerTest1..JobControl (@Execute_Command_12): Executed: cat D:\DataFiles\ETL_DEV_Seq_Files\Policy_MaxModelDate.txt | tr -d '\n'
Reply=0
Output from command ====>
ModelDateMax
2010-05-26 03:34:44
by jpnrd
Tue Jul 06, 2010 1:52 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

The Director log result for Execute Command is SequencerTest1..JobControl (@Execute_Command_12): Executed: printf $(<D:\DataFiles\ETL_DEV_Seq_Files\Policy_MaxModelDate.txt>) Reply=0 Output from command ====> SequencerTest1..JobControl (@Execute_Command_12): Checkpointed execution of command 'printf ...
by jpnrd
Tue Jul 06, 2010 1:27 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

I tried Printf Still the same problem exists. Any other suggestions Please
by jpnrd
Tue Jul 06, 2010 1:10 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

But when I hardCode the same timestamp Value in Sql Sever Stage Its working fine why is that happening?
by jpnrd
Tue Jul 06, 2010 1:01 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

2010-05-26 03:34:44.450
by jpnrd
Tue Jul 06, 2010 12:57 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

Yes, I just posted it above. I want to know is my approach to get the timestamp value to a variable correct or not?
by jpnrd
Tue Jul 06, 2010 12:53 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

I went to the Job Log and Job log is saying this error messge

SQLServer_Enterprise_0,0: [IBM (DataDirect OEM)][ODBC SQL Server Driver][SQL Server]Conversion failed when converting datetime from character string.
by jpnrd
Tue Jul 06, 2010 12:49 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

The Second job to which I am passing timestamp is getting aborted. The abort message I am getting in sequence job is

SequencerTest1..JobControl (DSWaitForJob): Job Px_Etl_Unld_Pc_PolicyPeriod_TodaysDate1 has finished, status = 3 (Aborted)
by jpnrd
Tue Jul 06, 2010 12:34 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

Yes, you are right. I am sorry for posting that warning. The problem is job is getting aborted.
by jpnrd
Tue Jul 06, 2010 12:04 pm
Forum: General
Topic: Execute Command Stage in Sequencer Job
Replies: 29
Views: 10057

Execute Command Stage in Sequencer Job

Hi, I Unloaded the max of timestamp in to a text file using sequential stage. I need to pass this as job parameter to next job using sequencer job. For this I used Execute command stage and in the command line I tried 'Cat Textfilepath.txt'. In the next job activity I specified job parameter values ...
by jpnrd
Tue Jun 01, 2010 4:28 pm
Forum: General
Topic: How to load large XML files with External Source Stage
Replies: 6
Views: 5177

I kept all xml files in a shred folder and tried using shared folder. I can get the link out of the External Source Stage and passed it to XML input stage. The job ran well but 0 record are imported. It has only one warning XML_Input_3,0: Warning: XMLTest4.XML_Input_3: XML input document parsing fai...
by jpnrd
Tue Jun 01, 2010 3:55 pm
Forum: General
Topic: How to load large XML files with External Source Stage
Replies: 6
Views: 5177

Craig,

I looked at it. Its really Helpful. I dont why its not working for me. My sever is in D:/, is that the problem. If thats the problem Please tell me a solution.