Unable to open attachments in WebUI only for some users

Hello ,
Can you please help with this attachment problem we have..
Certain users are unable to open/view attachements in emails.
This is causing huge downtime as the users work a lot on emails and attachments.
1. Checked the profile of users who are able to open and who are not
able to open and they appear same
2. PC issue was ruled out as the user who was unable to open the
attachment tried logging into the pc where user was able to open the
attachment , but still could not open the attachment
Can you please suggest what could be the issue.
Thanks
Regards
Monica.

Hi Monica,
If the authorization check was not problems, and the problematic user tried in a same Internet Explorer with the same settings where another user can open attachments without problems, it's complicated
I would tried to debug a little in the SAP system with the problematic user, trying to get some clues about it. I can point you:
- The URL that is associated to an attachment is built on iterator class CL_CRMIC_ATTACHMENTS_IT, at method IF_HTMLB_TABLEVIEW_ITERATOR~RENDER_CELL_START. There you have a switch, and when the p_column_key is 'FILENAME', check the value for
lv_row_ref->url. It should be something like this:
/sap(<COOKIESTRING>)/crm/crm_att_provide?cid=<CONTENT_ID>&content_disposition=attachment
- When you try to open the attachment, the class that will handle this is CL_CRM_ATT_PROVIDER. Check method IF_HTTP_EXTENSION~HANDLE_REQUEST and debug it's execution.
Check if this helps you a little more...
Kind regards,
Garcia

