Big issue with decimal separator

regional settings of machine where client & server reside are for european country (decimal separator is ",")
sap b1 decimal separator is set also for ",".
exception occurs when I set in code, for a edittexts' datasource of type SUM a decimal value using ",". If I set the value using "." it works. how the $%#$% is this possible?

Hi Pls Use This
    For Decimal Separator other than . we need to Code to Convert , See This Code Below and Do the Code
Private Function ReturnQty(ByVal Qty As String) As String
Dim strQty As String
Dim strSQL As String
Dim strSeprtr As String
Dim objRS As SAPbobsCOM.Recordset
strSQL = "SELECT ThousSep FROM OADM"
Set objRS = oSBC.oDICompany.GetBusinessObject(BoRecordset)
objRS.DoQuery (strSQL)
If Not objRS.EOF Then
        strSeprtr = objRS.Fields.Item("ThousSep").Value
End If
If strSeprtr = "," Then
ReturnQty = Qty
ElseIf strSeprtr = "'" And Len(Qty) <= 6 Then
Qty = Replace(Qty, ",", ".")
'Qty = Replace(Qty, ",", ".")
ReturnQty = Qty
Qty = Qty
ElseIf strSeprtr = "'" Then
Qty = Replace(Qty, "'", "")
'Qty = Replace(Qty, ",", ".")
ReturnQty = Qty
Qty = Qty
ElseIf strSeprtr = "." And Len(Qty) <= 6 Then
Qty = Replace(Qty, ".", ",")
Qty = Replace(Qty, ",", ".")
ReturnQty = Qty
ElseIf strSeprtr = "." Then
Qty = Replace(Qty, ".", "")
Qty = Replace(Qty, ",", ".")
ReturnQty = Qty
End If
End Function
Mohamed Zubair

