Vous êtes sur la page 1sur 8

EXEC sp_change_users_login 'Update_One', 'fmuser', 'fmuser'

Solution (MS SQL):


1. Shutdown the application server
2. Run this query in SQL Server Management Studio against the ESFM database:
ALTER TABLE fmuser.MENUITEM NOCHECK CONSTRAINT FK_MENUITEM_3
3. Start the application server and log in
4. After logging in successfully, run this query in SQL Server Management Studio
against the ESFM database
ALTER TABLE fmuser.MENUITEM CHECK CONSTRAINT FK_MENUITEM_3
5. Stop/Start application server

ENAP-EcosysPRD
ECOSYSQAD
ECOSYSPRD2

C:\Java\jre1.8.0_91\bin\java.exe -jar c:\Temp\tzupdater.jar -f

-l https://data.iana.org/time-zones/releases/tzdata2006c.tar.gz -f

dbsqlcluster y ENAP-DBSQLDEV01

Usuario: Adminecosys
Password: 2PcX7
Usuario: Admsima
Password: heYcTP

Adminecosys
3n4p.2016

admsima
Enap.2017

MAC:
145678-45689-12346-04578-01489-13789-12348
PC:
023467-02489-01346-03678-34589-23589-12368

mifi:01102019

URL Webaccess RVC


http://192.168.10.25:8203/p6

dns gtd 200.75.0.5

Update userdata set user_data = null where topic_name = 'pm_settings' and user_id
in (select user_id from users where user_name = '<username>');
Update userdata set user_data = null where topic_name = 'pweb_settings' and user_id
in (select user_id from users where user_name = '<username>');

HKEY_CURRENT_USER\Software\Classes\Local
Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
In the Details pane, click the IconStreams registry entry.
On the Edit menu, click Delete, and then click Yes.
In the Details pane, click the PastIconsStream registry entry.
On the Edit menu, click Delete, and then click Yes.

teaextbup
Techint08

01102019 (myfi)

activar office (800) 330 600


wmic bios get serialnumber

21334710 csi enap

Once the administrative settings for P6 have been configured, the JRE on the
workstation should be configured to update the runtime parameter and include a
larger memory footprint for loading applet data in a browser. To increase the
amount of memory to the JRE in the browser from the workstation:
1. Browse to Start, Settings, Control Panel, Java
2. Select the Java tab
3. Select the 'View...' button.
4. For the JRE being used, double-click in the 'Runtime Parameter' field.
5. Set a value of -Xmx1024m (note: it is recommended to set the number equal to
the value set for the 'Maximum memory to Java Applet setting')
6. Select OK
7. Select Apply, OK to close the Java Control Panel

teleductos 224139205

http://definitionupdates.microsoft.com/download/definitionupdates/safetyscanner/amd
64/msert.exe
(Doc ID 1302578.1)If your Support Level is Partner (OPN) Gold or Silver, your
contract does not include access to raise technical SRs in My Oracle Support.

https://www.pcfactory.cl/notebooks-ultralivianos?categoria=659&papa=735
Ultralivianos

KB4041681 impide exportacion de p6 15.2 a excel

Alonso de Cordova 5151


7560873

enap\adminprima
pr1m43n4p.,

etimemachine:
admin/cima2017

vpn enapcima
c1m4.,15

auditoria usuarios enap:

SET WRAP OFF


