Registering XSD in JDeveloper Getting Invalid Substitution affiliation Err

Hi
I am trying to Register IFRS Taxanomy xsd in JDeveloper - Tools - Preference - XML Schemas. I am getting "Invalid Substitution affiliation" error in various lines.
Please guide as to go about Registing the taxanomy.
Regards
Edited by: Krithivasan N on Jan 26, 2012 3:01 PM

Hi
Is this a wrong forum for XML with JDeveloper?

Similar Messages

  • Every time I enter registration information, I get "invalid registration" message

    Every time I enter registration information to upgrade to QuickTime Pro 7, I get "invalid registration" message

    The prefered method is to copy  the registered to and registration code details from the email Apple sent you, into the appropriate boxes of the Quicktime registration pane.

  • Adobe creative Cloud photshop cs 6 register user iam not getting COPY CSS options please help

    iam adobe creative cloud photshop cs 6 register user iam not getting COPY CSS options even i have updated photoshop several times
    still not getting this options please help
    Thanks
    Koushik

    13.0.1 is the last version of Photoshop to run on Windows XP but it does not include the Copy CSS feature.
    The Copy CSS feature was first introduced in Photoshop 13.1 (Cloud only) and higher.
    http://blogs.adobe.com/jkost/2013/02/copy-css-attributes-in-photoshop-13-1.html
    Photoshop 13.1 does not run on Windows XP. So your operating system is preventing you from upgrading Photoshop to 13.1+.
    http://helpx.adobe.com/photoshop/kb/new-system-requirements-photoshop-131.html
    If you plan to remain a Cloud member then you will have to upgrade to Windows 7 or Windows 8 (or get a new computer) very soon in order to run Photoshop CC to be released on June 17, 2013.

  • Error while registering for index relevant events: Invalid RID: No reposito

    Hi,
        I created an index and assigned a datasource to search the Windows network drive. I activated the index and now when I am  monitoring the application log, I see the error <b>Error while registering for index relevant events: Invalid RID: No repository manager found for prefix: and XIndexing documents failed. AbstractTrexIndex: indexing some of the resources failed Continue crawling and Indexing document failed. Access denied </b> for the <b>IndexmanagementService</b>.
    When I see the queue status, the queue status is always idle, even after I activate the queue.
    In the indexing monitor, I see the error <b>Trex: Preparation failed: index operation</b>
    could anyone tell me what could be wrong?
    Thanks,

    Hi Christian,
    thanks for your reply.
    we are using 7.2 SP02. Do you think it could be the version that has some issues with custom mapping functions?
    regards
    Yao

  • Problem connecting wirelessly from iMac to NETGEAR router, get invalid password message with WPA and WPA-2 encryption in place but if I remove them, so no security, can connect without a problem. Help!!

    Problem connecting wirelessly from iMac to NETGEAR router, get invalid password message with WPA and WPA-2 encryption in place but if I remove them, so no security, can connect without a problem. Help!!

    Thank you for your suggestion but I have already had a couple of phone sessions with NETGEAR support and they don't see any problems with the router settings etc. They referred me to Apple support, who helped me discover that it is possible to communicate with the router but only if I turn off the encryption/security software, which I don't want to do. The frustrating thing is that I can connect wirelessly from a laptop running Windows 7 and two Anroid smart phones, with WPA-2 in place, without a problem. Do you have any other ideas?

  • Trying to register with ePrint and getting error code.Ajax submit failed: error = 403, Forbidden.

    Trying to register with ePrint and getting error code.Ajax submit failed: error = 403, Forbidden. I need help??

    To bypass this error attempt either a restart of your computer, or use an alernate broser such as firefox or chrome. If you already have another browser the latter may be the easier fix.
    Jon-W
    I work on behalf of HP
    Please click “Accept as Solution ” on the post that solves your issue to help others find the solution.
    Click the KUDOS STAR on the left to say “Thanks” for helping!

  • Since last update (today) I get invalid password when trying to use back to my MAC, password works everywhere else

    since last update (today) I get invalid Apple ID password when trying to use back to my MAC in Icloud app on my MAC, password works on all my other devices. GLITCH ?

    Try going to the Apple ID page on your web browser
    http://www.apple.com/support/appleid/
    and try to either retrieve or reset your password
    (obviously you had to be able to successfully log in to be able to post here)
    I was finally able to log in through my system preferences after about three or four hours. I ran a disk utility to repair permissions and restarted and it seemed to work ok.

  • How to get essbase substitution variable in ODI

    Hi All,
    I have a problem that I need to get the substitution variable from Essbase /EAS to work on some SQL statement in ODI.
    How can I do in ODI ???
    Thanks for all ..
    Thomas

    Hi,
    If you read my blog post :- http://john-goodwin.blogspot.com/2009/11/odi-series-planning-11113-enhancements.html
    In the post there is a section on retrieving essbase substitution variables and using them in ODI.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • XML validation against registered XSD

    I have registered XSD into oracle database, while validating xml against this xsd I got stuck with non-mandatory tags.
    Below is the tag-XSD structure:
    Status field as String:
    <xs:element name="Status" nillable="false"> <xs:annotation> <xs:documentation>Values are 'N' or 'E'</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
    <xs:restriction base="xs:string">
    <xs:maxLength value="1"/>
    </xs:restriction>
    </xs:simpleType>
    </xs:element>
    idnumber tag field as Integer:
    <xs:element name="idnumber" type="xs:int" nillable="false">
    <xs:annotation>
    <xs:documentation>id value </xs:documentation>
    </xs:annotation>
    </xs:element>
    As status tag is of string type and I have mentioned it as nillable = "False", but even though when I am passing this tag as <status/>, then also its validating xml.... but as i mentioned nillable property as false then it should not validate it ..... please correct me if i m wrong..
    In case of idnumber tag it is of int type. In this case <idnumber/> will not work in either case even it is nillable = true or false. Means we cannt pass null values in integer field..... right?
    Please suggest me how to make tag of string datatype as not nillable.
    Is there any significance of using nillable = "false" in int datatype tag. Means if we want to make it as optional then need to mention it as minoccurs = 0..... is it correct?
    Requirement is simple:
    Just want to make some tag as optional and some as mandatory, tag can be of integer or string type.
    Thanks in advance.....
    Edited by: 959352 on 15-Oct-2012 00:45

    As status tag is of string type and I have mentioned it as nillable = "False", but even though when I am passing this tag as <status/>, then also its validating xml.... but as i mentioned nillable property as false then it should not validate it ..... please correct me if i m wrong.. The nillable attribute doesn't work that way. It's easy to look that up in any tutorial.
    nillable = "true" means you allow the element to have a NULL content (different from empty string) by specifying an explicit null attribute :
    <Status xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>nillable = "false" is the default behaviour.
    Please suggest me how to make tag of string datatype as not nillable.
    Is there any significance of using nillable = "false" in int datatype tag. Means if we want to make it as optional then need to mention it as minoccurs = 0..... is it correct?
    Requirement is simple:
    Just want to make some tag as optional and some as mandatory, tag can be of integer or string type. You have to be careful about the vocabulary.
    In my mind, an "optional" element means you can omit it entirely in the instance document (minOccurs="0"), whereas an empty element means the start tag and end tag are there but with no content.
    There are multiple ways to allow for empty or non-empty elements.
    e.g. for a non-empty string :
    <xs:minLength value="1"/>or, as in your example, if the content is actually constrained to a list of values, use enumerations.
    xs:int datatype doesn't allow empty values (unless you use xsi:nil).
    A possible solution is to build a new type by unioning (xs:union) an xs:int and an empty string type.

  • Getting Invalid password message while running catalog utility

    Hi,
    I am trying to index the modifyTimestamp attribute using catalog utility in OID.
    I am using the command as :
    ./catalog -connect=orcl -add=TRUE -attribute=modifyTimestamp
    Enter OID password:
    but I am getting Invalid password error when I am entering the super user (cn=orcladmin) password.
    Could you please help me in solving this issue.
    Also can someone help me in knowing how to check what should be the correct value of connect_string.
    I am running this command on Solaris.
    Thanks in advance!!
    -Nitin

    Rohit,
    The fix to this is fairly straightforward.
    You have input an incorrect path for the -infile parameter when calling cryptotools.
    You entered , -infile OracleBIData_HOME/web/config/credentialstore.xml
    when it should be, -infile C:\OracleBI\web\config\credentialstore.xml , depending on the absolute physical path to the credentialstore.xml file.
    It looks like you were attempting to use either a Nix (unix/linux) path with the forward slashes or you where trying to use a environment variable for "OracleBIData_Home".  I can see from the c:\ that you are on a Windows machine so the Nix path won't work. Also if you are attempting to use an environment variable that you have confirmed is indeed set, then you need to use %OracleBIData_HOME% in the command prompt which would look like %OracleBIData_HOME%\web\config\credentialstore.xml
    So to answer your question your command should appear as below if I have accessed your path to the OracleBIData home correctly, you may need to change it based on your installation,
    C:\OracleBI\web\bin>cryptotools credstore -add -infile C:\OracleBIData\web\config\credentialstore.xml
    Just be mindful of your paths and your backslashes vs. forward slashes.
    Please mark this as the correct answer to award points if it is or if you read it and it helped you.
    Cheers,
    Christian

  • TS1292 i keep getting invalid on my billing info what do i do i have tried everything ?

    I keep getting invalid on my billing info nothing is working for me and im about to cancel my service since i cant download anything?

    No problem
    Thanks for being a Firefox user (just like me :-)

  • When filling in forms I get invalid email but works on my laptop

    Subject:
    When filling in forms on web sites I get invalid email  but it works on my iPhone and laptop

    First, make sure caps lock is not on.
    Another reason why your password might not be recognized is that the keyboard layout (input source) has been switched without your realizing it. At the login screen, you can cycle through the available layouts by pressing the key combination   command-space or command-option-space. See this support article.
    If the user account is associated with an Apple ID, and you know the Apple ID password, then maybe the Apple ID can be used to reset your user account password.
    Otherwise*, start up in Recovery mode. When the OS X Utilities window appears, select
              Utilities ▹ Terminal
    from the menu bar at the top of the screen—not from any of the items in the OS X Utilities window.
    In the window that opens, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window opens. Close the Terminal window to get it out of the way.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select
               ▹ Restart
    from the menu bar.
    You should now be able to log in with the new password, but your Keychain will be reset (empty.) If you've forgotten the Keychain password (which is ordinarily the same as your login password), there's no way to recover it.
    *Note: If you've activated FileVault, this procedure doesn't apply. Follow instead these instructions.

  • Getting invalid password error while logging onto application from frontend

    Hi Guys
    I am trying to login to one of our clones and i am getting invalid password error.
    I ran fndcpass and change my username's password which got changed successfully
    But still when i login to application using my username i am getting invalid password error
    I am getting the same error if i login as sysadmin
    Please suggest to resolve this
    thanks !!

    Hi,
    I am trying to login to one of our clones and i am getting invalid password error.What is the application release?
    Please post the complete error message -- Also, check Apache log files for details (error_log* and access_log*).
    I ran fndcpass and change my username's password which got changed successfullyWhat username password have you changed?
    But still when i login to application using my username i am getting invalid password error
    I am getting the same error if i login as sysadminDoes this happen when login as any application user?
    Please verify that none of those users are end-dated.
    Regards,
    Hussein

  • Hello, each time I register my appleID I get diverted to the German iTunes/iCoud...I bouth my iPhone in Germany but would like to get all the information in English...thanks!

    Hello, each time I register my appleID I get diverted to the German iTunes/iCoud...I bouth my iPhone in Germany but would like to get all the information in English...thanks!

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled in OS X 10.9 or earlier, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • How/why do forms get invalidated in R12 environment?

    Hi,
    We are implementing R12 and while the functional consultants do their config setups, I get regular requests to recompile/regenerate specific forms or forms in a specific module (GL ,AP etc) in regular intervals. After regenerating the forms the error goes away and resurfaces after a couple of days and i regenerate them again.
    I want to know what is the root cause for these forms to get invalidated and is there any way to automate the regeneration of the invalid forms.
    thanks,
    raj.

    We are implementing R12 and while the functional consultants do their config setups, I get regular requests to recompile/regenerate specific forms or forms in a specific module (GL ,AP etc) in regular intervals. After regenerating the forms the error goes away and resurfaces after a couple of days and i regenerate them again.
    I want to know what is the root cause for these forms to get invalidated and is there any way to automate the regeneration of the invalid forms.Whenever you patch the system you may need to compile forms, or whenever new fmb files have been introduced or changed, forms compilation is required.
    I do not think you can automate it and generating forms should be done on demand unless you write a shell script and schedule it to run on regular basis (assuming you are compiling same forms each time).
    How to Generate Form, Library and Menu for Oracle Applications (11i and R12) [ID 130686.1]
    R12: How to Compile a Form in Release 12 [ID 1085928.1]
    How do I Generate Forms in R11i or R12? [ID 742617.1]
    How to Generate a Specific Form Through AD utility adadmin [ID 178722.1]
    Thanks,
    Hussein

Maybe you are looking for