Dmenu error: No locale support

My dmenu recently started to spit out this error:
$ echo -e "foo\nbar" | dmenu
no locale support
According to wiki:dmenu this is because of an invalid encoding in $LANG. However, I can't figure out whether $LANG should be set to "en_DK.UTF-8" (as it is now) or "en_DK.utf8" in /etc/locale.conf. Wiki:locale says it should be "en_DK.UTF-8", but that leads to the dmenu-error shown above.
Here is my current "setup":
$ cat /etc/locale.conf
LANG=en_DK.UTF-8
LOCALE=en_DK.UTF-8
$ echo $LANG
LANG=en_DK.UTF-8
$ grep -v "#" /etc/locale.gen
da_DK.UTF-8 UTF-8
en_DK.UTF-8 UTF-8
en_GB.UTF-8 UTF-8
$ locale -a
C
da_DK.utf8
en_DK.utf8
en_GB.utf8
POSIX
EDIT: This guy seems to have the same problem.
Last edited by graph (2013-05-24 19:59:21)

UnsolvedCypher wrote:Does the solution in the other thread work for you?
Sort of. If I change $LANG to "en_GB.utf8" it works. However, if I change to "en_DK.utf8" it doesn't.
"da_DK.utf8" also works, but it makes Pacman throw out errors in Danish, which is not preffered at all.
However, I'm curious to have this doesn't work with "en_DK.utf8" specifically?
EDIT: Dunst is also complaining about "no locale support"
Last edited by graph (2013-05-25 07:05:21)

