Getting country Name using from a Telephone tower

Hi,
We are currently doing a project on iphone where we are in need of country name. We can get this using Mapkit and using google reverse geocoding. But the map kit is not available in 2.0 and googles core reverse geocoding is not consistant. Is there a way to get details of cellID from the nearby telephone tower. This is definately possible using other platforms such as symbian and android not quite sure on iphone.
Any other suggestion are also welcome.
Thanks

I think you should be working more closely with your TCS colleague (as Marcelo pointed out above):  Getting Table names from Query
Per the other thread you'll see that when using Query mode the portions of the select statement are kept separately and could be retrieved for simple queries.  Columns, Tables, FilterExpr, SortExpr, and others would be available to you in the query object (http://help.sap.com/saphelp_mii121/helpdata/en/45/cca31a93696f74e10000000a1553f6/content.htm)
If you are using a FixedQuery you could consider using
[Param.1]
for the FROM clause and then you could simply request document.APPLETNAME.getQueryObject().getParam(1) to retrieve it at runtime, otherwise you will have to parse the Query property string yourself.
Try using
SELECT * FROM [Param.1]
and defaulting the value Employees in the Parameters tab of the Template, then you can easily retrieve this in javascript with the syntax above.

Similar Messages

  • Get Attachment Name and from address of mail in bpel process

    Hi All,
    I am using UMS Adapter to poll email server and  getting the attachment and saving it to local disk.
    In Payload from UMS adapter  i am getting href of the attachment  but I am not able to figure out as to how to get Attachment Name and From Address of a mail in my Bpel process.
    please guide me in getting them .
    Thanks in Advance
    Divyanshu

    1. Double click on your composite receive activity.
    2. Go to Properties tab in your receive activity.
    3. Click "+".
    4. Window that pops up,scroll down and select "jca.ums.from" and store it in some variable say fromAddress (Make sure before adding this property u create fromAddress variable of string data type).
    5. Click OK.
    6. In the same way add property for "jca.ums.msg.content-description" from drop down and assing it to some variable.
    you are good to go.
    Hope this helps.
    Regards,
    Karan
    Oracle Fusion Middleware Blog

  • Get Partition name using 'NLS_CALENDAR=GREGORIAN' shows incorrect year

    I'm trying to get the name of the partition which is the latest one. But using this sql I'm getting something not appropriate. It shows year as 2020 Any help is appreciated.
    SQL> alter session set nls_date_format='YYYY-MM-DD';
    Session altered.
    SQL> SELECT TO_CHAR(TO_DATE(MAX(SUBSTR(PARTITION_NAME, -6)), 'RRMMDD'), 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN')
    FROM DBA_TAB_PARTITIONS
    WHERE table_name= 'T_TEST'
    and table_owner = 'TEST'
    Output:
    TO_CHAR(TO_DATE(MAX(SUBSTR(PAR
    *2020*-09-06 00:00:00
    Structure of the table:
    CREATE TABLE TEST.T_TEST
    MESSAGE_ID VARCHAR2(60 BYTE) NOT NULL,
    MESSAGE_TYPE VARCHAR2(50 BYTE),
    LAST_CHANGE_DT TIMESTAMP(6),
    MESSAGE_TEXT CLOB,
    ACCOUNT_ID VARCHAR2(18 BYTE),
    EVENT_ID VARCHAR2(18 BYTE)
    TABLESPACE TOOLS
    PCTUSED 0
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    PARTITION BY RANGE (LAST_CHANGE_DT)
    PARTITION P_TEST_200904 VALUES LESS THAN (TIMESTAMP'2009-04-15 00:00:00')
    LOGGING
    NOCOMPRESS
    TABLESPACE TOOLS
    LOB (MESSAGE_TEXT) STORE AS
    ( TABLESPACE TOOLS
    ENABLE STORAGE IN ROW
    CHUNK 8192
    PCTVERSION 10
    NOCACHE
    STORAGE (
    INITIAL 64K
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    BUFFER_POOL DEFAULT
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    PARTITION P_TEST_200905 VALUES LESS THAN (TIMESTAMP'2009-05-15 00:00:00')
    LOGGING
    NOCOMPRESS
    TABLESPACE TOOLS
    LOB (MESSAGE_TEXT) STORE AS
    ( TABLESPACE TOOLS
    ENABLE STORAGE IN ROW
    CHUNK 8192
    PCTVERSION 10
    NOCACHE
    STORAGE (
    INITIAL 64K
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    BUFFER_POOL DEFAULT
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    PARTITION P_TEST_200906 VALUES LESS THAN (TIMESTAMP'2009-06-01 00:00:00')
    LOGGING
    NOCOMPRESS
    TABLESPACE TOOLS
    LOB (MESSAGE_TEXT) STORE AS
    ( TABLESPACE TOOLS
    ENABLE STORAGE IN ROW
    CHUNK 8192
    PCTVERSION 10
    NOCACHE
    STORAGE (
    INITIAL 64K
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0
    FREELISTS 1
    FREELIST GROUPS 1
    BUFFER_POOL DEFAULT
    PCTFREE 10
    INITRANS 1
    MAXTRANS 255
    STORAGE (
    INITIAL 64K
    MINEXTENTS 1
    MAXEXTENTS UNLIMITED
    BUFFER_POOL DEFAULT
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;

    Hi,
    Why are you using 'RRMMDD' in your query when your partition name is like P_TEST_<RRRRMM>. This seems to be the issue.
    Regards
    Anurag Tibrewal.

  • Get File name using File Adapter

    Does anyone know how to get the file name that has been picked up so it can be past to a variable so it can be used in the BPEL process.
    cheers
    James

    Hi James,
    Here the STEPS,
    Create File Adapter.
    Add File Adapter Service to Receive Activity.
    Click Receive Activity and goto Adapters Tab.
    Click "Tourch" to get variable names.
    Select Variable -> Process -> Variables and Click on "Create New Variable" icon and give name.
    Select "Message Type" and click "Tourch" icon.
    Now you select "Partner Links" -> FileAdapter WSDL -> Imported WSDL -> Message Type -> InboundHeader_msg and select OK.
    It's done.
    now you can use this Global Variable to get Filename and Directory name.
    Regards,
    Bhavesh Thaker.

  • How to get file name using File adapter Sync read

    Hi All,
    I am using SOA 10.1.3.3 and JDEV 10.1.3.3.
    I have an async bpel process.
    I have to read file name in this process... so i have used file adapter sync read operation.
    How can we get the file name with out payload using sync read.
    For normal read (Inbound Spec)we have UseHeaders="true" property.
    Is there any property for sync read to read the file name.
    Please help me
    Regards
    PavanKumar.M
    Edited by: [email protected] on Oct 27, 2009 11:23 PM

    Hi Eric,
    The info in the link provided by you is for a normal read.
    I need to read he file name using Sync read operation.
    Regards
    PavanKumar.M

  • Getting column names using EJB3.0

    Hi,
    Could someone help me how to get column names in EJB3.0.
    I am having reference to folloiwng ejb.
    @Entity
    @Table(name = "users")
    @org.hibernate.annotations.Entity(dynamicInsert = true, dynamicUpdate = true)
    @SequenceGenerator(name = "users", sequenceName = "users")
    public class User {
    private Long userId;
    private String username;
    @Id
    @GeneratedValue(strategy = GenerationType.AUTO, generator = "users_seq")
    @Column(name = "user_id")
    public Long getUserId() {
    return userId;
    public void setUserId(Long userId) {
    this.userId = userId;
    @NotNull
    @Column(name = "username")
    public String getUsername() {
    return username;
    public void setUsername(String username) {
    this.username = username;
    Thanks in advance

    You shouldn't be getting column names from EJBs.
    You need to know the object, the schema, and how to map one to the other.
    So you should look at the SQL table "users" and map this object to it.
    %

  • Getting column names empty from MS Access database

    Hi,
    I have MS Access intalled in my desktop.I am using aveConnect jdbc driver to connect to MS Access database.
    I am trying to retrieve all the table name and column names of respective tables .
    But when i get column name as empty string when i try to retrieve the column name of a table.
    here is the sample code i use.
    I am getting the column count of a particular table and type of the column.
    It would be nice if some could help me .
    ResultSet ColumnData = meta.getColumns(null, null, "TBLACCOUNT", null);
                   System.out.println( "ColumnData:" +ColumnData);
                   if (ColumnData!= null) {
                        System.out.println("ColumnData not null");
                        ResultSetMetaData rsmd = ColumnData.getMetaData();
                        int columnCount = rsmd.getColumnCount();
                        String columnName = rsmd.getColumnName(1);
                        String columnType = rsmd.getColumnTypeName(1);
                        System.out.println("columnCount is " +columnCount);
                        System.out.println("The name of the first column is: " +columnName);
                        System.out.println("The data type of the first column is: " +columnType);
    thanks
    sheeba

    You're here in a JDBC forum, not a SQL forum. I suggest you to start learning SQL and come back once you have JDBC issues.
    Here is a list of links to all SQL tutorials available on the Internet.
    http://www.google.com/search?q=sql+tutorial

  • How can I get file name using JSTL ?

    Hi,
    I'm now using <c:out value="${pageContext.request.requestURI}"/>
    this return servlet path
    How can I get just file name
    or user path (in location bar) ?
    thanks in advance

    The original uri (before forwarding) is available in a request scoped attribute.
    These attributes are given the values obtained by calling the related method on the original request received by the container.
    javax.servlet.forward.request_uri
    javax.servlet.forward.context_path
    javax.servlet.forward.servlet_path
    javax.servlet.forward.path_info
    javax.servlet.forward.query_stringSo if those two above don't work for you these might.
    <c:out value="${requestScope['javax.servlet.forward.request_uri']}"/>
    <c:out value="${requestScope['javax.servlet.forward.servlet_path']}"/>If these values are null, then the value in the request object is the correct one.
    You mentioned the value in the address bar being a .html file. Do you perchance use framesets? If so the value in the address bar is always the url used to load the frameset, and doesn't change no matter where you travel within those frames. That won't be available to the server, because it has nothing to do with the current request.
    Cheers,
    evnafets

  • How to get display name using PL/SQL

    Hello i whish to know if any one know how get the url and the display name of a page group, i ask this because i what to make a dinamic menu usgin dinamic pages.
    If any one know please let me know
    Best Regards
    Jose.

    Jose -
    Use the view WWSBR_ALL_CONTENT_AREAS.
    The Content views are documented here: http://www.oracle.com/technology/products/ias/portal/html/plsqldoc/pldoc1012/wwsbr_api_view.html
    Regards,
    Candace

  • Getting client name using userenv('terminal') when use of TERMINAL SERVER

    Hi all,
    Is there any way we can get client computer name when we use terminal server. userenv('terminal') giving server name only. How can I get client computer name.
    Thanks in advance

    the report-forum is here :
    Reports

  • Getting base name using shell script

    Im having a few issues using finder and would like to use the shell script "basename" to
    do the work as opposed to finder.
    How would I rewrite this :
    tell application "Finder"
    set anItem to FileToOpen
    tell (info for anItem) to set {tName, tEx} to {name, name extension}
    set baseName to text 1 thru ((get offset of "." & tEx in tName) - 1) of tName
    end tell
    to be used with this:
    set baseName to do shell script "basename " & ???????"
    Hope ive supplied enough info
    Cheers
    Budgie

    set i to alias (the clipboard) -- Expects full path of file or folder, in HFS+ format. This line is for demonstration purpose only.
    set baseName to do shell script ("basename -s ." & (name extension of (info for i)) & " " & (quoted form of (POSIX path of i)))
    if (baseName contains return) then -- Process folder or file without an extension].
    set {oAStid, AppleScript's text item delimiters} to {AppleScript's text item delimiters, return}
    set baseName to text item 2 of baseName
    set AppleScript's text item delimiters to oAStid
    end if
    display dialog baseName buttons {"OK"} default button 1 -- Displays the folder name or file name less any extension. This line is for demonstration purpose only.

  • Avoid printing the Country name in the SAP Script

    Hi All,
    I am printing the address of the ship to  customer in SAP script using ADDRESS and ENDADDRESS. The address is formatting based on the country code that I am passing in the COUNTRY parameter. Everything looks fine. But here my requirement is It has to display the address according to COUNTRY parameter and it should display all the part of the address except country name.
    I  am using the following syntax
    /:   ADDRESS PARAGRAPH AD LINES 7
    /:     NAME     &IT_SOLDTO_ADDRS-NAME1&, &IT_SOLDTO_ADDRS-NAME2&
    /:     STREET   &IT_SOLDTO_ADDRS-STRAS&
    /:     POBOX    &IT_SOLDTO_ADDRS-PFACH&  CODE &IT_SOLDTO_ADDRS-PSTL2&
    /:     CITY     &IT_SOLDTO_ADDRS-ORT01&, &IT_SOLDTO_ADDRS-ORT02&
    /:     POSTCODE &IT_SOLDTO_ADDRS-PSTLZ&
    /:     COUNTRY  &IT_SOLDTO_ADDRS-LAND1&
    /:     REGION   &IT_SOLDTO_ADDRS-REGIO&
    /:   ENDADDRESS
    for example if I pass COUNTRY = 'DE', it is printing country name as 'GERMANY'.
    Please advise me how to avoid the country name alone from printing in the address.
    It is very urgent requirement. Points will be awarded for helpful answers.
    Regards,
    Yellappa.

    Hello.
    Since it's only one script, you can always do it without command address, like this:
    * &IT_SOLDTO_ADDRS-NAME1& &IT_SOLDTO_ADDRS-NAME2&
    * &IT_SOLDTO_ADDRS-STRAS&
    * &IT_SOLDTO_ADDRS-ORT01& &IT_SOLDTO_ADDRS-ORT02&
    * &IT_SOLDTO_ADDRS-PSTLZ&
    If a field is not formatted as your needs, you can always convert it yourself, it's not that hard (in driver program or create a PERFORM in script).
    Hope this solves your problem.
    Best regards.
    Valter Oliveira.

  • Retrieving User name using SAP id

    Hi Experts,
        I want to retrieve my name using my SAP user id. Can anyone say in which table I can find.
    I searched usr01,02,...06 table where I didn't get my user name. But in all session, in title bar I am getting my name. From where it may be taken.
    Thanks and regards,
    Venkat

    Use USR21 and ADR6 tables.
    you can check the same here.
    [Retrieving User name and id|Table for Username & Email address]

  • When compiling in 6.02 I get: "Error 1: Get Section names.vi:\​." (sic)

    The problem occurs (at the very end of compilation)only when compiling one particular bit of code, though reloading a version of that code which had previously compiled, still produced the same error.

    eenok,
    I would try uninstalling the Application Builder and then reinstalling it. I would also try doing a repair of the LabVIEW 6 installation by going to Add/Remove Programs for LabVIEW 6 and selecting the reinstall option.
    I say this because it sounds like either the Application builder files have become corrupted or the VI Get Section Names.vi from the Functions»File I/O»Configuration File VIs have become corrupted somehow.
    Randy Hoskin
    Applications Engineer
    National Instruments
    http://www.ni.com/ask

  • How can I get interface name ?

    Hi there.....
    I wonder that how can I get interface names?
    We can get interface name using by "netstat" or "ifconfig".
    But I don't want to use system() or execl() function.
    Is there any function similar to netstat or ifconfig ?

    See the inet(7P) or inet6(7P) man pages for the
    programatic interface to the interface, to get its
    IP settings, and then look at the
    gethostbyname(3SOCKET) call for IPaddr to hostname
    resolution.

Maybe you are looking for

  • Chunk of Error files

    Hi All, I have so many error files generated under "$OracleHomes/gc_inst/em/EMGC_OMS1/sysman/recv/errors " Can anyone tell me what are these errors ? Can I safely delete these files? Thanks, Imran

  • Apple bluetooth Keyboard/mouse + gaming?

    Hello, I've been trying to find this info on the net but haven't been able to so far... Can anyone with Apple's bluetooth keyboard tell me if its response time is quick enough to make gaming possible? Thanks Loa

  • Display records from database table

    My database table has 495K records i want to display them all in se11 tcode and than download into excel ...but because of huge records it timeout. Do I need to write a program for this? Or is there any other smarter way. Regards, DNP

  • SNMP Traps

    Hi there, I'm trying to configure Oracle SNMP on a Solaris 5.9 box. I've followed the instructions on "Note:94313.1". The start_peer script started successfully the following daemons: (1) master_peer (2) encap_peer (3) snmpdx I have also started the

  • How to make additional attributes mandatory

    Hi Experts, I want to make Additional fields mandatory. I went to CT04 and ticked entry required check box. But this tick gives only a warning message but not the error. How I can achieve the effect like error. I dont want to get DIR saved without Ad