Supervisor ID updation

Hi,
I'm trying update the new supervisor_id for an employee, who has assigned to new assignment.
Here, the new supervisor's effecive_start_date is greater than the employee assignment's effective_start_date.
As it will be a new record I cant use the date_track_mode as 'CORRECTION'. And If I used 'UPDATE' I will get 2 records in assignments.
Please suggest how to come out of this issue.
Sample data:
emp_no: 123
emp new assignment's effective_start_date = 10-JAN-2003
new supervisor's effective_start_date = 15-MAR-2003
Thanks,
Naveen.

Hi Avinash,
My data will be as below if I used UPDATE mode:
effective_start_date
effective_end_date
supervisor_id
8-Sep-2002
9-Jan-2003
123
10-Jan-2003
14-Mar-2003
15-Mar-2003
            31-Dec-4712
456
How can I update the record created in between?
Thanks,
Naveen.

Similar Messages

  • Agent and Supervisor Desktop Updates

    With version 7.x of UCCX, if we did an update to our UCCX server, the updated agent and supervisor desktops downloaded automatically the next time a user logged on.
    Last night I updated our 8.5.1 server to the latest build.  I went to run the agent and supervisor and it just gave me a message that I had to install the latest version.  It doesnt appear to auto update.  Is there a way to make that work.

    Hi John,
    Did you run the "Cisco Unified CCX Client Configuration tool " after upgrading your UCCX system. If not please run it and relaunch the CAD or CSD, they will get automatically get upgraded.
    Hope this helps.
    Anand
    Please rate helpful posts !!

  • HR analytics not showing all Org id

    All,
    BIAPPS : 795
    EBS : 11510
    The HR Organization Initiallization query is not working properly. It is returning the correct organization for some HR users but not for others. For example for some of our super HR users it is not returning any organizations at all...they have a more than one level of hierarchy setups in ebs. Only with lowest level of hierarchy's are returned by this query. Any pointers ..?
    Below is the query I am using...
    SELECT
    POL.ORGANIZATION_ID AS ORGANIZATION_ID
    FROM APPS.FND_USER_RESP_GROUPS URP,
    APPS.FND_USER USR,
    PER_SEC_PROFILE_ASSIGNMENTS SASG,
    APPS.FND_RESPONSIBILITY_VL RESP,
    PER_SECURITY_PROFILES PSEC,
    PER_ORGANIZATION_LIST POL
    WHERE URP.START_DATE < TRUNC(SYSDATE)
    AND (CASE WHEN URP.END_DATE IS NULL THEN TRUNC(SYSDATE) ELSE TO_DATE(URP.END_DATE) END) >= TRUNC(SYSDATE)
    AND lower(USR.USER_NAME) = lower(':USER')
    AND URP.SECURITY_GROUP_ID = SASG.SECURITY_GROUP_ID
    AND URP.USER_ID = USR.USER_ID
    AND TRUNC(SYSDATE)
    BETWEEN URP.START_DATE AND NVL(URP.END_DATE, TO_DATE('31-DEC-4712','DD-MON-YYYY'))
    AND URP.USER_ID = SASG.USER_ID
    AND URP.RESPONSIBILITY_ID = SASG.RESPONSIBILITY_ID
    AND URP.RESPONSIBILITY_APPLICATION_ID = SASG.RESPONSIBILITY_APPLICATION_ID
    AND SASG.RESPONSIBILITY_ID = RESP.RESPONSIBILITY_ID
    AND PSEC.SECURITY_PROFILE_ID = SASG.SECURITY_PROFILE_ID
    AND TRUNC(SYSDATE) BETWEEN SASG.START_DATE AND NVL(SASG.END_DATE, TO_DATE('31-DEC-4712','DD-MON-YYYY'))
    AND URP.RESPONSIBILITY_ID = DECODE(APPS.FND_GLOBAL.RESP_ID,
    -1, URP.RESPONSIBILITY_ID,
    NULL, URP.RESPONSIBILITY_ID,
    APPS.FND_GLOBAL.RESP_ID)
    AND POL.SECURITY_PROFILE_ID = PSEC.SECURITY_PROFILE_ID

    Couple of things I can think of -
    #1.If you're looking at headcount under a person(manager), make sure all the employees under him have the supervisor data.
    Even if one link is broken in the hierarchy, it might not give you the correct headcount.
    So just check all the employees whi have no Supervisor and update them.
    #2. Same with Location. If you're looking at the employee count per location, make sure the value is populated for all employees.
    All the data you see in the Dashboard comes from HRI% views
    select * from all_views
    where view_name like 'HRIBG%';
    select * from all_views
    where view_name like 'HRI%';
    So you can check the appropriate View and see why the view is not returning data.
    Sorry mate, cant be of more help.. Not sure why it isn't showing the data..
    Cheers,

  • User Authentication Logical Model DB2

    Hi Im attaching a logical model. Experts please take a look an guide for changes or to include more details. This is basically a user authentication logical model ERD
    Eagerly awaiting your reply. I am unable to attach a file if i can share the file it willl be easier... please tell me how to attach a word file .
    Thanks
    Organization
    OrgId PK
    LocId FK Location
    ClientId FK Clients
    Org Desc
    Org Location
    Create Date
    Last Updated By
    Location
    LocId PK
    Loc Desc
    Address
    Create Date
    Last Updated By
    Update Date
    Clients
    ClientID PK
    ClientName
    Department
    DeptId PK
    ClientID FK Clients
    UserId FK Users
    BookId FK
    DeptName
    Location
    Create Date
    Last Updated By
    Update Date
    USERS
    UserId PK
    Password :
    User_Role_Id FK Roles/Grps
    OrgId FK Organization
    Effective Dt
    Status
    Create Date
    Last Updated By
    Update Date
    User Roles ( Groups )
    User_Role Id PK
    UserId FK USERS
    BookId Fk Book_Types
    Role Id FK Roles
    Group Desc
    Create Date
    Last Updated By
    Update Date
    Roles
    Role Id PK
    Role Name
    Create Date
    Last Updated By
    Update Date
    BookTypes
    BookId PK
    BookType
    Create Date
    Last Updated By
    Update Date
    USER_Details
    UserId FK USERS
    DeptId FK Department
    Force Password Change Days
    Secret Question
    User Phone
    User Address
    DOB
    User Email
    User Mobile
    User Status
    User Supervisor
    Last Updated By

    Thanks for your reply Yusef.
    I am actually creating an ERD for authenticating the user when he logs into the database. So I will need a set of tables to identify if user exis and password is correct.
    After this some tables will exist for checking his department, his group. On the basis of his group he will be able to access only relevant parts of application. Its like a role or a privelege thing.
    Please tell me if the database tables that I have identified are correct ? Please ask questions so I may get to the best solution please.
    Thanks

  • User Authentication Logical Model

    Hi Im attaching a logical model. Experts please take a look an guide for changes or to include more details. This is basically a user authentication logical model ERD
    Eagerly awaiting your reply. I am unable to attach a file if i can share the file it willl be easier... please tell me how to attach a word file .
    Thanks
    Organization
    OrgId PK
    LocId FK Location
    ClientId FK Clients
    Org Desc
    Org Location
    Create Date
    Last Updated By
    Location
    LocId PK
    Loc Desc
    Address
    Create Date
    Last Updated By
    Update Date
    Clients
    ClientID PK
    ClientName
    Department
    DeptId PK
    ClientID FK Clients
    UserId FK Users
    BookId FK
    DeptName
    Location
    Create Date
    Last Updated By
    Update Date
    USERS
    UserId PK
    Password :
    User_Role_Id FK Roles/Grps
    OrgId FK Organization
    Effective Dt
    Status
    Create Date
    Last Updated By
    Update Date
    User Roles ( Groups )
    User_Role Id PK
    UserId FK USERS
    BookId Fk Book_Types
    Role Id FK Roles
    Group Desc
    Create Date
    Last Updated By
    Update Date
    Roles
    Role Id PK
    Role Name
    Create Date
    Last Updated By
    Update Date
    BookTypes
    BookId PK
    BookType
    Create Date
    Last Updated By
    Update Date
    USER_Details
    UserId FK USERS
    DeptId FK Department
    Force Password Change Days
    Secret Question
    User Phone
    User Address
    DOB
    User Email
    User Mobile
    User Status
    User Supervisor
    Last Updated By

    You posted this in three different forums!
    Can you explain why.
    Also you seem never ever to mark a question as resolved.
    That is the rude behavior of most newbies here, but then that has to be stopped.
    I'm hard pressed to see whether this model is correct. It is very unlikely a client can have multiple organizations and multiple departments. Likely you erroneously reversed those relationship.
    Also the FK relationship between users and books is almost certainy incorrect, as in the users description you refer to booktypes, which appears to be a fk to the book entity.
    You should redo this design and come up with something better. This one is not correct at all.
    Also you should refrain from cross- and multiposting.
    Sybrand Bakker
    Senior Oracle DBA

  • User Authentication Logical Mode

    Hi Im attaching a logical model. Experts please take a look an guide for changes or to include more details. This is basically a user authentication logical model ERD
    Eagerly awaiting your reply. I am unable to attach a file if i can share the file it willl be easier... please tell me how to attach a word file .
    Thanks
    Organization
    OrgId PK
    LocId FK Location
    ClientId FK Clients
    Org Desc
    Org Location
    Create Date
    Last Updated By
    Location
    LocId PK
    Loc Desc
    Address
    Create Date
    Last Updated By
    Update Date
    Clients
    ClientID PK
    ClientName
    Department
    DeptId PK
    ClientID FK Clients
    UserId FK Users
    BookId FK
    DeptName
    Location
    Create Date
    Last Updated By
    Update Date
    USERS
    UserId PK
    Password :
    User_Role_Id FK Roles/Grps
    OrgId FK Organization
    Effective Dt
    Status
    Create Date
    Last Updated By
    Update Date
    User Roles ( Groups )
    User_Role Id PK
    UserId FK USERS
    BookId Fk Book_Types
    Role Id FK Roles
    Group Desc
    Create Date
    Last Updated By
    Update Date
    Roles
    Role Id PK
    Role Name
    Create Date
    Last Updated By
    Update Date
    BookTypes
    BookId PK
    BookType
    Create Date
    Last Updated By
    Update Date
    USER_Details
    UserId FK USERS
    DeptId FK Department
    Force Password Change Days
    Secret Question
    User Phone
    User Address
    DOB
    User Email
    User Mobile
    User Status
    User Supervisor
    Last Updated By

    Thanks for your reply Yusef.
    I am actually creating an ERD for authenticating the user when he logs into the database. So I will need a set of tables to identify if user exis and password is correct.
    After this some tables will exist for checking his department, his group. On the basis of his group he will be able to access only relevant parts of application. Its like a role or a privelege thing.
    Please tell me if the database tables that I have identified are correct ? Please ask questions so I may get to the best solution please.
    Thanks

  • Chief HR officer not showing all employees

    Dear Experts,
    I have setup HR intelligence and i am having a problem in HR Chief Responsibility. The responsibility is not showing complete employees of the organisation(in Overview). Can anybody help me out on this one.
    regards,
    Muhammad Noman Shafique

    Couple of things I can think of -
    #1.If you're looking at headcount under a person(manager), make sure all the employees under him have the supervisor data.
    Even if one link is broken in the hierarchy, it might not give you the correct headcount.
    So just check all the employees whi have no Supervisor and update them.
    #2. Same with Location. If you're looking at the employee count per location, make sure the value is populated for all employees.
    All the data you see in the Dashboard comes from HRI% views
    select * from all_views
    where view_name like 'HRIBG%';
    select * from all_views
    where view_name like 'HRI%';
    So you can check the appropriate View and see why the view is not returning data.
    Sorry mate, cant be of more help.. Not sure why it isn't showing the data..
    Cheers,

  • Remote Supervisor Adapter II SlimLine Firmware Update for TD100

    According to Lenovo document 54Y6198 I should be able to go to http://www-947.ibm.com/systems/support/oem/td100.html and download the firmware updates for the Remote Supervisor II Slimline adapter we purchased for our new Lenovo TD100 server (Model 6429-18U).  However, the problem is that NONE of the links work and NONE of the files can be downloaded all I get is a web page listing a 404 error (Not Found).
    Naturally the adapter won't work without the proper firmware, please help!

    Try now, it works. there have been some issues which are fixed.
    Jan Solar
    Product Marketing
    (not a technical support)
    http://blog.lenovo.com/author/jsolar/

  • Performance Management (OSA)- New supervisor not dynamically updated

    PMP Appraisal template is not updating the Appraiser (Supervisor) field when an employee has an organizational movement change (e.g. Promotion/Demotion). The template keeps the same supervisor as when the template was created. New Supervisor will not show as the Appraiser. Is the only option to use the Administrator function through PHAP_ADMIN to manually change?
    Thoughts appreciated on a custom solution.

    Hi,
    Yes. The appraisal document will not be changed automatically for changes in org structure. If the employee's manager/supervisor chnages, then the appraisal document has to be manually changed through PHAP_ADMIN.
    In my prior projects, what we did is, we proposed a solution where a report will run in background and it will check the employee's current appraiser against the current supervisor. If they are not identical, then the new supervisor will be the appraiser. This report will then be scheduled as a job daily.
    For this you must approach an ABAPer. Use HRHAP_DOCUMENT_MODIFY to change the appraisal document(appraiser).
    Hope this helps you.
    Regards,
    Subbu

  • This problem showed up last year spent 2 months with apple senior supervisor for tech support no solution. When the "new" itunes came out problem fixed its self. Just did an update last week or so and back to the problem. In "get info" missing all rt side

    Last year upon an update some of my itunes media was not working. Then the new version came out and it fixed itself.
    Well another update and we start over with the problem. In the itunes store you can not preview any tv show, music video, or movie.
    In your itunes library none of the purchased movies, tv shows, or music videos play. The element the same is in the get info tab. The information in the right side pane in the middle is gone. The left side information is still present. The right side info is the purchase info. Even an item downloaded today had the missing info and will not play. After dealing with apple support with the first go around last year. I uninstalled and reinstalled itunes 8 or more times, in the proper order. I deleted my itunes library and reinstalled it. We deleted all types of program files and program data. nothing worked. I was trying things on my own and foung nothing. Please help I am so frustrated with this. It seems to be a codec error that I can not solve.

    Your issue has been escalated to a Verizon agent. Before the agent can begin assisting you, they will need to collect further information from you.
    Please go to your profile page for the forum, and look in the middle, right at the top where you will find an area titled "My Support Cases". You can reach your profile page by clicking on your name beside your post, or at the top left of this page underneath the title of the board.
    Under “My Support Cases” you will find a link to the private board where you and the agent may exchange information. This should be checked on a frequent basis as the agent may be waiting for information from you before they can proceed with any actions.
    To ensure you know when they have responded to you, at the top of your support case there is a drop down menu for support case options. Open that and choose "subscribe".
    Please keep all correspondence regarding your issue in the private support portal.

  • IPod Touch no longer works with car stereo after 4.0 update

    I updated my iPod to 4.0 a couple of days ago, and my Hyundai Santa Fe's built-in iPod interface no longer recognizes my iPod's music - it just says "empty iPod" or something of that nature. Is anyone else having this problem?? What should I do?

    Add me to the list. Brand blankety-new ipod touch that after 4.0.2 wouldn't work with the Subaru-factory-installed ipod connector in my '08 STI. The shut-it-off-and-restart-in-the-car method at least made it able to play music again but still no recharging.
    To add insult to injury I did the have-an-Apple-GENIUS call me thing. The first thing was that they called me....for about 1/4 of a second. The phone blipped for less than a ring and then I got an email saying, "Oh, we TRIED to reach you and you weren't there. Why don't you call us?". So I called and was immediately put on hold. When one of the geniuses finally picked up, I described the issue with great patience and his insightful answer was, "let me put you on hold while I talk to my supervisor." So I sat on hold for five minutes until...they just hung up...no answer, no, "gee we think you're SOL"....just "click". Thanks a boatload Mr. Jobs.

  • How do I install the FM10 licensing fix when Adobe Update Installer won't run?

    Adobe Update Installer won't run so can't install FM10 licensing fix
    This question is Not Answered.(Mark as assumed answered)
    Aug 9, 2013 12:09 PM
           Tags (edit): none (add)  
    Because FM10 began crashing with "fatal" errors whenever I tried to generate a TOC for a small (65 page) book, I researched workarounds and none of them worked. Now that I have delivered a crippled deliverable via Acrobat manipulations, I would like to fix FM. I uninstalled it and reinstalled it, got some updates, and then received the "licensing fix" error that popped up in January. I'm wondering why this fix was included not in the updates. That said, the licensing fix package, first, would not unzip so I downloaded it again. I unzipped it but I got a message that Adobe Updater Installer could not run and after several clicks I found that file. I reinstalled Adoble Update Installer but it still does not run.
    I am running Windows XP and have TCS 3.5.I uninstalled FM and RH but not Acrobat, Captivate, or Photoshop.
    So, now what? Listen to my supervisor who says never use FM again?
    P.S. Why do I have to enter a title for my question and then do it again when this page opens??

    Give Adobe Support a call or contact the TCS team at [email protected] - something in your environment is causing the installer to fail (I'd guess).

  • Contact Center Anywhere8.1.3|Unable to get proper Report URL for Supervisor

    Hi,
    I am facing a problem to view the Reports using Supervisor login under Reporting.
    The version of Oracle CCA is : 8.1.3.
    1) The urlforccatotawreports field in the systemconfiguration database table is been updated with
    http://<IP>:[<Port>]/TAW
    2) Inside TAW application, web.xml is been updated, below is part of it.
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://<IP>:[<Port>]/TAW</param-value>
    </context-param>
    (IP and Port is mentioned in the actual file/field)
    3) The WebLogic server, Database server, Network Manager and TCP IP Bus have been restared after making the changes.
    If the URL is been updated in the opened browser
    from : http:///ReportServlet?fileName....................
    to : http://IP:Port/TAW/ReportServlet?fileName.......
    then we are able to see the reports properly.
    Appreciate quick help.
    Thanks,
    Vijay

    Check the database table CCA.SYSTEMCONFIIGURATION.
    Column URLFORCCATOTAWREPORTS, is used for the report server URL.
    SQL> select URLFORCCATOTAWREPORTS from SYSTEMCONFIGURATION;
    URLFORCCATOTAWREPORTS
    http://reportservers.mydomain.com
    TAW is deployed as the default service, so TAW is omitted
    If you have muliple report servers as defined in the TAW/WEB-INF/web.xml
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://reportserver1.mydomain.com</param-value>
    </context-param>
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://reportserver2.mydomain.com</param-value>
    </context-param>
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://reportserver3.mydomain.com</param-value>
    </context-param>
    reportservers.mydomain.com DNS record will contain two or more results.
    reportserver1.mydomain.com reportserver2.mydomain.com reportserver3.mydomain.com

  • System Update 5 Fails

    Hi All,
    I posted this in the ThinkStation forum as well, but thought it more appropriate in this forum when I found it...
    I am trying to run System Update 5 (9/27/12) on my D30/Windows 7 Pro without success. The splash screen shows for a moment and then stops. I see that the SUService is up and running (that seemed to be a problem in other forums).
    The UACSdk file contains:
    TSS(L) 0: 09:23:12:0853 uacsdk.cpp(170): User: ADMIN
    TSS(L) 0: 09:23:12:0853 uacsdk.cpp(171): TempRegFile:
    TSS(L) 0: 09:23:12:0853 uacsdk.cpp(172): ComdLine:
    TSS(L) 0: 09:23:12:0853 uacsdk.cpp(180): ComdLine tvsukernel: C:\Program Files (x86)\Lenovo\System Update\\Tvsukernel.exe
    TSS(L) 0: 09:23:12:0853 uacsdk.cpp(190): Vista admin
    TSS(L) 0: 09:23:12:0854 vista.cpp(62): StartUIOnVistaWithAdminLongon ComdLine: C:\Program Files (x86)\Lenovo\System Update\\Tvsukernel.exe
    TSS(L) 0: 09:23:12:0854 vista.cpp(70): WTSGetActiveConsoleSessionId dwSessionId: 1
    TSS(L) 0: 09:23:12:0855 vista.cpp(74): WTSQueryUserToken failed!
    TSS(L) 0: 09:23:12:0855 vista.cpp(159): CreateProcessAsUser failed!
    The service_log contains:
    Info 2012-10-17 , 09:23:11 at Tvsu.Service.Client.CommandLauncher.ExecuteCommand​Line(String command) Message: The current user is a Vista Administrator, the request will be handled by suservice -System context-
    Info 2012-10-17 , 09:23:12 at Tvsu.Service.Server.PipeManager.HandleRequest(Stri​ng request) Message: Installing under the service context
    Info 2012-10-17 , 09:23:12 at Tvsu.Service.Common.CommandExecutor.Executor.Execu​teCommand(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) Message: Directory 1: C:\Program Files (x86)\Lenovo\System Update
    Info 2012-10-17 , 09:23:12 at Tvsu.Service.Common.CommandExecutor.Executor.Execu​teCommand(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) Message: If directory 1 exists: C:\Program Files (x86)\Lenovo\System Update
    Info 2012-10-17 , 09:23:12 at Tvsu.Service.Common.CommandExecutor.Executor.Execu​teCommand(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) Message: The parameters directory and command stay as follows: command: uacsdk.exe directory: C:\Program Files (x86)\Lenovo\System Update
    Info 2012-10-17 , 09:23:12 at Tvsu.Service.Common.CommandExecutor.Executor.Execu​teCommand(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) Message: hide window: False
    Fine 2012-10-17 , 09:23:12 at Tvsu.Service.Common.CommandExecutor.Executor.AddEn​vironmentVariables(String fileName) Message: Add environment variables for C:\Program Files (x86)\Lenovo\System Update\uacsdk.exe
    Fine 2012-10-17 , 09:23:12 at Tvsu.Service.Common.CommandExecutor.Executor.AddEn​vironmentVariables(String fileName) Message: C:\Program Files (x86)\Lenovo\System Update\uacsdk.exe is a 32-bit application.
    Info 2012-10-17 , 09:23:12 at Tvsu.Service.Common.CommandExecutor.Executor.Execu​teCommand(String dir, String cmd, String args, String _installType, Int64 timeOut, Boolean hide) Message: -1
    Info 2012-10-17 , 09:23:12 at Tvsu.Service.Client.CommandLauncher.ExecuteCommand​Line(String command) Message: Command execution duration was: 73 Miliseconds
    The tvsu_exe file contains:
    TSS(R) 2: 09:23:11:0304 tvsu.cpp(1825): Installdir: C:\Program Files (x86)\Lenovo\System Update
    TSS(R) 2: 09:23:11:0344 tvsu.cpp(1754): Installdir: C:\Program Files (x86)\Lenovo\System Update
    TSS(R) 2: 09:23:11:0344 tvsu.cpp(1775): szCmd: C:\Program Files (x86)\Lenovo\System Update\TvsuCommandLauncher.exe
    TSS(R) 2: 09:23:11:0728 tvsu.cpp(579): StartTvsukernel : admin
    TSS(R) 2: 09:23:11:0728 tvsu.cpp(586): Begin InvokeUacSdkViaService
    TSS(R) 2: 09:23:11:0739 tvsu.cpp(431): Installdir: C:\Program Files (x86)\Lenovo\System Update
    TSS(R) 2: 09:23:11:0740 tvsu.cpp(466): szCmd: C:\Program Files (x86)\Lenovo\System Update\TvsuCommandLauncher.exe
    I have tried assigning a specific user id for the service to log in with, but that didn't have any effect.
    Any thoughts are welcome!
    Thanks, Mike
    Solved!
    Go to Solution.

    For closure, I was working with someotherguy and though I ended up finding the solution myself (apparently it is our own network authority issue) I want to post my reply to him and commend him for his consistent attention.  I  really do appreciate it!!
    Best to all,  Michael
    -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    Hi Again,
    I have figured out what is going on with my SU 5 anomaly… it is because I am remote-consoling in to the computer on which I am running it.  My computer configuration is a Lenovo laptop that I take back and forth to work each day, and the new D30 that I have been talking about.  When I am at home I remote in to the D30 and can do my development work with no loss of power due to processor or network connectivity issues.  When I am at work I drop the laptop in to an expansion station and enjoy my full scale monitors and keyboard, still remoting into the D30 to do my work.
    I had a different authority related issue for services because of accessing via remote console and it occurred to me that this could be the same thing and indeed it is.  What I don’t understand is that I am logged in to my laptop with my domain id and I remote connect to the D30 using the same domain id, and I have problems with the SU updates.  When I log in directly to the D30 using my domain id it works fine.  Perhaps it is an issue to raise with my network administrators but it makes no sense to me.
    Thank you again for your consistent attention and concern.  I truly appreciate it and would be happy to know that you forwarded this commendation to your supervisor on my behalf.
    Best Regards,
    Michael 

  • Touch screen not working after system update

    A few months ago, my laptop (Satelitte P55t-A5202) went through an automatic system update.  Ever since then, my touch screen won't work.  I followed the directions to reinstall the HDI programs several times.  The first time it worked but only for a few hours. The next time I tried to reinstall, it worked for a second.  Now reinstalls do nothing. 
    Before the system update, my touchscreen worked fine.  And in reading the forums, this seems to be a common problem with the updates.  I called TOSHIBA customer service for help.  The FIRST thing they want to do is charge me for tech support because my laptop is out of warranty.  I told the customer service rep repeatedly that my touch screen worked fine until the update.  He refused to give me any help because I did not want to pay for him to tell me how to resolve...
    In my opinion, this is a toshiba issue not mine so regardless if my laptop is out of warranty, Toshiba should take ownership and be accountable for the problems they cause.
    Does anyone have any suggestions as to how to take care of this?
    By the way, Toshiba customer service representative was rude, you could barely understand him because of his accent, I had to repeat SEVERAL times what my issue was because he couldn't get past the warranty issue and I had to ask several times to speak with a supervisor ( to which he told me a supervisor would call me instead)

    See my reply in the laptop forum.
    -Jerry

Maybe you are looking for

  • What to do when my hard drive is failing

    I have had my 160 GB ipod classic for 1 year and after unplugging it from my computer it said that it had no music on it. Then I plugged it back in and i got message 1439 saying that it was corrupt. After running some tests and attempting to restore

  • Mapping in BPM

    Hey guys suppose i m doin a  async FIle to File sceenario using BPM(jst for educational purpose)both sender and receiver have different structure. here is how i m trying to design this scenario DATATYPES DT_sender ,DT_receiver MESSAGETYPES MT_sender,

  • Alert sounds not working in iPad

    My iPad does not play alert sounds and line2 does not send push notifications with sound until i open the app.  Maybe the app but does anyone else have this issue?  I have gone to settings/generalsound and set the "Ringer and Alerts" section sound to

  • Hi I'm reiger

    I need help. I just got a iPad, but I just remembered that I don't have any of the progress I did on my iPod and I need you to tell me how to transfer games with out losing any of the progress or having to restart them

  • What could the 'other' section be?

    7.75 gigabites of this. http://img163.imageshack.us/img163/1307/screenshot20130224at401.png I'm pretty unsure as of what it is, I have an iphone 4s. any help?