Dccs agent problem

Hi,
I've recently installed the Java enterprise directory server, followed the procedures and logged in to the java webconsole.
Now i would like to add a new directory server. So i filled in the form
Host: known host: (the server itself)
LDAP port 189
secure LDAP port 190
Directory Manager DN: cn=directory manager
Required Field Directory Manager Password: ********
Required Field Confirm Password:      ********
Required Field Runtime User ID: root     
Required Field Runtime User Password:      ********
Provide the root password if Runtime User ID is nobody (UNIX)
Required Field DSCC Agent Port: 11162     
Required Field Directory Manager Password: **********      
Required Field Confirm Password:      
when I click next
I get this error:
Could not contact dscc agent on host. Use the command cacaoadm..........
I used the following commands:
./cacaoadm enable (to make sure it starts automaticly)
./cacaoadm list params to check if it uses the correct port
./cacaoadm restart
./cacaoadm verify configuration returns nothing :s
Whats wrong/missing?

cacaoadm is probably set to start up on localhost by default, and the DSCC is most likely trying to talk on the external interface.
# cacaoadm list-instances
default
# cacaoadm list-params -i default
...snipped...
network-bind-address=127.0.0.1
...snipped...
If this is the case, the "network-bind-address" setting needs to be set to "0.0.0.0" or to the IP address that you want to communicate on. The man page says to stop the cacaoam daemon before changing the network bind address parameter.
# netstat -an -f inet | grep 11162
127.0.0.1.11162 *.* 0 0 32764 0 LISTEN
# cacaoadm stop
# cacaoadm set-param network-bind-address=0.0.0.0
# cacaoadm start
# netstat -an -f inet | grep 11162
*.11162 *.* 0 0 32764 0 LISTEN

