Initialization must be structured error

Hello,
I have created a custom field on the Customer BO Extension. I am trying to use the CashDiscountTermsCode Codelist on this field. I want it to have a default value. So I write the following line of code
element KNB1_ZTERM:CashDiscountTermsCode = "0101";
and get an error "Initialization of KNB1_ZTERM must be structured.
If I use a custom codelist instead of the CashDiscountTermsCode then I dont get the above error.
What am I missing here?
Thanks and Regards,
Vikram

Hello Vikram,
The data type CashDiscountTermsCode is structured with listAgencyID and content and needs to be initialized in a structured way only.
Like the data type Amount can be initialized as following:
element <amount> : Amount = {content = "15", currencyCode = "EUR"};
Thanks & Regards,
Meghna

Similar Messages

  • Volume structure error -694???

    Ran tech tool cd and it could not fix volume structure error and showed error -694. Does anyone know what this means?
    Just archived and reinstalled OSX yesterday to fix a boot up problem, which it did. But now after doing the needed updates - whenever I try to type something in firefox a gray screen with the power button logo pops up and says I have to restart - and when I try to open multiple documents into photoshop it won't open them - only individually.
    So I figured something must be wrong - and ran the apple hardware test, disk utility and then the tech tool deluxe. Then I got the volume structure error which tech tool could not fix. Could it have something to do with permissions errors? I was trying to fix permissions and everytime I do, I get the same corrections which seems weird. Anyone got any suggestions?
    I have an imac G5 with OSX version 10.3.9. 1.8 Ghz with 768MB Memory.
    Here's the permissions errors I am having :
    : for architecture i386 object: ./Applications/iTunes.app/Contents/MacOS/iTunes malformed object (unknown flavor for flavor number 0 in LC_UNIXTHREAD command 27 can't byte swap it)
    : for architecture i386 object: ./Applications/iTunes.app/Contents/Resources/iTunesHelper.app/Contents/MacOS/iT unesHelper malformed object (unknown flavor for flavor number 0 in LC_UNIXTHREAD command 13 can't byte swap it)
    We are using special permissions for the file or directory ./Library/ColorSync/Profiles/Displays. New permissions are 16893
    We are using special permissions for the file or directory ./Library/ColorSync/Profiles. New permissions are 16893
    We are using special permissions for the file or directory ./System/Library/Filesystems/cd9660.fs/cd9660.util. New permissions are 33261
    We are using a special uid for the file or directory ./private/var/at/jobs. New uid is 1
    We are using a special uid for the file or directory ./private/var/at/spool. New uid is 1
    The privileges have been verified or repaired on the selected volume
    Verify/repair finished permissions on disk disk0s3 Macintosh HD
    Any help would be great. I can still use my computer - but I want to get this fixed before bigger things happen...

    The error -694 message means that one part of your hard disk is listed as being part of two or more files; using the Disk Utility's Repair Disk option may identify these files.
    The output of the Repair Permissions command indicates that you're using a version of iTunes which the mechanism can't properly handle, and the others are status messages. You shouldn't be concerned about any of those messages.
    (12347)

  • Directory Structure Errors

    In TechTools ( came with Applecare ) i got a failed on Directory Structure, second time since owning my couple month old machine, first time apple recomended reloading.
    i dont mishandle it, dont bump, dent, etc, the laptop.
    but all of a sudden sometimes my USB keyboard/mouse wont register as being plugged in all the time / techtools HDD errors.
    only recent think if done is instal Onyx to look over the logs, and little while after ( days ) the issues started hapening,, same with last time, but didnt think it was Onyx, now im starting to wonder, anybody else have any issues like this, and Would Onyx couse it ( doubt it, but since onyx goes deep into the system, no idea )

    It is an interesting coincidence that I came across this thread today because I had the exact same issue myself last night.
    I have plenty of space available on my HDD 73.1GB.
    I downloaded the latest Onyx last night and when it starts it checks the disk. I got an error on the startup volume so I ran Tech Tools as well.
    TechTools came up with that same failed Directory Structure error.
    I next tried to reboot the comptuer holding down Apple/S and entering fsck -fy
    That resulted in errors. Tried re-running it 3-4 tims to see if it would resolve anything but got the same error with every attempt.
    I then booted from DiskWarrior and ran that. It seemed to correct a number of issues and now TechTools, Onyx, Disk Utility etc. find no problems. But it was kind of an odd occurance and interesting to find I was not alone in getting that last night.
    The odd thing though is that I also checked my Mac Pro while I was wating on this one to finish and had directory errors on that one as well so had to run DiskWarrior on both.
    I was kind of concerned about that to say the least.

  • 'Structured' error handling and reentrancy

    The parentheses in the subject are due to the fact that I'm not using the Structured Error Handler reference library, but have rolled my own to do something similar but in the manner I want it to. I don't actually use the SEH (haven't even got it installed at the moment on this PC) so am not sure exactly how it works under the hood.
    I have a reasonably large application with a number of distinct parallel modules (GUI, state module, communication, motion control). The final parallel module is an error handling module. This consists of two queues - one for incoming errors, and one for outgoing actions. Errors are dequeued and their codes checked for their category (critical, warning, ignore or unclassified, for instance) and the appropriate category is returned to a local error handler via the action queue. When an error is passed to a local error handler VI, it enqueues the error to the main handler and waits for a response to that particular error.
    This all works nicely, in much the same way the SEH would do. However, with either the SEH or my local error handler method, I find myself wondering how often to place these down and the consequences of doing so. If they're non-reentrant, I imagine I may end up with lots of parallel processes sitting patiently to access the VI as it's blocked by another, causing jitter. If I go pre-allocated clone, I could potentially have many many callers using this function, which strikes me as a bit of a waste of resources. My gut feel is to go with shared-allocation clones, as the vast majority of the time it'll be no error passed through an empty case, and not to place them in absolutely every subVI - just perhaps after a state executes in the state handler, in all the parallel loops of the submodules etc.
    Just wondering what anyone else does with their error handling solution, and whether my thoughts make sense.
    CLD

    Having chatted to my friendly neighbourhood Spiderman Architect, he suggested I should probably just stop being a wimp and just use pre-allocated clones to avoid the jitter and to stop worrying about the resource hit, as you suggest
    I'll use the same code on both PC host and RT host, hence the jitter concerns on the RT.
    Thanks for the thoughts!
    CLD

  • Turning off the structure errors in JDeveloper 10.1.3.2

    Is there a way to turn off the structure errors in for .jsp pages in JDeveloper 10.1.3.2.
    Many of the pages show "Element blah not expected" or "attribute missing"
    The app I'm working on has lots of old code from a range of developers and I really don't need to see the errors of their/my ways if they are truly no show stoppers.
    In the previous version this was not nearly as prevalent and it displays in 10.1.3.2.
    Thanks,
    LP

    Hi,
    actually previous versions didn't have error margins at all. There is no preference setting I am aware of to switch the error messages off
    Frank

  • Could not initialize variable. An error occurs while initializing BPEL .

    I have the following error:
    **Could not initialize variable. An error occurs while initializing BPEL variable inputVariable; the schema processor cannot find the element {http://xmlns.oracle.com/MRTApplicationWorkflow/Project1/BPELProcess1}processRequest in the following schemas: oracle.fabric.common.wsdl.SchemaManager@e92e05. The XSD element on which the variable was based was not properly defined in XSD or the WSDL. Ensure that the element named in the error message is valid in the XSD or the WSDL.**
    My process input xsd below:
    <?xml version="1.0" encoding="UTF-8"?>
    <schema attributeFormDefault="unqualified"
         elementFormDefault="qualified"
         targetNamespace="http://xmlns.oracle.com/MRTApplicationWorkflow/Project1/BPELProcess1"
         xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:q1="http://schemas.datacontract.org/2004/07/WM.Services.MRTPortfolioService.BusinessObjects">
    <import schemaLocation="MRTWorkflowService.svc_xsd_xsd2.xsd"
    namespace="http://schemas.datacontract.org/2004/07/WM.Services.MRTPortfolioService.BusinessObjects"/>
    <element name="processRequest">
              <complexType>
                   <sequence>
                        <element name="institutionid" type="int" />
    <element name="brokerid" type="long"/>
    <element name="accountid" type="string"/>
                   </sequence>
              </complexType>
         </element>
         <element name="processResponse">
              <complexType>
                   <sequence>
                        <element name="result" type="q1:ArrayOfMRTProposedOrder"
    />
                   </sequence>
              </complexType>
         </element>
    </schema>
    Please help me with this isssue.
    I am using BPEL 2.0.

    Please check your XSD and dependant XSD's whether it contains any special characters.
    I solved the same issue in my BPEL process by commenting the special characters included in <documentation> element of XSD.

  • Recurring "Invalid Node Structure error"

    Hello all,
    Starting a new thread with this one....
    Have done 5 complete re-partitions, clean SL installs and back ups from TM in the last four days. DU disk checks out fine after re-install, DU comes up clean.
    After a few hours, the hanging beach ball returns, I run DU and get the "Invalid Node Structure" error message.
    This in on the iMac that is 42 days out of Apple care......
    Ran techTool after the last install, and it comes up clean....
    What's the soultion? Nuke the drive and get a new on on my dime?
    I've repartitioned, zeroed out the data and sit here with a naked drive, I really don't want to spend another day loading it up if it's shot....
    The TM files and drive I'm backing up from check out fine.
    Thanks,
    Mark

    Took 3+ hours. Came up clean. I have not restored from TM yet. Did the SL updates ect.
    Repaired permissions, ran DU it comes up clean.
    I will do some net surfing tonight (that's all I did this morning) still without loading the back up data, and we'll see if I get the beachball of death.
    I will run another surface scan when I hit the hay, and see what it says in the morning.
    If that is clean, I will restore the back up data, and run the surface scan again.
    One step at a time until I can recreate (or not) the failure mode.
    Tedious, but I have to get to the bottom of this. I don't want to load any of the TM back up on to the Mac Air until I'm sure it's not a software issue.
    Mark

  • Invalid node structure error when verifying hard disk, please help

    My 27" Mid 2011 iMac is having hard disk issues. I attempted to repair the disk but received an error that said the disk cannot be repaired and needs to be re-formatted. I have all my files backed up to an external hard drive so I erased and formatted the disk. After reformatting, I ran the verify disk function and got the message saying the HD appears to working properly. I reload OSX Lion and within a day, my computer freezes up and acts as if something is wrong. When I run the verify disk, I get the Invalid Node Structure error multiple times and then the message saying the disk cannot be repaired and I need to reformat the drive. I have completed this process several times and have had no luck. I have looked at a few forums with people who have had somewhat similar problems but am still unsure. I have seen people recommend programs like Disk Warrior to repair issues the hard disk utility cannot but I don't want to spend $100 dollars on this program if my hard disk is damaged and needs to be replaced. Any suggestions? Thank you

    Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. There are ways to back up a computer that isn't fully functional — ask if you need guidance.

  • 3750x Stack UTIL-3-TREE: Data structure error--attempt to remove an unthreaded node from a tree

    A Cisco Stack 3750X switch report the following error message:
    %UTIL-3-TREE: Data structure error--attempt to remove an unthreaded node from a tree.
    every minute +-20 sec
    Cisco IOS Software, C3750E Software (C3750E-IPBASEK9-M), Version 15.0(2)SE4, RELEASE SOFTWARE (fc1)
    analog bug: https://tools.cisco.com/bugsearch/bug/CSCsz93221

    WS-C3750G-24PS-E C3750-IPBASEK9-M version 12.2(53)SE2
    After implementing 802.1x with Avaya IP phones
    %UTIL-3-TREE: Data structure error--attempt to remove an unthreaded node from a tree
    Port then fails authentication and goes into vl-err-dis

  • Processing Mining Structure Error

    I have a problem while processing mining structure...
    This is my Mining Structure
    CREATE MINING
    STRUCTURE [QUESTION1] (
    [ownerReviewID] LONG KEY,
    [makeName] TEXT DISCRETE,
    [modelName] TEXT DISCRETE,
    [price] LONG CONTINUOUS,
    [priceDisc] LONG DISCRETIZED(AUTOMATIC),
    [seriesYear] LONG CONTINUOUS,
    [seriesYearDisc] LONG DISCRETIZED(AUTOMATIC),
    [ownerName] TEXT DISCRETE,
    [ownedSinceNew] BOOLEAN DISCRETE,
    [ownedPeriod] LONG DISCRETE,
    [feature_ratings] TABLE (
    [transID] LONG KEY,
    [ownerReviewID]
    LONG DISCRETE,
    [feature] TEXT DISCRETE,
    [rating] LONG CONTINUOUS,
    [ratingDisc] LONG DISCRETIZED(AUTOMATIC)
    ) WITH HOLDOUT
    (30 PERCENT OR 10000 CASES);
    I've created a Mining Model with Naive Bayes:
    ALTER MINING STRUCTURE [QUESTION1]
    ADD MINING MODEL [PredictReBuy-NBayes]
    [ownerReviewID],
    [makeName],
    [modelName],
    [priceDisc] AS [price],
    [seriesYearDisc] AS
    [seriesYear],
    [ownerName],
    [ownedSinceNew],
    feature_ratings(
    transID,
    feature,
    [ratingDisc] AS
    [rating] PREDICT )
    USING Microsoft_Naive_Bayes
    So far, the 2 codes above work fine, all executed.
    The error shown at the bottom comes up when I try to execute the processing code. This is my processing code:
    INSERT INTO MINING STRUCTURE [QUESTION1]
    [ownerReviewID],[makeName],[modelName],[price],[seriesYear],[ownerName],[ownedSinceNew],[ownedPeriod], feature_ratings(SKIP, [transID])
    SHAPE {
    OPENQUERY([Car Rating],'SELECT ownerReviewID, makeName, modelName, price, seriesYear, ownerName, ownedSinceNew, ownedPeriod FROM dbo.owner_reviews ORDER BY ownerReviewID')}
    APPEND
    {OPENQUERY([Car Rating],'SELECT transID, ownerReviewID, feature, rating FROM
    dbo.feature_ratings ORDER BY transID')
    RELATE ownerReviewID to ownerReviewID
    ) AS [feature_ratings]
    I'm currently receiving this error which I dont understand how to solve... any ideas? Thanks!!
    Executing the query ...Error (Data mining): The count of the specified columns does not match the count of
    the mining model columns or the input rowset columns.Execution complete

    Hi, it seems that you have posted another thread at Stackoverflow forum:
    http://stackoverflow.com/questions/23823448/dmx-processing-mining-structure-error
    Nice to see you have got it resolved.
    Regards, Leo

  • IDVD 5 Structure error

    When I add quicktime DV movie file to my iDVD projects they show up within the iDVD viewer but when I preview the project they do not play. In fact the play button on the DVD Player stays only shows the pause symbol and does not show the play symbol. When I check the status of the project it does not reflect that any video has been encoded or added to the project.
    When I attempt to burn the file I get a no video structure error.
    Any ideas how to solve this? I already reinstalled my OS a true re-install. And then reinstalled iDVD5 and still I have the same result.
    Help

    Hi kroesen:
    Welcome to discussions!
    If you are trying to import certain QT files-they won't work. if they are MPEG-1 or MPEG2 then they need to be converted. if that is the case, please come back and let us know.
    Please read this:
    Preparing QuickTime movies to work with iDVD
    http://docs.info.apple.com/article.html?path=iDVD/6.0/en/397.html
    Sue

  • ATP Tree Structure error -MATP

    Hi Experts,
    I am testing MATP with RBA, I could not see the planned orders in ATP tree structure once I saved the sales order in ECC.
    Scenario -
    I have product  A (header) and A1 & A2 are the components of product A (Header)
    I have stock on component A1 - 100 & component A2 - 100, STOCK on header material A -0
    I have created sales order for header material A - customer requested  quantity 201.
    THEN system is confirming the sales order only for 100 qty because the components A1 & A2 stock available only 100.
    I can see the dependent demand in rrp3 for Components A1 and A2
    I can see the planned order in rrp3 for header material A
    BUT I could not see any planned orders either in /SAPAPO/RRP_ATP2PPDS - Conversion ATP Tree Structures -> Production Planning OR
    /SAPAPO/ATREE_DSP - ATP Tree Structures
    below is the error message I am getting in the transaction -/SAPAPO/RRP_ATP2PPDS - Conversion ATP Tree Structure
    What could be the wrong in the above case.. can you please suggest.. Advance thanks for your information.

    Hi Experts,
    Can someone please help in the below ATP Tree Structure error-
    I am not able to covert the sales orders from the ATP Tree Structure
    The error message as below - Transaction - /SAPAPO/RRP_ATP2PPDS - Conversion ATP Tree Structures -> Production Planning
    Can you just help me what could be the wrong in the setting and how to make the sales orders to be converted from this transaction /SAPAPO/RRP_ATP2PPDS
    Error appears when I convert the sales orders from the ATP Tree Structure as below -
    ''The successor reqmts groups of the ATP tree structure were not converted''
    Conversion canceled with error
    ATP tree for sales order xxxx, item xx could not be converted
    Thanks,

  • Cannot retrieve teplate structure: Error creating PDF

    Hi,
    I've installed a Composite Form as the start of a process, and when I go to Administration and try to generate the PDF file I get the following error:
    Cannot retrieve teplate structure: Error creating PDF
    When I go to the log, I get this trace:
    Error creating PDF
    com.sap.caf.eu.gp.base.exception.EngineException: Error creating PDF
    at com.sap.caf.eu.gp.model.forms.adapter.FormAdapterMediator.createInstanceDocument(FormAdapterMediator.java:462)
    at com.sap.caf.eu.gp.model.forms.preproc.FormPreprocessor.instanciateTemplate(FormPreprocessor.java:1982)
    at com.sap.caf.eu.gp.model.forms.preproc.FormPreprocessor.createImpersonalizedFormInstance(FormPreprocessor.java:1170)
    at com.sap.caf.eu.gp.ui.admin.uforms.UnpersonalizedFormsManager.createNewForm(UnpersonalizedFormsManager.java:888)
    at com.sap.caf.eu.gp.ui.admin.uforms.UnpersonalizedFormsManager.createForm(UnpersonalizedFormsManager.java:457)
    at com.sap.caf.eu.gp.ui.admin.uforms.wdp.InternalUnpersonalizedFormsManager.createForm(InternalUnpersonalizedFormsManager.java:190)
    at com.sap.caf.eu.gp.ui.admin.uforms.CreateUForm.onActionOK(CreateUForm.java:243)
    at com.sap.caf.eu.gp.ui.admin.uforms.wdp.InternalCreateUForm.wdInvokeEventHandler(InternalCreateUForm.java:156)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:131)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:72)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:156)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:91)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:161)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:109)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:96)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:469)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:52)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1395)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1215)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToApplicationDoProcessing(AbstractExecutionContextDispatcher.java:158)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForAppProcessing.doService(DispatchHandlerForAppProcessing.java:35)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToApplicationDoProcessing(ExecutionContextDispatcher.java:114)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:81)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:506)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.dispatch(ApplicationSession.java:526)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingStandalone(ApplicationSession.java:457)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:248)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:699)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:231)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:230)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:205)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.doService(DispatchHandlerForRequestManager.java:38)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.AbstractDispatchHandler.service(AbstractDispatchHandler.java:116)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:93)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToRequestManager(ExecutionContextDispatcher.java:140)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:93)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:105)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doContent(AbstractDispatcherServlet.java:87)
    at com.sap.tc.webdynpro.serverimpl.core.AbstractDispatcherServlet.doPost(AbstractDispatcherServlet.java:61)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:66)
    at com.sap.engine.services.servlets_jsp.server.Invokable.invoke(Invokable.java:32)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:431)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:289)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:376)
    at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:85)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:160)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:67)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
    at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
    at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
    at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:71)
    at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:309)
    at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.run(Processor.java:222)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:152)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:247)
    Caused by: com.sap.caf.eu.gp.model.forms.exceptions.AdapterException: Error creating PDF
    at com.sap.caf.eu.gp.model.forms.exceptionhandling.ExceptionHandler.throwAdapterException(ExceptionHandler.java:851)
    at com.sap.caf.eu.gp.model.forms.adapter.pdf.AdobeDSFormAdapter.createInstanceDocuments(AdobeDSFormAdapter.java:180)
    at com.sap.caf.eu.gp.model.forms.adapter.pdf.AdobeAdapter.createInstanceDocument(AdobeAdapter.java:204)
    at com.sap.caf.eu.gp.model.forms.adapter.FormAdapterMediator.createInstanceDocument(FormAdapterMediator.java:456)
    ... 70 more
    Caused by: com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process RenderRequest...
    at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
    at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentCreationContext.execute(PDFDocumentCreationContext.java:136)
    at com.sap.tc.adobe.pdfdocument.impl.PDFCreationContextImpl.execute(PDFCreationContextImpl.java:90)
    at com.sap.caf.eu.gp.model.forms.adapter.pdf.AdobeDSFormAdapter.createInstanceDocuments(AdobeDSFormAdapter.java:152)
    ... 72 more
    Caused by: com.sap.tc.adobe.pdfobject.core.PDFObjectRuntimeException: Logical Target ConfigPort_Document not mapped to a physical system.
    at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.invoke(PDFObjectDII.java:349)
    at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.doSoapCall(PDFObjectDII.java:81)
    at com.sap.tc.adobe.pdfobject.core.PDFObject.render(PDFObject.java:3610)
    at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:152)
    at com.sap.tc.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
    ... 75 more
    Caused by: com.sap.engine.services.webservices.espbase.discovery.TargetNotMappedException: Logical Target ConfigPort_Document not mapped to a physical system.
    at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getDSTTemplateForSystem(DestinationsHelperImpl.java:894)
    at com.sap.esi.esp.service.server.query.discovery.DestinationsHelperImpl.getWSDLUrl(DestinationsHelperImpl.java:397)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.getWSDLUrl(GenericServiceFactory.java:222)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService_NewInstance(GenericServiceFactory.java:187)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:175)
    at com.sap.engine.services.webservices.espbase.client.dynamic.GenericServiceFactory.createService(GenericServiceFactory.java:160)
    at com.sap.tc.adobe.pdfobject.core.PDFObjectDII.invoke(PDFObjectDII.java:278)
    ... 79 more

    The address is http://<host>:<port>/inspection.wsil
    It need not be localhost. Any address that's visible to the WAS where you are configuring should work. Make sure to provide the user account and password configured for ADS on the security settings of the destination.
    One other thing I forgot to ask - did you do all the steps requried to configure ADS with CE? If not, please send me your email address and I'll send you the doc.
    Thanks!
    Rao

  • MacBook HD Failure - worry of carrying over file structure errors?

    Hello all
    Please excuse my intrusion .... I'm a composer and usually hang out on the Logic forum but have popped in to see if anyone has any experience with MacBook Internal Hard Drives?
    I have a 2008 MacBook Duo 4,1 and have today had a hard drive go down for the second time this year. The Hardware test says ... ALERT ERROR 4HDD/11/40000004:SATA(0,0) I tried to bring it round with Disk Warrior but no joy.
    My worry is that having once again installed a new hard drive and re-built everything from a Time Machine back-up, a clever Mac friend suggests that I may be carrying over a FILE STRUCTURE ERROR that exists on the TM back up which could cause the same issue over an over again?
    If this is a possibility - is there anything I can do that negates my having to re-install everything again from scratch? (including copious authorisations and licenses for a huge amount of software from Quicktime AVID codecs for use with locking movies to my DAW and Music Sample Libraries!)
    Does anyone have any experience of File Structure Errors being carried over from HD back ups?
    Many thanks in anticipation of help.
    Best
    Dick

    Hey Dick,
    just to get down and technical, since it feels like you did not understand all the facts (no offense, please, I will try to explain).
    When a hard drive fails mechanically or physically, and, let's say, makes the computer crash, there is a pretty good possibility that files that were open at the time of the crash were not saved properly, and thus are broken. It's just a consequence from the failure and the crash, if it happened. It's not DUE to the failure itself.
    So, if you have a TM backup, which, as was stated before, is just files copied to some other drive somewhere on the network, there is no way you could reintroduce some physical damage, that was on your internal drive, back to a new one. If you HAD a utility that would do a 1:1 copy of a drive, there would be the possibility that defective blocks would be copied, but not with TimeMachine.
    Let's be theoretical.
    Let's say your hard drive failed in stages. Let's say you were working on a project. And let's assume you had a bunch of files open, when the drive initially failed. The system crashed, and some of those files were damaged. Let's further assume that you rebooted the system, and did a backup. And let's finally assume that you THEN changed the drive and restored the backup to the new drive.
    Now, in THIS particular case, that would mean that there is a possibility that you backed up one or more damaged files to the TM (since a damaged file is still that: A file) and then restored it.
    Now let's finally assume that THEN, after the restore, was the first time you tried to open those particular files after the first crash. You would then see that they are broken.
    To sum this up: That's the only scenario I can imagine how to get something damaged "back from the grave". Apart from that, it may just be bad luck that your drive failed for the second time, and I am pretty certain that you don't have a defective backup.
    I hope I made some things clear. Please let us know if you have any further questions, and don't be afraid if they might sound dumb to you. There's no such thing as a dumb question. Just dumb answers
    i.

  • OLE initialization or OCX load error while registering OCX

    Installing database 10.1.0.2 enterprise on windows XP pro SP2:
    When the installer gets to: "Setting up 'Oracle Remote Configuration Agent 10.1.0.2.0' I am getting the error:
    "OLE initialization or OCX load error while registering OCX".
    Please, help, I have no clue!
    Kind regards,
    Morten Steffensen

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Oracle Discussion Forums » Application Development in PL/SQL » SQL Developer (Not for general SQL/PLSQL questions) which is dedicated forum site.
    Regard
    Helios

Maybe you are looking for

  • HT5225 how do i pay for the next year if my subscription runs out?

    You have sent a lot of emil, I'm still confused. Can I pop my .mac.com email to my 3g iphone? how do i make a payment for icloud or .me account??? --tony

  • QuickVoice not sync very large file

    I have a registered copy of QuickVoice installed on my iPad, running iOS 5.1.1 I also have a 300Mb conversation on it that i need to save on my PC. I'm tyring  to use QuickVoice Sync, version 1.4.0.108 to import it, but no chance. It imports about 18

  • Min and Max and insert new rows

    Hello, I am really a beginner in Excel (2007). I am not sure if this is the correct forum, anyway. I have grouped some rows in a sheet (rows 1, 2 and 3, columns A and B, table below), some of the columns have numeric values in that group and I have a

  • Save data with EntityManager

    Hi, I would like to save data to a database with EntityManager. But not in the sun-appserv-samples (what the Netbeans uses). Is it possible to choose another database? Thanks in advance any help.

  • What address i should i give to transmit and receive  web cam image

    hi I want to Know what address and port i have to give send and receive the web cam