Require help,please.Error in Faxing smartform

I am trying to fax a smartform but i am getting the following errors:
I am getting at the first place message 672 in SOST with waiting status.
"waiting for communications service".
If i send it from SOST then message 821 comes up with error status.
"Cannot process message in node, parameters cannot be converted".
Can anyone please help?
Thank you,
Regards,

hi Philips,
seems the error caused by lower case for infoobject InfoObject ZSITMDESC
'Cash box, 5 x 7 x 7, small 577'
try in transfer rules or update rules, translate it to upper case,
create routine, and choose field where infoobject ZSITMDES assigned
in transfer rules
result = tran_structure-fieldname.
translate result to upper case.
(use  result = tran_structure-/bic/ZSITMDES if the same infoobject used)
or in update rules
result = comm_structure-/bic/ZSITMDES.
translate result to upper case.
hope this helps.

Similar Messages

  • HELP PLEASE - ERROR ON PANSONIC P50VT20B AND Panso...

    HELP PLEASE - ERROR ON PANSONIC P50VT20B AND Panasonic HOME CINEMA SC-BTT775.
    the moment i login using the tv or blu-ray i cannot choose anything other than ' Back to homepage ' message which is displayed under my contactlist on tv... at times it says too many contacts... Kindly help... the camera is skyoe ty-cc10w for panasonic tv's and blu-ray...

    Same issue

  • Pls Help:internal error while executing smartform

    hi experts..
    I am getting the following error when i try to execute a smartform:
    Internal error: (FORM = TEXT_ANALYSIS, ID = {E, RC =   
    Please help.
    I am not abke to proceed further.
    Regards
    Srihari.

    Hi,
    If you want to include text in the smart form you can create a standard text in SO10.
    1. Enter Text Name. For example, ZABC
    2. Text ID ST
    3. Language EN
    Click on Create and enter the Required Information and save.
    To include the Standard text in SmartForm.
    1. Create a text node in the window.
    2. Under general attributes select "Include text" as Type.
    3. Specify the fields under Text.
    Text Name ZABC
    Text Object TEXT
    Text ID ST
    Language EN.
    If tthe include text has to be read from any document, you can accordingly give the attributes like
    Text Name  - Document number
    Text Object - header or item object type
    Text ID  - ID of the text (you can get these details in your document)
    Language EN.
    Hope it helps.
    Regards.

  • Help please error 552 plus not being recognised by computer on 8520

    Hi
    I was wondering if anyone could help I have tried everything to fix the 552 error on my curve 8520 but nothing is working and now the phone will not connect to my laptop, I have tried apploader now it says current device is up to date, desktop software says cannot connect to device (from the start) and phone does not do anything except sit on with a white screen with "reload software 552" written on it.
    Could someone please help?  
    Solved!
    Go to Solution.

    Hi Davidemmy2
    Welcome to BlackBerry Support Forums
    As your device is not detecting you can try Application loader to force the detection of your device to load the OS ,please refer to the Knowledge Base Article :
    KB10144  : How to force the detection of the BlackBerry smartphone using Application Loader
    But remember in this process you will lose all data within your device, I hope you have your Backup.
    Additional Information : KB18751 : Error " Reload Software :552 " is displayed on the BlackBerry smartphone.
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • HELP PLEASE - error 545

    help , my phone recently had been charging overnight and i wake up with a white screen syaing error and i just restart it and it goe sback to normal but today it done it and when i reboot it, it just goes to the whit escreen again, i downloaded the blackberry desktop softward and i am trying to connect my phone to it but it says its unable,help me please!

    Hi siobhansinead_99
    Welcome to BlackBerry Support Forums
    If a Battery pull restart is unable to fix your device this time then follow this Knowledge Base Article to recover your device from this JVM Error 545 :
    KB10144  : How to force the detection of the BlackBerry smartphone using Application Loader.
    Please note , the above method will delete all data within your device , I hope you have a previous backup from which you can restore .
    Additional Inforrmation :
    KB12077 : "JVM error 545" appears on the BlackBerry smartphone
    Click " Like " if you want to Thank someone.
    If Problem Resolves mark the post(s) as " Solution ", so that other can make use of it.

  • Help please: error in deploying sample googleflow application

    Hi,
    I am trying to deploy the sample tutorial of googleflow, I have even changed the proxy setting of jdeveloper..i have added localhost in proxy exception list..application server connection & integration server connection is ok..but still getting the error of accessing the wsdl as shown below....please help !!!
    BUILD FAILED
    E:\product\10.1.3.1\OracleAS_2\bpel\samples\tutorials\128.GoogleFlow\GoogleFlowWithSensors\build.xml:79: A problem occured while connecting to server "localhost" using port "8888": bpel_GoogleFlowWithSensors_1.0.jar failed to deploy. Exception message is: ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "GoogleFlowWithSensors" (revision "1.0"): Failed to read wsdl.
    Error happened when reading wsdl at "E:\product\10.1.3.1\OracleAS_2\bpel\domains\default\tmp\.bpel_GoogleFlowWithSensors_1.0_ad22c84cfb6e04057f27bedbbcbcf2da.tmp\GoogleSearchRef.wsdl", because "Error reading import of file:/E:/product/10.1.3.1/OracleAS_2/bpel/domains/default/tmp/.bpel_GoogleFlowWithSensors_1.0_ad22c84cfb6e04057f27bedbbcbcf2da.tmp/GoogleSearchRef.wsdl: Failed to read wsdl file at: "http://api.google.com/GoogleSearch.wsdl", caused by: java.net.ConnectException. : Connection refused: connect".
    Make sure wsdl exists at that URL and is valid.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at.....................
    Message was edited by:
    user621834

    I also face the same problem. Can some one help us

  • Urgent Help Please, Error with Nested Table

    Hello All,
    I'm trying to create data mining models based on some medical data. I have combined two tables (Patients) and (tumors) into one table (cancer_patients). In the (cancer_patients) table there is one column (tumors) as nested table column. So I got the following error (ORA-22913) about the nested table. I need an advice about how to fix this error in ODM please
    This is the code of the tables
    CREATE TABLE "DSS2_MINING"."PATIENTS"
       (     "PATIENT_ID" VARCHAR2(10 BYTE) NOT NULL ENABLE,
         "REGISTRY_ID" NUMBER(10,0),
         "RACE" VARCHAR2(2 BYTE),
         "***" VARCHAR2(1 BYTE),
         "BIRTHDATE_YEAR" NUMBER(4,0),
         "NUMBER_OF_PRIMARIES" NUMBER(1,0),
         "VITAL_STATUS_RECORD" VARCHAR2(1 BYTE),
         "CAUSE_OF_DEATH" VARCHAR2(5 BYTE),
         "SURVIVAL_TIME" VARCHAR2(4 BYTE),
         "SURVIVAL_TIME_FINAL" NUMBER,
         "SURVIVAL_VARIABLE" VARCHAR2(1 BYTE),
          CONSTRAINT "PATIENTS_PK" PRIMARY KEY ("PATIENT_ID");
    CREATE TABLE "DSS2_MINING"."TUMORS"
       (     "TUMOR_ID" NUMBER NOT NULL ENABLE,
         "PATIENT_ID" VARCHAR2(10 BYTE),   -- FK
         "SEER_RECORD_NUMBER" NUMBER,       -- This column contain a sequance number of the records for each patients
         "MARITAL_STATUS" VARCHAR2(1 BYTE),
         "AGE" NUMBER,
         "DATE_OF_DIAGNOSIS" DATE,
         "HISTOLOGY_GROUP" VARCHAR2(2 BYTE),
         "BEHAVIOR" VARCHAR2(1 BYTE),
         "GRADE" VARCHAR2(1 BYTE),
         "DERIVED_AJCC_STAGE_GROUP" VARCHAR2(2 BYTE),
         "STAGE_OF_CANCER" VARCHAR2(2 BYTE),
         "RADIATION" VARCHAR2(1 BYTE),
         "CS_SCHEMA" VARCHAR2(2 BYTE),
         "FIRST_PRIMARY_IND" VARCHAR2(1 BYTE),
         "TUMOR_SIZE" NUMBER(4,1),
         "TUMOR_EXTENSION" VARCHAR2(2 BYTE),
         "LYMPH_NODES" VARCHAR2(1 BYTE),
         "NODES_POSITIVE" NUMBER,
         "ESTROGEN" VARCHAR2(3 BYTE),
         "PROGESTERONE" VARCHAR2(3 BYTE),
         "SURGERY" VARCHAR2(2 BYTE),
          CONSTRAINT "TUMORS_PK" PRIMARY KEY ("TUMOR_ID");
    create or replace type tumor_object AS
    object(
    tumor_id VARCHAR2(1),  
    marital_status VARCHAR2(1),  
    age NUMBER(3),  
    date_of_diagnosis DATE, 
    cs_schema VARCHAR2(2),  
    histology_group VARCHAR2(2),  
    behavior VARCHAR2(1),  
    grade VARCHAR2(1),  
    first_primary_ind VARCHAR2(1),  
    tumor_size NUMBER(4,   1),  
    tumor_extension VARCHAR2(2),  
    lymph_nodes VARCHAR2(1),  
    nodes_positive NUMBER(4),  
    surgery VARCHAR2(2),
    radiation VARCHAR2(1)
    create or replace type tumor_table as table of tumor_object;
      CREATE TABLE "DSS2_MINING"."CANCER_PATIENTS"
       (     "PATIENT_ID" VARCHAR2(10 BYTE) NOT NULL ENABLE,
         "RACE" VARCHAR2(2 BYTE),
         "***" VARCHAR2(1 BYTE),
         "NUMBER_OF_PRIMARIES" NUMBER(1,0),
         "TUMORS" "DSS2_MINING"."TUMOR_TABLE" ,
         "VITAL_STATUS_RECORD" VARCHAR2(1 BYTE),
         "CAUSE_OF_DEATH" VARCHAR2(5 BYTE),
         "SURVIVAL_TIME_FINAL" NUMBER,
         "SURVIVAL_VARIABLE" VARCHAR2(1 BYTE),
          CONSTRAINT "CANCER_PATIENTS_PK" PRIMARY KEY ("PATIENT_ID")
       NESTED TABLE "TUMORS" STORE AS "TUMORS_STOR_TABLE"Then, I have transferred the data using
    INSERT
      INTO CANCER_PATIENTS
      SELECT  PATIENT_ID,
              RACE,
              NUMBER_OF_PRIMARIES,
               SELECT  CAST(
                            COLLECT(
                                    TUMOR_OBJECT(
                                                 TUMOR_ID,
                                                 MARITAL_STATUS,
                                                 AGE,
                                                 DATE_OF_DIAGNOSIS,
                                                 CS_SCHEMA,
                                                 HISTOLOGY_GROUP,
                                                 BEHAVIOR,
                                                 GRADE,
                                                 FIRST_PRIMARY_IND,
                                                 TUMOR_SIZE,
                                                 TUMOR_EXTENSION,
                                                 LYMPH_NODES,
                                                 NODES_POSITIVE,
                                                 SURGERY ,
                                                 RADIATION
                            AS TUMOR_TABLE
                 FROM  "TUMORS" T
                 WHERE T.PATIENT_ID = P.PATIENT_ID
              VITAL_STATUS_RECORD,
              CAUSE_OF_DEATH,
              SURVIVAL_TIME_FINAL,
              SURVIVAL_VARIABLE
        FROM  PATIENTS PThanks
    A.L
    Edited by: user9003901 on Nov 30, 2010 12:23 AM

    Hi
    i was using AWM since 9i just because it creates OLAP metadata with a new API called CWM2, and Oracle Enterprise Manager was using a propietary API .
    With AWM 10.1.0.4 building your OLAP metadata is very simple, you can define your Dimensions, cubes, measures and even you can load your data from your source system.
    You can refer to the Oracle® OLAP Application Developer's Guide where you can find more information on this tool.
    And relative to your error i will recommend that you build on a dimension-by-dimension basis and try to validate your OLAP Metadata.
    Regards

  • HELP PLEASE error code -36

    I Have a MAC PRO, which I use for Photography. I have 2 external hard drives (WD 500GB)for storing my images. Just the other day loading images on and got this message ( The Finder cannot complete the operation because some of the data in smb://..... could not be read or written. (Error code -36). I am using a NIKON D200. Can anyone help.

    i have the same problem,
    I just bought 2 new elements western digital 320 gig hardisk...
    THis is what happened.
    I was trying to load movie files in both of my HArd disk. I loaded the first harddisk from a PC successfully, .. Then I bought a new MACbook with leopard, 2 gig processor, 2 gig ram.
    I tried using the new macbook to copy the files of the first haddisk to the 2nd harddisk.
    then I got error code 36 ..this is the exact error.
    <The finder cannot complete the operation because some data in "elephantdreamhd.avi" could not be read or written. (Error code-36)>
    I was so disappointed. Good thing I didnt trow my old acer PC,aspire 5672wlmi,1.66gig processor,1gig ram, that i used to load the 1st HD. I tried to copy all the files from first HD to the 2nd HD and it is successful using the PC. no problems at all.
    When I finish copying,, i tried to replicate the problem again in MAC by deleting the file that has caused the error in MAC and recopying again using macbook,, and viola,,same error in mAC,,.error code 36..
    actually i'm copying a lot of avi files, then i first encountered the error, i just tried deselecting the file that caused the error, then again , it errors out again for a different file. IN pc, no problems at all.
    I don't think the problem is in the HD, both my HD are new and i don't think the problem is only the files. ANd when i tried copying the same files in PC, there were no problems at all. I think the problem is with the MACBOOK. I think finder has a bug.
    I'm a new PC to mac user. I though i will shift to mac permanently, just like most of the people i knew. I thought i'd be one of them because I read a lot of good this about the mac OS already but because of this error 36, i now having a second thought.
    I already read a lot of forums about error code 36, and I did not find any solution.

  • Photoshop problem, novice requires help please!!

    Good morning
    I hope I am on the right page here. I am trying to install Adobe Photoshop 2.0 onto my Vista Windows 2000 laptop.
    I have tried many times and have been given 2 seperate unlocking codes, but for some reason these codes are not being accepted and a fatal error message like below comes onto my screen.......
    Error code 0000005
    Address 757ecb8b
    Now I'm no techno whizz and I have no idea how to solve this problem. Please could anyone out there provide some advice?
    Many thanks in advance
    Steve

    SteveA1968 wrote:
    I am trying to install Adobe Photoshop 2.0 onto my Vista Windows 2000 laptop.
    Do you mean Photoshop CS2 or Photoshop Elements 2.0?
    They are both old.
    If the first, where did you buy it?
    If the second, ask in the Elements forum.
    http://forums.adobe.com/community/photoshop_elements

  • Urgent help please: error at bi_checkconfig when validate OLAP metadata....

    dear friends,
    i used oracle database 10g Release 1 which i've patched it with Oracle 10.1.04 patchset, Oracle JDeveloper 10g (Version 10.1.2.1.0, build 1913) and bibeans 10.1.2.1 to build Business Intelligence based Application.
    first, i create OLAP metadata ( like: dimensions, level, cube, measures ) with Oracle Enterprise Manager Database Control, i design my cube in star schema format and store my OLAP metadata in COBA_OLAP schema that i've created before.
    After all my job with OLAP metadata finished, then i go to command prompt and validate my OLAP metadata with utility that brought by Oracle BIBeans 10.1.2.1 called bi_checkconfig
    i validate my OLAP metadata by executing this command from command prompt:
    C:\jdev1012\bibeans\bi_checkconfig>bi_checkconfig -h localhost -po 1521 -sid kuliah -u COBA_OLAP -p wysiwyg -q
    BI Beans Diagnostics(v1.0.2.0) 10/18/05
    ==============================================================================================================
    JDEV_ORACLE_HOME.......................................................................................................     = C:\jdev1012
    JAVA_HOME......................................................................................................................     = C:\jdev1012\jdk\jre
    JDeveloper version................................................................................................................     = 10.1.2.1.0.1913
    BI Beans release description.................................................................................................     = BI Beans 10.1.2 Production Release
    BI Beans component number................................................................................................     = 10.1.2.67.0
    BI Beans internal version.......................................................................................................     = 3.2.2.0.24.2
    Connect to database.............................................................................................................     = Successful
    JDBC driver version...............................................................................................................     = 10.1.0.42
    JDBC JAR file location..........................................................................................................     = C:\jdev1012\jdbc\lib
    Database version..................................................................................................................     = 10.1.0.4.0
    OLAP Catalog version............................................................................................................     = 10.1.0.4.0
    OLAP AW Engine version......................................................................................................     = 10.1.0.4.0
    OLAP API Server version.......................................................................................................     = 10.1.0.4.0
    BI Beans Catalog version.......................................................................................................     = N/A; not installed in COBA_OLAP
    OLAP API JAR file version.....................................................................................................     = "10.1.0.5.0"
    OLAP API JAR file location....................................................................................................     = C:\jdev1012\jdev\lib\ext
    Load OLAP API metadata .....................................................................................................     = unsuccessful
    Error: An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    my log file at C:\jdev1012\bibeans\bi_checkconfig\bi_error.log looks like this :
    ============================================================================
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    1) An error occurred during olap API metadata retrieval. This is probably caused by inconsistent metadata.
    ============================================================================
    oracle.express.ExpressServerExceptionError class: Unknown Error
    Server error descriptions:
    INI: A system failure occurred., Generic at TxsOqConnection::getDefaultDatabase
         at BICheckConfig.checkConnection(BICheckConfig.java:277)
         at BICheckConfig.main(BICheckConfig.java:1367)
    i really need help to fix this problem, any kind of solutions will be very appreciated...
    best regards,
    amiril

    Hi
    i was using AWM since 9i just because it creates OLAP metadata with a new API called CWM2, and Oracle Enterprise Manager was using a propietary API .
    With AWM 10.1.0.4 building your OLAP metadata is very simple, you can define your Dimensions, cubes, measures and even you can load your data from your source system.
    You can refer to the Oracle® OLAP Application Developer's Guide where you can find more information on this tool.
    And relative to your error i will recommend that you build on a dimension-by-dimension basis and try to validate your OLAP Metadata.
    Regards

  • Help please - error message while installing mobi usb card modem

    Hello,
    I keep getting an error message while trying to install a mobi usb card modem onto my g4. The message is "error encountered while running the installationcheck tool".
    I've never seen this message before, can't find any info about it. I'd really appreciate any help, we don't have any mac support where I live (and mobi have no idea).
    Thanks!

    Yzmina,
    Make sure your USB card is compatible with the Mac and also, connect a USB device to see if the card is working.
    You don't say what kind of Mac you have, but didn't most G4s have an internal modem.
    What software are you trying to install - Macs usually don't need third party software for USB cards.
    A little more information will help people solve your problem.

  • Quick Time help Please Error-50

    I upgraded to 7.4.1 now I can not play movies from my hard drive, on the web throught my browser yes but not local... I have a HP AMD64 os vista 4gigs of ram.. Does anyone have an idea please..
    Thanks
    Doug

    Not precisely the same error, but take a look at this thread. https://discussions.apple.com/message/21759467#21759467
    Russ

  • Urgent help please: Error on opening MW project

    Hi
    I have a similar error message to the one in this thread
    error loading project
    One day I was using MW and all was fine, the next day it blows up when trying to open a project. We use CVS - is it possible that the NullPointerException would occur if a configuration file had been removed or altered outside of MW (although I have never done this)?
    Where can I look to get more information on what MW is choking on?
    Many thanks
    James

    Don
    Thanks for your help. This occurs with 9.0.4.4
    I have filed a TAR because this now urgent for us (holding up the development team).
    I think that Karen Moore has looked at the problem in the related post and I hope that she gets the chance to look at this too.
    James

  • Dreadful Installation Mess requires help please!

    I told you I was techno-challenged!
    The reconditioned G4 below came with just the two OS.
    I have successfully installed Pagemaker 7 and Photoshop in Classic and they appeared to run without problems.
    I have subsequently tried to install my two printers using original CDs:
    HP Deskjet 930C
    Samsung ML6060 Laser
    and my Lide80 Scanner
    ... with three results.
    a) Neither printer is available in chooser, OS9.2.2
    b) Neither will instal on OSX Tiger (in fact the computer switches from OSX to OS9 when I try).
    c) I now have freeze-up when I go into Classic.
    It seems there is a conflict somewhere although both installation CDs state that they can be used with both systems.
    HP say that a driver is already installed on Tiger.
    Where do I go from here please?
    I have DiskWarrior and can also zap Pram if you think that might help but it won't install the printers of course.
    Forgive my ignorance in these matters and thanks for any help.

    Hi, Peter -
    Try booting into OS 9 with Extensions Off. To do that, boot or restart the machine into OS 9, immediately press the Shift key, keep it held down until you get the "Extensions Off" message on the Welcome screen.
    If it boots okay that way, then try booting with Mac OS All as the selected extension set. To do that, boot or restart into OS 9, immediately press and hold down the Spacebar, keep it held down. Extensions Manager should open just before extensions would normally start to load. At that point, select Mac OS All as the selected set in the pulldown menu by that name in the Extensions Manager window, and resume the startup.
    Since your OS's appear to be on different partitions, provided your G4 is an (AGP) or later model you can use Startup Manager to select which OS to boot the machine to during startup -
    Article #106178 - Startup Manager: How to Select a Startup Volume

  • Help Please: Error 2095 when I try to run Quicktime

    I'm running XP and am trying to install iTunes and Quicktime to get my son's iPod working.
    I've looked at many of the threads here and have tried many of the solutions (and spent hours on the phone with Apple and Microsoft support), but no success. I've used Install Clean Up to get rid of first installations, deleted files from C:Program Files and System 32, deleted Quicktime from the registry, rebooted without background processes (including Norton), downloaded (again) the stand-alone version of Quicktime and intstalled, but still I get error 2095 - "Quicktime failed to initialize".
    I've also noticed that when I try to remove a Quicktime installation with "Add/Remove Programs" I get the following error message: "Could not access HKEY_LOCAL MACHINE\SOFTWARE\Apple Computer, Inc.\Quicktime\Registry Backup\Content Type". Thus, my earlier decision to delete Quicktime from the registry and re-install.
    Anybody out there have any ideas? Thanks.

    okay, let's try getting an install log for an itunes 7 install to the Apple Engineers for a look. (that may cast some light on what is going on with the QT part of the installation proceedings.)
    1. Open a commnd prompt window. (Start menu -> Run. Type in "cmd". Hit return.)
    2. Drag and drop iTunesSetup.exe onto the window so that the full pathname of the file is at the command line prompt.
    3. Type in a space, then the following line:
    /l*v C:\log.txt
    4. Hit return.
    5. The installer will create a log file:
    C:\log.txt
    Find that file and send it to this email address Put the URL to this discussion thread into the email, so that the person who gets it has some context … in general, give as much info as you can.

Maybe you are looking for

  • Forms 3.0 and Reports 1.5

    Hi everyone, Will forms 3.0 and reports 1.5 work with Oracle 8.x. If yes then how is it done. If no then is there a way to convert forms 3.0 and reports 1.5 applications to forms 4.5 and reports 3.0 i.e. from a character mode platform to GUI mode. Th

  • Mac mini doesn't recognize TV

    I've hooked my new Mac mini up to my TV using an S Video adapter (the DVD player the mini will be replacing used S Video, so I assumed it would work fine). It's connected as auxiliary input, but when I switch the TV to auxiliary and boot up the mac m

  • Report showing sum of Budget/actual cost of WBS elements from diff proj

    Hi, i need to display consolidated budget/cost report for separate projects. (example PROJ 1 and PROJ 2) in both projects, they have similar structure of WBS (same descriptions etc..) in reports i can run both project but the values are summarized fo

  • Mass delete all report subscriptions in SharePoint integration mode

    Hi - what is the best way to delete all of subscriptions on 100's of reports not the shared schedules in a SharePoint library and folders.   I know you can go into Reportserver database and delete from reportsschedule, subscriptons and schedule table

  • What are future records in OM ?

    [/thread/1320963 [original link is broken]; Any body any idea what are future records in OM? Regards sas