Similar Messages

  • InterMedia Web Agent problems...

    I have Oracle 8.1.5 and OAS 4.0.8 on an NT machine. I have installed interMedia Web Agent, having shut the OAS services down first, configured the application as described in the doc and restarted all services. I have one listener for OAS on port 90. When I try to access http://servername:90/intermedia/~admin I get a 'Page cannot be displayed' error. Why?
    I have checked all the settings within OAS and they look fine. NT is running SP5. I can access http://servername:90/ fine.
    Any help gratefully received!
    Lee

    The interMedia web agent is installed in the
    OAS home and you can see the intermedia application and cartridge in the OAS admin page?
    Have you checked the OAS wrb.log file? That is where errors should be displayed. If it is a web agent problem, check <windows_dir>wsclstch.err or log files in <OAS_HOME>/ord/web/logs.
    What do they say about starting the agent?
    Test the agent with http://host:port/intermedia/~test
    Larry

  • Dscc add agent problem

    I am getting this error when i try to add a agent to my registry, please help me how to over come it..
    com.sun.directory.dcc.ads.ADSContextException
            at com.sun.directory.dcc.ads.ADSContext.readNquickRegistry(ADSContext.ja
    va:361)
            at com.sun.directory.dcc.cli.config.CmdAddAgent.perform(CmdAddAgent.java
    :211)
            at com.sun.directory.clip.ClipSubcommand.execute(ClipSubcommand.java:89)
            at com.sun.directory.clip.FriendlySubcommand.execute(FriendlySubcommand.
    java:68)
            at com.sun.directory.clip.ClipParser.execute(ClipParser.java:198)
            at com.sun.directory.dcc.cli.config.ConfigMain.main(ConfigMain.java:24)
    Caused by: javax.naming.NamingException: [LDAP: error code 1 - Operations Error]
    ; remaining name 'cn=Agents,cn=dscc'
            at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3107)
            at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013)
            at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820)
            at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829)
            at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752)
            at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirCon
    text.java:368)
            at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom
    positeDirContext.java:338)
            at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom
    positeDirContext.java:321)
            at javax.naming.directory.InitialDirContext.search(InitialDirContext.jav
    a:248)
            at com.sun.directory.dcc.ads.ADSContext.readNquickRegistry(ADSContext.ja
    va:347)
            ... 5 more
    _embeddedException = {
    javax.naming.NamingException: [LDAP: error code 1 - Operations Error]; remaining
    name 'cn=Agents,cn=dscc'
            at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3107)
            at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3013)
            at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2820)
            at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1829)
            at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1752)
            at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirCon
    text.java:368)
            at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom
    positeDirContext.java:338)
            at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCom
    positeDirContext.java:321)
            at javax.naming.directory.InitialDirContext.search(InitialDirContext.jav
    a:248)
            at com.sun.directory.dcc.ads.ADSContext.readNquickRegistry(ADSContext.ja
    va:347)
            at com.sun.directory.dcc.cli.config.CmdAddAgent.perform(CmdAddAgent.java
    :211)
            at com.sun.directory.clip.ClipSubcommand.execute(ClipSubcommand.java:89)
            at com.sun.directory.clip.FriendlySubcommand.execute(FriendlySubcommand.
    java:68)
            at com.sun.directory.clip.ClipParser.execute(ClipParser.java:198)
            at com.sun.directory.dcc.cli.config.ConfigMain.main(ConfigMain.java:24)
    C:/sun/dsee7/var/dcc/agent has not been registered in DSCC on Host name

    Hi,
         This is the ODSEE version, i am using 11.1.1.7.0, when i try to add an agent by executing this command " dsccreg add-agent -h C:\sun\dsee7\var\dcc\agent "
    it ask me for a dscc agent and administrator password, after it shows this  error,
    Internal error
    java.lang.NumberFormatException: For input string: "\sun\dsee7\var\dcc\agent:399
    8"
            at java.lang.NumberFormatException.forInputString(NumberFormatException.
    java:48)
            at java.lang.Integer.parseInt(Integer.java:449)
            at java.lang.Integer.parseInt(Integer.java:499)
            at com.sun.jndi.toolkit.url.Uri.parse(Uri.java:214)
            at com.sun.jndi.toolkit.url.Uri.init(Uri.java:120)
            at com.sun.jndi.ldap.LdapURL.<init>(LdapURL.java:67)
            at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:146)
            at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193
            at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.ja
    va:136)
            at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.jav
    a:66)
            at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:6
    67)
            at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288
            at javax.naming.InitialContext.init(InitialContext.java:223)
            at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:1
    34)
            at com.sun.directory.common.ssl.LdapContextUtils$3.run(LdapContextUtils.
    java:252)
            at java.lang.Thread.run(Thread.java:662)
    Please help me,
    Thanks,
    santosh

  • DSEE 7 lacks webconsole administration, dscc agent problems

    I recently reinstalled one of my Sun Sparc (V210) servers with the latest Solaris 10 release.
    Solaris 10 10/09 s10s_u8wos_08a SPARC
    Previously I had DSEE 6.3 installed. Didn't have the original downloads handy (my bad) so went to download them again. The oracle download liinks are currently brokem (thanks oracle.) It was fine last week. As per previous post was able to download DSEE 7 packages. Could not download DSEE 6 packages. Installed DSEE 7. Created my database instances and suffixes and restored from LDIF files
    server1# dsadm create ...
    server1# dsconf create-suffix ...
    server1# dsadm import ...
    I can not get the DSCC webconsole module to work.
    Did the following
    server1# /opt/SUNWdsee7/bin/dsccsetup initialize
    server1# svcadm restart webconsole
    server1# /usr/sbin/cacaoadm enable
    server1# /usr/sbin/cacaoadm start
    start: server (pid 7270) already running
    server1# ./dsccsetup cacao-reg
    DSCC Agent is already registered
    Can login to the server webconsole with no problem, but the dscc app is not listed.
    If I try to manage the ldap server on this server (e.g. server1) from web console on another machine (e.g. server2) , I get the warning that the dscc agent is not running on the server1.. Which it clearly is.

    I have installed Sun web server 7.0 on my server. When prompted, I specified /usr/java (ie. java jdk 1.5.0_25-b03) for the java path.) Web server wanted 1.5._09 or later.
    jdk 1.5.0_25-b03 is the default java install on the system.
    # java -version
    java version "1.5.0_25"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_25-b03)
    Java HotSpot(TM) Server VM (build 1.5.0_25-b03, mixed mode)
    jdk1.6.0_21 is also installed but is not the default.
    It seems that something than runs with java 1.5 is not necessarily guaranteed to run with java 1.6 so I figured.
    I editted the admin server magnus.conf file as per the install docn.
    "dsccsetup initialize" seemed to finally run without leaving messages in /var/adm/messages about java problems.
    I deployed the WAR file in the web server. If I click the option to enable JSP precompiliation I get the message
    ADMIN3320: JSP Compilation Error: file:/opt/sun/webserver7/admin-server/config-store/xxxxxxxxxxxxxx/dscc7/jsp/ProxyInstanceNotImplemented.jsp(51,0) PWC6305: The end tag "</cc:pagetitle" is unbalanced
    If I deploy with out enabled JSP precompilation it seems to deploy OK. When I connect (from Firefox 3 on linux) to
    http://myserver.domain.com /dscc7 I get redirected to
    http://myserver.domain.com/dscc7/dcc7Module/DCC
    with the messages
    Error reading installation configuration
    An unexpected error occurred while checking the status of Sun Directory Service Control Center.
    Show Details
    Hide Details
    Install Error Code: 3
    Stack:
    com.sun.directory.common.slapx.AdmCmdErrorException: /opt/SUNWdsee7/bin/dsadm info all separator = /var/opt/SUNWdsee7/dcc/ads [exitCode=60]
    com.sun.directory.common.slapx.AdmCmd.run(AdmCmd.java:94)
    com.sun.directory.common.slapx.AdmCmd.run(AdmCmd.java:56)
    This aside, I can still not register this server in the dscc console on any of the other directory servers (they are running DSEE 6.3.) Those servers report that cacao is not running on this server. It clearly is running tho.
    # cacaoadm status
    default instance is ENABLED at system startup.
    Smf monitoring process:
    1200
    1201
    Uptime: 2 day(s), 17:25
    Are these two issues related? Are they both symptoms of a java problem (I didn't think cacao used java)?
    Are they both symptoms of cacao not responding to queries?
    Are they both sympoms of a problem with dscc agent not working properly?
    The port dscc agent port is open to other machiens
    telnet xxxx 11162Trying xxxx...
    Connected to xxx.
    Escape character is '^]'.
    &#65533;&#65533;sr5javax.management.remote.message.HandshakeBeginMessage&#65533;,&#65533;&#65533;&#65533;6profilestLjava/lang/String;Lversionq~xptTLS SASL/PLAINt1.0^CConnection closed by foreign host.

  • EXCISE AND COMMISION AGENT PROBLEM

    HI GURUS,
    Presently we implementing SAP R3  in 1 Textile industry, All the customization is been completed. But we are facing a problem   related to  excise calculation.
    1.The system is showing the excise value in general Invoice (output type RD00) but it is not showing in Excise Invoice (Output Type J1IN)
    2.Automatic posting is not happening after general Invoice (RD00).
    3. We have scenario of commission agent. we have created a account group as Commission and Partner function CM for Commission and CI for commission receipt at header level of sales document. Also a condition type ZCMN as account key & ZCMU as accrual key. also maintained gl account for same. while creating the Sales order we assign CM as a partner function and No. of commission agent at header level . and value for condition ZCMN eg. 1%. We have also maintained seperate account assignment group 04 for Commission agent and 01 for Sundry Debetor (customer account).
    After releasing  for accounting the acount details appears as follows:
    70 (customer No) 50000- Cr
    1500233 Revenue account 50000 Dr
    160064 Provision accout - 500- cr
    124656 Brokarage account - 500 dr
    the system is not determining the commission agent's account as it is determining for customer. Which we have already maintained in VKOA account assignment 01 for customer and 04 for commission agent as mentioned above.
    Kindly go through these issues and revert back with possible suggestions at your earliest.

    Hi,
    Please go through the link below, hope this help.
    http://www.sap-img.com/sap-sd/steps-to-create-commission-for-agent.htm

  • Agent problem in Payment Release Workflow   - SPRO

    Hi FI PRof's,
    I am using the standard workflow WS00400012 for Payment Release.I am using two level approval process.If the invoice amount is less than 20,000 it should goto approver X and if it more than that it should do for X first and then to Y.
    I have assigned the agents in SPRO Customizing as follows :
    WF Variant - 2000 Approval path - 0001 Level - 1 R.Amt - 10,000 Agent - X
    WF Variant - 2000 Approval path - 0001 Level - 2 R.Amt - 999999... Agent - Y
    I am using the standard rule 00400125 for agent asssignment.
    My Problem for single level release the agent is found(X) and WF is fine.
    But while two level release the responsible agent is not found..What could be the problem. Am I missing any thing in Customization.
    Rgds

    Hi,
    You had any response about this problem or able to solve it?
    I'm having the same current problems and have not found a solution!
    Regards!
    Ariel Prebianca

  • Agent problem in Payment Release Workflow

    Hi WF PRof's,
      I am using the standard workflow  WS00400012 for Payment Release.I am using two level approval process.If the invoice amount is less than 20,000 it should goto approver X and if it more than that it should do for X first and then to Y.
    I have assigned the agents in SPRO Customizing as follows :
    WF Variant - 2000 Approval path - 0001 Level - 1 R.Amt - 10,000 Agent -  X
    WF Variant - 2000 Approval path - 0001 Level - 2 R.Amt - 999999... Agent -  Y
    I am using the standard rule 00400125 for agent asssignment.
    My Problem for single level release the agent is found(X) and WF is fine.
    But while two level release the responsible agent is not found..What could be the problem. Am I missing any thing in Customization.
    Rgds

    I can't check it since I don't have access to a SAP system here, but don't you have to define the first-level approvers separately for the two scenarios? Perhaps my memory is incorrect, but I seem to remember that you can have one first-level approver for the low amounts, and a different first-level approver for the high amounts.
    This is mostly a chore that just requires additional maintenance since it seems "everyone" is using the same first-level approver independent of amount, but flexibility is highly regarded in SAP...

  • In Home Agent problem

    hi, I am running IHA on my Windows Vista Ultimate x64 system & I keep periodiatly getting an error box being displayed with the following info:
    Script: C:\Program Files(x86)\Verizon\IHA_MessageCenter\CmdVBS.vbs
    Line:   2
    Char:  1
    Error:  Library not registered.
    Code: 8002801D
    Source: (null)
    I need to know what to do to fix this re-occurring error!! I have tried calling the verizon Tech Support # to NO AVAIL!! can somebody help me with this problem??

    Sorry to hear about the In Home Agent troubles you are having. Have you uninstalled and reinstalled the program to try to fix this?
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • ORDERS96 to XML by Conversion Agent - Problem with XML output (corrupt)

    Hi,
    I try to convert an EDIFACT Orders 96A file to EDI-XML to use it in SAP PI. I worked like described in BLOG
    SAP XI supports EDIFACT
    When I test the scenario conversion in conversion agent it is successful - without any errors.
    But im not able to open the output XML with my browser everytime there's the error "The XML page cannot be displayed" When I use WMHelp XMLPad it shows me not well formed (invalid token) but i can't see anything wrong so has someone an idea to solve this ?
    Thanks
    be sure points will awarded

    Hi,
      Please check the following links to resolve u r problem.
    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=316076&SiteID=1
    http://linuxproblem.org/art_22.html
    http://bugs.php.net/bug.php?id=34168
    warm regards
    mahesh.

  • INTELLIGENT AGENT PROBLEM RECOVERY ON NT

    제품 : ORACLE SERVER
    작성날짜 : 1997-12-16
    The Oracle Intelligent Agent 7.3.3 on NT is self-configuring and
    requires TCP/IP fully configured on the NT system.
    The Agent's startup algorithm:
    When the agent is started, the startup process reads the LISTENER.ORA,
    TNSNAMES.ORA and NT REGISTRY. It compares the values stored in each location.
    If any discrepencies exist, the agent service will either not start
    or service discovery will not occur.
    Starting the Intelligent Agent:
    1. Verify the Sqlnet configuration files are correct:
    - All sid entries in the LISTENER.ORA must have valid TCP/IP service
    descriptors defined in the TNSNAMES.ORA file.
    - The TNSNAMES.ORA should not contain service descriptors for local
    sides not defined in the LISTENER.ORA file.
    - TCP/IP must be fully configured on the system.
    2. NT 4.0: Click on START->SETTINGS->CONTROL PANEL->SERVICES.
    Highlight the service ORACLEAGENT. Click on the START button.
    NT 3.51: Find the MAIN program group.
    Click on CONTROL PANEL->SERVICES.
    Highlight the service ORACLEAGENT. Click on the START button.
    ***NOTE: If the 7.3.3 agent will not start, verify the OEM version
    is not 1.4.
    If the version is 1.4, install the 8.0.3 Intelligent Agent.
    Agent troubleshooting tips:
    1. Verify TCP/IP is configured correctly.
    - At a dos prompt, type HOSTNAME.
    This is the actual configured TCP/IP HOSTNAME of the system.
    - Verify the hostname resolved by the agent. The DBSNMP.ADDRESS
    parameter in the ORANT/network/snmp_rw.ora contains this
    information.
    If the file does not contain the actual hostname, TCP/IP is not
    properly configured on the system or the network.
    2. Correcting TCP/IP configuration problems:
    - Edit the WINNT\system32\drivers\etc\hosts and lmhosts files.
    (*NOTE: If these files have never been used, only sample files will
    exist in the directory. Either rename or copy the .sam files
    to just the file name with no extention.)
    - Follow the example below (replace the information in brackets
    with the actual host information for that system.):
    HOSTS file:
    <122.111.111.111> <hostname>
    LMHOSTS file:
    <122.111.111.111. <netbios name or hostname> #PRE
    - Delete the ORANT\network\agent\*.q and SERVICES.ORA files.
    (*NOTE: The *.q files hold information about jobs and events.
    Do not delete these files without first removing all jobs
    and events registered against this agent.)
    - Delete the $ORACLE_HOME\network\admin\SNMP_RO.ORA and      
    SNMP_RW.ORA files.
    - Restart the agent at a DOS prompt:
    NET START ORACLEAGENT
    3. Check the NT EVENT VIEWER->APPLICATIONS->LOG for any errors
    starting the DBSNMP process.
    4. Check the ORANT/NETWORK/LOG/NMICONF.LOG file for other possible
    errors.
    5. If using NTFS, check permissions to the \orant\network directory
    structure.

    Angus (guest) wrote:
    : I've spent most of today trawling through these messages
    looking
    : for information on getting the Intelligent Agent up and
    running
    : on Linux, RedHat 6.0.
    : I am running 8.0.5 EE with the glibcpatch installed (hopefully
    : correctly, as I cannot get the README file of the FTP site).
    : Everything works, the Agent even starts (2 * dbsnmp processes)
    : but I cannot discover the services on my box from an NT
    machine
    blah-blah
    I've reverted to RedHat5.2 and RedHat 5.1's version of TCL.
    Everything now runs as expected.
    Angus.
    null

  • Server Intelligence Agent Problem xi 3.1 sp3

    hi everyone
    first of all i tried in Win7 & WinXP and Last Win2008 Server all of them same problem..
    when i setup BO xi3.1 sp3 i can't see Server Intelligence Agent in Central Configuraiton Manager and i can't add in there as manually from ccm.exe
    when i finished setup i look Server Management (in services.msc) But i couldn't see Server Intelligence Agent.
    i use Windows Server 2008 ent.
    Tomcat 5.5 & MySQL
    in log files writes...
    .\auditsubsystem_impl.cpp:1233: TraceLog message 1
    2012/02/07 23:38:52.168|>>|A| | 1432|1332| |||||||||||||||assert failure: (.\auditsubsystem_impl.cpp:1233). (cuidToIdMap.Lookup( auditCUID, auditId ) : Auditor::CreateRecordsForServer - the AuditingService seems to be missing from this deployment.).
    pls help me. i want work in SAP

    the errors here i think...
    12.02.2012, 05:27:46: "C:\Program Files\Business Objects\common\4.0\java\lib\InitInstall.bat"
    Logging on to WIN2008:6400 as user Administrator with secEnterprise authentication...
    com.businessobjects.sdk.biar.exception.XSDException$ImportParsingException: Import file parsing exception occurred : 'XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)' (FWM 04009)
    cause:com.businessobjects.sdk.biar.exception.XSDException$XSDParsingException: XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)
    cause:com.businessobjects.sdk.biar.exception.XSDException$UnknownKindException: The kind 'infoobject' does not exist in the CMS. (FWM 04030)
    detail:XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011) The kind 'infoobject' does not exist in the CMS. (FWM 04030)
    detail:Import file parsing exception occurred : 'XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)' (FWM 04009) XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS.
    (FWM 04030)' (FWM 04011)
         at com.businessobjects.sdk.biar.internal.ArchiveParser.parse(ArchiveParser.java:91)
         at com.businessobjects.sdk.biar.internal.XMLImporter.doImportFromXML(XMLImporter.java:114)
         at com.businessobjects.sdk.biar.internal.XMLImporter.importFromXML(XMLImporter.java:91)
         at com.businessobjects.sdk.biar.internal.BiarEngine.importFromXML(BiarEngine.java:282)
         at com.businessobjects.sdk.biar.internal.BiarEngine.importFromXML(BiarEngine.java:224)
         at com.businessobjects.smartservers.BiarHelper.importXML(BiarHelper.java:506)
         at com.businessobjects.smartservers.BiarHelper.importXML(BiarHelper.java:452)
         at com.businessobjects.smartservers.InitInstall.importInstallObject(InitInstall.java:318)
         at com.businessobjects.smartservers.InitInstall.run(InitInstall.java:146)
         at com.businessobjects.smartservers.InitInstall.main(InitInstall.java:116)
    Caused by: com.businessobjects.sdk.biar.exception.XSDException$XSDParsingException: XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)
    cause:com.businessobjects.sdk.biar.exception.XSDException$UnknownKindException: The kind 'infoobject' does not exist in the CMS. (FWM 04030)
    detail:XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011) The kind 'infoobject' does not exist in the CMS. (FWM 04030)
         at com.businessobjects.sdk.biar.internal.ArchiveParser$SAXHandler.startPrefixMapping(ArchiveParser.java:410)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startNamespaceMapping(AbstractSAXParser.java:2063)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:499)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:330)
         at com.sun.org.apache.xerces.internal.impl.X
    MLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(XMLNSDocumentScannerImpl.java:779)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1794)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
         at com.businessobjects.sdk.biar.internal.ArchiveParser.parse(ArchiveParser.java:83)
         ... 9 more
    Import file parsing exception occurred : 'XSD file parsing exception occurred : 'The kind 'inf
    oobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)' (FWM 04009)
    Failed to import from biarfile: "Install_Install.xml"
    MSI (s) (38:3C) [05:33:52:003]: Invoking remote custom action. DLL: C:\Windows\Installer\MSICB3C.tmp, Entrypoint: BOBJBiarFile
    BOBJBiarFileDeferred.60F4A18A_ACCB_48F0_A673_017C6A585288: Server: WIN2008:6400, Database: CMS
    Connecting to CMS WIN2008:6400 as Administrator
    Setting IMPORT_CALL_PLUGINS to false
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Could not connect to CMS

  • Security Agent problem

    I am trying to run the Microsoft AutoUpdate software, but I cant seem to get past this last final part.
    tell application "Microsoft AutoUpdate"
    activate
    end tell
    tell application "System Events"
    tell process "AutoUpdate"
    tell window "Microsoft AutoUpdate"
    click button "Check for Updates"
    end tell
    end tell
    end tell
    delay 2
    tell application "System Events"
    tell process "AutoUpdate"
    tell window "Microsoft AutoUpdate"
    tell sheet "Updates Found"
    click button "Install"
    end tell
    end tell
    end tell
    end tell
    delay 1
    set myusername to "username"
    set mypassword to "password"
    tell application "Finder"
    frontmost
    end tell
    tell application "System Events"
    tell process "SecurityAgent"
    keystroke myusername
    keystroke tab
    keystroke mypassword
    delay 5
    end tell
    end tell
    For some reason it doesnt take all of the password for the variable mypassword. At first I thought it might be some of the strange characters in the password, but even that shouldnt have been a problem. So I exchanged the variables, and it wrote out the password in Name field. So it's not the variable, its something strange about the Password field in Security Agent that seems to only want to take part of the password.
    Also I cant seem to get the click button "Ok" or keystroke return, to get me past the SecurityAgend dialog box.
    Any help would be greatly appreciated, thanks

    Hi Mac Is Life
    From what I could see the problem was using keystroke tab instead of using keystroke return for the password area, the alterd script works fine for me here.
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">keystroke "user name"
    --keystroke tab
    keystroke return</pre>
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">tell application "Microsoft AutoUpdate"
    activate
    end tell
    tell application "System Events"
    tell process "AutoUpdate"
    tell window "Microsoft AutoUpdate"
    click button "Check for Updates"
    end tell
    end tell
    end tell
    delay 7
    tell application "System Events"
    tell process "AutoUpdate"
    tell window "Microsoft AutoUpdate"
    tell sheet "Updates Found"
    click button "Install"
    end tell
    end tell
    end tell
    end tell
    delay 1
    --set myusername to "username"
    --set mypassword to "password"
    tell application "Finder"
    frontmost
    end tell
    tell application "System Events"
    --tell process "SecurityAgent"
    keystroke "user name"
    --keystroke tab
    keystroke return
    delay 0.5
    keystroke "password"
    delay 0.5
    keystroke return
    end tell
    --end tell</pre>
    Budgie

  • NAC Agent Problem

    Hi,
    recently i am facing a probelm with NAC agent , it does not check for the updates when the user is login , there is a massege come ( please check the attchments ) .
    please help me !!!

    Recently , when the user is loging off & loging on , the NAC agent proceed for checking again & again , this problem is
    strain the user of every time his faceing this check & time waste . 
    what i know the NAC is proceed for check if the user is rebooting the machine , but for login & logoff !!!!!!!!.
    there is any solution to prevent this issue .

  • Rep Agent problem

    When i run a preview of a Rep Agent setting, I can see header info. When i go back and try to modify the header, by double clicking on the header page under Print Layout Tab, I dont see anything. What is going on??? I see this problem in every setting that i'm trying to modify.
    Thanks
    Fran

    Moazam,
    >
    whenever im printing its giving downloading dialog box for that report job Id what should i do which i didnt get that download dialog box.
    >
    What is the report output format? Typically, if the format type has an associated application it should open automatically in the associated program (eg; pdf = Acrobat Reader, html = default browser). You might also have your browser configured to always download rather than open files. I don't recall the exact setting and it is different between browsers, but I know IE has a setting for this. You might want to check your browser settings...
    and how can i get rid of the REP-52251 error prolbem always i have to restart my report service.As this issue is not completely related to your original post, it would be best to start a new thread. Can you please post the full error message as there are numerous possible causes of this error code. It could be Single Sign On (SSO); could be you have a Reports Server Cluster and you need to reference the specific server name in the cluster; just to name a few.
    worked for me.
    If someone's response is helpful or correct, please mark it accordingly.
    Announcement: Forums Etiquette / Reward Points
    Craig...

  • Interlligent agent problem ,when start it.

    when i start interlligent agent ,it is report that ????.lib has bad magic. how do make deal it.
    thank in advance

    Hi,
    I fixed the java.lang.NoClassDefFoundError problem in the Eclipse 3.1 Plug-in: in the Run > Environment, set the CLASSPATH variable to the directory containing the target program's package hierarchy. Now the Trace program runs ok when invoked from the plug-in.
    However, when I repeated the same configuration in Eclipse 3.0.2, I got the following runtime error.
    Unhandled event loop exception
    Reason:
    com/sun/jdi/connect/VMStartException
    Isn't Eclipse 3.0.2 supposed to behave in the same way? Any help will be much appreciated!
    Sunny

