9iFSRe2 + API + connect with thin-Client

Hi,
I progam the iFS-APi to connect the iFS.
But under Windows i must install about 100MB.
Under Linux the size of libs i need to connet
about 10MB.
My Question is can i connect the iFS with
thin-Client dll?
thanks for Answer
bye

Place some debugging code and see if URL is null. Also, although it is nice practice, you don't need to catch every type of exception. Try (no pun intended):
catch (Exception e) {
System.err.println(e.getClass().getName() + ":" + e.getMessage());
- Saish
"My karma ran over your dogma." - Anon

Similar Messages

  • Mac Pro with thin clients

    Hello,
    I am looking for a configuration of a Mac Pro server with thin clients so that software and data is centralized on one location.
    Is that possible with Mac OS X ? And does Apple have thin clients ?
    Hubert

    I have the same question. I am about to buy a Mac Mini with Leopard server, if I can connect thin clients to it. I have good old PCs with Win and Linux, I want to use them as thin clients

  • OraXE Connection with thin

    when making the connection with thin gives the following error me
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12705: Cannot access NLS data files or invalid environment specified

    What is the NLS_LANG settings of your database? Are you able to connect to the database with SQL*Plus? If not, you might want to try posting on the Oracle XE forum and solve that problem first.

  • HPDM using WOL with thin clients using WES8

    When using HPDM 4.6 with t620 clients using WES8, the Wake on LAN option does not work.It makes it impossible to do settings and deployments outside office hours.How can this be fixed?

    Hi,
    Thin clients normally have a low memory allocation on the video card (8mb to 16MB) so this can be a problem.  Check to see if you can change this in the BIOS on the WYSE.  If not connect at 256 Colours to reduce this.  If you have pictures linked to products then their resolution will not be good but for SAP itself the difference is small.  Also rename the SAPSS.AVI to .old if you have not already done so so that the splash screen does not come up when logging in.
    In my multimedia testing on thin clients, unrelated to SBO, I found that both memory and processor power made a huge difference, which is contrary to thin client manufacturer claims.  As an example I used a 200MHz/64MB TC for a flash application and sound was about 3 seconds behind the image and the image update would skip 3 to 5 frames when updating.  Moving to a 800Mhz/128MB TC The frame refresh rate was almost perfect and the sound was only about 0.5 seconds behind.  I would therefore test on a more powerful thin client to see if it improves performance.
    The S30 is a 400MHz (rated @ 533 on performance by AMD).   Try a 1GHz TC with the maximum Video memory you can find.
    We are currently using VXL Itona 800Mhz/128MB and do not experience too much rolling but we are using 256 colours.
    Hope this helps.

  • Problem in Using  Oracle with Thin Clients(Image) Technology

    I am running Oracle on Server and mine clients are thin clients.I have image on Oracle Server from where I am booting thin clients.The Problem I am facing is when I use single Thin client then everything works but as I starts using more than one thin client mine I got the error rwrun60 and it gives the that close or ignore message.I am using run_product for running reports.Then I tried to use run_report_object but how can I pass paramater using run_report_objects

    i m not getting much from what you are saying.... but i found something.i created a windows application and then was able to create a dataset from ODAC connection to oracle. then dragging the dataset on windows form... i was able to create a data grid containing the data. hittin F5 the app was running successfull. however when tryin to do same in asp.net...when configuring the data source using sql datasource it gave me following error ...
    ORA-00942: table or view does not exist
    help help

  • Make a test with thin client

    Hi all,
    I'm facing a strange boring problem. I've a tomcat runs a webapp that using thin client connects to a remote DB.
    From about a week is not able to connect anymore. Java hangs and report this error:
    java.sql.SQLException: Io exception: Connection reset
    So I've no firewall and listener is correctly working. Telnet to listener is working.
    Does anyone has a simple java class to run to make a connection test?
    Thanks
    Stefano

    Use preparedStatement either like this
    String query = update tableName set datefield= TO_DATE(?, 'YYYY-MM-DD HH24:MI') where id= ? ";
    and setString(1, string);
    or
    String query = "update tableName set datefield= ? where id= ?";
    and setTimestamp() or setDate () depends what you need in your date field .
    Bets regads Alexey.

  • Marked objects connect with thin line

    I work in CS6. When I mark two or more objects they automatically connect with a thin line (and a white square) between them. They are still two separate objects, but the connection between them is shown (and they can be dragged together). Is it possible to change this setting?  

    That's the selection bounding box, and no, you can't change it.
    The bounding box is going to change to be the smallest rectangle that completely encloses all of the selected objects and may look quite different from what you describe if the objects are not the same size and aligned vertically or horizontally.

  • Cx_Oracle dosen't work with Thin Client

    Is there an alternative to the Fat- & Thin-Client installation to get cx_Oracle running.
    I would like to tell my custommersomething like "install Addon XY in addition to the Thin-Client akording to the Oracle Vresion you are using."
    I Know of the possibility to enhance a Thin-Clinet installation by copying certain files and folders from the server.
    But our Application should work for manny custommers, with different Oracle-Versions. And we just can't expect a DBA
    to let him do all needed Steps to get cx_oracle running.
    Anny Idea?
    Thanks

    AFAIK with the same cx_Oracle's source code you can build versions for different oracle's clients (at least in my experience it always asked me my $ORACLE_HOME and $LD_LIBRARY_PATH and the setup.py handles different oracle's version). It might work with 9i, 10g and 11g (I wouldn't risk to talk about 8i).
    Besides that Oracle instant client is free to distribute (see here) so you can bundle it with your code. I can imagine it would be pretty easy to build it in *unix although I'm not sure bout Windows -for lack of experience with that particular OS-.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Connection with OPC client

    Hi,
    I would like to access to my shared variables using an OPC client. (a free software called powerOPC or any other one)
    When I use it locally, everything goes well, I can access my shared variables, but when I try to access from a distantr PC, I cannot connect and get some errors. I've tried to open port 135 on the firewall, I've read the following post: http://forums.ni.com/t5/LabVIEW/opc-dcom-access-denied/m-p/822246/highlight/true#M373884
    But I still can't access my variables.
    The NI Distributed System Manager can access to the distant shared variables, so I don't know what's wrong with other clients.
    Does anyone knows how to do?
    Both PC are running win 7, one is 32 the other 64bit.
    LV2011
    Regards

    Hi toto26,
    thank you for using National Instruments discussion forum.
    Could you detail the way you use to communicate with your OPC server thanks share variable? Are you using datasocket like in this document or are you using DSC ?
    Could you tell us more about the errors you get? Have you already seen this KB document and its first related link?
    Thank you in advance
    Regards,
    Audrey_P
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Journées techniques : des fondamentaux aux dernières technologies pour la mesure et le contrôle/comm...

  • Having trouble with thin client

    Hello all,
    First of all, I appologize if I post in the wrong section. So please, just move it where suitable.
    I have HP T5000 Thin Client and I would like to connect it to a desktop computer that runs Windows Multipoint Server 2012. My problem is that it doesn't accept IP address sent by router. If I enter parameters manualy, it still can't see other computers in network. Does this mean that something failed or that I have to setup something else.
    Also, would you be so kind as to suggest what would be the best option for this device - which server to connect it to and in what way?
    Thank you very much in advance.
    Isidora

    Ugljesic, welcome to the forum.
    I believe that you will get more responses if you start a thread here.  They are the members who know more about your Thin Client.'
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Trusted connectivity with different Clients

    Hi all
    I have the following problem: The Trusting System SRR (Server) has client 100 and 010 the
    Trusted System CLL has client 010.
    I tried to make a trusted connectivity with the SRR 100 Client, but I’m only able to connect to the SRR 010 Client.
    Where can declare to which Client of the Trusting System (Server) the Trusted System (client) Points?
    Tnx for your help
    Murat

    Hi
    I solved the problem.
    if the Client is not the same you see in the trusted system in RFC menu trusting system an error.  "authorization failed". (this was confusing)
    You have to create in the Trusting system the authorization object S_RFCACL with the client information for the calling System. You verify the settings with the function module AUTHORITY_CHECK_TRUSTED_SYSTEM.
    Once you created the trusted system in the Trusting system. You have to create a NEW RFC connection in the Trusted System for example <SID>_TRUST mark the trusted system and current user with the Client# information. Once saved, try to logon by the "Remote Logon" button. If this works, then you created successfully the trust relationship.
    Thanks<u> <i>Wolfgang for the Note you mentioned</i>.</u> I checked that Note before.What I didn't know that the Message in RFC menu Trusting System authorization failed  can be ignored since it tries to logon with the current logged on client.
    Murat

  • PEMInputStream with thin client

    I am trying to get around using the weblogic.jar for my Weblogic client. I would
    like to use the
    wljmsclient.jar and wlclient.jar in order to make my client carry less weight.
    However, I need to
    use the PEMInputStream in order to perform my 2 way SSL. The only place that
    I've seen this
    PEMInputStream class is in the big, bulky jar. Does anyone have any suggestions?
    Thanks in advance,
    Joel

    "Joel" <[email protected]> wrote in message
    news:3edbc4c6$[email protected]..
    >
    I am trying to get around using the weblogic.jar for my Weblogic client.I would
    like to use the
    wljmsclient.jar and wlclient.jar in order to make my client carry lessweight.
    However, I need to
    use the PEMInputStream in order to perform my 2 way SSL. The only placethat
    I've seen this
    PEMInputStream class is in the big, bulky jar. Does anyone have anysuggestions?
    >
    I believe 8.1 has an iiop thin client that can use sun jsse.

  • Which would be the best NAC approach with thin clients up today?

    Hello guys,
    Which would be the best NAC approach using CAM/CAS infrastructure for thin clients? I guess nac agent is still not supported on thin clients/virtual desktops right?
    Would mac address authentication be the best option?
    Regards,
    Emilio

    Hello guys,
    Which would be the best NAC approach using CAM/CAS infrastructure for thin clients? I guess nac agent is still not supported on thin clients/virtual desktops right?
    Would mac address authentication be the best option?
    Regards,
    Emilio

  • Facing problem in connection with OWB client

    Dear All
    Greetings!!!
    Im new to Datawarehouse building. I have installed OWB R1 at my own pc.I am facing problems in connecting OWB client..What exactly to put in Host name and Oracle Service name. i am logging in with the same system/password with normal login. Please guide me to enter in the datawarehouse world..
    Thanx and Regards
    Nukesh Bhoyar
    Mumbai(India)

    Hi Nukesh
    I know this doesn't really answer your question but Oracle have just made Release 2 of Warehouse Builder available and based on all of the info through this forum and other places, if I was you I would download R2 and install it instead of R1, as it is deemed to have way more functionality.
    Cheers
    M

  • Create connection with sqlplus client

    Hi@everybody,
    i've a little connection problem with the oracle Instant Client I've installed on my Windows 7 64 bit. First, I've token the files:
    instantclient-basic-windows.x64-12.1.0.1.0.zip
    instantclient-sqlplus-windows.x64-12.1.0.1.0.zip
    and uzipped them together in a directory. That directory is in PATH enviroment variable on Windows 7.
    Now i want to try to get a connection to my Oracle 11gR2 (11.2.0.3) database on CentOS. When i do a EasyConnect:
    PROMPT>sqlplus system/pwdofsystem@hostname_of_db_server:1521/SIDNAME
    there is no problem to get to the database.
    But when i try the long way:
    PROMPT>sqlplus 'system@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname_of_db_server)(PORT=1521))(CONNECT_DATA=(SID=SIDNAME)))'
    first he asks me for the password for system. I enter the password and then I get an ORA-12560 error.
    I allready read about that error but i can't understand, why i need an entry in a tnsnames.ora file when i gave sqlplus all the parameters directly. Or is there another failure?
    Thanks and best regards,
    David

    TAKE OFF THE SINGLE QUOTES, you will be connected
    Run this without single quotes,
    PROMPT>sqlplus system@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=hostname_of_db_server)(PORT=1521))(CONNECT_DATA=(SID=SIDNAME)))
    I guess if you are passing the whole ting in quotes, sqlplus is considering it as a 1 single parameter and assuming the whole thing as USERNAME.

Maybe you are looking for

  • Goods Receipt Value line item wise

    Hi Experts, My client wants show Goods Receipt Value line item wise at the time of GR entries. He wants show GR Value before saving the GR document. Please advise me how it is possible. Thanks in advance, Chandhu

  • Comprehensive Discount Report

    Dear all, How can we identify from where the discount % value is being picked up in the Sales Order or any other marketing documents? Is there a report that points out in Sales Order, this particular line item's discount is 10% and it is being extrac

  • Do not print...

    Post Author: mrsmith3000 CA Forum: Formula How do you force CRXI not to print a record if a particular field is 'blank' and proceed to the next record?

  • PSE freezes when adding text - help

    I have a MAC and have installed PSE 11 successfully.  I'm working on a birthday project and everytime I try to add text, the whole thing freezes.  I force shut down as it's the only thing to get me out of it, and reboot, and it does it again, and aga

  • Windows Remote Desktop Permission to view only

    We have multiple Windows Server 2008 & 2003 servers in LAN & don't have active directory .If we allow remote session to LAN user / 3rd Party on Server1 then through this Server 1 connecting person get allow the remote session for other server also. W