JvmTI agent problem

My jvm agent as follows:
JNIEXPORT jint JNICALL
Agent_OnLoad(JavaVM *jvm, char *options, void *reserved)
  // simple code
printf("Test for jvm agent \n");
return 0;
JNIEXPORT void JNICALL
Agent_OnUnload(JavaVM *vm)
// nothing to do.
2. and my makefile:
AVA_HOME =C:\Dev_Tools\Java\jdk1.6.0_26
JDK_HOME = C:\Dev_Tools\Java\jdk1.6.0_26
C = gcc
CXX = gcc
OPT = -O2
DEBUG = -g
INCDIR = -I.
LIBDIR = -L.
CFLAGS = -fno-strict-aliasing -fPIC -fno-omit-frame-pointer -W -Wall -DSC_INCLUDE_FX -m32 -static-libgcc  -kill-at
LINKFLAGS = -D_JNI_IMPLEMENTATION_ -fno-omit-frame-pointer -m32 -static-libgcc -shared
JDK_INCL = -I$(JDK_HOME)/include -I$(JDK_HOME)/include/win32
DYLIB_FLAGS = -dynamiclib -flat_namespace -undefined suppress
CXXCOMPILE = $(CXX) -c $(CFLAGS) $(INCDIR) $(LIBDIR) $(JDK_INCL)
CXXLINK = $(CXX) $(LINKFLAGS) $(LIBDIR)
LIBS = -lm
EXEC = TraceAgent.dll
HEADS =
IMPLS = $(HEADS:.h=.c)
SRCS = main.c $(IMPLS)
OBJS = $(SRCS:.c=.o)
COMMON =
all: $(EXEC)
$(EXEC): $(OBJS)
  $(CXXLINK) -o $(EXEC) $(OBJS) $(LIBS)
main.o: main.c $(HEADS) $(COMMON)
  $(CXXCOMPILE) -o $@ $<
%.o: %.c %.h $(COMMON)
  $(CXXCOMPILE) -o $@ $<
clean:
  rm $(EXEC) $(OBJS) *~
cmd> make all
and gen a dll file named : TraceAgent.dll
And I copy this dll file to my fold
java code:  java -agentpath:E:\moaworksp\JvmTest\bin\TraceAgent.dll com.AgentSample
but eror as follows:
Error occurred during initialization of VM
Could not find Agent_OnLoad function in the agent library: E:\moaworksp\JvmTest\bin\TraceAgent.dll
How can I do?
By the way ,my Java source file AgentSamole is a simple main java for test.
Thanks in advance.

I got it.
Pls use visual C++ compile the code , and gen the DLL file ,and this will be  run OK.

