Problem when searching for PDFs with Indexing Service in ASP-solution.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Martin Emanuelsson

    Problem when searching for PDFs with Indexing Service in ASP-solution.

    Hello,

    I have a problem with a small asp-solution that searches for PDF-documents
    with
    indexing service.

    For some files in the search result I get gibberish returned, such as
    *************** *************** *************** *********
    I$OYDURSURGXFWV SURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUH U5HVSRQVLEOH6
    WDWXV)HPLQLQH*2 7-RKDQVVRQ6XVDQQH )LQDO'DWH)LQDO3 URMHFW3URMHFW1D PH&RVWSODFH9HU
    1R$9$523'36XPPD U\7KHUHVXOWV5XQ 2II7KHSURGXFWVW KDWZHUHSURGXFHG ZHUHEDG7KHVXUID F
    HPDWHULDOZDVK\G URSKRELFDQGDOOW KHSURGXFWVKDGUX QRII6HHSLFWXUH7 KHSURGXFWVWKDWS U
    RGXFHGZHUHJRRG, WZDVWKHVDPHSURG XFWVWKDWSURGXFH GEXWZLWKVSXQERQ G%XURSHVXUIDFHP D
    WHULDO7KHSURGXF WVKDGIDVWLQOHWJ RRGVSUHDGLQJLQW KHFRUHDQGQRUXQR II'RVLPDW7KHSUR G
    XFWSURGXFHGZDVE DG6HYHUDORIWKHS URGX
    *************** *************** *************** *********

    while other files returns "good text" like this:
    *************** *************** *************** *********
    Feminine 865106-Date Final Projectname Orderer 2004-06-02 ALVARO PDP
    Johansson Susanne Distributed to: Internal test Alvaro v. 20-21 Summary
    Mission Background Comments Conclusion Test methods Test objects Sample No:
    20040527-001-01 Alvaro Labrep 2_2.rep SEBJOIS 2004-03-17 Printed by:
    labreporter 2004-06-02 15:51:51Laborat ory Report No:20040527-001 Rev: 1
    Status:Final Brand /Name SABA Ultr
    *************** *************** *************** *********

    The only difference between these files are that they seem to be saved with
    different PDF versions or something like that (looking in File --> Document
    Properties of the files).

    The "bad" file has the following information there:
    Creator: Windows NT 4.0
    Producer: Acrobat Distiller Daemon 3.01 for HP-UX A.09.01 and later (HPPA)
    PDF version: 1.1 (Acrobat 2.x)

    The "good" file has the following information:
    Creator: AdobePS5.dll Version 5.1.2
    Producer: Acrobat Distiller 4.0 for Windows
    PDF version: 1.3 (Acrobat 4.x)

    A small part of the code looks like this:
    *************** *************** *************** *********
    set objConnection = Server.CreateOb ject("ADODB.Con nection")
    set objIndex = Server.CreateOb ject("ADODB.Rec ordset")
    objConnection.C onnectionString = "Provider=MSIDX S;"
    objConnection.O pen
    strSQL = "SELECT Characterizatio n, Filename, Path FROM
    se_got_data.lim spdf..SCOPE() WHERE "

    objIndex.Open strSQL, objConnection

    do until objIndex.EOF
    Response.write objIndex("Chara cterization")
    objIndex.MoveNe xt
    loop
    objConnection.C lose
    Set objConnection = nothing
    *************** *************** *************** *********

    The problem seems to be this Characterizatio n-part of the earlier version of
    PDFs. Has anyone experienced anything like this before??

    Best regards
    Martin Emanuelsson
    Gothenburg, Sweden


  • Hilary Cotter

    #2
    Re: Problem when searching for PDFs with Indexing Service in ASP-solution.

    could you post these problem docs here?

    --
    Hilary Cotter
    Looking for a SQL Server replication book?



    "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
    news:%23TzXqWos EHA.3052@tk2msf tngp13.phx.gbl. ..[color=blue]
    > Hello,
    >
    > I have a problem with a small asp-solution that searches for PDF-documents
    > with
    > indexing service.
    >
    > For some files in the search result I get gibberish returned, such as
    > *************** *************** *************** *********
    >[/color]
    I$OYDURSURGXFWV SURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUH U5HVSRQVLEOH6[color=blue]
    >[/color]
    WDWXV)HPLQLQH*2 7-RKDQVVRQ6XVDQQH )LQDO'DWH)LQDO3 URMHFW3URMHFW1D PH&RVWSODFH9HU[color=blue]
    >[/color]
    1R$9$523'36XPPD U\7KHUHVXOWV5XQ 2II7KHSURGXFWVW KDWZHUHSURGXFHG ZHUHEDG7KHVXUID F[color=blue]
    >[/color]
    HPDWHULDOZDVK\G URSKRELFDQGDOOW KHSURGXFWVKDGUX QRII6HHSLFWXUH7 KHSURGXFWVWKDWS U[color=blue]
    >[/color]
    RGXFHGZHUHJRRG, WZDVWKHVDPHSURG XFWVWKDWSURGXFH GEXWZLWKVSXQERQ G%XURSHVXUIDFHP D[color=blue]
    >[/color]
    WHULDO7KHSURGXF WVKDGIDVWLQOHWJ RRGVSUHDGLQJLQW KHFRUHDQGQRUXQR II'RVLPDW7KHSUR G[color=blue]
    > XFWSURGXFHGZDVE DG6HYHUDORIWKHS URGX
    > *************** *************** *************** *********
    >
    > while other files returns "good text" like this:
    > *************** *************** *************** *********
    > Feminine 865106-Date Final Projectname Orderer 2004-06-02 ALVARO PDP
    > Johansson Susanne Distributed to: Internal test Alvaro v. 20-21 Summary
    > Mission Background Comments Conclusion Test methods Test objects Sample[/color]
    No:[color=blue]
    > 20040527-001-01 Alvaro Labrep 2_2.rep SEBJOIS 2004-03-17 Printed by:
    > labreporter 2004-06-02 15:51:51Laborat ory Report No:20040527-001 Rev: 1
    > Status:Final Brand /Name SABA Ultr
    > *************** *************** *************** *********
    >
    > The only difference between these files are that they seem to be saved[/color]
    with[color=blue]
    > different PDF versions or something like that (looking in File -->[/color]
    Document[color=blue]
    > Properties of the files).
    >
    > The "bad" file has the following information there:
    > Creator: Windows NT 4.0
    > Producer: Acrobat Distiller Daemon 3.01 for HP-UX A.09.01 and later (HPPA)
    > PDF version: 1.1 (Acrobat 2.x)
    >
    > The "good" file has the following information:
    > Creator: AdobePS5.dll Version 5.1.2
    > Producer: Acrobat Distiller 4.0 for Windows
    > PDF version: 1.3 (Acrobat 4.x)
    >
    > A small part of the code looks like this:
    > *************** *************** *************** *********
    > set objConnection = Server.CreateOb ject("ADODB.Con nection")
    > set objIndex = Server.CreateOb ject("ADODB.Rec ordset")
    > objConnection.C onnectionString = "Provider=MSIDX S;"
    > objConnection.O pen
    > strSQL = "SELECT Characterizatio n, Filename, Path FROM
    > se_got_data.lim spdf..SCOPE() WHERE "
    >
    > objIndex.Open strSQL, objConnection
    >
    > do until objIndex.EOF
    > Response.write objIndex("Chara cterization")
    > objIndex.MoveNe xt
    > loop
    > objConnection.C lose
    > Set objConnection = nothing
    > *************** *************** *************** *********
    >
    > The problem seems to be this Characterizatio n-part of the earlier version[/color]
    of[color=blue]
    > PDFs. Has anyone experienced anything like this before??
    >
    > Best regards
    > Martin Emanuelsson
    > Gothenburg, Sweden
    >
    >[/color]


    Comment

    • me

      #3
      Re: Problem when searching for PDFs with Indexing Service in ASP-solution.

      You need to install the Plugin. Acquire it from Adobe.
      "Hilary Cotter" <hilary.cotter@ gmail.com> wrote in message
      news:uTTJpKrsEH A.3076@TK2MSFTN GP09.phx.gbl...[color=blue]
      > could you post these problem docs here?
      >
      > --
      > Hilary Cotter
      > Looking for a SQL Server replication book?
      > http://www.nwsu.com/0974973602.html
      >
      >
      > "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
      > news:%23TzXqWos EHA.3052@tk2msf tngp13.phx.gbl. ..[color=green]
      > > Hello,
      > >
      > > I have a problem with a small asp-solution that searches for[/color][/color]
      PDF-documents[color=blue][color=green]
      > > with
      > > indexing service.
      > >
      > > For some files in the search result I get gibberish returned, such as
      > > *************** *************** *************** *********
      > >[/color]
      >[/color]
      I$OYDURSURGXFWV SURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUH U5HVSRQVLEOH6[color=blue][color=green]
      > >[/color]
      >[/color]
      WDWXV)HPLQLQH*2 7-RKDQVVRQ6XVDQQH )LQDO'DWH)LQDO3 URMHFW3URMHFW1D PH&RVWSODFH9HU[color=blue][color=green]
      > >[/color]
      >[/color]
      1R$9$523'36XPPD U\7KHUHVXOWV5XQ 2II7KHSURGXFWVW KDWZHUHSURGXFHG ZHUHEDG7KHVXUID F[color=blue][color=green]
      > >[/color]
      >[/color]
      HPDWHULDOZDVK\G URSKRELFDQGDOOW KHSURGXFWVKDGUX QRII6HHSLFWXUH7 KHSURGXFWVWKDWS U[color=blue][color=green]
      > >[/color]
      >[/color]
      RGXFHGZHUHJRRG, WZDVWKHVDPHSURG XFWVWKDWSURGXFH GEXWZLWKVSXQERQ G%XURSHVXUIDFHP D[color=blue][color=green]
      > >[/color]
      >[/color]
      WHULDO7KHSURGXF WVKDGIDVWLQOHWJ RRGVSUHDGLQJLQW KHFRUHDQGQRUXQR II'RVLPDW7KHSUR G[color=blue][color=green]
      > > XFWSURGXFHGZDVE DG6HYHUDORIWKHS URGX
      > > *************** *************** *************** *********
      > >
      > > while other files returns "good text" like this:
      > > *************** *************** *************** *********
      > > Feminine 865106-Date Final Projectname Orderer 2004-06-02 ALVARO PDP
      > > Johansson Susanne Distributed to: Internal test Alvaro v. 20-21 Summary
      > > Mission Background Comments Conclusion Test methods Test objects Sample[/color]
      > No:[color=green]
      > > 20040527-001-01 Alvaro Labrep 2_2.rep SEBJOIS 2004-03-17 Printed by:
      > > labreporter 2004-06-02 15:51:51Laborat ory Report No:20040527-001 Rev: 1
      > > Status:Final Brand /Name SABA Ultr
      > > *************** *************** *************** *********
      > >
      > > The only difference between these files are that they seem to be saved[/color]
      > with[color=green]
      > > different PDF versions or something like that (looking in File -->[/color]
      > Document[color=green]
      > > Properties of the files).
      > >
      > > The "bad" file has the following information there:
      > > Creator: Windows NT 4.0
      > > Producer: Acrobat Distiller Daemon 3.01 for HP-UX A.09.01 and later[/color][/color]
      (HPPA)[color=blue][color=green]
      > > PDF version: 1.1 (Acrobat 2.x)
      > >
      > > The "good" file has the following information:
      > > Creator: AdobePS5.dll Version 5.1.2
      > > Producer: Acrobat Distiller 4.0 for Windows
      > > PDF version: 1.3 (Acrobat 4.x)
      > >
      > > A small part of the code looks like this:
      > > *************** *************** *************** *********
      > > set objConnection = Server.CreateOb ject("ADODB.Con nection")
      > > set objIndex = Server.CreateOb ject("ADODB.Rec ordset")
      > > objConnection.C onnectionString = "Provider=MSIDX S;"
      > > objConnection.O pen
      > > strSQL = "SELECT Characterizatio n, Filename, Path FROM
      > > se_got_data.lim spdf..SCOPE() WHERE "
      > >
      > > objIndex.Open strSQL, objConnection
      > >
      > > do until objIndex.EOF
      > > Response.write objIndex("Chara cterization")
      > > objIndex.MoveNe xt
      > > loop
      > > objConnection.C lose
      > > Set objConnection = nothing
      > > *************** *************** *************** *********
      > >
      > > The problem seems to be this Characterizatio n-part of the earlier[/color][/color]
      version[color=blue]
      > of[color=green]
      > > PDFs. Has anyone experienced anything like this before??
      > >
      > > Best regards
      > > Martin Emanuelsson
      > > Gothenburg, Sweden
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Martin Emanuelsson

        #4
        Re: Problem when searching for PDFs with Indexing Service in ASP-solution.

        If you mean the plugin Adobe PDF IFilter 5.0 then it is already installed on
        the server so that is not the problem. Not unless there is some sort of
        setting that needs to be done for the plugin?

        /Martin


        "me" <anonymous@some where.com> wrote in message
        news:%233r%23Gf rsEHA.2660@TK2M SFTNGP12.phx.gb l...[color=blue]
        > You need to install the Plugin. Acquire it from Adobe.
        > "Hilary Cotter" <hilary.cotter@ gmail.com> wrote in message
        > news:uTTJpKrsEH A.3076@TK2MSFTN GP09.phx.gbl...[color=green]
        > > could you post these problem docs here?
        > >
        > > --
        > > Hilary Cotter
        > > Looking for a SQL Server replication book?
        > > http://www.nwsu.com/0974973602.html
        > >
        > >
        > > "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
        > > news:%23TzXqWos EHA.3052@tk2msf tngp13.phx.gbl. ..[color=darkred]
        > > > Hello,
        > > >
        > > > I have a problem with a small asp-solution that searches for[/color][/color]
        > PDF-documents[color=green][color=darkred]
        > > > with
        > > > indexing service.
        > > >
        > > > For some files in the search result I get gibberish returned, such as
        > > > *************** *************** *************** *********
        > > >[/color]
        > >[/color]
        >[/color]
        I$OYDURSURGXFWV SURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUH U5HVSRQVLEOH6[color=blue][color=green][color=darkred]
        > > >[/color]
        > >[/color]
        >[/color]
        WDWXV)HPLQLQH*2 7-RKDQVVRQ6XVDQQH )LQDO'DWH)LQDO3 URMHFW3URMHFW1D PH&RVWSODFH9HU[color=blue][color=green][color=darkred]
        > > >[/color]
        > >[/color]
        >[/color]
        1R$9$523'36XPPD U\7KHUHVXOWV5XQ 2II7KHSURGXFWVW KDWZHUHSURGXFHG ZHUHEDG7KHVXUID F[color=blue][color=green][color=darkred]
        > > >[/color]
        > >[/color]
        >[/color]
        HPDWHULDOZDVK\G URSKRELFDQGDOOW KHSURGXFWVKDGUX QRII6HHSLFWXUH7 KHSURGXFWVWKDWS U[color=blue][color=green][color=darkred]
        > > >[/color]
        > >[/color]
        >[/color]
        RGXFHGZHUHJRRG, WZDVWKHVDPHSURG XFWVWKDWSURGXFH GEXWZLWKVSXQERQ G%XURSHVXUIDFHP D[color=blue][color=green][color=darkred]
        > > >[/color]
        > >[/color]
        >[/color]
        WHULDO7KHSURGXF WVKDGIDVWLQOHWJ RRGVSUHDGLQJLQW KHFRUHDQGQRUXQR II'RVLPDW7KHSUR G[color=blue][color=green][color=darkred]
        > > > XFWSURGXFHGZDVE DG6HYHUDORIWKHS URGX
        > > > *************** *************** *************** *********
        > > >
        > > > while other files returns "good text" like this:
        > > > *************** *************** *************** *********
        > > > Feminine 865106-Date Final Projectname Orderer 2004-06-02 ALVARO PDP
        > > > Johansson Susanne Distributed to: Internal test Alvaro v. 20-21[/color][/color][/color]
        Summary[color=blue][color=green][color=darkred]
        > > > Mission Background Comments Conclusion Test methods Test objects[/color][/color][/color]
        Sample[color=blue][color=green]
        > > No:[color=darkred]
        > > > 20040527-001-01 Alvaro Labrep 2_2.rep SEBJOIS 2004-03-17 Printed by:
        > > > labreporter 2004-06-02 15:51:51Laborat ory Report No:20040527-001 Rev:[/color][/color][/color]
        1[color=blue][color=green][color=darkred]
        > > > Status:Final Brand /Name SABA Ultr
        > > > *************** *************** *************** *********
        > > >
        > > > The only difference between these files are that they seem to be saved[/color]
        > > with[color=darkred]
        > > > different PDF versions or something like that (looking in File -->[/color]
        > > Document[color=darkred]
        > > > Properties of the files).
        > > >
        > > > The "bad" file has the following information there:
        > > > Creator: Windows NT 4.0
        > > > Producer: Acrobat Distiller Daemon 3.01 for HP-UX A.09.01 and later[/color][/color]
        > (HPPA)[color=green][color=darkred]
        > > > PDF version: 1.1 (Acrobat 2.x)
        > > >
        > > > The "good" file has the following information:
        > > > Creator: AdobePS5.dll Version 5.1.2
        > > > Producer: Acrobat Distiller 4.0 for Windows
        > > > PDF version: 1.3 (Acrobat 4.x)
        > > >
        > > > A small part of the code looks like this:
        > > > *************** *************** *************** *********
        > > > set objConnection = Server.CreateOb ject("ADODB.Con nection")
        > > > set objIndex = Server.CreateOb ject("ADODB.Rec ordset")
        > > > objConnection.C onnectionString = "Provider=MSIDX S;"
        > > > objConnection.O pen
        > > > strSQL = "SELECT Characterizatio n, Filename, Path FROM
        > > > se_got_data.lim spdf..SCOPE() WHERE "
        > > >
        > > > objIndex.Open strSQL, objConnection
        > > >
        > > > do until objIndex.EOF
        > > > Response.write objIndex("Chara cterization")
        > > > objIndex.MoveNe xt
        > > > loop
        > > > objConnection.C lose
        > > > Set objConnection = nothing
        > > > *************** *************** *************** *********
        > > >
        > > > The problem seems to be this Characterizatio n-part of the earlier[/color][/color]
        > version[color=green]
        > > of[color=darkred]
        > > > PDFs. Has anyone experienced anything like this before??
        > > >
        > > > Best regards
        > > > Martin Emanuelsson
        > > > Gothenburg, Sweden
        > > >
        > > >[/color]
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • Martin Emanuelsson

          #5
          Re: Problem when searching for PDFs with Indexing Service in ASP-solution.

          I have to check with the business people where I'm working if that is ok or
          if it's all confidential. I'll get back to you as soon as possible.

          /Martin


          "Hilary Cotter" <hilary.cotter@ gmail.com> wrote in message
          news:uTTJpKrsEH A.3076@TK2MSFTN GP09.phx.gbl...[color=blue]
          > could you post these problem docs here?
          >
          > --
          > Hilary Cotter
          > Looking for a SQL Server replication book?
          > http://www.nwsu.com/0974973602.html
          >
          >
          > "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
          > news:%23TzXqWos EHA.3052@tk2msf tngp13.phx.gbl. ..[color=green]
          > > Hello,
          > >
          > > I have a problem with a small asp-solution that searches for[/color][/color]
          PDF-documents[color=blue][color=green]
          > > with
          > > indexing service.
          > >
          > > For some files in the search result I get gibberish returned, such as
          > > *************** *************** *************** *********
          > >[/color]
          >[/color]
          I$OYDURSURGXFWV SURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUH U5HVSRQVLEOH6[color=blue][color=green]
          > >[/color]
          >[/color]
          WDWXV)HPLQLQH*2 7-RKDQVVRQ6XVDQQH )LQDO'DWH)LQDO3 URMHFW3URMHFW1D PH&RVWSODFH9HU[color=blue][color=green]
          > >[/color]
          >[/color]
          1R$9$523'36XPPD U\7KHUHVXOWV5XQ 2II7KHSURGXFWVW KDWZHUHSURGXFHG ZHUHEDG7KHVXUID F[color=blue][color=green]
          > >[/color]
          >[/color]
          HPDWHULDOZDVK\G URSKRELFDQGDOOW KHSURGXFWVKDGUX QRII6HHSLFWXUH7 KHSURGXFWVWKDWS U[color=blue][color=green]
          > >[/color]
          >[/color]
          RGXFHGZHUHJRRG, WZDVWKHVDPHSURG XFWVWKDWSURGXFH GEXWZLWKVSXQERQ G%XURSHVXUIDFHP D[color=blue][color=green]
          > >[/color]
          >[/color]
          WHULDO7KHSURGXF WVKDGIDVWLQOHWJ RRGVSUHDGLQJLQW KHFRUHDQGQRUXQR II'RVLPDW7KHSUR G[color=blue][color=green]
          > > XFWSURGXFHGZDVE DG6HYHUDORIWKHS URGX
          > > *************** *************** *************** *********
          > >
          > > while other files returns "good text" like this:
          > > *************** *************** *************** *********
          > > Feminine 865106-Date Final Projectname Orderer 2004-06-02 ALVARO PDP
          > > Johansson Susanne Distributed to: Internal test Alvaro v. 20-21 Summary
          > > Mission Background Comments Conclusion Test methods Test objects Sample[/color]
          > No:[color=green]
          > > 20040527-001-01 Alvaro Labrep 2_2.rep SEBJOIS 2004-03-17 Printed by:
          > > labreporter 2004-06-02 15:51:51Laborat ory Report No:20040527-001 Rev: 1
          > > Status:Final Brand /Name SABA Ultr
          > > *************** *************** *************** *********
          > >
          > > The only difference between these files are that they seem to be saved[/color]
          > with[color=green]
          > > different PDF versions or something like that (looking in File -->[/color]
          > Document[color=green]
          > > Properties of the files).
          > >
          > > The "bad" file has the following information there:
          > > Creator: Windows NT 4.0
          > > Producer: Acrobat Distiller Daemon 3.01 for HP-UX A.09.01 and later[/color][/color]
          (HPPA)[color=blue][color=green]
          > > PDF version: 1.1 (Acrobat 2.x)
          > >
          > > The "good" file has the following information:
          > > Creator: AdobePS5.dll Version 5.1.2
          > > Producer: Acrobat Distiller 4.0 for Windows
          > > PDF version: 1.3 (Acrobat 4.x)
          > >
          > > A small part of the code looks like this:
          > > *************** *************** *************** *********
          > > set objConnection = Server.CreateOb ject("ADODB.Con nection")
          > > set objIndex = Server.CreateOb ject("ADODB.Rec ordset")
          > > objConnection.C onnectionString = "Provider=MSIDX S;"
          > > objConnection.O pen
          > > strSQL = "SELECT Characterizatio n, Filename, Path FROM
          > > se_got_data.lim spdf..SCOPE() WHERE "
          > >
          > > objIndex.Open strSQL, objConnection
          > >
          > > do until objIndex.EOF
          > > Response.write objIndex("Chara cterization")
          > > objIndex.MoveNe xt
          > > loop
          > > objConnection.C lose
          > > Set objConnection = nothing
          > > *************** *************** *************** *********
          > >
          > > The problem seems to be this Characterizatio n-part of the earlier[/color][/color]
          version[color=blue]
          > of[color=green]
          > > PDFs. Has anyone experienced anything like this before??
          > >
          > > Best regards
          > > Martin Emanuelsson
          > > Gothenburg, Sweden
          > >
          > >[/color]
          >
          >[/color]


          Comment

          • Martin Emanuelsson

            #6
            Re: Problem when searching for PDFs with Indexing Service in ASP-solution.

            I tried posting two test files to this newsgroup but got an error message
            saying the message was too big (with two attachements with a size of about
            130 kb in total).

            Could send them directly to you if that's ok Hilary? And to anyone else
            interested for that matter.

            /Martin



            "Hilary Cotter" <hilary.cotter@ gmail.com> wrote in message
            news:uTTJpKrsEH A.3076@TK2MSFTN GP09.phx.gbl...[color=blue]
            > could you post these problem docs here?
            >
            > --
            > Hilary Cotter
            > Looking for a SQL Server replication book?
            > http://www.nwsu.com/0974973602.html
            >
            >
            > "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
            > news:%23TzXqWos EHA.3052@tk2msf tngp13.phx.gbl. ..[color=green]
            > > Hello,
            > >
            > > I have a problem with a small asp-solution that searches for[/color][/color]
            PDF-documents[color=blue][color=green]
            > > with
            > > indexing service.
            > >
            > > For some files in the search result I get gibberish returned, such as
            > > *************** *************** *************** *********
            > >[/color]
            >[/color]
            I$OYDURSURGXFWV SURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUH U5HVSRQVLEOH6[color=blue][color=green]
            > >[/color]
            >[/color]
            WDWXV)HPLQLQH*2 7-RKDQVVRQ6XVDQQH )LQDO'DWH)LQDO3 URMHFW3URMHFW1D PH&RVWSODFH9HU[color=blue][color=green]
            > >[/color]
            >[/color]
            1R$9$523'36XPPD U\7KHUHVXOWV5XQ 2II7KHSURGXFWVW KDWZHUHSURGXFHG ZHUHEDG7KHVXUID F[color=blue][color=green]
            > >[/color]
            >[/color]
            HPDWHULDOZDVK\G URSKRELFDQGDOOW KHSURGXFWVKDGUX QRII6HHSLFWXUH7 KHSURGXFWVWKDWS U[color=blue][color=green]
            > >[/color]
            >[/color]
            RGXFHGZHUHJRRG, WZDVWKHVDPHSURG XFWVWKDWSURGXFH GEXWZLWKVSXQERQ G%XURSHVXUIDFHP D[color=blue][color=green]
            > >[/color]
            >[/color]
            WHULDO7KHSURGXF WVKDGIDVWLQOHWJ RRGVSUHDGLQJLQW KHFRUHDQGQRUXQR II'RVLPDW7KHSUR G[color=blue][color=green]
            > > XFWSURGXFHGZDVE DG6HYHUDORIWKHS URGX
            > > *************** *************** *************** *********
            > >
            > > while other files returns "good text" like this:
            > > *************** *************** *************** *********
            > > Feminine 865106-Date Final Projectname Orderer 2004-06-02 ALVARO PDP
            > > Johansson Susanne Distributed to: Internal test Alvaro v. 20-21 Summary
            > > Mission Background Comments Conclusion Test methods Test objects Sample[/color]
            > No:[color=green]
            > > 20040527-001-01 Alvaro Labrep 2_2.rep SEBJOIS 2004-03-17 Printed by:
            > > labreporter 2004-06-02 15:51:51Laborat ory Report No:20040527-001 Rev: 1
            > > Status:Final Brand /Name SABA Ultr
            > > *************** *************** *************** *********
            > >
            > > The only difference between these files are that they seem to be saved[/color]
            > with[color=green]
            > > different PDF versions or something like that (looking in File -->[/color]
            > Document[color=green]
            > > Properties of the files).
            > >
            > > The "bad" file has the following information there:
            > > Creator: Windows NT 4.0
            > > Producer: Acrobat Distiller Daemon 3.01 for HP-UX A.09.01 and later[/color][/color]
            (HPPA)[color=blue][color=green]
            > > PDF version: 1.1 (Acrobat 2.x)
            > >
            > > The "good" file has the following information:
            > > Creator: AdobePS5.dll Version 5.1.2
            > > Producer: Acrobat Distiller 4.0 for Windows
            > > PDF version: 1.3 (Acrobat 4.x)
            > >
            > > A small part of the code looks like this:
            > > *************** *************** *************** *********
            > > set objConnection = Server.CreateOb ject("ADODB.Con nection")
            > > set objIndex = Server.CreateOb ject("ADODB.Rec ordset")
            > > objConnection.C onnectionString = "Provider=MSIDX S;"
            > > objConnection.O pen
            > > strSQL = "SELECT Characterizatio n, Filename, Path FROM
            > > se_got_data.lim spdf..SCOPE() WHERE "
            > >
            > > objIndex.Open strSQL, objConnection
            > >
            > > do until objIndex.EOF
            > > Response.write objIndex("Chara cterization")
            > > objIndex.MoveNe xt
            > > loop
            > > objConnection.C lose
            > > Set objConnection = nothing
            > > *************** *************** *************** *********
            > >
            > > The problem seems to be this Characterizatio n-part of the earlier[/color][/color]
            version[color=blue]
            > of[color=green]
            > > PDFs. Has anyone experienced anything like this before??
            > >
            > > Best regards
            > > Martin Emanuelsson
            > > Gothenburg, Sweden
            > >
            > >[/color]
            >
            >[/color]


            Comment

            • Hilary Cotter

              #7
              Re: Problem when searching for PDFs with Indexing Service in ASP-solution.

              sure.
              "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
              news:eFNhUpNtEH A.2660@TK2MSFTN GP12.phx.gbl...[color=blue]
              > I tried posting two test files to this newsgroup but got an error message
              > saying the message was too big (with two attachements with a size of about
              > 130 kb in total).
              >
              > Could send them directly to you if that's ok Hilary? And to anyone else
              > interested for that matter.
              >
              > /Martin
              >
              >
              >
              > "Hilary Cotter" <hilary.cotter@ gmail.com> wrote in message
              > news:uTTJpKrsEH A.3076@TK2MSFTN GP09.phx.gbl...[color=green]
              > > could you post these problem docs here?
              > >
              > > --
              > > Hilary Cotter
              > > Looking for a SQL Server replication book?
              > > http://www.nwsu.com/0974973602.html
              > >
              > >
              > > "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
              > > news:%23TzXqWos EHA.3052@tk2msf tngp13.phx.gbl. ..[color=darkred]
              > > > Hello,
              > > >
              > > > I have a problem with a small asp-solution that searches for[/color][/color]
              > PDF-documents[color=green][color=darkred]
              > > > with
              > > > indexing service.
              > > >
              > > > For some files in the search result I get gibberish returned, such as
              > > > *************** *************** *************** *********
              > > >[/color]
              > >[/color]
              >[/color]
              I$OYDURSURGXFWV SURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUH U5HVSRQVLEOH6[color=blue][color=green][color=darkred]
              > > >[/color]
              > >[/color]
              >[/color]
              WDWXV)HPLQLQH*2 7-RKDQVVRQ6XVDQQH )LQDO'DWH)LQDO3 URMHFW3URMHFW1D PH&RVWSODFH9HU[color=blue][color=green][color=darkred]
              > > >[/color]
              > >[/color]
              >[/color]
              1R$9$523'36XPPD U\7KHUHVXOWV5XQ 2II7KHSURGXFWVW KDWZHUHSURGXFHG ZHUHEDG7KHVXUID F[color=blue][color=green][color=darkred]
              > > >[/color]
              > >[/color]
              >[/color]
              HPDWHULDOZDVK\G URSKRELFDQGDOOW KHSURGXFWVKDGUX QRII6HHSLFWXUH7 KHSURGXFWVWKDWS U[color=blue][color=green][color=darkred]
              > > >[/color]
              > >[/color]
              >[/color]
              RGXFHGZHUHJRRG, WZDVWKHVDPHSURG XFWVWKDWSURGXFH GEXWZLWKVSXQERQ G%XURSHVXUIDFHP D[color=blue][color=green][color=darkred]
              > > >[/color]
              > >[/color]
              >[/color]
              WHULDO7KHSURGXF WVKDGIDVWLQOHWJ RRGVSUHDGLQJLQW KHFRUHDQGQRUXQR II'RVLPDW7KHSUR G[color=blue][color=green][color=darkred]
              > > > XFWSURGXFHGZDVE DG6HYHUDORIWKHS URGX
              > > > *************** *************** *************** *********
              > > >
              > > > while other files returns "good text" like this:
              > > > *************** *************** *************** *********
              > > > Feminine 865106-Date Final Projectname Orderer 2004-06-02 ALVARO PDP
              > > > Johansson Susanne Distributed to: Internal test Alvaro v. 20-21[/color][/color][/color]
              Summary[color=blue][color=green][color=darkred]
              > > > Mission Background Comments Conclusion Test methods Test objects[/color][/color][/color]
              Sample[color=blue][color=green]
              > > No:[color=darkred]
              > > > 20040527-001-01 Alvaro Labrep 2_2.rep SEBJOIS 2004-03-17 Printed by:
              > > > labreporter 2004-06-02 15:51:51Laborat ory Report No:20040527-001 Rev:[/color][/color][/color]
              1[color=blue][color=green][color=darkred]
              > > > Status:Final Brand /Name SABA Ultr
              > > > *************** *************** *************** *********
              > > >
              > > > The only difference between these files are that they seem to be saved[/color]
              > > with[color=darkred]
              > > > different PDF versions or something like that (looking in File -->[/color]
              > > Document[color=darkred]
              > > > Properties of the files).
              > > >
              > > > The "bad" file has the following information there:
              > > > Creator: Windows NT 4.0
              > > > Producer: Acrobat Distiller Daemon 3.01 for HP-UX A.09.01 and later[/color][/color]
              > (HPPA)[color=green][color=darkred]
              > > > PDF version: 1.1 (Acrobat 2.x)
              > > >
              > > > The "good" file has the following information:
              > > > Creator: AdobePS5.dll Version 5.1.2
              > > > Producer: Acrobat Distiller 4.0 for Windows
              > > > PDF version: 1.3 (Acrobat 4.x)
              > > >
              > > > A small part of the code looks like this:
              > > > *************** *************** *************** *********
              > > > set objConnection = Server.CreateOb ject("ADODB.Con nection")
              > > > set objIndex = Server.CreateOb ject("ADODB.Rec ordset")
              > > > objConnection.C onnectionString = "Provider=MSIDX S;"
              > > > objConnection.O pen
              > > > strSQL = "SELECT Characterizatio n, Filename, Path FROM
              > > > se_got_data.lim spdf..SCOPE() WHERE "
              > > >
              > > > objIndex.Open strSQL, objConnection
              > > >
              > > > do until objIndex.EOF
              > > > Response.write objIndex("Chara cterization")
              > > > objIndex.MoveNe xt
              > > > loop
              > > > objConnection.C lose
              > > > Set objConnection = nothing
              > > > *************** *************** *************** *********
              > > >
              > > > The problem seems to be this Characterizatio n-part of the earlier[/color][/color]
              > version[color=green]
              > > of[color=darkred]
              > > > PDFs. Has anyone experienced anything like this before??
              > > >
              > > > Best regards
              > > > Martin Emanuelsson
              > > > Gothenburg, Sweden
              > > >
              > > >[/color]
              > >
              > >[/color]
              >
              >[/color]


              Comment

              • Hilary Cotter

                #8
                Re: Problem when searching for PDFs with Indexing Service in ASP-solution.

                the jibberish is in these docs.

                There isn't a whole lot you can do, other than convert all the docs to the
                "good" format. you might want to talk to Adobe.

                --
                Hilary Cotter
                Looking for a SQL Server replication book?



                "Hilary Cotter" <hilary.cotter@ gmail.com> wrote in message
                news:utfe34QtEH A.2560@tk2msftn gp13.phx.gbl...[color=blue]
                > sure.
                > "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
                > news:eFNhUpNtEH A.2660@TK2MSFTN GP12.phx.gbl...[color=green]
                > > I tried posting two test files to this newsgroup but got an error[/color][/color]
                message[color=blue][color=green]
                > > saying the message was too big (with two attachements with a size of[/color][/color]
                about[color=blue][color=green]
                > > 130 kb in total).
                > >
                > > Could send them directly to you if that's ok Hilary? And to anyone else
                > > interested for that matter.
                > >
                > > /Martin
                > >
                > >
                > >
                > > "Hilary Cotter" <hilary.cotter@ gmail.com> wrote in message
                > > news:uTTJpKrsEH A.3076@TK2MSFTN GP09.phx.gbl...[color=darkred]
                > > > could you post these problem docs here?
                > > >
                > > > --
                > > > Hilary Cotter
                > > > Looking for a SQL Server replication book?
                > > > http://www.nwsu.com/0974973602.html
                > > >
                > > >
                > > > "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
                > > > news:%23TzXqWos EHA.3052@tk2msf tngp13.phx.gbl. ..
                > > > > Hello,
                > > > >
                > > > > I have a problem with a small asp-solution that searches for[/color]
                > > PDF-documents[color=darkred]
                > > > > with
                > > > > indexing service.
                > > > >
                > > > > For some files in the search result I get gibberish returned, such[/color][/color][/color]
                as[color=blue][color=green][color=darkred]
                > > > > *************** *************** *************** *********
                > > > >
                > > >[/color]
                > >[/color]
                >[/color]
                I$OYDURSURGXFWV SURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUH U5HVSRQVLEOH6[color=blue][color=green][color=darkred]
                > > > >
                > > >[/color]
                > >[/color]
                >[/color]
                WDWXV)HPLQLQH*2 7-RKDQVVRQ6XVDQQH )LQDO'DWH)LQDO3 URMHFW3URMHFW1D PH&RVWSODFH9HU[color=blue][color=green][color=darkred]
                > > > >
                > > >[/color]
                > >[/color]
                >[/color]
                1R$9$523'36XPPD U\7KHUHVXOWV5XQ 2II7KHSURGXFWVW KDWZHUHSURGXFHG ZHUHEDG7KHVXUID F[color=blue][color=green][color=darkred]
                > > > >
                > > >[/color]
                > >[/color]
                >[/color]
                HPDWHULDOZDVK\G URSKRELFDQGDOOW KHSURGXFWVKDGUX QRII6HHSLFWXUH7 KHSURGXFWVWKDWS U[color=blue][color=green][color=darkred]
                > > > >
                > > >[/color]
                > >[/color]
                >[/color]
                RGXFHGZHUHJRRG, WZDVWKHVDPHSURG XFWVWKDWSURGXFH GEXWZLWKVSXQERQ G%XURSHVXUIDFHP D[color=blue][color=green][color=darkred]
                > > > >
                > > >[/color]
                > >[/color]
                >[/color]
                WHULDO7KHSURGXF WVKDGIDVWLQOHWJ RRGVSUHDGLQJLQW KHFRUHDQGQRUXQR II'RVLPDW7KHSUR G[color=blue][color=green][color=darkred]
                > > > > XFWSURGXFHGZDVE DG6HYHUDORIWKHS URGX
                > > > > *************** *************** *************** *********
                > > > >
                > > > > while other files returns "good text" like this:
                > > > > *************** *************** *************** *********
                > > > > Feminine 865106-Date Final Projectname Orderer 2004-06-02 ALVARO PDP
                > > > > Johansson Susanne Distributed to: Internal test Alvaro v. 20-21[/color][/color]
                > Summary[color=green][color=darkred]
                > > > > Mission Background Comments Conclusion Test methods Test objects[/color][/color]
                > Sample[color=green][color=darkred]
                > > > No:
                > > > > 20040527-001-01 Alvaro Labrep 2_2.rep SEBJOIS 2004-03-17 Printed by:
                > > > > labreporter 2004-06-02 15:51:51Laborat ory Report No:20040527-001[/color][/color][/color]
                Rev:[color=blue]
                > 1[color=green][color=darkred]
                > > > > Status:Final Brand /Name SABA Ultr
                > > > > *************** *************** *************** *********
                > > > >
                > > > > The only difference between these files are that they seem to be[/color][/color][/color]
                saved[color=blue][color=green][color=darkred]
                > > > with
                > > > > different PDF versions or something like that (looking in File -->
                > > > Document
                > > > > Properties of the files).
                > > > >
                > > > > The "bad" file has the following information there:
                > > > > Creator: Windows NT 4.0
                > > > > Producer: Acrobat Distiller Daemon 3.01 for HP-UX A.09.01 and later[/color]
                > > (HPPA)[color=darkred]
                > > > > PDF version: 1.1 (Acrobat 2.x)
                > > > >
                > > > > The "good" file has the following information:
                > > > > Creator: AdobePS5.dll Version 5.1.2
                > > > > Producer: Acrobat Distiller 4.0 for Windows
                > > > > PDF version: 1.3 (Acrobat 4.x)
                > > > >
                > > > > A small part of the code looks like this:
                > > > > *************** *************** *************** *********
                > > > > set objConnection = Server.CreateOb ject("ADODB.Con nection")
                > > > > set objIndex = Server.CreateOb ject("ADODB.Rec ordset")
                > > > > objConnection.C onnectionString = "Provider=MSIDX S;"
                > > > > objConnection.O pen
                > > > > strSQL = "SELECT Characterizatio n, Filename, Path FROM
                > > > > se_got_data.lim spdf..SCOPE() WHERE "
                > > > >
                > > > > objIndex.Open strSQL, objConnection
                > > > >
                > > > > do until objIndex.EOF
                > > > > Response.write objIndex("Chara cterization")
                > > > > objIndex.MoveNe xt
                > > > > loop
                > > > > objConnection.C lose
                > > > > Set objConnection = nothing
                > > > > *************** *************** *************** *********
                > > > >
                > > > > The problem seems to be this Characterizatio n-part of the earlier[/color]
                > > version[color=darkred]
                > > > of
                > > > > PDFs. Has anyone experienced anything like this before??
                > > > >
                > > > > Best regards
                > > > > Martin Emanuelsson
                > > > > Gothenburg, Sweden
                > > > >
                > > > >
                > > >
                > > >[/color]
                > >
                > >[/color]
                >
                >[/color]


                Comment

                • Hilary Cotter

                  #9
                  Re: Problem when searching for PDFs with Indexing Service in ASP-solution.

                  the jibberish is in these docs.

                  There isn't a whole lot you can do, other than convert all the docs to the
                  "good" format. you might want to talk to Adobe.

                  --
                  Hilary Cotter
                  Looking for a SQL Server replication book?



                  "Hilary Cotter" <hilary.cotter@ gmail.com> wrote in message
                  news:utfe34QtEH A.2560@tk2msftn gp13.phx.gbl...[color=blue]
                  > sure.
                  > "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
                  > news:eFNhUpNtEH A.2660@TK2MSFTN GP12.phx.gbl...[color=green]
                  > > I tried posting two test files to this newsgroup but got an error[/color][/color]
                  message[color=blue][color=green]
                  > > saying the message was too big (with two attachements with a size of[/color][/color]
                  about[color=blue][color=green]
                  > > 130 kb in total).
                  > >
                  > > Could send them directly to you if that's ok Hilary? And to anyone else
                  > > interested for that matter.
                  > >
                  > > /Martin
                  > >
                  > >
                  > >
                  > > "Hilary Cotter" <hilary.cotter@ gmail.com> wrote in message
                  > > news:uTTJpKrsEH A.3076@TK2MSFTN GP09.phx.gbl...[color=darkred]
                  > > > could you post these problem docs here?
                  > > >
                  > > > --
                  > > > Hilary Cotter
                  > > > Looking for a SQL Server replication book?
                  > > > http://www.nwsu.com/0974973602.html
                  > > >
                  > > >
                  > > > "Martin Emanuelsson" <martin.emanuel sson@guide.se> wrote in message
                  > > > news:%23TzXqWos EHA.3052@tk2msf tngp13.phx.gbl. ..
                  > > > > Hello,
                  > > > >
                  > > > > I have a problem with a small asp-solution that searches for[/color]
                  > > PDF-documents[color=darkred]
                  > > > > with
                  > > > > indexing service.
                  > > > >
                  > > > > For some files in the search result I get gibberish returned, such[/color][/color][/color]
                  as[color=blue][color=green][color=darkred]
                  > > > > *************** *************** *************** *********
                  > > > >
                  > > >[/color]
                  > >[/color]
                  >[/color]
                  I$OYDURSURGXFWV SURGXFHGLQ0H[LFR/DERUDWRU\5HSRUW/DERUDWRU\2UGHUH U5HVSRQVLEOH6[color=blue][color=green][color=darkred]
                  > > > >
                  > > >[/color]
                  > >[/color]
                  >[/color]
                  WDWXV)HPLQLQH*2 7-RKDQVVRQ6XVDQQH )LQDO'DWH)LQDO3 URMHFW3URMHFW1D PH&RVWSODFH9HU[color=blue][color=green][color=darkred]
                  > > > >
                  > > >[/color]
                  > >[/color]
                  >[/color]
                  1R$9$523'36XPPD U\7KHUHVXOWV5XQ 2II7KHSURGXFWVW KDWZHUHSURGXFHG ZHUHEDG7KHVXUID F[color=blue][color=green][color=darkred]
                  > > > >
                  > > >[/color]
                  > >[/color]
                  >[/color]
                  HPDWHULDOZDVK\G URSKRELFDQGDOOW KHSURGXFWVKDGUX QRII6HHSLFWXUH7 KHSURGXFWVWKDWS U[color=blue][color=green][color=darkred]
                  > > > >
                  > > >[/color]
                  > >[/color]
                  >[/color]
                  RGXFHGZHUHJRRG, WZDVWKHVDPHSURG XFWVWKDWSURGXFH GEXWZLWKVSXQERQ G%XURSHVXUIDFHP D[color=blue][color=green][color=darkred]
                  > > > >
                  > > >[/color]
                  > >[/color]
                  >[/color]
                  WHULDO7KHSURGXF WVKDGIDVWLQOHWJ RRGVSUHDGLQJLQW KHFRUHDQGQRUXQR II'RVLPDW7KHSUR G[color=blue][color=green][color=darkred]
                  > > > > XFWSURGXFHGZDVE DG6HYHUDORIWKHS URGX
                  > > > > *************** *************** *************** *********
                  > > > >
                  > > > > while other files returns "good text" like this:
                  > > > > *************** *************** *************** *********
                  > > > > Feminine 865106-Date Final Projectname Orderer 2004-06-02 ALVARO PDP
                  > > > > Johansson Susanne Distributed to: Internal test Alvaro v. 20-21[/color][/color]
                  > Summary[color=green][color=darkred]
                  > > > > Mission Background Comments Conclusion Test methods Test objects[/color][/color]
                  > Sample[color=green][color=darkred]
                  > > > No:
                  > > > > 20040527-001-01 Alvaro Labrep 2_2.rep SEBJOIS 2004-03-17 Printed by:
                  > > > > labreporter 2004-06-02 15:51:51Laborat ory Report No:20040527-001[/color][/color][/color]
                  Rev:[color=blue]
                  > 1[color=green][color=darkred]
                  > > > > Status:Final Brand /Name SABA Ultr
                  > > > > *************** *************** *************** *********
                  > > > >
                  > > > > The only difference between these files are that they seem to be[/color][/color][/color]
                  saved[color=blue][color=green][color=darkred]
                  > > > with
                  > > > > different PDF versions or something like that (looking in File -->
                  > > > Document
                  > > > > Properties of the files).
                  > > > >
                  > > > > The "bad" file has the following information there:
                  > > > > Creator: Windows NT 4.0
                  > > > > Producer: Acrobat Distiller Daemon 3.01 for HP-UX A.09.01 and later[/color]
                  > > (HPPA)[color=darkred]
                  > > > > PDF version: 1.1 (Acrobat 2.x)
                  > > > >
                  > > > > The "good" file has the following information:
                  > > > > Creator: AdobePS5.dll Version 5.1.2
                  > > > > Producer: Acrobat Distiller 4.0 for Windows
                  > > > > PDF version: 1.3 (Acrobat 4.x)
                  > > > >
                  > > > > A small part of the code looks like this:
                  > > > > *************** *************** *************** *********
                  > > > > set objConnection = Server.CreateOb ject("ADODB.Con nection")
                  > > > > set objIndex = Server.CreateOb ject("ADODB.Rec ordset")
                  > > > > objConnection.C onnectionString = "Provider=MSIDX S;"
                  > > > > objConnection.O pen
                  > > > > strSQL = "SELECT Characterizatio n, Filename, Path FROM
                  > > > > se_got_data.lim spdf..SCOPE() WHERE "
                  > > > >
                  > > > > objIndex.Open strSQL, objConnection
                  > > > >
                  > > > > do until objIndex.EOF
                  > > > > Response.write objIndex("Chara cterization")
                  > > > > objIndex.MoveNe xt
                  > > > > loop
                  > > > > objConnection.C lose
                  > > > > Set objConnection = nothing
                  > > > > *************** *************** *************** *********
                  > > > >
                  > > > > The problem seems to be this Characterizatio n-part of the earlier[/color]
                  > > version[color=darkred]
                  > > > of
                  > > > > PDFs. Has anyone experienced anything like this before??
                  > > > >
                  > > > > Best regards
                  > > > > Martin Emanuelsson
                  > > > > Gothenburg, Sweden
                  > > > >
                  > > > >
                  > > >
                  > > >[/color]
                  > >
                  > >[/color]
                  >
                  >[/color]


                  Comment

                  Working...