Can I make a connection to an AS/400 from Discoverer?

Hi,
Can I make a connection to an AS/400 from Discoverer?
tia,
/Guillermo

try this!
create a ODBC Datasource by using the "Microsoft ODBC Manager"
then write following connectionstring "user/pasword@odbc:odbc_source"
maybe it works
good luck
Udo

Similar Messages

  • I have an Iphone 4s and i can't make a connection to my mac and other devices via bluetooth! Why is this a problem and how can i repair it?

    I have an Iphone 4s and i can't make a connection to my mac and other devices via bluetooth! Why is this a problem and how can i repair it?

    "I have an Iphone 4s and i can't make a connection to my mac and other devices via bluetooth! ":
    That is correct.
    "Why is this a problem and how can i repair it?"
    Becasue this has never been a feature of iphone/ipod/ipad.  There is nothing to repair.

  • Can't make a connection from JDeveloper 10g (9.0.5.0) to WebLogic 8.1

    I can't make a connection from JDeveloper 10g (9.0.5.0.0) to WebLogic 8.1
    When I click "Test connection" JDeveloper 10g writes the following:
    Cannot instantiate class: weblogic.jndi.WLInitialContextFactory
    Have somebody ever established a connection from JDeveloper 10g (9.0.5.0) to WebLogic 8.1? How to do this?

    It connects successfully now. Thank you for the information.
    But it does nothing when I try to deploy my J2EE application.
    I right-click on Resources -> application.deploy, choose "Deploy to" -> my connection. It starts to do something obscure.
    Then I go to the WebLogic console and it shows that there is no my application.

  • I recently installed CS4, and I can not make a connection to my website.  Message an FTP error occurred and cannot make a connection to host. The remote host cannot be found.

    I recently installed CS4, and I can not make a connection to my website.  Message an FTP error occurred and cannot make a connection to host. The remote host cannot be found.

    Open up your site definition (double-click on the site name in the File panel or choose Site > Manage Sites > Edit) and go to the Remote Info category. There, click Use Firewall (if it isn't already selected) - press Test to try the default firewall settings. If that doesn't work, click Firewall Settings. You'll see two relevant settings about 2/3 down - Firewall host and Firewall port. If Firewall port is 21, there probably is something blocking the port.
    On Windows XP, you may have the Windows Firewall installed and blocking. Here's how you get to it:
    To open Windows Firewall
    1.
    Click Start and then click Control Panel.
    2.
    In the control panel, click Windows Security Center.
    3.
    Click Windows Firewall.
    Once you have that open, you'll need to set Dreamweaver as an exception to blocking:
    On the Exceptions tab, click Add                     Program.
    In the list of programs, click the name of the program (Dreamweaver) that you                     want to add, and then click OK. If the name of your program is                     not in the list of programs, click Browse to locate the Dreamweaver.exe in the Program Files folder and then click OK.
    Hope this helps - Joe
    Joseph Lowery
    Author, Dreamweaver CS4 Bible

  • Hello. I have an iphone 5s and i can not activate imessage nor facetime. I followed all the steps provided by the apple page and still i can not make it connect. The phone is connected to wifi at all times and has ios 8.

    Hello. I have an iphone 5s and i can not activate imessage nor facetime. I followed all the steps provided by the apple page and still i can not make it connect. The phone is connected to wifi at all times and has ios 8.

    Can you send SMS by using the mobile data network instead of Wi-Fi? I had the same problem setting up my 5s from a backup of my 4s. Only after I sent an SMS via mobile data network, somehow iMessage and FaceTime got activated a couple of minutes later without me doing anything else.
    I even changed my Apple ID password, because at one point I could not log into my account when iMessage asked for my account details.
    If you have difficulty activating FaceTime or iMessage - Apple Support

  • Satellite Pro 4600: When I use WEP, I can't make any connection anymore

    Hey everybody,
    When I connect my Tohsiba Satellite Pro 4600 via the build-in wireless network card without WEP to an AP, there is no problem, connection is establische and everything is working fine.
    When I use WEP, I can't make any connection anymore.
    Is there a solution to use 128 Bit WEP encryption on a Thosiba Pro 4600 laptop with the build-in WLAN.
    Thanks in advanced
    Pokettuk

    What WLan card do you use?
    As far as I know the notebook should be equipped with the Wireless LAN / WiFi Standard: 802.11b ORiNOCO Mini PCI card.
    This card supports security 64 WEP or 128 RC4.
    Everything looks like you WLan card doesnt support the same security standard like your WLan router. You should understand that this WLan card is an oldie about 7 years old.
    I think the best solution is to use the external USB WLan stick which would support the newest encryption standards
    Bye

  • How can I make my phone number active when viewing from a mobile device. My phone number is in my header in CSS

    How can I make my phone number active when viewing from a mobile device. My phone number is in my header in CSS

    See this support document http://support.apple.com/kb/HT5661

  • I want to know how can I make my playlist in my iPhone be from oldest to newest?

    I want to know how can I make my playlist in my iPhone be from oldest to newest?

    You cannot do that from your phone. You can do that from your computer.

  • Can I make it so Firefox remembers the websites from when I closed the app and automatically open them like in other browsers.

    Can I make it so Firefox remembers the websites from when I closed the app and automatically open them like in other browsers.

    You may need to update your Firefox to get these features. It was introduced somewhat recently.
    https://play.google.com/store/apps/details?id=org.mozilla.firefox

  • How can i make a connection between an application and a database over net

    dear sir
    how can i make connection between an appliction and a database over internet while the client side appliction is behind proxy and firewall
    for example how the live update of norton antivirus makes connection to the data server to make comparetions and get new virus definitions
    does that depend on sockets technology ?
    what references can guide me to the solution please?

    The ability to do so depends entirely on the JDBC driver implementation having some proxy method. It needs to recognize the HTTP or SOCKS proxy and use them to connect, and the firewall and proxy need to allow those specific port connections.
    To the best of my knowledge, all of these update utilities, e.g. live update for Netscape, Norton, etc., do not connect directly to the database. As it is, no sane security person would allow a database to be exposed to the Net. Rather, they connect using HTTP or HTTPS, which normally traverses firewalls just fine, to connect to a Web or application server on the far end. That application server then parses the request and retrieves whatever it needs to from the database.
    In other words, you cannot have a 2-tier client/server application. You need a 3-tier application:
    your client -> Web/app server -> database
    where the connection from your client to the Web/app server is over http or https through the firewall and proxies.
    Hope this helps.
    Avi
    dear sir
    how can i make connection between an appliction and a
    database over internet while the client side
    appliction is behind proxy and firewall
    for example how the live update of norton antivirus
    makes connection to the data server to make
    comparetions and get new virus definitions
    does that depend on sockets technology ?
    what references can guide me to the solution please?

  • Using face Time can I make video connection simultaneously with an apple lap top and a iPhone 4?

    Using an iMac can I make a Face Time connection simultaneously with an apple lap top (has face time app) and an iPod4 (also has face time app)? If so, how?

    I havn't got it, but have you tried the Skype for iPad app ? - http://itunes.apple.com/us/app/skype-for-ipad/id442012681?mt=8#

  • Debugger: Can't make a connection

    Hi there,
    When debugging my application, I can't seem to make a connection to the debugger. I've tried the "right-click" the swf, choose 'debugger', choose 'other machine' and enter '127.0.0.1' option but I still can't connect. 'localhost' doesn't work either. I've looked everywhere for a solution and no one really seems to understand why this is occuring. I've also tried uninstalling some the various suggested plugins in Firefox but to no avail. Note: I can't connect on either Mac Firefox (3.0.13) or Safari.
    Details:
    Flash Builder 3
    Flash Player version MAC 10,0,32,18
    Debug Player: yes
    Mac OS 10.4.11
    Any suggestions would be greatly appreciated.
    Thanks.

    Sometimes I wonder if I can honestly call myself a Flash/Flex developer...
    It turns out I didn't place a breakpoint in my app. The minute I did and debugged, voila! I now have a working and connected debugger.
    Thanks fo ryour help, BaBO. I appreciate it.
    Novian

  • Can't make a connection between my tv and laptop

    I can make a connection between my laptop and tv as far as being able to view the picture I have as my wallpaper on the tv, but that is all.  If I change the wallpaper picture on my laptop it will change on the tv also, but again that is all I can do. That is far as I can get.  Just a picture, no icons, no nothing.  I have connected using a 15 pin cable on both ends.  I have windows xp.  There must be a setting in control panel, display or somewhere but I cannot find it.
    HELP

    Thanks, but that didn't work.  Nothing happened.  This time however I completely turned off the tv and computer.  When I booted up the tv screen showed my password sign in screen.  I entered my pass word,  The screen momentarily showed my complete desktop, both  wallpaper and icons but after about a second or two it blinked and then showed only my wallpaper as before.  Puzzling.  There has to be an answer somewhere.
    Thanks for your help.

  • Can't Make Database Connection

    This is my error message:
    quote:
    Access Denied. The file may not exist, or there could be a
    permission problem.
    What I have tried...
    Every Help Menu item relating to DNS, Virtual, DNSLess,
    ODBC.... etc etc etc...
    I changed ISPs as I thought that my old one had server side
    issues, but my new one has the same problem. For the life of me I
    can not get a connection made.
    I have created a ODBC on the ISP pointing to my MS Access
    database, when I click test the server reports back that it is a
    good connection, when I try to do it with Macromedia I keep getting
    the error. Why does this have to be so difficult with Macromedia.
    What could I be missing, does anyone have any guidance
    besides what Macromedia offers in their help files because none of
    that is working.
    I even set my computer to a DMZ.
    This is crazy!!!!!!

    I don't know about 8.0.3 to jdeveloper2.0
    But I have installed jdeveloper2.0 trial version on win'98. I
    have Oracle 8.0.4 personal edition.I have connected 8.04 to
    jdeveloper2.0. You have start listener of oracle 8.04.Then you
    try for connection. It automatically connects.
    you don't need an network card.
    Regards
    Jagdeesh Pinni
    null

  • Can't make a connection with Network Solutions

    I successfully published my site today to the GoDaddy server - no problems, the iWeb Site Publishing Settings Page worked great.
    I have another site on Network solutions. I put in all the correct information in iWeb's FTP Server Settings block on the Site Publishing page. Hit "Test Connection" and it failed. Over and over and over. So get this - I call Tech Support at NetSol. They are on the line with me for half an hour and we tried everything and could not make a connection. We both gave up.
    Is anyone having problems getting a connection with NetSol?
    I just tested the Apple Publishing page with GoDaddy again and it still works just fine there.

    This Apple doc may help:
    _iWeb '09: Publishing to Windows based FTP server_
    Also, a forum reader wrote:
    I just changed my "website URL" field to read nothing more than "http://". Problem solved.
    ...Quoted from this old thread:

Maybe you are looking for

  • Issue with clearing internal table

    Hi Gurus, I am working on an issue, where when we run a std. report we see social number of the employee on the output screen, when I debugged the program I found that there are 2 internal tables where we are putting this SSN. I tried to clear the SS

  • Acrobat 8 Fails to Run on Windows 8 (64)

    I have had several Acrobat Professional apps, including Acrobat Professional 7 (serial number 1118-1784-3666-3609-3800-6837) but when I upgraded Windows XP to Windowsa 7 (64) It didn't run. I also had PhotoShop CS and Adobe directed me to your web si

  • Installation of Network Time Protocol Security Fix

    Hi.... Per App Store, I installed the fix with no issues clicking "install now."  But, Mom's Mac did the automatic install. She saw the message window saying a security update was installed.  But, in the Application Store Upgrade section, this securi

  • ALUI Gateway Not Returning Scripts for Subset of Users

    We have a problem where the ALUI gateway is not returning some .NET scripts for a subset of users. We have the ALUI 6.5 portal and our using the .NET accelerator 3.1. The situation is that this subset of users request one of our portal pages via http

  • Function Module to Determine Split Invoice

    Hi, Is there any function module to determine if the delivery orders will result into a split invoice? Regards, Mawi