Similar Messages

  • "error: thread-local storage not supported for this target"

    I have a program that uses the __thread specifier, to be run on a Solaris 9/UltraSprac.
    I am not able to compile it using gcc 3.4.4 or 4.0.4, it emits the msg "error: thread-local storage not supported for this target".
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o func_stack.o func_stack.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v7 -auxbase-strip func_stack.o -Wall -version -o /var/tmp//cc0poHSN.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this target
    xs@gamera% gcc -v -D_REENTRANT  -c -o func_stack.o func_stack.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -I. -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v9 -auxbase-strip func_stack.o -version -m32 -o /tmp/ccjsdswh.s -r /tmp/cc2w4ZRo.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this targetJust as comparison, the corresponding output of compiling another file which does not have __thread declaration is as follows:
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v7 -auxbase-strip common.o -Wall -version -o /var/tmp//cc4VxrLz.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /usr/ccs/bin/as -V -Qy -s -xarch=v8 -o common.o /var/tmp//cc4VxrLz.s
    /usr/ccs/bin/as: Sun WorkShop 6 update 2 Compiler Common 6.2 Solaris_9_CBE 2001/04/02Note that the last 2 lines seem to suggest that a Sun assembler is used as the back-end of gcc. I am not sure whether the failure to compile the first file (with __thread) was due to the incompatibility of this Sun assembler. In the first case, the error msg was emitted before these 2 lines are printed.
    I further read a post about gcc 3.3.3's inability to compile code that has __thread in it, on a HP-UX 11.11: http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1216595175060+28353475&threadId=1148976 The conclusion seems to suggest that "the 2.17 GNU assembler did not support thread local storage" and gcc sees that and thus disallows TLS.
    If the assembler is the culprit, then does anyone know whether this "Sun WorkShop 6 update 2" assembler in my installation can work with TLS? And how come a Sun assembler becomes the back-end of gcc? I read that gas (the GNU assembler) is the default backend of gcc. (How) can one specify the assembler to be used for gcc?
    As an aside, I am able to compile my file on this same Solaris 9/UltraSparc platform using the Sun Studio 12 C Compiler:
    xz@gamera% cc -V -# -D_REENTRANT  -c -o func_stack.o func_stack.c
    cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12
    ### Note: NLSPATH = /pkg/SUNWspro/12/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/pkg/SUNWspro/12/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
    ###     command line files and options (expanded):
    ### -c -D_REENTRANT  -V func_stack.c -o func_stack.o
    /pkg/SUNWspro/12/prod/bin/acomp -xldscope=global -i func_stack.c -y-fbe -y/pkg/SUNWspro/12/prod/bin/fbe -y-xarch=generic -y-xmemalign=8i -y-o -yfunc_stack.o -y-verbose -y-xthreadvar=no%dynamic -y-comdat -xdbggen=no%stabs+dwarf2+usedonly -V -D_REENTRANT  -m32 -fparam_ir -Qy -D__SunOS_5_9 -D__SUNPRO_C=0x590 -D__SVR4 -D__sun -D__SunOS -D__unix -D__sparc -D__BUILTIN_VA_ARG_INCR -D__C99FEATURES__ -Xa -D__PRAGMA_REDEFINE_EXTNAME -Dunix -Dsun -Dsparc -D__RESTRICT -xc99=%all,no%lib -D__FLT_EVAL_METHOD__=0 -I/pkg/SUNWspro/12/prod/include/cc "-g/pkg/SUNWspro/12/prod/bin/cc -V -D_REENTRANT  -c -o func_stack.o " -fsimple=0 -D__SUN_PREFETCH -destination_ir=yabe
    acomp: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12Interestingly, the output no longer mentions the "/usr/ccs/bin/as: Sun WorkShop 6 update 2" assembler.

    Just as another comparison, I compiled a file without __thread on the Solaris 9/UltraSparc platform using gcc 4.0.4. Not surprisingly it worked. But I no longer see the mention of the Sun assembler as in the case of gcc 3.4.4. Nor did I see the mention of "GNU assembler" as in the case of gcc 4.0.4/Solaris 10/x86. Instead, I saw something called "iropt" and "cg". Does anyone know what they are?
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v9 -auxbase-strip common.o -Wall -version -m32 -o /tmp/ccSGJIDD.s -r /tmp/ccKuJz76.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/iropt -F -xarch=v8plus -xchip=generic -O1 -xvector=no -xbuiltin=%none -xcache=generic -Qy -h_gcc -o /tmp/ccUl4mVM.ircg /tmp/ccKuJz76.ir -N/dev/null -is /tmp/ccSGJIDD.s
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/cg -Qy -xarch=v8plus -xchip=generic -OO0 -T3 -Qiselect-C0 -Qrm:newregman:coalescing=0 -xcode=abs32 -xcache=generic -xmemalign=8i -il /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4//gccbuiltins.il -xvector=no -xthreadvar=no%dynamic -xbuiltin=%none -Qassembler-ounrefsym=0 -Qiselect-T0 -Qassembler-I -Qassembler-U -comdat -h_gcc -is /tmp/ccSGJIDD.s -ir /tmp/ccUl4mVM.ircg -oo common.o

  • PS Store error, local support team refuses to help.

    Hello everyone, Before I begin, please understand that I am not here to complain. I am not an upset customer on a rant. And I am not new to the service and the way Sony/PlayStation handle things. I simply want to report a few things 1) An error on PlayStation Store.
    2) The inability of my local support team.
    3) A solution to my problem. Now, on with it... On the 23rd of July I made a avatar purchase on the PlayStation Store using my PS3. I bought the avatar Deception IV TNP - Avatar Laegrinna. Here's a shot of my download list after the purchase.  As you can see, Laegrinna avatar is on my download list. So I download it.  However, when I got to select it on my avatar list, instead of Laegrinna I get the Allura avatar. Which is the wrong avatar.  Now, since my account is based in Portugal, and I used the Portuguese Store, I contacted the Portuguese support team.After proving the needed information, I was asked to provide screenshots for further evidence. So, I did.
    The next email I was asked to select the appropriated field on my avatar list and be sure to scroll down the list and look for it. I did, and replied back saying that it still not there. Now, up until this point I am a reasonable person. I understand why so many questions and the need for verification. They must first verify that what I'm saying is true. Fair enough. However, this is where I lose faith in my fellow country people.
    Up until now I've been exchanging emails with one person. But now a second person replies back to me with detailed instructions on how to select an avatar for my account. Even though I already know how to do that, and had this person read the previous email chain they would have come to that conclusion, since I provided a screenshot of me accessing the avatar menu. This sent me straight back to the start. I feel like I've made no progress what so ever. Because now I had to explain the situation all over again to someone who's clueless of the entire situation.
    I'm taking this to the English forums where hopefully there's more common sense.So here's the thing. I just want people to take responsibility over this error on the PlayStation Store. I was given the wrong item. I did not received what I paid for. I either want a refund, or the error fixed so that when I download it, I get what I paid for. It's not about the money, it's about principle. This was only a few cents. But what if it was an expensive special edition full game and the store instead gives the wrong game? I would obviously contact the support team, but for what? So that I can be told that there's nothing wrong and that I don't know how to download the correct game? I would be most grateful if someone could look into this situation. I am willing to provide further details if needed upon establishing contact. Thank you for your time. [UPDATE] After replying to the second person and explaining myself again, I've received a generic reply saying that my email has been directed to a different sector to deal with it.

    DEKOWOLF wrote:
    Appreciate the feedback! I'm afraid email is the only way I can contact the support team right now. I'm not living in Portugal. Thing is, I'm not even mad. Like I said, it's a simple matter of principle.Getting my problem fixed is the lower priority for me. What I want is someone higher up (like a Sony Europe HR department) to address the support team and tell them how to run their ship. Oh i see. Yeah I get what you mean.

  • Error in local message system; message 009999000035 not complete

    Hello All.
    I have configured Service desk in SolMan 7.0 which has patch level 14 and also configured in Satellite systems. I am using SM_...._BACK RFC connection in BCOS_CUST table. The user used by SM_...._BACK have the following roles in SolMan
    SAP_SUPPDESK_CREATE,SAP_SV_FDB_NOTIF_BC_ADMIN
    and SAP_SV_FDB_NOTIF_BC_CREATE.
    However, when I try to create support message (Help --> Create support message) in satellite system, i am getting Error in local message system; message 009999000035 not complete.
    I have also checked for Product_ID parameter which is not existing.
    One important thing is, I can create support message in satellite system if I give SAP_ALL in that RFC user using in SM_...._BACK connection in SolMan.
    So, this shows clearly that it is an issue with role/authorization.
    Please suggest me !!
    Thanks in advance.
    Regards,
    Satish.

    Hmm not really. Profiles for the roles are also generated?
    Those roles/profiles should be sufficient to create support messages.
    Even though you assigned SAP_ALL and it worked afterwards I cannot imagine you got an auth. problem here anymore.
    When assigning SAP_ALL did you really assign SAP_ALL to the RFC user or did you assign another user (who got SAP_ALL auth.) to the RFC connection?
    The user who was logged on to the satellite system when the support messages have been created (with and without SAP_ALL assigned to the RFC user) has always been the same?
    Just to make sure: did you set NO_USER_CHECK = X in Sol Man tx: DNO_CUST04?

  • Error in local system;message is not complete--- in Solman 4.0

    Hello Solman Gurus,
             After importing SP 13 in Solution Manager 4.0 , whenever i am trying from help--> create support message ; i am getting "ERROR IN LOCAL SYSTEM; MESSAGE <MSG NO> IS NOT COMPLETE "
    i have seen these threads
    ERROR when Trying to create support message in satellite system
    ERROR when Trying to Create Support Message in Satillite system
    create support message
    but they are saying about Satelliate system not solman
    Please help if you could
    regards
    Naveen

    Naveen,
      Check if the UserId that is creating the message in SolMan via Help->Create Support Message has roles SAP_SUPPDESK_CREATE and SAP_SV_FDB_NOTIF_BC_ADMIN (the profiles of the roles must be generated, all the authorization objects should be green).
      I have SolMan 4.0 SP 13 too, when I delete these authorizations from my userid, I have the same error.
    Let me know if you still have the error.
    Regards,
    Raquel.

  • Service Desk: Error in local message system: You do not have authorization

    Hello experts,
    i'm configuring support desk scenario. I think all is fine, but, when i try to create a message from satellite (R3 46C) to my SOLMAN the following error appears:
    Error in local message system: You do not have authorization to create a notifica Message was not created. (Message no. B~ 088)
    The user i use to create the message has the following roles:
    SAP_SV_FDB_SUPPORT_LINE_ADMIN
    SAP_SV_FDB_SUPPORT_LINE_LEVEL1
    SAP_SV_FDB_SUPPORT_LINE_LEVEL2
    Z_RFC
    and SAP_ALL SAP_NEW profiles.
    Anyone knows where is the problem?
    Regards
    Carlos Calle

    Hi Carlos,
    Role that allows processing messages is SAP_SUPPDESK_PROCESS. However from what I have understand, once End User enters and submits the message, he/she cannot edit the message anymore. Probably an email will be generated to him/her to notified of the message creation and for futher updates. I think end user should not be required to logon to Solution Manager. Key User i.e. helpdesk or SAP support staff will process(edit/change) the message instead.
    If you want something else, I think you need to create a customise role maybe from SAP_SUPPDESK_DISPLAY or PROCESS and change the authorization values.
    The below note contains latest authorization info.
    Note 834534 - SAP Solution Manager roles in Release 4.0
    Experts,
    Correct me if I am wrong.
    Regards,
    Annie

  • Error in Local Message System: RFC destination MB3AP1039 does not exist.

    Error in Local Message System: RFC destination MB3AP1039 does not exist. Message was Not Created
    Message no. BCOS088
    Hi,
         When iam creating a message from any system from HELP-CREATE SUPPORT MESSAGE it is throwing the above error message. Actually i need to send this message to SAP solution Manager Service Desk.
    Can anyone help me in resolving the above issue.
    Thanks & Regards,
    Mirza Kaleemulla Baig.

    Dear friend
    You have to of following option
    1.Define Service Desk destination in the R/3 systems:
    Note: for this you need to log in the R/3 system.
    Create the RFC between the Solution manager and R/3 system (Login to the R/3 system)
    2.a. Go to transaction SM30.
    b. In table/view field, enter BCOS_CUST. Then press the Maintain Button. See example below:
    c. Press the Continue button in the following screen:
    d. You should see the following screen, no entries should be seen in the table. Press the New Entries button:
    e. In the next screen, enter the following information:
    In the RFC Destination you should point to your Solution Manager destination RFC.
    0ss_msg   w   sm_bsmclnt_back    cust620     1.0
    shailesh

  • Error in Local Message System: RFC destination 10.189.98.10 does not exist.

    Error in Local Message System: RFC destination 10.189.98.10 does not exist. Message was Not Created
    Message no. BCOS088
    Hi,
          When iam going inside the tcode SM30 in the satellite system and entering the destination ip of solution manager system and after that when iam creating a message from HELP-CREATE SUPPORT MESSAGE, then it is throwing the following error.
    Can anyone please help me in the above issue.
    Regards,
    Mirza Kaleemulla Baig.

    Hi Mirza,
    For the RFC destination don't enter the IP address,enter the RFC name,somthing like SM_SP1CLNT200_BACK which is maintained in sm59.
    Revert for any clarifications.
    Thanks and Regards,
    Avinash.

  • Error in Local Message System: Error when opening an RFC connection Message

    Hi Gurus,
    We are not able to create support messages in our ECC production system but it can created in Development and Quality. Support message created appears in solution manager system. ECC System displays error message as
    Error in Local Message System: Error when opening
    an RFC connection Message was Not Created
    I have checked RFC connection between ECC and Solution Manager which displays following message
    Logon     Connection Error
    Error Details     Error when opening an RFC connection
    Error Details     ERROR: partner "local:sapgw00' not reached
    Error Details     LOCATION: SAP-Gateway on host local / sapgw05
    Error Details     DETAIL: NiPConnect2
    Error Details     CALL: connect
    Error Details     COMPONENT: NI (network interface)
    Error Details     COUNTER: 40142
    Error Details     ERROR NUMBER: 10060
    Error Details     ERROR TEXT: WSAETIMEDOUT: Connection timed out
    Error Details     MODULE: nixxi.cpp
    Error Details     LINE: 2835
    Error Details     RETURN CODE: -10
    Error Details     SUBRC: 0
    Error Details     RELEASE: 701
    Error Details     TIME: Wed Jan 11 23:26:54 2012
    Error Details     VERSION: 38
    Kindly Help.....

    Hi
    Based on the instance number of the servers, you can determine the gateway to be used.
    IF your ECC instance number is , 01 then gateway would be , sapgw01 (in ECC system)
    So check and change the settings accordingly, in the RFC connection. Also check, if this entry sapgw01 is made in /etc/service file. Also check, in transaction smgw for gateway parameters.
    Hope this info helps,
    ~ Raj

  • Error in Local Message System: Partner function RP is not defined

    Hi Team,
    I have configured Service Desk in solution manager 4.0 and When I create message from Development server I am able to see in Solution manager. Every thing works fine in Developement server.But in Quality i am not able to create mesage.
    I have maintained BCOS_CUST table and defind BACK RFC (SM_SRSCLNT100_BACK)in quality server but When I try to create mesage using Help--> Cretae Support message I am getting error message as " Error in Local Message System: Partner function RP is not defined for notificatio Message was Not Created"
    and not able to create message from Quality server.
    Please let me know solution to fix this isssue.
    Thanks in advance
    Regards
    Venu

    Hi Venu,
    This can be related to a configuration on table ( DNOC_USERCFGT ). You can use SM30 or go through IMG (
    SAP Solution Manager -> Scenario specific settings -> service desk -> Partner Determination Procedure -> Use of own partner functions )
    The parameter NO_USER_CHECK has to be set to 1 which means : No Existence Check for User.
    Other point you need to check is wheater the user you are logged on in the QAS has the external identification correctly maintained in the respective BP on the Solution Manager side.
    Regards,
    Valdecir

  • Error getting CSS support information for driver [com.hyperion.ap.hsp.HspAd

    Hi everybody, I have the next message:
    Error getting CSS support information for driver [com.hyperion.ap.hsp.HspAdmDriver]
    when I try to make a DB connection from Financial Reporting Studio in my local machine. In the server everything works fine.
    EPM 11.1.2.1
    Oracle 11g
    Windows Server 2008
    Does anyone have an idea on how to fix it?
    Thanks in advance.
    Israel Fuentes
    [email protected]

    Did you ever get this resolved? I am having the same issue. I suspect firewall.
    thanks,

  • Error in Local Message System

    i wanted to send the messages
    from solution manager menu help create support message , here I am
    facing the problem when i am creating the message in the menu
    HELP -> Create Syupport Message for your reference am attaching the
    screen shot.
    Error in Local Message System: Syntax program SAPLDNO_OW_SAP Message
    was Not Created"
    when i execute the Tcode NOTIF_CREATE message displaying that no RFC
    authorisataion for user s000****
    chers

    Hi,
    First off, this is a duplicate thread posted by gopal rao!! already two threads for this S000*** error exists.
    Please read the rules before posting.
    Secondly, I really wonder where the satellite system refers to S000***, S-Number!! accessing Solution Manager??!!
    I already replied to gopal rao in another thread saying that he has not done basic configuration.
    Follow the SPRO nodes in sequence to configure, It will solve your problem.
    Feel free to revert back.
    --Ragu

  • Error in local message system; message 008899000001 not complete, Message n

    Hello All,
    While configuring Solman Service Desk, after configuring basis configuration. I am getting following error while creating ticket from satellite system.
    Error in local message system; message 008899000001 not complete
    Message no. BCOS030
    Thanks,
    Piyush

    Hi,
    There were few threads in the past with the same issue, check [this one|ERROR when Trying to Create Support Message in Satillite system;.
    Also [this thread|create support message;.
    Regards
    Naveen

  • Error BCOS088 "Error in local message system: Error while allocation..."

    Hello,
    I getting an error while creating a support message with "help->create support message".
    The message number is BCOS088 "Error in local message system: Error while allocation: Overwrite a protected Message xxx not create."
    I read a lot of threads about errors while creation of support message, but nothing helps.
    Here are the facts:
    - The error occurs on SolMan 4.0 system (sap basis rel. 7.0, SP15).
    - BCOS_CUST: OSS_MSG | W | NONE | CUST620 | 1.0
    - authorization trace without error
    - DNO_CUST04: NO_USER_CHECK = X
    So there is no authorization error, because of no RFC destination and successfully authorization trace.
    What could be the reason of this error?
    Thank you for answers, Tina

    Hi Tina,
    internal number range used for ABA Messages/Basis Notifications should match the external number range used for service desk messages.
    For ABA messages:
    Goto tx: DNO_CUST01 -> SLF1 -> Details
    Should show number range 01
    Number ranges for this object are defined via tx: DNO_NOTIF
    For Service Desk Messages (Support Message SLFN):
    Goto tx: SPRO -> "Check number range for Service Desk Message" -> SLFN -> Details
    Should show number range 01 internal, 02 external
    Number ranges for this object are defined via tx: CRMC_NR_RA_SERVICE
    Number range 01 (internal) of ABA message should match number range 02 (external) of Support Message.
    You may use other ranges but you should make sure they match.
    Hope this helps.

  • Error: The local BEA product registry is corrupted when installing OEPE

    Hi,
    When trying to install Oracle Enterprise Pack for Eclipse that comes with the installer of weblogic 10.3.6 + coherence im getting the following error: "The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support"
    What could be the reason of this error ?? do i need something as a prerequisite??
    Regards
    Carlos

    Check the settings in the file silent.xml.
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="<bea-home>"/>
    <data-value name="WLS_INSTALL_DIR" value="<middleware-home>"/>
    <data-value name="NODEMGR_PORT" value="<port>"/>
    <data-value name="COMPONENT_PATHS" value="<component>/<subcomponent>[|...]"
    <data-value name="LOCAL_JVMS" value="<jvm-location>"/>
    </input-fields>
    </bea-installer>
    For example:
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="/u01/Oracle/Middleware"/>
    <data-value name="WLS_INSTALL_DIR" value="/u01/Oracle/Middleware/wlserver_10.3"/>
    <data-value name="NODEMGR_PORT" value="5556"/>
    <data-value name="COMPONENT_PATHS" value="WebLogic Server/Core Application Server|WebLogic Server/Administration Console|WebLogic Server/Configuration Wizard and Upgrade Framework"/>
    <data-value name="LOCAL_JVMS" value="/u01/java/jre1.6.0_21"/>
    </input-fields>
    </bea-installer>
    Put the .jar generic installer and the silent.xml files in the same directory
    Change to that directory and run the command below for launching the installation using generic jar installer.
    java -jar wls_generic.jar -log=mylog.txt -log_priority=debug -mode=silent -silent_xml=./silent.xml

Maybe you are looking for

  • Error while running jms program in eclipse

    Hi, Friends.I am new to forum.This is the first question I am posting.I am new to Java Messaging service.While running the program in eclipse I am getting the following error... javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for '

  • Problem with NOKIA 5800 Music Express

    Hi all, My NOKIA 5800 hasnt been working properly for some time. I can not make a call using my phone book (only if i dial the number i can call) though incoming call can be received. Apart from that, when i try to navigate tomy memory card, i cant a

  • Trying to connect my g5 to macbook pro with firewire?

    Can I connect my g5 to my macbook pro?

  • Saving parameters

    Hi, I have simple MVC application. In the jsp that is the view I have a list of books and "delete" and "edit" buttons near each book. When a user clicks on the "delete" button, data about the book is transfered to servlet in session object. Each book

  • Classic sync problems

    Following a problem with my computer, I reinstalled iTunes and successfully copied all music back on from an external hard drive back up. However, my Classic won't sync with iTunes even though it's recognised. First message says the iPod is sync'd wi