How to check up Integrity of basis on the server ?

How to check up
1. Integrity of basis on the server
2. Presence of necessary fields in bases
Why ask ?
There is for a long time imported in ZCM station XP.
In properties of agent ZCM at this station I see that all politicians are applied successfully.
In the https://zcmserver | ws Xp_KAP| Relationships | Assigned Policies | Inherited
for Dynamic Local User Policy "01UsersRightsDLU" Deployment Status = Unknown.
If remove (unreg) from ZCM this WS and import Again - all properies will be OK...
( I have some such for a long time imported machines with similar problems. )
Serg

Originally Posted by AndersG
Skoltogyan,
> Thanks. I will look forward to hearing
Sorry. I shuould have spotted that myself. The command you entered is wrong. You entered:
/opt/zdc # ./zdc verify -b /var/opt/novell/zenworks/database/zenworks_AMI_COMPANY_ZONE.db
Should have been:
/opt/zdc # ./zdc verify -b /blabla/zcm_10.x.x.zdc
Ie you enter the full path to the baseline file, not the database for -b
Anders Gustafsson (NKP)
The Aaland Islands (N60 E20)
Novell has a new enhancement request system,
or what is now known as the requirement portal.
If customers would like to give input in the upcoming
releases of Novell products then they should go to
http://www.novell.com/rms
cd /opt/zdc
./zdc verify -b
and in the log-file get 3 errors:
1)
+ Initializing native libraries.
[ERROR] [ZDCNative]
[!] Could not load native library, native features will be disabled
[DEBUG] [ZDCNative] /opt/zdc/lib/native/libzdcnative.so: librpm-4.4.so: cannot open shared object file: No such file or directory
java.lang.UnsatisfiedLinkError: /opt/zdc/lib/native/libzdcnative.so: librpm-4.4.so: cannot open shared object file: No such file or director
y
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.jav a:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at com.novell.zenworks.zdc.system.platform.ZDCNative. initialize(ZDCNative.java:20)
at com.novell.zenworks.zdc.system.platform.ZDCNative. <clinit>(ZDCNative.java:33)
at com.novell.zenworks.zdc.DiagnoseZen.startZDC(Diagn oseZen.java:105)
at com.novell.zenworks.zdc.DiagnoseZen.start(Diagnose Zen.java:64)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592)
at com.novell.zenworks.zdc.boot.Bootstrap.main(Bootst rap.java:110)
[INFO ] [DiagnoseZen]
+ Attempting to connect to database.
[TRACE] [DatabaseConnector] Establising JDBC connection.
[TRACE] [DatabaseConnector] JDBC connection established.
[INFO ] [DiagnoseZen]
2)
[ERROR] [ZDCNative]
[ERROR] [FileVerifier] File '/opt/novell/zenworks/share/tomcat/webapps/zenworks-reportadmin/WEB-INF/web.xml' is missing!!!
[ERROR] [FileVerifier] File '/opt/novell/zenworks/share/tomcat/webapps/zenworks-reportadmin/WEB-INF/classes/com/novell/zenworks/webservice/reportadmin/ReportAdminImpl.class' is missing!!!
[ERROR] [FileVerifier] File '/opt/novell/zenworks/share/tomcat/webapps/zenworks-reportadmin/WEB-INF/classes/com/novell/zenworks/webservice/reportadmin/ReportAdminTieSkeleton.class' is missing!!!
[ERROR] [FileVerifier]
3)
[TRACE] [DBObjectComparer] Constraint 'fk_zDevice_ZUID' is okay.
[TRACE] [DBObjectComparer] Comparing Triggers
[ERROR] [DBObjectComparer] Mismatch in Trigger 'tg_IsRetired_Ins_Upd' structure!!!
Expected: [Name: tg_IsRetired_Ins_Upd, Table: zDevice, Definition hash: 5e61ed8]
Found : [Name: tg_IsRetired_Ins_Upd, Table: zDevice, Definition hash: d789549a]
[DEBUG] [DBObjectComparer] Additional Information:
create trigger -- when zDevice is retired or unretired let NC_Workstation know
tg_IsRetired_Ins_Upd after update on
zenadmin.zDevice
referencing old as oldtable new as newtable
for each row
begin
declare @Retired1 tinyint;
declare @RetiredDate1 datetime;
declare @ZUID1 binary(16);
if(newtable.Retired <> oldtable.Retired) then
set @Retired1=newtable.Retired;
set @ZUID1=newtable.ZUID;
if(@Retired1 = 1) then
set @RetiredDate1=newtable.RetiredDate;
update NC_WORKSTATION set
NC_WORKSTATION.IsDeleted = @RetiredDate1
where NC_WORKSTATION.ZenWorksAgentID = @ZUID1;
update NC_COMPONENT set
NC_COMPONENT.IsDeleted = @RetiredDate1
where NC_COMPONENT.IsDeleted is null
and WORKSTATIONOID = any(select WORKSTATIONOID from NC_WORKSTATION where ZENWORKSAGENTID = @ZUID1)
else
set @RetiredDate1=oldtable.RetiredDate;
update NC_WORKSTATION set
NC_WORKSTATION.IsDeleted = null
where NC_WORKSTATION.ZenWorksAgentID = @ZUID1;
update NC_COMPONENT set
NC_COMPONENT.IsDeleted = null
where NC_COMPONENT.IsDeleted >= @RetiredDate1
and WORKSTATIONOID = any(select WORKSTATIONOID from NC_WORKSTATION where ZENWORKSAGENTID = @ZUID1)
end if
end if
end
[ERROR] [TableHelper]
[!] 1 errors found while verifying Triggers of Table zDevice
[DEBUG] [TableHelper] Verifying table 'zDeviceCreationInfo'
[TRACE] [DBObjectComparer] Comparing Columns

