Issue in SDK bases adapter

Hi All,
We are facing one issue in Java SDK based adapter. We are building one SDK based adapter for a third party application. We wrote the source code for same using DI java based SDK. This adapter allows a user to create source and target for third party application. So, using this adapter any user can read data or write data to this third party application. We have built the code for this and everything is working fine except one issue.
Following is details of issue.
When we tried to run a data flow which has 2 source tables of this custom adapter type of data store and having join condition on them through a query transform, my data flow got failed. From the logging, we got we an access fault within acta.dll which seems to be an internal dll referenced by the adapter SDK. The adapter log shows that the first table was read correctly but there is absolutely no trace or record of the second table beginning its operation in the adapter instance log.It Could be a access share violation from the looks of it.
When we configured a second new data store and imported the table from it and ran it as a join with the first table from the original data store it ran successfully. That means if we have two tables as sources from two different adapter data store and then a join condition in query transformation works fine. In this case my data flow got succeeded and we got desired result.
We are facing this issue in DS 12.2.2 and Windows 64 bit.
So, is there a configuration which we need to do in order to have two sources from same adapter data store? or any other reason for this error.
Your help is really appreciable.
Thanks,
-Naveen.

Here is error log which we got when this job failed.
Error Log::
(12.2) 06-10-11 18:08:45 (E) (15300:15732) SYS-170101: |Session query|Data flow query
                                                       System Exception <ACCESS_VIOLATION> occurred. Process dump is written to <C:\Program Files (x86)\Business
                                                       Objects\BusinessObjects Data Services\log\BODI_MINI20110610180840_12752.DMP> and <C:\Program Files (x86)\Business
                                                       Objects\BusinessObjects Data Services\log\BODI_FULL20110610180840_12752.DMP>
                                                       Process dump is written to <C:\Program Files (x86)\Business Objects\BusinessObjects Data
                                                       Services\log\BODI_MINI20110610180840_12752.DMP> and <C:\Program Files (x86)\Business Objects\BusinessObjects Data
                                                       Services\log\BODI_FULL20110610180840_12752.DMP>
                                                       Call stack:
                                                       0023:009FC6EA, XRow_data::set_attr()+0234 byte(s), x:\src\eval\row.cpp, line 2492
                                                       0023:00A01E38, XRow_data::set_attr()+0088 byte(s), x:\src\eval\row.cpp, line 1731
                                                       0023:00A24754, XTran_project::getnext()1236 byte(s), x:\src\xform\tproject.cpp, line 03860048 byte(s)
                                                       0023:00A2397B, XTran_project::execute()0027 byte(s), x:\src\xform\tproject.cpp, line 05430009 byte(s)
                                                       0023:009CCC41, XTran_desc::execute()+0273 byte(s), x:\src\core\xtran.cpp, line 0583
                                                       0023:00A72CE3, Rww_thread::main()+0083 byte(s), x:\src\rww\rww.cpp, line 0425
                                                       0023:0199C20B, RWThreadFunctionImp::run()+0139 byte(s)
                                                       0023:0198C9D2, RWRunnableImp::exec()+0226 byte(s)
                                                       0023:0199C4DC, RWThreadImp::exec()+0076 byte(s)
                                                       0023:0199D819, RWThreadImp::_setTimeSliceQuantum()+0249 byte(s)
                                                       0023:76AD3677, BaseThreadInitThunk()+0018 byte(s)
                                                       0023:777A9F02, RtlInitializeExceptionChain()+0099 byte(s)
                                                       0023:777A9ED5, RtlInitializeExceptionChain()+0054 byte(s)
                                                       Registers:
                                                       EAX=0000000B  EBX=00000001  ECX=0000000B  EDX=00000001  ESI=02DB66F8
                                                       EDI=00000014  EBP=04DA0DE0  ESP=0642FB98  EIP=009FC6EA  FLG=00010246
                                                       CS=0023   DS=002B  SS=002B  ES=002B   FS=0053  GS=002B
                                                       Exception code: C0000005 ACCESS_VIOLATION
                                                       Fault address:  009FC6EA 01:000E66EA C:\Program Files (x86)\Business Objects\BusinessObjects Data Services\bin\acta.dll
                                                       ==========================================================
                                                       Please collect the following and send to Customer Support:
                                                       1. Log files(error_, monitor_, trace_*) associated with this failed job.
                                                       2. Exported Atl file of this failed job.
                                                       3. DDL statements of tables referenced in this failed job.
                                                       4. Data to populate the tables referenced in the failed job. If not possible, get the last few rows (or sample of them) when
                                                       the job failed.
                                                       5. Core dump, if any, generated from this failed job.

