Issue at sincronizing the workload task

HI SIEBEL CONSULTING!
I have an issue at sincronizing the new workload task to the Informatica Server from DAC Server
This error messages appears in the DAC Consoled SErver.
Could you suggest me how to resolve this issue?
MESSAGE:::Failed to create folder/workflow/session cache file
EXCEPTION CLASS::: com.siebel.analytics.etl.infa.interaction.PmrepUtilsException
com.siebel.analytics.etl.infa.interaction.PmrepUtils.exportListWorkflow(PmrepUtils.java:659)
com.siebel.analytics.etl.infa.fileParsing.TaskSync.sync(TaskSync.java:147)
com.siebel.analytics.etl.client.action.TaskSynchronizationAction.doOperation(TaskSynchron
izationAction.java:123)
com.siebel.etl.gui.view.dialogs.WaitDialog.doOperation(WaitDialog.java:53)
com.siebel.etl.gui.view.dialogs.WaitDialog$WorkerThread.run(WaitDialog.java:85)
::: CAUSE :::
EXCEPTION CLASS::: java.lang.NullPointerException
com.siebel.analytics.etl.infa.interaction.PmrepUtils.getRelatedObjects(PmrepUtils.java:520)
Any suggestion to resolve this issue?
THANKS IN ADVANCE!
[email protected]

Hi all!
Thanks for the solution, but it hasn't resolved yet.
I think the problem is in DAC SERVER not in Informatica SERVER.
The workflow and mapping name is running succesfully in the Informatica and was run sucesfully in the Informatica SErver Monitor session.
Any suggestion?
The DAC Server error still appears in the DAC Server Console everytime I synchorinize a new incremental load or everytime I synchronize a previous incremental load which was created.
THANKS IN ADVANCE!
[email protected]

