Can you:

SELECT filename WITH @ID = "offending_key"

If not, then it might be control chars or corruption in the key.
I've seen it before where the READNEXT can grab what it 'thinks' is the key but if it contains some funky char, when you try to READ using that key, the READ fails.

Another test:

SELECT filename
ED filename

If you can ED or AE all of them when stacked but can't when you specify the key, it might be garbage in the key that's difficult to see.

You can sometimes READNEXT id then CRT OCONV( id, \MXOC\) to see the key in hex and that might lead you to the issue.

Also if keys are written containing @AM, it will create multiple entries in the select stack where each part of the key becomes it's own element in the select stack. When you look at the list, it seems right but when processing in basic, it's not quite right.

-BD
------------------------------------------------------------------------

On 5/6/2014 2:16 PM, Wjhonson wrote:
Cannot edit it in AE either
-----Original Message-----
From: Israel, John R. <johnisr...@daytonsuperior.com>
To: 'U2 Users List' <u2-users@listserver.u2ug.org>
Sent: Tue, May 6, 2014 1:13 pm
Subject: Re: [U2] [Universe] [Windows]


Maybe already asked, but can you pull in up in the AE editor?  If so, go to
up-arrow mode and see if there are any funky characters.

JRI

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org]
On Behalf Of Wjhonson
Sent: Tuesday, May 06, 2014 4:10 PM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] [Universe] [Windows]


csv files, not xls
The OPEN works, the READNEXT works, the READ is where it fails A SELECT by the
way, returns the correct number of entries, it just won't EDIT any of them.
-----Original Message-----
From: Holt, Jake <jh...@samsill.com>
To: U2 Users List <u2-users@listserver.u2ug.org>
Sent: Tue, May 6, 2014 1:09 pm
Subject: Re: [U2] [Universe] [Windows]


Are you using open or openseq for the xls files?

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Wjhonson
Sent: Tuesday, May 6, 2014 12:05 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] [Universe] [Windows]


Running Universe 11.1.9 Information flavor on top of Windows

A process which has been running for months, has suddenly decided that it has a
"Fatal Error" !

When I debug it further, I get this symptom.

In a Universe BASIC program, I can OPEN the file (a type 1 directory) I can
SELECT the elements in the file (perfect) I can READNEXT each element (perfect
so far)

When I try to READ one of these items (windows files) I get in the ON ERROR
clause the error set to 40070

What has occurred?  Who has messed with what? How do I fix it?

Thanks.

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://cp.mcafee.com/d/2DRPoAd20AcCQmjhOqembzHIL6XCQrEFLThKCqejqdQkTXEFECzASzt5d-WdSrCQrEFCzBZBxwQsCN6Fe4GhTPMkxFqtokrm-cGNVsSxFqtokrm-cGNVsTV15wQsKcLZvAkNNEVjhWZOWqbbT9IcffLsJt6OaaGdQ-l3PWApmU6CQjr9KVKVI06vaAWv4PYurjr8Y01MjlS67OFek7qUSCnrFYq6SQOXtfzgKgGT2TQ1hYGjFYjfNVJdIzM04S-Dssr1vF6y0QJxdcQKCy0QJxe4zfNFVFtd41Fr0mk4aCa6BQSCqejpof10R1o
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://cp.mcafee.com/d/5fHCNESyOqejhONsttBUTsSzt5d-WdQPhOrhKyC_t5d4QsCQrEFLThKPsSzt5cQsLIIc6zAS8R9MBie-u2AdbjH2zqTNBmfbCQdbjH2zqTNBmfbC_88I6zBNB_HYyCed7aqfnKnjhpuVdxxVZXBHEShhlhKDOEuvkzaT0QSCrpdTdTdw0PVkDjUCvzPqrp7w0e2qKMM-l9OwXn6QOXtfzgSSCnrFYq5O5mUm-wafBitfyp-fdFJAu00CTQXzzobZ8Qg6BI9FCBQQg6BI9MAp-dfdbFEwdbo2OwxkNgQKCQPhOrsIYT

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://cp.mcafee.com/d/k-Kr3wUe6jqb9EVd7b5NRSnztPqdQkTXETjd79J6WarZQkQjhOrhKyC_t6XdPqdQkPhO-OMMqejozkD2l8XVUagQJeIadHv6loYKrgQJeIadHv6loYKrYwyMqen6n-LOaoUQsFEZuVtd5BXAS67DTKmKzp55l6WvaxVZicHs3jr9JATsTsS03fBitfyp-fdFJAu00U9GX33VkDa3JsrjbJQ-d3rqptKDNEn8lrxrW0E-l9Q-9DUYSCShU02rvjKedwLQzh0qmMCCqnjh0qmMD2hDUQYQKCy0QJwba25j53iWrjd79LASUMhny
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to