SET PAGESIZE 0
spool C:\temp\aud.txt
SET lines 30
SELECT LAST_ACTIVE_TIME||' '||USER_NAME
--SELECT LAST_ACTIVE_TIME as Fecha, USER_NAME as Usuario
FROM usessaud
WHERE USER_NAME NOT IN
('jtcastro','ccortes','nrodriguez','jmachuca','jcalderon','dcarrasco','poviedo','yg
arcia','ccalderon','creveco','ecifuentes','fdiaz','fediaz','stapia','
gbello','fmenichelli','jgonzalez','cinostroza','cstaforelli','evago','jvillagra','l
barrientos','mesteban','mperriere','pserendero','rkexper','alumno01','alumno02','al
umno03','alumno04','alumno05','alumno06','alumno07','alumno08','alumno09','admin','
aromero')
ORDER BY last_active_time DESC;
/
spool off
____________________________
NULL Planned Start: (sumarize)

SELECT t.proj_id,
pr.proj_short_name,
t.task_id,
t.task_name,
t.wbs_id,
p.wbs_name
FROM TASK t,
projwbs p,
project pr
WHERE task_id IN (SELECT tr.task_id
FROM taskrsrc tr,
project p
WHERE tr.proj_id = p.proj_id
AND p.proj_id = pr.proj_id
AND tr.target_start_date IS NULL
AND tr.restart_date IS NULL
AND tr.rem_late_start_date IS NULL
AND p.sum_data_date IS NULL)
AND t.wbs_id = p.wbs_id
ORDER BY proj_id;

DELETE FROM taskrsrc


WHERE task_id IN (SELECT t.task_id
FROM TASK t,
projwbs p,
project pr
WHERE task_id IN (SELECT tr.task_id
FROM taskrsrc tr,
project p
WHERE tr.proj_id = p.proj_id
AND p.proj_id = pr.proj_id
AND tr.target_start_date IS NULL
AND tr.restart_date IS NULL
AND tr.rem_late_start_date IS NULL
AND p.sum_data_date IS NULL)
AND t.wbs_id = p.wbs_id);
commit;
---------------

Best Practices to work with P6 Services


Summarize/Schedule/Apply Actuals/Leveling Projects instead of EPS
Run heavily data-intensive jobs in off-peak hours
Use the latest Service Pack / Hot Fix available for your version
Deploy P6 Services as a separate application (via p6services.jar). This will allow
the resources devoted to services to be separately configured from the P6 web
application and allows for more stable performance for P6 users since services
running in the background will only use resources allocated to the services process
and cannot take over resources allocated to the web application. Refer to Document
1357440.1
Monitor the Heap Memory Usage of P6 Services to avoid Java memory and CPU issues.
If resource usage is close to the maximum, you can allocate more CPUs to the
machine, increase the memory allocated to P6 Services, or install additional
instances of the P6Services.jar file on additional servers and the load will be
shared across multiple machines.
If resources are not fully utilized you can increase the number of jobs of specific
types that can be run concurrently using the Primavera Administration Tool. To
access this you can launch the adminpv utility found in the P6EPPM Home\p6
directory inside the P6 folder. Expand the configuration used by P6Services and
then expand the services folder. This lists the settings for various job types
such as publication, apply actuals, summarization etc. You can increase the
concurrent threads settings for various job types to enable more of those types to
run at a single time. When increasing this setting you will need to monitor the
resource usage to ensure you are not maxing out the memory or CPU utilization with
the new settings.
Huge performance gains in publication job completion can be made by limiting the
amount of time distributed data generated to the absolute minimum required by the
business. (Admninister > Application Settings > Services > Publication). The first
setting to consider changing should be the time distributed interval setting.
Adjusting just this one setting from day to week will cut the amount of spread data
generated by 85%. Additional gains can be made by adjusting the start date and
finish date for time distributed data as well. Similar improvements can be made to
summarize jobs by adjusting the summarization periods on the same screen by
changing the intervals from week to month. (Summarization Periods Section)
______________

cima_it Vph@cima!

https://www.dropbox.com/s/d0lgi654uugabni/2017%20Manual%20de%20Procedimientos.docx?
dl=0
expdp system/Welcome1@rcu dumpfile=PMDB_20140728.dmp directory=data_pump_dir
logfile=PMDB_20140728.log schemas=admuser,privuser,pubuser,pxrptuser,bgjobuser
impdp system/Prima123Vera@xe dumpfile=PMDB.dmp directory=data_pump_dir
logfile=PMDB.log schemas=admuser,privuser,pubuser,bgjobuser

EXEC sp_change_users_login 'Update_One', 'pubuser', 'pubuser'


EXEC sp_change_users_login 'Update_One', 'privuser', 'privuser'
--For P6 EPPM release 8.0 or higher, this additional command must also be run:
EXEC sp_change_users_login 'Update_One', 'pxrptuser', 'pxrptuser'
DELETE FROM ADMIN_CONFIG WHERE CONFIG_NAME = 'myprimavera.bre.INTERNAL_PLUGINS';
SELECT SETTING_VALUE FROM SETTINGS WHERE SETTING_NAME ='JdbcConnectionURL';
UPDATE settings SET setting_value='jdbc:sqlserver://$database_server_name:
$portnumber;database=$database_name;' WHERE setting_name='JdbcConnectionURL';

POBS Eraser:
Doc ID 2046971.1
/
***********************************************************************************
******************************/
HKEY_CURRENT_USER\Software\Classes\Local
Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify
Delete IconStreams registry entry.
Delete PastIconsStream registry entry.

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\Winlogon
AutoAdminLogon 1
/
***********************************************************************************
*****************************/

SQL CQ936-9K2T8-6GPRX-3JR9T-JF4CJ
K8TCY-WY3TW-H2BCG-WTYV2-C96HM

Standard Edition:
K8TCY-WY3TW-H2BCG-WTYV2-C96HM (medida)
B68Q6-KK2R7-89WGB-6Q9KR-QHFDW (probado)
CXTFT-74V4Y-9D48T-2DMFW-TX7CY (probado)
/*************AEROPOST**************/

OpenDNS servers
208.67.222.222
208.67.220.220

Originales
192.168.1.254
200.75.0.5(4)

<!-- ESFM webapp Context -->


<Context path="/ecosys" docBase="ecosys" debug="0" reloadable="true"
crossContext="true">
<Resource name="jdbc/esfm" auth="Container" type="javax.sql.DataSource"
maxActive="20" maxIdle="10" maxWait="10000" removeAbandoned="true"
removeAbandonedTimeout="600" logAbandoned="true" username="fmuser"
password="fmuser" driverClassName="oracle.jdbc.OracleDriver"
accessToUnderlyingConnectionAllowed="true"
url="jdbc:oracle:thin:@localhost:1521:global"/>
</Context>

sfc /scannow

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

http://eservices02.callcenter.vtr.cl/WebAPI812/SimpleSamples812/ChatComercial/HtmlC
hatFrameSet.jsp?
asistencia=CHATCOM&cli=true&email=bustamante.arriagada@gmail.com&rut=0013028911-
8&nom=PATRICIO&apell=BUSTAMANTE&tel=+56992810705

http://s1-mmchatapp.callcenter.vtr.cl/WebChatClientVTRGeneral/

"recovr32.cnv" "wpft632.cnv"
/************************************************ visualizer fails
****************************************/
Modify the existing PrmBootStrapV2 file (DB alias section) to contain the three
Venus lines (example below is for SQLite DB, must be adapted to reflect your
information):

<DataBaseAliases DefaultPMAlias="PMDB">
<Alias>
<Name>PMDB</Name>
<AppType>Project Management</AppType>
<Connection>
<DriverName>SQLite</DriverName>
<BlobSize>-1</BlobSize>
<DataBase>C:\Users\user_name\Documents\PPMDBSQLite.db</DataBase>
<User_Name>admin</User_Name>
<Venus_Host>C:\Users\user_name\Documents\PPMDBSQLite.db</Venus_Host>
<Venus_Port>0</Venus_Port>
<Venus_Instance>C:\Users\user_name\Documents\PPMDBSQLite.db</Venus_Instance>
<Password>AE043E07ABB2BCFC6972C49636CDB5C5D56112E4BF6ED52AE04</Password>
<RowsetSize>128</RowsetSize>
</Connection>
</Alias>
</DataBaseAliases>
/
***********************************************************************************
**************************/

update USERS set LOGIN_FAILURE_COUNT = 0 where USER_NAME = 'admin';

select database_version_name from systemsettings;

exec dbms_stats.gather_database_stats(estimate_percent => 100, method_opt => 'for


all columns size auto',options => 'Gather' ,cascade => true, degree => 4);

delete from tasksum;


delete from trsrcsum;

Blackberry javier:
Cima2015
VphAc1ma

Adobe Licensing: informatica@cimapm.com Vph@cima

Your account has been setup with the following credentials:

Username: pbustamante
Password: pbustamante987

https://competencycenter.oracle.com/opncc/full_glp.cc?group_id=28957
pabust0006

800360999 hp
carepack

cima
6009505000
76018647-3

Usuario para administrar todos los servidores: Administrador


Pass: Vph@cima

Dominio: cimapm

Usuarios Administradores de Active Directory:


Pbustamante
Storres

Usuarios de Active Directory:


Todos

Contraseña inicial para todos los usuarios que debe cambiarse: pass.1234

Servidor Máquinas Virtuales:


Ganimedes
SO: Windows Server 2012 Standard
Rol: Hyper-V
IP: 192.168.1.20,
192.168.1.21,
192.168.1.22,
192.168.1.23
ILO: 192.168.1.252
User: Administrator
Pass: PZMNJWKZ

Maquinas Virtuales:

Titan – EPPM
SO: Windows Server 2008R2 Standard
IP: 192.168.1.24

Pandora – OBIEE
SO: Windows Server 2008R2 Standard
IP: 192.168.1.25

Atlas – BPM
SO: Windows Server 2008R2 Standard
IP: 192.168.1.26

Phobos – UCM
SO: Windows Server 2008R2 Standard
IP: 192.168.1.27

Deimos – Unifier
SO: Windows Server 2008R2 Standard
IP: 192.168.1.28

Europa – Controlador de Dominio Active Directory


SO: Windows Server 2008R2 Standard
IP: 192.168.1.254

Servidor Base de Datos:


Calisto
SO: Windows Server 2008R2 Enterprise
IP: 192.168.1.29,
192.168.1.30,
192.168.1.31,
192.168.1.32
NLB: 192.168.1.33
ILO: 192.168.1.251
User: Administrator
Pass: CTTLVZYL

Servidor Maquinas virtuales


SO: Windows Server 2016
IP: 192.168.1.36
ILO: 192.168.1.163
User: Administrator
Pass: 3UMBTPEP

caso hpe 5327892275

Vous aimerez peut-être aussi