Date and time is not coming in oracle sql developer
Go to Tools> Preferences > Database > NLS and set the Date Format as MM/DD/YYYY HH24:MI:SS
Go to Tools> Preferences > Database > NLS and set the Date Format as MM/DD/YYYY HH24:MI:SS
Add space between table column in maximo / Increase width of table column
Steps
1. In table add width like width="1200" in application xml.
2. In table column add width like width="120".
import xml.
What is an SOP document:-
When we get a ticket we fix it using configuration, automation or customization which goes release process. Their are some fixes which are repeated for which we can define clear-cut step by step instructions these are defined in our SOP document.
Reasons for not installing Maximo with Root account
1. For small small work like Was patching you will be require root account access inorder to install updates on websphere or db...
1. Complete stephen's course form Udemy.
2. Complete dumps from Youtube.
3. Go throw AWS site for certification topics and whitepapers.
4. Practice Stephen's dumps.
Basically their are 2 ways to changing lookup id on a field
1. In field class override getLookupName Method and return lookup name.
2. Configure conditional properties in sigoption advance tab on field to set lookup name.
Blank is added because user can't able to remove value from picked list. If the value is not blank or cannot be set to blank then set allowblank="false" in xml and set default value in attribute in db config.
Internal Server Error mxloader /meaweb/os/MXASSET
500 error
can be possible your MIF jvm is down and only ui is up.
Check version of java class by command prompt windos
set path=Path of Java C:\Program Files\Java\jdk1.8.0_291\bin
cd Path_where_class_exists
Path_where_class_exists:> javap -verbose Your_class_Name findstr "major"
or copy the class in java/folder and run command
Version 51 :- Java 7
Version 52 :- Java 8
One reason could be maxlookup map entry, these entries which gets appended whereclause in applicaiton you are linking. Please use script to map these values instead of maxlookup map........
Your mobile no is not updated on Adhar please visit nearby adhar center to update your mobile no. Maximum time to update is 60 days to 90 days....
AWS Certification Path and training material
1. Go to through whitepaper.
2. Go through online dumps.
3. Go through faq's on aws site
2 ways resolve :-
your package in inprogress either update it or set deploy in progress
select * from dmpkgstatus where status ='DEPLOY_INPROGRESS' ;
or select * from maximo.DMPACKAGE where
status='DEPLOY_INPROGRESS' ;
1. find you latest package and either udpate it from db using query
UPDATE MAXIMO.dmpkgstatus SET STATUS='DEPLOYED' WHERE status ='DEPLOY_INPROGRESS' ;
or click on continue deploymed in migration manager.
Go to selection action associated attributes
Their site id is mentioned on your attribute i.e why when u are crating attriute without siteid its not taking as you need to remove that attribute from associated list.
another reason could be classification or child classification in associate classification dialog has siteid and orgid i.e it its giving this error.
Right click on connection.
Select Schema browser
Select your schema
Select you table
Go to Index tab
you will be able to see unique indexes.
select A, B, C,
count(*)
from Mytable where 'My Where clause'
group by A,B,C,
having count(*) > 1;
Run this query
Note : Cloned application does not require these steps.
run these queries to create sigoption
insert into maximo.sigoption (hasld,esigenabled,langcode,optionname,description,app,visible,sigoptionid)
values (0,0,'EN','ASSOCFOLD','Associate Folders','App Name',1,SIGOPTIONSEQ.nextval);
insert into maximo.sigoption (hasld,esigenabled,langcode,optionname,description,app,visible,sigoptionid)
values (0,0,'EN','MANAGEFOLD','Manage Folders','APP Name',1,SIGOPTIONSEQ.nextval);
insert into maximo.sigoption (hasld,esigenabled,langcode,optionname,description,app,visible,sigoptionid)
values (0,0,'EN','MANAGELIB','Manage Library','APP Name',1,SIGOPTIONSEQ.nextval);
run following queries
Insert into MAXMENU (MENUTYPE,MODULEAPP,POSITION,SUBPOSITION,ELEMENTTYPE,KEYVALUE,HEADERDESCRIPTION,URL,VISIBLE,IMAGE,ACCESSKEY,TABDISPLAY,MAXMENUID) values ('APPMENU','APP NAME',250,30,'OPTION','ASSOCFOLD',null,null,1,null,null,'ALL',MAXMENUSEQ.NEXTVAL);
Insert into MAXMENU (MENUTYPE,MODULEAPP,POSITION,SUBPOSITION,ELEMENTTYPE,KEYVALUE,HEADERDESCRIPTION,URL,VISIBLE,IMAGE,ACCESSKEY,TABDISPLAY,MAXMENUID) values ('APPMENU','APP NAME',250,20,'OPTION','MANAGEFOLD',null,null,1,null,null,'ALL',MAXMENUSEQ.NEXTVAL);
Insert into MAXMENU (MENUTYPE,MODULEAPP,POSITION,SUBPOSITION,ELEMENTTYPE,KEYVALUE,HEADERDESCRIPTION,URL,VISIBLE,IMAGE,ACCESSKEY,TABDISPLAY,MAXMENUID) values ('APPMENU','APP NAME',250,10,'OPTION','MANAGELIB',null,null,1,null,null,'ALL',MAXMENUSEQ.NEXTVAL);
| INSERT INTO APPLICATIONAUTH (GROUPNAME, APP, OPTIONNAME, APPLICATIONAUTHID) VALUES ('MAXADMIN', 'APP NAME', 'MANAGEFOLD',APPLICATIONAUTHSEQ.NEXTVAL); INSERT INTO APPLICATIONAUTH (GROUPNAME, APP, OPTIONNAME, APPLICATIONAUTHID) VALUES ('MAXADMIN', 'APP NAME', 'ASSOCFOLD',APPLICATIONAUTHSEQ.NEXTVAL); INSERT INTO APPLICATIONAUTH (GROUPNAME, APP, OPTIONNAME, APPLICATIONAUTHID) VALUES ('MAXADMIN', 'APP NAME', 'MANAGELIB',APPLICATIONAUTHSEQ.NEXTVAL); |
reason
1. Asset on PM or Location on PM or Asset or location on routestop on route of pm is Not ready i.e not operating or Active....
2. PM is inactive
3. PM is not due yet
4. Some customization causing issue.
5. Cron not active.
6. Security Access with User running cron...
7. Organization option related to PM...