Similar Messages

  • Outlook asking for username and password, but only for some users

    Hello, I'm
    in an Exchange Server 2013 client
    environment, two CAS servers
    and two Mailbox.
    Some users are having trouble in Outlook 2007
    and 2012, which is directly
    requesting the user name and password, not all,
    just some.
    The Active Directory is ok,
    DNS and also own Exchange
    servers apparently do not see errors.
    Has anyone here ever experienced this?
    How can I solve this problem?
    As this happens only to some users
    and the vast majority have no problems, so
    difficult to find the cause.
    Thank you!
    Ivanildo Teixeira Galvão

    Hi Ivanildo,
    From your description, only some users have an issue that Outlook prompts for username and password. In your case, I recommend you compare the normal and problematic Outlook settings. Here is the Outlook settings in my environment for your reference:
    1. "Always prompt for logon credentials" isn't checked.
    2. Logon network security using Negotiate Authentication.
    3. "Connect to Microsoft Exchange using HTTP" is checked.
    4. Use the NTLM Authentication when connecting to my proxy server for Exchange.
    Hope this can be helpful to you.
    Best regards,
    If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Amy Wang
    TechNet Community Support

  • Catalog items visible to everyone, purchaseable only for some users

    Hello everybody
    Me again trying to find a solution to the following problem:
    We need to have some items in our catalog that are visible for every user but only purchaseable via shopping cart / SRM for some authorized users. I couldn't find any possibility in the customizing. So my attempt would be to add an additional attribute in CCM where I can put some kind of flag and then to construct an authorization check based on that flag and on a authorization profile. In case the authorization check fails, the catalog item may not be put in the shopping cart. Preferabily the shopping cart icon should be disabled for such items.
    Did somebody out there already think about something similar or already implemented something like that?
    It would also be a good basis for offering a publicly viewable, browseable catalog for "window shopping", because I also didn't find a way until now to publish the catalog as a standalone web application without shopping cart functionality.
    What do you out there think about it?
    Kind regards,
    Renaud

    Hi Christophe
    Thanks a bunch for your great help! I could solved the problem and am now able to have some catalog items visible but only purchaseable for authorized users. This is what I've done:
    1. Create a new authorization class (SU21)
    2. Create a new authorization object within this class
    3. Create a new authorization field within this object
    Don't forget to save and quit the SU21 transaction and then reenter it (/nsu21) because only then you'll see your changes / additions... seems to be a "refresh-bug" in SU21.
    4. Create a new role (PFCG) and an authorization profile containing the new authorization object. Assign the values needed.
    5. Create a new attribute in CCM and assigned it to OCI cust_field5 (because this one is of type TEXT50)
    6. Implemented some code in BAdI BBP_CATALOG_TRANSFER:
    DATA: wa_et_sc_item_data  TYPE BBP_PDS_SC_ITEM_D.
    DATA: wa_catalog_content  TYPE BBP_WS_OCI_ITEM_S.
    DATA: lv_authorized       TYPE c.
    DATA: lt_limtab           TYPE TABLE OF string.
    DATA: wa_limtab(10)       TYPE C.
    DATA: lv_message_v1       LIKE SY-MSGV1.
    DATA: lv_message_v2       LIKE SY-MSGV2.
    DATA: lv_message_v3       LIKE SY-MSGV3.
    DATA: lv_message_v4       LIKE SY-MSGV4.
    LOOP AT et_sc_item_data INTO wa_et_sc_item_data.
    * Get corresponding line from transferred catalog data
      READ TABLE catalog_content INTO wa_catalog_content
                                 WITH KEY line = wa_et_sc_item_data-number_int
                                 BINARY SEARCH.
      IF sy-subrc = 0.
    *   If field content for checking authority against is not empty...
        IF NOT wa_catalog_content-cust_field5 IS INITIAL.
    *     Perform authority check
          AUTHORITY-CHECK OBJECT '<your auth.object here>'
                          ID     '<your auth.field here>'
                          FIELD  wa_tab.
          IF sy-subrc <> 0.
            MOVE wa_catalog_content-cust_field5  TO lv_message_v1.
            MOVE wa_et_sc_item_data-ordered_prod TO lv_message_v2.
    *       Eliminate leading zeroes from product number
            WHILE lv_message_v2+0(1) = '0'.
              SHIFT lv_message_v2.
            ENDWHILE.
    *       Output message
            MESSAGE ID     'ZXXX'
                    TYPE   'W'
                    NUMBER '000'
                    WITH   lv_message_v1
                           lv_message_v2.
    *       Remove item from SC
            DELETE et_sc_item_data.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDLOOP.
    Interesting observation is, that when issueing the message with type = 'I' it does not condense the message text. With type = 'W' it does...
    I also found out the reason, why the way via ET_SC_MESSAGES will not work: SAP <b>has hard coded</b> somewhere after the BAdI call the message id and message number... so no way to bypass this without a modification.
    Kind regards,
    Renaud

  • How to set a shared calendar 'read only' for SOME users in ML server

    I am setting up Mountain Lion Server and wish to set up a series of calendars to be used by a studio of approx 20 people - two calendars will show the kind of thing I'm trying to achieve.
    Calendar A shows appointments and meetings - it can be viewd and edited by all
    Calendar B shows who is taking leave and when - it can be viewed by all, but edited by only a small group of people
    What is the best way to set this up? On The earlier version of the server we had set up calendars on the server and delegated - this is not possible on Mountain Lion Server.

    I don't think you can do this strictly by personalization since you need to use SPEL, unless the attribute you will be using for the display to control readonly is already present in the VO. Basically you need to check a value, say Supplier, and have another attribute say readOnly, tthat is set to TRUE if the supplier equals your desired supplier and FALSE for all other suppliers.
    Regards,
    LC

  • Error 906 when getting InitialContext (but only for some users)

    I currently have an application where I'm attempting SSO. I'm obtaining the user's credentials using JAAS and then querying ADS with JNDI. All of our Java code is hosted through WebLogic 8.1. If I run the WebLogic process as a certain user, I can successfully authenticate and query ADS. However, if I run WebLogic as another ADS user, I get "Identifier doesn't match expected value (906)". This error occurs at the point that I attempt to obtain InitialContext (which means the intial authentication works). Anyway, these ADS users are in the exact same ADS group, and as far as I can tell, they have the same permissions. Is there something I'm missing? Thanks...
    Also, I have debug=true in my jaas.conf, but it only spits out basic debug information. Is there some way I can get full debugging?
    Terence

    I should probably let you know that I'm using WebLogic's JRockit 1.4.2_05

  • Report Error only for some users - Unsupported RPL stream version detected: 101.116.1047292257. Expected version: 10.6.

    Hi,
    We have certain SSRS report  (which includes subreports) which
    many users are able to access, but
    some users cannot access- they get this error:
    "Unsupported RPL stream version detected: 101.116.1047292257. Expected version: 10.6."
    (We are not using SP integrated mode)(using SSRS 2008 R2)
    No problem in VS or on server when trying to run this report.
    User having this problem has the sam ewindows and explorer versions.
    Please advice
    Namnami

     have the user clear their temporary internet cache
    How? 
    Another detail- on the problematic user's computer if I run the explorer using my credentials, the report runs fine. 
    Thanks
    Namnami

  • Restrict the posting period opening and closing for some users

    Dear SAP gurus,
    I want to restrict some users to open the posting period and for some users close posting periods. I knew that these can be done through authorization group. Pls explain how to create authorization groups and how to use those?  Anybody can help me out?
    Regards,
    Venkata Reddy

    Dear Venkatareddy,
    There are two sets of period in OB52. The first set of "From" and "To" is for the authorised group and second set is for the non authorised group. In the "Authorisation Group" (last column) give some 4 charecters name. Say "FICO".
    Now ask the basis to attach the object "FICO" for the users who are authorised say user1, user 2 and user3.
    Now in the first set of period you can maintain say 1 2008 to 16 2008 and in the second set 1 2008 to 1 2008.
    So except user1,2 and 3, all the others can post only in 1 2008. Whereas users 1,2 and3 can post in all the periods of 2008.
    Assign points if useful
    regards
    Venkatesh

  • Sharepoint Foundation - search working for some users (or computers), but not others

    Hi all,
    We have doozy of a search problem with SharePoint Foundation 2010 that I'm hoping someone can help with.
    We have an application that is listening on port 14197 and search is working just fine, but only for one or two users.
    If I do a search while logged in using the account we set the application up with then the search works fine and it returns records as expected.
    If I use a different account - one that has full control over the app, then the exact same search fails with the following message:
    We did not find any results for 06BSL.
    Suggestions:
    Ensure words are spelled correctly.
    Try using synonyms or related searches.
    Try broadening your search by searching from a different site.
    Additional resources:
    Get additional search tips by visiting Search Help
    If you cannot find a page that you know exists, contact your administrator.
    We've done everything we can think of, including several procedures to create new search accounts, replace databases, etc.
    Nothing has helped and all of the info we can find online is in relation to getting search working when it doesn't work at all.  In our case it is working, but only for some users.  We thought it might have been a permissions issue, but not matter
    what permissions we seem to give to test accounts they still don't work.  We've set up a test account, for example, that is a member of the 'application owners' group, but cannot produce any search results with it.
    The SharePoint Foundation server is running on Windows 2008 Server Foundation, with a separate SBS 2003 DC.  
    Any help most appreciated.

    Hi Alex, thanks for your response and apologies about the late reply - didn't realise someone had responded until now!
    Agreed that this looks like a permissions issue, but we're stumped as to what it could be.  The 'test' account displays this problem - if we try and search on 06BSL
    we get no results, but it does appear that this account has full control over this document (see below).
    Note that the 'Manage Permissions' page presents a comment 'This list item inherits permissions from its parent. (Customer QA & Product Management)' which is what we're
    expecting.
    The indexing schedule is set to 5 minutes. 
    Appreciate your help with this, as we've spent a huge amount of time on this problem but don't seem to be any closer to a resolution.
    Cheers,
    Damian
    Check permissions result (this result is the same for the list or for the document itself):
    Permission levels given to test (DOMAIN\test)
    Full Control
    Given through the "QA Application Owners" group.
    Design, Contribute, Read
    Given through the "QA Application Members" group. 

  • Team view data not getting refers for some user

    Hi,
    We are facing an issue in team view app for mss,  manager's are seeing details of employees not belonging to their Org Unit/ data not getting refreshed. This seems to be the Cache related issue where the data of perviously logged in user is displayed to the current user till browser cache are cleared manually.
    User don't have permission to clear browser cache. Is there any work around.The issue is coming only for some users.I have enable the 'ABAP HTTP Security session Enabled' property of the system used.
    Regards
    Pallavi

    Hi Karthik,
    in the first view I execute the BAPI and in the second view I show the results. In the second view I also submit the modified data via another BAPI.
    As I execute and display result of same BAPI in two different views I have bound the same model node to both of these views. Let me give you some sample code for understanding what have I done.
    In the first BAPI's search action handler I have written:
              Zsr_Packnr_Validate_Components_Input input = new Zsr_Packnr_Validate_Components_Input();
              wdContext.nodeZsr_Packnr_Validate_Components_Input().bind(input);
              input.addT_Version(new Zsr_Packnr_Field_Values());
              input.addT_Zsr_Genbr(new Zsr_Packnr_Field_Values());
    input.setZsr_Gmc(globalMaterialCode);
              input.setZsr_Mrc(mrc);
              input.setZsr_Ctry(country);
              input.setZsr_Dc(distributionChannel);
              input.setZsr_Div(commercialSegment);
    wdContext.nodeOutput_Validate().invalidate(); //as u suggested
              wdContext.currentZsr_Packnr_Validate_Components_InputElement().modelObject().execute();
              wdContext.nodeOutput_Validate().invalidate();
    In the second BAPI I just display the output node from the same Model context node (its mapped to the second view too).
    But as I said whenever I update some values in the result set and submit it the data gets submitted properly. But when I press the search button again, the previous set of data gets populated, not the just updated data.
    If anybody has some idea on why the second time search BAPI execution still shows the previous set of result it will be a great help to me.
    Thanks for all your help.
    Shubhadip

  • I am unable to open attachments (Word Documents, Excel file, Adobe) from my Gmail with Firefox.

    I am unable to open attachments (Word Documents, Excel file, Adobe) from my Gmail with Firefox. My computer freezes when I try to open the (email attachment) file. Task Manager says "not responding".
    You can respond to [email protected]

    You may first want to look into Safari's "Installed Plugins" section within the browser. This is (usually) found under the Safari Help header in the top of a browser. I say usually, because I don't use Safari often and mine is an older version. They handle applications and plugins like most others, to a point.
    I see in Safari Installed Plugins that mine would use
    application/pdf
    Acrobat Portable Document Format
    Acrobat Reader & reader plugin v9.5.5 for web browsers
    (in Safari 5.x, where I looked into this)
    While I use FireFox, SeaMonkey (Mozilla) and others, where I can choose in preferences the helper applications to open from the browser, Safari has different methods; so if you can change this in the preferences or settings of Safari in a later version I am not certain.
    You could see what the defaults are by using Safari help menu to open the Installed plugins, and maybe find out what happend to Adobe reader plugin. Could be it was 'sandboxed' in a later OS X and needs to be installed differently to be accepted as safe.
    It is easier to set how a file type is handled once it is inside the computer and not held in the browser; by file type in general or specific to each single document. I do both, and seldom let an a browser do these things due to security considerations. I download and open them, only then if I feel they are safe.
    Sorry to not have a specific answer for that anomaly.
    Good luck & happy computing!

  • PPT unable to open in browser for some users

    PPT unable to open in sharepoint browser for some users? 

    Hi,
    If the issue only occurs to some users not all, I’d recommend you check client issue and permission issue. For client issue, you could try compatibility view in IE.
    If there is more than one WFE servers in your environment, then please ensure SharePoint Shared Services is started on all WFE servers.
    Here is a link which provides solution to similar issue, for your reference:
    http://support.microsoft.com/kb/2028346/en-us
    If it doesn’t work, please provide more specific information about error message to narrow down the issue.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Unable to open my Nemo's reef for last 4days. Has anyone else had this problem

    Unable to open my Nemo's reef for last 4days. Has anyone else had this problem. It seemed to occur after the last content download

    I too have been unable to open Nemo's Reef properly since January 31 2014. I have used it without problems since August 2013. I recall it self updated around midday and then ever since it's failed to get beyond the opening page of what's in the reef. If I tap the back button it goes back to the iPad screen of apps. If I tap to buy a suggested plant it also disappears from the screen. However I have managed to collect my pearl gifts/sand dollars daily on that initial screen.
    I just cannot buy a plant or get out of this screen without the crash. Just going nowhere.
    Rather frustrating at level 37 and about £80 overall spent in pearls to build the reef and get beautiful fish whilst recovering from surgery past six months. I have found the game very calming. I've really enjoyed this game which past level 8 is surely intended for adults and more strategic play.
    This morning I switched on and there was instead a full screen advert. I hit the x button and it just crashed again. Now it shows my own reef on loading, but instantly crashes even faster.
    Is this an iPad problem or an apple problem. From an Apple point of view FWIW I have noticed my screen gets very hot when playing games such as Bejewelled Blitz too.
    It would be good to know if others have this nemo or/ and overheating iPad problem too. What is the solution?

  • Auto closing of dispute cases--only for some company codes

    Hi
    We have activated dispute management for several company codes in our system. The auto closing of dispute cases also has been activated in status management. Cases are automatically closed by the system (through a batch job) when the last disputed object is cleared.
    Now there is a requirement to deactivate auto closing only for some company codes. They want to close cases manually in these company codes.
    Is this possible and if so how?
    Regards
    Raj.

    You cannot deselect at a company code level.
    Can we go through you proposed process.
    So you have a dispute for $100.
    The customer pays it and the dispute closes.
    Then the customer calls up and says they have an issue with the invoice they paid previously.
    I have seen this happen before but there was a little twist
    1 - The customer raised a debit note against the client for the issue that they had. The original invoice is cleared but a debit note is created and then disputed and processed. So you can close the original dispute and create a new dispute against the debit note
    2 - The customer paid the wrong invoice. The dispute was closed. However to rectify the miss allocation the clearing document will be reversed meaning the dispute is "re-opened" and can be processed.
    I am unaware of any other requirement for a customer to "re-dispute" a paid item in SAP.

  • [solved[X superlaggy after hd went out of space, but only for one user

    So the netbook (eeepc 1101ha) went out of diskspace while running and froze. I freed up some space and restarted X, but it failed so I rebooted. Same story then. It either loads and becomes super slow or doesn't load at all. I use dwm wm which to my knowledge doesn't save to config files that might have been corrupted during the moment with no diskspace. Other wms have same problems too, but only for that user.
    Here are some lines from /var/log/Xorg.0.log/
    [ 3068.496] (**) Power Button: always reports core events
    [ 3068.496] (**) Power Button: Device: "/dev/input/event4"
    [ 3068.507] (II) Power Button: Found keys
    [ 3068.507] (II) Power Button: Configuring as keyboard
    [ 3068.507] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 3068.507] (**) Option "xkb_rules" "evdev"
    [ 3068.507] (**) Option "xkb_model" "evdev"
    [ 3068.507] (**) Option "xkb_layout" "us"
    [ 3068.683] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 3068.683] (II) No input driver/identifier specified (ignoring)
    [ 3068.684] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 3068.684] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 3068.684] (**) Sleep Button: always reports core events
    [ 3068.684] (**) Sleep Button: Device: "/dev/input/event3"
    [ 3068.697] (II) Sleep Button: Found keys
    [ 3068.697] (II) Sleep Button: Configuring as keyboard
    [ 3068.697] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 3068.697] (**) Option "xkb_rules" "evdev"
    [ 3068.697] (**) Option "xkb_model" "evdev"
    [ 3068.697] (**) Option "xkb_layout" "us"
    [ 3068.700] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 3068.700] (II) No input driver/identifier specified (ignoring)
    [ 3068.709] (II) config/udev: Adding input device USB2.0 UVC 1.3M WebCam (/dev/input/event7)
    [ 3068.709] (**) USB2.0 UVC 1.3M WebCam: Applying InputClass "evdev keyboard catchall"
    [ 3068.709] (**) USB2.0 UVC 1.3M WebCam: always reports core events
    [ 3068.709] (**) USB2.0 UVC 1.3M WebCam: Device: "/dev/input/event7"
    [ 3068.730] (II) USB2.0 UVC 1.3M WebCam: Found keys
    [ 3068.730] (II) USB2.0 UVC 1.3M WebCam: Configuring as keyboard
    [ 3068.730] (II) XINPUT: Adding extended input device "USB2.0 UVC 1.3M WebCam" (type: KEYBOARD)
    [ 3068.730] (**) Option "xkb_rules" "evdev"
    [ 3068.730] (**) Option "xkb_model" "evdev"
    [ 3068.731] (**) Option "xkb_layout" "us"
    [ 3068.742] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event5)
    [ 3068.742] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 3068.742] (**) Eee PC WMI hotkeys: always reports core events
    [ 3068.742] (**) Eee PC WMI hotkeys: Device: "/dev/input/event5"
    [ 3068.750] (II) Eee PC WMI hotkeys: Found keys
    [ 3068.750] (II) Eee PC WMI hotkeys: Configuring as keyboard
    [ 3068.750] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD)
    [ 3068.750] (**) Option "xkb_rules" "evdev"
    [ 3068.751] (**) Option "xkb_model" "evdev"
    [ 3068.751] (**) Option "xkb_layout" "us"
    [ 3068.752] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 3068.753] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 3068.753] (**) AT Translated Set 2 keyboard: always reports core events
    [ 3068.753] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 3068.773] (II) AT Translated Set 2 keyboard: Found keys
    [ 3068.774] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 3068.774] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 3068.774] (**) Option "xkb_rules" "evdev"
    [ 3068.774] (**) Option "xkb_model" "evdev"
    [ 3068.774] (**) Option "xkb_layout" "us"
    [ 3068.775] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 3068.775] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 3068.775] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 3068.775] (II) LoadModule: "synaptics"
    [ 3068.776] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 3068.776] (II) Module synaptics: vendor="X.Org Foundation"
    [ 3068.776] compiled for 1.8.0.902, module version = 1.2.2
    [ 3068.776] Module class: X.Org XInput Driver
    [ 3068.776] ABI class: X.Org XInput driver, version 9.0
    [ 3068.777] (II) Synaptics touchpad driver version 1.2.2
    [ 3068.777] (**) Option "Device" "/dev/input/event6"
    [ 3068.823] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 3068.824] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 3068.824] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 3068.824] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 3068.824] (II) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 3068.824] (**) Option "TapButton1" "1"
    [ 3068.824] (**) Option "TapButton2" "2"
    [ 3068.824] (**) Option "TapButton3" "3"
    [ 3068.863] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 3068.864] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 3068.880] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 3068.880] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 3068.880] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 3068.881] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 3068.881] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 3068.913] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 3068.914] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 3068.914] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 3068.914] (II) Synaptics touchpad driver version 1.2.2
    [ 3069.383] SynPS/2 Synaptics TouchPad no synaptics event device found
    [ 3069.384] (**) Option "Device" "/dev/input/mouse0"
    [ 3069.397] (**) Option "TapButton1" "1"
    [ 3069.397] (**) Option "TapButton2" "2"
    [ 3069.397] (**) Option "TapButton3" "3"
    [ 3069.417] Query no Synaptics: 6003C8
    [ 3069.417] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 3069.418] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 3069.430] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 3069.430] (II) UnloadModule: "synaptics"
    [ 3069.431] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 3069.431] (II) No input driver/identifier specified (ignoring)
    Any ideas?
    Last edited by idjut (2010-07-13 00:43:04)

    R00KIE wrote:
    I'm not familiar with DWM but I would look inside ~/.local ~/.config and ~/.cache , maybe something is stored there.
    If that doesn't work you may try moving all the hidden stuff to a backup folder and start the X session again.
    Something must be causing that and most probably it's some dot file stashed away inside one of those dot directories (you say new users work just fine so it's not a system problem).
    Apart from this I'm out of ideas, once I had XFCE (I know its not the same) act really strange and the problem was related with some corrupted saved session file, once I deleted it everything was fine again.
    Didn't work! Any other tips, ideas?

  • VLD-1119: Unable to generate Multi-table Insert statement for some or all t

    Hi All -
    I have a map in OWB 10.2.0.4 which is ending with following error: -
    VLD-1119: Unable to generate Multi-table Insert statement for some or all targets.*
    Multi-table insert statement cannot be generated for some or all of the targets due to upstream graphs of those targets are not identical on "active operators" such as "join".*
    The map is created with following logic in mind. Let me know if you need more info. Any directions are highly appreciated and many thanks for your inputs in advance: -
    I have two source tables say T1 and T2. There are full outer joined in a joiner and output of this joined is passed to an expression to evaluate values of columns based on
    business logic i.e. If T1 is available than take T1.C1 else take T2.C1 so on.
    A flag is also evaluated in the expression because these intermediate results needs to be joined to third source table say T3 with different condition.
    Based on value taken a flag is being set in the expression which is used in a splitter to get results in three intermediate tables based on flag value evaluated earlier.
    These three intermediate tables are all truncate insert and these are unioned to fill a final target table.
    Visually it is something like this: -
    T1 -- T3 -- JOINER1
    | -->Join1 (FULL OUTER) --> Expression -->SPLITTER -- JOINER2 UNION --> Target Table
    | JOINER3
    T2 --
    Please suggest.

    I verified that their is a limitation with the splitter operator which will not let you generate a multi split having more than 999 columns in all.
    I had to use two separate splitters to achieve what I was trying to do.
    So the situation is now: -
    Siource -> Split -> Split 1 -> Insert into table -> Union1---------Final tableA
    Siource -> Split -> Split 2 -> Insert into table -> Union1

Maybe you are looking for