Upgrading ifs 1.1.6 to 1.2  (9.0.1)

Is there an easy/simple upgrade path for ifs from 1.1.6 to 1.2 (9.0.1)?

Yes! All you have to do is download/install the new version of iFS (9.0.1) and then use the iFS Configuration Assistant to upgrade your existing iFS schema. This will happen as part of the install; you just have to provide answers to a few questions (passwords, etc.) It's very easy and documented step-by-step in the installation guide.

Similar Messages

  • How do you upgrade ifs data from 1.1.9 to 9.0.1 ?

    We are upgrading the underlying database from 8.1.7 to Oracle 9.2.0 and we need to transfer the ifs data (files, user, acls...) to ifs 9.0.1.
    Please advise...
    Lionel

    Thanks Matt for your answer but we did actually look at the Administrator's Guide (http://otn.oracle.com/docs/products/ifs/doc_library/901/Setup%20and%20Administration%20Guide/Output/toc.htm) and a lot of other documents (http://otn.oracle.com/docs/products/ifs/content.html) and there is really nothing about migrating data from ifs 1.1.9 to 9.0.1. The only solution we have at hand right now is to dump all files, all users and all acls programmatically and re-import them to 9.0.1 which will take a really long time to develop and execute. Is there a way to just upgrade the ifs schema to a 9.0.1 ifs schema?. This looks to me like a pretty basic request for all existing ifs 1.1.9 customers to be able to simply migrate to 9.0.1. We should not have to extract the whole thing and re-import to migrate. Anybody has any experience with this kind of migration ?
    Thank you for your help,
    Lionel

  • Ifs upgrade, policy property bundles

    I am helping to research a couple of questions and would appreciate some guidance.
    One, Can anyone point me to documentation on upgrading IFS 9.01 to most current version?
    Specifically, they want to know about the need to drop specific 9i tables or other database changes, and whether 9.01 needs to be dropped to do the upgrade.
    Two, they are having a problem, they believe, with policypropertybundles. They can't get rid of one and believe it is the cause of a problem accessing documents. When attempting access through unix the nfs mount will not complete, it just hangs with no message. When accessing through Windows it replies with an access denied error. Any ideas?
    They are using a 9i workstation and connecting to an 8i server.

    Every new version of 9iFS includes functionality to automatically
    upgrade an existing instance to the latest version. This process
    leaves all existing data intact. You can upgrade a 9.0.1 instance
    to 9.0.2, and you will be able to upgrade it to 9.0.3 too when
    that version is released.

  • Unable to logon to iFS from JDeveloper

    I just upgraded my oracle Db from 8.1.6 to 8.1.7 and upgraded iFS from 1.0.8.3 to 1.1.9.
    Now I am getting the following error while using an already running iFS program from JDeveloper3.2. I am attaching here the details of the program run in Jdeveloper. Any help is greatly appreciated. Thanks.
    "D:\JDeveloper3.2\java\bin\javaw.exe" -mx50m -classpath "D:\JDeveloper3.2\myclasses;D:\JDeveloper3.2\lib\jdev-rt.zip;D:\JDeveloper3.2\lib\connectionmanager.zip;D:\JDeveloper3.2\jdbc\lib\oracle8.1.7\classes111.zip;D:\oracle817\ifs1.1\set tings;D:\oracle817\ifs1.1\lib;D:\oracle817\ifs1.1\lib\xmlparserv2.jar;D:\oracle817\ifs1.1\lib\release.jar;D:\oracle817\ifs1.1\lib\repos.jar;D:\oracle817\ifs1.1\lib\servlet.jar;D:\o racle817\ifs1.1\lib\vbjorb.jar;D:\oracle817\ifs1.1\lib\adk.jar;D:\oracle817\ifs1.1\lib\email.jar;D:\oracle817\ifs1.1\lib\tools.jar;D:\oracle817\ifs1.1\lib\utils.jar;D:\oracle817\if s1.1\jws\lib\servlet.jar;D:\JDeveloper3.2\lib\ojsp.jar;D:\JDeveloper3.2\lib\ojc.jar;D:\JDeveloper3.2\lib\servlet.jar;D:\JDeveloper3.2\java\lib\classes.zip" ifs.sampleapps.helloworld.tests
    Establishing Session
    Generic Error....
    oracle.ifs.common.IfsException: IFS-10110: Unable to construct directory service
    oracle.ifs.common.IfsException: IFS-10140: Unable to instantiate credential manager Ifs
    oracle.ifs.common.IfsException: IFS-10150: Unable to construct credential manager (oracle.ifs.server.IfsCredentialManager)
    oracle.ifs.common.IfsException: IFS-10176: Unable to get credential manager version
    java.sql.SQLException: ORA-06550: line 1, column 13:
    PLS-00103: Encountered the symbol "." when expecting one of the following:
    ( - + mod not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev sum variance
    execute forall time timestamp interval date
    <a string literal with character set specification>
    <a number> <a single-quoted SQL string>
    The symbol "<an identifier>" was substituted for "." to continue.
    PLS-00103: Encountered the symbol "." when expecting one of the following:
    ( - + mod not null <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> avg
    count current exists max min prior sql stddev sum variance
    execute forall time timestamp interval date
    <a string literal with character set specification>
    <a number> <a single-quoted SQL string>
    The symbol "<an identifier>" was substituted for "." to continue.
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java)
    at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java)
    at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java)
    at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java)
    at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java)
    at oracle.ifs.server.IfsCredentialManager.getVersionString(IfsCredentialManager.java:692)
    at oracle.ifs.server.IfsCredentialManager.verifyVersion(IfsCredentialManager.java:1045)
    at oracle.ifs.server.IfsCredentialManager.<init>(IfsCredentialManager.java:195)
    at oracle.ifs.server.DirectoryService.<init>(DirectoryService.java:186)
    at oracle.ifs.server.S_LibraryService.<init>(S_LibraryService.java:993)
    at oracle.ifs.server.S_LibraryService.startService(S_LibraryService.java:1129)
    at oracle.ifs.beans.LibraryService.connectLocal(LibraryService.java:408)
    at oracle.ifs.beans.LibraryService.connect(LibraryService.java:280)
    at ifs.sampleapps.helloworld.tests.<init>(tests.java:83)
    at ifs.sampleapps.helloworld.tests.main(tests.java:708)
    null

    Thanks for the tip, I found the following files on the server that were not on the PC:
    smb.sys
    smclib.sys
    smcyscom.dll
    smef.dll
    smi2mir.exe
    smierrsm.dll
    smierrsy.dll
    smimsgif.dll
    These files were copied across to the PC /windows/system32 folder.
    However the problem still persists, I have re-started PC but this has also not resolved the problem.
    Many thanks for your assistance
    Naz

  • Problem with content search

    Hello everyone,
    Well, i know that's a question that have been already answered but i have the following problem :
    Content search doesn't work. I mean, it used to work when i tried it (1 month ago...). I have a small program using the API that perfectly worked. But, since i have upgraded iFS (from 1.1.6 to 1.1.9) it doesn't work anymore. Intermedia runs (that's the first thing i checked) and attribute search works fine. I tried to launch Intermedia manually (using ctxsrv) but it didn't change anything. Even the advanced search of the web interface doesn't work so it shouldn't come from my code...
    I don't understand what's happening. Could someone help me ? (this week, nothing works as it should...)
    Thanks in advance.
    Regards,
    Guillaume

    Hi Guillaume,
    did you follow the POST installation steps after upgrading from 1.1.6 to 1.1.9 ???
    (as descibed in http://technet.oracle.com/docs/products/ifs/pdf/install_nt_1.1.pdf)
    You need at least populate intermedia text indexes for all existing documents, which can be done via:
    sqlplus ifssys/<ifssys password>
    exec ctx_output.start_log('ifsidx.log')
    update odmm_contentstore set indexedblob=indexedblob;
    commit;
    exec ctx_ddl.sync_index('indexedblob_i');
    exec ctx_output.end_log
    This might take a while....
    HTH,
    Ralf

  • How to upgrade Oracle iFS 9.0.1 to  Oracle Collaboration 10G ?

    Dear experts,
    I am looking a way to upgrade 9iFS 9.0.1 to the recent Content Management service(CMS) of Oracle Collaboration Suite 10G (10.1.2).
    Can someone tell me how to do this?
    I read the Oracle Collaboration Suite 10G installation guide, it indicated that the upgrade path from Collaboration 9.0.3.1, 9.0.4.1 or 9.0.4.2 to 10.1.2 are supported.
    I also read the CMS installation guide fro CMS 9.0.3, and 9.0.4, 9.0.4.2, they indictae that indicated that upgrade from iFS 9.01. to CMS 9.0.3, CMS 9.0.4 or CMS 9.0.4.2 are supported.
    But I couldn't fins information about how to upgrade Oracle 9iFS or CMS to Oracle Files (Collbaoration Suite 9i R1) 9.0.3 or R2 (9.0.4).
    My questions are
    1. Is Oracle Files 9.0.3 same as CMS 9.0.3?
    2. If they are different, How Can I upgrade 9iFS 9.0.1 to Oracle Files 9.0.3? so I can continue to upgrade to OCS 10g R2?
    Any suggestions are appreciated.
    Jinsen
    I have been looking the OTN, but I couldn't find a document about upgrade from

    I think you should contact ORacle support on that point.

  • Upgrading 9iAS iFS 1.1 to iFS 1.2

    9iAS is installed on Solaris. It is running iFS 1.1. I would
    like to de-install iFS 1.1 and install iFS 1.2.
    Is this supported? or possible?
    I run the OUI and select the iFS 1.1 component only, then select
    remove. Why does the entire 9iAS need to be de-installed as
    well?
    If I keep the 9iAS installation with iFS 1.1 and install iFS 1.2
    which takes presidence. Can I run both?
    Regards,
    AJC

    However, Apache 2.2 is the most current version, and
    I'd really like to upgrade. Do I simply install 2.2
    from scratch?
    You install it from scratch (compile it), yes. Simply, maybe
    Do I upgrade? Are there any common
    stumbling blocks?
    I don't know about issues with apache2.2 on os x per se, but you will have a learning curve if you aren't familiar with compiling binaries from source, in general.

  • Upgrade service error after ZFD3 SP3 to ZFD4.01 upgrade

    Hi,
    Having upgraded from ZFD3.2 SP3 to ZFD4.01 and carefully following the
    documentation instructions I still get the following error on the Inventory
    Service startup screen:
    "The Upgrade Service is migrating the schema
    An error has occurred. The upgrade service is exiting now."
    The Inv Srv object Server Status log says:
    "1178: An error occured while performing the DBSchema migration
    1177: Unable to complete all the operations, the upgrade service is exiting
    with errors.
    106: The Storer succesfully connected to the database
    108:the database in not initialized as it is being upgraded"
    All of these errors on the support site have as a fix either restart the
    Inventory Service or contact Novell.
    I've spent some hours now looking for a fix on Knowledgebase and in the Zen
    forums but can't find anything useful. This is the second time I've run the
    upgrade and this problem has occurred. I've reinstalled Zen3.2 from scratch,
    applied SP1 and SP3.
    I've checked policies and database objects, all appears as it should be.
    These seem to be the relevant errors from the log files:
    Migration Log:
    Migration Exception Message->Could not add the dbspace..ASA Error -121:
    Permission denied: unable to create the dbspace file "CIM10",
    SQLState->42501, ErrorCode->262
    Zenworksinvservice log file:
    [12/2/04 12:37:04.691] ZenInv - Upgrade Service: migrateDbToP1(true) failed
    in AlterProcedure
    [12/2/04 12:37:05.286] ZenInv - Upgrade Service: Upgrade to ZfD4.0 or ZFS3.0
    SP1 failed. Reinstall ZFD4.0 or ZFS3.0 SP1 and start the inventory server
    again
    See full logs below.
    Is there no option but to go straight to Novell?
    Regards,
    Steve Law
    zenworksinvservice-041202123653303.txt
    [12/2/04 12:36:53.280] ZENInv - Service Loader: getAttributesofDN:
    Attributes of:
    [12/2/04 12:36:53.349] ZENInv - Service Loader:
    getAttributes:Attributes={zeninvhostserver=zeninvH ostServer: Distinguished
    Name CN=SERVER1.OU=BMO.OU=UK.O=OURTREE, zeninvrole=zeninvRole: Integer 25}
    [12/2/04 12:36:53.358] ZENInv - Service Loader: Logout from NDS returnedtrue
    [12/2/04 12:36:53.725] ZENInv - Server Config: The severconfig service start
    is pending...
    [12/2/04 12:36:53.784] ZENInv - Server Config: getAttributesofDN: Attributes
    of:
    [12/2/04 12:36:53.827] ZENInv - Server Config:
    getAttributes:Attributes={zeninvscanfilepath=zenin vScanFilePath: Case Ignore
    String \\SERVER1\DATA\Zenworks\ScanDir, zeninvrole=zeninvRole: Integer 25,
    zeninvcomponentstatus=zeninvComponentStatus: 4.0 12 0}
    [12/2/04 12:36:53.832] ZENInv - Server Config: Logout from NDS returnedtrue
    [12/2/04 12:36:53.838] ZENInv - Server Config: Getting Cascade INit time
    [12/2/04 12:36:54.844] ZENInv - Server Config: Database Location Policy DN
    is CN=Zen32 Server Package:General:ZENworks
    Database.OU=Policies.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:36:54.887] ZENInv - Server Config: getAttributesofDN: Attributes
    of:
    [12/2/04 12:36:54.918] ZENInv - Server Config:
    getAttributes:Attributes={zenlocdatabaseobject=zen locDatabaseObject:
    Distinguished Name CN=SERVER1_invDatabase.OU=BMO.OU=UK.O=OURTREE}
    [12/2/04 12:36:54.923] ZENInv - Server Config: Logout from NDS returnedtrue
    [12/2/04 12:36:54.967] ZENInv - Server Config: getAttributesofDN: Attributes
    of:
    [12/2/04 12:36:55.001] ZENInv - Server Config:
    getAttributes:Attributes={zendbpassword=zendbPassw ord: novell,
    zendbjdbcprotocol=zendbJDBCProtocol: jdbc:,
    zendbdatabasetype=zendbDatabaseType: Integer 0,
    zendbjdbcsidservice=zendbJDBCSIDService: 11.32.25.98, zendburl=zendbURL:
    Case Ignore String
    jdbc:sybase:Tds:11.32.25.98:2638?ServiceName=mgmtd b&JCONNECT_VERSION=4,
    zendbjdbcsubname=zendbJDBCSubName: Tds:, zendbjdbcdriver=zendbJDBCDriver:
    com.sybase.jdbc.SybDriver, host server=Host Server: Distinguished Name
    CN=SERVER1.OU=BMO.OU=UK.O=OURTREE, network address=Network Address: 13;20;,
    zendbuser=zendbUser: MW_DBA, zendbjdbcsubprotocol=zendbJDBCSubProtocol:
    sybase:, zendbjdbcport=zendbJDBCPort: 2638}
    [12/2/04 12:36:55.013] ZENInv - Server Config: Logout from NDS returnedtrue
    [12/2/04 12:36:56.297] ZENInv - Server Config: The severconfig service is
    started...
    [12/2/04 12:36:56.320] ZENInv - Sync Scheduler: The scheduler service start
    is pending...
    [12/2/04 12:36:56.382] ZENInv - Sync Scheduler: getAttributesofDN:
    Attributes of:
    [12/2/04 12:36:56.459] ZENInv - Sync Scheduler:
    getAttributes:Attributes={zeninvsyncrepeatinterval =zeninvSyncRepeatInterval:
    >
    [12/2/04 12:36:56.463] ZENInv - Sync Scheduler: Logout from NDS returnedtrue
    [12/2/04 12:36:56.585] ZENInv - Sync Scheduler: This is the schedule
    fetchedRun Daily: Monday, Tuesday, Wednesday, Thursday, Friday From 00:00:00
    To 22:55:00 (Randomly dispatch during time period)
    [12/2/04 12:36:56.597] ZENInv - Sync Scheduler: fetchSchedule returned: true
    [12/2/04 12:36:56.597] ZENInv - Sync Scheduler: Schedule Fired
    [12/2/04 12:36:56.597] ZENInv - Sync Scheduler: The scheduler service is
    started...
    [12/2/04 12:36:56.721] ZenInv - Upgrade Service: getAttributesofDN:
    Attributes of:
    [12/2/04 12:36:56.752] ZenInv - Upgrade Service:
    getAttributes:Attributes={zeninvcomponentstatus=ze ninvComponentStatus: 4.0
    12 0}
    [12/2/04 12:36:56.756] ZenInv - Upgrade Service: Logout from NDS
    returnedtrue
    [12/2/04 12:36:56.758] ZenInv - Upgrade Service: Info : Read
    zenInvComponentStatus = 4.0 12 0
    [12/2/04 12:36:56.758] ZenInv - Upgrade Service: Inventory Server
    zenInvComponentStatus = 4.0 12 0
    [12/2/04 12:36:56.789] Service Manager: start(ServiceDataAccessor, String[])
    not found in
    'com.novell.zenworks.desktop.inventory.strconverte r.STRConverterServiceInit'
    [12/2/04 12:36:56.815] ZENInv - STRConverter: Start with
    'ServiceStatusChangeListener' invoked
    [12/2/04 12:37:04.691] ZenInv - Upgrade Service: migrateDbToP1(true) failed
    in AlterProcedure
    [12/2/04 12:37:04.807] ZENInv - Status Reporting: Messages are written into
    XML file for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:04.845] ZENInv - Status Reporting: getAttributesofDN:
    Attributes of:
    [12/2/04 12:37:04.881] ZENInv - Status Reporting:
    getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "-O j,
    "- l, "Tw s, "Ty T, "T j, "T-
    l, " s, " T, "6 j, "9Y l}
    [12/2/04 12:37:04.898] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:04.912] ZENInv - Status Reporting: Number of records to add
    are: 1 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:04.951] ZENInv - Status Reporting: getAttributesofDN:
    Attributes of:
    [12/2/04 12:37:04.984] ZENInv - Status Reporting:
    getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "-O j,
    "- l, "Tw s, "Ty T, "T j, "T-
    l, " s, " T, "6 j, "9Y l}
    [12/2/04 12:37:04.990] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:04.991] ZENInv - Status Reporting: Adding record 0 for
    DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:05.113] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:05.209] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:05.246] ZENInv - Status Reporting: getAttributesofDN:
    Attributes of:
    [12/2/04 12:37:05.277] ZENInv - Status Reporting:
    getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "- l,
    "Tw s, "Ty T, "T j, "T- l, "
    s, " T, "6 j, "9Y l, "~; s}
    [12/2/04 12:37:05.284] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:05.285] ZENInv - Status Reporting: Number of modified records
    are: 0 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:05.286] ZenInv - Upgrade Service: Upgrade to ZfD4.0 or ZFS3.0
    SP1 failed. Reinstall ZFD4.0 or ZFS3.0 SP1 and start the inventory server
    again
    [12/2/04 12:37:05.288] ZENInv - Status Reporting: Messages are written into
    XML file for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:05.326] ZENInv - Status Reporting: getAttributesofDN:
    Attributes of:
    [12/2/04 12:37:05.358] ZENInv - Status Reporting:
    getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "- l,
    "Tw s, "Ty T, "T j, "T- l, "
    s, " T, "6 j, "9Y l, "~; s}
    [12/2/04 12:37:05.364] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:05.365] ZENInv - Status Reporting: Number of records to add
    are: 1 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:05.403] ZENInv - Status Reporting: getAttributesofDN:
    Attributes of:
    [12/2/04 12:37:05.435] ZENInv - Status Reporting:
    getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "- l,
    "Tw s, "Ty T, "T j, "T- l, "
    s, " T, "6 j, "9Y l, "~; s}
    [12/2/04 12:37:05.441] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:05.445] ZENInv - Status Reporting: Adding record 0 for
    DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:05.568] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:05.670] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:05.707] ZENInv - Status Reporting: getAttributesofDN:
    Attributes of:
    [12/2/04 12:37:05.738] ZENInv - Status Reporting:
    getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "Tw s,
    "Ty T, "T j, "T- l, " s, "
    T, "6 j, "9Y l, "~; s, "s? T}
    [12/2/04 12:37:05.747] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:05.748] ZENInv - Status Reporting: Number of modified records
    are: 0 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:05.767] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, Running EnumModifier in integrated mode with
    upgradeService
    [12/2/04 12:37:05.767] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, dbDriver:com.sybase.jdbc.SybDriver
    [12/2/04 12:37:05.767] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables,
    dbURL:jdbc:sybase:Tds:11.32.25.98:2638?ServiceName =mgmtdb&JCONNECT_VERSION=4
    [12/2/04 12:37:05.768] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, dbType:0
    [12/2/04 12:37:05.768] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, dbUser:MW_DBA
    [12/2/04 12:37:05.768] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, dbPasswd:novell
    [12/2/04 12:37:06.844] Service Manager: start(ServiceDataAccessor, String[])
    not found in
    'com.novell.zenworks.desktop.inventory.selector.Se lectorServiceInit'
    [12/2/04 12:37:07.046] ZENInv - Selector: Selector Services Started
    Successfully
    [12/2/04 12:37:07.046] Service Manager: start(ServiceDataAccessor, String[])
    not found in
    'com.novell.zenworks.desktop.inventory.storer.Stor erServiceInit'
    [12/2/04 12:37:07.062] ZENInv - Selector: Selector Code Profiling disabled
    [12/2/04 12:37:07.067] ZENInv - Storer: Start with
    'ServiceStatusChangeListener' invoked
    [12/2/04 12:37:17.010] ZENInv - Selector: Getting ServerConfig HashTable
    [12/2/04 12:37:17.010] ZENInv - Selector: Getting InvServiceObj from
    HashTable
    [12/2/04 12:37:17.011] ZENInv - Selector: Getting NDSTree from ServiceObject
    [12/2/04 12:37:17.013] ZENInv - Selector: NDSTree=null
    [12/2/04 12:37:17.014] ZENInv - Selector: Getting InventoryServiceDN from
    ServiceObject
    [12/2/04 12:37:17.014] ZENInv - Selector:
    InventoryServiceDN=CN=SERVER1_ZenInvService.OU=BMO .OU=UK.O=OURTREE
    [12/2/04 12:37:17.014] ZENInv - Selector: Getting ScanDir from ServiceObject
    [12/2/04 12:37:17.015] ZENInv - Selector: ScanDir=DATA:\Zenworks\ScanDir
    [12/2/04 12:37:17.021] ZENInv - Selector: NEW SyncServiceTable Constructor
    Invoked
    [12/2/04 12:37:17.022] ZENInv - Selector: Creating-Verifying
    Serialize-Deserialize Location DATA:\Zenworks\ScanDir\stable\
    [12/2/04 12:37:17.022] ZENInv - Selector: Checking for
    DATA:\Zenworks\ScanDir\stable\
    [12/2/04 12:37:17.023] ZENInv - Selector: synchTableDir exists. Check wether
    this is a directory or File
    [12/2/04 12:37:17.024] ZENInv - Storer: Storer from dblocation user: MW_DBA
    driver: com.sybase.jdbc.SybDriver protocol: jdbc:sybase: subname: Tds: port:
    2638
    [12/2/04 12:37:17.024] ZENInv - Selector: Directory
    ExistsDATA:\Zenworks\ScanDir\stable\
    [12/2/04 12:37:17.024] ZENInv - Selector: Directory Existence
    ConfirmedDATA:\Zenworks\ScanDir\stable\
    [12/2/04 12:37:17.025] ZENInv - Selector: Serialize-Deserialize File
    DATA:\Zenworks\ScanDir\stable\STABLE.SER
    [12/2/04 12:37:17.025] ZENInv - Selector: Initializing SyncServiceTable
    [12/2/04 12:37:17.025] ZENInv - Selector: SynchTable Does not Exist
    [12/2/04 12:37:17.026] ZENInv - Selector: Attempting to Load SynchTable From
    Serialized File
    [12/2/04 12:37:17.026] ZENInv - Selector: DeSerializing hashTable
    FromDATA:\Zenworks\ScanDir\stable\STABLE.SER
    [12/2/04 12:37:17.029] ZENInv - Storer: url[From DBObject]:
    jdbc:sybase:Tds:11.32.25.98:2638?ServiceName=mgmtd b&JCONNECT_VERSION=4
    [12/2/04 12:37:17.035] ZENInv - Storer: wsdn:
    CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREEi = 0
    [12/2/04 12:37:17.037] ZENInv - Selector: DeSerializing SyncService
    HashTable
    [12/2/04 12:37:17.041] ZENInv - Selector: SynchTable Loaded Sucessfully From
    Serialized File
    [12/2/04 12:37:17.042] ZENInv - Selector: Getting hasDatabase status from
    ServiceObject
    [12/2/04 12:37:17.042] ZENInv - Selector: hasDatabase is true from
    ServiceObject
    [12/2/04 12:37:17.042] ZENInv - Selector: Getting isStandAlone status from
    ServiceObject
    [12/2/04 12:37:17.043] ZENInv - Selector: isStandAlone is true from
    ServiceObject
    [12/2/04 12:37:17.043] ZENInv - Selector: ConvDir
    DATA:\Zenworks\ScanDir\conv\
    [12/2/04 12:37:17.044] ZENInv - Selector: ConvDir exists. Check wether this
    is a directory or File
    [12/2/04 12:37:17.044] ZENInv - Selector: DATA:\Zenworks\ScanDir
    [12/2/04 12:37:17.045] ZENInv - Selector: DATA:\Zenworks\ScanDir\DbDir
    [12/2/04 12:37:17.045] ZENInv - Selector:
    [12/2/04 12:37:17.048] ZENInv - Selector: Getting SELECTOR_STORER Synch
    Object
    [12/2/04 12:37:17.049] ZENInv - Selector: Getting SELECTOR_COLLECTOR Synch
    Object
    [12/2/04 12:37:17.049] ZENInv - Selector: Getting SELECTOR_CONVERTER Synch
    Object
    [12/2/04 12:37:17.049] ZENInv - Selector: Getting CONVERTER_SELECTOR Synch
    Object
    [12/2/04 12:37:17.050] ZENInv - Selector: Getting SYNCHSERVICE_SELECTOR
    Synch Object
    [12/2/04 12:37:17.061] ZENInv - Storer: Loading Storer test properties file
    [12/2/04 12:37:17.080] Service Manager: start(ServiceDataAccessor, String[])
    not found in
    'com.novell.zenworks.common.inventory.scancollecto r.ScanCollector'
    [12/2/04 12:37:17.338] ZENInv - IFS Server: zenInvScanCollector:
    FileServiceController: Startup Properties: {chunksize=4096,
    lockfactory=com.novell.zenworks.common.inventory.i fs.utils.MemoryFileLockFac
    tory, lockseed=ScanSelectorLock, transfers=100,
    rootdirectory=DATA:\Zenworks\ScanDir, timeout=60000,
    servicename=zenInvScanCollector, portnumber=0}
    [12/2/04 12:37:17.499] Service Manager: start(ServiceDataAccessor, String[])
    not found in
    'com.novell.zenworks.desktop.inventory.InvSyncServ ice.ManagableSyncService'
    [12/2/04 12:37:17.579] ZENInv - Inventory Sync Service: SyncService thread
    started
    [12/2/04 12:37:17.579] ZENInv - Inventory Sync Service: NEW SyncServiceTable
    Constructor Invoked
    [12/2/04 12:37:17.580] ZENInv - Inventory Sync Service: Creating-Verifying
    Serialize-Deserialize Location DATA:\Zenworks\ScanDir\stable\
    [12/2/04 12:37:17.580] ZENInv - Inventory Sync Service: Checking for
    DATA:\Zenworks\ScanDir\stable\
    [12/2/04 12:37:17.585] ZENInv - Inventory Sync Service: synchTableDir
    exists. Check wether this is a directory or File
    [12/2/04 12:37:17.585] ZENInv - Inventory Sync Service: Directory
    ExistsDATA:\Zenworks\ScanDir\stable\
    [12/2/04 12:37:17.586] ZENInv - Inventory Sync Service: Directory Existence
    ConfirmedDATA:\Zenworks\ScanDir\stable\
    [12/2/04 12:37:17.586] ZENInv - Inventory Sync Service:
    Serialize-Deserialize File DATA:\Zenworks\ScanDir\stable\STABLE.SER
    [12/2/04 12:37:17.587] ZENInv - Inventory Sync Service: Initializing
    SyncServiceTable
    [12/2/04 12:37:17.587] ZENInv - Inventory Sync Service: Will Use the
    existing SyncServiceTable
    [12/2/04 12:37:18.445] ZENInv - Status Reporting: Messages are written into
    XML file for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:18.484] ZENInv - Status Reporting: getAttributesofDN:
    Attributes of:
    [12/2/04 12:37:18.520] ZENInv - Status Reporting:
    getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "Tw s,
    "Ty T, "T j, "T- l, " s, "
    T, "6 j, "9Y l, "~; s, "s? T}
    [12/2/04 12:37:18.525] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:18.526] ZENInv - Status Reporting: Number of records to add
    are: 1 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:18.564] ZENInv - Status Reporting: getAttributesofDN:
    Attributes of:
    [12/2/04 12:37:18.595] ZENInv - Status Reporting:
    getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "Tw s,
    "Ty T, "T j, "T- l, " s, "
    T, "6 j, "9Y l, "~; s, "s? T}
    [12/2/04 12:37:18.600] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:18.601] ZENInv - Status Reporting: Adding record 0 for
    DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    [12/2/04 12:37:18.699] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    [12/2/04 12:37:18.783] ZENInv - Status Reporting: Logout from NDS
    returnedtrue
    Migration Log
    Starting the AlterProcedure Log at 2004-12-02 11:45:29.731
    Unzipping the file migrate.zip
    Transforming the Migration SQL files...
    ...3
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Initial_0
    is copied
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ze
    nPotsModem_1 is done with 545 0x03010c0a010202
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ze
    nOperatingSystem_2 is done with 143 0x03010e02
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ze
    nNetworkAdapter_3 is done with 544 0x03010c0b04
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ze
    nDiskDrive_4 is done with 543 0x03010c080301
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Wi
    nOperatingSystem_5 is done with 547 0x03010e0201
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\zenworks_vi
    deoadapter_6 is done with 53 0x03010c030c0201
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Sy
    stemInfo_7 is done with 228 0x03020404
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_so
    undadapter_8 is done with 546 0x03010c16
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Mo
    therboard_9 is done with 221 0x0302040101
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Lo
    gicalDiskDrive_10 is done with 113 0x03010c110402
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_in
    ventoryscanner_11 is done with 181 0x03011402
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_in
    stalleddriver_12 is done with 548 0x2701
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_In
    stalledDirectory_13 is done with 551 0x4a
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_bu
    s_14 is done with 35 0x03010c0301
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_bi
    os_15 is done with 180 0x0301140101
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\ManageWise_
    CurrentLoginUser_16 is done with 549 0x48
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\ManageWise_
    LastLoginUser_17 is done with 550 0x49
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\ManageWise_
    User_18 is done with 205 0x03011a
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\misc_19 is
    copied
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\sybcustom_2
    0 is copied
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\sybdelprocs
    _21 is copied
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\sybextended
    _22 is copied
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\sybrmaudit_
    23 is copied
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\CIM_Process
    or_24 is copied
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ne
    twareOperatingSystem_24 is done with 142 0x03010e01
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\indytoprom_
    26 is copied
    \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Post_30 is
    copied
    Starting Schema Migration
    Adding the extra db spaces...
    SELECT file_name FROM SYSFILE WHERE dbspace_name LIKE '%CIM9%'
    has the results
    File_NAME=mgmtdb9.db
    dbfile's base directory =
    SELECT file_name FROM SYSFILE WHERE dbspace_name LIKE '%CIM10%'
    CREATE DBSPACE CIM10 AS 'mgmtdb10.db'
    Totaltime taken for Schema Migration : 149
    Migration Exception Message->Could not add the dbspace..ASA Error -121:
    Permission denied: unable to create the dbspace file "CIM10",
    SQLState->42501, ErrorCode->262

    I am getting identical errors with NW6.5 SP3, edir 8.7.3.6 upgrading from
    ZFD4.01 to ZFD6.5. Haven't found any knowledgebase items on it.
    Thanks,
    Doug Streit
    > Extra info: this is a NW6.5 SP2 server with edir 8.7.3.3, Sybase database.
    >
    > "SLaw" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi,
    > >
    > > Having upgraded from ZFD3.2 SP3 to ZFD4.01 and carefully following the
    > > documentation instructions I still get the following error on the
    > Inventory
    > > Service startup screen:
    > >
    > > "The Upgrade Service is migrating the schema
    > > An error has occurred. The upgrade service is exiting now."
    > >
    > > The Inv Srv object Server Status log says:
    > >
    > > "1178: An error occured while performing the DBSchema migration
    > > 1177: Unable to complete all the operations, the upgrade service is
    > exiting
    > > with errors.
    > > 106: The Storer succesfully connected to the database
    > > 108:the database in not initialized as it is being upgraded"
    > >
    > > All of these errors on the support site have as a fix either restart the
    > > Inventory Service or contact Novell.
    > >
    > > I've spent some hours now looking for a fix on Knowledgebase and in the
    > Zen
    > > forums but can't find anything useful. This is the second time I've run
    > the
    > > upgrade and this problem has occurred. I've reinstalled Zen3.2 from
    > scratch,
    > > applied SP1 and SP3.
    > > I've checked policies and database objects, all appears as it should be.
    > >
    > >
    > > These seem to be the relevant errors from the log files:
    > >
    > > Migration Log:
    > > Migration Exception Message->Could not add the dbspace..ASA Error -121:
    > > Permission denied: unable to create the dbspace file "CIM10",
    > > SQLState->42501, ErrorCode->262
    > >
    > > Zenworksinvservice log file:
    > > [12/2/04 12:37:04.691] ZenInv - Upgrade Service: migrateDbToP1(true)
    > failed
    > > in AlterProcedure
    > > [12/2/04 12:37:05.286] ZenInv - Upgrade Service: Upgrade to ZfD4.0 or
    > ZFS3.0
    > > SP1 failed. Reinstall ZFD4.0 or ZFS3.0 SP1 and start the inventory server
    > > again
    > >
    > > See full logs below.
    > >
    > > Is there no option but to go straight to Novell?
    > >
    > > Regards,
    > >
    > >
    > > Steve Law
    > >
    > > zenworksinvservice-041202123653303.txt
    > > *********************************
    > > [12/2/04 12:36:53.280] ZENInv - Service Loader: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:36:53.349] ZENInv - Service Loader:
    > > getAttributes:Attributes={zeninvhostserver=zeninvH ostServer: Distinguished
    > > Name CN=SERVER1.OU=BMO.OU=UK.O=OURTREE, zeninvrole=zeninvRole: Integer 25}
    > > [12/2/04 12:36:53.358] ZENInv - Service Loader: Logout from NDS
    > returnedtrue
    > > [12/2/04 12:36:53.725] ZENInv - Server Config: The severconfig service
    > start
    > > is pending...
    > > [12/2/04 12:36:53.784] ZENInv - Server Config: getAttributesofDN:
    > Attributes
    > > of:
    > > [12/2/04 12:36:53.827] ZENInv - Server Config:
    > > getAttributes:Attributes={zeninvscanfilepath=zenin vScanFilePath: Case
    > Ignore
    > > String \\SERVER1\DATA\Zenworks\ScanDir, zeninvrole=zeninvRole: Integer 25,
    > > zeninvcomponentstatus=zeninvComponentStatus: 4.0 12 0}
    > > [12/2/04 12:36:53.832] ZENInv - Server Config: Logout from NDS
    > returnedtrue
    > > [12/2/04 12:36:53.838] ZENInv - Server Config: Getting Cascade INit time
    > > [12/2/04 12:36:54.844] ZENInv - Server Config: Database Location Policy
    > DN
    > > is CN=Zen32 Server Package:General:ZENworks
    > > Database.OU=Policies.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:36:54.887] ZENInv - Server Config: getAttributesofDN:
    > Attributes
    > > of:
    > > [12/2/04 12:36:54.918] ZENInv - Server Config:
    > > getAttributes:Attributes={zenlocdatabaseobject=zen locDatabaseObject:
    > > Distinguished Name CN=SERVER1_invDatabase.OU=BMO.OU=UK.O=OURTREE}
    > > [12/2/04 12:36:54.923] ZENInv - Server Config: Logout from NDS
    > returnedtrue
    > > [12/2/04 12:36:54.967] ZENInv - Server Config: getAttributesofDN:
    > Attributes
    > > of:
    > > [12/2/04 12:36:55.001] ZENInv - Server Config:
    > > getAttributes:Attributes={zendbpassword=zendbPassw ord: novell,
    > > zendbjdbcprotocol=zendbJDBCProtocol: jdbc:,
    > > zendbdatabasetype=zendbDatabaseType: Integer 0,
    > > zendbjdbcsidservice=zendbJDBCSIDService: 11.32.25.98, zendburl=zendbURL:
    > > Case Ignore String
    > > jdbc:sybase:Tds:11.32.25.98:2638?ServiceName=mgmtd b&JCONNECT_VERSION=4,
    > > zendbjdbcsubname=zendbJDBCSubName: Tds:, zendbjdbcdriver=zendbJDBCDriver:
    > > com.sybase.jdbc.SybDriver, host server=Host Server: Distinguished Name
    > > CN=SERVER1.OU=BMO.OU=UK.O=OURTREE, network address=Network Address:
    > 13;20;,
    > > zendbuser=zendbUser: MW_DBA, zendbjdbcsubprotocol=zendbJDBCSubProtocol:
    > > sybase:, zendbjdbcport=zendbJDBCPort: 2638}
    > > [12/2/04 12:36:55.013] ZENInv - Server Config: Logout from NDS
    > returnedtrue
    > > [12/2/04 12:36:56.297] ZENInv - Server Config: The severconfig service is
    > > started...
    > > [12/2/04 12:36:56.320] ZENInv - Sync Scheduler: The scheduler service
    > start
    > > is pending...
    > > [12/2/04 12:36:56.382] ZENInv - Sync Scheduler: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:36:56.459] ZENInv - Sync Scheduler:
    > >
    > getAttributes:Attributes={zeninvsyncrepeatinterval =zeninvSyncRepeatInterval:
    > > >
    > > }
    > > [12/2/04 12:36:56.463] ZENInv - Sync Scheduler: Logout from NDS
    > returnedtrue
    > > [12/2/04 12:36:56.585] ZENInv - Sync Scheduler: This is the schedule
    > > fetchedRun Daily: Monday, Tuesday, Wednesday, Thursday, Friday From
    > 00:00:00
    > > To 22:55:00 (Randomly dispatch during time period)
    > > [12/2/04 12:36:56.597] ZENInv - Sync Scheduler: fetchSchedule returned:
    > true
    > > [12/2/04 12:36:56.597] ZENInv - Sync Scheduler: Schedule Fired
    > > [12/2/04 12:36:56.597] ZENInv - Sync Scheduler: The scheduler service is
    > > started...
    > > [12/2/04 12:36:56.721] ZenInv - Upgrade Service: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:36:56.752] ZenInv - Upgrade Service:
    > > getAttributes:Attributes={zeninvcomponentstatus=ze ninvComponentStatus: 4.0
    > > 12 0}
    > > [12/2/04 12:36:56.756] ZenInv - Upgrade Service: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:36:56.758] ZenInv - Upgrade Service: Info : Read
    > > zenInvComponentStatus = 4.0 12 0
    > > [12/2/04 12:36:56.758] ZenInv - Upgrade Service: Inventory Server
    > > zenInvComponentStatus = 4.0 12 0
    > > [12/2/04 12:36:56.789] Service Manager: start(ServiceDataAccessor,
    > String[])
    > > not found in
    > > 'com.novell.zenworks.desktop.inventory.strconverte r.STRConverterServiceIni
    > t'
    > > [12/2/04 12:36:56.815] ZENInv - STRConverter: Start with
    > > 'ServiceStatusChangeListener' invoked
    > > [12/2/04 12:37:04.691] ZenInv - Upgrade Service: migrateDbToP1(true)
    > failed
    > > in AlterProcedure
    > > [12/2/04 12:37:04.807] ZENInv - Status Reporting: Messages are written
    > into
    > > XML file for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:04.845] ZENInv - Status Reporting: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:37:04.881] ZENInv - Status Reporting:
    > > getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "-�O
    > j,
    > > "-�� l, "Tw� �s, "Ty� �T, "T�� j, "T�-
    > > l, "�� �s, "� �T, "�6� j, "�9Y l}
    > > [12/2/04 12:37:04.898] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:04.912] ZENInv - Status Reporting: Number of records to add
    > > are: 1 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:04.951] ZENInv - Status Reporting: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:37:04.984] ZENInv - Status Reporting:
    > > getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "-�O
    > j,
    > > "-�� l, "Tw� �s, "Ty� �T, "T�� j, "T�-
    > > l, "�� �s, "� �T, "�6� j, "�9Y l}
    > > [12/2/04 12:37:04.990] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:04.991] ZENInv - Status Reporting: Adding record 0 for
    > > DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:05.113] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:05.209] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:05.246] ZENInv - Status Reporting: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:37:05.277] ZENInv - Status Reporting:
    > > getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "-��
    > l,
    > > "Tw� �s, "Ty� �T, "T�� j, "T�- l, "��
    > > �s, "� �T, "�6� j, "�9Y l, "�~; �s}
    > > [12/2/04 12:37:05.284] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:05.285] ZENInv - Status Reporting: Number of modified
    > records
    > > are: 0 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:05.286] ZenInv - Upgrade Service: Upgrade to ZfD4.0 or
    > ZFS3.0
    > > SP1 failed. Reinstall ZFD4.0 or ZFS3.0 SP1 and start the inventory server
    > > again
    > > [12/2/04 12:37:05.288] ZENInv - Status Reporting: Messages are written
    > into
    > > XML file for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:05.326] ZENInv - Status Reporting: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:37:05.358] ZENInv - Status Reporting:
    > > getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "-��
    > l,
    > > "Tw� �s, "Ty� �T, "T�� j, "T�- l, "��
    > > �s, "� �T, "�6� j, "�9Y l, "�~; �s}
    > > [12/2/04 12:37:05.364] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:05.365] ZENInv - Status Reporting: Number of records to add
    > > are: 1 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:05.403] ZENInv - Status Reporting: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:37:05.435] ZENInv - Status Reporting:
    > > getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "-��
    > l,
    > > "Tw� �s, "Ty� �T, "T�� j, "T�- l, "��
    > > �s, "� �T, "�6� j, "�9Y l, "�~; �s}
    > > [12/2/04 12:37:05.441] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:05.445] ZENInv - Status Reporting: Adding record 0 for
    > > DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:05.568] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:05.670] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:05.707] ZENInv - Status Reporting: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:37:05.738] ZENInv - Status Reporting:
    > > getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "Tw�
    > �s,
    > > "Ty� �T, "T�� j, "T�- l, "�� �s, "�
    > > �T, "�6� j, "�9Y l, "�~; �s, "�s? �T}
    > > [12/2/04 12:37:05.747] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:05.748] ZENInv - Status Reporting: Number of modified
    > records
    > > are: 0 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:05.767] ZenInv - Upgrade Service: [EnumModifier]
    > > modifyEnumTables, Running EnumModifier in integrated mode with
    > > upgradeService
    > > [12/2/04 12:37:05.767] ZenInv - Upgrade Service: [EnumModifier]
    > > modifyEnumTables, dbDriver:com.sybase.jdbc.SybDriver
    > > [12/2/04 12:37:05.767] ZenInv - Upgrade Service: [EnumModifier]
    > > modifyEnumTables,
    > >
    > dbURL:jdbc:sybase:Tds:11.32.25.98:2638?ServiceName =mgmtdb&JCONNECT_VERSION=4
    > > [12/2/04 12:37:05.768] ZenInv - Upgrade Service: [EnumModifier]
    > > modifyEnumTables, dbType:0
    > > [12/2/04 12:37:05.768] ZenInv - Upgrade Service: [EnumModifier]
    > > modifyEnumTables, dbUser:MW_DBA
    > > [12/2/04 12:37:05.768] ZenInv - Upgrade Service: [EnumModifier]
    > > modifyEnumTables, dbPasswd:novell
    > > [12/2/04 12:37:06.844] Service Manager: start(ServiceDataAccessor,
    > String[])
    > > not found in
    > > 'com.novell.zenworks.desktop.inventory.selector.Se lectorServiceInit'
    > > [12/2/04 12:37:07.046] ZENInv - Selector: Selector Services Started
    > > Successfully
    > > [12/2/04 12:37:07.046] Service Manager: start(ServiceDataAccessor,
    > String[])
    > > not found in
    > > 'com.novell.zenworks.desktop.inventory.storer.Stor erServiceInit'
    > > [12/2/04 12:37:07.062] ZENInv - Selector: Selector Code Profiling disabled
    > > [12/2/04 12:37:07.067] ZENInv - Storer: Start with
    > > 'ServiceStatusChangeListener' invoked
    > > [12/2/04 12:37:17.010] ZENInv - Selector: Getting ServerConfig HashTable
    > > [12/2/04 12:37:17.010] ZENInv - Selector: Getting InvServiceObj from
    > > HashTable
    > > [12/2/04 12:37:17.011] ZENInv - Selector: Getting NDSTree from
    > ServiceObject
    > > [12/2/04 12:37:17.013] ZENInv - Selector: NDSTree=null
    > > [12/2/04 12:37:17.014] ZENInv - Selector: Getting InventoryServiceDN from
    > > ServiceObject
    > > [12/2/04 12:37:17.014] ZENInv - Selector:
    > > InventoryServiceDN=CN=SERVER1_ZenInvService.OU=BMO .OU=UK.O=OURTREE
    > > [12/2/04 12:37:17.014] ZENInv - Selector: Getting ScanDir from
    > ServiceObject
    > > [12/2/04 12:37:17.015] ZENInv - Selector: ScanDir=DATA:\Zenworks\ScanDir
    > > [12/2/04 12:37:17.021] ZENInv - Selector: NEW SyncServiceTable Constructor
    > > Invoked
    > > [12/2/04 12:37:17.022] ZENInv - Selector: Creating-Verifying
    > > Serialize-Deserialize Location DATA:\Zenworks\ScanDir\stable\
    > > [12/2/04 12:37:17.022] ZENInv - Selector: Checking for
    > > DATA:\Zenworks\ScanDir\stable\
    > > [12/2/04 12:37:17.023] ZENInv - Selector: synchTableDir exists. Check
    > wether
    > > this is a directory or File
    > > [12/2/04 12:37:17.024] ZENInv - Storer: Storer from dblocation user:
    > MW_DBA
    > > driver: com.sybase.jdbc.SybDriver protocol: jdbc:sybase: subname: Tds:
    > port:
    > > 2638
    > > [12/2/04 12:37:17.024] ZENInv - Selector: Directory
    > > ExistsDATA:\Zenworks\ScanDir\stable\
    > > [12/2/04 12:37:17.024] ZENInv - Selector: Directory Existence
    > > ConfirmedDATA:\Zenworks\ScanDir\stable\
    > > [12/2/04 12:37:17.025] ZENInv - Selector: Serialize-Deserialize File
    > > DATA:\Zenworks\ScanDir\stable\STABLE.SER
    > > [12/2/04 12:37:17.025] ZENInv - Selector: Initializing SyncServiceTable
    > > [12/2/04 12:37:17.025] ZENInv - Selector: SynchTable Does not Exist
    > > [12/2/04 12:37:17.026] ZENInv - Selector: Attempting to Load SynchTable
    > From
    > > Serialized File
    > > [12/2/04 12:37:17.026] ZENInv - Selector: DeSerializing hashTable
    > > FromDATA:\Zenworks\ScanDir\stable\STABLE.SER
    > > [12/2/04 12:37:17.029] ZENInv - Storer: url[From DBObject]:
    > > jdbc:sybase:Tds:11.32.25.98:2638?ServiceName=mgmtd b&JCONNECT_VERSION=4
    > > [12/2/04 12:37:17.035] ZENInv - Storer: wsdn:
    > > CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREEi = 0
    > > [12/2/04 12:37:17.037] ZENInv - Selector: DeSerializing SyncService
    > > HashTable
    > > [12/2/04 12:37:17.041] ZENInv - Selector: SynchTable Loaded Sucessfully
    > From
    > > Serialized File
    > > [12/2/04 12:37:17.042] ZENInv - Selector: Getting hasDatabase status from
    > > ServiceObject
    > > [12/2/04 12:37:17.042] ZENInv - Selector: hasDatabase is true from
    > > ServiceObject
    > > [12/2/04 12:37:17.042] ZENInv - Selector: Getting isStandAlone status from
    > > ServiceObject
    > > [12/2/04 12:37:17.043] ZENInv - Selector: isStandAlone is true from
    > > ServiceObject
    > > [12/2/04 12:37:17.043] ZENInv - Selector: ConvDir
    > > DATA:\Zenworks\ScanDir\conv\
    > > [12/2/04 12:37:17.044] ZENInv - Selector: ConvDir exists. Check wether
    > this
    > > is a directory or File
    > > [12/2/04 12:37:17.044] ZENInv - Selector: DATA:\Zenworks\ScanDir
    > > [12/2/04 12:37:17.045] ZENInv - Selector: DATA:\Zenworks\ScanDir\DbDir
    > > [12/2/04 12:37:17.045] ZENInv - Selector:
    > > [12/2/04 12:37:17.048] ZENInv - Selector: Getting SELECTOR_STORER Synch
    > > Object
    > > [12/2/04 12:37:17.049] ZENInv - Selector: Getting SELECTOR_COLLECTOR Synch
    > > Object
    > > [12/2/04 12:37:17.049] ZENInv - Selector: Getting SELECTOR_CONVERTER Synch
    > > Object
    > > [12/2/04 12:37:17.049] ZENInv - Selector: Getting CONVERTER_SELECTOR Synch
    > > Object
    > > [12/2/04 12:37:17.050] ZENInv - Selector: Getting SYNCHSERVICE_SELECTOR
    > > Synch Object
    > > [12/2/04 12:37:17.061] ZENInv - Storer: Loading Storer test properties
    > file
    > > [12/2/04 12:37:17.080] Service Manager: start(ServiceDataAccessor,
    > String[])
    > > not found in
    > > 'com.novell.zenworks.common.inventory.scancollecto r.ScanCollector'
    > > [12/2/04 12:37:17.338] ZENInv - IFS Server: zenInvScanCollector:
    > > FileServiceController: Startup Properties: {chunksize=4096,
    > >
    > lockfactory=com.novell.zenworks.common.inventory.i fs.utils.MemoryFileLockFac
    > > tory, lockseed=ScanSelectorLock, transfers=100,
    > > rootdirectory=DATA:\Zenworks\ScanDir, timeout=60000,
    > > servicename=zenInvScanCollector, portnumber=0}
    > > [12/2/04 12:37:17.499] Service Manager: start(ServiceDataAccessor,
    > String[])
    > > not found in
    > >
    > 'com.novell.zenworks.desktop.inventory.InvSyncServ ice.ManagableSyncService'
    > > [12/2/04 12:37:17.579] ZENInv - Inventory Sync Service: SyncService thread
    > > started
    > > [12/2/04 12:37:17.579] ZENInv - Inventory Sync Service: NEW
    > SyncServiceTable
    > > Constructor Invoked
    > > [12/2/04 12:37:17.580] ZENInv - Inventory Sync Service: Creating-Verifying
    > > Serialize-Deserialize Location DATA:\Zenworks\ScanDir\stable\
    > > [12/2/04 12:37:17.580] ZENInv - Inventory Sync Service: Checking for
    > > DATA:\Zenworks\ScanDir\stable\
    > > [12/2/04 12:37:17.585] ZENInv - Inventory Sync Service: synchTableDir
    > > exists. Check wether this is a directory or File
    > > [12/2/04 12:37:17.585] ZENInv - Inventory Sync Service: Directory
    > > ExistsDATA:\Zenworks\ScanDir\stable\
    > > [12/2/04 12:37:17.586] ZENInv - Inventory Sync Service: Directory
    > Existence
    > > ConfirmedDATA:\Zenworks\ScanDir\stable\
    > > [12/2/04 12:37:17.586] ZENInv - Inventory Sync Service:
    > > Serialize-Deserialize File DATA:\Zenworks\ScanDir\stable\STABLE.SER
    > > [12/2/04 12:37:17.587] ZENInv - Inventory Sync Service: Initializing
    > > SyncServiceTable
    > > [12/2/04 12:37:17.587] ZENInv - Inventory Sync Service: Will Use the
    > > existing SyncServiceTable
    > > [12/2/04 12:37:18.445] ZENInv - Status Reporting: Messages are written
    > into
    > > XML file for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:18.484] ZENInv - Status Reporting: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:37:18.520] ZENInv - Status Reporting:
    > > getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "Tw�
    > �s,
    > > "Ty� �T, "T�� j, "T�- l, "�� �s, "�
    > > �T, "�6� j, "�9Y l, "�~; �s, "�s? �T}
    > > [12/2/04 12:37:18.525] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:18.526] ZENInv - Status Reporting: Number of records to add
    > > are: 1 for DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:18.564] ZENInv - Status Reporting: getAttributesofDN:
    > > Attributes of:
    > > [12/2/04 12:37:18.595] ZENInv - Status Reporting:
    > > getAttributes:Attributes={zeninvserverlog=zeninvSe rverLog: "Tw�
    > �s,
    > > "Ty� �T, "T�� j, "T�- l, "�� �s, "�
    > > �T, "�6� j, "�9Y l, "�~; �s, "�s? �T}
    > > [12/2/04 12:37:18.600] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:18.601] ZENInv - Status Reporting: Adding record 0 for
    > > DN=CN=SERVER1_ZenInvService.OU=BMO.OU=UK.O=OURTREE
    > > [12/2/04 12:37:18.699] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > > [12/2/04 12:37:18.783] ZENInv - Status Reporting: Logout from NDS
    > > returnedtrue
    > >
    > > Migration Log
    > > ***********
    > > Starting the AlterProcedure Log at 2004-12-02 11:45:29.731
    > > Unzipping the file migrate.zip
    > > Transforming the Migration SQL files...
    > > ..3
    > > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Initial_0
    > > is copied
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ze
    > > nPotsModem_1 is done with 545 0x03010c0a010202
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ze
    > > nOperatingSystem_2 is done with 143 0x03010e02
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ze
    > > nNetworkAdapter_3 is done with 544 0x03010c0b04
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ze
    > > nDiskDrive_4 is done with 543 0x03010c080301
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Wi
    > > nOperatingSystem_5 is done with 547 0x03010e0201
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\zenworks_vi
    > > deoadapter_6 is done with 53 0x03010c030c0201
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Sy
    > > stemInfo_7 is done with 228 0x03020404
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_so
    > > undadapter_8 is done with 546 0x03010c16
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Mo
    > > therboard_9 is done with 221 0x0302040101
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Lo
    > > gicalDiskDrive_10 is done with 113 0x03010c110402
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_in
    > > ventoryscanner_11 is done with 181 0x03011402
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_in
    > > stalleddriver_12 is done with 548 0x2701
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_In
    > > stalledDirectory_13 is done with 551 0x4a
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_bu
    > > s_14 is done with 35 0x03010c0301
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_bi
    > > os_15 is done with 180 0x0301140101
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\ManageWise_
    > > CurrentLoginUser_16 is done with 549 0x48
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\ManageWise_
    > > LastLoginUser_17 is done with 550 0x49
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\ManageWise_
    > > User_18 is done with 205 0x03011a
    > > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\misc_19
    > is
    > > copied
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\sybcustom_2
    > > 0 is copied
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\sybdelprocs
    > > _21 is copied
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\sybextended
    > > _22 is copied
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\sybrmaudit_
    > > 23 is copied
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\CIM_Process
    > > or_24 is copied
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Zenworks_Ne
    > > twareOperatingSystem_24 is done with 142 0x03010e01
    > >
    > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\indytoprom_
    > > 26 is copied
    > > \DATA:\zenworks\Inv\Server\wminv\properties\migrat e\sybase\input\Post_30
    > is
    > > copied
    > > Starting Schema Migration
    > > Adding the extra db spaces...
    > > SELECT file_name FROM SYSFILE WHERE dbspace_name LIKE '%CIM9%'
    > > has the results
    > > File_NAME=mgmtdb9.db
    > > dbfile's base directory =
    > > SELECT file_name FROM SYSFILE WHERE dbspace_name LIKE '%CIM10%'
    > > CREATE DBSPACE CIM10 AS 'mgmtdb10.db'
    > > Totaltime taken for Schema Migration : 149
    > > Migration Exception Message->Could not add the dbspace..ASA Error -121:
    > > Permission denied: unable to create the dbspace file "CIM10",
    > > SQLState->42501, ErrorCode->262
    > >
    > >
    >
    >

  • IFS Install (Config) Fails with "ORA-00922: missing or invalid option"

    Greetings:
    Thanks for your help in advance...
    Towards the end of IFS installation, I get the following error in my
    IfsConfigOut.log file (This happens towards the end of the installation). I
    am Installing IFS on Oracle 9i (9.0.1.1 version) instance on Win 2K (P-III,
    800Mhz, 512Mb) . After this installation error, all the 9iFS directories
    and nodes are detected under OEM but when I start the domain I get no
    response for the same.
    ConfigOut File pasted below
    CONFIGURATION: SCHEMA CREATION TYPE
    Configuring Oracle Internet File System 9.0.1.1.0 configuration started on:
    Mon May 20 09:45:28 GMT+05:30 2002
    saving user configuration settings to file:
    saving:E:\oracle\ora90\9ifs\settings\oracle\ifs\installer\properties\IfsConf
    ig.properties
    saving:
    E:\oracle\ora90\9ifs\settings\oracle\ifs\server\properties\IfsDefault.proper
    ties
    Old schema name in IfsDefault.properties file = ifssys
    New schema name pointing to now = IFSSYS
    Create Schema = true
    Upgrading Schema = false
    Pointing to same schema as the old entry in IfsDefault.properties file =
    true
    Checking DC entries
    RUN DC = true
    Adding section for DC as there does not exist a section already
    Checking Node entries
    RUN NODE = true
    Adding Node section = Node
    saving: E:\oracle\ora90\9ifs\settings\Node.def
    saving: E:\oracle\ora90\9ifs\settings\HttpNode.def
    saving: E:\oracle\ora90\9ifs\settings\DomainController.def
    executing command:
    Empty command. Not executing
    executing command:
    Empty command. Not executing
    executing command:
    Empty command. Not executing
    creating database user (schema): IFSSYS
    java.sql.SQLException: ORA-00922: missing or invalid option
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
         at oracle.jdbc.oci8.OCIDBAccess.check_error(OCIDBAccess.java, Compiled
    Code)
         at oracle.jdbc.oci8.OCIDBAccess.executeFetch(OCIDBAccess.java, Compiled
    Code)
         at oracle.jdbc.oci8.OCIDBAccess.parseExecuteFetch(OCIDBAccess.java,
    Compiled Code)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java,
    Compiled Code)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java,
    Compiled Code)
         at
    oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java
    , Compiled Code)
         at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java,
    Compiled Code)
         at oracle.ifs.utils.sql.SQLCommands.createUser(SQLCommands.java:352)
         at
    oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.createIfsSchema(Ifs
    Configuration.java:546)
         at
    oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfigur
    ation.java:476)
         at oracle.ifs.utils.action.ActionQueue.performActions(ActionQueue.java,
    Compiled Code)
         at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:230)
         at java.lang.Thread.run(Thread.java:479)
    recording that configuration failed
    saving:E:\oracle\ora90\9ifs\settings\oracle\ifs\installer\properties\IfsConf
    ig.properties
    iFS configuration failed; the following error occurred:
    oracle.ifs.utils.action.ActionFailedException: java.sql.SQLException:
    ORA-00922: missing or invalid option
         at
    oracle.ifs.installer.IfsConfiguration$CreateSchemaAction.perform(IfsConfigur
    ation.java:526)
         at oracle.ifs.utils.action.ActionQueue.performActions(ActionQueue.java,
    Compiled Code)
         at oracle.ifs.utils.action.ActionQueue.run(ActionQueue.java:230)
         at java.lang.Thread.run(Thread.java:479)
    configuration failed on Mon May 20 09:45:35 GMT+05:30 2002

    Problem is Fixed !!!
    We were having this problem because IFS installation was not recognising a separate tablespace which we created for IFS, so we started using default USERS tablespace after which the installation was successful.
    Thanks.

  • Mapping changes while upgrading from PI 7.0 to PI 7.31

    Hello Experts,
    We are upgrading from PI 7.0 EHP 2 to PI 7.31 SP 14 , Dual stack only.
    While migration, there are some doubts related with mapping, which are not getting cleared even from going through various blogs like:
    Migration Woes?
    PI/XI: PI 7.1 upgrade/migration - Message Mappings
    Below are my doubts:
    As there are mapping changes for IFS, IFSWITHOUT ELSE & Context functions, so exactly what these changes are and how would this work, how can we identify & rectify in all the mappings?
    What changes to be performed for Java mapping & XSLT mapping?
    Are there any changes for ABAP proxy?
    Any help is appreciated
    Many Thanks!!!

    Hi Lisin,
    You need to change in Java mapping accordingly and compile in jre1.6 as many methods used in older version are obsolete now.
    You need to write transform instead of execute which was used for PI 7.0
    public void transform(TransformationInput in, TransformationOutput out) 
                   throws StreamTransformationException { 
    You can easily write the code again in message mapping as discussed:
    Write Java Mapping directly in ESR!
    For XSLT mapping, the older version will be supported as the execution is done using SAP XML Toolkit which is supported in higher versions also.
    XSLT Mapping - Managing Services in the Enterprise Services Repository - SAP Library
    ABAP proxy will be as it is if you are going for classical scenario as you will be using 7.31 Dual stack.
    But if you want to go for AAE Integrated Configuration, you need to do required configuration changes in ECC for outbound Proxy:
    Proxy to file scenario using AAE - with full configuration
    I am not sure whether you need to change in Graphical standard mapping for those functions which are already there in PI 7.0.
    Regards,
    Suman

  • Xi  3.0 to PI 7.1 Upgrade issues

    Hi,
    We are upgrading our system from XI 3.0 to PI 7.1. There are 30-40 interfaces running in our landscape . Can anyone please tell me whether it is needed to test all these interfaces after upgrade?
    I have read many blogs about the same topic in sdn and collected few points.
    the follwoing interfaces needs to be tested :
    1.interfaces with third party adapters
    2.interfaces with adapter modules deployed  on the adapter engine
    3.interfaces using java proxy for communication
    4.interfaces having xslt mapping,java mapping in the design
    5.interfaces with user defined function in the  mapping
    6.interfaces using standard functions like ifs,if without else etc in the mapping
    7.if idoc is used, then , should be tested  towards triggering and posting of the IDOC.
    8.if XSD is used in any of the interfaces then they should be tested to see if the XSD is working fine
    9.interfaces  Using HTTPS
    please let me know if there are any other conditions missing .
    Regards
    Jagruthi

    For 30-40 interfaces, it would be better to perform tests for all of them. Only if you have say more than 100 interfaces, then you may think of eliminating few of the. This is because even if your interface does not fall into the list you have given or any new list provided by anyone on forums, you are still under risk that your interface could fail.
    e.g. say you are using file adapter without any modules. Now no1 will suggest you that you test it. But suppose you are using the feature "Msecs to Wait Before Modification Check" in XI 3.0. Now this option is no longer available in PI 7.1. Then there is no way you can confirm this without the actual testing. I hope I was able to communicate the need
    Regards,
    Prateek

  • Error in Jboss after upgrading to AutoVue server 20.2.2 from 20.1.0

    We've developed an integration to view the files using AutoVue server. At the first stage the integration we used AutoVue server 20.10 and the functionality works fine. After upgrading to AutoVue server 20.2.2 following error comes when accessing the URL http://<servername>:58080/ifs-autovue-connector/servlet/DMS. Please note that Jboss is the application server.
    15:31:37,561 INFO  [STDOUT] ERROR [http-0.0.0.0-58080-1] (?:?) - Failed to verify or update null
    java.lang.NullPointerException
            at java.util.Hashtable.put(Hashtable.java:514)
            at com.cimmetry.vuelink.context.GenericContext.setInitParameter(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.registerDMSContext(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.init(Unknown Source)
            at com.ifs.autovueconnector.DMS.init(DMS.java:22)
            at javax.servlet.GenericServlet.init(GenericServlet.java:212)
            at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
            at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
            at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
            at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:566)
            at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
            at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
            at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:613)
            at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
            at java.lang.Thread.run(Thread.java:745)
    15:31:37,572 INFO  [STDOUT]  WARN [http-0.0.0.0-58080-1] (?:?) - Failed to load DMSAction class: com.ifs.autovueconnector.ActionGetProperties
    java.lang.ClassNotFoundException: com.ifs.autovueconnector.ActionGetProperties from BaseClassLoader@763d9f12{vfszip:/C:/ifs_tqa/jboss-eap-5.1/jboss-as/server/App8TQA/deploy/docvue.ear/ifs-autovue-connector.war/}
            at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:477)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:191)
            at com.cimmetry.vuelink.Vuelink.loadDMSAction(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.registerDMSActions(Unknown Source)
            at com.cimmetry.vuelink.Vuelink.init(Unknown Source)
            at com.ifs.autovueconnector.DMS.init(DMS.java:22)
            at javax.servlet.GenericServlet.init(GenericServlet.java:212)
            at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)
            at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:777)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:129)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
            at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
            at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
            at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:566)
            at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.internalProcess(ActiveRequestResponseCacheValve.java:74)
            at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:47)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
            at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:905)
            at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:613)
            at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:2036)
            at java.lang.Thread.run(Thread.java:745)
    15:31:37,743 INFO  [STDOUT] Initializing proxy connection pool
    The errors is ClassNotFoundException. But we've not implemented the class ActionGetProperties. Instead propactions are used. Please help us to resolve this issue as our customers will be in trouble after the AutoVue upgrade.
    /Amaranatha

    I would assume you are using the new jars that come with the latest ISDK
    and that you have read the documentation with the list of all the changes
    so in order to known which configuration parameter is missing, you might need to trace it using a debugger
    there is one parameter that is missing ie returning null and it is obviously a mandatory one
    Also, you most defintively did not properly migrate you web app from 20.1 repo to the 20.2.3 repo as you have missing classes
    com.ifs.autovueconnector.ActionGetProperties
    so your class path is not properly up to date
    that also is a deployment descriptor error
    Please review you deployment descriptor and validate that your war is properly built

  • Crawl ifs using ultrasearch with results via portal

    I would like to be able to crawl ifs and have results via portal.
    The only thing I can find concerning making ultrasearch crawl ifs is this, http://otn.oracle.com/products/ultrasearch/htdocs/FAQ.html, which has the statement "you can crawl Oracle Files with Ultra Search through HTTP - it is just another web data source - or database crawling. However, only public documents can be crawled through HTTP."
    So, I set up a web datasource using the url to ifs login page.
    Does not work. Does anyone know how to do this? Is there a document I am missing?
    Thanks for any ideas.

    You are correct. This is what I found out:
    "Crawling of iFS is not supported in ultrasearch 9.0.2. It is a new feature of 9.0.4"
    HOWEVER:
    "ultrasearch 9.0.4 only runs with iAS 9.0.4 so you would have to upgrade both. According to my records these products have not been released yet and are due sometime later in the year."

  • Zen 4 - Zen 6.5 Inventory database upgrade fails

    Hi all,
    Have installed Zen 6.5 over a Zen 4 server (nw65) running inventory.
    Database is on a seperate oracle server.
    When I start inventory, it starts the database upgrade and then fails
    with a java exception part way through, and then says "stopping the
    upgrade service".
    Following is the log. Anyone know which bit is falling over and why?
    There's a few errors in the log and I don't know which are cosmetic/non
    critical. Either way, I've researched each and can't find any fixes
    anyway.
    cheers
    Dave
    [12/8/05 14:58:40.307] ZENInv - Server Config: The severconfig service
    start is pending...
    [12/8/05 14:58:40.464] ZENInv - Server Config: Getting Cascade INit
    time
    [12/8/05 14:58:41.462] ZENInv - Server Config: Database Location
    Policy DN is CN=Server Package - DAN02:General:ZENworks
    Database.OU=POLICIES.OU=APPLICATIONS.O=CHISHOLM
    [12/8/05 14:58:43.573] ZENInv - Server Config: The severconfig service
    is started...
    [12/8/05 14:58:43.707] ZenInv - Upgrade Service: Info : Read
    zenInvComponentStatus = 6.5 12 0
    [12/8/05 14:58:43.707] ZenInv - Upgrade Service: Inventory Server
    zenInvComponentStatus = 6.5 12 0
    [12/8/05 14:58:43.720] Service Manager: start(ServiceDataAccessor,
    String[]) not found in
    'com.novell.zenworks.desktop.inventory.storer.Stor erServiceInit'
    [12/8/05 14:58:43.740] ZENInv - Storer: Start with
    'ServiceStatusChangeListener' invoked
    [12/8/05 14:58:44.824] ZenInv - Upgrade Service: Unzipping the file
    migrate.zip
    [12/8/05 14:58:46.718] ZenInv - Upgrade Service: Transforming the
    Migration SQL files...
    [12/8/05 14:58:51.768] ZENInv - Storer: zenworks.isClosed =true
    [12/8/05 14:58:53.699] ZENInv - Storer: The current NDS tree=CIT
    [12/8/05 14:58:53.724] ZENInv - Storer: Storer from dblocation user:
    MW_DBA driver: oracle.jdbc.driver.OracleDriver protocol: jdbc:oracle:
    subname: thin:@ port: 1522
    [12/8/05 14:58:53.728] ZENInv - Storer: url[From DBObject]:
    jdbc:oracle:thin:@ora01a.chisholm.vic.edu.au:1522: dw
    [12/8/05 14:58:53.756] ZENInv - Storer: wsdn:
    CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLMi = 0
    [12/8/05 14:58:53.973] ZENInv - Storer: Loading Storer test properties
    file
    [12/8/05 14:58:54.053] Service Manager: start(ServiceDataAccessor,
    String[]) not found in
    'com.novell.zenworks.desktop.inventory.strconverte r.STRConverterServiceInit'
    [12/8/05 14:58:54.059] ZENInv - STRConverter: Start with
    'ServiceStatusChangeListener' invoked
    [12/8/05 14:58:54.755] ZENInv - Status Reporting: Messages are written
    into XML file for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:58:54.914] ZENInv - Status Reporting: Number of records to
    add are: 1 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:58:55.012] ZENInv - Status Reporting: Adding record 0 for
    DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:58:55.729] ZENInv - Status Reporting: Number of modified
    records are: 0 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:58:55.780] ZENInv - Storer: Database is not
    initialized..will retry after 300 seconds
    [12/8/05 14:58:55.787] ZENInv - Storer: Storer: Database not
    initialized as it is being upgraded ...will retry after 300 seconds.
    [12/8/05 14:58:55.788] ZENInv - Status Reporting: Messages are written
    into XML file for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:58:55.826] ZENInv - Status Reporting: Number of records to
    add are: 1 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:58:55.860] ZENInv - Status Reporting: Adding record 0 for
    DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:58:57.439] ZENInv - Status Reporting: Number of modified
    records are: 0 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:59:04.100] ZENInv - STRConverter: Loading STRConverter test
    properties file
    [12/8/05 14:59:04.201] Service Manager: start(ServiceDataAccessor,
    String[]) not found in
    'com.novell.zenworks.desktop.inventory.senderrecei ver.control.ReceiverServiceInit'
    [12/8/05 14:59:15.618] ZENInv - SendRec Common: entPushDir =
    SYS:\ZENworks\Inv\ScanDir\EntPushDir
    [12/8/05 14:59:15.618] ZENInv - SendRec Common: entMergeDirD =
    SYS:\ZENworks\Inv\ScanDir\EntMergeDir
    [12/8/05 14:59:15.618] ZENInv - SendRec Common: dbDirD =
    SYS:\ZENworks\Inv\ScanDir\DbDir
    [12/8/05 14:59:15.625] ZENInv - SendRec Common: serverName = DAN02
    [12/8/05 14:59:15.626] ZENInv - SendRec Common: serviceDN =
    CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:59:15.626] ZENInv - SendRec Common: treeName = CIT
    [12/8/05 14:59:15.626] ZENInv - SendRec Common: hasSSD = false
    [12/8/05 14:59:15.626] ZENInv - SendRec Common: hasISD = false
    [12/8/05 14:59:15.626] ZENInv - SendRec Common: hasESD = true
    [12/8/05 14:59:15.632] ZENInv - SendRec Common: hasDB = true
    [12/8/05 14:59:15.633] ZENInv - SendRec Common: securityDir =
    SYS:\PUBLIC\ZENWORKS\WMINV\PROPERTIES
    [12/8/05 14:59:15.661] Service Manager: start(ServiceDataAccessor,
    String[]) not found in
    'com.novell.zenworks3x.desktop.inventory.senderrec eiver.control.ReceiverServiceInit'
    [12/8/05 14:59:15.882] ZENInv - CascadedBaseTime Server:
    zenInvCascadeBaseTimeService: CBTServiceController: Startup Properties:
    {basetime=Thu Jan 01 10:00:00 EST 1970,
    servicename=zenInvCascadeBaseTimeService, portnumber=0}
    [12/8/05 14:59:16.367] ZENInv - IFS Server: zeninvReceiverService:
    FileServiceController: Startup Properties: {chunksize=4096,
    transfers=100,
    rootdirectory=SYS:\ZENworks\Inv\ScanDir\EntPushDir \ZipDir,
    timeout=60000, servicename=zeninvReceiverService, portnumber=0}
    [12/8/05 14:59:25.771] ZENInv - TCPReceiver: cascadingBaseTime = 0
    [12/8/05 14:59:25.771] ZENInv - TCPReceiver: entPushDir =
    SYS:\ZENworks\Inv\ScanDir\EntPushDir
    [12/8/05 14:59:25.777] ZENInv - TCPReceiver: serverName = DAN02
    [12/8/05 14:59:25.777] ZENInv - TCPReceiver: serviceDN =
    CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:59:25.777] ZENInv - TCPReceiver: treeName = CIT
    [12/8/05 14:59:25.778] ZENInv - TCPReceiver: hasDB = true
    [12/8/05 14:59:25.971] Service Manager: start(ServiceDataAccessor,
    String[]) not found in
    'com.novell.zenworks.common.inventory.dictionaryup date.provider.DictProvider'
    [12/8/05 14:59:26.005] ZENInv - TCPReceiver: Receiver Started without
    CLUSTER
    [12/8/05 14:59:26.006] ZENInv - TCPReceiver: Receiver Binds to Port
    Number : 65432
    [12/8/05 14:59:26.073] ZENInv - IFS Server: zenInvDictProvider:
    FileServiceController: Startup Properties: {chunksize=4096,
    transfers=100, rootdirectory=SYS:\ZENworks\Inv\server\DictDir,
    timeout=60000, servicename=zenInvDictProvider, portnumber=0}
    [12/8/05 14:59:26.183] Service Manager: start(ServiceDataAccessor,
    String[]) not found in
    'com.novell.zenworks.common.inventory.dictionaryup date.consumer.DictConsumer'
    [12/8/05 14:59:28.918] ZENInv - Dictionary Consumer:
    DictConsumerUtility::getUpdatePolicyDN: getDictionaryUpdatePolicy
    returned attribs.returnValue = 0
    [12/8/05 14:59:28.919] ZENInv - Dictionary Consumer:
    DictConsumerService::DictDownloadThread::run:
    UpdatePolicyNotFoundException.
    com.novell.zenworks.common.inventory.dictionaryupd ate.consumer.UpdatePolicyNotFoundException
    at
    com.novell.zenworks.common.inventory.dictionaryupd ate.consumer.DictConsumerUtility.getUpdatePolicyDN (DictConsumerUtility.java:237)
    at
    com.novell.zenworks.common.inventory.dictionaryupd ate.consumer.DictConsumerService$DictDownloadThrea d.setUpdatePolicyAttribs(DictConsumerService.java: 688)
    at
    com.novell.zenworks.common.inventory.dictionaryupd ate.consumer.DictConsumerService$DictDownloadThrea d.getFileClientProperties(DictConsumerService.java :616)
    at
    com.novell.zenworks.common.inventory.dictionaryupd ate.consumer.DictConsumerService$DictDownloadThrea d.transferFiles(DictConsumerService.java:429)
    at
    com.novell.zenworks.common.inventory.dictionaryupd ate.consumer.DictConsumerService$DictDownloadThrea d.run(DictConsumerService.java:211)
    [12/8/05 14:59:28.921] ZENInv - Status Reporting: Messages are written
    into XML file for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:59:28.953] ZENInv - Status Reporting: Number of records to
    add are: 1 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:59:28.986] ZENInv - Status Reporting: Adding record 0 for
    DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:59:29.326] ZENInv - Status Reporting: Number of modified
    records are: 0 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:59:29.326] ZENInv - Dictionary Consumer:
    DictConsumerService::FileDownloadListener::downloa dFailed.
    [12/8/05 14:59:59.680] ZenInv - Upgrade Service: Starting Schema
    Migration
    [12/8/05 14:59:59.751] ZenInv - Upgrade Service: mw_dba->alter
    tablespace cim3 default storage (maxextents unlimited) is being
    executed
    [12/8/05 14:59:59.752] ZenInv - Upgrade Service: Could not do the
    operation. details:ORA-25143: default storage clause is not compatible
    with allocation policy
    ErrorCode:25143
    [12/8/05 14:59:59.752] ZenInv - Upgrade Service: Totaltime taken for
    Schema Migration : 38
    [12/8/05 14:59:59.851] ZENInv - Storer: cim.isClosed =true
    [12/8/05 14:59:59.937] ZENInv - Status Reporting: Messages are written
    into XML file for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 14:59:59.970] ZENInv - Status Reporting: Number of records to
    add are: 1 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:00.133] ZENInv - Status Reporting: Adding record 0 for
    DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:00.277] ZENInv - Status Reporting: Number of modified
    records are: 0 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:00.719] ZenInv - Upgrade Service: migrateDbToMidas(true)
    failed in AlterProcedure
    [12/8/05 15:00:00.728] ZENInv - Status Reporting: Messages are written
    into XML file for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:00.761] ZENInv - Status Reporting: Number of records to
    add are: 1 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:00.795] ZENInv - Status Reporting: Adding record 0 for
    DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:00.964] ZENInv - Status Reporting: Number of modified
    records are: 0 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:00.966] ZenInv - Upgrade Service: Upgrade database to
    ZENworks 6.5 failed. Reinstall ZENworks 6.5 and start the inventory
    server again
    [12/8/05 15:00:00.967] ZENInv - Status Reporting: Messages are written
    into XML file for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:01.000] ZENInv - Status Reporting: Number of records to
    add are: 1 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:01.038] ZENInv - Status Reporting: Adding record 0 for
    DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:01.188] ZENInv - Status Reporting: Number of modified
    records are: 0 for DN=CN=DAN02_ZenInvService.OU=DAN.O=CHISHOLM
    [12/8/05 15:00:01.237] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, Running EnumModifier in integrated mode with
    upgradeService
    [12/8/05 15:00:01.237] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, dbDriver:oracle.jdbc.driver.OracleDriver
    [12/8/05 15:00:01.237] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables,
    dbURL:jdbc:oracle:thin:@ora01a.chisholm.vic.edu.au :1522:dw
    [12/8/05 15:00:01.239] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, dbType:1
    [12/8/05 15:00:01.239] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, dbUser:MW_DBA
    [12/8/05 15:00:01.239] ZenInv - Upgrade Service: [EnumModifier]
    modifyEnumTables, dbPasswd:novell
    [12/8/05 15:00:01.248] ZenInv - Upgrade Service: [EnumModifier] Product
    Version: ZFD 4
    [12/8/05 15:00:01.298] ZenInv - Upgrade Service: [EnumModifier]
    checkConditions(), Executing check 'Statements':5
    [12/8/05 15:00:01.298] ZenInv - Upgrade Service: [EnumModifier]
    DatabaseEnumsModifier::checkResult(), query: insert into
    cim.upgrademethod_en_US Values (13, 'Socket 423')
    [12/8/05 15:00:01.311] ZenInv - Upgrade Service: [EnumModifier]
    checkResult, errorcode:1
    [12/8/05 15:00:01.311] ZenInv - Upgrade Service: [EnumModifier]
    checkResult, Non-fatal error:1
    [12/8/05 15:00:01.312] ZenInv - Upgrade Service: [EnumModifier]
    DatabaseEnumsModifier::checkResult(), query: insert into
    cim.upgrademethod_en_US Values (14, 'Socket A (Socket 462)')
    [12/8/05 15:00:01.316] ZenInv - Upgrade Service: [EnumModifier]
    checkResult, errorcode:1
    [12/8/05 15:00:01.316] ZenInv - Upgrade Service: [EnumModifier]
    checkResult, Non-fatal error:1
    [12/8/05 15:00:01.317] ZenInv - Upgrade Service: [EnumModifier]
    DatabaseEnumsModifier::checkResult(), query: insert into
    cim.upgrademethod_en_US Values (15, 'Socket 478')
    [12/8/05 15:00:01.321] ZenInv - Upgrade Service: [EnumModifier]
    checkResult, errorcode:1
    [12/8/05 15:00:01.322] ZenInv - Upgrade Service: [EnumModifier]
    checkResult, Non-fatal error:1
    [12/8/05 15:00:01.322] ZenInv - Upgrade Service: [EnumModifier] Da

    ok putting inv into "ALL" debug mode, it told me it was running
    init_sl_0.sql
    I found this file contained in migrate.zip under the wminv\properties
    directory.
    So I extracted the migrate.zip file, edited init_sl_0.sql and removed
    the alter tablespace lines. Why they're wanting to do alter tablespace
    I have no idea - applications shouldn't expect to be able to do that...
    it's up to the organisation and the DBA to manage the tablespaces, not
    the application.
    I then re-zipped all the files using Winzip and named the file
    migrate.zip and placed it in the properties directory.
    Now, when the upgrade runs I get a java exception when it tries to
    unzip migrate.zip and the upgrade bombs.
    I also tried just opening the migrate.zip file with Winzip and directly
    editing the file from within Winzip, which does allow for this. However
    it appears the files inside the archive are flagged read-only, so
    Winzip can't rewrite the edited file back into the same folder location
    within the archive.
    Here's the java exception:
    ***12/21/05 16:24:40.789] ZenInv - Upgrade Service: Unzipping the file
    migrate.zip
    [12/21/05 16:24:40.827] ZenInv - Upgrade Service:
    [12/21/05 16:24:40.827] ZenInv - Upgrade Service: Exception while
    unzipping the migration zip file
    java.lang.NullPointerException
    at
    com.novell.zenworks.desktop.inventory.upgradeServi ce.MigUnzip.unZipFile(AlterProcedure.java:4557)
    at
    com.novell.zenworks.desktop.inventory.upgradeServi ce.MigUnzip.unzip(AlterProcedure.java:4522)
    at
    com.novell.zenworks.desktop.inventory.upgradeServi ce.AlterProcedure.unzipMigrateZipFile(AlterProcedu re.java:1983)
    at
    com.novell.zenworks.desktop.inventory.upgradeServi ce.AlterProcedure.unzipMigrateZipFile(AlterProcedu re.java:1975)
    at
    com.novell.zenworks.desktop.inventory.upgradeServi ce.UpgradeServiceController.aInitMigration(Upgrade ServiceController.java:218)
    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:324)
    at
    com.novell.zenworks.desktop.inventory.senderreceiv er.statemachine.StateMachine.execute(StateMachine. java:68)
    at
    com.novell.zenworks.desktop.inventory.upgradeServi ce.UpgradeServiceController.init(UpgradeServiceCon troller.java:113)
    at
    com.novell.zenworks.desktop.inventory.upgradeServi ce.UpgradeServiceThread.run(UpgradeServiceThread.j ava:81)
    [12/21/05 16:24:40.828] ZenInv - Upgrade Service: unzipMigrateZipFile()
    failed in AlterProcedure
    [12/21/05 16:24:40.829] ZenInv - Upgrade Service: in aLogError() method
    [12/21/05 16:24:40.830] ZenInv - Upgrade Service: Upgrade database to
    ZENworks 6.5 failed. Reinstall ZENworks 6.5 and start the inventory
    server again
    Ok.. what am I doing wrong ? :) It shouldn't be this hard....
    cheers
    Dave

  • Oracle 10.2.0.2 upgrade causes causes sporadic signal 4/ORA-

    Hello
    We have recently upgraded the Oracle database of this ECC 5.0 SAP
    system from Oracle 9207 to Oracle 10.2.0.2 with 40 one-up patches. The
    SAP kernel is 640 64-bit Unicode at patch level 175. We are receiving
    intermittent signal 4/ORA-24909 errors after completing this upgrade.
    As part of the upgrade, we followed the recommendation to install the
    latest Oracle client software which we did. We followed note 1017418
    to install the latest 64-bit 9208 Oracle client available on
    sapnet. In our case, since it is the only SAP system on the server and
    the Oracle DB is 10.2.0.2, we implemented the client per the step B.5
    in note 1017418. Implementing the client per these instructions
    creates the following directories:
    qasadm> ls -la /oracle/client/92x_64
    total 0
    drwxr-sr-x 8 qasadm sapsys 256 Jan 15 2007 .
    drwxrwsr-x 5 qasadm dba 256 Jan 28 14:19 ..
    drwxr-sr-x 5 qasadm sapsys 256 Jan 15 2007 jdbc
    drwxr-sr-x 2 qasadm sapsys 256 Jan 15 2007 lib
    drwxr-sr-x 3 qasadm sapsys 256 Jan 15 2007 network
    drwxr-sr-x 3 qasadm sapsys 256 Jan 15 2007 ocommon
    drwxr-sr-x 4 qasadm sapsys 256 Jan 15 2007 oracore
    drwxr-sr-x 3 qasadm sapsys 256 Jan 15 2007 rdbms
    I have read all notes I can find trying to understand what may be
    causing this issue, but everything I find seems to point to an Oracle
    client issue. After the upgrade, the only change made to <sid>adm
    (QASADM in our case) was the setting of ORACLE_HOME. I have attached
    the envronment variables of <sid>adm to this message. <sid>adm is able
    to read the new $ORACLE_HOME and the data pointed to by ORA_NLS33.
    Note 952388 provides a direct hit for the issue we are having. Since
    our database is now 10.2.x, we validated the following two points:
    1) made sure note 1017418 was implemented (as mentioned above).
    2) made sure one-up patch 5092134 was applied per note 1005758; I've
    attached the OPATCH lsinventory output to confirm this criteria is met.
    Please let us know what needs to be done to resolve this issue.
    Thanks & Regards

    Here is sidadm_env Log:
    AUTHSTATE=files
    CGI_DIRECTORY=/var/docsearch/cgi-bin
    DBSID=QAS
    DBS_LIBPATH_EXT=/oracle/client/10x_64/instantclient
    DB_SID=QAS
    DIR_LIBRARY=/usr/sap/QAS/SYS/exe/run
    DOCUMENT_DIRECTORY=/usr/docsearch/html
    DOCUMENT_SERVER_MACHINE_NAME=localhost
    DOCUMENT_SERVER_PORT=49213
    EDITOR=vi
    ENV=.kshrc
    ERRNO=0
    FCEDIT=/usr/bin/ed
    HOME=/home/QASadm
    IBM_JAVA_OPTIONS='-Xmx256M -Xj9'
    IFS='      
    INSTANCEDIR_CI=/usr/sap/QAS/DVEBM
    INSTANCEDIR_DI=/usr/sap/QAS/D
    INSTANCEDIR_GW=/usr/sap/QAS/G
    INSTANCEDIR_J=/usr/sap/QAS/J
    INSTANCEDIR_JC=/usr/sap/QAS/JC
    INSTANCEDIR_LIST=/usr/sap/QAS/DVEBMGS00
    INSTANCEDIR_S=/usr/sap/QAS/SCS
    JAVA_HOME=/usr/java14_64
    LANG=en_US
    LC__FASTMSG=true
    LIBPATH=/usr/lib:/lib:/usr/sap/QAS/SYS/exe/run:/usr/sap/QAS/SYS/exe/runU
    LINENO=1
    LOCPATH=/usr/lib/nls/loc
    LOGIN=QASadm
    LOGNAME=QASadm
    MAIL=/usr/spool/mail/QASadm
    MAILCHECK=600
    MAILMSG='[YOU HAVE NEW MAIL]'
    NLSPATH=/usr/lib/nls/msg/%L/%N:/usr/lib/nls/msg/%L/%N.cat
    NLS_LANG=AMERICAN_AMERICA.UTF8
    ODMDIR=/etc/objrepos
    OPTIND=1
    ORACLE_BASE=/oracle
    ORACLE_HOME=/oracle/QAS/102_64
    ORACLE_PSRV=QAS
    ORACLE_SID=QAS
    ORA_NLS33=/oracle/client/92x_64/ocommon/nls/admin/data
    PATH=/oracle/QAS/102_64/bin:/usr/java14_64/bin:/home/QASadm:/usr/sap/QAS/SYS/exe/runU:/usr/sap/QAS/SYS/exe/run:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/QASadm/bin:/usr/bin/X11:/sbin:.
    PPID=5677240
    PS1=' ];QASadm@az18u169:$PWD
    QASadm> '
    PS2='> '
    PS3='#? '
    PS4='+ '
    PWD=/home/QASadm
    RANDOM=29314
    SAPDATA_HOME=/oracle/QAS
    SAPSYSTEMNAME=QAS
    SECONDS=270
    SECUDIR=/usr/sap/QAS/DVEBMGS00/sec
    SHELL=/usr/bin/sh
    TERM=xterm
    TERM_DEFAULT=lft
    THREAD=NOPS
    TMOUT=0
    TZ=MST7
    USER=QASadm
    _=set
    d=/usr/sap/QAS/SYS/exe/run
    dbms_type=ORA
    dbs_ora_schema=SAPERP
    dbs_ora_tnsname=QAS
    i=1
    p=/usr/sap/QAS/SYS/exe/run
    rc1=0
    rc2=0
    rc3=1
    rc4=1
    rc5=1
    rc6=1
    Here is orinv Log:
    Invoking OPatch 10.2.0.2.4
    Oracle interim Patch Installer version 10.2.0.2.4
    Copyright (c) 2007, Oracle Corporation.  All rights reserved..
    Oracle Home       : /oracle/QAS/102_64
    Central Inventory : /oracle/oraInventory
       from           : /etc/oraInst.loc
    OPatch version    : 10.2.0.2.4
    OUI version       : 10.2.0.2.0
    OUI location      : /oracle/QAS/102_64/oui
    Log file location : /oracle/QAS/102_64/cfgtoollogs/opatch/opatch2008-01-31_12-30-10PM.log
    Lsinventory Output file location : /oracle/QAS/102_64/cfgtoollogs/opatch/lsinv/lsinventory2008-01-31_12-30-10PM.txt
    Installed Top-level Products (2):
    Oracle Database 10g                                                  10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 1                            10.2.0.2.0
    There are 2 products installed in this Oracle Home.
    Interim patches (40) :
    Patch  6488148      : applied on Fri Jan 25 16:19:33 MST 2008
       Created on 11 Dec 2007, 16:34:48 hrs US/Pacific
       Bugs fixed:
         6151963, 5245494, 6321245, 6488148, 6077514, 6007259, 4904838, 4708389
         5763245, 5984705, 5380055, 5882954, 6350462, 4698023, 6370247, 6167221
         4722645, 5705257, 6147372, 5838613, 5762598, 5043097, 5397482, 6082745
         5949981, 5033476, 5690241, 5547058, 5126551, 5089444, 6011182, 5966822
         6134565, 5997892, 5884780, 6051211, 5944076, 4712638, 6070954, 4483240
         5449488, 5718007, 5483301, 5381446, 5057695, 5680702, 5548510, 5741121
         4273361, 5766310, 4372359, 3901785, 5705630, 5131645, 5724540, 5399282
         5113934, 6087237, 5990716, 5649765, 4648181, 5129407, 5172444, 5084239
         5976822, 5694984
    Patch  6455795      : applied on Fri Jan 25 16:19:04 MST 2008
       Created on 21 Nov 2007, 23:50:04 hrs PST8PDT
       Bugs fixed:
         4430244, 5752105, 6140309, 5558627, 5376783, 5212539, 6455795, 5913430
         5386204, 5093837, 5667736, 6033289, 5245129, 5959612, 3279497, 6086497
         4771672, 5728380, 5657620
    Patch  6447320      : applied on Fri Jan 25 16:18:42 MST 2008
       Created on 30 Nov 2007, 13:51:21 hrs PST8PDT
       Bugs fixed:
         6447320
    Patch  6435823      : applied on Fri Jan 25 16:18:23 MST 2008
       Created on 18 Oct 2007, 02:54:54 hrs PST8PDT
       Bugs fixed:
         6084512, 5258887, 5029334, 6435823
    Patch  6406234      : applied on Fri Jan 25 16:18:09 MST 2008
       Created on 15 Sep 2007, 03:55:01 hrs PST8PDT
       Bugs fixed:
         4883174, 6398635, 4522561, 5391568, 6406234, 5573544, 4670363, 5181800, 5399901
    Patch  6340979      : applied on Fri Jan 25 16:17:48 MST 2008
       Created on 3 Sep 2007, 06:22:47 hrs PST8PDT
       Bugs fixed:
         4599763, 6053541, 5842686, 4772145, 5915774, 6340979, 5284303, 5709414
    Patch  6153847      : applied on Fri Jan 25 16:17:27 MST 2008
       Created on 28 Jun 2007, 03:25:28 hrs PST8PDT
       Bugs fixed:
         6153847
    Patch  6046043      : applied on Fri Jan 25 16:17:07 MST 2008
       Created on 11 May 2007, 07:13:44 hrs PST8PDT
       Bugs fixed:
         5579457, 6046043, 4460775
    Patch  6005996      : applied on Fri Jan 25 16:16:53 MST 2008
       Created on 18 Sep 2007, 22:48:13 hrs PST8PDT
       Bugs fixed:
         6005996
    Patch  5941030      : applied on Fri Jan 25 16:16:36 MST 2008
       Created on 20 Aug 2007, 11:09:46 hrs PST8PDT
       Bugs fixed:
         5941030
    Patch  5762514      : applied on Fri Jan 25 16:16:17 MST 2008
       Created on 25 Mar 2007, 01:07:27 hrs PST8PDT
       Bugs fixed:
         5762514
    Patch  5737613      : applied on Fri Jan 25 16:15:58 MST 2008
       Created on 11 Nov 2007, 21:37:01 hrs PST8PDT
       Bugs fixed:
         5458753, 5377099, 5737613
    Patch  5636728      : applied on Fri Jan 25 16:15:19 MST 2008
       Created on 15 Feb 2007, 18:54:07 hrs PST8PDT
       Bugs fixed:
         5636728
    Patch  5635254      : applied on Fri Jan 25 16:15:01 MST 2008
       Created on 22 Nov 2006, 22:54:11 hrs US/Pacific
       Bugs fixed:
         5635254
    Patch  5618049      : applied on Fri Jan 25 16:14:13 MST 2008
       Created on 22 Mar 2007, 23:23:00 hrs US/Pacific
       Bugs fixed:
         5618049
    Patch  5581518      : applied on Fri Jan 25 16:13:54 MST 2008
       Created on 3 May 2007, 00:01:41 hrs PST8PDT
       Bugs fixed:
         5581518, 5567141, 5508574
    Patch  5571916      : applied on Fri Jan 25 16:13:35 MST 2008
       Created on 18 Oct 2006, 03:23:28 hrs PST8PDT
       Bugs fixed:
         5571916
    Patch  5530958      : applied on Fri Jan 25 16:13:16 MST 2008
       Created on 29 Mar 2007, 12:33:29 hrs PST8PDT
       Bugs fixed:
         5530958
    Patch  5496862      : applied on Fri Jan 25 16:12:57 MST 2008
       Created on 15 Sep 2006, 11:00:42 hrs PST8PDT
       Bugs fixed:
         5496862
    Patch  5442919      : applied on Fri Jan 25 16:12:35 MST 2008
       Created on 2 Aug 2007, 16:14:36 hrs PST8PDT
       Bugs fixed:
         5442919
    Patch  5369855      : applied on Fri Jan 25 16:12:16 MST 2008
       Created on 25 Aug 2006, 09:46:25 hrs US/Pacific
       Bugs fixed:
         5369855
    Patch  5363584      : applied on Fri Jan 25 16:11:57 MST 2008
       Created on 15 Sep 2006, 06:25:34 hrs PST8PDT
       Bugs fixed:
         5363584
    Patch  5345999      : applied on Fri Jan 25 16:11:38 MST 2008
       Created on 30 Apr 2007, 05:45:55 hrs PST8PDT
       Bugs fixed:
         5345999
    Patch  5308692      : applied on Fri Jan 25 16:11:19 MST 2008
       Created on 4 Sep 2007, 03:30:37 hrs PST8PDT
       Bugs fixed:
         5308692
    Patch  5188321      : applied on Fri Jan 25 16:11:01 MST 2008
       Created on 6 Dec 2007, 21:47:38 hrs PST8PDT
       Bugs fixed:
         5188321
    Patch  5103126      : applied on Fri Jan 25 16:10:40 MST 2008
       Created on 3 Jul 2006, 04:46:19 hrs US/Pacific
       Bugs fixed:
         5103126
    Patch  5099990      : applied on Fri Jan 25 16:10:21 MST 2008
       Created on 16 Mar 2006, 10:36:22 hrs US/Pacific
       Bugs fixed:
         5092134
    Patch  5063279      : applied on Fri Jan 25 16:10:01 MST 2008
       Created on 8 Jun 2006, 10:48:49 hrs US/Pacific
       Bugs fixed:
         5063279
    Patch  4952782      : applied on Fri Jan 25 16:09:43 MST 2008
       Created on 27 Oct 2006, 00:19:33 hrs US/Pacific
       Bugs fixed:
         4952782
    Patch  4899479      : applied on Fri Jan 25 16:09:24 MST 2008
       Created on 16 Nov 2006, 03:21:30 hrs PST8PDT
       Bugs fixed:
         4899479
    Patch  4883635      : applied on Fri Jan 25 16:09:06 MST 2008
       Created on 6 Mar 2007, 20:04:22 hrs PST8PDT
       Bugs fixed:
         4883635
    Patch  4864648      : applied on Fri Jan 25 16:08:48 MST 2008
       Created on 31 Mar 2006, 03:36:35 hrs US/Pacific
       Bugs fixed:
         4864648
    Patch  4773931      : applied on Fri Jan 25 16:08:35 MST 2008
       Created on 7 Jun 2006, 02:47:20 hrs US/Pacific
       Bugs fixed:
         4773931
    Patch  4742607      : applied on Fri Jan 25 16:08:18 MST 2008
       Created on 22 Sep 2006, 03:28:30 hrs PST8PDT
       Bugs fixed:
         4742607
    Patch  4707226      : applied on Fri Jan 25 16:08:00 MST 2008
       Created on 12 May 2006, 02:24:40 hrs US/Pacific
       Bugs fixed:
         4707226
    Patch  4668719      : applied on Fri Jan 25 16:07:48 MST 2008
       Created on 13 Apr 2007, 00:28:08 hrs PST8PDT
       Bugs fixed:
         4668719
    Patch  4638550      : applied on Fri Jan 25 16:07:28 MST 2008
       Created on 26 Apr 2006, 22:06:12 hrs US/Pacific
       Bugs fixed:
         4638550
    Patch  5090357      : applied on Fri Jan 25 16:07:16 MST 2008
       Created on 16 Mar 2006, 14:33:45 hrs US/Pacific
       Bugs fixed:
         4604970
    Patch  4518443      : applied on Fri Jan 25 16:06:57 MST 2008
       Created on 28 Feb 2007, 00:48:29 hrs PST8PDT
       Bugs fixed:
         4518443
    Patch  3748430      : applied on Fri Jan 25 16:06:44 MST 2008
       Created on 16 May 2006, 04:37:08 hrs US/Pacific
       Bugs fixed:
         3748430
    OPatch succeeded.
    Thanks

Maybe you are looking for

  • How to Prevent the confirmation of quantity in Sales Order

    Hi All,   I want to make sure that if the quantity in a line item for certain customers exceeds certain threshold quantity the quantity does not get confirmed and we set up a delivery block on the entire order.   I know how we can setup the delivery

  • New hard drive won't boot!

    I have an iBook, and the hard drive recently broke. First I installed os x on my external firewire hard drive, but the iBook wouldn't boot off of it (it's a maxtor onetouch drive). I got another hard drive, and using the installer (for panther), I fo

  • Problem restoring iTunes backup from Time Capsule

    I had to reformat the hard disk on my daughters macbook and I'm having problems restoring the iTunes library. I have copied the iTunes folder onto the Macintosh Hard drive and receive this error message when I try to open iTunes saying that the .xml

  • Used Macbook Pro 2013 - iLife for free?

    I want to buy a used Macbook Pro late 2013. Can I download  iLife and iWork for free?

  • AQ EXCEPTION_QUEUE Configuration

    Hi, im traing to configure a Normal_queue that with a Exception_Queue, but i need some customization. Y need by default that all message in the exception queue have MAX_RETRIES = 3 and RETRY_DELAY= 1 hour, but y dont find the way to do it.