Similar Messages

  • Issue with Receiver SOAP adapter for synchronous scenario

    Hello All,
    We are facing a strange issue with the SOAP adapter in the interface we have setup. This is the 1st time we are using SOAP adapter in our system (PI 7.11 SP7). We are making a synchronous HTTP call to the web service exposed by another system in our landscape. The payload is send with SOAP envelope and there are no credentials to be maintained in PI settings.
    The issue is that we are always getting timeout exception in PI audit logs after sending the request (3 minutes - standard timeout value, no additional config for this). But target system has confirmed that they are sending the response back. We tested from our server OS level and have received the response back in the same screen (to verify there is no firewall/port issue in between the systems). But when tried from RWB, it is always giving the timeout exception and we are not able to see any other log.
    We have tried checking in the NWA logs as well after increasing the logging level to ALL for com.sap.aii.adapter.soap. But surprisingly, we didn't get any logs at all for the outgoing SOAP call or incoming response and hence we are unable to trace the issue.
    We have setup another synchronous inbound SOAP interface (PI exposing the webservice) and it is working fine. We are also able to trace the logs in both audit log and NWA logs.
    Is there anywhere else we can check for the logs? Audit logs is showing timeout error and we are not able to see anything in NWA logs.
    Does the target system need to maintain PI credentials in the header when they send the synchronous response back?
    Are there any specific settings which should be checked to enable the sync communication? (this should not be the case since the inbound interface is working fine)
    Please help.
    Thanks
    Justin

    Hi Amit,
    Thanks for the reply.
    Yes we had tested successfully via SOAP UI as well (forgot to mention that). We are getting back the expected response in SOAP UI without using any credentials. We got the same response when we tested it through OS commands from PI server.
    The WS is hosted by the target system and they haven't maintained any credentials at their end. So when PI is trying to access, we don't need to provide any credentials. My question is, whether the target system should keep any credentials to send the synchronous response back to PI (java stack). We have tried that as well but since there aren't any logs, we are unable to verify whether the credentials are coming correctly.
    The service interfaces are correct and PI configuration are OK. I will try the XPI inspector for logs as you have suggested.
    Thanks
    Justin

  • Issue with JMS inbound Adapter  and Asynchronous BPEL

    Hi Gurus,
    I am facing the below issue with JMS inbound Adapter and Asynchronous BPEL .
    I have 2 JMS Queues one inbound and one outbound . The Composite has multiple BPEL Components around 4 on an average and i have 4 composites similar to that .
    Totally 4 Composites * 4 BPEL Components = 16 Services
    Propoesd Solution :
    I have used MessageSelector in the JMS Adapter for selecting the incoming message. The BPEL gets invoked if the message selector is true and proceses the Message and writes the response to the other Queue.
    Initially i had no problems but intermittantly the BPEL processes are getting invoked but they are not processing the data ( Bpel process is supposed to invoke an external service and get the response in a sync call) and each BPEL processe instance is in running state for ever . This remains even if i restart the servers .
    The message gets read by the JMS Adapter , BPEL instace gets created but it wont proceed futher and remains in the runnign state for ever.
    If i redeploy the Composite then messages get processed but the issue creeps up again ( i tried to checl the logs but ino cluea about the issue .
    Getting frustrated day by day tried the bpel.config.transaction, increased the JMS Adapter threads , inreased the worker threads but all in vein..
    please let me know if any one has faced similar issue .
    Anticipating a quick response from the gurus.
    Lakshmi.

    We are also facing this issue in 11.1.1.5.
    Breifly the issue is : The BPEL process which polls an inbound JMSAdater ( consume_message) either stays in running state forever ( whatever we do) or go to the recovery queue. It doesnt recover even if i try to recover it. This happens intermittently. Redeploying the application / restarting servers sometime solve the issue but as know we cant do that on prod systems .
    Can some one look into this on priority and help us giving a solution/workaround.

  • Facing issues with JCA DB Adapter

    Hi,
    I have to create a DB Adapter in BPEL on Reporting Database of OSB.
    I have a requirement to extract DATA_VALUE from WLI_QS_REPORT_DATA Table stored in BLOB datatype by passing parameters in WLI_QS_REPORT_ATTRIBUTE with a join condition of a common unique ID (MSG_GUID) in both tables.
    This DB Adapter files will be imported in OSB to generate Biz Service, which will perform this function.
    I have followed all steps as mentioned in this blog :
    http://guidoschmutz.wordpress.com/2010/08/08/oracle-service-bus-11g-and-db-adapter-a-different-more-integrated-approach/
    My query looks like this :
    SELECT t0.MSG_GUID, XMLTYPE(t0.DATA_VALUE,nls_charset_id('AL32UTF8')) FROM osb_infra.WLI_QS_REPORT_DATA t0
    LEFT OUTER JOIN osb_infra.WLI_QS_REPORT_ATTRIBUTE t1
    ON (t0.MSG_GUID = t1.MSG_GUID)
    WHERE t1.DB_TIMESTAMP >= ADD_MONTHS(SYSDATE,-1)
    AND t1.DB_TIMESTAMP < SYSDATE AND
    t1.INBOUND_SERVICE_NAME =#serviceName
    AND (SUBSTR(t1.MSG_LABELS,22,10) =#keyValue OR SUBSTR(t1.MSG_LABELS,18,10)=#keyValue)
    AND t1.STATE='REQUEST'
    This query runs fine when run independently on DB. but gives no response when used in DB adapter generated Biz Service, while testing in OSB Test Console.
    I have done trials for this tool by modifying query as following.
    1.     Query on 1 table : Report Attribute – Success
    2.     Query on 1 table : Report data – Success but no XML data
    3.     Query on both tables with ServiceName Hardcoded – Failure
    4.     Query on both tables with keyValue hardcoded – Failure
    5.     Query on both tables with both params hardcoded – Failure
    6.     Query on both tables without XML data, selecting MSG_GUID only - Failure
    All the above queries give desired outputs with XML message converted as well when run independently on SQL woksheet.
    1.     Query on multiple tables
    2.     Fetching of data in XML format as response into OSB pipeline.
    I am still trying hard to somehow get data from DATA Table with providing MSG_GUID as parameter, but no progress.
    The query I used here is :
    SELECT XMLTYPE(DATA_VALUE,nls_charset_id('AL32UTF8')).getClobVal FROM osb_infra.WLI_QS_REPORT_DATA
    WHERE MSG_GUID = 'uuid:b2bf9a6e66ba73f5:-7d5e4cfc:13deecde95d:5434'
    This query runs fine in SQL Worksheet of JDeveloper with no issue and also extracts XML out of BLOB data.
    But no success in getting it inside OSB pipelines.
    Output in OSB for dataValue is : <dataValue xsi:nil = "true"/>
    Please guide on this.
    Thanks
    Cheena Malhotra

    Are you sure your JAVA_HOME is set correctly? Usually it installs as jdk1.6.0_41 not jdk1.6.0-41. It's an underscore not a dash and there is usually no space between jdk and the version number. I'm basing this on my experience with Unix, Windows may be different.

  • W510 w/WinXP, device manager reports issue w/1394 Net Adapter (error code=10)

    I recently reimaged a brand new W510 w/WinXP w/SP3 & installed Lenovo Toolbox utility. Which immediately identified an issue w/the 1394 Net Adapter in Device Manager. Looking at the Device Status (details) it states "The Device Cannot Start (code 10)" and suggests reloading the drivers. I've tried updating them using the UPDATE DRIVER button and searching the web but it states Windows cannot find a better match then the one I have. I've copied the driver from a 2nd WinXP machine (nic1394.sys). I've installed all of the Microsoft updates (for Critical Software and Hardware). Installed the Lenovo Driver Update utility & installed all available driver updates and flashed the BIOS and nothing has resolved it.  I've run the full Lenovo toolbox diags and everything passes (including the 1394 adapters) I've also sent the PC into Lenovo for repair and they indicate everything tests fine as well..
    Question, does anyone one know if this device is compatible w/WinXP ? Any other suggestions ?
    Thanks,

    hey acekc77,
    the Lenovo Toolbox, is it version :6.0.5802.24 ? If it isn't, could yo go here and install the latest version >>
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-73783
    At the same do go here and ensure all driver/software is updated
    >> http://www-307.ibm.com/pc/support/site.wss/MIGR-74582.html
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • Issues with signal input adaptive filtering, it won't filter the added noise from the input waveform

    Hello,
    I have an issue with my adaptive noise cancellation program. Essentially I want to input a custom wav add noise to it and then filter the noise away in order to gain the custom wav again.
    While doing so I want to read the learning curve and read the adaptive coefficients. Unfortunately I have an issue when it comes to the filtering of the custom wav+noise. It won't filter the signal at all.
    It would be helpful if someone could have a look at it and possibly help me out.
    Thanks!
    Attachments:
    Testing.vi ‏59 KB

    Hey Jan,
    Thanks for the reply. I am currently using the Adaptive Filter Toolkit in order to obtain those VIs. The VIs which are in use are the LMS Adaptive Filter ones. 
    I figured there might be an error with the input of the array. This VI requires a DBL Array but it seems like it can not process it. 
    The "Get Wavefirn Components" works better now but I still have an issue with a time. I put a 9s wav file in but it only computes it in a very short time and I can not play the file while it is computing.
    I added the modified program to the attachments. 
    This program is ought to read a waveform file add noise to it and then use an adaptive filter in order to get the orginal waveform back again and if possible either store or play the final waveform. 
    Thanks for your help.
    Attachments:
    Testing.vi ‏62 KB

  • Issue on file sender adapter communication channel

    Hi All,
    I have an issue on some of the file sender adapter communication channels .The channels are failing with the error :
    (u201CAttempt to process file failed with com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.xi.swift.ParserException: com.sap.xi.swift.ParserException: Message does not start with character '0x1f'u201D).
    Please let me know the procedure to get this message processed.
    Thanks & Rgards
    Vishnu

    Hi Vishu,
    Find out in what encoding the file is in. for that download Notepad++ and open the file with in.
    In Encoding tab you will see the encoding format.
    1. If its not UTF-8 or ANSI then you should set the correct encoding in Sender File channel.
    2. Check for BOM characters which will not be visible directoly.
    3. Use Notepad++ to convert the content to HEX and check for hidden values. i bet there will be some Encoding BOM in the file which is creating problem while picking the file.
    Since you are using SWIFT module: try to validate the XML file using Altova XML and check weather is correct.
    also ref to this thread:http://scn.sap.com/thread/2134946
    Regards,
    Senthilprakash

  • Issue with Receiver MDM Adapter - Integrated Configuration

    Hi Experts,
    My scenario is I need to pick a file from PI Directory and push it into MDM Ready folder.
    The source file structure is ~ delimiter text file and at the receiving end , I need to push the same file as it is.
    At the receiving side I have used MDM Adapter.
    The issue at receiving side is:
    I am receiving file with .xml extension with the same content as of source file but my requirement is .txt file.
    Please advise on this.
    I am using SAP PI 7.31.
    P.S.- I have not used FTP at the receiver side due to some other concerns.
    Thanks,
    Vivek Jain

    Hi Amit,
    Thanks for the reply.
    Yes we had tested successfully via SOAP UI as well (forgot to mention that). We are getting back the expected response in SOAP UI without using any credentials. We got the same response when we tested it through OS commands from PI server.
    The WS is hosted by the target system and they haven't maintained any credentials at their end. So when PI is trying to access, we don't need to provide any credentials. My question is, whether the target system should keep any credentials to send the synchronous response back to PI (java stack). We have tried that as well but since there aren't any logs, we are unable to verify whether the credentials are coming correctly.
    The service interfaces are correct and PI configuration are OK. I will try the XPI inspector for logs as you have suggested.
    Thanks
    Justin

  • Issue with Scale base routines in Pricing

    Hi All,
                    This is regarding one issue I am facing in Invoice creation.
    It happens randomly in some invoices (impact is in <5 % of invoices) that a discount condition value is incorrectly calculated when created through batch job.
    This issue is not replicable in any of the lower environments.
    When we cancel the invoice in produciton system and recreate it, the values are calculated correctly and we failed to replicate it even in production to find the root cause.
    Here are the details:
    We have a custom condition type which is a group condition (header as well as item) which is set in percentage where customer is supposed to get a discount (for eg. 1 % on the net price)
    We have a Scale Base value routine which fetches the ‘scale base value’ from a custom table and assigns it to the item on the invoice (XKOMV-KSTBS).
    All further calculation happens in standard SAP code where it checks the scales maintained in the condition record and applies the correct rate so the discount is applied accordingly.
    Our pricing routine is working fine and is passing correct value to the scale base field.
    The issue is in standard SAP code which applies the discount.
    For all the impacted invoices, we have correct scale base values (fetched in our routine) but the corresponding discounts (KONV-KBETR and KONV-KWERT) are zero.
    Only the last item in all the invoices shows a large negative value which is wrong .
    Please guide me in finding the root cause.
    Regards
    Ritu

    Hi,
    These requirements should be met to fetch the condition record in the document.
    1 = Different Payer
    If this requirement is assigned to the condition type, the sold-to-party and payer should be different, so it will be picked up in the document.
    2 = Item with Pricing
    The item category of the item should be relevent for pricing.
    3 = Foreign currency doc
    The company code currency is derived from sales org in a sales document. But we can change the document currency in the sales document header also. And condition also can be maintianed in different currency. If this requirement is assigned, the company code currency and document currency should be different.
    4 = Cost
    If this requirement is set, the item should be relevent for cost determination (setting in item category)
    5 = No Condit Exclusion
    If this requirement is set, it will not consider the condition, if any condition exclusion is maintianed for it.
    Prase

  • Issue with Database table adapter

    Hi,
    Iam working on OIM 9.1.0.1
    I login as an end user & self request the DB table which is configured.
    User can assign & the xelsysadm approves ..
    The approval task is completed as seen in the End User page. In the Task Assignment History -->Task status is Pending
    Can anyone help me out on this issue.
    Error seen on console.
    ERROR,19 Feb 2011 16:00:01,421,[XELLERATE.ACCOUNTMANAGEMENT],Class/Method: tcUse
    rOperationsBean/updateUserData encounter some problems: maoErrors:An error occur
    red while retrieving process information null
    ERROR,19 Feb 2011 16:00:01,437,[XELLERATE.SCHEDULER.TASK],Class/Method: tcTskUsr
    Provision/checkPolicyUpdateFlags encounter some problems: An error occurred whil
    e retrieving process information null
    Thor.API.Exceptions.tcAPIException: An error occurred while retrieving process i
    nformation null
    at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUserData(Unk
    nown Source)
    at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.updateUser(Unknown
    Source)
    at com.thortech.xl.ejb.beans.tcUserOperationsSession.updateUser(Unknown
    Source)
    at com.thortech.xl.ejb.beans.tcUserOperations_voj9p2_EOImpl.updateUser(t
    cUserOperations_voj9p2_EOImpl.java:4747)
    at Thor.API.Operations.tcUserOperationsClient.updateUser(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor320.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Sou
    rce)
    at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
    at $Proxy51.updateUser(Unknown Source)
    at com.thortech.xl.schedule.tasks.tcTskUsrProvision.checkPolicyUpdateFla
    gs(Unknown Source)
    at com.thortech.xl.schedule.tasks.tcTskUsrProvision.execute(Unknown Sour
    ce)
    at com.thortech.xl.scheduler.tasks.SchedulerBaseTask.run(Unknown Source)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper$TaskExecutionActi
    on.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Sou
    rce)
    at com.thortech.xl.scheduler.core.quartz.QuartzWrapper.execute(Unknown S
    ource)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:178)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.j
    ava:477)
    Running GENERICADAPTER
    Target Class = com.thortech.xl.gc.runtime.GCAdapterLibrary

    It's a new error now..
    The Create User task is Rejected with the below error in console.
    Running GENERICADAPTER
    Target Class = com.thortech.xl.gc.runtime.GCAdapterLibrary
    ERROR,21 Feb 2011 17:45:42,171,[XELLERATE.APIS],
    java.lang.NullPointerException
    at com.thortech.xl.ejb.beansimpl.GCOperationsBean.getModelFromConnectorD
    efinition(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.GCOperationsBean.lookup(Unknown Source)
    at com.thortech.xl.ejb.beans.GCOperationsSession.lookup(Unknown Source)
    at com.thortech.xl.ejb.beans.GCOperations_do1ndy_EOImpl.lookup(GCOperati
    ons_do1ndy_EOImpl.java:576)
    at Thor.API.Operations.GCOperationsClient.lookup(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Sou
    rce)
    at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
    at $Proxy79.lookup(Unknown Source)
    at com.thortech.xl.gc.runtime.GCAdapterLibrary.executeFunctionality(Unkn
    own Source)
    at sun.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpMY_NEWTESTUSERS_GTC
    .GENERICADAPTER(adpMY_NEWTESTUSERS_GTC.java:125)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpMY_NEWTESTUSERS_GTC
    .implementation(adpMY_NEWTESTUSERS_GTC.java:70)
    at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Sour
    ce)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source
    at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones(Unknown
    Source)
    at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone(Unkno
    wn Source)
    at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone(
    Unknown Source)
    at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert(Unknown Sourc
    e)
    at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcORC.autoDOBSave(Unknown Source)
    at com.thortech.xl.dataobj.util.tcOrderPackages.createOrder(Unknown Sour
    ce)
    at com.thortech.xl.dataobj.util.tcOrderPackages.orderPackageForUser(Unkn
    own Source)
    at com.thortech.xl.dataobj.tcOIU.provision(Unknown Source)
    at com.thortech.xl.dataobj.tcOIU.eventPostInsert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcOBI.checkApproved(Unknown Source)
    at com.thortech.xl.dataobj.tcOBI.eventPostUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcOBI.approve(Unknown Source)
    at com.thortech.xl.dataobj.tcRequestObject.handleApprovalLaunch(Unknown
    Source)
    at com.thortech.xl.dataobj.tcREQ.launchObjectApprovals(Unknown Source)
    at com.thortech.xl.dataobj.tcREQ.eventPostUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcREQ.checkRequestReceived(Unknown Source)
    at com.thortech.xl.dataobj.tcREQ.eventPostUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.schedule.jms.requestapproval.InitRequestApproval.exec
    ute(Unknown Source)
    at com.thortech.xl.schedule.jms.requestapproval.InitRequestApproval.exec
    ute(Unknown Source)
    at com.thortech.xl.schedule.jms.messagehandler.MessageProcessUtil.proces
    sMessage(Unknown Source)
    at com.thortech.xl.schedule.jms.messagehandler.MessageHandlerMDB.onMessa
    ge(Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:46
    6)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDL
    istener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:
    327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4547)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4233)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3709)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:505
    8)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    ERROR,21 Feb 2011 17:45:42,250,[XELLERATE.APIS],An exception occurred while crea
    ting the GenericConenctor Model from the Connector Definition file
    ERROR,21 Feb 2011 17:45:42,250,[XELLERATE.APIS],An exception occurred while gene
    rating Generic Connector model from the connector definition xml of the connecto
    r 'MY_NEWTESTUSERS'
    com.thortech.xl.gc.exception.ConnectorDefinitionOperationsException: An exceptio
    n occurred while creating the GenericConenctor Model from the Connector Definiti
    on file
    at com.thortech.xl.ejb.beansimpl.GCOperationsBean.getModelFromConnectorD
    efinition(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.GCOperationsBean.lookup(Unknown Source)
    at com.thortech.xl.ejb.beans.GCOperationsSession.lookup(Unknown Source)
    at com.thortech.xl.ejb.beans.GCOperations_do1ndy_EOImpl.lookup(GCOperati
    ons_do1ndy_EOImpl.java:576)
    at Thor.API.Operations.GCOperationsClient.lookup(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at Thor.API.Base.SecurityInvocationHandler$1.run(Unknown Source)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.security.Security.runAs(Security.java:41)
    at Thor.API.Security.LoginHandler.weblogicLoginSession.runAs(Unknown Sou
    rce)
    at Thor.API.Base.SecurityInvocationHandler.invoke(Unknown Source)
    at $Proxy79.lookup(Unknown Source)
    at com.thortech.xl.gc.runtime.GCAdapterLibrary.executeFunctionality(Unkn
    own Source)
    at sun.reflect.GeneratedMethodAccessor373.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpMY_NEWTESTUSERS_GTC
    .GENERICADAPTER(adpMY_NEWTESTUSERS_GTC.java:125)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpMY_NEWTESTUSERS_GTC
    .implementation(adpMY_NEWTESTUSERS_GTC.java:70)
    at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.runEvent(Unknown Source)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(Unknown Sour
    ce)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(Unknown Source
    at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones(Unknown
    Source)
    at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone(Unkno
    wn Source)
    at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone(
    Unknown Source)
    at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert(Unknown Sourc
    e)
    at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcORC.autoDOBSave(Unknown Source)
    at com.thortech.xl.dataobj.util.tcOrderPackages.createOrder(Unknown Sour
    ce)
    at com.thortech.xl.dataobj.util.tcOrderPackages.orderPackageForUser(Unkn
    own Source)
    at com.thortech.xl.dataobj.tcOIU.provision(Unknown Source)
    at com.thortech.xl.dataobj.tcOIU.eventPostInsert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.insert(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcOBI.checkApproved(Unknown Source)
    at com.thortech.xl.dataobj.tcOBI.eventPostUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcOBI.approve(Unknown Source)
    at com.thortech.xl.dataobj.tcRequestObject.handleApprovalLaunch(Unknown
    Source)
    at com.thortech.xl.dataobj.tcREQ.launchObjectApprovals(Unknown Source)
    at com.thortech.xl.dataobj.tcREQ.eventPostUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcREQ.checkRequestReceived(Unknown Source)
    at com.thortech.xl.dataobj.tcREQ.eventPostUpdate(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.update(Unknown Source)
    at com.thortech.xl.dataobj.tcDataObj.save(Unknown Source)
    at com.thortech.xl.dataobj.tcTableDataObj.save(Unknown Source)
    at com.thortech.xl.schedule.jms.requestapproval.InitRequestApproval.exec
    ute(Unknown Source)
    at com.thortech.xl.schedule.jms.requestapproval.InitRequestApproval.exec
    ute(Unknown Source)
    at com.thortech.xl.schedule.jms.messagehandler.MessageProcessUtil.proces
    sMessage(Unknown Source)
    at com.thortech.xl.schedule.jms.messagehandler.MessageHandlerMDB.onMessa
    ge(Unknown Source)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:46
    6)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDL
    istener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:
    327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4547)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4233)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3709)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:505
    8)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTunin
    gWorkManagerImpl.java:516)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.lang.NullPointerException
    ... 76 more
    ERROR,21 Feb 2011 17:45:42,312,[XELLERATE.GC.FRAMEWORKPROVISIONING],An exception
    occurred while generating Generic Connector model from the connector definition
    xml of the connector 'MY_NEWTESTUSERS'

  • Issue with ide-usb adapter

    Hello... I'm trying to connect the hard drive from a G4 via an ide-usb adapter to my Intel Macbook, and the Macbook can't see the drive. I've used this adapter to read Windows HDs on Windows machines without any trouble, any ideas on what issues could be my problem? According to the adapter's literature it is Mac compatible.

    It's this one... http://inlandproduct.com/usb20toidesataadapterpartnumber08412.aspx
    Admittedly not the most high end product, but always worked flawlessly before. I tried it with the drive configured as master, as slave, and as cable select... nothing.

  • Issue with HAL - Excel Adapter

    Hi
    We are using HAL V7. and excel 2007 . I am truing to use excel adapter in HAL . Here I guess the adapter is not supporting excel 2007. So I am getting the below error when I pull the excel adapter.
    Update the Vegneete BIS Installation registry by addign the current class id or excel sheet as the ExcelCLSID value of the key. HKEY_LOCAL_MACHINE\Software\Vignette\eIntegrate\4.2\Workarounds.
    I am littlie confused overhere. I went to the particular location .,do I need to change the ExcelCLSID key?? if so with what key I need to replace... where I can I find the classid for excel 2007.
    Thank You for your time !!!1

    I find it incredibly amusing that they have a registry key labelled "Workarounds". If that isn't the sign of a lame-o product, I don't know what is.
    But you didn't ask to hear me rant and rave about HAL -- you want help.
    I never, in my many somewhat painful interactions with HAL, used the Excel adaptor. Is it trying to instantiate Excel itself, or just read from/write to a file? Many products don't need an instance of Excel to do Excel file operations (think of Dodeca, or OpenOffice), although perhaps HAL is not one of them.
    If you tried to make the file a .xls, does it work? Or could you make the file a .txt or .csv and just avoid the whole Excel issue altogether?
    Regards,
    Cameron Lackpour

  • Issue with HAL essbase adapter

    Hi Experts
    I have an issue with HAL,I got the below error when I tried to use essbase adapter, the HAL version is 7
    java.Lang.NoClassDefFoundError
    I know this is known error ...most of the forums are telling this is error related to Environment Variables...but I dont know how to fix as I am unaware of this....java..... classes..bla bla bla..
    I installed HAL in c drive, Can anyone help me ...how to fix this issue....
    Thank You
    M.S

    Go to control panel->system->system properties->advance->environmental variables. You should have something like this "C:\Program Files\Vignette\V7\vbis\Hyperion\EssbaseAdapter" in your classpath variable. Check you installation on your "C:\" drive to get the correct path. Hope this helps.

  • How to stop the last rnto to be issue by the ftp adapter when downloading a file.

    The company that processes the ftp documents for a partner is a VAN and has a process where the ftp file sent is immediately moved to an archive upon download. The ftp adapter wants to rename the file after the download completes but the originally
    downloaded file is already gone and an error is returned.
    Is there a way to not issue the rnto or have the server process wait until the script is complete before moving the file.
    I don't have the time to write a custom ftp adapter, maybe a dotnet helper ftp process.
    Is there something simple  that can be done.
    Thanks
    Bico Bielich

    Maybe you can't if changing the Spool Folder doesn't change the behavior.
    Does the trading partner have or can they create a temp folder you can use?  You might even be able to create your own with a pre-command script.

  • Flex incompatibility issue with SDK 3.5.0.12683 and IE6

    Anyone have experience with issues for IE6 and Flex SDK 3.5.0.12683?
    As a secondary issue, does anyone know of a way to force a browser cache refresh?
    thanks
    Simon

    Add a random number as a parameter to the url.
    Something like:
    url = url + "?t=" + new Date().time;

