Webi Error (WIS 10012) when trying to create a variable help me

Hi ,
I am struck with an error in webi When i trying to create a tax variable i have given the formula as [Sales Revenue]* 0.175 and trying to save it i am getting the below error
" the Number .175 at position 15 has a format that is incompatible with your regional settings,(WIS 10012)"
when i try in different way [Sales Revenue]* (0,175) i am getting right answer. Please help me where i have to change my regional settings.

Hi Sreeram,
What is the Locale set at the universe level inside Tools --> Options --> General tab? Can you share the screenshot?
The drop down option at left bottom side helps you to set the language for the GUI; however, the button next to it decides the locale of the data.
You need to set the same locale at Webi level as well. If your value is a decimal value then setting locale to English US might not help as comma (,) is used for digit grouping and dot (.) is used as a decimal seperator; whereas, the value shown by has comma as decimal seperator.
The locale settings of European countries (like French, Dutch, German, etc.) have the opposite format i.e. dot is used for digit grouping and comma is used for decimal seperation.
I am pretty sure any of such locales are set at universe level. Check and have same locale in Webi Preferences.
Hope it will help.
Regards,
Yuvraj

Similar Messages

  • Getting error code A12E1 when trying to install CC update -- help! (Mac OS 10.7.5)

    Getting error code A12E1 when trying to install CC update -- help! (Mac OS 10.7.5) I have disabled my security software, but that doesn't help.  Any ideas?

    http://helpx.adobe.com/creative-cloud/kb/a12e1-error-downloading-creative-cloud.html

  • Error when trying to create a Variable Rent - Property Manager

    Hi All..
    Im trying to create a Variable Rent record for a lease in PN- Release 12 , but an error shows up when I try to generate periods.
    Error says that GL CALENDAR should be longer than termination date.
    What it specifically means? My lease termination date is 31-DEC-2021 , for me it seems everything is set correctly, in R11 this set up works perfectly. Should I create a GL Calendar specifically for property manager that include 2021 periods ?? The GL calendar that I'm using ends in DEC-12, Should I create new one longer than this?
    I'll be appreciate your advice.
    Robert

    Posted more detailed question.

  • Error PLS-00103 when trying to create a trigger

    Hello folks,
    I am trying to create a trigger but I am encountering this error telling me that Oracle expected a ";" but found a bracket "(" in line 7. I have not yet found out what's the problem. It would be very appreciated if somebody could give a me a hint on this. The code used to create the trigger follows.
    CREATE OR REPLACE TRIGGER TriggerIns BEFORE INSERT OR UPDATE ON Inscriptions
    FOR EACH ROW
    DECLARE
    num INTEGER;
    BEGIN
    IF :new.ni < 1000 THEN
    SELECT COUNT(*) INTO num FROM Sportifs WHERE ns = :new.ni;
    IF num = 0 THEN
    RAISE(abort,'foreign key violation');
    END IF;
    END IF;
    IF :new.ni > 1000 THEN
    SELECT COUNT(*) INTO num From Equipes WHERE nequipe = :new.ni;
    IF num = 0 THEN
    RAISE(abort,'foreign key violation');
    END IF;
    END IF;
    EXCEPTION
    END;
    Thanks in advance
    Sebastian

    user2019788 wrote:
    Hello folks,
    I am trying to create a trigger but I am encountering this error telling me that Oracle expected a ";" but found a bracket "(" in line 7. I have not yet found out what's the problem. It would be very appreciated if somebody could give a me a hint on this. The code used to create the trigger follows.
    CREATE OR REPLACE TRIGGER TriggerIns BEFORE INSERT OR UPDATE ON Inscriptions
    FOR EACH ROW
    DECLARE
    num INTEGER;
    BEGIN
    IF :new.ni < 1000 THEN
    SELECT COUNT(*) INTO num FROM Sportifs WHERE ns = :new.ni;
    IF num = 0 THEN
    RAISE(abort,'foreign key violation');
    END IF;
    END IF;
    IF :new.ni > 1000 THEN
    SELECT COUNT(*) INTO num From Equipes WHERE nequipe = :new.ni;
    IF num = 0 THEN
    RAISE(abort,'foreign key violation');
    END IF;
    END IF;
    EXCEPTION
    END;
    Thanks in advance
    SebastianDon't know why it's complaining about line 7 but your RAISE statement syntax is incorrect. I think what you want instead of "RAISE" is "RAISE_APPLICATION_ERROR". You also need to either put something between the EXCEPTION and END or remove the "EXCEPTION"
    CREATE OR REPLACE TRIGGER TriggerIns BEFORE INSERT OR UPDATE ON Inscriptions
       FOR EACH ROW
       DECLARE
         num INTEGER;
       BEGIN
         IF :new.ni < 1000 THEN
           SELECT COUNT(*) INTO num FROM Sportifs WHERE ns = :new.ni;
           IF num = 0 THEN
             RAISE_APPLICATION_ERROR(-20101,'foreign key violation');
           END IF;
         END IF;
         IF :new.ni > 1000 THEN
           SELECT COUNT(*) INTO num From Equipes WHERE nequipe = :new.ni;
           IF num = 0 THEN
             RAISE_APPLICATION_ERROR(-20101,'foreign key violation');
           END IF;
         END IF;
    --   EXCEPTION
    --     WHEN OTHERS THEN RAISE;
       END;

  • An unknown error occured [13] when trying to restore iphone. Help!!

    When trying to upgrade to the 2.0 upgrade my phone said I had to restore it to its original settings. Then I get an error stating " The iphone could not be restored. An unknown error occured [13]. Any suggestions?

    I get no error message, it just sits on restore for an eternity.

  • HT201210 I am getting an error message 3014 when trying to restore my iPad, help?

    I am getting an error message #3014 when I try to restore my ipad from the new itunes.  I also just downloaded and installed osx.  help?

    http://lmgtfy.com/?q=iPhone+error+code+2003

  • Error in BASIS when trying to create a Leave Request

    Hi,
    We have developed an application in Oracle Forms 10g which is used by employees to create leave requests and transfer them to the SAP portal through BDC. There's a ABAP program to collect all leave requests applied by many employees in the Oracle system and then transfer them to the SAP Portal. The BDC captures the screen *Test Report for the UIA Interface for Leave Requests in the tcode PTARQ.*
    The leaves then appear in the respective approvers portal login and the leaves are accordingly approved or rejected with the status updated back to the Oracle database by another ABAP program. These programs are set as background jobs on the Production server 900 to run on a daily basis in the "BASIS" login.
    Lately we found that the program was not updating the leave requests from Oracle to SAP. When I debugged the program in ERROR mode, I found an error is thrown while processing the BDC, after the foll. code in the SAP std. program
    Program name: RPTARQUIATEST
    Program Event : In FORM REQUEST_CHECK
    At FORM PROGRESS_INDICATOR
    The error message says : No document created: HRTIM_ABS_REQ 075 No personnel number defined for system user name B Message no. HRTIM_ABS_REQ061.
    Please advice as to what is creating the problem when using the BASIS login and what does the error mean. If you need some more clarification on this please let me know.
    Thanks & Regards,
    Vidya Shirodkar.

    Hi Vidya,
    Is this for all the employees or just few of them? This error is usually related to the communication infotype, check 0105 infotype and see if the user ID is correctly maintained.
    Thanks,
    Muktar

  • X220 Error Code RC31 when trying to create copy of Factory Settings

    I have a new X220 and I am trying to copy the factory setting to a CD through the CD drive that came with the machine.  The Boot disk has been created ok but every time I try and create the data disks there is an error RC31 and it aborts.
    I have tried to copy the files to a NAS drive but that option is not evident.  Any ideas?

    That sounds like a "HFS FileID Error".
    Telling you "no file thread exists".
    I think Andreas is right, make sure the drive is HFS formatted.
    You should try copying the files in little increments. Try moving your Capture Scatch files one at a time and see if it lets you do this without error.

  • HT1222 I keep getting error message up when trying to install ios6 any help

    When I go to install ios6 it comes up with error on installation message with close setting options and dosnt install
    I have enough memory space any one help I'm trying to do it wireless

    The issue seems to be with Windows 8/computer.  Try googling those error codes and see what result you get.
    I don't see any of those error codes in apple support page http://support.apple.com/kb/TS3694 http://support.apple.com/kb/TS1424

  • Error code 0x80020063 when trying to burn cds. HELP PLEASE

    I have a brand new Macbook Pro, less than 90 days old and am having CD burning issues.
    Every other cd I try to burn it fails at the end when it goes to verify the CD. This is getting old as I am throwing away half my CD's. I have searched all over and cannot find a fix. HELP, whats the deal here.

    If this is the error (error code 0x80020063) then it may be happening on verification. The second time it occurred I popped the disk back in and ran disk utilities to verify the "faulty" CD. It came up clean. When I double clicked on it, all the files I had copied were there. I even opened a few to make sure. It may be a spurious reading—at least it was in my case. Hope this helps.

  • I keep getting error code 2032 when trying to play games..help

    Im on windows 8 brand new computer just bought last nite..keep getting code 2032 everytime I try to play games?

    Any indication which program is throwing that error code?
    Firefox uses 3 digit error codes AFAIK.
    Will you provide a screenshot of that error message> <br />
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem <br />
    It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.
    Then use the '''Browse ....''' button below the '''''Post a Reply''''' text box to upload the screenshot.

  • Error message -39 when trying to sync iPod classic - help!

    I'm trying to sync my iPod classic 160GB with my iMac desktop.  I keep getting an error message that 'the iPod cannot by synced.  An unknown error occurred (-39)'. 
    What does this mean?
    How can I fix this so that I can sync the iPod?
    Any suggestions welcomed as I am stuck on this problem.
    thanks!

    See:
    iTunes: Error 13019 during sync

  • Error message -3259 when trying to download iOS - please help, can't get icloud, error message -3259 when trying to download iOS - please help, can't get icloud

    What can I do help with downloading iOS?

    For error -3259
    This alert is often the result of iTunes being blocked by firewalls on the computer.
    Update to the latest version of iTunes.
    Try turning off your Firewall to see if the issue is resolved (this includes the built-in Firewall or a third-party Firewall such as Norton Personal Firewall, McAfee, Symantec, etc.). See iTunes for Windows: Music Sharing With Windows Internet Connection Firewall for steps if using Windows. See KB iTunes: Music Sharing does not work if Firewall is on for steps if using Mac OS X.
    If there's no firewall or security software interference, try to remove proxy settings.
    From here > iTunes: Advanced iTunes Store troubleshooting

  • How to fix 'An Unknown error has occurred" when trying to save an  illustrator CS5 doc

    Hi
    I have just upgraded to a new iMac late 2013. After running a migration from my old mac to the new. I now have the following error: "Unknown error has occurred" when trying to save an illustrator CS5 doc.
    How do you  fix 'An Unknown error has occurred" when trying to save?
    All help, most welcome.
    Thanks
    Marty

    Hi
    Thanks for your response. I have reinstalled and used the adobe clean software to remove all adobe software first. still not working. Can you explain in more detail "fix the permissions on your User: Library folders"? I have verified disc perms in Disc Utility.
    Thanks
    M

  • Using 4.0.2, strange error message when trying to created a webi rep

    Hi all
    I'm getting the error message Protocol message end-group tag did not match expected tag. (WIS 00000) while trying to create a webi report using a unx (Designer Information Design tool)
    full error test below
    This unx is using a 7.1 BW cube, and from the unx toll all looks to be ok
    com.businessobjects.sdk.core.server.CommunicationException$UnexpectedServerException: Protocol message end-group tag did not match expected tag.
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:144)
         at com.businessobjects.sdk.core.exception.ExceptionBuilder.make(ExceptionBuilder.java:101)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:127)
         at com.businessobjects.sdk.core.server.internal.AbstractServer.processIt(AbstractServer.java:178)
         at com.businessobjects.sdk.core.server.internal.AbstractServer.process(AbstractServer.java:133)
         at com.businessobjects.sdk.core.server.internal.InstanceServer.process(InstanceServer.java:94)
         at com.sap.sl.sdk.services.util.ServerRequestProcessor.processServerRequest(ServerRequestProcessor.java:49)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.processDataProviderCommand(DataProviderServiceImpl.java:419)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.processDataProviderCommand(DataProviderServiceImpl.java:431)
         at com.sap.sl.sdk.dataprovider.service.DataProviderServiceImpl.run(DataProviderServiceImpl.java:192)
         at com.sap.sl.sdk.workspace.service.WorkspaceServiceImpl.run(WorkspaceServiceImpl.java:346)
         at com.sap.webi.ui.tasks.workflows.RunWorkspaceTask.doIt(RunWorkspaceTask.java:74)
         at com.sap.webi.ui.tasks.workflows.RunWorkspaceTask.doIt(RunWorkspaceTask.java:11)
         at com.sap.webi.toolkit.ui.tasks.WebITask.doInBackground(WebITask.java:113)
         at javax.swing.SwingWorker$1.call(Unknown Source)
         at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
         at java.util.concurrent.FutureTask.run(Unknown Source)
         at javax.swing.SwingWorker.run(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: com.businessobjects.sdk.core.server.ServerException: Protocol message end-group tag did not match expected tag.
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.newServerException(CommonRequestHandler.java:260)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.createAllServerExceptions(CommonRequestHandler.java:238)
         at com.businessobjects.sdk.core.server.common.CommonRequestHandler.afterProcessing(CommonRequestHandler.java:121)
         ... 18 more

    You can still create universe, just not UNX universe.
    If you have upgraded Bi4.0 to Sp01 or SP02 - in IDT it will not let you do that.
    As for docs :
    /people/ingo.hilgefort/blog/2011/03/24/sap-integration-update-9--should-you-start-with-sap-businessobjects-40-or-wait-for-41
    http://smartdirectory.sap.corp:3080/Assets/asset.epx?id=519f2955-0b47-4a0f-81d1-84e8e5303e5e
    http://www.asugnews.com/2011/02/22/sap-businessobjects-bw-integration-to-get-easier-in-bi-4-0/
    https://cw.sdn.sap.com/cw/servlet/JiveServlet/download/139619-38-87308/SDN%20-%20Best%
    /people/ingo.hilgefort/blog/2011/02/10/sap-integration-update-part-5--web-intelligence-40-connecting-to-bex-queries

Maybe you are looking for

  • Automatic Replication of Vendors from SAP R/3 Backend System to SRM System

    Hi All, I am searching for any existing standard configuration in SRM V 4.0 System for replicating Vendors of selected Purchasing Organizations from SAP R/3 Backend System to SRM System. I have checked in the SPRO  settings of SRM System and found/co

  • How can I write into a table cell (row, column are given) in a databae?

    How can I write into a table cell (row, column are given) in a database using LabVIEW Database Toolkit? I am using Ms Access. Suppose I have three columns in a table, I write 1st row of 1st column, then 1st row of 3rd column. The problem I am having

  • How to copy and overwrite existing folder that is created under KM

    I have about 500 store folders created in KM and under each of those folders I have a subfolder called Reports.  I had created a new Reports folder that I want to copy to all of the 500 store folders but, when I tried doing it I see it creates anothe

  • Html elements not declared as items ?

    Hello ! Related to that thread (Reusing existing htp pages my question : Is there a chance to use html elements which are not declared as items (added a manually in html region…) ? I tried to cheat a bit by naming it p_t100 for example. Indeed, “p_t1

  • Printer proxy problem? 300 jobs in my print queue.

    I left my MacBook Pro on overnight. When I 'woke it up' about 24 hours later, I found that I had 303 documents in my print queue for my HP LaserJet 1320. Printer proxy has quit upon awakening in several instances before. This is the first time the qu