Change DB ORCL to DBS fail

hey i'm trying to change the ORCL to DBS fr this purpose i used ORINET post and read note from metalink my setps are
C:\Documents and Settings\adeel>set ORACLE_SID=orcl
C:\Documents and Settings\adeel>sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Dec 23 10:09:13 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> select instance_name, status from v$instance;
INSTANCE_NAME STATUS
orcl OPEN
SQL> create pfile='e:\oracle\product\10.2.0\ods\admin\pfile\initorcl.ora' from s
pfile;
File created.
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount pfile='e:\oracle\product\10.2.0\ods\admin\pfile\initorcl.ora'
ORACLE instance started.
Total System Global Area 574619648 bytes
Fixed Size 1250236 bytes
Variable Size 188746820 bytes
Database Buffers 381681664 bytes
Redo Buffers 2940928 bytes
Database mounted.
afterward i open new cmd from RUN and do this and got this error
Open a new cmd session from Start-> Run -> cmd
C:>nid TARGET=sys/whateveryourpassword@orcl DBNAME=ODS SETNAME=Y
DBNEWID: Release 10.2.0.1.0 - Production on Tue Dec 23 10:13:43 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to database ORCL (DBID=1197180666)
Connected to server version 10.2.0
Control Files in database:
E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL01.CTL
E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL02.CTL
E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL03.CTL
Change database name of database ORCL to ODS? (Y/[N]) => Y
Proceeding with operation
Changing database name from ORCL to ODS
Control File E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL01.CTL - modified
Control File E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL02.CTL - modified
Control File E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL03.CTL - modified
Datafile E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF - wrote new name
Datafile E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF - wrote new nam
e
Datafile E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF - wrote new name
Datafile E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF - wrote new name
Datafile E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF - wrote new nam
e
Datafile E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYTEM02.DBF - wrote new name
Datafile E:\ADEEL_DG0_PK_IND_0.DBF - wrote new name
Datafile E:\ADEEL_DG0_PK_IND_1.DBF - wrote new name
Datafile E:\ADEEL_DG0_INDEXES_0.DBF - wrote new name
Datafile E:\ADEEL_DG0_INDEXES_1.DBF - wrote new name
Datafile E:\ADEEL_DG0_DATA_0.DBF - wrote new name
Datafile E:\ADEEL_DG0_DATA_1.DBF - wrote new name
Datafile E:\ADEEL_JT_PK_IND_0.DBF - wrote new name
Datafile E:\ADEEL_JT_PK_IND_1.DBF - wrote new name
Datafile E:\ADEEL_JT_INDEXES_0.DBF - wrote new name
Datafile E:\ADEEL_JT_INDEXES_1.DBF - wrote new name
Datafile E:\ADEEL_JT_DATA_0.DBF - wrote new name
Datafile E:\ADEEL_JT_DATA_1.DBF - wrote new name
Datafile E:\FAHEEM_DG0_PK_IND_0.DBF - wrote new name
Control File E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL01.CTL - wrote new
name
Control File E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL02.CTL - wrote new
name
Control File E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL03.CTL - wrote new
name
Instance shut down
Database name changed to ODS.
Modify parameter file and generate a new password file before restarting.
Succesfully changed database name.
DBNEWID - Completed succesfully.
C:\>oradim -DELETE -SID orcl
Instance deleted.
C:\>oradim -new -sid ODS -intpwd mypassword -startmode AUTO -pfile 'e:\oracle\pr
oduct\10.2.0\admin\ODS\initorcl.ora'
Instance created.
C:\>set ORACLE_SID=ODS
C:\>sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Dec 23 10:16:44 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup mount pfile='e:\oracle\product\10.2.0\admin\ODS\pfile\initorcl.ora'
LRM-00109: could not open parameter file 'e:\oracle\product\10.2.0\admin\ODS\pfi
le\initorcl.ora'
ORA-01078: failure in processing system parameters
how to resolve this

