Can't activate ODS because of non-existent request

Hi all.
I got error in Process Chain on ODS activation step:
"Cannot activate request 0000023328(REQU_D7N3L27NSKGQ3DOCQK1KN1K79) of DataStore object 0FIGL_O10"
The strange thing is that there is no request 0000023328 in 0FIGL_O10 ODS and I got the same error whille trying to repeat activation step in PChain. Any suggestions how to manage this activation problem?
regards,
Gediminas

Hi,
Here is the best possible solution.
Go to RSRQ -
> ENTER the request REQU_D7N3L27NSKGQ3DOCQK1KN1K79 -
> execute
It provides you all the information about the request.
So you can delete that request where ever it is  available. Then activate the ODS.
tHANKS,

Similar Messages

  • Can't activate ODS because of the older request..

    Hi All,
    I loaded delta from PSA to ODS, but I can not activate it in ODS, error is 'Request xxxx (12345) has not or not correctly been updated. Please edit'. The point is that there is an older request that was loaded to ODS (I can't say if it was activated or not). I checked for this old request number in the change log and it is not there.
    Where can I find it if it is not in the Change log?
    Thanks,
    Olga

    Hi Olga,
    Please check this thread ::
    Table for storing DSO request
    Regards,
    Arpit

  • I purchased an iphone 4s few weeks back here in Pakistan and now I can't activate it because it says that this iphone was lost and erased. sign in with the Apple ID that was used to erase this iPhone. what do I do now???

    I purchased an iPhone 4s few weeks ago here in Pakistan and now I can't activate it because it says the this iPhone was lost and erased. Sign is with the Apple ID that was used to erase this iPhone. What do I do now? because I contacted the Owner but he's not willing to give me that ID. I mean it's really very annoying why do people are selling stolen phones? Please help me guys.

    If you are trying to activate an iPad or iPhone and it is asking for a previous owners Apple ID and password, you have encountered the Activation Lock. This is a security feature that prevents thieves from setting up and using a stolen or lost iPad or iPhone. You have no alternative. You must contact the previous owner to get permission to use the device. If you cannot contact the previous owner return the device to where you bought it and get a refund. You will never be able to activate the device and no one can help you do it.

  • I bought an iphone after restoring but i can't activate it because i don't have the previous owner iCloud account and i don't know where and how to contact him what should i do to have my phone activating

    i bought and iphone but i can't activate it because i don't have the previous owner icloud account and don't know either how and where to contact him so what sould i do

    Find a way to contact whoever you bought it from. If you can't do that, turn it over to the police. The phone is probably stolen. There is NO WAY past the activation lock without the credentials for the Apple ID that was used to lock it.

  • HT201407 i have iphone 4s and can't activate it because i don't know what it the apple id and password and its like a 3rd hand, so its original owner is impossible to reach. what i can do to activate it.

    i have iphone 4s and can't activate it because i don't know what it the apple id and password and its like a 3rd hand, so its original owner is impossible to reach. what i can do to activate it.

    Nothing without the Apple id used to activate the iPnone
    Activation lock is an anti theft method
    http://support.apple.com/kb/HT5818?viewlocale=en_US
    There is no way round the lock without the correct iD and Apple will NOT assist in any way
    Get yoiur money back it is now an iBrick

  • Can't activate iPhone because Apple ID is locked 'for security reasons', can't reset Apple ID because need iPhone to receive two-step activate code!

    So here's an interesting one...
    I have just updated iOS on my iPhone and it came up with the activation prompt. I entered my iCloud email and password and it told me that my account was disabled for security purposes.
    This happens quite regularly as my iCloud account and I constantly get the account locked out as other people mistake it for their account.
    The procedure to unlock my account is to visit iforgot.apple.com and select the 'Reset your password' option, enter my iCloud email address, two-step recovery key and then nominate my iPhone to receive a two-step authentication code.
    The problem is my phone won't receive the authentication code because it needs activation! My iPad is also listed but also won't receive the authentication code, I expect because my Apple ID is disabled!
    Having read the support article regarding what to do when you can't receive the two-step authentication code it says login to your apple id account and manage the list of devices! You what!? I can't login because my account is disabled.
    It seems there is a complete design flaw here in that I can't activate my phone without unlocking my Apple ID and I can't unlock my Apple ID without activating my iPhone first!
    I've spoken to Apple in the past about this and their response was to login and manage my devices and I pointed out that I could not login in because my account is disabled. They then basically said there is nothing I can do! Really? They won't unlock my Apple ID because they don't have the ability to do so.
    If I'm not mistaken my iPhone is no longer fit for propose and if I can't sort this I will be visiting the Apple store and asking for a replacement as basically my device is bricked. I guess I will have to create a new Apple ID and will no longer be able to get to my email on the old account!?
    Any folks on here has similar issues or any suggestions?
    <Email Edited by Host>

    I have something similar going on, but not exact.  I basically have a useless phone here because I restored the phone but supposedly when my son's father redid the phone years ago for our son he added the phone to HIS apple id (on find my phoen supposedly) which he no longer has nor uses.  I need said apple id and pass to finish restoring the phone.  Maybe we should all get together and pile all our bricks in front of apple headquarters so no one can get out of the building and they have to stay there until they fix this.  :-P 

  • One can create an index on a non-existent column in a table

    I am using Oracle 10.2.0.3 on Windows 2003. I wanted to create an index on columnb of
    Tablea. When I use statement like:
    Create index index1 on tablea (‘columnb’) …
    Oracle created index: index1. However, when I looked tat the column in user_ind_columns it had some weird colculn like SYS_NCxxxx. For sometime, I had
    No idea what was going on. My index was not being used in queries at all. Then it dawned on me that I should not put single quotes around columnb. Once I removed quotes, things worked as expected.
    But why does Oracle allow index on a non-existent column?

    we cannot create the index on nonexistent column of table We can. Its called a function-based index. Here's how we do it.
    Also read Howard's reply, right above yours.
    SQL> desc t
    Name                                      Null?    Type
    OWNER                                     NOT NULL VARCHAR2(30)
    OBJECT_NAME                               NOT NULL VARCHAR2(30)
    SUBOBJECT_NAME                                     VARCHAR2(30)
    OBJECT_ID                                 NOT NULL NUMBER
    DATA_OBJECT_ID                                     NUMBER
    OBJECT_TYPE                                        VARCHAR2(19)
    CREATED                                   NOT NULL DATE
    LAST_DDL_TIME                             NOT NULL DATE
    TIMESTAMP                                          VARCHAR2(19)
    STATUS                                             VARCHAR2(7)
    TEMPORARY                                          VARCHAR2(1)
    GENERATED                                          VARCHAR2(1)
    SECONDARY                                          VARCHAR2(1)
    SQL> create index t_idx on t( substr(object_name, 1, 5));
    Index created.
    SQL> select column_name from user_ind_columns where index_name = 'T_IDX';
    COLUMN_NAME
    SYS_NC00014$
    SQL> select index_type from user_indexes where index_name = 'T_IDX';
    INDEX_TYPE
    FUNCTION-BASED NORMAL
    SQL>

  • Process chain can't activate ods

    Hi all,
    I have a Process chain like this.
    http://img2.freeimagehosting.net/image.php?34737b7ab5.jpg
    after the process chain has been scheduling the data loading process run very good. But it's stuck at the activate ODS. The ODS can't be activated so the data can't fill into the infoCube.
    Is my Process chain well defined?
    Does anyone know how to solve the problem?
    Regards,
    Chuong Hoang

    Hi Charan and  Srinivas,
    when I check the request of ODS the request, which has been made by the process chain, it is green.
    "Call log" of that request, them all green.
    but it just has one tab:
    > Status During Load / 15.01.2008 / 08:31:16
          "Load status set to "started" for DataStore object 0CPR_O02"
    instead of 2 tab like I load by hand:
    > Status During Load / 15.01.2008 / 08:31:16
          "Load status set to "started" for DataStore object 0CPR_O02"
    > Activation of Data / 15.01.2008 / 10:35:32
    Maybe the problem happen in the "Active data store Obj"
    waiting for your advise.
    Chuong Hoang

  • I can NOT activate Dictation because of Parental Controls on a Administrator Account (The only one account in my Mac -Invited account inactive-)?

    I try to use Dictation but I can't, my Administrator Account appears weirdly gestioned by Parental controls! I try to deactivate it but it says that I can't use parental controls with Administrator Accounts, that It is kind of obvious but it actually is a fact in this case!

    Step by step, how did you arrive at seeing this agreement?

  • HT201407 I can not activate iphone because previous user will not provide his apple ID

    I am having difficulty activating an iphone that my employer owns, but a previous employee who was using this phone has left the organisation and will not provide his apple ID. Can you please help me?

    If the iPhone is using iOS 7 there is absolutely nothing you can do...the Activation Lock is an anti-theft feature that you cannot bypass.
    Apple will OT get involved...you have to find a way to get the Apple ID from the previous user.

  • Modular JavaHelp? Can the Merge function cope with non-existent help sets?

    We are writing a universal application which is intended eventually to manage perhaps 20 different pieces of our equipment. There will be a skeleton/umbrella application that is always present, and each customer will receive plug-in modules for the pieces of equipment they buy.
    We want the help system to seamlessly display all and only the modules that are present, indexed and made searchable; without mentioning others that are not present.
    My predecessors here were convinced that JavaHelp could cope with that. I don't see how.
    Three of the twenty modules are ready to go now, and I don't know what to do about the 17 or so that are missing. Do I add them to the main help set via the merge function using ficititous names and locations which then have to be recorded for posterity so the other modules when they are issued will know what to call their help and where to put it? If I don't add their names now, how will the main help set know when and if they show up?
    TIA for any advice and suggestions you have.
    Alfred B. Stansbury

    We are doing something similar. In our case, the skeleton app has a plugin extension point for help. Its a very simple extension point only specifying the path to a javahelp helpset. Any plugin modules that extend this extension point have those help sets loaded into the main skeleton help. Java helps merge capability makes this all possible.
    Nick

  • Changed email on idapple,restored iphone 5 but shows me the old email on icloud and i can't activate it!!!!

    hi, last week i change the e-mail on my idapple, yesterday night i restore my iphone 5 but i can`t activate it because the first time was actived whith the old icloud account! what i can do now ??

    Activation of iphone should not have anything to do with old apple id, unless you running ios7. If you are, you are smarter then me, figure it out and let us know.

  • Are optional (non-existing) elements ALWAYS copied to target in TransformXS

    Assume I use the TransformXSL activity to copy a structure from source XSD to target XSD.
    Some of the elements are specified as optional.
    Say for a particular situation some of these optional elements in the source XML do NOT exist.
    It seems to me that TransformXSL mapping creates these elements in the target
    structure and fill them with empty value.
    This is a problem. I don't want them to be created if they do not exist in
    the source XML.
    How can I prevent the creation of non-existing elements in a TransformXSL operation
    otherwise? Is there an option for this?
    Michael

    James,
    thank you for this first answer.
    Is there a way to enter your "if" clause visually through JDeveloper GUI (=NOT in the XSL source code directly) ?
    Is there a way to specify this "if" clause for ALL elements of a TransformXSL and not only for one particular one?
    It would be rather uncomfortable to enter this for hundreds of optional elements individually.
    Michael Haertfelder

  • Lost Apple ID,how can I activate my iPhone ?

    A friend of mine knows nothing about apple devices,she has no Apple ID and doen't know the ID is important for an apple user.
    she bought an iphone5 last year.the seller activated her new phone with the seller's Apple ID,and help my friend to jail break.
    couple days ago,she updated her iphone to IOS7.1.1,but can't activate it because she never know there is an Apple ID in her iphone.
    so she asked me for help,we went to the shop to look for the seller who selled her iphone,but he was resigned for long,no one know where he went.
    so,what is my friend suppose to do now?
    thanks

    i really really happpy for this, do you why brother?
    someboy stolen my iphone s4 black, i don't know how she/he use it,
    or with jailbreak, let's see brother.
    i lock my iphone
    i still use my apple id
    i still iclude etc
    i wanna listen and hear waht the do with my iphone
    LOL

  • How can I activate my 4s? I bought it unlocked and now in another country it says sim not valid.. Please help

    I bought an apple iPhone 4s unlocked from Canada. Now I'm in another country and I can't activate it because it says sim not valid,!!   Then why the **** is it called unlocked phone????

    It was bought from apple unlocked. No carrier's logo or name at all on the box... It turns on, I connect it to iTunes. It even asks me if I want to update for ions 5.0.1 something like this, but still in the main screen for iTunes it says:
    the sim card inserted in this iPhone does not appear to be supported. Only compatible sim cards from a supported carrier mayb be used to activate iPhone.

Maybe you are looking for

  • In report S_ALR_87012085 - Vendor Payment History

    Hi Can some one let me know the relevance of of comitments (open item account) in this report? Purchase data annual sales is showing the open items at key date but what is the use of above field? Can we remove this from this report? Thanks Sweta Edit

  • Read Only Calendars are no longer showing up in the Delegates listing

    Earlier this week I had a Calendar (the boss's calendar), disappear from all the users that had Read Only access. All of the users that had Read/Write access can still see the Calendar. A couple of days later, I had another Read Only Calendar disappe

  • How to view sap standard 0P_PRFP1 query variable

    Hi Guys, I want to view the code for sap stadard query varibale Previous Period of Current Fiscal Year (SAP Exit) 0P_PRFP1. I have checked in TCode SE37. I know i can view customer exits by viewing Tcode CMOD. Is there a transaction to view SAP stand

  • PSE 4 Layering Questions

    I am new to PSE and am having a hard time getting the layering right, I need some "laymans" terms and easy first steps to work with, any help is greatly appreciated. For example I wanted to change an image to B&W (no problem doing that) then colorize

  • Same rule set for two apply processes

    Hi! Can anyone tell me whether it is possible to use the same rule set and all rules in it for two apply processes? It would be easy for me to use such configuration, because sometimes I create LCRs myself, sometimes Oracle captures them. They're exa