165c2 Get error when use ODBC to link AS/400 physical file through Acces
Sign Up |  Live StatsLive Stats    Articles 37,469| Comments 178,637| Members 19,494, Newest Kartarsingh| Online 487
Home Contact
 (Forgotten?): 
    10 years of Excellence
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags
Sikh Philosophy Network » Sikh Philosophy Network » Current News » Information Technology » Get error when use ODBC to link AS/400 physical file through Acces

Get error when use ODBC to link AS/400 physical file through Acces

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 0 USD (0%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Error 75....Path/File access error... Bob Barnes Information Technology 5 28-Jul-2006 08:29 AM
MS Access 2003 Link Table ODBC dialog box does not come up-fix? Dan68 Information Technology 1 28-Jul-2006 08:28 AM
DSN-less ODBC connection error Melanie O Information Technology 1 28-Jul-2006 08:25 AM
Link a contact to a Job file axelcore Information Technology 0 28-Jul-2006 08:12 AM
Unable to link tables in MDB file using ODBC George Information Technology 3 28-Jul-2006 08:07 AM


Tags
acces, as or 400, as400, error, file, link, odbc, physical, through
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:11 AM
Kobe1974's Avatar Kobe1974
Guest
 
Posts: n/a
   
   
Get error when use ODBC to link AS/400 physical file through Acces

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Hello everybody,

When I use ODBC to link AS/400 physical file through Access,
it display a error message "The operation failed. There are too many indexes
on table 'ANDYTEST_S5C00'. Delete some of the indexes on the table and
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/10269-get-error-when-use-odbc-link.html
try the operation again."

I've already checked the limitation of access on the number of indexes,
-Number of indexes in a table 32
-Number of fields in an index 10

I've already checked my physical file(S5C00) in AS/400, this physical has
124 logical files and the keyed fields not exceeded 10 in all of the logical
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10269
files. Since
IBM said if logical file has a keyed field, it is considered as index.

My windows version is XP SP2 and access is 2002 SP3 and MDAC is 2.8 SP1.

Do anyone can help me on this trouble ??

Many thanks !!!

Andy...



Do you agree or disagree with the writer above? Why not share your immediate thoughts with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 28-Jul-2006, 08:11 AM
Arvin Meyer [MVP]'s Avatar Arvin Meyer [MVP]
Guest
 
Posts: n/a
   
   
Re: Get error when use ODBC to link AS/400 physical file through Acces

You may need to convert the text from the AS/400 to Windows ASCII. Unix
based text terminates with a LineFeed, while DOS uses a CarriageReturn and a
LineFeed. Try importing the text then running something like this:

Public Function UNIX2DOS(ByVal str As String) As String
UNIX2DOS = Replace(str, Chr(10), Chr(13) & Chr(10))
End Function
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access downloads
http://www.datastrat.com
http://www.mvps.org/access

"Kobe1974" wrote in message
news:35B89D84-7E1B-4814-AD91-352E86A35D7A@microsoft.com...
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10269
> Hello everybody,
>
> When I use ODBC to link AS/400 physical file through Access,
> it display a error message "The operation failed. There are too many

indexes
> on table 'ANDYTEST_S5C00'. Delete some of the indexes on the table and
> try the operation again."
>
> I've already checked the limitation of access on the number of indexes,
> -Number of indexes in a table 32
> -Number of fields in an index 10
>
> I've already checked my physical file(S5C00) in AS/400, this physical has
> 124 logical files and the keyed fields not exceeded 10 in all of the

logical
> files. Since
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10269
> IBM said if logical file has a keyed field, it is considered as index.
>
> My windows version is XP SP2 and access is 2002 SP3 and MDAC is 2.8 SP1.
>
> Do anyone can help me on this trouble ??
>
> Many thanks !!!
>
> Andy...
>



Reply With Quote
  #3 (permalink)  
Old 28-Jul-2006, 08:11 AM
Rick Brandt's Avatar Rick Brandt
Guest
 
Posts: n/a
   
   
Re: Get error when use ODBC to link AS/400 physical file through Acces

Kobe1974 wrote:
> Hello everybody,
>
> When I use ODBC to link AS/400 physical file through Access,
> it display a error message "The operation failed. There are too many
> indexes on table 'ANDYTEST_S5C00'. Delete some of the indexes on the
> table and
> try the operation again."
>
> I've already checked the limitation of access on the number of
> indexes,
> -Number of indexes in a table 32
> -Number of fields in an index 10
>
> I've already checked my physical file(S5C00) in AS/400, this physical
> has 124 logical files and the keyed fields not exceeded 10 in all of
> the logical files. Since
> IBM said if logical file has a keyed field, it is considered as index.
>
> My windows version is XP SP2 and access is 2002 SP3 and MDAC is 2.8
> SP1.
>
> Do anyone can help me on this trouble ??


To Access every one of those logical files is an index. Link to one of them
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10269
instead of the physical file. Just make sure you pick one that returns all rows
(assuming that's what you need). The other logical files are not seen as
indexes by Access when you link to a logical file, but they are if you link to
the physical file.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10269

--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


Reply With Quote
  #4 (permalink)  
Old 28-Jul-2006, 08:12 AM
Kobe1974's Avatar Kobe1974
Guest
 
Posts: n/a
   
   
Re: Get error when use ODBC to link AS/400 physical file through A

  Donate Today!  
Hello Rick Brandt & Arvin Meyer,

Many thanks your reply...
If access every one of those logical files is an index, but I've tried to link
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10269
one physical files which has 40 logical files through ODBC. It can be linked
successfully, so I'm quite confused the limitation of access whether is true
??

The limitation of access on the number of indexes,
-Number of indexes in a table 32
-Number of fields in an index 10

Is there any way or tools which I can use to monitor which index is hit the
limitation ??

Many thanks your big help !!!

"Rick Brandt" wrote:

> Kobe1974 wrote:
> > Hello everybody,
> >
> > When I use ODBC to link AS/400 physical file through Access,
> > it display a error message "The operation failed. There are too many
> > indexes on table 'ANDYTEST_S5C00'. Delete some of the indexes on the
> > table and
> > try the operation again."
> >
> > I've already checked the limitation of access on the number of
> > indexes,
> > -Number of indexes in a table 32
> > -Number of fields in an index 10
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=10269
> >
> > I've already checked my physical file(S5C00) in AS/400, this physical
> > has 124 logical files and the keyed fields not exceeded 10 in all of
> > the logical files. Since
> > IBM said if logical file has a keyed field, it is considered as index.
> >
> > My windows version is XP SP2 and access is 2002 SP3 and MDAC is 2.8
> > SP1.
> >
> > Do anyone can help me on this trouble ??

>
> To Access every one of those logical files is an index. Link to one of them
> instead of the physical file. Just make sure you pick one that returns all rows
> (assuming that's what you need). The other logical files are not seen as
> indexes by Access when you link to a logical file, but they are if you link to
> the physical file.
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt at Hunter dot com
>
>
>

Reply With Quote
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
English Sri Guru Granth Sahib Ji Translations
Today 18:56 PM
4 Replies, 67 Views
Can Sikhs worship...
By Ishna
Today 18:54 PM
6 Replies, 46 Views
Difference in Bowing...
By Kamala
Today 15:08 PM
11 Replies, 253 Views
What Really Happened on...
Today 12:46 PM
13 Replies, 198 Views
Free Online Gurbani...
Today 03:56 AM
13 Replies, 4,339 Views
English Sri Guru Granth...
Today 03:51 AM
5 Replies, 170 Views
Edward Snowden: the...
Today 03:34 AM
3 Replies, 173 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 03:23 AM
407 Replies, 9,434 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Yesterday 17:57 PM
255 Replies, 6,064 Views
What Is Difference...
Yesterday 09:18 AM
6 Replies, 183 Views
First There is Water by...
By Ishna
Yesterday 05:03 AM
3 Replies, 190 Views
Cooking Without Alcohol
Yesterday 02:12 AM
12 Replies, 198 Views
Learning from Baba...
Yesterday 01:38 AM
0 Replies, 312 Views
Eckhart Tolle
17-Jun-2013 18:08 PM
2 Replies, 129 Views
Thought of the Moment!
17-Jun-2013 16:35 PM
115 Replies, 6,094 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 19:32 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.41721 seconds with 32 queries
0