cancel
Showing results for 
Search instead for 
Did you mean: 

How to Handle Errors in Loading

Former Member
0 Kudos

Hi,

I have a situation where in we are loading Sales Data for the Year. The loading is going fine, full of green light per data package. Until a yellow one comes along and was skipped since successive packets turns green again.

Question is how could I reprocess this yellow data packages to retry and reload? The only option when you right click is "HELP FOR NODE".

--Jkyle

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jkyle,

There are 2 possibilties

Reload the request from the PSA back to the cube OR

You could go to the Monitor of the load and make the request red. Then go to Details -> Processing (right click) and select the manual update.

Hope this works.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Jkyle,

Another possibility is to split the data by giving the data selection in the infopackage, say 4 infopackages for 3 months for that year like Jan-Mar, Apr-June and so on..

Former Member
0 Kudos

Hi Dinesh,

I have a question on splitting. What if I have an existing INIT DELTA Request, can I request a <b>Full Load</b> with parameters in the Info Package as what you have mentioned? Won't it ruin my INIT DELTA Request? What about my DELTA? Will it remain intact? My worry is that I might redo a <b>REINIT</b> if I do this the wrong way...

Can I execute them in Parallel? (I dont know if it can be since I only have one Info Package.)

Thanks for your asnwers...

--Jkyle

Former Member
0 Kudos

Jkyle,

if you have an existing init, you can perform full loads (but only if you are using a cube as destination provider, not an ODS; in this latter case you have to perform your full from another source than the init one) and no problem for your delta queue....you can execute several loading in parallel (and you can easily use the same infopackage or you can create different ones with no problem), but you have to be sure that no system bottleneck will be caused...

Bye,

Roberto

Former Member
0 Kudos

Hi Jkyle,

Since the issue is table space issue and you are not using PSA. You can deactivate the aggregates for some of the cubes which would provide you extra tablespace. After the cube is loaded you can then activate them.

Hope it helps.

Former Member
0 Kudos

This depends a bit on the error. If this is a delta package you could request a repeat from your source system. If it was a full upload you could schedule it again. If the data is completely in the PSA you can delete the request from the cube, fix the error (either in PSA or your update/transfer rules) and reconstruct the cube. Sometimes you'll find a button under the status in your monitor that says Manually post the package (or similar).

What error did you get?

Best regards

Dirk

Former Member
0 Kudos

Hi Dirk and Dinesh,

Thanks for the reply... I''l give your further info:

1.) The error was - say tables space issue. Its easy, BASIS guys can re-adjust tables spaces...

2.) We dont use PSA in our data loads to increase performance and save space.

3.) We cannot afford a reload of 50,000,000.00 ++ records. It took us days to load this (Sales data for 1 year).

4.) The request was INIT Delta Update. We used the "How to Minimize Downtime During INIT" PDF document so we are extracting from our Flash Copy so that normal R/3 operations will not be affected...

Based from your feedback, theres no option but to reload???

Thanks and hoping for your help...

--Jkyle

Former Member
0 Kudos

Is there no way aside from a reload, to just "<b>Right Click</b>" an error package and choose "<b>MANUAL UPDATE</b>"? This option does not always show. How can I make that option to popup? What are the condition?

--Jkyle

Former Member
0 Kudos

Hi Jkyle,

manual update is only possible if use PSA in your upload data flow...

Bye,

Roberto

Former Member
0 Kudos

Hi Roberto,

Right you are. I have not used PSA since it consumes space as well as it decreases the efficiency of the extraction process. So that means, this is the trade off? I cannot repost errors if I did not use PSA?

Is that the same also if I wanted to resend a request using the same request number? It wont work without a PSA?

Thanks,

--Jkyle

Former Member
0 Kudos

Hi Jkyle,

the answers are unfortunately yes...persistant staging area means more required space, but also allows to manage this type of situation...