OracleStudent,
Modify your init.ora file and repalce orcl with your new database nane "ods". See this example and stepwise instructions
ods.__db_cache_size=381681664
ods.__java_pool_size=4194304
ods.__large_pool_size=4194304
ods.__shared_pool_size=180355072
ods.__streams_pool_size=0
*._gby_hash_aggregation_enabled=FALSE
*._improved_row_length_enabled=FALSE
*.audit_file_dest='E:\oracle\product\10.2.0/admin/orcl/adump'
*.background_dump_dest='E:\oracle\product\10.2.0/admin/orcl/bdump'
*.compatible='10.2.0.1.0'
*.control_files='E:\oracle\product\10.2.0\oradata\orcl\control01.ctl','E:\oracle\product\10.2.0\oradata\orcl\control02.ctl','E:\oracle\product\10.2.0\oradata\orcl\control03.ctl'
*.core_dump_dest='E:\oracle\product\10.2.0/admin/orcl/cdump'
*.db_block_size=8192
*.db_domain=''
*.db_file_multiblock_read_count=16
*.db_files=5000
*.db_name='ods'
*.db_recovery_file_dest='E:\oracle\product\10.2.0/flash_recovery_area'
*.db_recovery_file_dest_size=2147483648
*.dispatchers='(PROTOCOL=TCP) (SERVICE=odsXDB)'
*.job_queue_processes=10
*.open_cursors=300
*.pga_aggregate_target=189792256
*.processes=500
*.remote_login_passwordfile='EXCLUSIVE'
*.sga_target=571473920
*.undo_management='AUTO'
*.undo_tablespace='UNDOTBS1'
*.user_dump_dest='E:\oracle\product\10.2.0/admin/orcl/udump'
Edit tnsnames.ora entry
orcl =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = orionnet-24d24b)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
Add new one
ODS =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = orionnet-24d24b)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = ODS)
C:\ set ORACLE_SID=orcl
C:\>sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Dec 21 20:35:17 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, Oracle Label Security, OLAP and Data Mining Scoring Engine options
SQL> select instance_name, status from v$instance;
INSTANCE_NAME STATUS
orcl OPEN
SQL> create pfile='C:\oracle\product\10.2.0\ods\admin\pfile\initorcl.ora' from spfile;
File Created
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> startup mount pfile='C:\oracle\product\10.2.0\ods\admin\pfile\initorcl.ora';
ORACLE instance started.
Total System Global Area 209715200 bytes
Fixed Size 1248116 bytes
Variable Size 67110028 bytes
Database Buffers 134217728 bytes
Redo Buffers 7139328 bytes
Database mounted.
Open a new cmd session from Start-> Run -> cmd
C:>nid TARGET=sys/whateveryourpassword@orcl DBNAME=ODS SETNAME=Y
where orcl=old database name, ODS=new database name
DBNEWID: Release 10.2.0.1.0 - Production on Sun Dec 21 20:43:33 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to database ORCL (DBID=2232941135)
Connected to server version 10.2.0
Control Files in database:
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\CONTROL01.CTL
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\CONTROL02.CTL
C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\CONTROL03.CTL
Change database name of database ORCL to ODS? (Y/[N]) => Y
Proceeding with operation
Changing database name from ORCL to ODS
Control File C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\CONTROL01.CTL - modified
Control File C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\CONTROL02.CTL - modified
Control File C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\CONTROL03.CTL - modified
Datafile C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\SYSTEM01.DBF - wrote new name
Datafile C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\UNDOTBS01.DBF - wrote new name
Datafile C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\SYSAUX01.DBF - wrote new name
Datafile C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\USERS01.DBF - wrote new name
Datafile C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\TEST.DBF - wrote new name
Datafile C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\TEMP01.DBF - wrote new name
Control File C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\CONTROL01.CTL - wrote new name
Control File C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\CONTROL02.CTL - wrote new name
Control File C:\ORACLE\PRODUCT\10.2.0\ORADATA\ODS\CONTROL03.CTL - wrote new name
Instance shut down
Database name changed to ODS.
Modify parameter file and generate a new password file before restarting.
Succesfully changed database name.
DBNEWID - Completed succesfully.
C:\>oradim -DELETE -SID orcl
Instance deleted.
Edit initorcl.ora file and replace "ORCL" with "ODS"
C:>oradim -new -sid ODS -intpwd mypassword -startmode AUTO -pfile 'C:\oracle\product\10.2.0\admin\ODS\initorcl.ora'
Instance created.
C:\>set ORACLE_SID=ODS
C:\>sqlplus "/as sysdba"
SQL*Plus: Release 10.2.0.1.0 - Production on Sun Dec 21 20:50:30 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup mount pfile='C:\oracle\product\10.2.0\admin\ODS\pfile\initorcl.ora';
ORACLE instance started.
Total System Global Area 209715200 bytes
Fixed Size 1248116 bytes
Variable Size 67110028 bytes
Database Buffers 134217728 bytes
Redo Buffers 7139328 bytes
ORA-01103: database name 'ODS' in control file is not 'ORCL'
Note: If you don't modify initorcl.ora file and replace it with ODS, you will get ORA-01103 error.
SQL> shutdown immediate;
ORA-01507: database not mounted
Edit initorcl.ora file and replace "ORCL" with "ODS"
ORACLE instance shut down.
SQL> startup mount pfile='C:\oracle\product\10.2.0\admin\ODS\pfile\initods.ora';
ORACLE instance started.
Total System Global Area 209715200 bytes
Fixed Size 1248116 bytes
Variable Size 67110028 bytes
Database Buffers 134217728 bytes
Redo Buffers 7139328 bytes
Database mounted.
SQL>
SQL> alter database open;
Database altered.Edited by: OrionNet on Dec 23, 2008 12:51 AM
Edited by: OrionNet on Dec 23, 2008 12:53 AM
Edited by: OrionNet on Dec 23, 2008 12:53 AM
Edited by: OrionNet on Dec 23, 2008 1:07 AM