Maybe you are looking for

  • Error  while activation of structure CI_MMH1

    Hi All, I  have added two new 'Z"  fields in the structure  CI_MMH1 ( User exit ).But at the time of activation system is giving error. Could anybody tell me is there any other way to add those fields or  Am I missing something. Regards, Sachin

  • Time capsule no longer backing up

    I recently got this error message:  The backup disc image "/Volumes/Data-1/"my computer name's" macbook pro.sparsebundle" is already in use." anybody see this or have advice. It backed up fine last night but wont back up again. Thanks in advance Marc

  • Reinstalling Photoshop CC (Windows 7)

    I am not able to reinstall photoshop cc. I have run the cleaner and restarted my computer but I am still getting an error message: Exit Code: 6 Please see specific errors below for troubleshooting. For example,  ERROR:   -----------------------------

  • Acrobat 9.4 Upgrade

    Hi; I've been updating the network installation filed for Acrobat using the following command: msiexec /a AdbeRdr930_en_US.msi /p AdbeRdrUpd934_all_incr.msp This has worked fine for all versions up to 9.4 I've downloaded AdbeRdrUpd940_mui.zip from wh

  • 2008R2 to 2012R2 = Failover Cluster Manager not found ..gray out feature.

    Hello everyone, I just upgraded from our Hyper-V host running Windows Server 2008R2 to 2012R2, I didn't get any errors during the upgrade and everything looked fine except that the failover cluster manager is no longer exist ..I went to add it from t