BusObj XI R2 Deski login error for user - works on one PC but not another

Hi,
I have a user logging into Deski on her PC but getting:
[repo_proxy 13] SessionFacade::openSessionLogon with user info has failed(Enteprise authentication could not log you on. Please make sure your logon information is correct.(hr=#0x80042902)
If she logs in on my PC her ID/password works just fine.
We reinstalled Deski and cleared any server information but with no difference.
And here's the odd thing.... I can login OK on her PC... so the client looks installed OK.
Any ideas?
Thanks,
Dean

HI Dean,
The issue could be that the user account might have got corrupted.We can delete the user preferences from the registry.
When the user logins to dektopintelligence, it recreates the user information in registry.
Note:Take a backup of the registry of client's PC,before making any changes.
Click on File->Export
Save the registry information.
->Click on Start->Run->regedit
->Select HKEY_CURRENT_USER->Software->Business Objects->Suite 11.5->default->Application Preferences
->Delete Business Objects Reporter.
->Also delete the User Pref (the account with which you have logged into the system).
Now try to test the issue by logging to deski.
Hope the information helps!!
Regards,
Shubha.

Similar Messages

  • On one PC but not another I am getting an error message: Exception: java.la

    There is an applet on my site which is not loading for some users and not others.
    On one PC but not another I am getting an error message: Exception: java.lang.ClassNotFound.Exception:CheckboxApp.class
    The name of the applet is CheckboxApp
    some other user of my site are also getting similar messages
    Is there something from sun that can be downloaded by the users or is there some problem at the server level?
    Thanks

    It's probably because of the way the html that's calling the applet is coded, in conjunction with the vendor (Sun or MS) and version of the Plugin/JRE. This will help you ger started with diagnosis:
    http://java.sun.com/products/plugin/

  • Login to Mail from one computer but not another.

    I'm actually posting this on behalf of a senior Gent. We can login to his account from his main computer but not from his 'new' laptop. I've been helping him set it up (win7).
    Message says wrong password and try again in 15 mins.
    I logged into my account on the laptop ok. Using Chrome. I appreciate info is a bit sparse but just wondered if this rings any bells. Router has been re-set. I'm just of to try it IE, though it shouldn't make any difference. Thanks!

    Have you tried resetting the password. Thentry logging in with the laptop 1st  and check over the webmail settings - I don't use BTs webmail since I thinks its er ... poor (to be polite) but a pwd reset and new login from a new device has been suggested elsewhere here.

  • Login error for User in OBIEE 11g

    Hi All
    I have created an User(TEST_USER) in oracle 11g
    but for some i have to delete the user and recreate in the same name(TEST_USER)
    but when i am trying to login in analytics after recreating the user am getting the followwing error.
    "An error occurred during authentication. Try again later or contact your system administrator."
    Please help.
    regards
    Gourisankar
    Edited by: 805966 on Dec 13, 2010 4:45 AM

    Hi All
    I have created an User(TEST_USER) in oracle 11g
    but for some reason i have to delete the user and recreate in the same name(TEST_USER)
    but when i am trying to login in analytics after recreating the user am getting the followwing error.
    "An error occurred during authentication. Try again later or contact your system administrator."
    Please help.
    regards
    Gourisankar

  • I create shortcut for user to get a cr but not working

    1. added report to Customer service folder
    2. created shortcut in closure group, which is attached to Customer service.
    the new report is not appearing when I login as that user. why? I can see the report shortcut when viewing in CMC but not when actual  logging in.

    Please allow me to re-phrase your question,
    1. Created a Report in Folder X
    2. Created a shortcut for the above report and placed in Folder Y
    User in Group A can view the report in Folder X but can't see the the shortcut in Folder Y, is that right?
    Or
    User in Group A can view the shortcut in Folder Y from CMC but not from BI Launchpad?

  • Jabber 4.4 "Graphics card or driver not supported" error on one machine but not another.

    Hi, I looked at the KB document but the email link on it no longer works.
    I have two end-users using Jabber 4.4 on identical machines, same specs, same driver build and OS image. One gets the  "Graphics card or driver not supported" error, the other does not.
    We have two DellOptiPlex 7010's,
    Both had 2 instances of AMD Radeon HD 7470 - they are dual monitor machines.
    In both cases the driver version 8.922.0.0, Driver Date 12/6/2011. This is the latest Dell has on their website.
    On one machine when I run a fresh install for Jabber for TelePresence 4.4 it works fine. But on another the user first gets
    "supportabilitytest.exe has stopped working
    A oriblem cause the program to stop working correctly. Please close the program."
    Then when that's closed out we get:
    "Graphics card or driver not supported!
    New features in this version of Jabber Video are not supported by your computer's graphics driver.
    Update to the newest graphics driver available and run Jabber Video again."
    I can't believe it's just a matter of upgrading the drivers because in this case one machine with identical drivers works.
    I appreciate any insights, thanks !

    Hi ksouthall,
    It sounds like the openGL supported version did not install on the one that is failing.  There isn't much we can do regarding that error.  Best practice is to always upgrade to the latest manufacturer's available driver.  Client requirements are below.
    Windows 7 (32-bit or 64-bit), Vista, or XP (SP 2 or newer), with OpenGL 1.2 or newer.
    For 720p HD video calls, Intel Core2Duo @ 1.2GHz or better.
    For VGA video calls, Intel Atom @ 1.6GHz or better.
    Webcam, built-in or external. You need an HD webcam if you want other callers to see you in HD.
    Broadband Internet connection with a recommended bandwidth of 768kbps upstream and downstream. You need about 1.2Mbps upstream and downstream for 720p HD video calls.
    Regards,
    Jason

  • Error 1097 - function works in C++ application, but not in LabView

    Good afternoon,
    I have a C++ OpenCV application that I am trying to port to LabView for a co-worker. The application is fully functional when it's compiled standalone as an .exe. When called from LabView it reports error 1097.
    However, this error is not being caused by not allocating momeory space or the way I am calling the DLL, because I can successfully run the DLL from LabView if I omit one function "findContours(..)" from being called inside my rotuine. Meaning that without this function I can send and receive an Image to my DLL and display it in LabView without a problem. This function is not being called directly from LabView either, it's called inside the main function that is being called by LabView.
    That being said, the function allocates memory on its own for it's internal calculation purposes, I do not know what they are, but I know it works perfectly well in a standalone C++ application. 
    My DLL application consistenly uses 180Mb of memory without any leaks
    My Question is:
    Is it possible that LabView or windows may be preventing the DLL from allocating enough memory (I have 12Gb total)?
    Is it possible to run the DLL as a separate application or in a different configuration that would prevent error 1097 from occuring?
    How could LabView possibly be restricting the DLL?
    Thanks,

    error 1097 means that the function somewhere and somehow overwrote memory areas that LabVIEW monitors as its own during the call. This could be memory buffer function parameters  that are unallocated or to small or stack variables or some other memory areas LabVIEW puts in place around the DLL call when the highest debugging level is selected for the Call Library Node. But lowering the debugging level is not the solution as the function certainly does something that it should not do.
    What that could be is impossible to say without analyzing the actual C source code of the function and possibly all the other functions involved in this as well as all the Call Library Nodes. It could even be that its something that is not even directly evident from the C source code but an effect of some (falsely invoked) optimization from the used C compiler.
    I assume that you have actually a self written wrapper DLL here and that is where I would focus on in my search. It is quite unlikely that the OpenCV source code itself would still contain such errors after that much of time.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Script works for one frame but not another

    I set up 2 keyframes, each one loads a different text file
    into a dynamic text box. The text box for the first keyframe is
    named "session" and the text box for the second keyframe is named
    "oneptq". The text file for the first text box is named Titles.txt
    and the text file for the second keyframe is 100Q.txt. The code I'm
    using is identical (except for the respective names of the text
    boxes and text files) but for some reason the text will load in the
    first text box but not the second.
    Here's my AS for the first keyframe:
    lvLoader = new LoadVars();
    lvLoader.onLoad = function(success)
    if(success)
    session.text = lvLoader.textbody;
    lvLoader.load("Titles.txt");
    And my AS for the second keyframe:
    lvLoader = new LoadVars();
    lvLoader.onLoad = function(success)
    if(success)
    oneptq.text = lvLoader.textbody;
    lvLoader.load("100Q.txt");
    I can't figure this thing out. Please help. Thanks.

    Have you double checked that it's a DYNAMIC text box? Maybe
    it was accidentally swapped by to static at some point...

  • Same script..works in one form but in another keep getting "Date is not a constructor" error.

    Using this javascript in one of my forms to timestamp it, (just a simple protected text field.)
    form1.MainPage.DateTimeStamp::docReady - (JavaScript, client)
    if (form1.MainPage.DateTimeStamp.rawValue == null) {
            var now = new Date();
            form1.MainPage.DateTimeStamp.rawValue = nowtoDateString() + now.toTimeString();
    This timestamps the form as it should.  The problem is on another form I'm building I'm using the identical script, (with different absolute paths of course,) and I keep getting a javascript error about date not being a constructor.  I've type the script in ten bajillion times and I'm at a loss for what is causing this.
    All I want is a simpel javascrip where I can display the time/date from the users system in a text field.

    Hi,
    You are missing a . inbetween "now" and "toDateString()"
    Also you can simplify the script as it is in the docReady of the textfield:
    if (this.rawValue == null)
         var now = new Date();
         this.rawValue = now.toDateString() + " " + now.toTimeString();
    Hope tht helps,
    Niall
    Assure Dynamics

  • StyledDocument error in one instance, but not another.

    Hey all, i've tried to iron this bug out for the last 2 days, but no luck as yet.
    I've tried to shorten the code down to the functional error bits, but I can't recreate the error. I'm sure i'm doing something wrong somewhere, but I cant see where.
    I'm reluctant to post the code becuase it's mostly verbose, and it's easier to describe the problem.
    I have a log file generating class (LogFileGen), that collates information in a (private) DefaultStyledDocument (accessable with getter getDSD()), with different Styles in it (using multiple insertString(offset, "text to insert", AttributeSet) statements along the line, called from various other classes.
    This is sometimes displayed by a LogFile, which will have a JTextPane/JEditorPane (infoDisplay) (both display the error), and when the LogFile is shown to the user, I update it's infoDisplay with infoDisplay.setDocument(logFileGen.getDSD()).
    I have had this work in certain cases before, but in this once case I get
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: javax.swing.text.DefaultStyledDocument cannot be cast to javax.swing.text.html.HTMLDocument.
    The Thread points to the line infoDisplay.setDocument(logFileGen.getDSD()). If I replace it with infoDisplay.setText(logFileGen.getTextFromDSD()), I get the content, but without the styling (obviously), and in other classes with their own JTextPanes, it works fine, formatting and everything.
    Can anyone tell me why I get the error on some classes and not on others? I'm going mental here :s
    Many, Many thanks in advance. In the meantime, i'll try and get a working example that actually reproduces teh err0r :(

    xD Many apologies. you read fast.
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: javax.swing.text.DefaultStyledDocument cannot be cast to javax.swing.text.html.HTMLDocument
         at javax.swing.text.html.ParagraphView.getStyleSheet(Unknown Source)
         at javax.swing.text.html.ParagraphView.setPropertiesFromAttributes(Unknown Source)
         at javax.swing.text.ParagraphView.<init>(Unknown Source)
         at javax.swing.text.html.ParagraphView.<init>(Unknown Source)
         at javax.swing.text.html.HTMLEditorKit$HTMLFactory.create(Unknown Source)
         at javax.swing.text.CompositeView.loadChildren(Unknown Source)
         at javax.swing.text.CompositeView.setParent(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI$RootView.setView(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI.setView(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI.modelChanged(Unknown Source)
         at javax.swing.plaf.basic.BasicTextUI$UpdateHandler.propertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.beans.PropertyChangeSupport.firePropertyChange(Unknown Source)
         at java.awt.Component.firePropertyChange(Unknown Source)
         at javax.swing.text.JTextComponent.setDocument(Unknown Source)
         at javax.swing.JTextPane.setDocument(Unknown Source)
         at _infoDisplay.setDocument(logFileGen.getDSD())(LogFile.java:85)_
            at java.awt.AWTEventMulticaster.mouseClicked(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)Edited by: Hemmels on May 11, 2009 7:31 AM
    Edited by: Hemmels on May 11, 2009 7:31 AM
    - Guess underline fails.

  • Smb error -36 on one server but not another (vpn)

    Here goes:
    I'm connecting using the built-in Apple VPN client to work.
    Once connected, I try to mount two Windows servers using the finder:
    * The first one asks my username/password and mounts no problem.
    * The 2nd doesn't seem to ask for username/password, and just gives me the dreaded "error -36"
    The console says:
    Unknown host
    mount_smbfs: can't get server address: syserr = Network is down
    mount_smbfs: can't get server address 'XXXXXXXXXXX'
    But the network is up (I know, since I am moving files from the other server).
    When connecting from inside the office (not via VPN) all is well.
    What gives?

    Here goes:
    I'm connecting using the built-in Apple VPN client to work.
    Once connected, I try to mount two Windows servers using the finder:
    * The first one asks my username/password and mounts no problem.
    * The 2nd doesn't seem to ask for username/password, and just gives me the dreaded "error -36"
    The console says:
    Unknown host
    mount_smbfs: can't get server address: syserr = Network is down
    mount_smbfs: can't get server address 'XXXXXXXXXXX'
    But the network is up (I know, since I am moving files from the other server).
    When connecting from inside the office (not via VPN) all is well.
    What gives?

  • Synaptics touchpad on 4540s works for one person but not another

    The Synaptics touchpad on my ProBook 4540s (Win 7) works normally when I use it but when my wife tries to use it, the touchpad is unresponsive after a very slight initial cursor movement.  (Anticipating replies - Yes,  she casts a shadow, pictures of her come out normally, and she has a visible reflection in a mirror.)     The touchpad sensitivity setting is maxed on light touch and cursor speed is maxed.  
    She has relatively small hands, and long nails, but she had no difficulty using the touchpad on our old HP dv9910us and has no problem with an iPad touchscreen.  This week she tried the touchpad on a Sony VAIO that was so worn most of the original surface coating is gone, and had no problem moving the cursor on that machine either.   She even tried the awkward solution of using her knuckle instead of her fingertip on the HP in case her nails were getting in the way, but that didn't work either.  
    Not having used a 4540s before, and not having access to another one to compare, I have no way to tell whether this is a bad individual touchpad unit or a design issue.   If a design issue, what's the workaround?     For instance, is there a skin I can put on the touchpad to increase its conductivity?

    A friend of mine bought a ProBook 4540s yesterday. At Microcenter we noticed that the touch pad often would stop working for her, and sometimes for me, but it usually worked for me. She bought the laptop, and we she got it home we noticed the same problem. I played with the touchpad a little and noticed this pad has a very narrow window of operation. With the 14.1" HP's like the nc6220 or nc6400, you can use one finger, two fingers, even three fingers, and the mouse responds nicely. However if too much surface area is in contact with the touchpad of the 4540s it doesn't work. Too much surface area is the pad of your finger. Because my friend has long nails, she was laying her finger pretty flat on the touch pad, and it wouldn't work. When I used the pad like this it wouldn't work for me either. Because I have short finger nails I have always used the lower end of my tip. This works pretty well with the 4540s. Pressure seems to have little affect. It is a matter of surface area, and the acceptable area has a small range!

  • Front Row for Lion works with Movies, Photos, but not with Music!

    Hi guys,
    what do i do wrong? i installed front row and everything works fine, just no music. i always get the message...
    FRONT ROW CANNOT FIND ANY SONGS!
    so at first i thought there is something wrong with this app, but then i realized, movies and photos are working perfectly!
    maybe someone has a simple solution for that problem?

    Hi guys,
    what do i do wrong? i installed front row and everything works fine, just no music. i always get the message...
    FRONT ROW CANNOT FIND ANY SONGS!
    so at first i thought there is something wrong with this app, but then i realized, movies and photos are working perfectly!
    maybe someone has a simple solution for that problem?

  • Personal domain for one site but not another

    Hope someone can help. I have my family site set up through iWeb on Mobile me. I would like to create a "new" site that would be for a group I am involved in and for which I have obtained a personal domain name. I would like to know if the personal domain name can be used for the "new" site and not for my family site. I have tried to "add new site", put in the personal domain name, but then when I look at the bottom of the screen it shows my mobileme account name and then in parens it shows the personal domain name on both my family site and the "new" site.
    Hope someone knows something about this! Thanks!

    Yes, you can change the URL for the domain name. I suggest you split the domain file. I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your original Domain.sites files before starting the splitting process.
    This lets me edit several sites and only republish the one I want.
    Once you get the two sites published separately you should be able to go in and change the CNAME to the URL of the site you want.
    OT

  • Return 0 count when a Department within a CTE contains records for one set, but not another

    This is a bit of a complicated question to explain, but I am hoping not as complicated to resolve. I will try to describe this generically to allow anybody who can provide a solution to provide a generic example that anybody could adapt to their data.
    In my query, I created a CTE which combines two separate sets of data. One set of data lists who is within a given audience (call it audiencelist). The other set lists people who are in that same audience and have completed a given course (call if courselist).
    This is then all brought into one table by the CTE.
    My resulting report in Visual Studio 2008 is then going to include an expression to count each employee from both lists by department within the same field. (I will achieve this by first grouping by department, and then by the appropriate measure,
    which in the case of this example, I am calling audiencelist and courselist. Then, I will include an expression that counts the Employees.) The problem is, if a department has somebody in the audience, but NOBODY from that department has completed the
    course yet, I need the department to still show up in the "courselist" but with a count of 0.
    Example of the desired result:
    Dept 
    Field            
    Count
    A       Audiencelist  25
    A       Courselist     15
    B       Audiencelist  20
    B       Courselist     10
    C       Audiencelist  20
    C       Courselist     0
    I was trying as best I can to make this a generic example, but let me know if it would be easier if I share some of my actual code so you can provide a solution. My hope was that somebody could offer a generic example I could adapt to my data.

    I am having a little trouble following this example, or the one provided at the link above. I was hoping to just allow for a generic example, but I guess it may help if I share my actual code. My query is rather long, but I will just share the relevant parts
    for the sake of the sample.
    gm101measures
    AS
    select
    dimUser.EmpFK MeasureEmpFK,
    RIGHT(OrgCode2, LEN(OrgCode2) - 2) MeasurePC,
    audusersName MeasureAudName,
    dimActivity.ActivityName MeasureActName,
    dimActivity.Code MeasureActCode,
    CASE
    WHEN OrgCode2 LIKE 'US%' then 'US'
    WHEN OrgCode2 LIKE 'CA%' then 'CA' END
    CountryCode,
    'ACTUALS_GM101' SOURCESYSTEMID,
    Null CURRENCYCODE,
    'GM101CERT' MEASUREID,
    Null MEASUREDOLLARS,
    CASE
    WHEN GETDATE() Between '20131001 00:00:00' AND '20140930 11:59:59' THEN '2014'
    WHEN GETDATE() Between '20141001 00:00:00' AND '20150930 11:59:59' THEN '2015'
    WHEN GETDATE() Between '20151001 00:00:00' AND '20160930 11:59:59' THEN '2016'
    WHEN GETDATE() Between '20161001 00:00:00' AND '20170930 11:59:59' THEN '2017' END
    FiscalYear,
    CASE
    WHEN MONTH(GETDATE()) = '10' THEN '1'
    WHEN MONTH(GETDATE()) = '11' THEN '2'
    WHEN MONTH(GETDATE()) = '12' THEN '3'
    WHEN MONTH(GETDATE()) = '1' THEN '4'
    WHEN MONTH(GETDATE()) = '2' THEN '5'
    WHEN MONTH(GETDATE()) = '3' THEN '6'
    WHEN MONTH(GETDATE()) = '4' THEN '7'
    WHEN MONTH(GETDATE()) = '5' THEN '8'
    WHEN MONTH(GETDATE()) = '6' THEN '9'
    WHEN MONTH(GETDATE()) = '7' THEN '10'
    WHEN MONTH(GETDATE()) = '8' THEN '11'
    WHEN MONTH(GETDATE()) = '9' THEN '12' END
    FiscalMonthNbr
    from
    dimUser INNER JOIN
    audusers ON audusers.DataSetUsers_EmpFK = dimUser.EmpFK INNER JOIN
    Org ON dimUser.PrimaryDomFK = Org.Org_PK INNER JOIN
    factUserRequiredActivity ON factUserRequiredActivity.UserID = dimUser.ID INNER JOIN
    dimActivity ON dimActivity.ID = factUserRequiredActivity.ActivityID INNER JOIN
    dimRequirementStatus ON factUserRequiredActivity.ReqStatusID = dimRequirementStatus.ID LEFT OUTER JOIN
    UsrOrgs ON dimUser.ID = UsrOrgs.UserID LEFT OUTER JOIN
    UsrDoms ON dimUser.ID = UsrDoms.UserID
    WHERE
    dimActivity.ActivityName = 'GM101 Program Completion'
    AND
    dimRequirementStatus.name = 'Satisfied'
    AND
    (audusersName = @audparam)
    UNION
    select
    dimUser.EmpFK MeasureEmpFK,
    RIGHT(OrgCode2, LEN(OrgCode2) - 2) MeasurePC,
    audusersName MeasureAudName,
    Null MeasureActName,
    Null MeasureActCode,
    CASE
    WHEN OrgCode2 LIKE 'US%' then 'US'
    WHEN OrgCode2 LIKE 'CA%' then 'CA' END
    CountryCode,
    'ACTUALS_GM101' SOURCESYSTEMID,
    Null CURRENCYCODE,
    'GM101AVAIL' MEASUREID,
    Null MEASUREDOLLARS,
    CASE
    WHEN GETDATE() Between '20131001 00:00:00' AND '20140930 11:59:59' THEN '2014'
    WHEN GETDATE() Between '20141001 00:00:00' AND '20150930 11:59:59' THEN '2015'
    WHEN GETDATE() Between '20151001 00:00:00' AND '20160930 11:59:59' THEN '2016'
    WHEN GETDATE() Between '20161001 00:00:00' AND '20170930 11:59:59' THEN '2017' END
    FiscalYear,
    CASE
    WHEN MONTH(GETDATE()) = '10' THEN '1'
    WHEN MONTH(GETDATE()) = '11' THEN '2'
    WHEN MONTH(GETDATE()) = '12' THEN '3'
    WHEN MONTH(GETDATE()) = '1' THEN '4'
    WHEN MONTH(GETDATE()) = '2' THEN '5'
    WHEN MONTH(GETDATE()) = '3' THEN '6'
    WHEN MONTH(GETDATE()) = '4' THEN '7'
    WHEN MONTH(GETDATE()) = '5' THEN '8'
    WHEN MONTH(GETDATE()) = '6' THEN '9'
    WHEN MONTH(GETDATE()) = '7' THEN '10'
    WHEN MONTH(GETDATE()) = '8' THEN '11'
    WHEN MONTH(GETDATE()) = '9' THEN '12' END
    FiscalMonthNbr
    from
    dimUser INNER JOIN
    audusers ON audusers.DataSetUsers_EmpFK = dimUser.EmpFK INNER JOIN
    Org ON dimUser.PrimaryDomFK = Org.Org_PK LEFT OUTER JOIN
    UsrOrgs ON dimUser.ID = UsrOrgs.UserID LEFT OUTER JOIN
    UsrDoms ON dimUser.ID = UsrDoms.UserID
    WHERE
    audusersName = @audparam
    The final main query actually just pulls in everything from this CTE. My next step was going to be to pull this information all into the report, sort and group by MeasurePC (the Department, referred to in my company as a "Profit Center" and by
    the MeasureID (GM101Cert for those who completed the course, GM101Avail for those who are part of the audience) and then have an Expression that would count each MeasureEmpFK (the employee codes). However, that is when I realized it wouldn't count 0's for
    any MeasurePC in the GM101Cert set of data that did not have any people complete the course.
    Here is a mock-up of how the data would currently look from this above query:
    Country   Code
    SOURCESYSTEMID
    Fiscal Year
    Fiscal Month Nbr
    Org Value
    CURRENCYCODE
    MEASUREID
    MEASUREDOLLARS
    Measure Emp FK
    US
    ACTUALS_GM101
    2014
    7
    Org A
    GM101AVAIL
    170445
    US
    ACTUALS_GM101
    2014
    7
    Org A
    GM101AVAIL
    2671
    US
    ACTUALS_GM101
    2014
    7
    Org A
    GM101AVAIL
    113
    US
    ACTUALS_GM101
    2014
    7
    Org A
    GM101AVAIL
    271
    US
    ACTUALS_GM101
    2014
    7
    Org B
    GM101AVAIL
    272
    US
    ACTUALS_GM101
    2014
    7
    Org B
    GM101AVAIL
    317
    US
    ACTUALS_GM101
    2014
    7
    Org B
    GM101AVAIL
    375
    US
    ACTUALS_GM101
    2014
    7
    Org A
    GM101CERT
    170445
    US
    ACTUALS_GM101
    2014
    7
    Org A
    GM101CERT
    2671
    From here, I was going to pull the data into a report to count. Using the above example, my desired result would be:
    Country   Code
    SOURCESYSTEMID
    Fiscal Year
    Fiscal Month Nbr
    Org Value
    CURRENCYCODE
    MEASUREID
    MEASUREDOLLARS
    Measure Emp FK
    US
    ACTUALS_GM101
    2014
    7
    Org A
    GM101AVAIL
    4
    US
    ACTUALS_GM101
    2014
    7
    Org A
    GM101CERT
    2
    US
    ACTUALS_GM101
    2014
    7
    Org B
    GM101AVAIL
    2
    US
    ACTUALS_GM101
    2014
    7
    Org B
    GM101CERT
    0
    I had planned to achieve this just by pulling the data into my report and then, instead of pulling the EmpFK, I would create an expression to count them. However, I realized this wouldn't achieve the 0 counts when some PC's did not have anybody who had completed
    the course yet.

Maybe you are looking for

  • Can't Scan from HP Officejet 7580

    Can't scan from my HP Officejet 7580. Use to work just fine, and I have not changed anything I can think of that would affect it. Now I get message "Unexpected Internal Error Has Occurred". I did all the suggested solutions...checked all connections,

  • Dual booting Windows on my Mac HD

    My current HD in my MBP is partitioned into 4 and all of them uses the Journaled file system of OS X. I plan to wipe out one logical drive so that I can dedicate it to a Windows OS (version 7/8). I don't want to boot Windows in a virtualized environm

  • Billing document VF01

    Hi When i m trying to do billing at VF01..I m getting this error. Technical information about the message: Diagnosis Record type F is assigned to a number range group which does not assign numbers automatically. System response A document number is r

  • Unable to open a Word document?

    Hey, Was wondering if someone can provide me guidance as to why I cannot open a Word document sent to me (the file is received and downloaded by email). The error message that I get whenever trying to open the document is as follow: Tried opening the

  • Performance Tunning - Could anyone please help

    I have a procedure which uses two offensive queries.The currenttime its taking is approximately 2 min in DEV and in PROD 20 min. Target is to reduce time to less than a minute in DEV and max 5 min in PROD. PROBLEM1######################### I think no