Similar Messages

  • Max heap limited when running with a JVMTI agent?

    Running an app with a JVMTI agent, I cannot specify a max heap greater than 320Mb, even on a 1Gb machine with hardly anything running. Specifying for example -Xms256m -Xmx512m results in following error:
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    No problem at all with a JVMPI agent.
    Anyone any ideas?
    Thanks,
    Luc

    JVM TI agent libraries are loaded very early in the startup and before the java heap is reserved. JVMPI agents, on the other hand, are loaded much later in the startup. You didn't mention which operating system this is but I assume it's Windows. If so, then you may need need to rebase the agent DLL to allow the java heap be reserved.

  • JVMTI agent and max heap

    Running an app with a JVMTI agent attached, I cannot specify a max heap greater than 320Mb, even on a 1Gb machine with hardly anything running. Specifying for example -Xms256m -Xmx512m results in following error:
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    Anyone any ideas?
    Thanks,
    Luc

    This appears to be a duplicate of this post:
    http://forum.java.sun.com/thread.jspa?threadID=755278&tstart=0

  • InterMedia Web Agent problems...

    I have Oracle 8.1.5 and OAS 4.0.8 on an NT machine. I have installed interMedia Web Agent, having shut the OAS services down first, configured the application as described in the doc and restarted all services. I have one listener for OAS on port 90. When I try to access http://servername:90/intermedia/~admin I get a 'Page cannot be displayed' error. Why?
    I have checked all the settings within OAS and they look fine. NT is running SP5. I can access http://servername:90/ fine.
    Any help gratefully received!
    Lee

    The interMedia web agent is installed in the
    OAS home and you can see the intermedia application and cartridge in the OAS admin page?
    Have you checked the OAS wrb.log file? That is where errors should be displayed. If it is a web agent problem, check <windows_dir>wsclstch.err or log files in <OAS_HOME>/ord/web/logs.
    What do they say about starting the agent?
    Test the agent with http://host:port/intermedia/~test
    Larry

  • Writing JVMTI Agent

    I am working on a very simple JVMTI agent. The agent contains only one handler catching ClassLoadEvent. After building the agent as an shared object called "libmyprofiler.so" I tried to use the agent with Java SDK 1.5 Beta using command line argument:
    "-agentpath:<absolute path>/libmyprofiler.so"
    However, the VM returns error messages:
    "Error occurred during initialization of VM"
    "Could not find agent library in absolute path: <absolute path>/libmyprofiler.so"
    What does the error message really mean? I am very sure the shared object is in the path I specified.
    I have been unable to find any example agent on the web using JVMTI. Does anyone know such example. Thanks in advance.

    see
    http://forum.java.sun.com/thread.jsp?forum=37&thread=503374

  • EXCISE AND COMMISION AGENT PROBLEM

    HI GURUS,
    Presently we implementing SAP R3  in 1 Textile industry, All the customization is been completed. But we are facing a problem   related to  excise calculation.
    1.The system is showing the excise value in general Invoice (output type RD00) but it is not showing in Excise Invoice (Output Type J1IN)
    2.Automatic posting is not happening after general Invoice (RD00).
    3. We have scenario of commission agent. we have created a account group as Commission and Partner function CM for Commission and CI for commission receipt at header level of sales document. Also a condition type ZCMN as account key & ZCMU as accrual key. also maintained gl account for same. while creating the Sales order we assign CM as a partner function and No. of commission agent at header level . and value for condition ZCMN eg. 1%. We have also maintained seperate account assignment group 04 for Commission agent and 01 for Sundry Debetor (customer account).
    After releasing  for accounting the acount details appears as follows:
    70 (customer No) 50000- Cr
    1500233 Revenue account 50000 Dr
    160064 Provision accout - 500- cr
    124656 Brokarage account - 500 dr
    the system is not determining the commission agent's account as it is determining for customer. Which we have already maintained in VKOA account assignment 01 for customer and 04 for commission agent as mentioned above.
    Kindly go through these issues and revert back with possible suggestions at your earliest.

    Hi,
    Please go through the link below, hope this help.
    http://www.sap-img.com/sap-sd/steps-to-create-commission-for-agent.htm

  • Agent problem in Payment Release Workflow   - SPRO

    Hi FI PRof's,
    I am using the standard workflow WS00400012 for Payment Release.I am using two level approval process.If the invoice amount is less than 20,000 it should goto approver X and if it more than that it should do for X first and then to Y.
    I have assigned the agents in SPRO Customizing as follows :
    WF Variant - 2000 Approval path - 0001 Level - 1 R.Amt - 10,000 Agent - X
    WF Variant - 2000 Approval path - 0001 Level - 2 R.Amt - 999999... Agent - Y
    I am using the standard rule 00400125 for agent asssignment.
    My Problem for single level release the agent is found(X) and WF is fine.
    But while two level release the responsible agent is not found..What could be the problem. Am I missing any thing in Customization.
    Rgds

    Hi,
    You had any response about this problem or able to solve it?
    I'm having the same current problems and have not found a solution!
    Regards!
    Ariel Prebianca

  • Agent problem in Payment Release Workflow

    Hi WF PRof's,
      I am using the standard workflow  WS00400012 for Payment Release.I am using two level approval process.If the invoice amount is less than 20,000 it should goto approver X and if it more than that it should do for X first and then to Y.
    I have assigned the agents in SPRO Customizing as follows :
    WF Variant - 2000 Approval path - 0001 Level - 1 R.Amt - 10,000 Agent -  X
    WF Variant - 2000 Approval path - 0001 Level - 2 R.Amt - 999999... Agent -  Y
    I am using the standard rule 00400125 for agent asssignment.
    My Problem for single level release the agent is found(X) and WF is fine.
    But while two level release the responsible agent is not found..What could be the problem. Am I missing any thing in Customization.
    Rgds

    I can't check it since I don't have access to a SAP system here, but don't you have to define the first-level approvers separately for the two scenarios? Perhaps my memory is incorrect, but I seem to remember that you can have one first-level approver for the low amounts, and a different first-level approver for the high amounts.
    This is mostly a chore that just requires additional maintenance since it seems "everyone" is using the same first-level approver independent of amount, but flexibility is highly regarded in SAP...

  • In Home Agent problem

    hi, I am running IHA on my Windows Vista Ultimate x64 system & I keep periodiatly getting an error box being displayed with the following info:
    Script: C:\Program Files(x86)\Verizon\IHA_MessageCenter\CmdVBS.vbs
    Line:   2
    Char:  1
    Error:  Library not registered.
    Code: 8002801D
    Source: (null)
    I need to know what to do to fix this re-occurring error!! I have tried calling the verizon Tech Support # to NO AVAIL!! can somebody help me with this problem??

    Sorry to hear about the In Home Agent troubles you are having. Have you uninstalled and reinstalled the program to try to fix this?
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • ORDERS96 to XML by Conversion Agent - Problem with XML output (corrupt)

    Hi,
    I try to convert an EDIFACT Orders 96A file to EDI-XML to use it in SAP PI. I worked like described in BLOG
    SAP XI supports EDIFACT
    When I test the scenario conversion in conversion agent it is successful - without any errors.
    But im not able to open the output XML with my browser everytime there's the error "The XML page cannot be displayed" When I use WMHelp XMLPad it shows me not well formed (invalid token) but i can't see anything wrong so has someone an idea to solve this ?
    Thanks
    be sure points will awarded

    Hi,
      Please check the following links to resolve u r problem.
    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=316076&SiteID=1
    http://linuxproblem.org/art_22.html
    http://bugs.php.net/bug.php?id=34168
    warm regards
    mahesh.

  • INTELLIGENT AGENT PROBLEM RECOVERY ON NT

    제품 : ORACLE SERVER
    작성날짜 : 1997-12-16
    The Oracle Intelligent Agent 7.3.3 on NT is self-configuring and
    requires TCP/IP fully configured on the NT system.
    The Agent's startup algorithm:
    When the agent is started, the startup process reads the LISTENER.ORA,
    TNSNAMES.ORA and NT REGISTRY. It compares the values stored in each location.
    If any discrepencies exist, the agent service will either not start
    or service discovery will not occur.
    Starting the Intelligent Agent:
    1. Verify the Sqlnet configuration files are correct:
    - All sid entries in the LISTENER.ORA must have valid TCP/IP service
    descriptors defined in the TNSNAMES.ORA file.
    - The TNSNAMES.ORA should not contain service descriptors for local
    sides not defined in the LISTENER.ORA file.
    - TCP/IP must be fully configured on the system.
    2. NT 4.0: Click on START->SETTINGS->CONTROL PANEL->SERVICES.
    Highlight the service ORACLEAGENT. Click on the START button.
    NT 3.51: Find the MAIN program group.
    Click on CONTROL PANEL->SERVICES.
    Highlight the service ORACLEAGENT. Click on the START button.
    ***NOTE: If the 7.3.3 agent will not start, verify the OEM version
    is not 1.4.
    If the version is 1.4, install the 8.0.3 Intelligent Agent.
    Agent troubleshooting tips:
    1. Verify TCP/IP is configured correctly.
    - At a dos prompt, type HOSTNAME.
    This is the actual configured TCP/IP HOSTNAME of the system.
    - Verify the hostname resolved by the agent. The DBSNMP.ADDRESS
    parameter in the ORANT/network/snmp_rw.ora contains this
    information.
    If the file does not contain the actual hostname, TCP/IP is not
    properly configured on the system or the network.
    2. Correcting TCP/IP configuration problems:
    - Edit the WINNT\system32\drivers\etc\hosts and lmhosts files.
    (*NOTE: If these files have never been used, only sample files will
    exist in the directory. Either rename or copy the .sam files
    to just the file name with no extention.)
    - Follow the example below (replace the information in brackets
    with the actual host information for that system.):
    HOSTS file:
    <122.111.111.111> <hostname>
    LMHOSTS file:
    <122.111.111.111. <netbios name or hostname> #PRE
    - Delete the ORANT\network\agent\*.q and SERVICES.ORA files.
    (*NOTE: The *.q files hold information about jobs and events.
    Do not delete these files without first removing all jobs
    and events registered against this agent.)
    - Delete the $ORACLE_HOME\network\admin\SNMP_RO.ORA and      
    SNMP_RW.ORA files.
    - Restart the agent at a DOS prompt:
    NET START ORACLEAGENT
    3. Check the NT EVENT VIEWER->APPLICATIONS->LOG for any errors
    starting the DBSNMP process.
    4. Check the ORANT/NETWORK/LOG/NMICONF.LOG file for other possible
    errors.
    5. If using NTFS, check permissions to the \orant\network directory
    structure.

    Angus (guest) wrote:
    : I've spent most of today trawling through these messages
    looking
    : for information on getting the Intelligent Agent up and
    running
    : on Linux, RedHat 6.0.
    : I am running 8.0.5 EE with the glibcpatch installed (hopefully
    : correctly, as I cannot get the README file of the FTP site).
    : Everything works, the Agent even starts (2 * dbsnmp processes)
    : but I cannot discover the services on my box from an NT
    machine
    blah-blah
    I've reverted to RedHat5.2 and RedHat 5.1's version of TCL.
    Everything now runs as expected.
    Angus.
    null

  • Server Intelligence Agent Problem xi 3.1 sp3

    hi everyone
    first of all i tried in Win7 & WinXP and Last Win2008 Server all of them same problem..
    when i setup BO xi3.1 sp3 i can't see Server Intelligence Agent in Central Configuraiton Manager and i can't add in there as manually from ccm.exe
    when i finished setup i look Server Management (in services.msc) But i couldn't see Server Intelligence Agent.
    i use Windows Server 2008 ent.
    Tomcat 5.5 & MySQL
    in log files writes...
    .\auditsubsystem_impl.cpp:1233: TraceLog message 1
    2012/02/07 23:38:52.168|>>|A| | 1432|1332| |||||||||||||||assert failure: (.\auditsubsystem_impl.cpp:1233). (cuidToIdMap.Lookup( auditCUID, auditId ) : Auditor::CreateRecordsForServer - the AuditingService seems to be missing from this deployment.).
    pls help me. i want work in SAP

    the errors here i think...
    12.02.2012, 05:27:46: "C:\Program Files\Business Objects\common\4.0\java\lib\InitInstall.bat"
    Logging on to WIN2008:6400 as user Administrator with secEnterprise authentication...
    com.businessobjects.sdk.biar.exception.XSDException$ImportParsingException: Import file parsing exception occurred : 'XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)' (FWM 04009)
    cause:com.businessobjects.sdk.biar.exception.XSDException$XSDParsingException: XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)
    cause:com.businessobjects.sdk.biar.exception.XSDException$UnknownKindException: The kind 'infoobject' does not exist in the CMS. (FWM 04030)
    detail:XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011) The kind 'infoobject' does not exist in the CMS. (FWM 04030)
    detail:Import file parsing exception occurred : 'XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)' (FWM 04009) XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS.
    (FWM 04030)' (FWM 04011)
         at com.businessobjects.sdk.biar.internal.ArchiveParser.parse(ArchiveParser.java:91)
         at com.businessobjects.sdk.biar.internal.XMLImporter.doImportFromXML(XMLImporter.java:114)
         at com.businessobjects.sdk.biar.internal.XMLImporter.importFromXML(XMLImporter.java:91)
         at com.businessobjects.sdk.biar.internal.BiarEngine.importFromXML(BiarEngine.java:282)
         at com.businessobjects.sdk.biar.internal.BiarEngine.importFromXML(BiarEngine.java:224)
         at com.businessobjects.smartservers.BiarHelper.importXML(BiarHelper.java:506)
         at com.businessobjects.smartservers.BiarHelper.importXML(BiarHelper.java:452)
         at com.businessobjects.smartservers.InitInstall.importInstallObject(InitInstall.java:318)
         at com.businessobjects.smartservers.InitInstall.run(InitInstall.java:146)
         at com.businessobjects.smartservers.InitInstall.main(InitInstall.java:116)
    Caused by: com.businessobjects.sdk.biar.exception.XSDException$XSDParsingException: XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)
    cause:com.businessobjects.sdk.biar.exception.XSDException$UnknownKindException: The kind 'infoobject' does not exist in the CMS. (FWM 04030)
    detail:XSD file parsing exception occurred : 'The kind 'infoobject' does not exist in the CMS. (FWM 04030)' (FWM 04011) The kind 'infoobject' does not exist in the CMS. (FWM 04030)
         at com.businessobjects.sdk.biar.internal.ArchiveParser$SAXHandler.startPrefixMapping(ArchiveParser.java:410)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startNamespaceMapping(AbstractSAXParser.java:2063)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:499)
         at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:330)
         at com.sun.org.apache.xerces.internal.impl.X
    MLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(XMLNSDocumentScannerImpl.java:779)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(XMLDocumentFragmentScannerImpl.java:1794)
         at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:368)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:834)
         at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:764)
         at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:148)
         at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1242)
         at javax.xml.parsers.SAXParser.parse(SAXParser.java:375)
         at com.businessobjects.sdk.biar.internal.ArchiveParser.parse(ArchiveParser.java:83)
         ... 9 more
    Import file parsing exception occurred : 'XSD file parsing exception occurred : 'The kind 'inf
    oobject' does not exist in the CMS. (FWM 04030)' (FWM 04011)' (FWM 04009)
    Failed to import from biarfile: "Install_Install.xml"
    MSI (s) (38:3C) [05:33:52:003]: Invoking remote custom action. DLL: C:\Windows\Installer\MSICB3C.tmp, Entrypoint: BOBJBiarFile
    BOBJBiarFileDeferred.60F4A18A_ACCB_48F0_A673_017C6A585288: Server: WIN2008:6400, Database: CMS
    Connecting to CMS WIN2008:6400 as Administrator
    Setting IMPORT_CALL_PLUGINS to false
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Exception: Server WIN2008:6400 not found or server may be down (FWM 01003)
    Connection failed, retrying
    Could not connect to CMS

  • Security Agent problem

    I am trying to run the Microsoft AutoUpdate software, but I cant seem to get past this last final part.
    tell application "Microsoft AutoUpdate"
    activate
    end tell
    tell application "System Events"
    tell process "AutoUpdate"
    tell window "Microsoft AutoUpdate"
    click button "Check for Updates"
    end tell
    end tell
    end tell
    delay 2
    tell application "System Events"
    tell process "AutoUpdate"
    tell window "Microsoft AutoUpdate"
    tell sheet "Updates Found"
    click button "Install"
    end tell
    end tell
    end tell
    end tell
    delay 1
    set myusername to "username"
    set mypassword to "password"
    tell application "Finder"
    frontmost
    end tell
    tell application "System Events"
    tell process "SecurityAgent"
    keystroke myusername
    keystroke tab
    keystroke mypassword
    delay 5
    end tell
    end tell
    For some reason it doesnt take all of the password for the variable mypassword. At first I thought it might be some of the strange characters in the password, but even that shouldnt have been a problem. So I exchanged the variables, and it wrote out the password in Name field. So it's not the variable, its something strange about the Password field in Security Agent that seems to only want to take part of the password.
    Also I cant seem to get the click button "Ok" or keystroke return, to get me past the SecurityAgend dialog box.
    Any help would be greatly appreciated, thanks

    Hi Mac Is Life
    From what I could see the problem was using keystroke tab instead of using keystroke return for the password area, the alterd script works fine for me here.
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">keystroke "user name"
    --keystroke tab
    keystroke return</pre>
    <pre title="this text can be pasted into the Script Editor" style="font-family: Monaco, 'Courier New', Courier, monospace; font-size: 10px; padding: 5px; width: 720px; color: #000000; background-color: #E0E0E0; overflow: auto">tell application "Microsoft AutoUpdate"
    activate
    end tell
    tell application "System Events"
    tell process "AutoUpdate"
    tell window "Microsoft AutoUpdate"
    click button "Check for Updates"
    end tell
    end tell
    end tell
    delay 7
    tell application "System Events"
    tell process "AutoUpdate"
    tell window "Microsoft AutoUpdate"
    tell sheet "Updates Found"
    click button "Install"
    end tell
    end tell
    end tell
    end tell
    delay 1
    --set myusername to "username"
    --set mypassword to "password"
    tell application "Finder"
    frontmost
    end tell
    tell application "System Events"
    --tell process "SecurityAgent"
    keystroke "user name"
    --keystroke tab
    keystroke return
    delay 0.5
    keystroke "password"
    delay 0.5
    keystroke return
    end tell
    --end tell</pre>
    Budgie

  • NAC Agent Problem

    Hi,
    recently i am facing a probelm with NAC agent , it does not check for the updates when the user is login , there is a massege come ( please check the attchments ) .
    please help me !!!

    Recently , when the user is loging off & loging on , the NAC agent proceed for checking again & again , this problem is
    strain the user of every time his faceing this check & time waste . 
    what i know the NAC is proceed for check if the user is rebooting the machine , but for login & logoff !!!!!!!!.
    there is any solution to prevent this issue .

  • Rep Agent problem

    When i run a preview of a Rep Agent setting, I can see header info. When i go back and try to modify the header, by double clicking on the header page under Print Layout Tab, I dont see anything. What is going on??? I see this problem in every setting that i'm trying to modify.
    Thanks
    Fran

    Moazam,
    >
    whenever im printing its giving downloading dialog box for that report job Id what should i do which i didnt get that download dialog box.
    >
    What is the report output format? Typically, if the format type has an associated application it should open automatically in the associated program (eg; pdf = Acrobat Reader, html = default browser). You might also have your browser configured to always download rather than open files. I don't recall the exact setting and it is different between browsers, but I know IE has a setting for this. You might want to check your browser settings...
    and how can i get rid of the REP-52251 error prolbem always i have to restart my report service.As this issue is not completely related to your original post, it would be best to start a new thread. Can you please post the full error message as there are numerous possible causes of this error code. It could be Single Sign On (SSO); could be you have a Reports Server Cluster and you need to reference the specific server name in the cluster; just to name a few.
    worked for me.
    If someone's response is helpful or correct, please mark it accordingly.
    Announcement: Forums Etiquette / Reward Points
    Craig...

Maybe you are looking for

  • Not seeing hosts or services in Bonjour

    Bonjour "just works," except when it doesn't. When I started to wonder why I could only intermittently see my wife's MacBook in iChat and never via the Finder, I started looking for Bonjour problems on both computers. I couldn't find any, but eventua

  • Hardware Key

    i want repair the os windows 2003 server, harware key is changed

  • Cannot start start Jdeveloper

    I just installed latest Jdeveloper on a Windows 2003 machine, but I cannot start it. The following is the message I got. Can anybody help? Thanks. E:\JDeveloper>jdev\bin\jdev -verbose JNI Option: -Dide.product=oracle.jdeveloper JNI Option: -Dide.spla

  • Conversion to .chm

    Due to Vista, we need to generate a .chm from our existing .hlp project. In RoboHelp for Word, I've been using the "Microsoft HTML Help" Single Source Layout option to create the .chm file, and the results haven't been horrible. For some reason thoug

  • How Do I get photos to Muse assets?

    How Do I get photos to Muse assets?