Facing issue in Query output

Hi All,
It is a simple query looking at bookings and shipments for the current quarter by theatre.
Recently we have created a mini project 445 and included the code in CMOD for variables in quarter, year, month and name as 445_quarter, 445_month etc.
This query is very simple and runs fast if we use Time dimension.
But this is not the case if i use 445 varibales.
Why that so?? what might be the reason. i could n'd find the reason.
Can anyone put some light on this issue??
Thanks in advance
Kind Regards,
Shanbagavalli.S

Hi Suchitra,
Check the properties of Info object by changing the infoobject in RSA! tcode.
Check whether you hav taken Medium description in "With Master Data/Texts" tab.
Also check whether the load of Master data too.
hope this helps u...
Regards,
KK.

Similar Messages

  • Issue In query output

    Hello Gurus,
    I am having an issue with query output.Please find below the details of it
    Unsold claims: Total---> 200
    Dispatch: Total--->118,086
    Unsold claims/dispatch--->0.001694
    This should be the output but its coming --.0033120 because itu2019s dividing with max value in dispatch which is 60,386.
    Reason: The aggregation property of Dispatch is max value. I am not supposed to do any changes in Modeling. So can we do any thing at reporting level to get the desired output?
    Desired output---->0.001694
    Output coming---->.0033120
    Please help me in getting the desired output at query level.
    Regards,

    solved with the help of nested exception aggregation

  • Issue with query output

    hi there,
    I have an issue with the display of hours 00:00:00 in the query output in BW.
    The system assumes it as 0 or blank and therefore display it under unassigned hour.
    I am using the reference of 0TIME for this hourly display.
    When I checked the 0TIME i could not find the corresponding SID value for 00:00:00 hours.
    Can anybody please advise what needs to be done?
    Thanks in advance,
    Kind regard,
    Kate

    Hi Kate,
    I am experiencing the same problem as you: an InfoObject, created referencing 0TIME,  represented in the BEX Query as "#" when the Value is "00:00:00".
    How did you work it out?
    The Formula Variable strategy is not applicable in this case because 0TIME is not a key figure !
    Bye
    Aldo

  • Ad-Hoc query output issue

    Hello Experts,
    Recently we have upgraded the system and we are facing issues with Ad-Hoc query output.
    Issue : After entering data in selection fields and click on "OUTPUT" button we  are getting output. now I changed the selection field  data and click on "OUTPUT" button then we are getting message "No Data selected".
    But when clicked on "HIT LIST" button for changed selection fields then we are getting HIT LIST count and after click of "OUTPUT" button we are getting output.
    So at this point this is unclear why it is working after HIT LIST? This is not consistent but appearing most of the time.
    Regards,
    Saurabh

    Thank you for reply. Yes I have checked SQ03, 02 and 01.
    It is not specific to particular query it is appears to be for all the queries.
    The important thing is to get the output we need to click first HIT LIST button and then OUTPUT. Is there any specific settings maintained for displaying output without clicking HIT LIST ?

  • Issue with Saving the Query output data in Excel format

    Hi,
    Recnetly we had upgraded from 4.6c to ECC 6.0.
    In ECc 6.0 environment, when user try to export the query output , we are getting only XML option to save the data.
    But user want to save the data in EXcel format, he was able to do that in 4.6C.
    pleas eprovide some inputs, on this issue.
    Thanks,
    Sanketh.

    I cannot for the life of me imagine, why a link to a post in the 'Business One Forum' where one uses ODBC to transfer query-data to MicroSoft Excel is of relevance to the OPs question, even if the same is not a security issue.
    Never mind. [note 40155|https://service.sap.com/sap/support/notes/402155] deals with various symptoms in the ALV-Excel combination as as of release 4.6C. There are various others, mostly in components BC-SRV-ALV and BC-ABA-LI - also: I remember that when we upgraded from 4.5B to 4.7C there was an issue with Excel-templates -> the solution was in the release notes somewhere. So, in addition to SMP you might want to check the release notes and/or upgrade guide for solutions.
    And yes, moderators ... this is not a security issue, this should go to ECC-Applications/Upgrade.

  • Issue in Report output

    Issue in Report output
    I am facing strange issue. I have created a BEx query and Executed in Bex analyser. In this output I can able to see * mark as values instead of KF.
    Anyone can help me in this.

    hi,
    can you use NODIM functionality and see .
    Ravi

  • Need help on resolving the issue with adobe output server - error MSG256 & MSG 210 not in .ini file

    Hi,
    I am using adobe output designer 5.5 for designing the label template and using the Adobe output server for printing process.
    In the Jfmerge.ini we given the condition "DiscardUnknownFields=Yes" for ignoring the unwanted fields in the .dat file.
    During the process, I faced some issue with the output server in printing the labels.
    When the .dat file is placed in the Data folder of adobe, the label is not getting printed in the printer.
    The file is move to the error folder and an error file is getting generated which contains the error message as given below:
    090826 02:59:02 D:\Program Files\Adobe\Central\Bin\jfmerge: [256]** Message Msg256 not in .ini file **
    090826 02:59:02 D:\Program Files\Adobe\Central\Bin\jfmerge: [210]** Message Msg210 not in .ini file **
    2009/08/26 02:59:02 D:\Program Files\Adobe\Central\Bin\jfserver.exe: [314]Agent exit message: [210]** Message Msg210 not in .ini file **
    The output server is a new installtion and I verified the Jfmerge.ini file. It contains the message details of Msg256 and Msg210.
    I also verified the license and it is a valid licence.
    Kindly help me out in solving this issue.
    Thanks
    Senthil

    I assume this is too late to help you, but other might need a hint.  I had the same problem, and found some possible causes that I posted on http://codeznips.blogspot.com/2010/02/adobe-output-server-message-msg210-not.html.
    It is quite likely that you are missing some double quotes around the path specifying the ini file (-aii), if its installed under "Program Files".
    Hope this helps anyone....
    Vegard

  • Central Management server - executed a query but how to send the query output in the form of mail?

    Hi All,
    i have used CMS in SQL 2008 R2. i have added couple of servers in its group. i have executed a query & i need to send the query output in the form of email.
    basically query is checking the rows count from couple of user tables in servers.
    issue here is how to copy the data that is used by CMS? i need to work on automate the rows count in difft user table in db servers
    could you please suggest how can i achieve this?

    Copy to what?
    SELECT COUNT(*) FROM sys.objects
    Running the above statement returns two columns (server name and count)
    All the servers SS2005  and onwards , then use
    EXEC msdb.dbo.sp_send_dbmail 
         @profile_name = 'name', 
         @recipients = '[email protected]', 
         @query = 'SELECT COUNT(*) FROM sys.objects', 
         @subject = 'Count rows'
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to store select query output in arrays.

    i created a varray type variables and now want to assign some data though select query output in pl/sql code as well as in reports 6i.

    You're in the wrong forum (this one is for issues with the SQL Developer tool). You were in the right one where you posted first, but don't reuse unrelated threads as you did.
    Regards,
    K.

  • Output mismatch between BEx query output and WebI Report output

    Hi All,
    I have a BEx query in which there are only characteristics placed in rows.
    There are combinations of the values of the characteristics giving different records in the query output.
    Date is one of the characterisctics in the query output.
    There is an output mismatch between the query output and the WebI report output in the following case:
    When there are 'Not Assigned' or '#' or blank values, there are additional entries(rows) in the WebI report, giving repeating or wrong entries in the Date field. This is incorrect data.
    Is this because of the  'Not Assigned' or '#' or blank values of the Characteristics or is there any other reason?
    How do I fix this?
    Please helo me with this.
    Thanks and Regards,
    Srilakshmi B

    Hi Rajesh,
    I need to verify the WebI report output for records with # and 'Not assigned' values for the cHracteristics in the report.
    So I cannot check the WebI report by hiding the # or Not assigned values.
    The problem is that in the Query output the records are like these shown below:
    Char1                    CHar2                          CHar3                       Date field
    A                             B                                 C                                Date1
    #(Not assgined)      #(Not assgined)      #(Not assgined)             No value
    Where as the WebI report output is as below:
    Char1                    CHar2                          CHar3                       Date field
    A                             B                                 C                                Date1
    #(Not assgined)      #(Not assgined)      #(Not assgined)            Date1
    As shown here, there are wrong/repeating entries for the Date field in the WebI report output.
    Please check this and let me know what could be the issue and how do I fix it.
    Thanks and Regards,
    Srilakshmi B

  • BEX iView - Remove unwanted tabs in the query output

    Hi
    EP SP 6.0 SP21
    BW 3.5
    We have created a couple of BEX iViews that reported from the BW system. But we do not want some of the options provided by the BEX iView like the sorts, characteristics, etc and wanted to hide the query tabs that we are not using like informaiton broadcasting etc.
    Has any one been succesful in removing this unwanted options from the BEX query output? I couldn't find anything in the iView properties that helped me with the issue.
    Appreciate any suggestion on this item.
    regards
    Raj

    Hi Raj,
    I suggest you to have a webtemplate against the query and create SAP BW Report iVew in the portal.
    Iin  WAD tool you suppress standard options/ have new options by adding javascript & Html code.
    Ram

  • Result Row in the query output

    Hi,
    If I restrict a characteristic by hierarchy then I can’t have the result row displayed. If the hierarchy active is removed then the result row gets displayed. All characteristics are marked to show the result row.
    This characteristic is Account Number. If in the query definition I remove the restriction on account numbers and just select hierarchy active and the required hierarchy in the properties then I get the result row in the output. But now it also displays all the unassigned account numbers in a separate node “Not Assigned Account Number (s)”.
    I can’t even restrict it in the output with hierarchy active selected. When I do select filter value in the output the options Include in Selection and exclude from Selection are grayed out and hence can’t select it.
    Please advice on this issue…
    Thank you,
    sam

    Hi Jaya,
    I think you misunderstood my issue.
    My problem is not that i do not want to see the field. But instead, i do not want to see only the results row in the query output.
    I need to have the results to populate a calculation via sumct formula.
    My question is, can sumct be populated if i hide/supress RESULT row ?
    Regards,
    Maili

  • Facing issues in single step processing

    We are using single step processing, But facing issues while running GenData only.
    We get the desired output if we run GenData and GenPrint.
    And our Input file is XML
    Below is our AFGJOB.JDT and FSIUSER.INI(what we are using)
    AFGJOB
    /* This base (this implementation) uses these rules. */
    <Base Rules>
    ;RULStandardJobProc;1;Always the first job level rule;
    ;JobInit1;1;;
    ;BuildMasterFormList;1;4;
    /*;InitSetRecipCache;5;used to set the cache the system will use to store recipient information in memory;*/
    ;InitPrint;;;required to execute gendata/genprint into single step
    ;CreateGlbVar;1;TblLstH,PVOID;
    ;LoadTblFiles;1;;
    /* Every form set in this base uses these rules. */
    <Base Form Set Rules>
    ;NoGenTrnTransactionProc;2;required to combin gentrn/gendata into single step;
    ;UseXMLExtract;2;;
    /*;SetOutputFromExtrFile;2;!/global/lm/com,COM,128,PDFNAME;*/
    ;ResetOvFlw;2;;
    /*;IfRecipUsed;2;BATCH1=Client;*/
    /*;IfRecipUsed;2;BATCH2=Office;*/
    ;BuildFormList;2;;
    ;LoadRcpTbl;2;;
    ;RunSetRcpTbl;2;;
    /*;WriteRCBFiles;;;*/
    ;PrintFormset;;;
    ;WriteOutput;;;
    ;WriteNAFile;;;
    /*;BatchByPageCount;;;*/
    /*;CreateRecordList;;;*/
    /*;WriteRCBWithPageCount;;;*/
    /*;BatchingByPageCountINI;;;*/
    ;PageBatchStage1InitTerm;;;
    ;PaginateAndPropagate;;
    ;ProcessQueue;;PostPaginationQueue;
    ;BatchingByRecipINI;;;
    /* Every image in this base uses these rules. */
    <Base Image Rules>
    ;RULStandardImageProc;3;Always the first image level rule;
    ;InsNAHdr;3;;
    /* Every field in this base uses these rules. */
    <Base Field Rules>
    ;StandardFieldProc;;Always the first field level rule;
    FSIUSER.INI
    < BATCH1 >
    Printer = Printer1
    < BATCH2 >
    Printer = Printer2
    <BatchingByRecip>
    DefaultBatch = BATCH1
    Batch_Recip_Def = true;"BATCH1";Client
    Batch_Recip_Def = true;"BATCH2";Office
    < GenData >
    ClearMsgFile = Yes
    < CONFIG:Computer >
    ARCPath = Arc\
    BaseDef = Computer
    BDFFile = COMPUTER_DEV
    BDFLib = BDFLib\
    CARPATH = Arc\
    DalFile = COMPUTER_DEV
    DDTFile = COMPUTER_DEV
    Deflib = DEFLIB\
    DictionaryFile = XDB.DBF
    EDLLIB = EDLLIB\
    FieldBaseFile = FDB.DBF
    FontLib = DEFLIB\
    FORFile = COMPUTER_DEV
    FORLib = FORLib\
    FormDef = FORM.DAT
    FormFile = COMPUTER_DEV
    FormLib = FORMS\
    FormsetTrigger = SETRCPTB.DAT
    GRPFile = COMPUTER_DEV
    GRPLib = GRPLib\
    HELPLIB = HELP\
    LBYLIB = DEFLIB\
    LogoFile = COMPUTER_DEV
    TABLELIB = TABLE\
    WIPPATH = Wip\
    XDDFile = COMPUTER_DEV
    XRFFILE = rel113sm
    < DALLibraries >
    CompileWhenLoaded = N
    < DBHandler:D2EA8199 >
    Class = ODBC
    CreateIndex = No
    CreateTable = No
    Debug = No
    PassWd = ~ENCRYPTED 1hRFNZEw5ahYdlqi0LMu83Wa0
    Server = DocumakerDSN
    SubClass = MYSQL
    UserID = documaker
    < DBTable:COMPUTER_DEV >
    DBHandler = D2EA8199
    < DBTable:COMPUTER_DEV_USER >
    DBHandler = D2EA8199
    DefaultTag = UNIQUEIDTAG
    UniqueIDTag = UNIQUEIDTAG
    UniqueTag = IDTAG
    < DBTable:COMPUTER_DEVC >
    DBHandler = D2EA8199
    UniqueTag = CATALOGID
    < DBTable:COMPUTER_DEVD >
    DBHandler = D2EA8199
    DFD = DEFLIB\carfileblob.DFD
    UniqueTag = ARCKEY+SEQ_NUM
    < DBTable:COMPUTER_DEVL >
    DBHandler = D2EA8199
    UniqueTag = DATE+TIME
    < Environment >
    DO_LOGON = Yes
    FSISYSINI = fsisys.ini
    < Key1Table >
    COM = COM
    < Key2Table >
    BU = LOB
    < Library:COMPUTER_DEV >
    CATALOG = COMPUTER_DEVC
    DBTable = COMPUTER_DEVD
    LBYLogFile = COMPUTER_DEVL
    USERFile = COMPUTER_DEV_USER
    < LibraryManager >
    Class = GA;Georgia resource
    Class = TX;Texas resource
    Class = MD;Maryland resource
    DefaultPromoteSelectedOn = No
    LBYLogFile = DEFLIB\lbylog.bdf
    Library = COMPUTER_DEV
    Mode = DEV;Development
    Mode = TEST;Test
    Mode = PROD;Production
    Project = P001;Project 001
    Project = P002;Project 002
    Project = P003;Project 003
    PromoteReqClass = No
    PromoteReqDesc = No
    PromoteReqMode = No
    PromoteReqProject = No
    PromoteReqStat = No
    Status = TEST;Needs to be tested
    Status = FAILED;Failed testing
    Status = PASSED;Passed testing
    Status = PROMOTED;Has been promoted
    < MasterResource >
    BaseDef = <Config:Computer> BaseDef =
    BDFFile = <Config:Computer> BDFFile =
    BDFLib = <Config:Computer> BDFLib =
    CompLib = <Config:Computer> CompLib =
    DalFile = <Config:Computer> DalFile =
    DDTFile = <Config:Computer> DDTFile =
    DDTLib = <Config:Computer> DDTLib =
    Deflib = <Config:Computer> Deflib =
    DictionaryFile = <Config:Computer> DictionaryFile =
    EDLLIB = <Config:Computer> EDLLIB =
    FieldBaseFile = <Config:Computer> FieldBaseFile =
    FNTFILE = <Config:Computer> FNTFILE =
    FontLib = <Config:Computer> FontLib =
    FORFile = <Config:Computer> FORFile =
    FORLib = <Config:Computer> FORLib =
    Form7x = <Config:Computer> Form7x =
    FormDef = <Config:Computer> FormDef =
    FormFile = <Config:Computer> FormFile =
    FormLib = <Config:Computer> FormLib =
    FormsetTrigger = <Config:Computer> FormsetTrigger =
    GRPFile = <Config:Computer> GRPFile =
    GRPLib = <Config:Computer> GRPLib =
    HELPLIB = <Config:Computer> HELPLIB =
    LBYLIB = <Config:Computer> LBYLIB =
    LbyScriptLib = <Config:Computer> LbyScriptLib =
    LogoFile = <Config:Computer> LogoFile =
    LogoLib = <Config:Computer> LogoLib =
    TABLELIB = <Config:Computer> TABLELIB =
    TablePath = <MASTERRESOURCE> TABLELIB =
    XDDFile = <Config:Computer> XDDFile =
    XRFFILE = <Config:Computer> XRFFILE =
    < ODBC_FileConvert >
    COMPUTER_DEV = COMPUTER_DEV
    COMPUTER_DEV_USER = COMPUTER_DEV_USER
    COMPUTER_DEVC = COMPUTER_DEV_LBYC
    COMPUTER_DEVD = COMPUTER_DEV_LBYD
    COMPUTER_DEVL = COMPUTER_DEV_LBYL
    < PRINT_BATCHES >
    BATCH1 = C:\FAP\DLL\Computer\DATA\Client.bch
    BATCH2 = C:\FAP\DLL\Computer\DATA\Office.bch
    < Printer >
    EnableBatchBanner = No
    EnableTransBanner = No
    < Printers >
    PrtType = PDF
    < Printer1 >
    Port = C:\FAP\DLL\Computer\DATA\Client.pdf
    PrtType = PDF
    < Printer2 >
    Port = C:\FAP\DLL\Computer\DATA\Office.pdf
    PrtType = PDF
    < PrinterInfo >
    Printer = Printer1
    Printer = Printer2
    < PrintFormset >
    LogFile = C:\FAP\DLL\Computer\DATA\mf.log
    LogFileType = XML
    MultiFilePrint = Yes
    < Print >
    RCBDfdField =
    CallbackFunc = MultiFilePrint
    MultiFileLog = C:\FAP\DLL\Computer\DATA\MFP.LOG
    < Recip_Names >
    Client = 001,Client COPY
    Office = 002,Office COPY\
    < PrtType:EPT >
    Class = Unknown
    KeepFile = Yes
    Message = This is a testing message sent automatically from Oracle Documaker.Attached the generated document.
    MessageFile = C:\FAP\DLL\Computer\INPUT\ArumugamFormat.mhtml
    PrtType = PDF
    RecipFunc = CUSSetMailRecipGVM
    Recipient = [email protected];
    RecipMod = CSTW32
    Subject = Oracle Documaker Auto Email Test by Cognizant
    < RECIP_MAIL >
    client = [email protected];
    office = [email protected];
    < Userinfo >
    File = COMPUTER_DEV_USER
    < PrtType:PDF >
    BookMark = No
    Class = PDF
    DownloadFonts = Y
    Module = PDFW32
    PageNumbers = Yes
    PrintFunc = PDFPrint
    PrintViewOnly = Yes
    SendColor = Y
    SendOverlays = N
    Regards,
    Raja S

    Hi,
    We did this above steps.
    Below is our PDFNAME.dal
    file_name = getdata("!/global/detail/name 1,99");
    file_name= file_name & ".pdf"
    return (file_name);
    Below is our FSIUSER.INI
    < BATCH1 >
    Printer = Printer1
    < BATCH2 >
    Printer = Printer2
    < BatchingByRecip >
    Batch_Recip_Def = true;"BATCH1";Client
    Batch_Recip_Def = true;"BATCH2";Office
    DefaultBatch = BATCH1
    < CONFIG:Computer >
    ARCPath = Arc\
    BaseDef = Computer
    BDFFile = COMPUTER_DEV
    BDFLib = BDFLib\
    CARPATH = Arc\
    DalFile = COMPUTER_DEV
    DDTFile = COMPUTER_DEV
    Deflib = DEFLIB\
    DictionaryFile = XDB.DBF
    EDLLIB = EDLLIB\
    FieldBaseFile = FDB.DBF
    FontLib = DEFLIB\
    FORFile = COMPUTER_DEV
    FORLib = FORLib\
    FormDef = FORM.DAT
    FormFile = COMPUTER_DEV
    FormLib = FORMS\
    FormsetTrigger = SETRCPTB.DAT
    GRPFile = COMPUTER_DEV
    GRPLib = GRPLib\
    HELPLIB = HELP\
    LBYLIB = DEFLIB\
    LogoFile = COMPUTER_DEV
    TABLELIB = TABLE\
    WIPPATH = Wip\
    XDDFile = COMPUTER_DEV
    XRFFILE = rel113sm
    < DALLibraries >
    CompileWhenLoaded = N
    < DBHandler:D2EA8199 >
    Class = ODBC
    CreateIndex = No
    CreateTable = No
    Debug = No
    PassWd = ~ENCRYPTED 1hRFNZEw5ahYdlqi0LMu83Wa0
    Server = DocumakerDSN
    SubClass = MYSQL
    UserID = documaker
    < DBTable:COMPUTER_DEV >
    DBHandler = D2EA8199
    < DBTable:COMPUTER_DEV_USER >
    DBHandler = D2EA8199
    DefaultTag = UNIQUEIDTAG
    UniqueIDTag = UNIQUEIDTAG
    UniqueTag = IDTAG
    < DBTable:COMPUTER_DEVC >
    DBHandler = D2EA8199
    UniqueTag = CATALOGID
    < DBTable:COMPUTER_DEVD >
    DBHandler = D2EA8199
    DFD = DEFLIB\carfileblob.DFD
    UniqueTag = ARCKEY+SEQ_NUM
    < DBTable:COMPUTER_DEVL >
    DBHandler = D2EA8199
    UniqueTag = DATE+TIME
    < Environment >
    DO_LOGON = Yes
    FSISYSINI = fsisys.ini
    < GenData >
    ClearMsgFile = Yes
    < Key1Table >
    COM = COM
    < Key2Table >
    BU = LOB
    < Library:COMPUTER_DEV >
    CATALOG = COMPUTER_DEVC
    DBTable = COMPUTER_DEVD
    LBYLogFile = COMPUTER_DEVL
    USERFile = COMPUTER_DEV_USER
    < LibraryManager >
    Class = GA;Georgia resource
    Class = TX;Texas resource
    Class = MD;Maryland resource
    DefaultPromoteSelectedOn = No
    LBYLogFile = DEFLIB\lbylog.bdf
    Library = COMPUTER_DEV
    Mode = DEV;Development
    Mode = TEST;Test
    Mode = PROD;Production
    Project = P001;Project 001
    Project = P002;Project 002
    Project = P003;Project 003
    PromoteReqClass = No
    PromoteReqDesc = No
    PromoteReqMode = No
    PromoteReqProject = No
    PromoteReqStat = No
    Status = TEST;Needs to be tested
    Status = FAILED;Failed testing
    Status = PASSED;Passed testing
    Status = PROMOTED;Has been promoted
    < MasterResource >
    BaseDef = <Config:Computer> BaseDef =
    BDFFile = <Config:Computer> BDFFile =
    BDFLib = <Config:Computer> BDFLib =
    CompLib = <Config:Computer> CompLib =
    DalFile = <Config:Computer> DalFile =
    DDTFile = <Config:Computer> DDTFile =
    DDTLib = <Config:Computer> DDTLib =
    Deflib = <Config:Computer> Deflib =
    DictionaryFile = <Config:Computer> DictionaryFile =
    EDLLIB = <Config:Computer> EDLLIB =
    FieldBaseFile = <Config:Computer> FieldBaseFile =
    FNTFILE = <Config:Computer> FNTFILE =
    FontLib = <Config:Computer> FontLib =
    FORFile = <Config:Computer> FORFile =
    FORLib = <Config:Computer> FORLib =
    Form7x = <Config:Computer> Form7x =
    FormDef = <Config:Computer> FormDef =
    FormFile = <Config:Computer> FormFile =
    FormLib = <Config:Computer> FormLib =
    FormsetTrigger = <Config:Computer> FormsetTrigger =
    GRPFile = <Config:Computer> GRPFile =
    GRPLib = <Config:Computer> GRPLib =
    HELPLIB = <Config:Computer> HELPLIB =
    LBYLIB = <Config:Computer> LBYLIB =
    LbyScriptLib = <Config:Computer> LbyScriptLib =
    LogoFile = <Config:Computer> LogoFile =
    LogoLib = <Config:Computer> LogoLib =
    TABLELIB = <Config:Computer> TABLELIB =
    TablePath = <MASTERRESOURCE> TABLELIB =
    XDDFile = <Config:Computer> XDDFile =
    XRFFILE = <Config:Computer> XRFFILE =
    < ODBC_FileConvert >
    COMPUTER_DEV = COMPUTER_DEV
    COMPUTER_DEV_USER = COMPUTER_DEV_USER
    COMPUTER_DEVC = COMPUTER_DEV_LBYC
    COMPUTER_DEVD = COMPUTER_DEV_LBYD
    COMPUTER_DEVL = COMPUTER_DEV_LBYL
    < PRINT_BATCHES >
    BATCH1 = C:\FAP\DLL\Computer\DATA\Client.bch
    BATCH2 = C:\FAP\DLL\Computer\DATA\Office.bch
    < Printer >
    EnableBatchBanner = No
    EnableTransBanner = No
    < Printer1 >
    Port = C:\FAP\DLL\Computer\DATA\~DALRUN PDFNAME
    PrtType = PDF
    < Printer2 >
    Port = C:\FAP\DLL\Computer\DATA\Office.pdf
    PrtType = PDF
    < PrinterInfo >
    Printer = Printer1
    Printer = Printer2
    < Printers >
    PrtType = PDF
    < PrintFormset >
    LogFile = C:\FAP\DLL\Computer\DATA\LOG.LOG
    LogFileType = XML
    MultiFilePrint = Yes
    RCBDfdField =
    < PrtType:EPT >
    KeepFile = Yes
    Message = This is a testing message sent automatically from Oracle Documaker.Attached the generated document.
    MessageFile = C:\FAP\DLL\Computer\INPUT\ArumugamFormat.mhtml
    PageNumbers = No
    PrintViewOnly = No
    PrtType = PDF
    RecipFunc = CUSSetMailRecip
    RecipMod = CUSW32
    Subject = Oracle Documaker Auto Email Test by Cognizant
    < PrtType:PDF >
         Device = C:\FAP\DLL\Computer\DATA\TEST.PDF
         Bookmark = Yes,Page
         DownloadFonts = No,Enabled
         Module = PDFW32
         PageNumbers = Yes
         PrintFunc = PDFPrint
         SendOverlays = No,Enabled
         SendColor = Yes,Enabled
         Class = PDF
         DisplayMode = UseOutlines
         PaperSize = 0
         Linearize = Yes
         SubsetAllEmbeddedFonts = Yes
         ForceColorBitmaps= No
         FontCompression = 2
    < RECIP_MAIL >
    Client = ~DALRUN pass1.dal;
    Office = [email protected];
    < Userinfo >
    File = COMPUTER_DEV_USER
    <PDF_Encryption>
    KeyLength = 40
    OwnerKey = c07f9e259f8307d71dd5f903dbe9c9edde208b9a36d973588b738bff7f304b08
    UserKey = ~DALRUN pass.dal
    Still we are getting the file name with *088hMknUyYSFoquAWsxDxwTNtpgIy7Bhy-1p3_UCFVqXW.pdf(like)*
    Regards,
    Balaji R

  • Facing issue while trying to disable automatic discovery of devices through Apple Bonjour

    Hi All,
    I am facing issue while trying to disable automatic discovery of devices through Apple Bonjour.
    Background: Whenever our application is in running state, devices are automatically discovered if it connects to PC. We are using Apple Bonjour's auto discovery technology( mdnsresponder ).
    We are registering a particular service type by using DNS API "DNSServiceRegister". Service type is getting registered properly and we are able to discovered that particular type of device.
    Platform:  Windows 7.0 / MAC 10.8
    Issue:
    But we are facing issue while trying to disable auto discovery of a device programmatically. i.e, unregistered a service reference programmatically from our windows application.
    To unregistered a service we are using "DNSServiceRefDeallocate" DNS API. But looks like it is not working properly.
    Is this DNS API “DNSServiceRefDeallocate” is correct one to unregistered the service?
    Here is the step by step procedure that we are following to de-allocate a service reference:
    1.Browsing / Query a service by using service type to get service reference (DNSServiceRef). 
    2.Get reference socket FD by using DNS API "DNSServiceRefSockFD".  
    3.Select a socket by using "select" API.
    4.Close the socket that we got from step 2 by closesocket().
    5.Delete the service reference by using DNS API "DNSServiceRefDeallocate" and service reference from step 1.
    Are we missing any step to unregistered a service? 
    Regards,
    Goutam

    Original problem I noticed was that regular websites I go to (such as msn) were only partially downloading.  I could see the text on the site but no pictures or videos.  All web surfing was extremely slow.  When I would go to a site such as man I would see another address in the lower left corner for "ads1.msads.net" or "cdn.optimizely.com" that is was trying to connect to. I tried using all three of my browsers (firefox, safari, chrome) and got the same response on all browsers.  After I spent some time researching the issue I decided I probably had a adware/malware problem so I decided to try adwaremedic.com.  I could also not access that site along with thesafemac.com or apple.com.  I was also getting the same response on my other devices (iPhone, iPad, and a mac air).  I could not access any of these sites on any of my devices although I could get to almost any other site although it was very slow.  At that point I decided to unplug the router.  I also did a number of other things before then to try and manually get rid of any adware.  Eventually I got msn back working, apple.com, and the speed was much faster.  But, I still can not access adwaremedic and thesafemac.com.  I could access these on my phone with 3G but not on my wifi.  This is where the problem still stands.  I am sure I still have some adware on my computer and need to find a way to remove it.  I am no techie so the complicated manual fixes are difficult for me to do.

  • Transfer SAP Query Output directly to SharePoint

    Hi,
    We are running the SAP Queries in the Background. I have a requirement to transfer the SAP Query output directly to SharePoint site. Could you please share your ideas on this?
    Regards,
    Siva.

    I don't have an answer but have the same issue.  Did you ever resolve?

Maybe you are looking for

  • Customizing of EDI payment program with RFFOEDI1

    Hi all, I do have a problem with the execution of transaction F110 with program RFFOEDI1: 1/ I've noticed that there was existing the exact payment method i was looking for the needs. The payment program is "M" for SAP company code FR01. So i duplica

  • Can't get any sound from my headpeice when plugged

    Hi there, Could someone help me out with this? I am unable to get any sound from my headpeice when I plug it in to listen to music. The sound only comes from the phone's speaker. I have reboot the phone but the problem still persist. Thank you

  • Audigy2 ZS DVD-Audio Probl

    I have just installed my audigy 2zs sound card. I have figured out and fixed the assorted bugs except one. I am having trouble getting DVD-Audio disks that have CMMP encryption to play. I have been to this forum and others like it and it seems that e

  • What's the best Visual Studio 2010 (VB) template for my project?

    Hi, I'm about to embark on a project which will end with a website that gathers users info (name, email, description, youtube address etc), then will display that info to other users via filtering. My initial instinct is to create an empty website, t

  • Image files not loading continuously on Web Forms

    Hi I deployed my application on web which is developed in Forms6.0 but I am having problem with Image Items(Background Logo). We are not able to see the images on web forms continuously. Some times they(Image) load onto web & some times with out . I