Similar Messages

  • The recent software update on my HTC One has caused errors with Exchange ActiveSync issues. Calendar, mail and tasks sync fine but contacts won't sync. How do you correct this?

    The recent software update on my HTC One has caused errors with Exchange ActiveSync issues. Calendar, mail and tasks sync fine but contacts won't sync. How do you correct this?

    I had the same problem.  Here is what worked for me.  Open the mail app and delete your exchange account (Settings > Delete Account).  Then re-add your Exchange account.  After this my Exchange contacts showed up again. 

  • UWL issue (When i complete the GP task)

    Hi All,
          I have done a WebDynpro Java - GP application, and I am using Webdynpro callable object. After completing first action, I receive second one as UWL in  the UWL list, for the second action when I click UWL, I am calling an RFC, but the problem here is my RFC structures turn to NULL.
         I have created a 'Tracking Table' which works similar to the UWL List, its working fine when I use the link in Tracking Table.
    Thanks & Regards,
    Vinoth

    Hi Ronaldo,
        The UWL doen't have any application parameters/ The UWL just call an WD Application, where I am 'completing' the GP task and then called the RFC.
    Thanks,
    Vinoth

  • Disk Utility issue-Error: The underlying task reported failure on exit

    When I run Disk Utility on the hard drive( repair permissions/verify disk), I see an "illegal name" message and the following error message and DU will not complete the "verify disk" function.
    -Error: The underlying task reported failure on exit
    What does this mean and how do I fix it?
    Thanks, Pete
    iMac 17 G5 Mac OS X (10.4.3) Igb ddr ram and winning attitude

    Thanks, I have deleted the legal and legal. files but DU is erroring with this message now;
    Volume Header needs minor repair
    The volume Macintosh HD needs to be repaired.
    Error: The underlying task reported failure on exit

  • Mac book pro is very very slow/it hangs for even the smallest tasks/even with the lid closed it is still running if it is not completely turned off. Dose any one know what may be wrong ? and how to fix it?

    More details about the problem : My computer is a Mid 2012 Mac Book pro 2.9GHz i7 processor with 8GB RAM updated to OS X v10.8.5
    - I ran a compleet scan of my computer for any threats ( I used virus barrier express ) and there was nothing identified
    - When I oppened the Activiti Monitor there are about 20-30 processes which I do not undersatand they are run under the user "root" 2 in perticular ( Kernel_task & fseventsd ) they both take up a lot of threads and kernel_task is constantly using 1.2 GB of "real memory" which is at least 20 times any other process that is running espesially the ones that run under the user "Apple" I do not know if this is causing the problems on my mac but i tryed to forces close it and it dose not even let me click the button, the others close but reopean immideatly. I will attach a screen shot of what i have mentioned here.
    - The problems I am facing are mainly performance :- To state a few examples, my mac dose not seam to be able to handile even the smallest tasks like switching tabs on safari, typing any thing, playing a movie withought stopping inbetween, etc.. ( let me elaborate on why I said its not able to handil these tasks, it is because when I am trying to do any one of the afformentioned tasks inbetween the cursor becomes a rainbow collered spinning disk and I am unable to do anything for about 10 seckonds after which it starts to work again for some time before it happens again. )
    - Another concern of mine is that my mac seems to be on even with the lid closed if I do not shut it down compleetly, if i just close the lid after some time the computer starts warming up, and the fan starts running. the battery is drained at the same rate or slightly less rate than it would have if i was using it normally with the lid opean. ( altough this is happning the screen dose not turn on untill the lid is opean again )
    - I have only 300+ GB full out of my 750GB so i believe these are not issues caused by my mac's memory being full ( BUT THE FIRST TIME I NOTICED THIS WAS HAPPNING WAS WHEN MY MEMORY WAS ABOUT 720GB FULL WHEN THESE ISSUES FIRST AROSE I IMMEADITLY DELEATED 400+GB OF MY USELESS FILES THAT I HAD BEEN HORDING ALL OF WHICH WERE MOVIES ) that about covers it all PLEASE LET ME KNOW IF ANY ONE KNOWS WHAT TO DO.
    Ps: I apoligize if I have given too many unrelevant details, not enough usefull information and or if i was just all over the place with my explanations but I am really frustrated and was hoping not to miss anyting. Please let me know if any information at all is required and ill do my best to provide it.
    Thank You

    Start with this comprehensive troubleshooting article:
    https://discussions.apple.com/docs/DOC-3521
    Look at this one for possible solutions:
    https://discussions.apple.com/docs/DOC-3353
    Ciao.

  • Multiple nidaqAICreateTask gives the same task id

    I want to read all analog and digital input signals from the modules on a SCXI-chassie continually.
    Previously I used one nidaqAISingleScanOp call for each AIN-module. This worked fine until I upgraded the NIDAQ drivers, after which the time for each call increased from 0.1 seconds to 2 seconds. To fix this problem I had to remove the filter settings for each module.
    After some discussions with NI, I was recommended to use nidaqAICreateTask instead. I want to set up one task for each module. The problem is that the function returns the same task id every time I call it, even if the connection strings differ. Why?
    I have attached a test project. The idea is that you enter up to 5 different connection strings. The
    program should then go through the list, get the values from each module and present them.
    Attachments:
    SCXITest.zip ‏211 KB

    Greetings,
    Briefly, let's talk about SCXI multiplexed operation. In most cases the SCXI chassis will be set up in multiplexed mode. This means that each, and every, module will be multiplexed through channel 0 of the DAQ card. You will usually assign one module to be the chassis controller in MAX. In parallel operation, each module is cabled individually to a DAQ card. Meaning if you had 4 modules you would need 4 DAQ cards. In this case all channels are routed directly to DAQ card channels and no multiplexor on the SCXI chassis is used.
    I will assume that you are running in multiplexed operation. This being assumed, the issue at hand is that each module is multiplexed through the DAQ card channel 0. You cannot create multiple tasks at the exac
    t same time. Each task will be fighting for resources on your DAQ card. You will need to either create one task, read, and close the task. Or you will need to create one task which encompasses all desired channels from multiple modules in one scan list.
    Here is an example ...
    daq::1!(ob0!sc1!md1!0:7, ob0!sc1!md2!0:7)
    Regards,
    Justin Britten
    Applications Engineer
    National Instruments

  • Error in executing process from the UWL task list

    Hi,
    I have created a process and assigned different users to different steps. For administrator, Overseer and Owner, i have kept role as initiator only. For the actions of the process, set the value as Initiation defined and in Default Roles tab, have assigned different users to each of the actions. From the URL generated on instantiation, i created a web dynpro iview and assigned it to a role R.
    The UWL has also been configured. The initiator of the process is assigned the role R.
    Now the issues are:
    1. When the process initiator opens this role R, an error is displayed " Page not found or not available", but the process gets initiated since an entry for the same is made in the UWL task list.
    2. Even when I click on the task entry in the UWL task list, i get the same error message.
    3. Presently if i click on the role R, then only entry is displayed in the UEL task list. Is there a way in which task may automatically appear in the task list of the initiator of the process without him/her having to click the role and then initiate?
    I am not able to figure out why this is happening. Can anyone please help me in this regard.
    Thanks & regards,
    Anupreet

    Hello Anupreet,
    Refer to these SAP notes
    1104652, 1131403 or 1026119.
    This should fix the issue.
    Let me know if this works.
    Cheers,
    Mandrake

  • InfoPath form opens in the browser instead of InfoPath Filler when a link is clicked from the Approval Task email

    I have an admin approved InfoPath 2010 form that is web enabled. It is published to a SharePoint 2010 Forms library and an Approval Workflow is attached to it.
    The form needs to open up in the InfoPath Filler with the Workflow Task bar at the top so users can approve the task from within the form and not go to Tasks list to do so.
    Here's a problem I am experiencing: sometimes the form opens in InfoPath Filler and sometiems it opens in the browser when the link to approve the form is clicked form the email that is sent by the workflow.
    Windows 7, IE 9, MS Office 2010:
    The form opens up in InfoPath filler like it supposed to. The Workflow task bar is there for users to approve the form.
    Surface Pro with Windows 8.1, IE 11 and MS Office 2013
    The form opens up in the browser and there is no Workflow task bar at the top.
    Things that I've already looked at and tried which didn't solve the issue:
    - The forms library is exclusivly set to open documents/forms in the Client Application
    - Set the browser compatibility mode in IE 11, that doesn't work too well, because you have to do it every time you open the browser.
    - Setting browser compatility in IE 11 reintroduced another issue, of multiple login promts, which was fixed by entering the SharePoint site in question into the Trusted sites by a group policy. Adding the site to trusted sites made the forms open up in the
    browser.
    - Researched compatibility issues with InfoPath and Windows 8.1, cannot find anything.
    - Researched compatibility issues with InfoPath 2010, Windows 8.1 and SharePoint 2010, also didn't find anything.
    Can someone offer a suggestion on how to fix this problem, preferably with no code, because we are not allowed to put custom code on the server?
    I need to force InfoPath form to open in InfoPath Filler when the link to the form is clicked from the Workflow email. Also the login prompts should not pop up. Need it to work on all the platforms: Windows 7, and Surface Pro Windows 8.1.
    Thank you.

    Hi,
    Thank you for your response.
    [Steps about how to capture the capture the fiddler log]
    ===========================================
    1. Download fiddler from
    http://fiddler2.com/
    2. Install fiddler and launch fiddler.
    3. When the fiddler be launched, the log will be enabled automatically.
    4. You can click “X” to remove all the records before you reproduce the issue.
    5. If the web site has been configured to https. Please enable https option:
                 Click “Tools” -> “Fiddler Options”            
    Switch to HTTPS tab, then check “Capture HTTPS CONNECTs” and “Decrypt HTTPS traffic”.
    6. Then repro the issue.
    7. Click “File”->”Capture Traffic”, uncheck the Option “Capture Traffic” to make sure the “
    ” is not shown, that mean the logs has been stopped.
    8. Click “File”->”Save” ->”All sessions”, save the file.
    Any quesitons, please let me know.
    Best Regards,
    Dats Luo

  • Issues in auto creation of tasks using templates/attributes in FS

    Hi,
    We have a requirement to auto-create one or more tasks when a SR is created in Field Service module. Additionally, task owner should be auto-populated during the task creation (task owner would a CRM group which is dependent on the task type as per company defined business rules). There can be one or more task types associated with a SR type. Tasks within a SR type can or cannot be dependent on one or more tasks within the same SR type e.g. I can have 3 task types A, B and C under a SR type and C is dependent on B, so we set up the dependency as needed.
    We were thinking of following the task template group approach. We created the task templates per SR type and associated the template with the SR type. Issue here is - we cannot assign the task owner value to the task type (I couldn't see a placeholder to define the task owner). Does anyone have pointers on defining the task owner while creating task group templates?
    Another issue is - whenever there is a dependency between tasks, we cannot define the parent task id value. When you navigate to the tasks screen and select the dependent task, you get the error "field must be entered" for parent task id. Any thoughts on defining dependencies with parent task id populated when the tasks are created?
    Second approach we tried is creating SR/Task attribute mapping configuration. Here we can define the task owner as well but the issue is we cannot define the dependencies between the tasks. Also we are getting the error "Attribute CUG_TASK_DEP_ID doesnot exist for item JTFTASK" and tasks are not getting created.
    Any pointers on resolving these issues would be greatly appreciated.
    Thanks
    Shreevatsa

    Hi,
    Today Auto Task creation can be based on the following:
    Task Template Mapping => Based on SR Type, Product Category/Product, Problem Code mapping. For this mapping, Territories need to be setup to determine the Task Owner. If Territories are not setup, the application will not auto create Tasks.
    Task Type Attribute Configuration => Based on SR Type <=> CIC Attributes mapping. In this mapping definition, the Task Owner field is required to be setup. Whenever Tasks are auto created, the Task Owner setup in the definition is used.
    For Task Dependency - what is the requirement? For a SR Type if three Tasks A, B, and C need to be auto created - are you looking for functionality to first create only Task A and when Task A is closed to create only Task B and when Task B is closed to create Task C?
    Thanks,
    Denzil

  • MSPS 2013 - related a document to the project tasks - Icon is not visible in project schedule

    When adding a document (related Items) to the project tasks in a project schedule at the task does not see the icon of the document.
    Although the icon issue or risk when binding is visible.
    And the icon is also seen in the "Projects Center"
    Also related items are not visible in the "Tasks" (http://server/PWA/Tasks.aspx) from the user.
    Attachments
    View, add or edit related information such as documents, issues, or risks.
    Issues
    Title
    Due Date
    Status
    Risks
    Title
    Due Date
    Status
    Documents
    Title
    File Name
    Status
    Maybe someone know why it don't works?

    Anyone can reproduce this steps on Project Server 2013:
    * Upload document to project site document library
    * Open project plan for editing in pwa, add to any task related item – uploaded in previous step document
    * Save and publish project
    Than check in project schedule and project center – icon associated document to task and project.

  • [Workflow 2013] No tasks created (Only the first task)

    Hello 
    I ve created a Sharepoint Workflow 2013  (so using workllow manager) with visual studio 2013 that contains some simple and composite tasks.
    On my development environment, all tasks are created and the workflow is well executed and terminated.
    On the production server, ONLY the first task is created and there is no errors thrown by the workflow (his status is in progress)
    Have you any idea to fix the issue ?  Otherwise how can i troobleshoot the behavior ?
    Thanks in advance
    Anouar
    sharepoint 2010

    Jarrod B. ha scritto:
    > Hi rossi,In any DAQmx application, you can only run one analog input task at a time on one device.
    Here is that DAQmxErrChk prints out (only Indoor_Temp, the first task
    runs properly); any hint how about I can get the value from each voltage
    channel of the same task? I can't use DAQmxReadAnalogScalarF64?
    Status Code: -50103
    DAQmx Error: The specified resource is reserved. The operation could not
    be completed as specified.
    Task Name: Relative_Humidity
    Status Code: -50103
    [Temp.int.: 20 C] [Temp.est.:
    -925596313493178310000000000000000000000000000000
    DAQmx Error: The specified resource is reserved. The operation could not
    be completed as specified.
    Task Name: Outdoor_Temp

  • URGENT: Adobe Acrobat 7.0:  Can "Bookmarks" be printed (in the left task pane)?

    Urgent Question
    In Adobe Acrobat 7.0, can Bookmarks or the list of the Bookmarks, in the left task pane, be printed in any way?   If not, is there some other way to print Bookmarks that is not too difficult to achieve - like a list or an Index of all the bookmarks or export the bookmark list on the left to a Word document or something?  "Help" in Adobe Acrobat 7.0 is no help with this issue.
    thanks - Bonnie McKinnon
    [email protected]

    Hi,
    Download this PDF:
    http://partners.adobe.com/public/developer/en/acrobat/BatchSequences.pdf
    It is Adobe's "Batch Sequences" documentation for Acrobat 7.
    Next; visit:
    http://www.adobe.com/devnet/acrobat/?view=documentation
    Scroll to page bottom, right side -
    Download the PDF "Batch sequences". This is the Acrobat 8 documentation.
    There is no significant difference between Acrobat 7 & 8 documents.
    Just good to have 'em all while you can get 'em.
    Download "batchseq.zip"
    Unzip.
    It has same content as "batchseq.zip" for Acrobat 7.
    You want to use the "List all Bookmarks.sequ" sequence.
    *Read* what the documentation discusses for this or any of the other sequences.
    Some are "generic" and need a tweak.
    "List all Bookmarks.sequ", when properly configured/used, provides an output PDF that contains all Bookmarks of a "source" PDF.
    Works with Acrobat 5.x, 6.x, 7.x, and 8.x.
    Print to hardcopy from this PDF.
    Does not work properly in Acrobat 9.x
    There are work arounds for this.
    Some resources (for those using Acrobat 9.x)
    http://blogs.adobe.com/acrolaw/2009/12/list_bookmarks_with_a_free_scrip.html
    http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=18049
    http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=2114
    Be well...

  • Issues with Backup-GPO Scheduled Task as a non-admin account

    I'm having an issue trying to get a daily backup of domain GPO's from a non-administrative account. I'm using Powershell 2.0, the Backup-GPO cmdlet runs fine as a standard user, but when I run the same cmdlet with the same user, but with a scheduled task,
    the backup does not produce valid output. The command I run is:
    [batch file called by scheduled task]
    powershell.exe d:\loj\psps.ps1
    [psps.ps1]
    import-module grouppolicy
    backup-gpo -all -path d:\loj
    The specific problem is, all other files created by the backup are created successfully except the 'gpreport.xml' file found directly under the folder identified by the backup ID. All of the subdirectories under DomainSysvol\GPO contain xml files with the
    appropriate data, and the Backup.xml and bkupInfo.xml files are also created normally. The manifest.xml file is also created normally in the root directory.
    The gpreport.xml file however is malformed. It contains only two bytes of data, FF FE.
    The reason this is a problem is that the xml in the gpreport file can be used to restore whether the GPO is 'enforced' and also contains link data. Using this when restoring the GPO's makes the process a lot less painful.
    Running the batch file while logged in interactively as the user removes the problem, without making them an administrator.
    I've been using a test domain to investigate this, I tried adding the user in question to every local group except administrators, gave it full control to the destination folder for backups, the powershell executable, batch and ps1 files. Resultant set of
    policy access has been granted (rsop.msc run-as the user tested fine). The scheduled task stores credentials (needs to run when the user is not already logged in) and runs with the highest privileges.
    The only possibly related error I could find in the logs was this:
    This error goes away if enough group memberships are added to the account or alternatively if this string is added to the security descriptor for the LanManServer service: (A;;GA;;;S-1-5-21-1191697313-1384311512-914143962-35706), which just adds
    generic all to this account by referencing the SID. However, despite the fact that the error is no longer raised, the issue with the gpreport.xml file remains.
    Does anyone have any ideas on why this is happening? At this point my best guess is something UAC related, since the gpreport.xml file is created like normal if the user is made an administrator on the local machine (I'd rather not do that in production).

    Hi Fergubru,
    Thanks for your posting.
    To troubleshoot Task scheduled that a task ran, but the program that should have been executed did not run correctly.
    As AZ said above, some programs require elevated privileges to run correctly.  If a task is running a program that requires elevated privileges, ensure that the task runs with the highest privileges. You can set a task to run with the highest privileges
    by changing the task's security options on the General tab of the Task Properties dialog box.
    If a task program does not run correctly, check the history of the task for errors. For more information, see
    View Task Properties and History.
    For the Event ID 4656, this is an Audit log, This event will be Audit Success or Audit Failure depending on whether the user account under which the account is running has the requested permissions or not. 
    For more detailed information about Event ID 4656, please refer to this article:
    http://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=4656
    I hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • When I use Adobe Send the screen goes dark when I hit send but never seems to complete the send task! and recover the screen.F

    when I use Adobe Send the screen goes dark when I hit send but never seems to complete the send task! and recover the screen?F

    Hi frank at luray,
    Does this issue occur with any file that you try to send, or do you find that it's specific to one file? If it's a file-specific error, and the file is large, please try sending the file via Adobe SendNow. (You can sign in to Adobe SendNow at Sign in or create an account | Adobe SendNow using the same credentials you use to sign in to Adobe Send.)
    Please let us know how it goes.
    Best,
    Sara

  • Listing the Human tasks through Workflow API

    The workflow API uses oc4jadmin as the user to get the workflow context. what if we dont have the credentials of oc4jadmin but of a normal user to whom a task is assigned. I am not able get the workflow context by using the credentials of a simple user.
    I am using :
    workflowContext = getTaskQueryService().authenticate(WF_MANANAGER_UN, WF_MANANAGER_PW, LDAP_DOMAIN, worklistUser);
    List tasks = getTaskQueryService().queryTasks(getWorkflowContext(), displayColumns, optionalInfo, "My+Group", null, whereclause, null, 0, 0);
    when i change the user name and password from oc4jadmin, it throws an exception of "null pointer"

    Hi,
    We solved this issue by applying the following steps:
    * Create a shared library on the OC4J container using the same name (oracle.ifs.client), but another version (10.1.2). Actually, give it the version of your Content Services version.
    * Upload the following JAR files to the shared library from the previous step: axis.jar, commons-discovery-0.2.jar, commons-logging-1.0.3.jar, content-ws-client.jar, http_client.jar, log4j-1.2.14.jar, wsdl4j-1.5.1.jar. Important: use the JAR files from you Content Services installation, not the JAR files from the Oracle AS installation (that containes another version of those JAR files).
    * When you deploy the client application that accesses Content Services make sure you import the oracle.ifs.client shared library, but include a max-version attribute that equals your own shared library. That way, the correct JAR files are loaded instead of the newer version.
    Regards, Ronald

Maybe you are looking for

  • Help with a database design for community housing project

    Talking database design Hi all, I have been wondering about the design of tables for a big block of residential units. There are 100 + rooms. there are about 25 houses in this complex but the 100 + rooms are all rented out separately. Its just like a

  • Tab Navigator freezes

    Hi    I have a tab navigator wherein each tab displays a panel which has information. Each panel has a scrollbar so that the user can scroll through the information on each panel. The issue is when I add the tabs dynamically, and move between tabs, t

  • I can't get my search to work

    Every time that I try to search a pdf document for keywords or phrases, it says not found in this document. I have tried typing specific words/phrases that are visible on the current page, only to get the same response. Now I don't particularly want

  • Why can't I get Sky test cricket on my ipad?

    Hi Guys I can get news which runs all day but I can't get the live cricket why?

  • TS2430 After shutting my 4S down it starts up again without my intervention.

    In the last few days my 4S running 6.0.1 software starts up on its own after I shut it off.  I went to the Apple store and one of the sales people restored my settings and said that would cure it but it did not.  Any thoughts?