Conversion of the ASM

Hi all

What are the steps to migrate from a non - file system asm in a file system of the asm to 10g / 11g.

I guess you want to migrate your data to a plain old ASM file system files. This is possible by creating first ASM on your server and then use rman to copy your data files to ASM diskgroup. Tim Hall put in place this small howto http://www.oracle-base.com/articles/10g/AutomaticStorageManagement10g.php#migrating_to_asm_using_rman

Bjoern

Tags: Database

Similar Questions

  • How can I move back the rman convert a file from the file system to the ASM?

    I have no idea on the pluging - in files of data which were landed as follows:

    SQL > alter tablespace P_CDDH_DSPGD_V1_2011 read-only;

    SQL > alter tablespace P_IDX_CDDH_DSPGD_V1_2011 read-only;

    SQL > exec dbms_tts.transport_set_check('P_CDDH_DSPGD_V1_2011,P_IDX_CDDH_DSPGD_V1_2011',true);

    SQL > select * from transport_set_violations;

    UNIX > expdp dumpfile ttsfy1.dmp directory = trans_dir transport_tablespaces = P_CDDH_DSPGD_V1_2011, P_IDX_CDDH_DSPGD_V1_2011 = tossadm@pmscdhf1

    RMAN > convert the tablespace P_CDDH_DSPGD_V1_2011, P_IDX_CDDH_DSPGD_V1_2011 format = ' / appl/oem/backup/temp/%I_%s_%t_extbspace.dbf';

    Conversion from the source at October 3, 13

    using the control file of the target instead of recovery catalog database

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = instance = 116 pmscdhf11 = DISK device type

    channel ORA_DISK_1: from data file conversion

    Enter a number of file datafile = name = + PMSCDHF1/p_cddh_dspgd_v1_2011_01.dbf 00079

    convert datafile=/appl/oem/backup/temp/3536350174_2820_827849001_extbspace.dbf

    channel ORA_DISK_1: datafile conversion complete, duration: 00:02:15

    channel ORA_DISK_1: from data file conversion

    Enter a number of file datafile = 00080 name = + PMSCDHF1/p_idx_cddh_dspgd_v1_2011_02.dbf

    convert datafile=/appl/oem/backup/temp/3536350174_2821_827849136_extbspace.dbf

    channel ORA_DISK_1: datafile conversion complete, duration: 00:01:45

    Finished conversion to the source to 3 October 13

    From control file Autobackup 3 October 13

    total, handle = / DBMS/oracle/r1110/db_01/dbs/c-3536350174-20131003-02 comment = NONE

    Control file Autobackup ended on 3 October 13

    SQL > drop tablespace P_CDDH_DSPGD_V1_2011 including the content;

    SQL > drop tablespace P_IDX_CDDH_DSPGD_V1_2011 including the content;

    Subsequently, how can I move the backup files to ' / appl/oem/backup/temp/3536350174_2820_827849001_extbspace.dbf ', ' / appl/oem/backup/temp/3536350174_2821_827849136_extbspace.dbf ' back to the Group ASM + PMSCDHF1?

    Or dbms_file_transfer

  • How to have separate conversations w / the same person in messages app

    Hey guys,.

    is it possible to have several conversations with the same contact but different addresses in the messages (El Cap) application?

    My problem: I have two conversation with the same person: I text him through iMessage using his e-mail and SMS (phone number, no iPhone) that appears in the application messages through continuity (or let do or what they call that). However, the iMessage cat and the cat of text message (which is separated on my iPhone) is mixed in a chat on the Mac (which is a mixture of blue and green bubbles). And when I type a message on the Mac it's a lottery if it will be sent as a text message or an iMessage. On the iPhone, it is clearly separate.

    How can I have discussions in the messages.app on my Mac?

    Thank you

    Phil

    Hello

    Create different Contacts card for him.

    21:13 Tuesday; 24 may 2016

     iMac 2.5 Ghz i5 2011 (El Capitan)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro (Snow Leopard 10.6.8) 2 GB
     Mac OS X (10.6.8).
     iPhone and iPad (2)

  • Voltage conversion for the Module e/s-OR-5751

    The only place where I can see an example of this is the example 'NOR 5751 finished several acquisition channels'.  The conversion to the VI is illustrated below:

    It is a 14-bit digitizer, so I'm not the "16" for the resolution.

    The text in the example says: "data from the 14-bit a/d converters are represented in the CLIP as compliment of 2, MSB justified, I16.". 2 LSBs are filled with zeros. The data are multiplied by a scale factor (ADC voltage resolution = voltage range / ADC * 16 intervals) to LSB justified data and scale to volts. "This seems to be different from the code above.

    I don't understand what is the factor of 16 text. Or I do not understand how they are the same.

    Hey JP82,

    The 5751 is one of our familiarization trips that produces data MSB justified, with even two most (LSB) containing 0.

    If you changed the generetaed of data by the fam to the right by two, then you must use 14 bits resolution.

    Example of MSB justified:

    Input voltage: 1V
    Binary representation of FAM: 0111111111111100

    Sign bit ^ zero of the LSB ^ ^

    Decimal Rep: 32764

    MATH:

    2 / (2 ^16 - 1) * 32764 =

    3.05E - 5 * 32764 = 0.999302 ~ 1V

    If he was justified in LSB:

    Input voltage: 1V
    Binary representation of FAM: 0001111111111111

    Sign bit. ^

    Decimal Rep: 8191

    MATH:

    2 / (2 ^14 - 1) * 8 191 =

    1.22E - 4 * 8191 = 0.99993 ~ 1V

    I do not believe that data are two is completed, as indicated in the details.  I'll see that this gets fixed.

  • 9219 current conversion on the current value of DMA FIFO sampling

    Hi all

    I'm sampling two 9219 modules (24 - bit universal module) in a FIFO I32 on the FPGA target (9072). I want to convert this example in current value for keying in my host vi. The bed a +/-25 module entered my 24-bit in a 32-bit memory location. I was originally performing the conversion on the host as follows.

    1 ENTRY converted I32, then DBL

    2. (ENTRY * 25) / ((2^24)/2 - 1) = CURRENT (mA)

    3. CURRENT (mA) * SCALE = VALUE

    My values are very high. Any help is appreciated. Thank you.

    Gaussy

    Hello Gaussy,

    Please contact National Instruments!  There are a few questions that I had for you in order to solve this problem.  My first question is what version of LabVIEW you use?  If you use a LabVIEW 8.5 then do you mean instead of I32 U32?  If you use a LabVIEW 8.6 have you thought about trying to use fixed-point, you don't have to worry about the conversion?  Here is a knowledge base article that speaks a bit more on this topic.

    After looking through your conversion algorithm, I couldn't see the specific defects.  I was wondering if you could post the values that you receive from the FPGA target, then the values after your conversion.  In addition, it would be good to know what values expect you and why.  This will help us determine if the real signal of the module is disabled or if the conversion is incorrect.  I hope this helps!  Have a great day!

  • GLWB-10521: could not resolve the ASM label

    Hello

    I try to install Oracle Grid Infrastructure 12 c Release 1 on Windows Server R2 2012 in a hyper-v Lab (to my intention is to install a complete rac - later).  I created my ASM storage with the role of ISCSI target (4 discs 20 GB each, all the dynamic extension), and they are all visible from both nodes.  I can ping all the IP addresses of all servers involved.  I required prior tasks, and there is one thing that I am invited to check.  Error message is:

    «Device checks for ASM - there is a control to check the devices specified in the requirements for the ASM.»  Error:

    -

    GLWB-10521: could not resolve disc ASM 'ORCLDISKDATA0' label to the path of unity on the node 'ORAN01DV' - Cause: could not resolve the ASM label to any device on the specified node.  -Action: Make sure the specified label of ASM is properly engraved on a device shared on the specified node and marked devices are accessible to the current user. To check the address record label use tools "Asmtoolg" on Windows operating system platforms and "oracleasm" on the Linux operating system platform.

    -

    GLWB-10521: could not resolve disc ASM 'ORCLDISKDATA1' label to the path of unity on the node 'ORAN01DV' - Cause: could not resolve the ASM label to any device on the specified node.  -Action: Make sure the specified label of ASM is properly engraved on a device shared on the specified node and marked devices are accessible to the current user. To check the address record label use tools "Asmtoolg" on Windows operating system platforms and "oracleasm" on the Linux operating system platform.

    -

    GLWB-10521: could not resolve disc ASM 'ORCLDISKDATA2' label to the path of unity on the node 'ORAN01DV' - Cause: could not resolve the ASM label to any device on the specified node.  -Action: Make sure the specified label of ASM is properly engraved on a device shared on the specified node and marked devices are accessible to the current user. To check the address record label use tools "Asmtoolg" on Windows operating system platforms and "oracleasm" on the Linux operating system platform.

    -

    GLWB-10521: could not resolve disc ASM 'ORCLDISKDATA3' label to the path of unity on the node 'ORAN01DV' - Cause: could not resolve the ASM label to any device on the specified node.  -Action: Make sure the specified label of ASM is properly engraved on a device shared on the specified node and marked devices are accessible to the current user. To check the address record label use tools "Asmtoolg" on Windows operating system platforms and "oracleasm" on the Linux operating system platform. »

    I opened Asmtoolg, and everything seems to be ok in there (all discs are stamped and are visible etc.).  I recognize that this is a complex area, so I understand that it will be difficult to difficult to diagnose.  I was really surprised to not find anywhere, any success on the internet for the GLWB-10521 error code well.  Does anyone have ideas of things I could try?

    Thanks in advance

    There is a bug (Bug 20428707 : GLWB - 10521 RAC INSTALLATION)

    Re: GLWB-10521

  • Label of the ASM to name of LUN mapping; Are not even necessary device names when you use ASMLib?

    = Environment details start =.

    OS: Oracle Linux 6.4

    Version Infra grid: 11.2.0.4

    Storage: EMC VMAX

    ASM Lib version:

    # rpm - qa | grep oracleasm

    oracleasm-support - 2.1.8 - 1.el6.x86_64

    oracleasmlib - 2.0.4 - 1.el6.x86_64

    oracleasm version came not in rpm-qa output may be because it is part of the Oracle Linux kernel. But the 2 components above are not

    = Environment details end =.

    We have a 2 node RAC cluster.

    We wanted to add 2 LUNS to our data Diskgroup and asked team storage available to both nodes of the cluster.

    After that they provided, the Linux Admin scanned the LUN and powerpath device names were generated. The powerpath device names like SCSI logic unit number names are incremented sequentially. Because, two additional powerpath LUN used to Node1 to a local file system, the names of powerpath were incrementing differently in the two nodes.

    Thus, for the same LUNS emcpowerpath names differed in Node2. Linux Admin did not notice this difference. And he told us the names of newly added from Node1 LUNS powerpath that have been

    / dev/emcpowerv

    / dev/emcpowerw

    But in Node2, the same LUN were appointed

    / dev/emcpowert

    / dev/emcpoweru

    The DBA guess powerpath name these 2 LUNS will be same on Node2, label the discs to help

    oracleasm createdisk DATA17/dev/emcpowerv1

    oracleasm createdisk DATA18/dev/emcpowerw1

    After marking in node 1, the DBA ran scandisks in Node2. But while the oracleasm scandisks in Node2 is running, it does not seem to/dev/emcpowerv and/dev/emcpowerw in Node2. Instead, ASMLib is smart enough to read the LUN ID in Node1 and search devices powerpath with the same LUN ID and labels as Node1. What's it like in Node2, / dev/emcpowert is labeled DATA17 and/dev/emcpoweru is labeled DATA18 correctly, as shown below.

    Node1

    Node2

    LUN ID

    Label of the ASM

    / dev/emcpowerv

    / dev/emcpowert

    873F

    DATA17

    / dev/emcpowerw

    / dev/emcpoweru

    629:

    DATA18

    Confirmed using the oracleasm querydisk Pei/dev/emcpower < x > .

    During labelling using the oracleasm createdisk , since we use the LUN name I always thought that asmlib dealt only with the names of devices (Powerpath name in this case). I didn't know that ASMLib treats ID LUN. If ASMLIB faces in LUN ID internally, then you don't need to have the same name for a particular LUN for disks shared in different RAC nodes? Right?

    ASMLIB contains 3 packs. Oracleasmlib, which is distributed under a license of Oracle user space and is not part of the standard GPL software distribution. Oracleasm-support, which is in the standard repository and kernel driver of Oracleasm, which is included in the core Oracle UEK only or distributed by Red Hat to RHCK kernel. The subsequent RHCK driver requires a Red Hat subscription. You need all 3 installed packages.

    ASMLib doesn't care to the SCSI ID or device names. When you configure a device to ASMLIB, he writes a header special disk in the device, the command scandisk read and identify a device. ASMLIB devices are populated under the tree of device/dev/oracleasm and found by ASM using the default ORCL: device chain.

    Don't forget that ASMLIB does not work with multiple devices and if you use DB-Multipath or EMC Powerpath, you need to blacklist the physical devices so ASMLIB will use powerpath or multipath device instead. Otherwise there will be no failover devices like ASMLIB will simply use the first device found and ignore the other. Check the following:

    http://www.Oracle.com/technetwork/topics/Linux/multipath-097959.html

  • Use of the ASM.

    Team,

    You can see listed below use on ASM diskgroup. so, what's the MB all usable for the diskgroup that we can use it?

    ASMCMD > lsdg

    State Type sector Rebal to Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Voting_files name of the block

    NORMAL CLIMB N 512 4096 4194304 43008000 7227384 6144000 541692 0 DATA015 N /.

    NORMAL CLIMB N 512 4096 4194304 43008000 7186216 6144000 521108 0 DATA016 N /.

    NORMAL CLIMB N 512 4096 4194304 43008000 7178376 6144000 517188 0 DATA017 N /.

    We need to think about Usable_file_MB? or the Free_MB?

    Thank you

    Mir

    Hello

    • REQUIRED_MIRROR_FREE_MBindicates the amount of space that must be available in a disk group to restore full redundancy after worse failure that can be tolerated by the disk group. The amount of space shown in this column takes into account mirroring effects. The value is calculated as follows: for normal redundancy disk group, the value is the total gross space for all disks in the largest group of failure. The largest group of failure is the one with the largest total raw capacity. For example, if each disc in its own group of default, the value would be the size of the largest capacity disk. For a disk group high redundancy, the value is the gross total space for all disks in the two largest groups of failure.
    • USABLE_FILE_MBthe amount of free space, adjusted for mirroring, which is available for the new files to restore redundancy after a disk failure. USABLE_FILE_MBis calculated by subtracting REQUIRED_MIRROR_FREE_MB from the total free space in the disk group and then adjusting the value of mirroring. For example, in a normal redundancy disk group where by default the mirror files use disk space equal to twice their size, if there's 4 GB of usable file space, then USABLE_FILE_MB is equal to about 2 GB. You can then add a file that is up to 2 GB in size.
    • FREE_MBis the unused capacity of the Group disk in megabytes, without taking into account any imbalance data. Therefore, there may be situations where the value of the FREE_MB column shows unused capacity but because one of the ASM disks is full, database entries fail because of the imbalance in the disk group. Make sure that you initiate a manual rebalancing to force the same distribution of data which translates a precise presentation of the values in the FREE_MB column.

    See: http://docs.oracle.com/cd/B28359_01/server.111/b31107/asmdiskgrps.htm#CHDGGGAD

  • Cannot start the ASM instance

    Hello

    I installed oracle ASM (version - 11.2.0.4, os-Oracle Linux 6.5) stand-alone server in Virtualbox. When I am trying to start the ASM instance I m getting this error (ORA-12547: TNS: lost contact). Please help me.

    What are the permissions for oracle file below?

    File GRID_HOME/bin/oracle $

    File in $ORACLE_HOME/bin/oracle

  • Installation of Oracle 11 g R2 grid does not detect the ASM disks

    Hi guys,.

    I'm trying to install Oracle 11 g R2 RAC and as part of the installation of the grid, the Setup program does not detect the ASM disks.

    Here are the outputs for some commands.

    [root@rac1 ~] # oracleasm scandisks

    Reload from disk partitions: fact

    Cleaning up stale ASM disks...

    ASM disks scanning system...

    Instantiation of disk 'ASMDATA2 '.

    Instantiation of disk 'ASMDATA1 '.

    [root@rac1 ~] # oracleasm listdisks

    ASMDATA1

    ASMDATA2

    [root@rac1 ~] # ls - ls/dev/oracleasm/disks

    Total 0

    0 brw - rw - 1 grid asmadmin 252, 3 14 May 17:18 ASMDATA1

    0 brw - rw - 1 grid asmadmin 252, 2 14 May 17:18 ASMDATA2

    I already tried to reconfigure Oracleasm (oracleasm configure - i) but no luck.

    I would be really grateful for the help here as its been a few days now and want to complete the installation as soon as possible

    Concerning

    Praveen

    Thank you Ricardo, I see now the disks after you change the path from discovery to/dev/oracleasm/disks

  • RunInstall does not show the ASM disks

    Hello

    I googled arleady for so long but I can't find the solution for my problem.

    I'm under runInstall of the Oracle Grid Infrastructure installation program. When it comes to "Create the ASM disk groups", the window does not show one of my starts created previously, even if I change the discovery trail to ' / oracleasm/dev/discs / * "Please help!

    [dev root@grid1] # / usr/sbin/oracleasm listdisks

    DATA01

    DATA02

    FRA01

    FRA02

    OCRVOTE01

    OCRVOTE02

    OCRVOTE03

    [dev root@grid1] # / usr/sbin/oracleasm-discover

    ASMLib /opt/oracle/extapi/64/asm/orcl/1/libasm.so using

    [Library ASM - Generic Linux, version 2.0.4 (KABI_V2)]

    Disk discovery: ORCL:DATA01 [31455232 blocks (16105078784 bytes), maxio 512]

    Disk discovery: ORCL:DATA02 [31455232 blocks (16105078784 bytes), maxio 512]

    Disk discovery: ORCL:FRA01 [20969472 blocks (10736369664 bytes), maxio 512]

    Disk discovery: ORCL:FRA02 [20969472 blocks (10736369664 bytes), maxio 512]

    Disk discovery: ORCL:OCRVOTE01 [10477194 blocks (5364323328 bytes), maxio 512]

    Disk discovery: ORCL:OCRVOTE02 [10483712 blocks (5367660544 bytes), maxio 512]

    Disk discovery: ORCL:OCRVOTE03 [10483712 blocks (5367660544 bytes), maxio 512]

    [dev root@grid1] # / usr/sbin/oracleasm querydisk DATA01

    Disk 'DATA01' is a valid ASM disk

    [records root@grid1] # pwd

    / dev/oracleasm/Disks

    [records root@grid1] # he's

    Total 0

    BRW - rw - 1 grid asmadmin 8, 65 4 Mar 11:18 DATA01

    BRW - rw - 1 grid asmadmin 8, 81-4 Mar 11:18 DATA02

    BRW - rw - 1 grid asmadmin 8, 97-4 Mar 11:18 FRA01

    BRW - rw - 1 grid asmadmin 8, 113 4 Mar 11:18 FRA02

    BRW - rw - 1 grid asmadmin 8, 17 4 Mar 11:16 OCRVOTE01

    BRW - rw - 1 grid asmadmin 8, 33-4 Mar 11:17 OCRVOTE02

    BRW - rw - 1 grid asmadmin 8, 49-4 Mar 11:17 OCRVOTE03

    [records root@grid1] # rpm - qa | grep oracle

    oracleasm-support - 2.1.8 - 1.el6.x86_64

    oracleasmlib - 2.0.4 - 1.el6.x86_64

    oraclelinux-release-6Server - 6.0.2.x86_64

    oraclelinux-release-notes-6Server - 14.x86_64

    kmod-oracleasm - 2.0.8 - 4.el6_6.x86_64

    Oracle-logos - 60.0.14 - 1.0.2.el6.noarch

    to clarify this, please login as user "grid" and run the command
         id

    This will show you if id is a member of the Group asmadmin.

    Martin

  • What are the APIs used or tables of the interface used for the conversion of the Bank

    Hi all

    Please let me know if there is no table interface or api used to make the conversion of the Bank in r12.

    Thank you

    There is no interface for the Bank conversion table in r12, but you can use APIs such as: CE_BANK_PUB. CREATE_BANK, CE_BANK_PUB. CREATE_BANK_BRANCH, CE_BANK_PUB. CREATE_BANK_ACCT, ce_bank_pub.create_bank_acct_use etc...

  • Apply the fix of the ASM

    Hi all

    Recently, we have applied the patch on one of our instance ASM, we've reached ORA-04031 on ASM instance. Oracle, we propose to apply the patch and one of my colleague came with these steps and

    We have applied the fix successfully. I have a few questions about these steps. I would be grateful, if you could offer your expert advise on my questions.

    In step 1, we use SRVCTL to stop all the instacnes running on a single box. We have about 46 instance that is running on this node

    My question is, setp 1, mean-o and s flag done.

    In step 2, this makes sudo for < GRID_HOME > is to use the rootcrs.pl - unlock.

    On step 4, we have applied the patch to GRID_HOME, but must understand usage - oh flag

    New on stp 5, why we need to perform step number 5

    It starts at step 6, all instances by using srvct, but just curious, by the way, why we need to provide the file ampxt1d1_status with flag - n.

    1. this task is to apply the patch of the ASM

    2. stop all the instance running on ampxd1d1.

    srvctl stop immediate home o < ORACLE_HOME > s/u01/patches/tmp/ampxt1d1_status n < nide > t

    3. run the script in root of pre.

    sudo /u01/app/11.2.0.3/grid/crs/install/rootcrs.pl-deverrouiller

    4. apply the patch using opatch

    opatch apply - oh local /u01/app/11.2.0.3/grid-/u01/patches/tmp/13951456

    5 run the suite.

    sudo /u01/app/11.2.0.3/grid/crs/install/rootcrs.pl-patch

    6 start the instance.

    srvctl start House o /u01/app/oracle/product/11.2.0.3/dbhome_1 s/u01/patches/tmp/ampxt1d1_status n

    Concerning

    Hello

    (1) the o Specifies the oracle House and s specifies a path for the command "srvctl stop home" store the State of the resources. in this case, command (srvctl stop home - o) stops anything running oracle home.

    (2) rootcrs.pl with - unlock flag unlocks the CRS home and make it ready to patch.

    (3) the - oh indicator command opatch specifies oracle home to work on. This takes precedence over the ORACLE_HOME environment variable

    (4) - patch flag of the rootcrs.pl command specifies the oracle home is upgraded and lock it.

    (5) control of House o srvctl start will start the oracle home and all service runs from this House.

    Kind regards

  • / select display conversion during the release of the statement?

    I store my IP addresses as of the numerical values based on inet_aton

    When I display/select a value is there a way to convert the format 'address', without taking a second step?

    example: ip = 8.8.8.8 stored in the form 134744072

    STEP 1

    If I do a search

    Select ip from ip_addresses where id = 3;

    he responds 134744072 and then I have to do

    STEP 2

    Select inet_ntoa('134744072'); #to return value

    Anyway is to integrate the conversion to the IP in the select statement so that STEP 2 is part of STEP 1?

    side note: I'm doing a process similair with mac addresses that stores under a number of type bigint type and convert back to hex in a second step for display, hoping a solution will make other evidence for me.

    Thank you in advance!

    Is it not simply

    Select inet_ntoa (ip) in the ip_addresses where id = 3;

    John

  • All guess why numbered chapters that increment OK in FM11 not after conversion to the FM12?

    All guess why numbered chapters that increment OK in FM11 not after conversion to the FM12?

    I run FrameMaker unstructured 12 and FrameMaker 11 (for use with only the heritage project files) on a Win7 PC. The chapters in my FM11 file book for guide increment a new product user normally in FM11, but something bad, after you save the formatted FM 12 FM 11 project files.
    The book file includes:
    -Product Guide Cover.fm
    -Product GuideTOC.fm
    -Product GuideLOF.fm (list of Figures)
    -Product GuideLOT.fm (list of Tables)
    -Product GuideContent.fm (chapters 1-10) - book files dialing properties: Chapter 1 (digital)
    -Product GuideIX.fm (Index) (Chapter 11) - book files dialing properties: Chapter 2 (digital)

    Note: The chapter headings (e.g. 1 - Introduction, 2 - Specifications and so on) in the product GuideContent.fm and GuideIX.fm files are in the format paragraph Designer like: (the Auto-Numbering Format enabled) H: < n + > \t
    However, when I update the book, the Index seems formatted as Chapter 1 instead of Chapter 11. It seems that the conversion to FM 12 messed autodial in the product file GuideIX.fm, so that the only way to increment the value would be to manually update the building blocks in the file to H: IX.fm \t H: < n + > < n = 11 > \t (which I do not). Any suggestions would be greatly appreciated!

    Thank you - Randall basin

    Hi Ran,

    It's for anyone finding the subject, given that you and I come to chat with a screen sharing...

    After watching your files, the "chapter number" are really only section numbers, with all 10 of them in the same file FM. That means that really impossible to use the <$chapnum>for many of them and the index.

    In most cases, you would be still able to use the Fm 5.0 manually counting technique paragraphs title with an indicator of the series and the counter (e.g. H:), but you also have a number of positions within blocks of text not included in the stream.

    This seems to be your address update index position correctly.

    So, the only way to get the appropriate index number is to control it manually. You have at least 3 choices:

    1. Enter it manually
    2. Manually enter the AutoNumber box for the index
    3. Enter it manually in the numbering section of the dialing properties tab.

    However, all these things are extra bandages on top of your existing bandages, and I prefer to see the problems resolved instead of the 3 'Hacks' I have provided.

    For the sake of closure, please check the question if this seems to be specific for you.

    Sorry for the bad news (ish)!

    -Matt

Maybe you are looking for

  • I can't get my I pad for power on after updateing.

    I have an I pad 32 GB, I went to update it i0s8.4 and when he was through it powered off and now will not power back on.  I tried hard resetting. but that does nothing.  I tried also simply plug to see if it would show a charge and nothing happens or

  • After account reset white screen again

    After reset, my personal account has changed, the old 23183 is now 33500 and I have the same problem - white screen.

  • Satellite M40-CD/DVD drive disappeared

    My CD/DVD drive has disappeared from my COMPUTER and won't read any CD the CD alone, it will read is the recovery CD. It must be a software problem, but I don't know how to sort. Anyone have any ideas? It's out of warranty so back to toshiba will cos

  • BlackBerry smartphones mass forward?

    is there a way to do a mass before?

  • How to block some users of removable storage device

    I m using windows 7 ultimate (lic) on my pc and have users standrad on it. now I want my STD user does not access any removable device in their connection. But I can't. When I change to the same standard user local group policy and I (user admin) don