GETWA_NOT_ASSIGNED error while scheduling job through F9

Hi All,
i am getting <b>GETWA_NOT_ASSIGNED</B> dump while scheduling a job through F9 and giving local printer as LP01.
any pointers regarding this ?
thanks
kunal kishan

Hi Ankesh,
can you please elaborate on this.???
Basiclly when i am trying to schedule a job by pressing F9 and setting it to immediate. when i chek in SM36, the job gets cancelled. The dump says "GETWA_NOT_ASSIGNED" error. The source code where the error is soming is a refresh statement.

Similar Messages

  • Regarding error while scheduling Job Server (rapid mart)

    hi friends
    iam new to bods we are using BODS 3.2 source r/3 and target is MYSQLSERVER . and we have installed rapidmarts
    General_ledger_rapid mart during scheduling the job fails and got and
    erorr
    Transform EID_2_Rename_ConvertDateToChar Cannot convert string <1900.01.01 00:00:00> to date using format string <YYYY-MM-DD>.
    (12.2) 02-11-12 04:59:09 (W) (1124:11052) RUN-053006: |Data flow DF_FinDocFactNewGL_SAP|Embedded Dataflow Copy_1_EDF_FinDocFact_SAP|Transform EID_2_Rename_ConvertDateToChar
    please help how to rectify this step by step ( as iam new )
    please

    thanks suneer
    can you please explain if i find the problem and rectify
    and after that how could i schedule the jobs ( as it is a rapid mart it contains number of data flow) so,
    how should i schedule or do i need to schedule this DF only in the designer or through Data Service Management console
    I think if i schedule it will again schedule all the jobs in the rapid mart ( i want to schedule only one DF which is eror so, how should i do)
    and if it is"? it will show duplicate reports
    please suggest
    thanks

  • Error while scheduling VerifyDB in DB13

    Hi,
    I am facing an error while scheduling VerifyDB through DB13 in my SAP ECC 6.0 system. This problem is occuring in the entire landscape(Dev, Quality & Prod) after i did an oracle upgrade from 10.1.0.4 to 10.2.0.2. The error is as below:
    BR1301W Error message from likeywlib:
    ===...could not load SSF library libsapsecu.so .
    BR1301W Error message from likeywlib: likey_init: Couldn't load SAPSECULIB ("libsapsecu.so") using function SsfSupInit (), rc = 10.
    BR1302E Initialization of license key library likeywlib failed, return code 1
    BR0602E No valid SAP license found - please contact SAP
    I also checked the note 912969 which gives the below solution:
    The error is corrected in BRSPACE 7.00 patch 10
    But the BRSPACE is already on a higher patchset (18). Patch 10 is already applied.
    Can somebody please guide me on this.
    Thanks & Regards,
    Smitha

    Hi Andreas,
       the error is exactly the same.
    The database is Oracle 10.2.0.2 and the backup is performed with a mix of BRtools and Legato.
    Any idea?
    Thanks
    Gianluca

  • Error while scheduling through web service

    We have created Web service through WSDL of OBI Publisher. Also we created a web service proxy client to call the services offered by OBI Publisher. We actually want to  "Automate the Scheduling of Reports" according to our requirement:
    1. We used to schedule the reports manually by giving the parameters(used to populate data in reports) and other fields like select report name, report destination, format of reports ( .pdf, .docx,etc) through Oracle BI Publisher.
    2. As there are thousands of permutations of report input parameters possible, so it is difficult to schedule them manually. 
    3.We also want to schedule report to a particular folder according to some parameter, for the ease of the user visibility.
    Above requirements are not currently available with Oracle BI Publisher.
    We are getting error while scheduling through ScheduleRequest class.
    The client.java is as follows:
    public class ScheduleServiceClient
      @WebServiceRef
      private static ScheduleService_Service scheduleService_Service;
      public static void main(String [] args)
        scheduleService_Service = new ScheduleService_Service();
        ScheduleService scheduleService = scheduleService_Service.getScheduleService();
        // Add your code to call the desired methods.
        try {      
                    FTPDeliveryOption ftpdo =new FTPDeliveryOption();
                    ftpdo.setFtpServerName("ServerName");
                    ftpdo.setFtpUserName("Username");
                    ftpdo.setFtpUserPassword("Password");
                    ftpdo.setRemoteFile("/path/TestFile");
                    ftpdo.setSftpOption(true);
                    List<FTPDeliveryOption> listobj=new ArrayList<FTPDeliveryOption>();
                    listobj.add(ftpdo);
                    ArrayOfFTPDeliveryOption ar =new ArrayOfFTPDeliveryOption(); 
                    ar.setItem(listobj);
                    DeliveryChannels dc = new DeliveryChannels();
                    dc.setFtpOptions(ar);
                    ScheduleRequest scheduleRequest = new ScheduleRequest();
                    scheduleRequest.setDeliveryChannels(dc);
                    scheduleRequest.setJobLocale("en-US");
                    scheduleRequest.setUserJobName("Job_1_WebService"); 
                    scheduleRequest.setDataModelUrl("Url");
                    scheduleRequest.setStartDate("Mar 27, 2015 12:40:00 PM");
                    scheduleRequest.setJobTZ("[GMT+05:30] Calcutta, Chennai, Mumbai, New Delhi");
                    String userID = "BI_Publisher_Username";
                    String password = "BI_Publisher_Password";
                    scheduleService.scheduleReport(scheduleRequest,userID,password);
                } catch(Exception exception) {
                    exception.printStackTrace();
    Snapshot of error is attached.
    Kindly suggest the way of getting out of this error.

    Hi
    Check this thread
    WD Message Manager
    Reward opints if usefull....

  • PC:Regulation and Regulation Configuration fields appears blank, while Scheduling Job

    Hi All,
    The regulation drop down does not show any entry,while scheduling job(Automated Monitoring -> Continuous monitoring scheduler)
    So, i tried to create regulation, for which i  got below error., while creating a Regulation Configuration
    i have been through SAP GRC Process Control - Not Displaying Regulations in Organizations menu
    I understand that it might be due to incomplete configuration in SPRO. So, could you anyone suggest on this.
    fyi, i have activated all BC sets
    Regards
    Plaban

    Hello Sahoo,
    check  the below note and perform the technical steps to make fields available for regulations
    1799427 - How to make fields available to be selected as regulation specific .
    Regulations will not appear until you assign objects to your organization such as Sub processes , policies and Indirect-Entity-Level Controls that have been assigned to regulations.
    Regards
    Baithi

  • 5 error while checking job status

    Hi,
    We are getting the following error when we are trying to check the status of the process chain through FM 'RSPC_API_CHAIN_GET_STATUS':
    5 error while checking job status.
    The real scenario is we are using an abap screen with a button on it. when the user clicks on the button we call the FM 'BP_EVENT_RAISE' to trigger the process chain. once the chain is triggered we are having an endless loop to monitor the status of the chain with FM 'RSPC_API_CHAIN_GET_STATUS' untill the chain status turns green ie G.
    Now while monitoring the status it randomly throws me the above error. it seems to work sometimes and other times it gives the popup with the said error.
    Can anybody help why we get the error.
    Regards,
    Shashank

    Hi Shanshank,
    Try to Debug the FM.
    Rgds,
    Ravi

  • Error while Scheduling Full DB back up?

    Hi gurus,
    I got error while schedule full DB back up. I am follow all the steps.but i got this error.
    1. go to DB13
    2. select Day
    3.select full DB backup
    4.select time
    5.select sid, msdb,inttape,verify backup
    5.add.
    our DB is MS-SQL server Data Base
    client :222   user: admin
    error: User not connected
    2008-04-10 14:28:06.89 Server      Microsoft SQL Server 2005 - 9.00.2047.00 (Intel X86)
         Apr 14 2006 01:12:25
         Copyright (c) 1988-2005 Microsoft Corporation
         Enterprise Edition on Windows NT 5.2 (Build 3790: Service Pack 1)
    2008-04-10 14:28:06.89 Server      (c) 2005 Microsoft Corporation.
    2008-04-10 14:28:06.89 Server      All rights reserved.
    2008-04-10 14:28:06.89 Server      Server process ID is 308.
    2008-04-10 14:28:06.89 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
    2008-04-10 14:28:06.89 Server      This instance of SQL Server last reported using a process ID of 308 at 4/10/2008 2:24:10 PM (local) 4/10/2008 8:54:10 AM (UTC). This is an informational message only; no user action is required.
    2008-04-10 14:28:06.89 Server      Registry startup parameters:
    2008-04-10 14:28:06.89 Server            -d C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf
    2008-04-10 14:28:06.89 Server            -e C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG
    2008-04-10 14:28:06.89 Server            -l C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf
    2008-04-10 14:28:06.90 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2008-04-10 14:28:06.90 Server      Detected 8 CPUs. This is an informational message; no user action is required.
    2008-04-10 14:28:07.06 Server      Set AWE Enabled to 1 in the configuration parameters to allow use of more memory.
    2008-04-10 14:28:07.20 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2008-04-10 14:28:07.21 Server      Attempting to initialize Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2008-04-10 14:28:18.89 Server      Attempting to recover in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC). This is an informational message only. No user action is required.
    2008-04-10 14:28:18.89 Server      Database mirroring has been enabled on this instance of SQL Server.
    2008-04-10 14:28:18.89 spid4s      Starting up database 'master'.
    2008-04-10 14:28:18.96 spid4s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2008-04-10 14:28:19.00 spid4s      SQL Trace ID 1 was started by login "sa".
    2008-04-10 14:28:19.01 spid4s      Starting up database 'mssqlsystemresource'.
    2008-04-10 14:28:19.04 spid4s      The resource database build version is 9.00.2047. This is an informational message only. No user action is required.
    2008-04-10 14:28:19.18 spid4s      Server name is 'ERPPRD'. This is an informational message only. No user action is required.
    2008-04-10 14:28:19.18 spid9s      Starting up database 'model'.
    2008-04-10 14:28:19.29 spid9s      Clearing tempdb database.
    2008-04-10 14:28:19.37 spid9s      Starting up database 'tempdb'.
    2008-04-10 14:28:19.39 spid9s      Analysis of database 'tempdb' (2) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
    2008-04-10 14:28:19.40 spid12s     The Service Broker protocol transport is disabled or not configured.
    2008-04-10 14:28:19.40 spid12s     The Database Mirroring protocol transport is disabled or not configured.
    2008-04-10 14:28:19.40 spid12s     Service Broker manager has started.
    2008-04-10 14:28:19.42 Server      A self-generated certificate was successfully loaded for encryption.
    2008-04-10 14:28:19.43 Server      Server is listening on [ 'any' <ipv4> 1433].
    2008-04-10 14:28:19.43 Server      Server local connection provider is ready to accept connection on [
    .\pipe\SQLLocal\MSSQLSERVER ].
    2008-04-10 14:28:19.43 Server      Server named pipe provider is ready to accept connection on [
    .\pipe\sql\query ].
    2008-04-10 14:28:19.43 Server      Server is listening on [ 127.0.0.1 <ipv4> 1434].
    2008-04-10 14:28:19.43 Server      Dedicated admin connection support was established for listening locally on port 1434.
    2008-04-10 14:28:19.43 Server      The SQL Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Error: 0x54b. Failure to register an SPN may cause integrated authentication to fall back to NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies.
    2008-04-10 14:28:19.43 Server      SQL Server is now ready for client connections. This is an informational message; no user action is required.
    2008-04-10 14:28:19.48 spid21s     Starting up database 'msdb'.
    2008-04-10 14:28:19.48 spid23s     Starting up database 'SRM'.
    2008-04-10 14:28:19.48 spid22s     Starting up database 'PRD'.
    2008-04-10 14:28:20.29 spid23s     Analysis of database 'SRM' (6) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
    2008-04-10 14:28:23.40 spid22s     Analysis of database 'PRD' (5) is 100% complete (approximately 0 seconds remain). This is an informational message only. No user action is required.
    2008-04-10 14:28:23.95 spid4s      Recovery of any in-doubt distributed transactions involving Microsoft Distributed Transaction Coordinator (MS DTC) has completed. This is an informational message only. No user action is required.
    2008-04-10 14:28:23.95 spid4s      Recovery is complete. This is an informational message only. No user action is required.
    2008-04-10 14:28:26.37 spid51      Using 'xpsqlbot.dll' version '2005.90.2047' to execute extended stored procedure 'xp_qv'. This is an informational message only; no user action is required.
    2008-04-10 14:28:26.53 spid51      Using 'xpstar90.dll' version '2005.90.2047' to execute extended stored procedure 'xp_instance_regread'. This is an informational message only; no user action is required.
    2008-04-10 14:28:26.57 spid51      Using 'xplog70.dll' version '2005.90.2047' to execute extended stored procedure 'xp_msver'. This is an informational message only; no user action is required.
    2008-04-11 00:00:56.75 spid17s     This instance of SQL Server has been using a process ID of 308 since 4/10/2008 2:28:23 PM (local) 4/10/2008 8:58:23 AM (UTC). This is an informational message only; no user action is required.
    2008-04-11 16:44:23.89 spid112     DBCC CHECKDB (PRD) started at Apr 11 2008  4:44PM with Logfile: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\CCMS_CHECK_DB_HIST_2008.txt
    2008-04-11 16:52:47.53 spid107     DBCC CHECKDB (PRD) started at Apr 11 2008  4:52PM with Logfile: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\CCMS_CHECK_DB_HIST_2008.txt
    2008-04-11 17:00:01.48 spid115     DBCC TRACEON 3605, server process ID (SPID) 115. This is an informational message only; no user action is required.
    2008-04-11 17:00:10.45 spid115     Error: 18204, Severity: 16, State: 1.
    2008-04-11 17:00:10.45 spid115     BackupTapeFile::OpenMedia: Backup device '
    .\tape1' failed to open. Operating system error 2(The system cannot find the file specified.).
    2008-04-11 17:00:10.67 Backup      Unnamed tape was dismounted from drive 'R3DUMP1(
    .\tape1)'. This is an informational message. No user action is required.
    2008-04-11 17:00:10.65 Backup      Error: 3041, Severity: 16, State: 1.
    2008-04-11 17:00:10.65 Backup      BACKUP failed to complete the command BACKUP DATABASE PRD. Check the backup application log for detailed messages.
    2008-04-11 17:00:11.18 Backup      Tape 'Media created 3/29/2007 at 2:43 PM' was dismounted from drive 'R3DUMP0(
    .\tape0)'. This is an informational message. No user action is required.
    2008-04-11 17:00:15.54 spid101     DBCC TRACEON 3605, server process ID (SPID) 101. This is an informational message only; no user action is required.
    2008-04-11 17:00:15.60 spid101     Error: 18204, Severity: 16, State: 1.
    2008-04-11 17:00:15.60 spid101     BackupTapeFile::OpenMedia: Backup device '
    .\tape1' failed to open. Operating system error 2(The system cannot find the file specified.).
    2008-04-11 17:00:15.60 Backup      Unnamed tape was dismounted from drive 'R3DUMP1(
    .\tape1)'. This is an informational message. No user action is required.
    2008-04-11 17:00:15.60 Backup      Error: 3041, Severity: 16, State: 1.
    2008-04-11 17:00:15.60 Backup      BACKUP failed to complete the command BACKUP DATABASE PRD. Check the backup application log for detailed messages.
    2008-04-11 17:00:15.60 Backup      Unnamed tape was dismounted from drive 'R3DUMP0(
    .\tape0)'. This is an informational message. No user action is required.
    2008-04-11 17:02:57.57 spid114     DBCC CHECKDB (PRD) started at Apr 11 2008  5:02PM with Logfile: C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\CCMS_CHECK_DB_HIST_2008.txt
    2008-04-11 18:30:37.75 spid112     DBCC CHECKDB (PRD) WITH no_infomsgs executed by NT AUTHORITY\SYSTEM found 0 errors and repaired 0 errors. Elapsed time: 1 hours 46 minutes 14 seconds.
    2008-04-11 18:54:52.10 spid114     DBCC CHECKDB (PRD) WITH no_infomsgs executed by NT AUTHORITY\SYSTEM found 0 errors and repaired 0 errors. Elapsed time: 1 hours 51 minutes 55 seconds.
    2008-04-11 18:55:25.00 spid107     DBCC CHECKDB (PRD) WITH no_infomsgs executed by NT AUTHORITY\SYSTEM found 0 errors and repaired 0 errors. Elapsed time: 2 hours 2 minutes 38 seconds.
    2008-04-12 00:00:30.75 spid17s     This instance of SQL Server has been using a process ID of 308 since 4/10/2008 2:28:23 PM (local) 4/10/2008 8:58:23 AM (UTC). This is an informational message only; no user action is required.
    This is error
      anybody help me.
    Regards,
    balaram
    Edited by: balaram reddy on Apr 14, 2008 8:44 PM

    If your ECC6 is on SP12 and above, use t-code : DBACOCKPIT or DB13OLD
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a0dc0752-2502-2a10-2a93-94823467ca79

  • Error when scheduling job (JOB_SUBMIT) when execute PC in WAD

    Dear BIers,
      I execute a Process Chain in commond button of WAD, however, I got the error message:
      Job BI_PROCESS_DTP_LOAD could not be scheduled. Termination with returncode 8
      Returncode '8' means ' Error when scheduling job (JOB_SUBMIT).
    Any suggestions are appreciated.
    B.R
    Gerald

    Dear Raju,
    Have you checked SM21? Maybe you have a problem with your TemSe object. If this is the case a basis guy should know how to handle it.
    Greetings,
    Stefan

  • RWI 00200 Error while scheduling the Bex Query based Webi report

    Dear All,
    I am facing the below error while scheduling the Bex Query based Webi report.
    Error:RWI 00200
    We are using BO XI 4.0 Sp05.
    Please advise

    Hi,
    I am on BO 4.0 SP05 Patch 6. Webi reports are just showing processing but not giving results. When I try to create new report it is throwing java security error.
    Tried applet patch upgrade(From link : https://websmp207.sap-ag.de/~sapidb/011000358700000902752013E) for webi certificate but didn't help.
    Please suggest what could be done.
    Thanks and Regards,
    Ankit Sharma

  • INVALID_QUEUE_NAME :  Error while scheduling message using qRFC

    Hello SDNers
    We are currently performing our PI 7.1 upgrade and one of our scenario uses a Sender SOAP of the type EOIO. We tried executing this scenario in PI 7.1 XID environment and in it worked fine without any errors but in our PI 7.1 QA environment it is giving the following errors
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Message Split According to Receiver List
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">SCHEDULE_ERROR</SAP:Code>
      <SAP:P1>XBQOC___*</SAP:P1>
      <SAP:P2>INVALID_QUEUE_NAME</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:Stack>Error while scheduling message using qRFC (queue name = XBQOC___*, exception = INVALID_QUEUE_NAME)</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    Can you please exaplian what could be the issue we are facing.
    Thanks.
    Kiran
    Edited by: Kiran Sakhardande on Oct 22, 2008 4:08 PM

    HI Kiran,
    Have gone throgh the following link?
    INVALID_QUEUE_NAME
    Regards
    Sridhar Goli

  • Error while processing payment through F110

    Hello
    I am getting the following error while processing payment through F110
    > Payment method selection for items due now to the amount of EUR          287.32-
    > Payment method "Q" is being checked
    > Bank details are being checked
    >     Customer/vendor bank details are being checked
    >   System reads house banks and checks if they are allowed
    > Our bank BBVA is being checked
    > Bank different from the specified bank CAIXA in master record or items
    >   House bank is selected ...
    > No permitted payment method exists
    Information re. customer 220912 / paying company code ES4 ...
    ... payment not possible because of reported error
    I have created one payment method "Q" & in ranking order only House bank given as BBVA. I m not able to under stand where to make correction to make this resolved

    Check if different House bank is assigned in Customer Master record - Co code - Payment transactions.

  • Error while check printing through f-58

    Error while check printing through f-58 is showing following  for company code xxxx
    1. Fiscal year variant z4 not defined or maintained for date 01/06/08 .
    (Fiscal year variant Z4 not defined or maintained for date 01/09/2009
    Message no. GMMASTERDATA108)
    2.the payment made is not recorded in the SAP system.
    when you see the print preview of check then in plase of amount and invoice date its showing as
    Kindly refer tthe payment advice for the invoce details.
    Is there any solution to this?
    Regards,
    Yojana.

    Hi,
    i have check periods are open till 2010.
    and parameters for fiscal year variant are also correct.
    In FBZP i have check configuration there is no prob in it.
    any solution on this?
    Regards,
    Yojana.

  • Error while working samba through Windows XP+SP2

    Subject: Error while working samba through Windows XP+SP2
    Hi,
    I have problem with SAMBA Server on SOLARIS 10.0 while browsing shares through MS Windows XP Pro + SP2.
    Descriptions:
    1) SAMBA Configuration:
    #==== global settings ======
    [global]
    security = user
    hosts allow = 192.168.9. 200.0.0. 127. 127.0.0.1
    unix password sync = yes
    remote announce = 200.0.0.255/Workgroup
    192.168.9.255/workgroup
    remote browse sync = 200.0.0.255 192.168.9.255
    restrict anonymous = yes
    root directory = %H
    deadtime = 5
    #==== shares ======
    [homes]
    comment = Directory for User: %U
    browseable = no
    writable = yes
    [%U]
    comment = Private Directory for User: %U, R.Host: %m
    path = %H
    valid users = %U
    browseable = yes
    read only = no
    profile acls = yes
    [temp]
    comment = Temporary file space
    path = /tmp
    read only = no
    public = yes
    2) This configuration tested with MS Windows 2000 family and Windows XP Pro+SP2
    When I'm going to browse server by windows family stations, server asked for username/password, after authentication on both clients (Win XP and Win 2000) the share list appears correctly. for browsing shares contents through windows 2000 I have no problem but when i want to browse shares contents with windows xp+sp2 error message appears with "Access denied." subject.
    How can I solve this problem?
    Any help would be greatly appreciate.
    M.Chitsaz

    UPDATE
    i was able to connect and synced songs yesterday.
    but when i tried it again today. i cant connect again.
    i tried to disconnect and reconnect million times and i even dropped
    my iPOD and now it has some scratch and i hate it.

  • Possibility of deleting the scheduled jobs through reports

    hi friends
    is it possible to delete the schedule jobs through report making?
    i mean i have to enter a particular user name
    list of jobs scheduled by him has to be listed
    and selecting the unwanted job have to delete all the jobs
    Thanks and regards
    s.janagar

    Jangar,
    Yes. This can be done. Write a delete statement and use it on the table TBTCO.
    Note: Any other operations can be done on the tables TBTC*
    Thanks,
    Babu Kilari

  • Error while scheduling Background Job for User/Role Full Synchronization

    Hi all,
    We have installed RAR 5.3 Component and uploaded the authorization data & established the connectors to the backend system.
    We have performed all the post installation activities and everything is complete.
    When we have scheduled User -Full Synchronization with the Back End system as  a part of Post Installation Activity we are receiving the below error message
    "Error while executing the Job:Cannot assign an empty string to host variable 2."
    Also the VIEW LOG/ Terminate Job buttons are disabled  in this screen.
    Can somebody please help us in resolving the above issue
    Thanks and Best Regards,
    Srihari.K

    Hi,
    We are copy pasting the error log (Part as it is huge) below here. We could able to do Full Synch for Roles and also for Profiles. Only for User Synch we are getting this error and none of the users are sychronized to RAR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user WILSONA of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user WINDC of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user WLADICHJ of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user WUK of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user ZENGS of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: Update user ZHENGL of HL2-QAHR
    Jan 13, 2009 12:34:27 AM com.virsa.cscext.dao.CSCDAO populateGenObjUser
    INFO: All System Flag:false=====Last Batch Flag:true
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.BatchRiskAnalysis loadUserData
    INFO: @@@ User sync completed for params true: Syskey List is [HL2-QAHR]
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.BgJob run
    WARNING: *** Job Exception: Cannot assign an empty string to host variable 2.
    com.sap.sql.log.OpenSQLException: Cannot assign an empty string to host variable 2.
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.types.VarcharResultColumn.setString(VarcharResultColumn.java:57)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:511)
         at com.sap.engine.services.dbpool.wrappers.PreparedStatementWrapper.setString(PreparedStatementWrapper.java:355)
         at com.virsa.cscext.dao.CSCDAO.updateIgnoredUserData(CSCDAO.java:1388)
         at com.virsa.cscext.dao.CSCDAO.populateGenObjUser(CSCDAO.java:1169)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.populateGenObj(BatchRiskAnalysis.java:868)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.insertBAPIUserData(BatchRiskAnalysis.java:142)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.loadUserData(BatchRiskAnalysis.java:390)
         at com.virsa.cc.xsys.bg.BatchRiskAnalysis.performBatchSyncAndAnalysis(BatchRiskAnalysis.java:1275)
         at com.virsa.cc.xsys.bg.BgJob.runJob(BgJob.java:402)
         at com.virsa.cc.xsys.bg.BgJob.run(BgJob.java:264)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.scheduleJob(AnalysisDaemonBgJob.java:240)
         at com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob.start(AnalysisDaemonBgJob.java:80)
         at com.virsa.cc.comp.BgJobInvokerView.wdDoModifyView(BgJobInvokerView.java:436)
         at com.virsa.cc.comp.wdp.InternalBgJobInvokerView.wdDoModifyView(InternalBgJobInvokerView.java:1225)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         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:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.BgJob setStatus
    INFO: Job ID: 13 Status: Error
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.BgJob updateJobHistory
    FINEST: --- @@@@@@@@@@@ Updating the Job History -
    2@@Msg is Error while executing the Job:Cannot assign an empty string to host variable 2.
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.bg.dao.BgJobHistoryDAO insert
    INFO: -
    Background Job History: job id=13, status=2, message=Error while executing the Job:Cannot assign an empty string to host variable 2.
    Jan 13, 2009 12:34:27 AM com.virsa.cc.xsys.riskanalysis.AnalysisDaemonBgJob scheduleJob
    INFO: -
    Complted Job =>13----
    Please let us know how to resolve this error
    Thanks and Best Regards,
    Srihari.K