Maybe you are looking for

  • How to Create Highlighted text through the API

    I am trying to create a script that goes through a document and cut/pastes specific elements to another document in FrameMaker 7.1. So far, I can open a document and if an element is already highlighted/selected, i can cut the whole element using F_A

  • How do I get rid of an add-on that I don't want?

    When I open Mozilla from my desktop, http://home.swe...3F-00238B8FDCAC} is the address coming up. It seems to be an add-on? Something I want to go away. I want to get back to the ordinary Mozilla start page

  • Id question...

    Hi, I changed my Apple ID about a month ago but for some reason, when i turned on my Ipad2 this AM, it keeps asking for my icloud/itunes password every 1-3 seconds for my OLD id?? Cancel doesn't work and neither did shutting it down and restarting? A

  • Leaving a comment on a shared file impossible

    This is a Question to Adobe! Commenting a File by Customers is not working! When I or my costumers try to leave a comment on a shared file (by sending link) we always get the following message: "We´re sorry, we had trouble adding your comment. Please

  • Can I use Flex with Adobe Media Encoder to automate encoding?

    I am thinking about learning Flex assuming I can do the following. Can I use Flex to automate the process of converting/encoding videos from many formats to FLV format? If so, what encoder do I use for this process? Flash media encoder? Can Flash Med