cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding status of job

Former Member
0 Kudos

Hi friends,

we are having some rapidmart , one of the rapid mart job server shows red in color in data services management console

Iam just gettinng confusion whether the job or data has been scheduled succesfully or not?

or Job has already schedule succesfully but i think it may have some errors?

when i check the DSMC iin JOB Trace log It shows

DATAFLOW: Run as separate process flag is set to YES for the Hierarchy_flattening transform <Hierarchy_Flattening> in data flow <DF_xx>. This is because the dataflow is set to run in Pageable cache and Hierarchy flattening cannot run in pageable mode. To avoid running as separate process, set data flow cache type to in_memory_cache.

(so is this a error ? if it is error please guide me how to resolve)

and siome data flows show successful and some are still showing '' started ''

Please assist I am new to this.

Thanks

Thanks in advance

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Are you getting a red mark against a local repository? If so, one of your job in the repository has failed. That can either be a scheduled job, or that might have been triggered manually.

DATAFLOW: Run as separate process flag is set to YES

This is not an error seemingly, but a warning that the HF has been set to run as a separate process. If you want to change this warning, right click on the Data Flow and change the Pageable Cache to In Memory. The performance impact can be negative if the memory consumed by the Data Flow is higher than the available virtual memory.

If it is againsts the job server that you find a red status, you probably have set up a server group and is seeing status against this. That means the specified job server cannot connect to it's repository.

Regards,

Suneer

Former Member
0 Kudos

Hi Suneer,

Thanks for your input, can you please assist me how to check the memory consumed by the Data Flow is higher than the available virtual memory.

And once I change the Properties of dataflow from pageable cache to in memory. Do I need to do further actions (like restarting of server or something else)

Please assist

Thanks in advance

Former Member
0 Kudos

Hi,

You can check the memory consumption through task manager (if Windows) from your Job Server. Check for the memory consumption when the job runs. Normally, the virtual memory allocated is 1.5 GB.

Once you change the Data Flow properties from pageable to in-memory, you just have to save and re-execute the job. No need of any server restart.

Regards,

Suneer

Former Member
0 Kudos

There was a similar thread in the forum. Check this link, this will help you.

http://forums.sdn.sap.com/thread.jspa?threadID=2023328

Arun