How to find what all languages are supported by particular font ?

Please ................... help !!
i want to dynamically generate a list of languages supported by a given font.
Waiting for reply.
Thanks & Regards
Manish Basotia

Hello Arthur M,
You said:
ok thanks
so in this case what's the serial# ? ;)
I see that every session has an different SID and Serial#.
its looks like redondant information... These info are in combination a unique session identifier. Let's take an example:
SID---SERIAL#---USERNAME
10----22--------USER1
11----10--------USER2
12----24--------USER3
13----25--------USER4
Let's say USER3 disconnects. we now have:
SID---SERIAL#---USERNAME
10----22--------USER1
11----10--------USER2
12----24--------
13----25--------USER4
And now USER5 connects:
SID---SERIAL#---USERNAME
10----22--------USER1
11----10--------USER2
12----25--------USER5
13----25--------USER4
Now, a little explanation.
When a user connects the system gives him a Session IDentifier (SID). But, each time a SID is given to a session, the SERIAL# is increased. THis allows to differentiate sessions. Immagine you just had a look at the sessions at step 1. If you want to kill the session, ods are when you issue the command, you'll be at step 3. If you just identify the session via SID, you just killed the USER5 session. Oops.
Same things appear for locks, enqueues, ...
So the only way to be sure is to have the SID and SERIAL#. SID can be considerred like a "Connexion Slot" and SERIAL# like "The number of times the Connexion Slot has been used".
Hope this helps,
Yoann.