Similar Messages

  • Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce

    Photoshop CS6 keeps crashing. I am using a brand new IMAC, I have 16GB RAM recently updated as it was running slow with 8GB and lots of hardrive space. When it crashes, i lose all my presents and it changes my preferences, it also fails to save or produce a recovered file despite settings asking it to do so every 5 mins now. When i try to report the problem, it says it has found an issue and gives me a link to a solution....but wont let me click on the link.... PLEASE HELP! It's killing my productivity.

    If the crash started right after you added RAM, it could be a bad Ram dimm. You can try this - change the amount of RAM in Photoshop to 4G, this should stop Photoshop from using the higher ram. If it doesn't crash, it's probably the ram. Or run a diagnostic app. You don't say when it crashes, what you're doing when it crashes - it there a pattern? Did it ever work on this computer? Did it work on your previous computer? Without a lot of data, it could be related to the new computer... What OS version? Did you recently update it? Have you updated Photoshop to the most recent update?
    Do you have any plug-ins loaded? Try restarting Photoshop, and immediately press & hold the shfit key to turn off plug-ins.

  • ISE 1.1 'Change password on next logon' fails on iPhone / iPad

    Hello -
    We're in the process of implementing an ISE 1.1 server for Guest Wireless Access / BYOD at our company and ran into an issue with authenticating from iPhones / iPads when the account is set with 'change password on next logon' (it's a local account created on the ISE server - not AD). It fails and displays 'unable to join network' on the iPhone. The ISE log shows a '5411: No response received in 120 seconds'. We're able to authenticate from Windows devices and are prompted to change the password during the authentication process. Has anyone else encountered this? If we uncheck the 'change password' box we can authenticate from iPhones & iPads without any issue but we need to have a way for users to set their own password.
    Thanks!
    Bill

    Hi,
    I am encountering the exact same issue in our lab environment, but with AD accounts (We would like customers to be able and connect to the dot1x network with their AD credentials, and based on machine authentication they will or will not get restricted access).
    Just to be clear: the change password functionality works perfect on laptops, but on ipad/android we just cannot connect to the dot1x (PEAP) network when the "change password on next login" checkbox is on.
    Anyone else who can shed some light on this?
    Thanks
    Tom

  • Webmaster tools change of address 301 redirect failed using domain forward

    I'm having trouble with webmaster tools recognising our domain name change.
    We've recently updated website and done a name change from www.qldtshirt.com.au to www.qtco.com.au. I am using domain forwarding so qldtshirt.com.au forwards to qtco.com.au (aswell has with www.) and every thing works perfectly.
    www.qldtshirt.com.au/products/polo-shirts/cool-dry-fabric forwards to:
    http://www.qtco.com.au/products/clothing/polo-shirts/cool-dry-fabric
    We have about 4000 301 redirects setup in URL Redirects:
    /products/business-and-corporate/desk-and-office/100-organic-cotton-pencil-case to
    /products/gifts-incentives/desk-and-office/100-organic-cotton-pencil-case
    so on and so on....
    I've verified all sites in webmaster tools however when change of address from www.qldtshirt.com.au to www.qtco.com.au webmaster tools presents this error:
    "301 redirect failed. We detect that the root address of your old site (www.qldtshirt.com.au) does not yet redirect to the root address of your new site (www.qtco.com.au). For more information use the Fetch as Google tool."
    It works perfectly fine for the end user, anyone know why and how to fix please?

    Hi, I have found this same situation.  Did you have any luck finding a solution?
    Thank you

  • Attribute Change Run in Process Chain failed with SQL 942 error

    Hi,
    Attribute change run in th eprocess chain failed with the message " SQL Error 942" and ran succesfully after repeating the step.Searched in Forums for similar error but the solutions were not apt.
    Any pointers would be of great help!!
    Thanks in advance,
    Bhagyarekha.

    Hi Bhagyarekha,
    The reason behind that error could be:
    An attempt is made to activate a characteristic whose compounding was replaced and whose navigation attributes were simultaneously deleted. The replacement of the compounding temporarily deletes the M view of the characteristic during internal activation. The process of deleting navigation attributes involves converting the attribute SID tables. However, the M-view of the characteristic, which has just been deleted, is needed for this conversion.
    Check this SAP Note:
    Note 684405 - Replacing the compounding and deleting navigation attr.
    Hope it helps.
    Veerendra.

  • Disk order changes, grub problem, filesystem check failed

    I'm having some problems installing Archlinux onto a machine with a lot of SATA drives, some connected by SATA cards. I have tried the 2009-08 netinstaller burned to CD, both -x86_64.iso and -x86_64-isolinux.iso, and I have the same problem with both.
    I am installing from a USB-connect optical drive to an Intel X25-M 80GB SSD connected to a motherboard SATA port. I also have 2 HDDs connected to motherboard SATA ports, and 4 more HDDs connected to 4 SIL-based PCIe SATA cards. Additionally, I have a 4GB Patriot USB flash drive connected to a motherboard USB port. None of the HDDs have a bootable MBR, I am planning to create an mdadm RAID with the HDDs, but the USB flash drive is bootable. The motherboard is an Asus Z8PE-D18 with the latest BIOS, in AHCI mode.
    First thing to note is that I was able to successfully install Fedora 12 linux to this machine in the exact configuration that I am trying to install Archlinux. I just installed Fedora 12 again last night, and it installed and loaded fine when I rebooted from the SSD.
    So, the problems I am having with Archlinux. During install, I found that the SSD is showing up as either /dev/sde or /dev/sdf. This is odd since it was /dev/sda with Fedora. It makes sense for it to be /dev/sda, since it is on the first motherboard SATA port. But I proceeded with the Archlinux install, and grub seemed to detect the stage1 location properly -- root was set to (hda4,0) or (hda5,0) depending on whether the SSD was at sde or sdf. The kernel root was configured by UUID, so that does not depend on the drive order. Okay so far.
    The problem shows up on reboot. The bootloader immediately complains that there is no such partition sde1 or sdf1. I drop into a grub command line and do
    find /boot/grub/stage1
    and it replies with (hd0,0), so I modify the boot line to root (hd0,0) and boot. Now it gets pretty far. Lots of boot messages scroll by. Here are some of the last few before the problem:
    Waiting 10 seconds for device /dev/disk/by-uuid/22a35aa2-9799-4575-b1eb-456e819a1a26 ...
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs (sde1): mounted filesystem with writeback data mode
    INIT: version 2.86 booting
    ::Starting UDev DAemon
    ::Triggering UDev uevents
    ::Loading Modules
    ::Waiting for UDev uevents to be processed
    ::Bringing up loopback interface
    ::Mounting Root Read-only
    ::Checking Filesystems
    /dev/sdf1:
    The superblock could not be read or does not describe a correct ext2
    filesystem. If the device is valid and it really contains an ext2
    filesystem (and not swap or ufs or something else), then the superblock
    is corrupt, and you might try running e2fsck with an alternate superblock
    **** FILESYSTEM CHECK FAILED
    * Please repair manually and reboot. Note that the root file system
    * is currently mounted read-only....
    Give root password for maintenance
    So I logged in as root and did an fdisk -l. The boot SSD was at /dev/sde. The menu.lst has root as (hd5,0), which would be sdf (which was correct during installation, but the disk order apparently changed). The kernel root= in menu.lst used by-uuid, and it at least points to the correct drive, which I suppose is why I was able to boot as far as I did, but when it tries to mount the root filesystem, it fails as shown above.
    So, at initial grub boot, the grub stage1 is found at (hd0,0). During installation, the SSD was sdf, but after booting the kernel, the SSD is sde. What is going on?
    One other experiment  is that I pulled all the drives (including USB flash drive) except the SSD. The HDDs are in hot-swap slots, so that was easy. The PCIe SATA cards are still plugged into the PCIe slots. Then I was able to successfully install and boot Archlinux. But when I plugged the drives back in and rebooted, I had the same problem as detailed above.
    Any suggestions on how to fix this?

    I had the same problem.
    Last week I installed Arch onto a new SATA HD. I wanted to make sure the installation worked before I attached the other drives. On booting with the other drives attached, similar messages.
    My solution:
    Login as root.
    Follow the instruction to mount / as read-write so you can make changes to the filesystem.
    edit /etc/fstab and eliminate the references to /dev/sdxx and replace them with UUIDs or labels (as suggested above) as these won't change.
    in /etc/fstab ...
    # external data sources
    #data /dev/sdb6
    UUID=931d7107-1241-4d82-ad28-fcbe7af8ba69 /data ext3 defaults 0 0
    #Documents /dev/sda9
    /dev/disk/by-label/Documents /data/Documents ext3 defaults 0 0
    Reboot and you should be good.
    You can find the UUID of the drives by using
    $ blkid
    or you can set a drive label with e2label, assuming you are using ext2,3 or 4
    Good luck.

  • Trying to Change AD Password from GW2014 failing

    Hello,
    I've got the Caledonia books by Danita and I am preparing to upgrade / move our GW2012 edirectory system to 2014, then migrating that to AD. In preparation, I have set up a test GW2014 server and set it to authenticate LDAP against AD. I was easily able to get a user to sync and login to both the 2014 client and webaccess. However, when I try to change the password for this user through either client, the attempt fails with the following error in the POA:
    17:10:43 4233 Error: LDAP failure detected [D06B] User:gw2014test (gw2014test)
    The closest TID I have seen on this is for GW 2012 where it says that LDAP passwords in GroupWise were designed to work with eDirectory so the function does not work in other LDAP servers?!
    Any help would be much appreciated!
    Thanks

    I don't believe there is a way to check for expired pwd. I'll check with developers though.
    --Morris
    >>> davearre<[email protected]> 8/1/2014 4:36 AM >>>
    Hi, Morris,
    Awesome, thank you that worked!! After I posted my question I tried to
    do the SSL but got LDAP error 81 on the POA because I exported the DC's
    certificate and not the CA's. Once I followed your steps and exported
    the CA certificate I was able to login and change the password without
    error in both the client and webaccess.
    One more question, I tried to do a "user must change their password on
    next login", which is what we do now with eDirectory with new teachers
    especially in the summertime, they can change passwords from home before
    they arrive. With edir and an expired password, Webaccess puts up a page
    for them to change their password. It also does this at password
    expiration time. When I set the user must change password in AD, I could
    no longer log into webaccess at all, it acted like the password was
    incorrect. Is there a trick to get the change password page prompt in
    Webaccess or is this something not available with AD as the
    authentication source?
    Thanks for your quick help!
    mblackham;2327566 Wrote:
    > You can change your AD password via the GW 2014 client, however, due to
    > requirements of AD, the LDAP session must be SSL'ized to do so. So
    > you'll have to export the CA cert that your AD LDAP process is using and
    > import it in to the AD directory configuration in GW Admin Console.
    > Here are the high level steps to getting the AD cert:
    >
    >
    >
    >
    > •Run MMC on the Domain Controller
    >
    > •Add the “Certificates” Snap-In for the Computer account. (File |
    > Add/Remove Snap-Ins)
    >
    > •Find the certificate issued to the domain controller in the
    > “Personal/Certificates” folder.
    >
    > •View the certification path for the certificate, locate the CA and
    > view it’s properties.
    > Export the CA certificate as a DER or PEM file
    >
    >
    > --Morris
    >
    >
    >
    > >>> davearre<[email protected]> 7/31/2014 3:36 PM >>>
    >
    >
    >
    >
    > Hello,
    >
    > I've got the Caledonia books by Danita and I am preparing to upgrade /
    > move our GW2012 edirectory system to 2014, then migrating that to AD.
    > In
    > preparation, I have set up a test GW2014 server and set it to
    > authenticate LDAP against AD. I was easily able to get a user to sync
    > and login to both the 2014 client and webaccess. However, when I try to
    > change the password for this user through either client, the attempt
    > fails with the following error in the POA:
    >
    > 17:10:43 4233 Error: LDAP failure detected [D06B] User:gw2014test
    > (gw2014test)
    >
    > The closest TID I have seen on this is for GW 2012 where it says that
    > LDAP passwords in GroupWise were designed to work with eDirectory so
    > the
    > function does not work in other LDAP servers?!
    >
    > Any help would be much appreciated!
    >
    > Thanks
    >
    >
    > --
    > davearre
    > ------------------------------------------------------------------------
    > davearre's Profile: https://forums.novell.com/member.php?userid=14696
    > View this thread: https://forums.novell.com/showthread.php?t=478544
    davearre
    davearre's Profile: https://forums.novell.com/member.php?userid=14696
    View this thread: https://forums.novell.com/showthread.php?t=478544

  • Dynamical changing HtmlInputText component style on failed validation...

    ...but once validation passes the modified style isn't reset...and when navigating away from the page and then back again, the component will still have the modified style.
    this is for JSF1.1 because i understand JSF1.2 has a errorStyle property.
    I understand once first entry the components are rendered and then stored in a component tree for subsequent display, but because i have dynamical changed the style property it seems to be stored in the component tree.
    here is snippets of my code
    JSP page
    <h:inputText id="textName" styleClass="inputText" *validator="#{fieldValidators.validateText}"* value="#{customer.name}" required="true">
    <f:validateLength minimum="1" maximum="40"></f:validateLength>
    </h:inputText>
    _FieldValidators class_
    public void validateText(FacesContext context, UIComponent toValidate, Object value)
    ((UIInput)toValidate).setValid(false);
    *((HtmlInputText)toValidate).setStyleClass("inputText inputValidationError");*
    FacesMessage message = new FacesMessage(errorMessage);
    context.addMessage(toValidate.getClientId(context), message);
    the style class +inputValidationError+ sets the outline of the input type to be red. so input components highlight in red when validation fails.
    so to recap my issue, when the failed validation is corrected, the component still has the +inputValidationError+ style applied, and when navigating away from the page and back to it +inputValidationError+ still is in its style, so still appears with the red border.
    any help or recommendations would be really welcome.
    thanks.

    Implement a PhaseListener which listens on the afterPhase of the RENDER_RESPONSE and get the clientId of all components which have a validation error by FacesContext#getClientIdsWithMessages() and put it in a HashSet or so. Then iterate recursively over all children of UIViewRoot and if it is an instance of UIInput, then (re)set the styleclass accordingly based on the presence of its clientId in the HashSet created before.

  • Change VLAN only if check fails

    Hello,
    does anybody know if it's possible to change the Client only then to the Auth VLAN if the check fails? We want to authenticated the pc by the MAC-Adressfilter and than the user with the NAC-Agent. But the pc should be always in the default Access-Vlan and only change to Auth-Vlan if the NAC-Agent check fails.
    greetings,
    David

    All checks?  Some checks?  One Check?
    If all, then you are looking to use a AUTHZ policy for something like this:
    Fail-Check if Session:PostureStatus EQUALS NonCompliant then NonCompliantVLAN
    Do I understand you want your machines to all pass by MAB and not 802.1X?  Or are you referencing the MAC as part of an 802.1X AUTHC rule?
    On your switch, you might want to consider how to handle the access policy if the authenticaiton server (RADIUS/ISE) is unavailable/dead...  Just to be thourough.

  • Changing fax number of a failed fax in SOST and re-send

    Hi  all,
    The issue is that if a program is firing a fax with a wrong fax number ... the message is recorded as an error in the SOST/B transaction(s).
    Now is there any way I can change the fax number of the message in SOST and then re-send it.
    Because when I click on re-send it does not give me any options to change any of the message attributes and directly fires the fax.
    Please advise.
    Regards,
    Adi

    All the loops (with VERY few exceptions) in Garage Band are in the same key, the key of C.
    That's not true! You might get the impression because the standard key of a new GB project is C, so in the preview all loops play in C (unless they have been labeled incorrectly.)
    If I remember correctly, the original key was listed in the Loop Browser in previous versions of GB, I can't find it in the current one. But if you listen to a loop in the Finder, you can hear its original version.
    This gets important when you have to decide whether to raise or lower a loop. Let's say the loop was recorded in G, you put it in your C major song, and you want it to sound in F. Then you might be tempted to raise it by 5 semitones, because that seems "closer" than lowering it by 7. However, since the original was probably already raised by 5 steps to sound in C, that will result in an overall shift by 10 semitones - probably it sounds weird that way, whereas lowering it by 2 semitones would sound fairly natural.
    Of course you can also just trust your ears, but I find that additional information helpful.

  • Change Manager standalone repository create failing

    Dear fellow Oracle users,
    I am trying to run Oracle Change Manager using a standalone repository. I created the standalone repository tablespace and user according to the directions in the Oracle Enterprise Manager Configuration Guide 9.2.0.2 (found here: http://oraclesvca2.oracle.com/docs/cd/B10501_01/em.920/a96673/ch2.htm#1002943). The database is Oracle 10.2.0.1 Enterprise, running on a Windows 2003 Server.
    I then launched OEM 10.2.0.0.0 on my Windows XP Professional workstation, and select 'Change Manager' from the 'Tools' menu. In the log on dialog I supply the standalone user id and password just created, and select 'Yes' when told that a standalone repository needs to be created for this user. The 'Creating Standalone Repository' progress window displays, and after a few seconds, I get the following Java stack trace:
    oracle.sysman.vdb.VdbSQLException
         at oracle.sysman.vdb.VdbStatement.processError(VdbStatement.java:479)
         at oracle.sysman.vdb.VdbStatement.executeDDL(VdbStatement.java:1679)
         at oracle.sysman.vdb.VdbAutoCommitSession.executeDDL(VdbAutoCommitSession.java:850)
         at oracle.sysman.vbo.vboe.repmgr.ConnectionManager.executeDDL(ConnectionManager.java:1217)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryManagerImpl.executeDDL(RepositoryManagerImpl.java:3171)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryManagerImpl.createRepositoryVersionTable(RepositoryManagerImpl.java:2730)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryManagerImpl.createProductSet(RepositoryManagerImpl.java:1326)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryManagerImpl.createAllProducts(RepositoryManagerImpl.java:1201)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryCreate.getStepsCount(RepositoryCreate.java:156)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryManagerImpl.performOperation(RepositoryManagerImpl.java:1058)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryManagerClient.execute(RepositoryManager.java:1164)
         at oracle.sysman.vtx.VtxProgressDialog.run(VtxProgressDialog.java:503)
         at java.lang.Thread.run(Thread.java:534)
    I've used Change Manager in the past, hosted on an Oracle 9i database on Win2k, and have come to rely on it. I'd be very grateful for any ideas on getting it to work again.

    Hi,
    These are the complete grants the repo user needs:
    CREATE TRIGGER, CREATE PROCEDURE, EXECUTE ANY PROCEDURE, CREATE TYPE, EXECUTE ANY TYPE, SELECT ANY TABLE, CREATE CLUSTER, CREATE DATABASE LINK, CREATE SEQUENCE, ALTER SESSION, CREATE SYNONYM, CREATE TABLE, CREATE VIEW
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14312/post_install.htm

  • Change Password Provisioning to AD fails

    OIM 9.0.3 is used for provisioning user data to AD. The OIM Administrative and User Console is customized to be a helpdesk UI for administrators and self-service UI for normal users. A user ID that is in a System Administrator User Group logins into the OIM Administrative and User Console, it is able to see all administrative tasks, e.g. user management, whereas a user ID that is in a All User Group logins into the same console, it can only see My Account->Change Password.
    Here are two Change Password processes that we want to have in our system.
    1. Administrator changes password by clicking the 'Change Password' button in the User Details' page. Password can be changed in the OIM database and the new password will be provisioned to AD, i.e. an AD attribute 'unicodepwd'. It works fine in this process.
    2. Normal user changes password by clicking the 'Change Password' in 'My Account'. The new password cannot be provisioned to AD successfully. Actually there is even no write operation in the AD, as the value of 'whenChanged' attribute is never changed if we try to change a user password in a self-service UI.
    This is quite strange, as we configured two special tasks in Process Definition in Design Console, i.e. 'Change User Password' and 'User Password Updated', we also added an entry in Lookup.USR_PROCESS_TRIGGERS as: CODE Key=USR_PASSWORD, Decode: Change User Password. Process 1 works, whereas process 2 does not.
    I found some other similar posts in the forum, but none of them had such a problem. Whenever there is an update in OIM, the change should be provisioned to the AD. I don't think it matters where the user's password is changed, correct? But it doesn't work! Anyone has ever met this issue before? Thanks!

    The transport of a changed password from the USR form to AD is a two step process.
    First you trigger a task that moves the new password from the USR form to the AD process form. This is done by Lookup.USR_PROCESS_TRIGGERS.
    In step two you move the password from the AD process form to AD. This process is triggered by a naming convention. Any task called "<LABEL> updated" will be triggered if the <LABEL> field on the process form is updated.
    If you change the name of your AD process form -> AD task to "Password Updated" it will trigger.
    The "cascading" part of the password change process is the same no matter how the password change was initiated.
    Best regards
    /M
    Message was edited by:
    Martin_Sandren
    The "X Updated" taskname should be written with a capital U.

  • NTFS Partition on external HDD changed to read only after failed eject

    Hi all
    I have a Mybook studio split into 2 partitions, a NTFS one and a HFS+ one. After removing the USB cable too quickly following the eject my NTFS partition is read only [I checked using 'get info'].
    I need to change this back and I'm stumped - please advise
    Many kind regards in advance

    Thank you all very much for the advice you have given me. I attempted to make changes with NTFS3G - i upgraded to Tuxera NTFS [which REALLY screwed up everything] - and got a monstorous error message. Disk utility was no good to me either telling me to reformat.
    For anyone reading this thread in search of a solution - I used bootcamp to load up my Win7 Partition and then repaired the disk using the built in utility accessble from right click> properties.
    It appears there was some corruption causing my problem (?) as it created a folder called found.000 which has a random assortment of files from all over the partition in it. Hopefully it found all the lost data but I have no way of comparing it's before and after state.
    Moral of the story - NTFS isn't quite ready for Mac yet, at least in my experience.
    Now if only we could get time machine to work with NTFS..
    Cheers again to you all!

  • Help!! I'm on an unstable internet connection in Nepal (can't be helped or changed), and the download keeps failing. Any way to continue the download when internet reconnects?

    The title should say it all, but to go in more detail, here's the situation:
    I run a production company and I have to deliver a project file to my counterpart in the next two days.  Before I left for Nepal I switched from my desktop to my laptop, and did not realize my laptop had an older version of Premiere installed.  So when I went to open the project file, it would not open it because it says it was created in a newer version and cannot be opened.  So I've been trying and trying and trying to download the new program via the creative cloud desktop app.  Obviously this is going to take a long time with internet speeds in Nepal, and there is absolutely NO way around this.  Developing country, power goes on and off without warning, etc. 
    The thing I'm having a hard time with is that each time my computer disconnects from the internet, then reconnects, the enormously long download has to completely start over again.  I even got as far as 28% on one of my overnight downloads only to have to start over again in the morning when I woke up because the connection wavered in my sleep.  UGH!! 
    My main question is this:  is there anywhere (ANYWHERE!!!) that I can connect directly to the adobe servers to download this program with included internet breaks, kind of like FTP, or Dropbox, or anything of the sort.  It's incredibly frustrating (and kind of a huge Adobe oversight) that if the internet connection breaks during a download, that you have to start over again.  Why can't it pick up again when the connection is restored?  Is there any way around this?  Please please help, I am on a very tight deadline before Xmas and need any help I can get!!
    Thank you for your understanding. 
    Namaste
    Erin

    Erin I am sorry you are facing difficulty downloading the Creative Cloud software.  It can be frustrating when you do not have access to high speed stable Internet.
    You can attempt to download the base installers and updates by following the directions listed at:
    Adobe CC 2014 Direct Download Links: Creative Cloud 2014 Release | ProDesignTools
    All Adobe CC 2014 Updates: The Direct Download Links for Windows | ProDesignTools
    You may want to attempt to utilize some form of download management as the main issue seems to be the stability of your connection.
    There is not currently a method to resume downloads within the Creative Cloud Desktop application.  There is download management included though it may not be enough to compensate for the current Internet connection.  If you are curious you can find additional details on how to resolve download errors at Error downloading Creative Cloud applications - http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html.

  • How do I change my iCloud password after failing email AND security question?

    I am trying to use an iCloud account I set up months ago. I cannot remember my password and when I select email, I don't receive anything on any of my other email accounts.
    Is there another option?

    Contact Apple for assistance by going to https://expresslane.apple.com, then click More Products and Services>Apple ID>Other Apple ID Topics>Lost or forgotten Apple ID password.

Maybe you are looking for