Maybe you are looking for

  • How do you get your experts with negative stance for new things / innovations to HANA

    We have over 50 ABAP developer (senior experts). Primarily we develop in the old core module (SD, MM, FI, CO, HR, PP, CS, IH, PS) on ERP systems / business suite. We have three groups of developer: Group 1: They can’t await to work on new architectur

  • Trying to delete files from my finder on my MacBook Pro

    Hi guys, I had some video files that I downloaded and transferred them to my external hard drive which is connected via wireless network. I then deleted the files from my computers hard drive and then emptied my recycle bin/trash. As you can see from

  • ODI behavior is not consistent in case of LKM loading.

    Hi All, I am facing a strange problem in ODI version 11.1.1 Actually, we have couple of interfaces and one master package. We are generating scenario for master package. We are exporting that scenario and keep it at specific location so that our appl

  • I have a Rebel T3i and I can't set ISO to 100

    I get a reading that says can't get ISO 100 because Highlight Tone Priority is enabled - Auto D+.  The only way I can access Highlight Tone Priority is with video setting, I change to disable, hit set then go back to ISO but it still gives me the sam

  • Firewall in set access mode let "allow incoming connections" without me

    I have set up my firewall to allow incoming connections for a file sharing client under "Set Access for specific services and applications", and I noticed that Skype, iChatagent, and Safari all included themselves to be set under allow as well a week