Similar Messages

  • ODI-HFM issue with decimal separator

    Hi all,
    We are extracting data from an HFM application A and loading into an HFM application B.
    Example:
    Data extracted from applicaiton A = 21.742.139,55
    Data loaded to application B (verified from Explore Data and Smart View) = 2.174.213.955,00
    Is data loading with ODI-HFM taking the regional settings?
    Any suggestions?
    If we extract data with HFM Client (logged on with the same user configured in HFM Data server) from application A and load it into application B, data is correct in application B.
    Current configuration is:
    - User preferences for HFM Application A
         * Decimal separator = ","
         * Thousands separator = "."
    - User preferences for HFM Application B
         * Decimal separator = ","
         * Thousands separator = "."
    - Regional settings of the server where the agent is running (English US)
         * Decimal separator = "."
         * Thousands separator = ","
    This setting is the same for all HFM application servers
    - ODI Datastore HFMDatastore
         * Decimal separator set to "," (this setting was changed to see if solved the issue)
    - ODI Datastore for staging table
         * Decimal separator set to "," (this setting was changed to see if solved the issue)
    - Language Settings for DB (American English)
    Thanks in advance!

    Hi Pls Use This
        For Decimal Separator other than . we need to Code to Convert , See This Code Below and Do the Code
    Private Function ReturnQty(ByVal Qty As String) As String
    Dim strQty As String
    Dim strSQL As String
    Dim strSeprtr As String
    Dim objRS As SAPbobsCOM.Recordset
    strSQL = "SELECT ThousSep FROM OADM"
    Set objRS = oSBC.oDICompany.GetBusinessObject(BoRecordset)
    objRS.DoQuery (strSQL)
    If Not objRS.EOF Then
            strSeprtr = objRS.Fields.Item("ThousSep").Value
    End If
    If strSeprtr = "," Then
    ReturnQty = Qty
    ElseIf strSeprtr = "'" And Len(Qty) <= 6 Then
    Qty = Replace(Qty, ",", ".")
    'Qty = Replace(Qty, ",", ".")
    ReturnQty = Qty
    Qty = Qty
    ElseIf strSeprtr = "'" Then
    Qty = Replace(Qty, "'", "")
    'Qty = Replace(Qty, ",", ".")
    ReturnQty = Qty
    Qty = Qty
    ElseIf strSeprtr = "." And Len(Qty) <= 6 Then
    Qty = Replace(Qty, ".", ",")
    Qty = Replace(Qty, ",", ".")
    ReturnQty = Qty
    ElseIf strSeprtr = "." Then
    Qty = Replace(Qty, ".", "")
    Qty = Replace(Qty, ",", ".")
    ReturnQty = Qty
    End If
    End Function
    Mohamed Zubair

  • TS1398 I have the ipad retina display version - I have a BIG issue with this when out and about that on about 50% of the time will it see my HTC mobile WiFi hotspot - rebooting either, or both devices doesn't cure the problem it drives me MAD!!!!

    I have the ipad retina display version - I have a BIG issue with this when out and about, that only about 50% of the time will it see my HTC mobile WiFi hotspot - rebooting either, or both devices doesn't cure the problem it drives me MAD!!!!
    The HTC hotspot works fine with everything else I connect to it.
    Also - ipad will not connect to my HTC via bluetooth. Again, I can connect to everything else with my HTC other than my ipad.
    I have to say this is my first venture into Apple products and I have always wanted to get away from my windows based laptop to get a MacBook, the problems I have had (flash player etc) & continue to have (as above) are putting me right off swapping over. I HATE technology that doesn't work and my ipad has been hard work!

    I stated my ipad as being an ipad2, but I now think it is a 3??? It was new Jan this year and is the 64gb retina display version.
    I really would like to get to the bottom on this problem wit mobile hotspots as it is sitting on my desk next to me now and I cannot get it to connect to my HTC mobile hotspot!!!! It might be taking a flying lesson soon at this rate!!! Grrrrrrr...........

  • Big issue with playing Flash movie in IE 6.0 with Windows SP2

    This is a multi-part message in MIME format.
    ------=_NextPart_000_006E_01C699E5.68468390
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    I face a big issue with Flash 8 movies playing in IE6 with
    Windows XP =
    SP2, as follows :
    I have created a menu with a Flash movie for each button and
    a movie =
    with scrolling images,
    and when the HTML page opens we need to click once on the
    button or the =
    scrolling images=20
    to make-it working.
    see :
    http://piscine-et-spa.cybergraphik.net
    Useless to say that the same movies are playing well in IE6
    with Windows =
    SP1 !...
    Anybody can help ?
    Thanks.
    ------=_NextPart_000_006E_01C699E5.68468390
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.2800.1555"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DVerdana size=3D2>I face a big
    issue with =
    Flash 8 movies=20
    playing in IE6 with Windows XP SP2, as follows
    :</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>I have created
    a menu with a Flash =
    movie for each=20
    button and a movie with scrolling
    images,</FONT></DIV>
    <DIV><FONT face=3DVerdana size=3D2>and
    w</FONT><FONT face=3DVerdana =
    size=3D2>hen the=20
    HTML page opens we need to click once on the button or the
    scrolling =
    images=20
    </FONT></DIV>
    <DIV><FONT face=3DVerdana size=3D2>to make-it
    working.</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>see : <A=20
    href=3D"
    ergraphik.net</A></FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>Useless to say
    that the same movies =
    are playing=20
    well in IE6 with Windows SP1 !...</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>Anybody can
    help ?</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana
    size=3D2>Thanks.</FONT></DIV></BODY></HTML>
    ------=_NextPart_000_006E_01C699E5.68468390--

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0018_01C69A05.5FA39D70
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    You've run into the famous IE Flash fix implemented in SP2.
    Supposed to =
    be a security thing .. yeah .. right. Upgrade Dreamweaver to
    8.02 to =
    get the fix implemented in the program or visit the technote
    here:
    http://www.adobe.com/devnet/activecontent/articles/devletter.html
    Just don't forget to upload the Scripts folder and file. :)
    --=20
    Nancy Gill=20
    Adobe Community Expert
    BLOG:
    http://www.dmxwishes.com/blog.asp=20
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)=20
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A =
    Beginner's=20
    Guide, Mastering Macromedia Contribute=20
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web =
    Development=20
    "Pascal" <[email protected]> wrote in message =
    news:[email protected]...
    I face a big issue with Flash 8 movies playing in IE6 with
    Windows XP =
    SP2, as follows :
    I have created a menu with a Flash movie for each button and
    a movie =
    with scrolling images,
    and when the HTML page opens we need to click once on the
    button or =
    the scrolling images=20
    to make-it working.
    see :
    http://piscine-et-spa.cybergraphik.net
    Useless to say that the same movies are playing well in IE6
    with =
    Windows SP1 !...
    Anybody can help ?
    Thanks.
    ------=_NextPart_000_0018_01C69A05.5FA39D70
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.2900.2912"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3DArial size=3D2>You've run into
    the famous IE Flash fix =
    implemented=20
    in SP2.  Supposed to be a security thing .. yeah ..
    right.  =
    Upgrade=20
    Dreamweaver to 8.02 to get the fix implemented in the program
    or visit =
    the=20
    technote here:</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2><A=20
    href=3D"
    http://www.adobe.com/devnet/activecontent/articles/devletter.html=
    ">
    http://www.adobe.com/devnet/activecontent/articles/devletter.html</A></=
    FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>Just don't
    forget to upload the Scripts =
    folder and=20
    file.   :)</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV><FONT
    face=3DArial =
    size=3D2>
    <DIV><BR>-- <BR>Nancy Gill <BR>Adobe
    Community Expert<BR>BLOG:  <A=20
    href=3D"
    asp</A>=20
    <BR>Author:  Dreamweaver 8 e-book for the DMX
    =
    Zone<BR>Co-Author: =20
    Dreamweaver MX: Instant Troubleshooter (August, 2003)
    <BR>Technical=20
    Editor:  DMX 2004: The Complete Reference, DMX 2004:
    A Beginner's=20
    <BR>Guide, Mastering Macromedia Contribute
    <BR>Technical Reviewer: =
    Dynamic=20
    Dreamweaver MX/DMX: Advanced PHP Web Development </DIV>
    <DIV> </DIV>
    <DIV></FONT> </DIV>
    <BLOCKQUOTE dir=3Dltr=20
    style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT:
    5px; =
    BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV>"Pascal" &lt;<A=20
    href=3D"mailto:[email protected]">[email protected]</A>&gt;
    =
    wrote in=20
    message <A=20
    =
    href=3D"news:[email protected]">news:e7r16q$7ko$1@forums=
    .macromedia.com</A>...</DIV>
    <DIV><FONT face=3DVerdana size=3D2>I face a big
    issue with=20
    Flash 8 movies playing in IE6 with Windows
    XP SP2, as =
    follows=20
    :</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>I have
    created a menu with a Flash =
    movie for=20
    each button and a movie with scrolling
    images,</FONT></DIV>
    <DIV><FONT face=3DVerdana size=3D2>and
    w</FONT><FONT face=3DVerdana =
    size=3D2>hen the=20
    HTML page opens we need to click once on the button or the
    scrolling =
    images=20
    </FONT></DIV>
    <DIV><FONT face=3DVerdana size=3D2>to make-it
    working.</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>see :
    <A=20
    =
    href=3D"
    ergraphik.net</A></FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>Useless to
    say that the same movies =
    are playing=20
    well in IE6 with Windows SP1 !...</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana size=3D2>Anybody can
    help ?</FONT></DIV>
    <DIV><FONT face=3DVerdana
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DVerdana =
    size=3D2>Thanks.</FONT></DIV></BLOCKQUOTE></BODY></HTML>
    ------=_NextPart_000_0018_01C69A05.5FA39D70--

  • Since Nov 11 we have very big issues with our emails received via exchange server. Part of them are empty

    Since Nov 11 all Iphone and Ipad of our company have very big issues with email synchronization. We all synchronized with Exchange server.
    In the past nobaody had issue.
    Some of our users have IOS 6 and others IOS 5
    Messages arrived empty and it is impossible to download them.
    Nobody is able to answer ????
    I have the same issue with my personnal Ipad synchronized with exchange also.

    This resolution have to attend at the server not with the ios device. My employer's mail administrator reject me to correct it from the server. As his concern is, if ither ios devices works why don't mine? So I am helpless than changing my iphone. It works fine for early versions of ios and with androids. And also one of my friends iphone4 with ios 7 (similar as mine) works too. So I guess it's something wrong with my iPhones settings. But basic question I cannot understand is it works in my phone before this ios7 upgrading. And currently working with my yahoo account too. Favourable reply expected.

  • Issue with field separator in GUI_UPLOAD

    Hello Gurus
    I am facing issue with gui_upload. I have a text file in which the fields are eparated by single Pipe  i.e |. Now when I try to read the data from file in internal table even with using field separator it does not insert data in proper fields.
    DATA: BEGIN OF IT_TAB OCCURS 0,
          OBJECT_ID type string,
          VERSION_SERIES_ID TYPE string,
          VERSION_NUMBER TYPE string,
          REVISION TYPE string,
          DOC_NUMBER TYPE string,
          DOCTITLE TYPE string,
          FILESIZE TYPE string,
          MIME_TYPE TYPE string,
          PLANTUNIT TYPE string,
          END OF IT_TAB.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = w_mpath
        FILETYPE                      = 'ASC'
        HAS_FIELD_SEPARATOR           = '|'
      HEADER_LENGTH                 = 0
       READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
      NO_AUTH_CHECK                 = ' '
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
      TABLES
        DATA_TAB                      = it_tab[]
    EXCEPTIONS
       FILE_OPEN_ERROR               = 1
       FILE_READ_ERROR               = 2
       NO_BATCH                      = 3
       GUI_REFUSE_FILETRANSFER       = 4
       INVALID_TYPE                  = 5
       NO_AUTHORITY                  = 6
       UNKNOWN_ERROR                 = 7
       BAD_DATA_FORMAT               = 8
       HEADER_NOT_ALLOWED            = 9
       SEPARATOR_NOT_ALLOWED         = 10
       HEADER_TOO_LONG               = 11
       UNKNOWN_DP_ERROR              = 12
       ACCESS_DENIED                 = 13
       DP_OUT_OF_MEMORY              = 14
       DISK_FULL                     = 15
       DP_TIMEOUT                    = 16
       OTHERS                        = 17
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    I want the data to get appended in internal table based on | separator.
    Please help.
    Regards,
    Rajesh.

    Hi,
    I believe the field separator parameter will work for Excel files..You have to get the internal table in a string format..and then use split statement..
    check this example..
    DATA: BEGIN OF it_tab OCCURS 0,
           object_id TYPE string,
           version_series_id TYPE string,
           version_number TYPE string,
           revision TYPE string,
           doc_number TYPE string,
           doctitle TYPE string,
           filesize TYPE string,
           mime_type TYPE string,
           plantunit TYPE string,
         END OF it_tab.
    DATA: t_tab   TYPE TABLE OF string,
          v_string TYPE string.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        filename                = 'C:\TEST.TXT'
    *    has_field_separator     = '|'          "Actually not required.
      TABLES
        data_tab                = t_tab
      EXCEPTIONS
        file_open_error         = 1
        file_read_error         = 2
        no_batch                = 3
        gui_refuse_filetransfer = 4
        invalid_type            = 5
        no_authority            = 6
        unknown_error           = 7
        bad_data_format         = 8
        header_not_allowed      = 9
        separator_not_allowed   = 10
        header_too_long         = 11
        unknown_dp_error        = 12
        access_denied           = 13
        dp_out_of_memory        = 14
        disk_full               = 15
        dp_timeout              = 16
        OTHERS                  = 17.
    IF sy-subrc <> 0.
    ENDIF.
    LOOP AT t_tab INTO v_string.
      SPLIT v_string AT ','
            INTO
            it_tab-object_id
            it_tab-version_series_id
            it_tab-version_number
            it_tab-revision
            it_tab-doc_number
            it_tab-doctitle
            it_tab-filesize
            it_tab-mime_type
            it_tab-plantunit.
      APPEND it_tab.
      CLEAR: it_tab.
    ENDLOOP.
    Thanks
    Naren
    Edited by: Narendran Muthukumaran on Oct 15, 2008 4:58 PM

  • Big Issue With Safari! Help!

    Hello, I have a Toshiba laptop with Windows Vista and I decided to download apple safari web browser but I am having a big issue, every time I open Safari it pop up a window saying ''Safari has stopped working, windows will find a solution for the problem'' but it never finds any solution. please help!
    My laptop:
    Toshiba A215-S4767
    2gb ram
    AMD Turion 64 x2 mobile technology @ 2.2GHZ
    250gb HD + 80 GB external drive
    Ati Radeon X1200 with 128 mb
    High Definition 15'4 Screen
    Realtek High Definition Audio
    Please Help!

    Probably the reason you have not had a response is because within this forum there is a long list of threads that talk about the issue and a resolution...
    This is what I suggest...
    Go here... http://filehippo.com/download_safari/
    Download and install all versions up until 3.0.3..
    This should leave you with a working version of Safari... 3.0.4 for some reason will not open and run on various Windows Systems...
    I am using version 3.1 525.6 from the ADC site.. they are currently at 525.9..
    I had the same exact problem... I stayed at version 3.0.3 because of the same problem. I installed version 3.1 525.6 from ADC and had really good luck and good speed increases with application opening...
    You must follow these instructions carefully...
    Uninstall Safari from your system.. Then look for all traces with your Documents and settings Folders for Safari ... These folders and files must be deleted and completely removed from your system first.. Then start installing from Beta 1 - Version 3.0.3..
    The version I am using is downloaded from the ADC site, these versions cannot be released by anyone but ADC, and therefore I cannot link you to any of these versions...It is a violation of the ADC Membership Agreement..
    If you search the forums for threads of a similar nature you should start finding information on how to fix it for your system but read through everything first...
    Message was edited by: heath28m
    Message was edited by: heath28m

  • BIG Issue with SAFARI

    Hello, I have a Toshiba laptop with Windows Vista and I decided to download apple safari web browser but I am having a big issue, every time I open Safari it pop up a window saying ''Safari has stopped working, windows will find a solution for the problem'' but it never finds any solution. please help!
    My laptop:
    Toshiba A215-S4767
    2gb ram
    AMD Turion 64 x2 mobile technology @ 2.2GHZ
    250gb HD + 80 GB external drive
    Ati Radeon X1200 with 128 mb
    High Definition 15'4 Screen
    Realtek High Definition Audio
    Please Help!

    If this question is pertaining to Vista not finding a solution to the problem then it probably will not, if it did it would provide you with a link to the Apple site for an updated version of the software.
    Since this is a beta software there will probably not be a solution found for the following reasons...
    1. Safari is still in BETA stage for testing purposes.
    2. Microsoft is not going to issue a patch.
    3. Final solutions to program incompatibility, system settings, setup, and issues with components have not been finalized. This cannot be documented with final instructions on how to fix the issue or update to the next version since an official version has not been released.
    4. Current support for Safari BETA for Windows is currently given in this forum until that day arrives. Given a thorough look and search of the forums will render several resolutions for your possible issue, being that it could actually be several. Like many of us have done, we have found solutions. links, and ways to get the browser running on systems such as Windows XP Professional, SP2, Vista, and Vista SP1.
    5. If you are having a problem with Vista, I would look to Microsoft Support for the answer. Many really good resources there as I have been there quite a few times and did not even have to make a post to find a solution for my XP system, which did the same thing to me when installing and trying to run version 3.0.4 of the program.
    Search the forum thread for 'Safari crashes', there were three threads I posted in and in which I have found the solution to my issue by reading and following the problem as it developed...
    Hope this helps.
    Message was edited by: heath28m

  • Big Issue with access applicationwise using SSO (windows AD)

    Hello BO Guru's,
    I have one big issue. i will try to explain my scenario here in brief.
    Scenario
    Currently we have 3 application A,B & C in production and SSO is configured using windows AD auth
    application -> User group -> Access -> Win AD group
    A | UG1 | Infoview | WD1
    B | UG2 | Infoview | WD2
    C | UG3 | WebIntl | WD3
    Here Infovew acces refers to: View objects & refresh object of applicationwise.
    WebI refers infoview access in addition to that copy document from corporate to personal folder\ category and scheduling access.
    Note: corporate Folder\category & universe\connection right given appropriately.
    Issue
    Suppose user a belong to WD1 means wuld have access to application A with infoview access. now after some time i.e. 2-3 days when user a is deleted from WD1 and and added to WD3 means would have access to application C with WEbi access. But issue is
    When user a logs on to infoview sometimes appllication A is also visible along with application C  which is not correct securitywise. 
    Could you please help me as how resolve it? and please share your views if anybody has faced same prob before 
    I think some where userwise security setting will be stored causing same.
    Thanks & Regards

    Many Thanks Julian Jimenez,
    FYI, I am on BOXI R3.1 with FP1.8
    I dont have access to SIA to restart CMS.
    any i will get it done.
    But what i was thinking of, there would be some cache maintned for user profiles  of last logins. so it may remember last user profile login which may causing apllication A still shown under corporate folder for him\her.
    But i am not able to get how can i achieve it?
    Please share some workaround if any body has faced same issue before.
    Thanks & Regards
    Edited by: naughtychintu19 on Sep 14, 2011 12:23 PM
    Edited by: naughtychintu19 on Sep 15, 2011 8:59 AM

  • I'm having a big issue with scripts and sites I need.

    I am an Etsy shop owner and always been able to access my shop just fine all the sudden about three weeks ago I cannot log in to my shop on ff. I can view the Etsy site but when I try to log in it just loads and loads and will not let me. I know it is the script bc I added a script turn off add on and I could log on but Etsy will not let you have it turned off to edit items if your shop so I had to download chrome just to go to my shop which is annoying, I do not like chrome.
    Other than that a few more sites like creative market and a few blogs will not load anymore for me. I have already re-set and that did not work. Also I get a lot of script not responding plugin popups that freeze and crash. This is really annoying. Does anyone know a fix? Thanks..

    You can try basic steps like these in case of issues with web pages:
    Reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and only cookies from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Problem with decimal separator

    How to change default settings for decimal and group separators?
    Example:
    - 10g database
    - APEX v.3.1.2.00.02
    0.00: S H O W: application="1" page="6" workspace="" request="" session="1327891581523707"
    0.00: Language derived from: FLOW_PRIMARY_LANGUAGE, current browser language: hr
    0.01: alter session set nls_language="*CROATIAN*"
    0.01: alter session set nls_territory="*CROATIA*"
    0.01: NLS: CSV charset=*EE8MSWIN1250*
    *0.01: ...NLS: Set Decimal separator="."*
    *0.01: ...NLS: Set NLS Group separator=","*
    - 11g database
    - APEX v.3.1.2.00.02
    0.00: S H O W: application="1" page="6" workspace="" request="" session="124256584707880"
    0.00: Language derived from: FLOW_PRIMARY_LANGUAGE, current browser language: hr
    0.00: alter session set nls_language="*CROATIAN*"
    0.00: alter session set nls_territory="*CROATIA*"
    0.00: NLS: CSV charset=*EE8MSWIN1250*
    *0.00: ...NLS: Set Decimal separator=","*
    *0.00: ...NLS: Set NLS Group separator="."*
    Both applications are same and in both applications Application Primary Language globalization attribute is set to Croatian (hr) but I'm getting different decimal and group separators.
    Querying v$nls_parameters view I saw that, in first case NLS_NUMERIC_CHARACTERS parameters are set same on database and apex ('.,') but in second case they are different. On database is '.,' but on apex application ',.'
    Why?
    Please help!

    Make changes in the regional configurations of your PC.
    Maybe its solve your problem.

  • Big issues with Leopard and writing to NAS units or Windows servers

    Quick run down of the issues
    1st client has a number of G5's all running 10.5.2
    NAS units running embedded Windows SBS 2003 or Windows Storage .
    All shares have worked fine before the macs were upgraded to Leopard.
    Now the macs can see the shares, mount and write to the folders. But immediately afterwards all inherited permissions are stripped from the folders/files and only the owner of the file/folder can access them. All other mac users have no access. It seems that Leopard is ignoring the inherited permissions of the share and just applying its own.
    2nd Client
    Number of imacs running 10.5.2. Can see the mac shares on the server running Windows SBS 2003 fine. The minute any files are copied you get the progress of the items being copied, seems to appear on the server and then just hangs.
    In most circumstances the copying crashes the whole server.
    Have tried binding the imacs to AD, but no joy. SMB sharing (with Appletalk turned off) dosent help either.
    Somewhere there seems to be some gremlins with AFP and windows shares
    Anyone have similar issues or bright ideas ?

    Alright I'm running into the same issue with my iMac 10.5.2 connecting to windows server 2003 r2. I'm about to go nuts, I can log on to the server, open files manipulate them and sometimes I'm able to save that file back to server but I'm unable to transfer almost anything new to the server, (I can create new folders though). When you try to transfer something to the server I get "progress of the items being copied, seems to appear on the server"... then it hangs, a corrupt file is left on the server. If you try and open that file I get an error message on my mac, "OS X is currently using this file" on a pc it will say the file is corrupt. I'm forced to carry my psd files on a flash drive and walk to coworkers machines to upload it to the server... (haven't had time to set up parallels). I'm the only mac in the office and I'm seeing why I've been so spoiled at past jobs where its 100% macs.

  • Big issues with swicthing videos in playlist: oldStreamName problem

    So I've built a player to play playlists and it uses my own DynamicStream class (not the abobe one). I've ran into an issue with playing the same video multiple times. In this app there will be many occassions when a video may be repeated in the playlist up to 3 times. Here's an example of the problem:
    Lets say I have 2 videos in a playlist and they are the exact same video. They both are the low birate version. The fist video dynamically swiches to different bitrates seamlesly as planned. If I fast forward the stream to the begining of the second video it starts playing and if my bandwith is ok it wants to switch to a better bitrate. It swiches but instead of being seemless it plays the second video from the begining again. So, I'm thinking this is where oldStreamName comes in. So I add the oldSteamName and make sure its correct, but the problem with that is if the same video is in playlist more than once then the transition never even happens.
    Any ideas or suggested work arounds?
    Thanks,
    Adam

    anyway to counter this problem when I switch to a diffrent stream. I close the current netstream then  I create a diffrent netstream name with "str"+new Date().time(); or whatever method you use to create a timestamp  This way the stream  will always have a unique name. Keep in mind that in the administration console it will show a bunch of netstreams but at some point in time GC should collect those streams thereby removing them from the admin console. I'm not sure about memory consumption using this method. I've just experimented with it without doing an actual load test. Please post back on your findings. I'd love to know if this is a good solution.

  • Issues with thousand separator

    Hi all. can anyone help me. In my PDF form i create a numeric field. I set numeric format with these parameters:
    Decimal places = 0
    Separator style = 1,234.56
    Currency symbol none.
    but for all that feild displayed value as "1234.00". to remove zeros i add javascript for this field: this.getField('1').value=0+this.getField('1').value; Now it show like "1234". but I'm still looking for solution to show thousand separator. Please help

    It doesn't help. I forgot to say 1 detail. field works fine when I change value manualy in Acrobat, but I use web service to fill data in pdf (when it done the file becomes read-only). and when pdf is filled I don't see separator

  • A BIG ISSUE with refund and/or store credit.....

    A lot of people bought 2 iPhones. 1 for me and 1 for ____________ (friend, wife, husband, etc.)
    Scenario #1:
    Girlfriend stands in line and buys 1 for her and boyfriend using her credit card (boyfriend gave her cash). GF and BF have a bad split and are not talking. Apple gives a $200 voucher per iPhone to credit card purchaser. GF keeps it all for herself and BF has no way to get his $200 (unless GF is honorable).
    Scenario #2:
    Girlfriend buys 1 for her and 1 for Boyfriend using her credit card. His is for an early Birthday present. GF and BF have a bad split and are not talking. Apple decides to give a $200 to those people that have activated the iPhone and will use their iPhone registration as information where to send the $200. So BF and GF both get $200, even though it should all go to the GF. GF has no way to get her $200 (unless BF is honorable).
    (Substitute BF and GF with whomever you wish)
    So the point is, how is Apple to know who did and didn't pay for the iPhone?? I bought my own, but I know a lot of people that bought for others. Will everyone be honorable about a refund/voucher??
    Apple did give early Aperture buyers an Apple in store credit, but most of those people bought 1 copy and only for themselves. The iPhone was a totally different buying process.
    My .02
    Narvon

    There is always an issue if you use cash. Refunding money to credit card purchasers is simple. As for cash purchasers, the cash should be refunded to the person who has the receipt in their hand. That's the only way it can possibly work. Sure, some people will lose out, but I would bet that the vast majority of purchasers did not pay with cash.

Maybe you are looking for

  • Replacing the value in a list

    All, A quick question. How do we replace the value of role attribute with some other value?  When I try to set it, the new role is just getting appended.  I wanted to remove the olde role and set the new role.  I know I can remove the roles by settin

  • Question about multiple users on pc

    How do i make the same itunes library available on two users accounts on the same pc that has windows 7?

  • Deleted Desktop Icon - Alias icon no longer works!

    Hello everybody I am a recent switcher and I can't express how much I love the switch. The widgets, Expose, ease of iPhoto, Garageband, iTunes, et cetera. But until recently, just this morning, I deleted an Icon on my desktop (the World of Warcraft)

  • View Object with Multiple updatable entities

    Hi all I'm using JDeveloper 11g, and ADF BC. I have a view object based on 5 entities and 3 of them are updatable. If I execute create of the view object, just the first entity is created. I've been searching some information and I have found this ht

  • How to find if all items in a list containing the selected color

    Hi I'm using the code below to check what color the user has selected. This is only working when my item got one color. Now I would like to change my code so each item can have one or more colors (seperated by semicolon). I guess I have to use string