Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - giuseppe

Pages: [1]
1
iSeries / Re: arsdoc update issue
« on: March 22, 2022, 08:37:05 AM »
Hi Stephen

fields are updatable
we tried with my personal user and it worked.
then I've seen that someone removed app/perm from the ONDTNT admin profile.

Giuseppe.

2
iSeries / arsdoc update issue
« on: March 22, 2022, 03:42:09 AM »
I'm trying to update 2 rows with arsdoc update. I'm using the ONDTNT usrprf that is the admin profile.
 
The arsdoc query works fine

arsdoc query -f Fatture -h QUSROND -u ONDTNT -p "/QIBM/UserData/OnDemand/ONDTNT/ars.stash" -H                         
   -i "WHERE codcli='93187'"                                                                                           
      -N "(nfatt)(dataf)(codcli)(piva)(ragsoc)(fil)(ente)(imponibile)(totale)(tipo)(nrtag)(nrord)"                                                                                                                                           
00686957,18/03/2022,93187   ,02669521201     ,CHIAVETTE UNIFICATE SPA                 ,009,   ,0,000000,226,700000,FBD 
00687214,21/03/2022,93187   ,02669521201     ,CHIAVETTE UNIFICATE SPA                 ,009,   ,0,000000,829,060000,FBD


but the update fails and says the the user is not authorized:

arsdoc update -h QUSROND -u ONDTNT -p "/QIBM/UserData/OnDemand/ONDTNT/ars.stash" 
           -f Fatture -i "WHERE codcli='93187'" -n "CODCLI=00093187" -v         

2022-03-21 18:08:34.646560: ARS6063I Ricerca dei documenti in 'Fatture' in corso...                   
2022-03-21 18:08:34.646792: ARS6117I Interrogazione del database con stringa SQL 'WHERE codcli='93187''
2022-03-21 18:08:34.878976: ARS6084I Ricerca eseguita correttamente                                   
2022-03-21 18:08:34.879504: ARS6068I Aggiornamento di 2 documenti con                                 
CODCLI=00093187                                                                                       
2022-03-21 18:08:35.073136: ARS6089E Aggiornamento non eseguito                                       
2022-03-21 18:08:35.073488: ARS2111E L'utente non è autorizzato a eseguire questa operazione


I've also tried with QUSROND but it says that the user/pass is not valid:

arsdoc update -h QUSROND -u QUSROND -p  xxxxxxxxxxxx                         
                 -f Fatture -i "WHERE codcli='93187'" -n "CODCLI=00093187" -v
                                                                             
2022-03-22 09:35:28.330712: ARS6108I Avvio di arsdoc.  Versione:  10.5.0.1   
2022-03-22 09:35:28.335744: ARS6822I Tentativo di collegamento per l'ID utente 'QUSROND' sul server 'QUSROND
2022-03-22 09:35:28.344904: ARS6081E Collegamento non eseguito                                             
2022-03-22 09:35:28.345360: ARS2107E ID utente o password non validi per il server     
     

Is there a way (apart from a direct sql update on table) to make this update ?

Thanks.
Giuseppe.                 
                           

3
iSeries / Re: Change Application Group
« on: April 10, 2019, 06:25:41 AM »
Worked !!!
Thanks a lot.
Giuseppe.

4
iSeries / Change Application Group
« on: April 09, 2019, 07:27:19 AM »
We archived 1,700 invoices (with a single RPTID) into the correct "folder" but in the wrong "application group". We don't have the original Splf therefore we can't remove the archived session by APPGRP+RPTID and archive again in the correct APPGRP.
Is it possible with "arsdoc update" to change the APPGRP ?
Thanks.
Giuseppe.

5
iSeries / ACIF Indexer
« on: August 03, 2016, 01:33:32 AM »
I'm trying to archive afp invoices that have AFPRSC with a *JFIF (a color overlay named BLDFT stored in directory /OVLJPG).

Documents are indexed and loaded without errors but the resource (the jpg overlay) is not stored while DATA object is complete.

When I try to get the document with the HOD Client (Windows) or the AFP Benchviewer I get error 1303 that the resource is missing and the overlay is not displayed.

However Infoprint takes the overlay from /OVLJPG and successfully creates the invoice with the overlay.

At present the ACIF parameters are:

RESTYPE=ALL
OBJCONLIB=/OVLJPG
RESLIB=/OVLJPG
OVLYLIB=/OVLJPG

Maybe shall I have to configure the application in a different way ?

Thanks.

Pages: [1]