Similar Messages

  • How to Find what all GL assigned to Particular account group ???

    Hi !!! anybody can help me in this issue ... How to Find what all GL assigned to Particular account group ???

    Hi,
    Go to SE16
    Give table name SKA1.
    Give COA
    Give account group and execute.
    All the GL accounts that were assigned to this group are listed.
    Reward points.
    Sarma

  • How to find out all the tables associated with particular T-code or Program

    Hi All,
    In 4.6B we have a transaction code SE49, where we can see all the tables associated with particular Transaction code or Program.
    But in ECC 5.0 or in ECC 6.0 this transaction code is not available.So is there any alternative where i can find out all the tables associated with particular T-code or Program.
    Thanks
    Shubham

    Hi,
    you are right, Transaction SE49 as well as SE48 do not exist anymore I'm afraid, they        
    are discontinued.                                                              
    You might try to create a transaction variant:                                        
    1) Start SE93 to create a transaction variant                                         
    2) Specify a name, eg. ZSE49, and choose the first option:                            
       "program and screen (dialog transaction)                                           
    3) Here specify SAPMSEUZ as program, and 200 as screen number                         
    4) Choose a suitable development class (package) if you want it to be                 
       transportable or Local (=$TMP) if non-transportable                                
    5) press Save                                                                         
    Same applies for SE48, same program but dynpro 100.                                   
    Sorry for not being able the reasons behind the decision to discontinue            
    these transactions. I suppose at least part of the functionality was               
    integrated in SE38.           
    Best regards
    Erika

  • How to find out all the OKCODEs for a particular screen?

    I am working on t-code CL20N and trying to record with t-code SHDB, in the second screen when I press enter it is coming out, but when I run CL20N without SHDB it is going through all the screens perfectly, SHDB is not working for CL20N.
    Is there any other way to find out all the OKCODEs for a particular screen/s?

    Hi,
    First look for any push button or menu item which can take you to the second screen instead of hitting enter directly in tcode CL20N . If any such button exist in the TCode, u can use the same button in SHDB also for moving to the  second screen.
    Thanks,
    Rajinikanth G

  • How to find which all instances are not listed in groups?

    Hi
    We have 68 servers, 150 instances are there. I need to write a query to fetch from OEM repository, all the instances group by GROUP NAME.
    If any one knows how to get this information, which views/tables of sysman we need to touch please let me know ....
    Thanks in advance.
    RK

    SELECT group_name,targeT_name FROM MGMT$GROUP_MEMBERS WHERE target_type='oracle_database'
    ORDER BY group_name
    SELECT group_name,SUM(1) FROM mgmt$group_members WHERE target_type='oracle_database'
    GROUP BY group_name

  • How to find out all Tcode are working poperly  new System?

    Hello All,
    I had installed new SAP system, I want to check all the transaction codes are working poperly  with out any problem.
    Please provide me is there  any FM are Program to check all the tcode are working.
    Regards,
    Swaroop

    Hi,
    you just check below links,
    Re: tcodes for ALE
    Re: Regarding Business Flow of PP,PM,PS,QS Modules
    BDC
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=functionModuletoalltheTcodes&adv=false&sortby=cm_rnd_rankvalue
    Regards,
    Anki Reddy

  • What query languages are supported by SSAS?

    Hi there,
    I am currently writing a paper on Microsoft SSAS and I was wondering if I could ask the Microsoft moderators and the community for some information concerning the languages supported by SSAS.
    I understand that SSAS supports both MDX for multidimensional and DAX for tabular models. Hoever, can I use any other language to query data?
    For instance? Is it fair to sayt that I could I use T-SQL to query data? If so, do I need to have a specific storage mode configured (i.e.: ROLAP) or could I use T-SQL for queries regardless if I am using ROLAP, HOLAP or even MOLAP?
    Also, is it correct to include LINQ in this category, as well as XML for analysis?
    If you could provide some literature in your answer that would be great (but no sweat if you can't).
    Best Regards,
    P.

    Yes, the dialect of SQL supported is very, very limited.
    Don't forget that SSAS also supports DMX for data mining. You can also use this to query your cube, but again it's not pretty - see
    http://cwebbbi.wordpress.com/2009/05/20/joining-the-results-of-two-mdx-queries-together/ for example.
    Regarding LINQ, there's at least one third-party product that allows you to use it on top of cubes:
    http://www.agiledesignllc.com/Products.htm
    Finally, the very latest versions of SSAS 2012 Multidimenionsional can be queried with DAX as well as MDX (which means that both Tabular and Multidimensional models can be queried with either DAX or MDX):
    http://cwebbbi.wordpress.com/2013/06/02/analysis-services-multidimensional-now-works-with-power-viewand-why-thats-important/
    Chris
    Check out my MS BI blog I also do
    SSAS, PowerPivot, MDX and DAX consultancy
    and run public SQL Server and BI training courses in the UK

  • How to find what are triggers are present in the database?

    Hi All
    Can any one tell me how to find what all triggers present in the database.
    Thanks in Advance

    Hi All
    Can any one tell me how to find what all triggers
    present in the database.
    Thanks in AdvanceYou should visit Pythia, the Oracle of Delphi, near Thermopile in Greece. She might be able to give you an answer. Pythia was an early leader in executive decision support systems and is not to be confused with the Oracle Corp. of Redmond, CA. Pythia also has a group of helpful colleagues in Toronto. Rumor is that they're also making predictions by inhaling laurel vapors. SQL, as you know, stands for "Said Quixotically on Laurel".

  • How to find out names of reports using a particular view

    hi guys,
    i am newbie here, i jsut want to know how to find out which reports are using a particular view
    many thanks in advance for your help

    If you go to the Properties for the Folder in Discoverer Administrator, there is a Dependents tab that should list any workbooks using the folder. This only works for workbooks saved to the database, so won't help with any created using Discoverer Desktop. If you are gathering statistics and have the The Discoverer V5 EUL business area and its workbooks installed, it can tell you about Folders Used as well. It contains information about queries run whether the workbook is saved to the database or to the file system, but wouldn't contain inforamation about workbooks that had been created but not run.

  • How to find what are all the rules and events are monitoring for specific server in SCOM 2007

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.

    how to find what are all the rules and events are monitoring for specific server in SCOM 2007.
    I need to know what are all the events, services, and rules are monitored for the specific server.
    Kindly help me friends.
    Thanks for the question Sandoss. This is something that we all come across at sometime.
    Thanks & regards, Sumit Agrawal
    The lack of this feature is an inexcusable oversight for an enterprise management product.  They have some serious lightweights making design decisions on the SCOM team. 5 thumbs down. 
    BTW the answer is probably LOTS of stuff. Literally 100's of workflows are running on any server. 
    The following OpsMgr DB query will list all running monitors on a server. Change the name of @srv. I think this works pretty well.  I'd like some feedback if something is missing.
    DECLARE @srv varchar(30)
    SET @srv = 'your name here'
    SELECT mon.displayName as monitor, bme.FullName,bme.DisplayName as object,
    case
        when s.HealthState = 1 then 'healthy'
        when s.HealthState = 2 then 'Warning'
        when s.HealthState = 3 then 'Critical'
        else 'N/A'
    end as Health
    FROM state AS s WITH (NOLOCK)
    left join BaseManagedEntity as bme WITH (NOLOCK) on s.basemanagedentityid = bme.basemanagedentityid
    left join dbo.MonitorView Mon WITH (NOLOCK) on Mon.ID = s.monitorid
    where
    bme.FullName like '%' + @srv + '%'
    and s.HealthState <> 0
    and mon.IsInternalRollupMonitor = 0
    and mon.IsExternalRollupMonitor = 0
    order by bme.DisplayName, mon.displayName

  • HT5622 how can I find what the charges aree to my credit card from the apple store? I get multiple charges every month and don't know what they are for...I want to cancel whatever is being charged to me...how do I do it?

    how can I find what the charges aree to my credit card from the apple store? I get multiple charges every month and don't know what they are for...I want to cancel whatever is being charged to me...how do I do it?

    Have a look at this link
    http://support.apple.com/kb/ht2727

  • How to Find what are tables and "Table Name" in particular "Data File"

    hi Team,
    I have one database that database 300 gb size , this database having 6 ndf files ,
    here How to Find  what are the tables and  "Table Name"  in particular "Data File"[.ndf]

    Hi,
    In addition to Prashanth’s suggestion, you can also use the following Transact-SQL statements to get more detailed information including  all objects and indexes per Filegroup / Partition and allocated data size of databases.
    The script can work with Microsoft SQL Server 2005 and higher version in all Editions. For more details, please review this article:
    List all Objects and Indexes per Filegroup / Partition.
    -- List all Objects and Indexes
    -- per Filegroup / Partition and Allocation Type
    -- including the allocated data size
    SELECT DS.name AS DataSpaceName
    ,AU.type_desc AS AllocationDesc
    ,AU.total_pages / 128 AS TotalSizeMB
    ,AU.used_pages / 128 AS UsedSizeMB
    ,AU.data_pages / 128 AS DataSizeMB
    ,SCH.name AS SchemaName
    ,OBJ.type_desc AS ObjectType
    ,OBJ.name AS ObjectName
    ,IDX.type_desc AS IndexType
    ,IDX.name AS IndexName
    FROM sys.data_spaces AS DS
    INNER JOIN sys.allocation_units AS AU
    ON DS.data_space_id = AU.data_space_id
    INNER JOIN sys.partitions AS PA
    ON (AU.type IN (1, 3)
    AND AU.container_id = PA.hobt_id)
    OR
    (AU.type = 2
    AND AU.container_id = PA.partition_id)
    INNER JOIN sys.objects AS OBJ
    ON PA.object_id = OBJ.object_id
    INNER JOIN sys.schemas AS SCH
    ON OBJ.schema_id = SCH.schema_id
    LEFT JOIN sys.indexes AS IDX
    ON PA.object_id = IDX.object_id
    AND PA.index_id = IDX.index_id
    WHERE OBJ.type_desc='USER_TABLE'-- add this WHERE clause to display the information of user tables
    ORDER BY DS.name
    ,SCH.name
    ,OBJ.name
    ,IDX.name
    Thanks,
    Lydia Zhang

  • After several years of taking photos(thousands) I seem to have many duplicate photos in iPhoto. How do find them all without going through 10,000 photos? they are mostly scanned photos that I have reused over the years

    after several years of taking photos(thousands) I seem to have many duplicate photos in iPhoto. How do find them all without going through 10,000 photos? they are mostly scanned photos that I have reused over the years not ones that I have recently uploaded from my camera.
    Thanks whoever can help

    Where are you seeing these duplicates?  In the iPhoto window or in the Finder? 
    OT

  • How to find list of languages installed in the SAP system?

    Hi All,
    Please tell me, how to find list of languages installed in the SAP system?
    Thanks and Regards,
    Kumar.

    Hi Virgo Rhyme
    Hope the following info will be helpful
    3rd - SAP is the 3rd largest software company in the world
    30,000 - Total number of people employed by SAP
    5,400 - Number of programmers employed by SAP
    $7.024 billion - FY03 Revenue
    $1.077 million - FY03 Net Income
    12,000 - Number of companies using SAP
    79,800 - Number of SAP installations
    12,000,000 - Number of people using SAP
    120,000,000 - Total number of people in the 12,000 companies who are using SAP
    28 - Number of languages supported by SAP
    46 - Number of country-specific versions of SAP
    22 - Number of industry-specific versions of SAP
    1,000 - Number of pre-defined best practices contained in the SAP system
    10,000 - Number of tables requiring configuration in a full SAP implementation
    55,000 - Number of SAP experienced consultants worldwide
    28 - Number of years ago SAP was started
    Reward if helpful
    Regards
    Lakshman

  • Where can I find what phone loads are compatible with CME?

    I recently upgraded one of our CME systems to CME v10.0
    I noticed that even though the CMEv10 Supported Firmware page says the compatible phone load for my 7911 phones is 9-2-1TH1-13,
    my 7911's running phone load 8-4-3-16 all seem to be registering and running just fine.
    So I must conclude that 7911 phone load 8-4-3-16 is compatible with CME v10.0
    Where can I go to find out what phone load versions are compatible with CME or perhaps, at least, where I can find what phone loads are no longer supported by a version of CME?

    Hi Jared,
    Specific CME versions are tested with the versions listed on the "requirements" doc like the one you mentioned (linked below), but are not limited to those firmware versions. The phone loads/firmware is completely independent from the CME/IOS version. And it is often appropriate to upgrade or downgrade phone firmware levels on CME and is fully supported :)
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme10spc.html
    I would look at upgrading the 8-4-3 firmware for the 7911's BUT you will need to move to an interim mid-point release like 8-5-2 as a first step due to the "important notes" shown here;
    Firmware Upgrade Issues for SCCP
    Note For all SCCP firmware upgrades from firmware release versions earlier than 8.3(3) to version 8.5(3) or greater, you must first upgrade your firmware to version 8.5(2). Once you have upgraded to version 8.5(2), you can upgrade your IP Phone to version 8.5(3) or later.
    http://www.cisco.com/en/US/docs/voice_ip_comm/cuipph/firmware/8_5_3/english/release/notes/7900_853.html#wp57602
    Cheers!
    Rob

