Which directory do Siebel thick client get the image file

Hi
My colleague had created a new picture file and uploaded into the server. In order for my thick client works properly I have to get the picture and put inside my local.But exactly where is the directory?
My siebel thick client is install in this default directory C:\Siebel\8.1\Client_1
I believe that the C:\Siebel\8.1\Client_1\PUBLIC\enu\images is where siebel would get the images. But is not showing in my thick client. Perhaps im wrong. Or am I missing out something. And the picture is for eChannel Partner Portal
Thanks

Hello,
By any chance is the browser setting for downloading images disabled? Just have a look. It is somewhere in IE settings (don't ask where as I myself get lost in those settings) :)
In case that is not the issue then as a last resort delete temporary interenet files and clear cache for IE. Then go to the Downloaded Installations folder inside the Windows directory and delete all the ActiveX controls that are in any way related to Siebel. They will get reinstalled once you start up thin / thick client again so do not worry about that.
Warm Regards,
Tanmay Jain

Similar Messages

  • Why I can not get the image file of component?

    Hello,
    I tried to get an image file from the component. After I run the code below, there is not any new file created. Could you tell me what's wrong with it?
    Rectangle d = this.getBounds();
    BufferedImage bi = new BufferedImage(d.width, d.height, BufferedImage.TYPE_INT_RGB);
    try {     
    ByteArrayOutputStream boutstream = new ByteArrayOutputStream();
    // save it to file
    FileOutputStream fimage = new FileOutputStream( new File( "image.png" ) );
    boutstream.writeTo(fimage);
    fimage.close();}
    catch (Exception ev){     
    System.err.println("error making jpeg image: " + ev);
    ev.printStackTrace();}

    BufferedImage bi = new BufferedImage(d.width,d.height, BufferedImage.TYPE_INT_RGB);Straight after the above line you need to put this line:
    d.paint(bi.getGraphics());
    This is what was suggested to me in this thread(http://forum.java.sun.com/thread.jsp?forum=57&thread=369379) anyway, and it worked for me!

  • NSImageView - How to get the image file's path?

    I'm working on an image uploader application, and am having difficulties getting the info I want from an editable NSImageView. Basically I have an NSImageView object which the user can drag an image file to display a preview and add to the list of images to be uploaded. The image is loaded into the NSImageView just fine, however for my purposes I need access to the actual file path of the image.
    The NSImageView target function is activated when an image file is dragged onto the view, however at that point an NSImage is provided and I have yet to figure out how to get access to the file name. Anyone have any suggestions regarding this?

    This may be helpful.
    http://nsnotfound.blogspot.com/2007/08/nsimageview-and-image-filenames.html
    Eric

  • Where to get the image file of directory and file icon??

    I've wrote a "file chooser" by my self and
    I need different icons to denote directories and
    files. Does anyone know where to get this icons??
    thanks

    use print screen and paste it in paint shop
    cut what you need

  • How can we get the image which is stored in clipboard by labview, is there any functions available like text from clip board

    How can we get the image which is stored in clipboard by labview, i can get the text in clipboard by using invoke node directly.but i cannot get the image, is there any functions or vi available.(image is in Png format)

    The Read from Clipboard method is, unfortunately, limited to text. If the clipboard contains an image then you need to use OS-specific functions calls. This is an example program for Windows. It's old, but it should still work.

  • Thanks in advance..apple newbie here.  Have 12 photos/videos on camera roll, but only 3 appear on photostream (which is on), how do i get the rest over so that i can see them on apple tv.  thx so much

    Thanks in advance..apple newbie here.  Have 12 photos/videos on camera roll, but only 3 appear on photostream (which is on), how do i get the rest over so that i can see them on apple tv.  thx so much

    FAQ photo stream http://support.apple.com/kb/HT4486

  • I am trying to download Firefox on my laptop which runs Vista. I am getting the following error message: Your Firefox profile can't be loaded, it may be missing or innaccessible." Please help.

    I am trying to download Firefox on my laptop which runs Vista. I am getting the following error message: Your Firefox profile can't be loaded, it may be missing or innaccessible." Please help.

    See:
    * http://kb.mozillazine.org/Recovering_a_missing_profile
    * http://kb.mozillazine.org/Profile_in_use
    * https://support.mozilla.com/kb/Firefox+is+already+running+but+is+not+responding

  • I get a message MSVCR80.dll is missing reinstall itunes which i did but i keep getting the same message and cant open itunes at all

    i get a message MSVCR80.dll is missing reinstall itunes which i did but i keep getting the same message and cant open itunes at all

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components; this won't normally affect its library, but that should be backed up anyway.
    (99134)

  • Get the largest file in directory

    Hi All,
    how do i get the largest  file in directory.?
    using labview 7.1
    regard's
    eyal.

    I don't have 7.1, but here's one way in LabVIEW 8.2 (looking for largest VI in this case). Not sure if "List Folder" and "Get File Size" are in 7.1:
    This is a sample only, has no error handling, and looks in the given folder only (doesn't recurse sub-folders).
    Message Edited by Bill@NGC on 07-22-2007 01:23 AM
    “A child of five could understand this. Send someone to fetch a child of five.”
    ― Groucho Marx
    Attachments:
    largest file size.png ‏277 KB

  • Which view I can query to get the granted objects privilege to a user?

    Hi all,
    which view I can query to get the granted objects privilege to a user?
    for example:
    grant execute on accounting.get_name to scott;
    Which view has above object granted information?
    Thanks

    SQL> select * FROM all_tab_privs where grantor = upper('accounting');
    no rows selected

  • I have an iPhone in my name and my wife has an iPad in her name. We have just ordered an iMac and wondered which account we should use to get the best out of all the devices

    I have an iPhone in my name and my wife has an iPad in her name. We have just ordered an iMac and wondered which account we should use to get the best out of all the devices? Can we use both accounts in iCloud?

    Yes you can.  However, it is better to use one person's account most of the time for purchases in the Mac App Store and iTunes since you can share purchases, such as songs, among various devices using the SAME account.  You Cannot share purchases among different accounts, though.   So make one of your accounts the main "purchasing" account so you can share purchases.
    Hope this helps

  • Getting the log files from client using java program

    hi
    this is lalita...and i am doing a project in networking.... i am new to socket programming....i have established the socket connection between the client and server...with this site members' help....now i have to get the log files of the client system from the server.... via the created socket....i need it by tomorrow...i.e apr 12th ....as i have to show it to my guide...
    i just need a core java program that will get the log information of the client from the server......
    Can anybody please help me in this regard..... it would be of great help to me and my group....
    Anxiously awaiting for the replies....
    Thanking you and regards...
    Lalita.

    Simple.
    Server is listening on a specific port for the connection from the clients.
    Connect the client with the server on the above mentioned port.
    Open the streams on both side for the connection and run in separate thread.
    Define a protocol for communication between client and server.
    e.g after connection with the server the server send a text message to the client (send log) now the client first should the log file name and size to the sever and then send the file. the server should save the file.
    then disconnect the client or want to get another file or for other tasks define the other commands

  • HT1459 Whenever I try to activate my 4th generation iPod Touch bought today, via my home router (Asus) which has a good signal, I get the warning: "Your iPod Touch could not be activated because the activation server cannot be reached." Very frustrating.

    Whenever I try to activate my 4th generation iPod Touch bought today, via my home router (Asus) which has a good signal, I get the warning: "Your iPod Touch could not be activated because the activation server cannot be reached." Very frustrating. When I try to activate it via iTunes on my HP laptop, it won't do it either. Very frustrated and unimpressed.

    You are running into the activation lock.
    iCloud: Find My iPhone Activation Lock in iOS 7
    You have to either enter the Apple/iCloud ID and password in order to activate the iPod for use. Or you can try to dissassociate the iPod for that account by:
    Find My iPhone Activation Lock: Removing a device from a previous owner’s account
    If you can't do that you have a nice, thin but expensive brick

  • How can I get the lib files which supported jsf?

    In one book , That introduce me to get the lib files from a jsf folder ,after you install the jwsdk1.3 ,now ,I installed the 1.5,but I cann't find this jsf folder.where I can get these lib files ? Thanks very much.

    Try data rescue or some other program. However, before proceeding turn off TM and avoid that muck up the next time you connect. AFAIK, however, it shouldn't have happened without a dialog box popping up allowing you to not use it for TM.
    See Pondini's TM FAQs for more information..

  • How can I get the image data from Clipboard with LV

    Anybody knows How can get the image data after pressd "print screen button" with LV?
    I want to program a software which can save a image as a bmp or jpeg etc, and the image data is from pressed print screen button. 
    How to get it out from clipboard. I am trapping about. thanks in advance.
    Try to make everything Automatic

    You can have a look at Rolf Kalbermatter's post here (give him stars) or, if you're using scripting, you can use the Application class Get Clipboard Image method.
    Try to take over the world!

Maybe you are looking for

  • "Ipod cannot be restored.  Unknown error (1415) has occurred."  Please help

    Ipod classic 80 gig. is recognized on Itunes, but no boxes to check in Summary. Will not restore. Have uninstalled and reinstalled Itunes and rebooted computer. Thank you.

  • I need help with my Live! cam video im

    My camera has problems with showing the picture. The video is deformed, the video background shines through the view.What can I do with that? How can I turn the background off Ohh, in the Live ! cam center there are questionmarks almost on every butt

  • System recovery failed new hard drive

    I have an HP Pavilion g-6 1d26dx laptop.  I just replaced the hard drive with one ordered directly from HP.  When I went through the System Recovery, using the disks from HP, I got the following message: There might be unexpected reboot during specia

  • My short films have disappeared! How can I get them back?

    After syncing my ipad, all of my short films disappeared! I looked through my purchases and everything i could think of...... Please help?

  • RH10 Parent/Child Directory Structure

    I know that you cannot embed a child project within a child project. When the parent displays in the browser, Child Project 1 is on the TOC, but Child Project 2 simply isn't in the Child Project 1 book. Now I have a situation where I am trying to res