Ocfs2 mount with datavolume option fails on sles11

im using SLES 11 to build up Oracle 11g R2 RAC and using SuSE high avalability extension for ocfs2 packages. when trying to mount shared disks (ocfs2 formatted) with datavolume option (that is required for oracle ocr and voting disks) i'm facing the following error in kernel messages (dmesg):
OCFS2 1.5.0
(15281,0):ocfs2_parse_options:1213 ERROR: Unrecognized mount option "datavolume" or missing value
mounting with datavolume option is REQUIRED for ocr and voting disks , any ideas how to mount with this option?

Faced the same issue on the SLES 11 SP1 kernel "ocfs2_parse_options:1476 ERROR: Unrecognized mount option "datavolume" or missing value"..
The mount works just fine without the -o datavolume option...
mount -t ocfs2 /dev/sdxx /dir
When we add the needed -o datavolume option thats when we get the error...
mount -o datavolume,nointr -t ocfs2 /dev/sdxx /dir
Was this issue ever re-solved on the SLES 11 SP1... Any patches or info on where one would we need to move to get more info.
Cheers

Similar Messages

  • ORA-27054: NFS file system where the file is created or resides is not mounted with correct options

    Hi,
    i am getting following error, while taking RMAN backup.
    ORA-01580: error creating control backup file /backup/snapcf_TST.f
    ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
    DB Version:10.2.0.4.0
    while taking datafiles i am not getting any errors , i am using same mount points for both (data&control files)

    [oracle@localhost dbs]$ oerr ora 27054
    27054, 00000, "NFS file system where the file is created or resides is not mounted with correct options"
    // *Cause:  The file was on an NFS partition and either reading the mount tab
    //          file failed or the partition wass not mounted with the correct
    //          mount option.
    // *Action: Make sure mount tab file has read access for Oracle user and
    //          the NFS partition where the file resides is mounted correctly.
    //          For the list of mount options to use refer to your platform
    //          specific documentation.

  • ORA-27054: NFS not mounted with proper option

    I was trying to take RMAN backup from RHEL 5 for a database residing on fedora 13
    but the NFS share is getting me the following error
    ORA-19504: failed to create file "/backup/weekly/1qmp0vv3_1_1"
    ORA-27054: NFS file system where the file is created or resides is not mounted with correct options
    Additional information: 3
    thanx

    Here the 10gR2 doc link
    http://download.oracle.com/docs/cd/B19306_01/install.102/b15667/app_nas.htm#sthref976
    Otherwise, as already suggested, there're a numbers of notes in Metalink you should look at, it could really be a bug which may require an upgrade (10.2.0.1 is out of date anyway).
    Nicolas.
    Too late, but glad you fixed it, thanks for your feedback.
    Edited by: N Gasparotto on Oct 13, 2011 1:36 PM

  • Silent install of JRE 7 with some options FAILS

    Hi,
    I'm trying to configure a silent install of JRE 7 using NSIS.
    The command line that launches the JRE installation is this:
    jre-7u4-windows-i586.exe /s INSTALLDIR="C:\Program Files (x86)\MyApp\Java" STATIC=1 /L "C:\Program Files (x86)\MyApp\log\jre_7_inst.log"
    But when launched (both from NSIS script and from command line) a windows popup explaining the options for launching the MSI installer tells me that there's something wrong with the .exe that launches the MSI with these options.
    My system is a Windows 7 64bits and I'm trying to install a JRE 32bits, as this is what's needed for my app.
    Any ideas of what can be failing?
    It would be much appreciated!
    Thanks in advance,
    Carlos

    go to tools\internet options\advanced\java vm etc.in IE
    and check out the check boxes as appropriate may be it helps u

  • Starting OC4J903 with "-console" option fails

    Hi,
    I'm running OC4J903 (Build 020927) on Windows2000. When starting OC4J with the console option (java -jar oc4j.jar -console), the following exception occurs. It seems that a couple of property files are missing, which were contained in pre-release versions of OC4J903 (Assembler.properties, EJBAssembler.properties, ServiceConsole.properties, WebAppAssembler.properties).
    Is the console mode not supported anymore ?
    Thanks for the help
    Hans
    C:\container\oc4j903\j2ee\home>java -jar oc4j.jar -console
    Error starting HTTP-Server: Address already in use: JVM_Bind
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    Exception in thread "main" java.lang.ExceptionInInitializerError
    at com.evermind.server.ApplicationServer.launchCommandline(ApplicationServer.java:837)
    at com.evermind.server.OC4JServer.launchOC4JCommandline(OC4JServer.java:194)
    at com.evermind.server.OC4JServer.main(OC4JServer.java:232)
    Caused by: java.util.MissingResourceException: Can't find bundle for base name com/evermind/client/assembler/Assembler, local
    e de_DE
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:511)
    at com.evermind.util.FallbackResourceBundle.getBundle(FallbackResourceBundle.java:81)
    at com.evermind.util.FallbackResourceBundle.getBundle(FallbackResourceBundle.java:76)
    at com.evermind.client.assembler.Assembler.<clinit>(Assembler.java:24)
    ... 3 more

    Hi,
    I'm running OC4J903 (Build 020927) on Windows2000. When starting OC4J with the console option (java -jar oc4j.jar -console), the following exception occurs. It seems that a couple of property files are missing, which were contained in pre-release versions of OC4J903 (Assembler.properties, EJBAssembler.properties, ServiceConsole.properties, WebAppAssembler.properties).
    Is the console mode not supported anymore ?
    Thanks for the help
    Hans
    C:\container\oc4j903\j2ee\home>java -jar oc4j.jar -console
    Error starting HTTP-Server: Address already in use: JVM_Bind
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    Exception in thread "main" java.lang.ExceptionInInitializerError
    at com.evermind.server.ApplicationServer.launchCommandline(ApplicationServer.java:837)
    at com.evermind.server.OC4JServer.launchOC4JCommandline(OC4JServer.java:194)
    at com.evermind.server.OC4JServer.main(OC4JServer.java:232)
    Caused by: java.util.MissingResourceException: Can't find bundle for base name com/evermind/client/assembler/Assembler, local
    e de_DE
    at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:804)
    at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:773)
    at java.util.ResourceBundle.getBundle(ResourceBundle.java:511)
    at com.evermind.util.FallbackResourceBundle.getBundle(FallbackResourceBundle.java:81)
    at com.evermind.util.FallbackResourceBundle.getBundle(FallbackResourceBundle.java:76)
    at com.evermind.client.assembler.Assembler.<clinit>(Assembler.java:24)
    ... 3 more Hi Hans -
    The console has never been a supported feature of the product. You'll probably remember seeing the dialog that popped up when you used it in previous versions which stated that it was a "technology preview" or something along those lines.
    The -console option should not be present in the set of command line switches any more - it's an oversight.
    cheers
    -steve-

  • Ocfs2 mount problem due to datavolume option.

    hi,
    i am trying to install oracle rac on fedora core 6 through iscsi.
    when i try to mount,
    mount.ocfs2: Invalid argument while mounting /dev/mapper/rac-crs on /mnt/crs. Check 'dmesg' for more information on this error.
    error log in dmesg,
    ocfs2: Unmounting device (253,11) on (node 255)
    (27354,0):ocfs2_parse_options:753 ERROR: Unrecognized mount option "datavolume" or missing value
    version of ocfs2:
    [root@server ~]# rpm -qa | grep ocfs
    ocfs2console-1.2.2-1
    ocfs2-tools-devel-1.2.2-1
    ocfs2-2.6.9-42.EL-1.2.4-2
    ocfs2-tools-1.2.2-1
    i googled and found this datavolume option was taken from 1.2 but also it is quite needed for voting disk.I saw the dates of threads discussing this problem and it is almost 7 to 8 months back.
    how to make it work? is any new version available now? or how to fix it?
    thanks for any response.
    regards,
    Nirmal Tom.V

    Hi,
    What parameter you use to mount ocfs2 filesystem??, they must be
    /dev/sdb1 /u02 ocfs2 _netdev,datavolume,nointr  0 0
    Regards
    Angel

  • TS3297 I i downlaoded flashcards + with the top in app purchase of "US english female" for 1.99 and it shows the purchase with the option to download it for free then it comes back "Failure ?! Receipt verification failed !

    I downloaded flashcards + with the top in app purchase of " US english female" for 1.99 and it shows the purchase with the option to download it again for free then it comes back "Failure ?! Receipt verification failed !  I have deleted the app and reinstalled several times and it still does not work !!!!I have a iphone 4s with the 5.1.1. Thanks

    Lots of people having this problem.  Flash card+ says this is due to a change in the Apple processes receipts...  See posts on their facebook page.  https://www.facebook.com/flashcardsplus/timeline?filter=2

  • Stop external drive auto-mounting with utf8=1 option

    The filenames on my external disk aren't showing up right.  I've used and am using a typical GNOME setup, and this only started happening when I stopped upgrading for a long while, then went with a complete re-install.
    A little experimenting showed that mounting it without the utf8=1 option fixed those filenames. Given the labyrinth of HAL, DBus, udev and DeviceKit, how do I stop my vfat external drive mounting with utf8=1?
    There's more info over at the cross-posted thread in Desktop Environments, but I felt it would be more appropriate to ask here instead.

    I've "fixed" the issue by adding this line to /etc/fstab:
    UUID=3BEC-9DA3 /media/WD\040Passport vfat rw,user,uid=1000,gid=100,shortname=mixed,dmask=0077,utf8=0,noauto,flush 0 0
    This stops the utf8=1 option being used when I hotplug my external disk.
    However, GNOME now has a phantom "WD Passport" external drive icon. It never seems to point to anything, and whenever it's so much as selected, an error dialog appears saying that nothing is mounted there. Another, actual drive icon can access the disk, but the phantom icon is annoying.
    Does anybody have a better way of setting mount options in this setup than using /etc/fstab?
    If not, does anybody know how to get rid of the phantom drive icon?

  • Drives stopped mounting with FW800, but FW400 is OK. Worked OK before, but won't now. Tried new cables, zapping pram, Disk Repair Utility. Any suggestions? Thanks.

    Drives stopped mounting with FW800, but FW400 is OK. Worked OK before, but won't now. Tried new cables, zapping pram, Disk Repair Utility. Any suggestions? Thanks.

    If your external drive does not have an independent power supply, you may wish to consider a couple of lower-cost options before tossing the drive. Bus-powered drives have no external power source and must get all their power from the computer. They can exceed the computer's USB energy budget.
    Cheapest option:
    1 Meter USB 2.0 A to 5 Pin Mini B Cable - Auxiliary USB "Y" Power Design for external hard drives.
    This gets power from two of the computers USB porst sna can provide enough power to wake up an under-performaing bus-powered drive.
    If you don't have enough ports to use this, try the next cheapest option:
    Newer Technology 7 Port Hi-Speed USB 2.0 Hub with Power Adapter for Mac & PC
    Such a hub has a an independent power supply to make up for wahat the comptuer fails to provide.

  • Can we expand OCFS2 mount point Size by adding additional LUN?

    can we expand OCFS2 mount point Size by adding additional LUN?

    Looks like it should be possible....see if this helps:
    extract from:http://oss.oracle.com/projects/ocfs2/dist/documentation/ocfs2_faq.html
    # Can OCFS2 file systems be grown in size?
    Yes, you can grow an OCFS2 file system using tunefs.ocfs2. It should be noted that the tool will only resize the file system and not the underlying partition. You can use fdisk(8) (or any appropriate tool for your disk array) to resize the partition.
    # What do I need to know to use fdisk(8) to resize the partition?
    To grow a partition using fdisk(8), you will have to delete it and recreate it with a larger size. When recreating it, ensure you specify the same starting disk cylinder as before and a ending disk cylinder that is greater than the existing one. Otherwise, not only will the resize operation fail, but you may lose your entire file system. Backup your data before performing this task.
    HTH
    Thanks
    Chandra

  • Essbase Registration With Shared Services Fails...

    Hi all,
    I have three system A, B, C in a distributive manner. A has only Oracle 11g and Essbase Server. B has Shared Services, Planning, Essbase Essbase Components, Workspace. C has EPMA, Calc Manager, Reporting Analysis. I created separate database for each components. While configuring I do the following-
    -> First on B I configured Shared Services/Common Settings with its database(1st Time). I could see the green tick.
    -> On A I configured Shared Services/Common Settings with previously configured database. I could see green tick.
    -> On A configure Essbase Server, here I get the error which shows Register with Shared Services failed.
    Examining the configtool_err.log navigate to D:\Hyperion\logs\config folder I see the following message-
    (Jun 10, 2009, 01:13:32 PM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Shared Services Registration task can not be executed because Shared Services instance is not available in Registry
    (Jun 10, 2009, 01:13:42 PM), com.hyperion.essbase.config.EssbaseAgentTaskProcessor, ERROR, Error in executing the script to register Essbase as a service: exitCode = 1
    I am using v11.1.1.1 on Win 2003.
    Can anyone pls help me how to solve this??
    Thanks.
    Edited by: Sap B on Jun 10, 2009 12:52 AM
    Edited by: Sap B on Jun 10, 2009 1:14 AM
    Edited by: Sap B on Jun 10, 2009 1:15 AM
    Edited by: Sap B on Jun 10, 2009 1:48 AM

    Thanks John. I was so anxious to get a response from you. See, on the machine where only Essbase Server is installed( and 11g as well), on configuration page I get two options- Hyperion Foundation and Essbase. Now Hyperion Foundation( Configure Database and Common Settings) configuration is done properly with previously configured database.
    Now in Essbase node there is Essbase and under it is Essbase Custom Configuration. when I try to configure it I get the error that Register to Shared Services failed. I could see green tick on Essbase Custom Configuration, but a red cross on Essbase.
    What needs to be done John?? Please help.
    Edited by: Sap B on Jun 10, 2009 2:06 AM
    Edited by: Sap B on Jun 10, 2009 6:22 AM

  • External Drives Won't Mount with Mavericks

    My external drives will not mount with Mavericks. They did for a while but I noticed that they stopped doing so a week ago or so. I have a drobo raid, hitiachi drive in an external case and a WD Passport. The drobo goes to sleep, the Hitachi external spins and the WD flashes like its being read.
    None of the drives were mounted when I loaded Mavericks and, as far as I know, they've not been erased. They did  mount for a few weeks but doesn't look they have since the beginning of November.
    I have a brand new 2013 MBP 15" Retina with 750 GB SSHD, 16 GB ram and a 2.7 GHz i7. The drives are all connected via one FW800 through a Thunderbolt dongle.

    I eventually gave up. I will probably get another card at some point but it probably won't be a SIIG card. Even though they are recommended by digidesign I just doesn't seem to want to work with my G5. Maybe it's some kind of weird software conflict blocking the functionality of the card? Don't know. Two cards in a row were non functional. Something is gummin up the works and the PCI slots work with the other cards I have. The only thing I did not try is plugging in the optional power connection to the FW800 card, which is supposed to be optional. I called SIIG and they had no idea what the problem was and they also said that the power plug would not make a difference for the problem I was having. Anyway, I'm gonna keep monitoring posts to this cause I'd love to hear the answer.. but I'm throwing in the towel. Good luck to the rest of you still trying to solve the riddle.

  • File adapter with archiving option

    hello,
    i am using a file adapter sender with archiving option, sometimes this communication channel fail, it said not is possible archiving file...i change anything in the channel, I leave it as it was and active and then it works, what can be caused this?
    thank you

    Hi,
    sometimes this communication channel fail, it said not is possible archiving file...i change anything in the channel, I leave it as it was and active and then it works
    It shouldn't be the problem with the authorization as "unable to archive" error comes once in a while. There can be some problem with loss of network, which might be creating this error.
    A detailed error message will be helpful to assist you.
    Regards,
    Neetesh

  • ......Trusted Recon With Oracle 11g Fail. All details explained

    Ok...... How can I delete this post? ---- > I resolve the issues......
    Hi, When I create the trusted Recon, connector sendme:
    ERROR [ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)' org.apache.struts.actions.DispatchAction - Request[CreateConnector] does not contain handler parameter named method
    follow by
    ERROR [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' XELLERATE.SERVER - Class/Method: tcTableDataObj/setTimestamp encounter some problems: {1}
    java.lang.NullPointerException
         at com.thortech.xl.dataobj.tcDataSet.setTimestamp(Unknown Source)
         at com.thortech.xl.dataaccess.tcDataSet.setTimestamp(Unknown Source)
         at com.thortech.xl.dataobj.tcTableDataObj.setTimestamp(Unknown Source)
         at com.thortech.xl.ddm.instance.visitor.ImportVisitor.visitStarted(Unknown Source)
    ===================================================================
    Hi, I think I need to re install the GTC or OIM because all works fine (Recon with AD, Exchange... DataBase Provisioning) But when Im try to Recon with Oracle Databse11g Fails.
    I read the manuals but nothing..... ok I do the next configs:
    - Generic Technology Connector
    - Create
    =========================*Step 1*=================
    Name                              ReconCity                         
    Transport Provider (Reconciliation)................Database Application Tables Reconciliation      
    Format Provider (Reconciliation).....................Database Application Tables Reconciliation      
    Trusted Source Reconciliation.........................Selected
    ========================*Step 2*==================
    Database Drive : oracle.jdbc.driver.OracleDriver
    Database URL : jdbc:oracle:thin:@192.168.1.101:1521:DFGOB
    Database User ID : system
    Database Pass......: my_pass
    parent Table/View
    Name.......................: Recon_Users
    Batch Size...............: All
    Stop Reconciliat
    ion Threshold..........: None
    Stop Threshold........: None
    Sourcedate Format: yyyy/MM/dd hh:mm:ss z
    Reconcile Deletion
    of Multival.................: "Selected"
    Reconciliation
    Type..........................: Full
    ========================*Step 3 (try 1)*===========
    SOURCE.................*RECON STAGING*.......................*OIM*
    USER_ID--------------> USER_ID -------------> User ID
    FIRTS_NAME--------> FIRST_NAME ----------> FIRST_NAME
    LAST_NAME---------> LAST_NAME ----------> . --> Yes, I map all fields to OIM
    PASSWORD----------> PASSWORD ---------> .
    EMAIL------------------> EMAIL ----------------> .
    STATUS---------------> STATUS --------------> .
    ..........|Xellerate |--> ORGANIZATION ------------> .
    ..........|End-User |------> EMPLOYEE TYPE -----> .
    ..........|Full-Time |-------> USER TYPE ------------> .
    - (STATUS values from my database table is: Active or Disabled)
    - ( I try (Enabled/Disabled) )
    For Fields USER_ID to STATUS
    (Edit option)
    Dataset.......................: Reconciliation Staging
    Child Dataset Name :           
    Field Name.................: USER_ID
    Mapping Action..........: Create mapping Without Transformation     
    Matching Only............: Not Applicable
    Case-Insensitive........: Not Applicable
    Data Type      *.............: String
    Required.....................: Selected
    For Fields ORGANIZATION to USER TYPE
    (Add option)
    Dataset........................: Reconciliation Staging
    Child Dataset Name :           
    Field Name.................: ORGANIZATION
    Mapping Action..........: Create mapping Without Transformation     
    Matching Only.............: Not Applicable
    Case-Insensitive........: Not Applicable
    Data Type      *.............: String
    Required.....................: Selected
    Input
    Literal: Xellerate      
    ===After save on step 4 I go to Resource Manager-->Manage Scheduled task--> RUN NOW and the log send me
    DEBUG QuartzWorkerThread-4 XELLERATE.ADAPTERS - Class/Method: tcStructureUtil/getUserDefinedCols entered.
    ERROR QuartzWorkerThread-4 XELLERATE.APIS - Class/Method: tcReconciliationOperationsBean/ignoreEventData encounter some problems: {1}
    java.lang.NullPointerException
         at com.thortech.xl.dataobj.util.tcAttributeSource.getAttrColumnName(Unknown Source)
         at com.thortech.xl.dataobj.util.tcReconciliationUtil.getRuleElementWhere(Unknown Source)
         at com.thortech.xl.dataobj.util.tcReconciliationUtil.getRuleWhere(Unknown Source)
         at com.thortech.xl.dataobj.util.tcReconciliationUtil.getMatchedUserList(Unknown Source)
         at com.thortech.xl.dataobj.util.tcReconciliationUtil.getMatchedUserList(Unknown Source)
         at com.thortech.xl.dataobj.util.tcReconciliationUtil.ignoreEvent(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcReconciliationOperationsBean.ignoreEventData(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcReconciliationOperationsBean.ignoreEvent(Unknown Source)
         at com.thortech.xl.ejb.beans.tcReconciliationOperationsSession.ignoreEvent(Unknown Source)
         at com.thortech.xl.ejb.beans.tcReconciliationOperations_gmh3ba_EOImpl.ignoreEvent(tcReconciliationOperations_gmh3ba_EOImpl.java:692)
         at Thor.API.Operations.tcReconciliationOperationsClient.ignoreEvent(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy62.ignoreEvent(Unknown Source)
         at com.thortech.xl.gc.runtime.GCScheduleTask.execute(Unknown Source)
         at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    ERROR QuartzWorkerThread-4 XELLERATE.GC.FRAMEWORKRECONCILIATION - Reconciliation Encountered error:
    Thor.API.Exceptions.tcAPIException: java.lang.NullPointerException
         at com.thortech.xl.ejb.beansimpl.tcReconciliationOperationsBean.ignoreEventData(Unknown Source)
         at com.thortech.xl.ejb.beansimpl.tcReconciliationOperationsBean.ignoreEvent(Unknown Source)
         at com.thortech.xl.ejb.beans.tcReconciliationOperationsSession.ignoreEvent(Unknown Source)
         at com.thortech.xl.ejb.beans.tcReconciliationOperations_gmh3ba_EOImpl.ignoreEvent(tcReconciliationOperations_gmh3ba_EOImpl.java:692)
         at Thor.API.Operations.tcReconciliationOperationsClient.ignoreEvent(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
         at $Proxy62.ignoreEvent(Unknown Source)
         at com.thortech.xl.gc.runtime.GCScheduleTask.execute(Unknown Source)
         at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionAction.run(Unknown Source)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.security.Security.runAs(Security.java:41)
         at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Source)
         at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown Source)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:477)
    WARN QuartzWorkerThread-4 XELLERATE.GC.FRAMEWORKRECONCILIATION - Though Reconciliation Scheduled task has encountered an error, Reconciliation Transport providers have been "ended" smoothly. Any provider operation that occurs during that "end" or "clean-up" phase would have been executed e.g. Data archival. In case you want that data to be a part of next Reconciliation execution, restore it from Staging. Provider logs must be containing details about storage entities that would have been archived
    ==========================================
    ========================*Step 3 (try 2)*==============
    SOURCE..................*RECON STAGING*....................*OIM*
    USER_ID--------------> USER_ID -------------> User ID
    FIRTS_NAME--------> FIRST_NAME ----------> FIRST_NAME
    LAST_NAME---------> LAST_NAME ----------> .
    PASSWORD----------> PASSWORD ----------> .
    EMAIL------------------> EMAIL -----------------> .
    ........|Xellerate |--> ORGANIZATION -------------> .
    ........|End-User |------> EMPLOYEE TYPE ------> .
    ........|Full-Time|-------> USER TYPE --------------> .
    ........|Active |------> SATUS -----------------> .
    - (On STATUS I try (*Active/Enabled/Disabled*) )
    For Fields USER_ID to EMAIL
    (Edit option)
    Dataset.......................: Reconciliation Staging
    Child Dataset Name :           
    Field Name.................: USER_ID
    Mapping Action.........: Create mapping Without Transformation     
    Matching Only.............: Not Applicable
    Case-Insensitive.........: Not Applicable
    Data Type      *..............: String
    Required.......................: Selected
    For Fields ORGANIZATION to STATUS
    (Add option)
    Dataset.......................: Reconciliation Staging
    Child Dataset Name :           
    Field Name................: STATUS
    Mapping Action..........: Create mapping Without Transformation     
    Matching Only............: Not Applicable
    Case-Insensitive........: Not Applicable
    Data Type      *.............: String
    Required......................: Selected
    Input
    Literal: Active      
    ===After save on step 4 I go to Resource Manager-->Manage Scheduled task--> RUN NOW and the log sende me the same ERRROR posted up.
    ===============Step 3 (try 3)=======================
    SOURCE...................*RECON STAGING*...................... OIM
    USER_ID--------------> USER_ID -----------> User ID
    FIRTS_NAME--------> FIRST_NAME ----------> FIRST_NAME
    LAST_NAME---------> LAST_NAME ----------> .
    PASSWORD----------> PASSWORD ----------> .
    EMAIL------------------> EMAIL ------------> .
    USER_STATUS----| T |--> USER_STATUS ---> .
    .....................................|
    .........................|Lookup.M4..|
    ............|Xellerate |--> ORGANIZATION ------------> .
    ............|End-User |------> EMPLOYEE TYPE ------> .
    ............|Full-Time |-------> USER TYPE -------------> .
    - (USER_STATUS have the next Values: True/False)
    For Fields USER_ID to EMAIL
    (Edit option)
    Dataset.......................: Reconciliation Staging
    Child Dataset Name :           
    Field Name.................: USER_ID
    Mapping Action..........: Create mapping Without Transformation     
    Matching Only.............: Not Applicable
    Case-Insensitive.........: Not Applicable
    Data Type      *..............: String
    Required......................: Selected
    For Fields ORGANIZATION to USER_TYPE
    (Add option)
    Dataset........................: Reconciliation Staging
    Child Dataset Name :           
    Field Name................: ORGANIZATION
    Mapping Action..........: Create mapping Without Transformation     
    Matching Only............: Not Applicable
    Case-Insensitive........: Not Applicable
    Data Type      *.............: String
    Required.....................: Selected
    Input
    Literal: Xellerate
    Dataset.......................: Reconciliation Staging
    Child Dataset Name:           
    Field Name................: USER_STATUS
    Mapping Action.........: Create Mapping with Translation     
    Matching Only...........: Not Applicable
    Case-Insensitive.......: Not Applicable
    Data Type      *............: String
    Required....................: Selected
    Field Name USER_STATUS
    Input
    Dataset........:Source      
    Field Name :USER_STATUS
    Lookup Code Name
    Literal...........: Lookup.M4.Recon      
    ===============
    Lookup Definition
    Code : Lookup.M4Recon
    Field:
    Lookup Type(Selected)
    Required (Not Selected)
    Group: Object
    Lookup Code Info
    | Code Key | Decode |
    1 | True/False | Active/Disabled|
    ===After save on step 4 I go to Resource Manager-->Manage Scheduled task--> RUN NOW and the log sende me the same ERROR posted up.=============
    I hope you can help me, Thanks.....
    Edited by: user11296330 on Oct 18, 2009 8:55 PM
    Edited by: user11296330 on Oct 18, 2009 10:10 PM
    Edited by: user11296330 on Oct 19, 2009 3:33 PM
    Edited by: user11296330 on Oct 20, 2009 1:52 AM
    Edited by: user11296330 on Oct 21, 2009 9:08 AM
    Edited by: user11296330 on Nov 8, 2009 10:16 PM
    Edited by: user11296330 on Nov 8, 2009 10:20 PM

    Hi amigo I solve my problem with the next:
    OK, all above is good but in the manual they mistake something.... one step.
    (All succesful with --> ========================*Step 3 (try 2)*==============)
    1.- Ok, if you got every thing like above the last thing you need is follow the next link:
    http://www.oracle.com/technology/obe/fusion_middleware/im1014/oim/obe12_using_gtc_for_reconciliation/using_the_gtc.htm
    Go to: "Modifying the GTC" ( just do this part)
    Restart the OIM and Enjoy it.
    Good day Amigo.
    And don't forget on step three:
    Click the Edit icon of the User ID field of the OIM - User data set.
    b. On the Step 1: Provide Field Information page:
    - From the Mapping Action list, select Create Mapping Without Transformation.
    - Select Matching Only.
    - Click Continue.
    Mapping Information page, select Reconciliation
    Staging from the Dataset list, select EMPLOYEE_ID (your ID Field) from the Field Name
    list, and then click Continue.
    If something go bad, tell me the steps like I did with the log.... see ya
    Edited by: user11296330 on Nov 8, 2009 9:57 PM
    Edited by: user11296330 on Nov 8, 2009 10:21 PM

  • How do I create a dropdown with three options so that only one is visible in a form (non-flowable)

    I'm working on a form which needs to provides three options for the user out of a drop down list. When the user chooses one option, only that subform is to be visible. Two of the three subforms are text fields, and the third subform is a series of fields which are editable by the user.
    How do i create a dropdown with three options in it, so that in each instance only one subform is visible? This needs to happen in the same space on the main form.

    Hi Nellie,
    Here is the form back to you. There were three main issues:
    In order for dynamic behaviour, like showing and hiding, the form must be saved as a Dynamic XML Form in the save-as dialog.
    While you can use a minus sign when naming objects and subforms, it will cause scripts to fail. I have changed the name of the subforms so that they now use an underscore.
    The dropdown had specified values in the Object > Binding palette (1, 2, 3), so the script needs to use these in the if statements.
    When sharing forms on Acrobat.com, the best option is to select the file in your workspace and then click Publish. This will make it available to anyone who has the published URL.
    I hope that helps,
    Niall

Maybe you are looking for