Accessing as400 libraries through ASP odbc

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Accessing as400 libraries through ASP odbc

    Hi,

    We are having IIS 5.0 installed with default setting. we
    are trying to access as400 libraries (DB2) through ASP.
    But whenever we run this asp after few minutes page stops
    responding, It does not give any error. It is also
    observed that after running this page, no asp page run
    until IIS service is restarted. We have configured ODBC
    configuration is OK as we can access as400 with other
    applcations.We are using mdac 2.5 and mcafee netshied 4.5
    on server and it does not have any option like script
    disable.

    Pl. help.


    Thanks,

    Mahendra

    Mahendra Guest

  2. Similar Questions and Discussions

    1. Coldfusion with the AS400
      I am looking for a Jrun connector for the AS400/iseries. We are running coldfusion on Windows 2003. We are running apache 2 on our AS400. I know...
    2. as400 dsn connect
      I'm trying to create a dsn to connect to an iseries. I've followed the directions in the help files, but i keep getting error 'Unsupported VM...
    3. Migrating to AS400
      Hi, Anybody knows if it is possible to migrate a database (using stored procedures) from DB2 UDB for Windows to AS400? Can MTK be used? I am...
    4. cannot map As400 drive
      Hi, Anyone have experience on mapping AS400 export folder to PC. At the past when we are using the 95,98,2000 mapping the AS400 QDLS folder...
    5. Filemaker + ibm as400 Help!!
      Good Morning Somebody know how the program "Filemaker" could be connected with ibm "as400". may be with ODBC? Please try to help me !!! Thank you...
  3. #2

    Default Re: Accessing as400 libraries through ASP odbc

    I've run into the same behavior before when executing simple queries against
    and AS/400 that had a ; at the end. Oddly enough, dropping the ; off the
    end of the query fixed it. I don't know that that's the issue though. Can
    you switch to OLE DB instead of ODBC? I'm using OLEDB drivers from IBM's
    Client Access.

    Ray at home

    "Mahendra" <mahendra.ghadi@castrol.com> wrote in message
    news:0a6d01c3a8e5$fc2fbcf0$a301280a@phx.gbl...
    > Hi,
    >
    > We are having IIS 5.0 installed with default setting. we
    > are trying to access as400 libraries (DB2) through ASP.
    > But whenever we run this asp after few minutes page stops
    > responding, It does not give any error. It is also
    > observed that after running this page, no asp page run
    > until IIS service is restarted. We have configured ODBC
    > configuration is OK as we can access as400 with other
    > applcations.We are using mdac 2.5 and mcafee netshied 4.5
    > on server and it does not have any option like script
    > disable.
    >
    > Pl. help.
    >
    >
    > Thanks,
    >
    > Mahendra
    >

    Ray at Guest

  4. #3

    Default Re: Accessing as400 libraries through ASP odbc

    On Tue, 11 Nov 2003 22:27:02 -0800, "Mahendra"
    <mahendra.ghadi@castrol.com> wrote:
    >We are having IIS 5.0 installed with default setting. we
    >are trying to access as400 libraries (DB2) through ASP.
    >But whenever we run this asp after few minutes page stops
    >responding, It does not give any error. It is also
    >observed that after running this page, no asp page run
    >until IIS service is restarted. We have configured ODBC
    >configuration is OK as we can access as400 with other
    >applcations.We are using mdac 2.5 and mcafee netshied 4.5
    >on server and it does not have any option like script
    >disable.
    It could be multiple issues. Using OLEDB to access an AS/400 works
    fine for us, but occasionally the IIS pages seem to hang because
    something on the AS/400 is locking the process. Checking the AS/400
    job queue may help there.

    You may also be running into an IIS issue, check the event log for
    errors and try the IIS groups for specific help there.

    Jeff
    Jeff Cochran Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139