Similar Messages

  • How to check whether a file exist in the program folder or not?

    Hi guys,
    how to check whether a file exist in the program folder or not? Let is say i recieve a file name from user then i want to know if the file is there not and act on that base.
    abdul

    Look at the class java.io.File and the .exists() method:
    http://java.sun.com/j2se/1.4/docs/api/java/io/File.html

  • How to check last log backup happend in sql server

    Hi All,
    How to check last log backup happend in sql server
    Thanks in advance
    Shashikala

    Last Tlog Bakcup details
    SELECT
       CONVERT(CHAR(100), SERVERPROPERTY('Servername')) AS Server,
       msdb.dbo.backupset.database_name,
       MAX(msdb.dbo.backupset.backup_finish_date) AS last_db_backup_date
    FROM   msdb.dbo.backupmediafamily
       INNER JOIN msdb.dbo.backupset ON msdb.dbo.backupmediafamily.media_set_id = msdb.dbo.backupset.media_set_id
    WHERE  msdb..backupset.type = 'L'
    GROUP BY
       msdb.dbo.backupset.database_name
    ORDER BY
       msdb.dbo.backupset.database_name
    --Most Recent Database Backup FULL for Each Database
    SELECT 
       CONVERT(CHAR(100), SERVERPROPERTY('Servername')) AS Server,
       msdb.dbo.backupset.database_name, 
       MAX(msdb.dbo.backupset.backup_finish_date) AS last_db_backup_date
    FROM   msdb.dbo.backupmediafamily 
       INNER JOIN msdb.dbo.backupset ON msdb.dbo.backupmediafamily.media_set_id = msdb.dbo.backupset.media_set_id 
    WHERE  msdb..backupset.type = 'D'
    GROUP BY
       msdb.dbo.backupset.database_name 
    ORDER BY 
       msdb.dbo.backupset.database_name
    http://www.mssqltips.com/sqlservertip/1601/script-to-retrieve-sql-server-database-backup-history-and-no-backups/
    Database -- > Right click -- > Properties -- >
    Raju Rasagounder Sr MSSQL DBA

  • How can open a html, pdf files from the server (c:\foldername\filename)

    Hi all,
    I am developing an application. in this app i have to implement RMI.
    My problem is this, How can a client open a files from the server.
    all the html, pdf files are stored in the server's directory like C:\audit\filename.
    There is a folder on the server's C directory which contains all the html , pdf files.
    please tell me how can a client open a file from the server using RMI.
    Please send me the solution as soon as possible.
    Thanks & Regards
    Bhavishya

    That's doing it the hard way. Why not use HTTP or FTP?

  • How can we handle in flex application if the server is down?

    how can we handle in flex application if the server is down?

    You and me both. 
    As ambiguous as the original question was, I think he was just asking how to handle a server exception and I would suggest generally just using a Alert.show("your specific message (eg.  The server is currently unavailable)") in the place where you handle the fault return from your service or http call.  I'm sure there are more complicated messaging frameworks or approaches, but that seems to be enough for my apps.

  • How can I send an XML request to the server using servlets

    How can I send an XML request to the server using servlets

    http://forum.java.sun.com/thread.jspa?threadID=5158333
    http://forum.java.sun.com/thread.jspa?threadID=5158705
    Crossposting is lame.

  • TS3899 How do I prevent mail from deleting on the server after deleting on the phone?

    When I delete mail from my iphone when using apple mail, the e-mail deletes on my phone but remains on my computer.  When my co-worker deletes mail from her iphone it is getting deleted from her work computer (and the server).  I have compared settings on our phone and everything appears the same.  How do we stop mail from deleting from the server when she deletes mail from her phone?
    Thanks!

    POP or IMAP?
    With POP, this is the conventional way to use it. You download messages and doing so deletes them. Alternatively you can arrange to leave copies on the server for other email clients to be able to see them. The setting to do this can be found under '''Tools|Account Settings|{select account}|Server Settings'''.
    With IMAP, you're supposed to store messages on the server. If you want to remove them from the server, move them to the Local Folders account in Thunderbird.

  • I have an iPhone 4S I've been useing a sever for awhile now. Downloaded new iOS now I'm getting 403 forbidden when trying to look up anything from the server. Regular 3G works. How can I fix so I can use the server?

    I have an iPhone 4S I've been useing a sever for awhile now. Downloaded new iOS now I'm getting 403 forbidden when trying to look up anything from the server. Regular 3G works. How can I fix so I can use the server?

    Update: An Apple rep called me today to update the status of my return. I was told that the replacements for the BLACK iPad 2's was still another 3 weeks out (at least) so they offered me a brand new WHITE 16GB iPad 2. I could have that or continue waiting. I opted to go ahead and accept the offer of a new white one. Worst case scenario if I don't like the white one I have buddy that just bought a 16GB black one that he would be willing to swap it.

  • How to Check Referential Integrity for a field in Transformations.

    Hi All,
    We have a requirement where we need to check the referential integrity for a field in Transformation.
    How can we Check Referential Integrity in Transformations?
    Regards,
    Rk.

    Hi,
    you can check the referential integrity checkbox iis available in the transforamtaion there is a check box referential integrity from the source rules.
    Thanks,
    Ramesh.

  • How to check Portal integrated in Landscape

    What transacton code can I use to check a portal is running in the landscape that I am working with and whether BI (7.0) is already integratedin that portal?

    BI Portal Integration can be checked by launching a query using Bex tools and executing it or publishing it to portal.
    You can use transaction RSRT (Query Monitor) and use Java Web to test it as well.
    Using transaction SM30 check table RSPOR_T_PORTAL and see what portal URL is used by your BI system. If your BI and Portal Integration is complete then URL prefix will have this information.
    Ranjit Mereddy
    SAP Netweaver Consultant
    Indus Consulting Group

  • My Apple ID is registered in wrong email address. How can i change it or else when the server reply me to check my email that i can't check due to they sent to wrong email address...

    Please give advice of how can i change my Apple ID (email address) as it is wrong address. Like i just update my iPhone to latest version 6.0, and get the new app, iCloud which need me to key in my Apple ID and Password. I have no choice to use the wrong email address as it is already registerd since from 1st day i use my iPhone. Then i received the reply that tell me to check my email for verifing but the problem is i can't check my gmail as they sent to the email is not my actual gmail address....
    How can i solve this problem?

    You may change your Apple ID to any email address that is not already used as another Apple ID, or that is not already associated with another Apple ID.
    In other words, if I have an Apple ID [email protected], and have alternate email addresses of [email protected] and [email protected], none of them may be used by me or anyone else for an Apple ID, Rescue Email, alternate email, or anything Apple-related.
    If the Apple ID link above indicates your email is already in use then it is. Use https://iforgot.apple.com, select Forgot your Apple ID? and provide the information requested. If the email address is one you created and can still access, you may be able to retrieve it. If it is one someone else created, you will not.

  • How to Check Images File Exist? in different server

    Hi,
    I have 10 different coldfusion server.
    for example 9 server is for the web application site - for
    example
    http://myserverone/studentweb
    the other one is for images website, just for displaying
    student picture - for example
    http://myserverimage/studentpicture.
    the purpose of this website is to display student picture
    that i store as gif files.
    from my studentweb website i will call the images from
    studentpicture website as source for my image placeholder.
    for example this is my code i'm calling form
    http://myserverone/studentweb
    website:
    <img src="
    http://myserverimage/studentpicture/#studentnumber#.gif"
    alt="" name="studentpicture" width="160" height="200">
    my problem is, if there is no specific student picture in my
    studentpicture website, then the placeholder will display an X (
    mean the images not found )
    how do i prevent the X to display?
    how do i using coldfusion or any kind of way to check if the
    images exist on that website ( different server ), so if the images
    is not found, i can display a default images? i can do this if i'm
    calling the website in the same server, but not using a different
    server.
    this is like using other website images for your own personal
    website and sometimes the owner delete the images from their
    website, and i want to display my own images if that images been
    removed from the source website.
    anyone have done this before?
    thanks for suggestion and guide...
    haire

    1. Use CFHTTP with method="HEAD".
    2. See, if the HTTP status code is 200.
    The head-method is of course more efficient, as it doesn't
    need to "get" the message body. However, a status code of 200 is
    possible even when the requested image file is no longer on the
    server.

  • How to check that concrete object is on the scene?

    Hi
    I wonder how can i check that concrete object is on the scene for example:
    var sprite1:Sprite = new SPrite();
    stage.addChild(sprite1);
    if(?????)
        //do something with sprite1
    else
         //add sprite1 to display list and do something with it
    Is there any property or method to check this?

    If you mean that the object exists, you can try...
    if(sprite1)
        trace("it exists");
    else
         trace("it's not here");
    otherwise, if you mean you want to know if it's on the display list, you need to go thru the display list to see if it's in there...
    var child:DisplayObject;
    var spriteFound:Boolean = false;
    for (var i:uint=0; i < stage.numChildren; i++)
    child = stage.getChildAt(i);
    if(child == sprite1){
       spriteFound = true;
    if(spriteFound){
    trace("it's on display list");
    } else {
    trace("it's not here");

  • How to check a query element based on the technical name of a query builde?

    We often see, e.g., 401OQ2EEM5EJH4GQ5N2HFNE7P as a query element of a query builder.  How to know what kind of InfoObj. or R2R link it would be base on the long technical name?  We remember there is a table to look these up, what's the table name and how to look for it's description name?
    Thanks

    hi Ari,
    The table you recommend seems to only work for Report to Report link, but not for query element, is there any other table that we can find which InfoObj. is used for this long technical name in query?
    Thanks and we have given you rewards points.

  • How to check if user is part of the specific OU in Active Directory

    Hi :
    We are trying to check if user is part of the specific OU or not , to do this I am invoking "Get Object Property Value"
    since if user is part of that OU in that case it should be able to get that property .
    However this activity is failing and not able to search for any proeprty , below is the snapshot of workflow which
    I have created for this , I am logging to cisco.com domain for this .

    Hi Anil
    You can run the "Get User Distinguished Name" action. This uses the login CISCO\username in your case to return the distinguished name which you are inputting including its OU.
    You could then run the get object property with the input LDAP path being the results from the Distinguished Name.
    Regards,
    Matt

Maybe you are looking for