Maybe you are looking for

  • How to deactivate a shared Hard drive on Airport Extreme - keeps sleeping

    was curious if anyone one knows how to temporally deactivate a shared Hard drive on Airport Extreme - keeps sleeping every 30mins and have to wait 12 second for the drive to spin up and wait for the beach ball to stop spinning. Getting really aggrava

  • Query related to supplier registration

    Hi, During the supplier registration process can we rate the supplier based on the questionnaire  which they have completed and submitted, means is it possible to convert the data i recieve from the supplier in the questionnaire to numberic format an

  • IPAD 2 attachment problem (mime) -exchange 2003

    I 'm using exchange 2003 server with activesync support. The majority of the attachments sent to ipad are not showing pdf, xls etc (I get only the mime icon). I tried using different mail format as suggested by apple html, rtf, plain still not workin

  • BEx Broadcaster Question

    Hello All. Just a quick question since i'm getting inpatient. I'm trying to set up schedules thru bex broadcaster thru the BI Portal. Is there any other way to do this?  Meaning is there a tran code i can go to in the system and do the same. This jus

  • Connecting iPod 5th Generation to iBook

    Hello, I've got a problem. I don't know, if I'm able to connect my iPod Video (newest version, 30gb) to my iBook. It has USB 1.1 and FireWire 400. thanks in advance! cheers! Martijn ibook G3 466 MHz Key Lime   Mac OS X (10.3.9)