jueves, 3 de septiembre de 2009

RZ20: ALERTS for LogonLoadQuality 6

Si el sistema en el que sale la alerta está compuesto únicamente de un único sistema SAP se puede ignorar la alerta (nota 962209) y desactivarla.

martes, 14 de julio de 2009

Error tras reorganización Oracle

Después de haber hecho una reorganización de una tabla en Base de Datos aparece el error:

ORA-12091: cannot online redefine table with materialized views

Solución:

If a materialized view or a log file for a materialized view already exists for a table, an online reorganization will lead to an ORA-12091 error message. The error occurs if the online reorganization for a table is stopped improperly and you then try to restart the online reorganization. To solve the problem, you must end the interrupted reorganization using DBMS_REDEFINITION.ABORT_REDEF_TABLE. Then you must drop the table #$. You can also use the following BRSPACE command to clean up after old reorganizations:

brspace -u / -f tbreorg -t "*" -a cleanup


lunes, 6 de abril de 2009

AUMENTO DEL CONTADOR EN LAS ORDENES DE TRANSPORTE

Cómo aumentar el contador de las ordenes de transporte (para que empiecen por el número 920000 en vez del 912000 por ej.)

Solución:
Se hace a nivel de BD en la tabla E070L.

Se consulta el número actual que tienen asignada la última orden de transporte creada:


SQL> select * from sapsr3.e070l;

LASTNUM
------------------------------
TRKORR
------------------------------------------------------------
TRKORR
ARDK910057


Actualizamos el nuevo número de la próxima orden que se genere:


SQL> update sapsr3.e070l set TRKORR='ARDK920000';

1 row updated.


Lo comprobamos:

SQL> select * from sapsr3.e070l;

LASTNUM
------------------------------
TRKORR
------------------------------------------------------------
TRKORR
ARDK920000

SQL> COMMIT;

Commit complete.

Delete session 002 after error 020

Aparece esta entrada en el syslog (SM21):

Solución: Salidas abruptas de los usuarios...nada que ver con el mal funcionamiento del sistema

Operating system call connect failed (error no. 10035)

SAP lost connection with a PC.

Possible cause: network slow,network cut,PC rebooted,blue screen,someone killed SAPGUI with task manager,a) a network error whichcaused an interruption, or b) the fact that they forcibly closed their SAPsession rather than logging off. Network Issue,PC was shutdown without closing SAPGUI,power failure,PC with blue screen,network problem on server,PC with bad network card,SAPGUI crashed (nota 155147)

Los 2 siguientes errores tienen la misma explicación que el anterior:

- Operating system call recv failed (error no. 10054)

- Operating system call connect failed (error no. 10061)

SPUMG language list

Al ir a Edit --> Language list no se ve ninguún idioma en la lista y si se le da a " Vocabulario" sale un dump "No language info".

Solución: Aplicar la nota 1163364

martes, 31 de marzo de 2009

Primer error

Error durante la instalacion de SCS NetWeaver 7.0

ERROR 2009-03-31 18:06:23.995
FCO-00011 The step createAccounts with step key |NW_ABAP_ASCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|4|0|createAccounts was executed with status ERROR .


Solucion: El usuario no tiene los privilegios necesarios para crear cuentas de domino